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
This affects a system that exchange messages that may contain padded numbers with a fixed length. even though there is a regex to remove leading zeros in the normalizeDecimal function, it only accounts for non zero integers.
What was the result you got?
error type 'number.unsafe'
What result did you expect?
{error: null,value: 0}
The text was updated successfully, but these errors were encountered:
Support plan
Context
What are you trying to achieve or the steps to reproduce?
This affects a system that exchange messages that may contain padded numbers with a fixed length. even though there is a regex to remove leading zeros in the
normalizeDecimal
function, it only accounts for non zero integers.What was the result you got?
error type 'number.unsafe'
What result did you expect?
The text was updated successfully, but these errors were encountered: