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 using functions like Math.round or Math.floor, type of the attribute seems seems to be float. This is not observable when inspecting the object, but is visible using JSON.stringify. To Reproduce
Start CLI, enter
When using functions like
Math.round
orMath.floor
, type of the attribute seems seems to be float. This is not observable when inspecting the object, but is visible usingJSON.stringify
.To Reproduce
Start CLI, enter
Response:
{"foo":1.0}
.Expected behavior
Expected response
{"foo":1}
.Build environment:
The text was updated successfully, but these errors were encountered: