-
### Bug description
When there is custom unique index (altered migration file generated by Prisma), Prisma cannot see it and generates the same index with default unique parameters.
**Custom index…
-
This syntax lets you specify the precision with an argument.
```
> require("sprintf-js").sprintf("%.*f", 2, 3.14151)
SyntaxError: [sprintf] unexpected placeholder
```
From `sprintf(3)`:
```
The pre…
-
I notice that issue https://github.com/ArnoldSmith86/virtualtabletop/issues/399 is either back, or was never really resolved.
The issue is that when entering a number in a label trailing zeros won'…
-
**Details**
What browser were you using: Edge / Firefox
What OS were you using: Windows 10
Project version you have: V2.0.0
**Describe the bug**
3 Bugs :
1 - Hexa text input does not take va…
-
Hi,
general issue in JS with big/large numbers is that rounding is incorrect.
Example:
Number `9999999999999999.99` will be `10000000000000000` and so on.
Because `ngx-currency` is `Contro…
-
hi i can't find any documentation about using:
1. createAutoCorrectedDatePipe for vue js... anyone care to share it for me to create date input mask for datetime? yyyy-mm-dd hh-mm-ss
2. createNu…
-
### System information
- **Have I written custom code (as opposed to using zenbot vanilla)**: No
- **OS Platform and Distribution: ubuntu 20.04
- **Zenbot version** (commit ref, or version): 4.1.0
…
-
i use react-countup (version 6.5.0) in a page router based next.js application.
when i run `pnpm dev`, react-countup works well and the number increases to the target value.
when i run 'pnpm st…
-
```sql
SELECT
ROUND(0.5e0),
ROUND(-0.5e0)
```
Where the numbers are double precision data types.
It's 0 and 0 on PostgreSQL.
It's 1 and -1 on SQLite
It's 1 and 0 on JS
It's 0 and 0…
-
Due to specifics ot IEEE 754 standard (see https://0.30000000000000004.com), it is not that straightforward to implement ranges with non-integer arguments.
```ts
xrange(1, 0, -0.1);
// expected:
…