-
Numbers are rounded to the third decimal, an option to increase or decrease the decimal number would be useful.
-
### Area
Other
### Domain
preview.gov.tools
### Which wallet were you using?
Latest Lace
### Context
I am looking at a vote on governance. The numbers are very long after the decimal point. Als…
-
Currently the "number" function fails on this input: ".25" or "-.25".
Our data provider sends decimal numbers in that format, and so far JSLT is the only technology we use that cannot work with it.…
-
Known Issues:
1. The UI isn't great if you are trying to edit rescale values for long numbers (small decimals or large numbers)
2. When the rescale values are very small decimals (
-
For some code that generates my command prompt, I use a single ASCII character for the discriminant of an enum:
```rust
pub enum Permissions {
Guest = b'%',
User = b'$',
System …
-
### What is the problem this feature will solve?
Numbers with a x.y.z format may be filtered as numbers (Eg: A number such as 1.0.1 is greater than 1)
### What is the feature you are proposing to so…
-
JS numbers are imprecise, so you have define custom parsers, use an additional library ([decimal.js](https://www.npmjs.com/package/decimal.js)).
This should be covered in docs.
@IlyaSemenov coul…
-
https://github.com/user-attachments/assets/49c602ff-581b-4d4c-89ef-b6067ffd9dd0
https://github.com/user-attachments/assets/2502f582-49a8-4509-b75e-433a6237b806
### Checklist
- [X] I…
-
Reopening #838 since the original was closed without actually addressing the issue.
Adding `TLDR` section this time to make sure people understand the issue before closing it.
## TLDR
✔ `odata_…
-
I wanna Allow users to toggle between Binary Input Mode (input limited to 0 and 1) and Decimal Input Mode (where users can input decimal numbers and have them converted to binary before performing bin…