-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We currently only use floats for all NUMBER values. This is because doing comparisons like 7 == 7.0 would return false if we allowed integers.
The better solution moving forward would be to allow integers, and have proper handling of edge cases where the type difference can introduce unexpected behavior.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels