Benno Rice

Results 7 issues of Benno Rice

Yes, this is probably too many changes in one PR but if you're interested I'm willing to do the work in splitting them out. 323bce9 just runs all the code...

**Is your feature request related to a problem? Please describe.** Currently Chrysalis contains a hard-coded list of focus commands to run in order to effect a backup and/or restore of...

enhancement

In the various device-level HAL implementations for the AES peripheral there is a flexible size for the key via the [`AesFlavour`](https://github.com/esp-rs/esp-hal/blob/main/esp-hal/src/aes/mod.rs#L214) trait. Unfortunately this is not available to the user...

help wanted

Would this work on macOS as well as iOS?

In certain circumstances (e.g. `rpm-ostree compose`, upgrades) `rpm-ostree` attempts to detect if the kernel has changed. This happens in [`rpmostree_context_assemble`](https://github.com/coreos/rpm-ostree/blob/366cb8739cbed0f432068518bf63958d5b713273/src/libpriv/rpmostree-core.cxx#L4059) by way of [`rpmte_is_kernel`](https://github.com/coreos/rpm-ostree/blob/366cb8739cbed0f432068518bf63958d5b713273/src/libpriv/rpmostree-core.cxx#L3825) which uses a hard-coded set of...