&

Results 84 issues of &

Mocha normally displays a duration for each test, when it exceeds the `slow` parameter. See Enabling gas reporter **hides** this test duration report, even if you set `slow` to be...

Dear Prof. Higham, In the [PDF of rounding](https://github.com/higham/what-is/blob/master/rounding.pdf), right after the ending of the first paragraph under **Round to Nearest** section, instead of _What happens if the two candidate numbers...

Hello, When I install my packages on my local machine (macOS) using the pnpm version, everything is installed fine and my tests & builds are passing. However, in CI workflow...

Huff (v0.3.2) allows one to place multiple destinations for the same label: ```rs #define macro MAIN() = takes(0) returns(0) { label jump label: 0x00 label: 0x00 } ``` It apparently...

We (together with @bufferhe4d & @skaunov) have reason to believe that eqn 5.44 is wrong (or missing details), and the following logic within example 92 is also fallacious. Furthermore, the...

- [x] Group all testing stuff under the tests folder. Only the `src` and `tests` should be at the top level, along with the `circomkit.json`. - [ ] Resolves #47...

bug
enhancement

Might look at https://github.com/privatenumber/pkgroll

enhancement

This command will list the built circuits under the configured build folder. It's just a quality-of-life command to see which circuits are built. It could even go beyond and see...

enhancement

For example, we may set `plonk` as the Circomkit protocol in `circomkit.json`, but we would also like something such as: ```js { "multiplier_3": { "file": "multiplier", "template": "Multiplier", "params": [3],...

enhancement