-
thousand separator should be ' instead of ' ' , decimal separator should be '.' , see
http://www.localeplanet.com/java/de-CH/index.html
also, https://github.com/adamwdraper/Numeral-js/blob/master/lo…
-
Tested in Jaydata 1.5.10.
When have an entity with a decimal value and want to store that to the database (Post or Patch, doesn't matter), there is an error about a wrong format.
I looked into thi…
-
### What version of `drizzle-orm` are you using?
v0.27.0
### What version of `drizzle-kit` are you using?
v0.19.2
### Describe the Bug
Here's a minimal reproduction of the issue:
```…
-
First of all: Thank you so much for providing this plugin and keeping it up-to-date!
I have edited this plugin to include a time-relative score ("relevance") in addition to the Google Scholar citat…
-
When I run
```
{{number-input class="form-control" unmaskedValue=vehicleService.cost group=true groupSize=3 separator="," decimal=false radix="."}}
```
I get the following error when I hit the back…
-
I am trying to create a BN object from the value `10**32`, see the following test:
```
it("has a quadrilllion (10^15) initial total supply", async () => {
const decimals = await this.token.…
-
Current version of the spec includes NaNs, infinities and signed zeroes. So, we would like to ask a question: why they was introduced originally? Here is the answer.
First, they was designed for ca…
-
Compilation fails while trying to compile the library with shadow-cljs.
The following error is shown.
```
The required namespace "decimal.extern.decimaljs" is not available, it was required by "dec…
-
STACK 4.6 has a question-wide option "decimal separator", which can be set to "." or ",".
If it is set to `,` then the comma becomes the decimal separator and the semicolon `;` becomes the argumen…
-
one thing I always hate about doing project euler type projects in js is its terrible support for big integers and big decimals. There are libraries like
https://github.com/justmoon/node-bignum
https…