0xstan
0xstan
Modify react useage code in README. In the original example, within a React (especially Next.js) project, `data-toggle-theme` may not work as expected. For instance, using `data-toggle-theme="dark,light"` could result in the...
https://github.com/transmissions11/solmate/blob/main/src/utils/SignedWadMath.sol#L93 ```solidity // When the result is < 0.5 we return zero. This happens when // x
## Wrong input params of `test_newton_y()` The parameters here need to be modified, from `A * 3**3 * 10000` to `A` https://github.com/curvefi/curve-crypto-contract/blob/master/tests/tricrypto/test_math.py#L114 ```python A_MUL = 10000 * 3**3 MIN_A =...
### 🐛 Bug Report for zkSync CLI #### 📝 Description `zksync-cli dev start` command failed to build the docker image due to a bug in the `zkcli-in-memory-node` Dockerfile. I have...