-
> k.speciesCountByRarity(7)
BigNumber { s: 1, e: 0, c: [ 0 ] }
Not sure if this is intentional or not.
-
I followed the [custom bundling](https://mathjs.org/docs/custom_bundling.html) docs and created my own instance of math.js, like this:
```ts
const math = create({ addDependencies, bignumberDepende…
-
To be detail when a large number is entered in to the input field like 9,223,372,036,854,775,295.99 the model value is being rounded in a way it is very different number from what a actual input is an…
-
I think it would be really cool to have custom type mapper that are used during the annotation processing (for enum, etc ...)
Maybe add an annotation `@Mapper` on top of a class that inherit from an …
-
The "returns false if not enough time has passed" test fails, because upkeepNeeded returns true for time changes to close to the chosen interval.
With
``` solidity
await network.provider.send("evm…
-
Hey team,
We've noticed that you're referencing a subgraph deployed on The Graph's hosted service in this repository. **Just a heads-up: after June 12th, hosted service subgraph endpoints will no lon…
-
## Prerequisites
Issue tracker is **ONLY** used for reporting bugs. Use [stackoverflow](https://stackoverflow.com) for supporting issues.
- [x] Have you cleared your cache?
- [x] Enter Browser …
-
viem is a smaller, faster, and more tested alternative to ethersjs. It uses native BigInts instead of BigNumbers, and has nice features like automatically bundle reads into a multicall.
-
``` nim
type
BigNumber*[bits: static[int]] = object
data*: array[bits, uint32]
RawBigNumber*[bits: static[int]] = object
data*: array[bits, byte]
proc decodeRaw*[N: static int](s…
-
```
What steps will reproduce the problem?
1. Set json = lib.parse("{"BigNumber":32769}")
2. an Exception was raise because the CInt Cannot process the Big number
What is the expected output? Wh…