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
When you have the option alwaysParseAsBig enabled, you expect all numbers to be parsed as Big.
When you have the option storeAsString enabled, you expect all Big numbers to be stored as a string.
When enabling both these options:
big numbers are stored as strings 👍
small numbers are stored as Big Numbers, not as strings 👎
This does not seem very useful.
I would expect the small numbers to also be stored as strings.
The text was updated successfully, but these errors were encountered:
When you have the option
alwaysParseAsBig
enabled, you expect all numbers to be parsed as Big.When you have the option
storeAsString
enabled, you expect all Big numbers to be stored as a string.When enabling both these options:
This does not seem very useful.
I would expect the small numbers to also be stored as strings.
The text was updated successfully, but these errors were encountered: