Alex Stokes
Alex Stokes
This comment is macOS specific -- for those following along on that OS: https://github.com/scipr-lab/libsnark/issues/99 https://github.com/scipr-lab/libsnark/issues/86
I had to also manually go into `/depends/libsnark` and `git submodule init && git submodule update` to fetch the transitive deps FYI
Ok -- for completeness sake and anyone having issues. You'll need to `brew install` anything missing and do the submodule dance I described above. Then, here is what I used...
@Dushistov @kwrooijen the way it was working is that emacs would `regexp-search` for the first prior instance that matched the `test-regexp`. i think what is going on is that the...
just ran into another behavior i want in this mode for `cargo-process-current-file-tests` which made me realize we can try something else that may fix all of these issues and not...
> You mean outside of the `mod` declaration? yep -- like this, point is where the `|` is: ```rust fn foo() {} mod tests { #[test] | fn it_works() {}...
I had to work through the same issue and this was my solution: https://gist.github.com/ralexstokes/e9e123ccc9386ad6de1470e3c9011d99 it just applies the result of what the network request would output I *think* the output...
> Is anything keeping you from contributing this to Nixpkgs? lack of knowledge and somewhat time -- do I just make a PR to that repo? any links to docs...
> Did you run into any particular difficulties patching the tests, or just didn't bother? yeah I skipped the stuff I did not need, feel free to take this and...
implementations exist in `py_ecc` however, i expect that to be unaffordably slow in the context of chain processing in block time.