gaetanww
gaetanww
I've been able to use kvm with WSL2 with the last windows insider build. But ignite is not working when running the command: ``` ignite run weaveworks/ignite-ubuntu \ --cpus 2...
Hello @Felixoid. Thank you for the suggestion, that would be a potential workaround. Not sure if it would be enough as a solution to this problem. I recemtly realised one...
I tried what you suggested and the build worked. Thank you very much ! I also had to add `#include ` on top of i2c_bus.h.
Do we know what priority queue operation is costing the most in this case? I’m not too familiar with the design of this scheduled but I understood it required to...
I'm also interested in supporting inclusion proofs, do you need help to get this over the line?
I tried the implementation in #285 today and there's a problem with it, see [my comment](https://github.com/sigstore/sigstore-rs/pull/285#issuecomment-1943673296). Happy to add a commit if you agree with the fix.
I received an error with the current implementation when I tested for the entry with index `25579`. ## Problem I received the following error although the verification should have succeeded....
np! Thanks for the pointer, yes that could be it. I think the following code should work (using the `json_syntax` crate with features `["canonicalize", "serde_json"]`). I won't have time to...
One more data point on issue above. It works perfectly without modification with index: `71844338`, however, my hand-rolled merkle tree verification now fails. My hand-rolled implementation is just using the...
Sorry for the slow response. I made it work for the latest rekor records (e.g., index `71844338`), the early one (`25579`) still fails AFAICT.