-
Hi I have encountered a problem with decimal separators.
in us format the decimal separator is "." but in italy the separator is "," I tried this configuration
import { w2utils } from "/w2ui-2…
-
### System information
- **OS Platform and Distribution (Linux Debian 9.3 amd64):
- **Zenbot version (version 4.1.0):
- **Zenbot branch *lattest*:
- **NodeJS version v8.10.0:
- **Python version (…
-
big numbers need to be handled in all aspects of the application. run.network doesn't appear to support values > MAX_SAFE_INTEGER (_9007199254740991_). deploying tokens with a large amount + high num …
cthr updated
11 months ago
-
**Describe the bug**
DayJS thinks that the time `'00:00:00.5'` is five milliseconds after midnight, but it should be 500 milliseconds after midnight.
Reproduction:
```ts
const dayjs = require(…
-
I'm using multifact-pivottable with pivottable.js
I just want to format numbers without decimal places..
what options should i Use with it?
-Thanks,
Bhavin.
-
```
parseInt(629.06*100,10)/100; //629.05
修改:
parseInt(629.06*1000,10)/1000; //629.06
```
-
Add the following config to viem, need to verify the properties.
https://github.com/wevm/viem/tree/main/src/chains/definitions
```
import { defineChain } from '../../utils/chain/defineChain.j…
-
please provide a function to handle thousands and millions, billions
https://github.com/tusharshyoran/AdformAssignment/blob/8212d27fe3ba19b18e8706f0b3e7bee0fdad22d1/src/utils/index.js#L2
please …
-
Maybe related: https://github.com/guillaumepotier/Parsley.js/issues/1129
Presumably broken via: #2346
If a number field has a decimal it does not validate properly on form submission, multi-pag…
-
**Is your feature request related to a problem? Please describe.**
There are numerous international datasets that Kepler cannot process because they use different decimal separators other than a peri…