Ary Borenszweig

Results 414 comments of Ary Borenszweig

Is this what `test_transform_program_is_idempotent` does?

Is this `NARGO_IGNORE_TEST_FAILURES_FROM_FOREIGN_CALLS`?

This one is a bit hard to reproduce now because the code doesn't compile anymore. I also tried updating to the latest aztec version.

Yes! I had the same idea in the past but I forgot to turn it into an issue or PR.

Indeed. Go doesn't have promises either, I'm sure there's a good reason (might be lack of generics, but I'm not sure). I remember @waj was always against promises. The whole...

Checking this in Rust, it gives an error in both lines. The reason is that the `deserialize` call shouldn't succeed as the argument to the function is not `self`.

I think this PR might not be needed anymore after #10741

I think this is a duplicate of #10074

Thanks for adding this, we'll eventually need to support HTTP/2. I'm not sure how it works, though. Will it integrate automagically with the current server? Because in Ilya Grigorik's implementation...