People are complaining about unexpected results when converting a string (usually prefixed with 0) to a number type.
The underlying strconv functions are called with 0 base which means it's trying to guess the base from the string.
There is a potential fix in #249, but we should probably document this better (and maybe add some tests/examples too).
Issues:
People are complaining about unexpected results when converting a string (usually prefixed with 0) to a number type.
The underlying strconv functions are called with 0 base which means it's trying to guess the base from the string.
There is a potential fix in #249, but we should probably document this better (and maybe add some tests/examples too).
Issues:
Atoito convert string base 10 #152