David Wong
David Wong
question is in the title, so far it kind of sucks because make is supported there but not just
if I write something like: ``` `Uint` ``` It will eventually render as: ``` Uint<LIMBS> ``` but with this extension it renders as: ``` Uint&lt;LIMBS&gt; ``` which displays as Uint&lt;LIMBS&gt;...
The signature mismatch errors are quite dense, I think there's several way in which they could be improved. The first thing that comes to mind is: there should be more...
might be useful to add a comparison with circomkit or circom_tester (just because this is the first thing that came to mind :))
There are a number of things that I find intriguing or vague for my setup (monorepo, dockerfile to build prod images). 1. In https://github.com/prisma/docs/blob/main/content/800-guides/130-docker.mdx they run `db:deploy` at runtime in...