-
https://github.com/Patashu/break_infinity.js
-
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
-
## 🐛 Bug
On https://pyodide.org/en/stable/usage/type-conversions.html#round-trip-conversions it says that "Translating an object from Python to JavaScript and then back to Python is guaranteed to g…
-
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)…
-
EVM supports 256-bit operations "natively". While that precision is not needed in a lot of cases it does come as very useful for certain operations, such as handling token balances, in Ethereum.
Wi…
-
Hello,
is there any chance to use bigNumbers and simplify ?
my config is this :
```
math.config({
number: 'BigNumber', // Default type of number:
// '…
-
See [here](https://github.com/zeppelinos/zos/pull/462) for an instance where an event argument has a value with type `uint64[3]`.
-
are we ok with optimizer=false?
I think the external/BigNumbers.sol is the blocker on changing this to true:
with optimizer=true i see the message when i run `forge build`:
```
mikeseiler@M…
-
Hello, maybe a stupid question, but is there a natural way to get periodicity in BigNumbers decimals
```
math.config({
number: 'BigNumber', // Default type of number:
…
-
- [X] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue.
---------------------------
## Issue
When structs (tuples) are returned from th…