-
Currently the JSON data is simply displayed as a table. certain datatypes could be made more user friendly:
add thousands separators for large numbers
round decimals
Fix this file: https://gith…
-
Along https://docs.substrate.io/reference/scale-codec/#fn-1
Compact encoded as `0x1501`
should be decoded as decimal 69
but if I use this https://www.shawntabrizi.com/substrate-js-utilities/c…
-
I have extended the decimal alias like this:
```js
Inputmask.extendAliases({
'decimal': {
radixPoint: ',',
digits: 2,
autoGroup: true,
groupSeparator: " ",
autoUnmask: true
}
}…
-
It needs to add a feature:
A test should use the right nonce for a transaction by sending getTransactionCount.
For example: test/utils/escrow/RefundEscrow.test.js
```
2) Contract: RefundEsc…
-
An strange behavior here is when you set `currency` symbol which I prefer to use a `+` sign and setting `0` for decimals, still you see a decimal point and a digit after it. Even in the documentation …
-
- integer field validation with JS
- display of invalid inputs with Firefox mobile
- input masking for decimal fields
broxB updated
11 months ago
-
Hi,
I've been trying to work out this problem. I have a list coming from my front end application. To save it to the database, I would be using a user defined type. The input parameter to my stored p…
-
### System information
- MAC OSX:
- **Zenbot version** (fix: broken kraken products #2641):
### Describe the problem
Kraken Exchange ZEUR price can only be specified up to 1 decimals.
### …
-
> If you are reporting bugs please fill the form below otherwise feel free to delete the form.
## Expected Behavior
When the user inputs a value, the correct value should appear on the input, no…
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.2
### Describe the Bug
Drizzle-ORM queries relations from PostgreSQL as JSON arrays. …