Skip to content

fix: fix decimal handling#193

Merged
edgurgel merged 1 commit intomainfrom
fix/decimal-representation
Feb 6, 2026
Merged

fix: fix decimal handling#193
edgurgel merged 1 commit intomainfrom
fix/decimal-representation

Conversation

@edgurgel
Copy link
Copy Markdown
Owner

@edgurgel edgurgel commented Feb 6, 2026

floats and integers are only converted to string at rendering time

Code is a bit ugly but will refactor later. Also need to check if the float stringify can be optimised

It fixes #192

floats and integers are only converted to string at rendering time
@edgurgel edgurgel merged commit 9bb6dd1 into main Feb 6, 2026
6 checks passed
@edgurgel edgurgel deleted the fix/decimal-representation branch February 6, 2026 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Arithmetic filters return strings instead of native numbers, breaking comparisons and producing scientific notation in round

1 participant