&

Results 71 comments of &

I upvote that sorting should be disabled by default. I had a hard time trying to obtain an unsorted tree.show()

Indeed I have the same issue, and this is for a rather simple library build. Having the cache causes segfault.

popularity about to rise with the upcoming [Huff hackathon](https://huff.sh/hackathon)! :)

> From a quick glance, things are looking good now though usage is still too low when we [exclude forks and the huff-language user](https://github.com/search?q=%28path%3A*.huff+OR+path%3A*.Huff%29+NOT+is%3Afork+NOT+user%3Ahuff-language+&type=code). I'll keep reviewing the usage with...

I just wanted to point out that `sequenceDiagram` turned out to be a great way to describe cryptographic protocols, or even reduction proofs to prove cryptographic security of some schemes....

Awesome to see that this was merged, great work to everyone! My understanding is that this will only be available in FlowChart though, could we have it work for Sequence...

Consider the following Sage code: ```py def exercise82(max_k: int = 7): # curve parameters for TJJ_13 p = 13 a, b = 8, 8 F13 = GF(p) # field F13t....

I have the some problem, just using a basic Poseidon circuit with a single input. Stuck in `CircomConfig::new()` in debug mode, runs all good in release mode.

Just a heads-up, the solution above works although the code is a bit different. Do what is told above, you can easily fill in the code changes (some functions now...

also having this issue