-
The superjson [README](https://github.com/blitz-js/superjson#recipes) provides a recipe for registering a custom transformer for a non-default data type:
```ts
import { Decimal } from "decimal.js"…
-
When outputting CSV fields that are small numbers, the output can end up in scientific notation. This can confuse spreadsheet software.
![image](https://github.com/user-attachments/assets/3781f248-…
dandv updated
3 weeks ago
-
Hi. Tried to add it to `package.json` and `postcss.config.js` but `class="prose"` did nothing.
```diff
diff --git a/package.json b/package.json
index cd100f4..1ef612a 100644
--- a/package.json
…
-
I have a Admin model with [extra JS](https://docs.djangoproject.com/en/1.11/ref/contrib/admin/#modeladmin-asset-definitions):
class Media:
js = (
'/static/js/jquery.masked…
mamcx updated
7 years ago
-
# Overview
`decimal.js` contains code patterns like the following to save and restore global state similar to the following. This pattern is not safe to exceptions. (One of the affected methods is …
-
Hey there! I'm trying to find a robust library to handle money in my applicaiton. dinero.js is by far the best one I've seen so far. I'm curious what the status is on V2? Are you looking for any addit…
-
Parent tracking JIRA for adding forward compatibility checks for bitWidth == 128 now that ARROW-8985 is merged
**Reporter**: [Wes McKinney](https://issues.apache.org/jira/browse/ARROW-9240) / @wesm
#…
-
tried to use superjson as a solution for this issue https://github.com/vercel/next.js/issues/11993, as suggested in https://github.com/blitz-js/superjson#using-with-nextjs
unfortunatly ran into iss…
-
Looks like the numbers formatter always fails when using decimals.
It should never fail, even if the decimal is not provided.
``` js
$log.getInstance('main').info('===> This works: "%s"', "string …
-
In `amount`, we offer to serialize as u64 sats, or f64 BTC.
Serializing for JSON in BTC as a raw float is really not a good idea, because common software will mess this up potentially by switching …