Daira-Emma Hopwood

Results 725 comments of Daira-Emma Hopwood

Why is there a `query_instance` method at all? With the other `query_*` methods, the aim is to be able to construct a gate polynomial that references the given column at...

Are you sure that you're running the version that you built? The executable is built at `src/zcashd`. You may be picking up a different version from your `PATH`.

``` //is versionGroupId still needed? ``` The purpose of `versionGroupId` is to unambiguously identify the transaction format even if version numbers are reused across Zcash forks, and that's still relevant...

The issue in #1241 looks like it has been reported but not fixed in boost: https://svn.boost.org/trac/boost/ticket/11097

Do you mean crypto/rand should [panic](https://go.dev/ref/spec#Handling_panics) on errors? I'm not very familiar with Go but I didn't think it used the terminology of "throwing" errors. I agree, on general language-independent...

I just don't think we should make this change. The `build.rs` is doing precisely what a `build.rs` should do: the source is the `.proto` files, not the generated `.rs` files....

I intend to make these configurable in daira/git-gui#1. It's required anyway for contrast adjustment in dark mode, but thanks for reminding me of the colour blindness motivation.