You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the first value gets parsed as -ve. This seems to only happen for numbers close to the max value. Maybe some sort of overflow is happening.
The text was updated successfully, but these errors were encountered:
I found this bug by making sure that Decode.Auto.fromString works the same way as Decode.Auto.generateDecoder, if you are wondering why I use 2 different techniques here.
For some reason the first value gets parsed as -ve. This seems to only happen for numbers close to the max value. Maybe some sort of overflow is happening.
The text was updated successfully, but these errors were encountered: