Jack Grigg

Results 891 comments of Jack Grigg
trafficstars

I'd be happy with a separate slice-compatible constructor. It would also be useful to document how to construct a compatible slice; `Box`ing is one option (and likely the direction I'll...

Currently `ire cli reseed` doesn't work because the reseed files contain newer-format data that `ire` doesn't understand.

As I documented for the second time in two months in https://github.com/zcash/librustzcash/pull/1377#pullrequestreview-2028701549, bumping to `bip0039 0.12` prevents `zcash_primitives` from being used in `zcashd`, which is a non-starter prior to the...

``` ... which satisfies dependency `base64ct = ">=1,

The `cargo-deb` crate will likely be useful for this. You can see an example of using it with my `rage` crate here: - https://github.com/str4d/rage/blob/main/rage/Cargo.toml - https://github.com/str4d/rage/blob/main/.github/workflows/release.yml

The 38 bytes will be comprised of: - 1-byte typecode - 1-byte encoding of length - 20-byte transparent address hash - 16-byte padding The current minimum of 48 bytes allows...

Thanks for looking at this. I do think we should still update the analysis at some point to be more rigorous if we're decreasing the piece sizes, but if you...

For the historical record, this PR contained the following diff: https://github.com/zcash/zips/compare/1d9780f6747be7415187d9541cd627161c1a9083...159ef618ad4378b7657b79010c67b1e03fe67141

I've started writing Rust bindings for the Bluetooth APIs in #139. Currently I have APIs for the beacon and the test pattern generators; next will probably be an initial version...

[Rebased on `main`](https://github.com/flipperzero-rs/flipperzero/compare/88ad0d7dc994b9bffcf2dbf39c37c8471251516e..22ee3a3d9c3fd051493dfc8e9c9943d1c5c1d6da).