-
https://github.com/Patashu/break_infinity.js
-
-
## state on the class itself
```ts
import { BigNumber } from "jsd-std";
export class Counter {
private count: BigNumber;
constructor(initialState: BigNumber) {
this.count = initi…
-
Currently, the constructor of the BigNumber library is complaining when using the native JavaScript BigInt type in TypeScript. When trying to create a BigNumber instance using a BigInt value (e.g., ne…
-
When you run a query on BigInt column, I would expect it to return the result in JS native BigInt type instead of regular int which is 4 bytes and therefore truncates the result
-
Hello, I don't know well if it's an issue or if I'm doing something wrong : (math.js version 13.0.3)
```js
math.config({
number: "BigNumber", // Default type of number:
// 'number' (default)…
-
### What is the problem this feature would solve?
At elysia version `1.1.19`
I try to use `Elysia` with `bignumber.js` to build finance API. I want to receive or response decimal in string to keep…
-
**Reproduction steps:**
- npx create-expo-app@latest -e with-new-arch
- npm install react-native-bignumber
- npx expo prebuild --clean -p ios
- npm run ios
- watchman watch-del-all
- npm run s…
-
Разверните ваш контракт с initial Supply= 10e28
Попробуйте прогнать ваш тест. Ниченго не сломалосмь? Если сломалось то почему.
Смоделируйте на вашем контратке ситуацию, в которой произойдет п…
-
**Is your feature request related to a problem? Please describe.**
The knowledge size is the size occupied by on-chain data, not the declared size of cells. It reveals how many resources are used t…