Christopher Haster
Christopher Haster
This is a big set of config changes that originally came from the idea in this comment: https://github.com/littlefs-project/littlefs/issues/158#issuecomment-494891516. This would be an API-breaking change (but not disk-breaking), so at the...
If https://github.com/littlefs-project/littlefs/pull/491 is merged, it means breaking changes to the API, and a major version bump of some form (but not disk-breaking). This means it's a good time to look...
If https://github.com/littlefs-project/littlefs/pull/491 is merged, it means breaking changes to the API, and a major version bump of some form (but not disk-breaking). This means it's a good time to look...
Original issue here: https://github.com/littlefs-project/littlefs/issues/245#issuecomment-606050523 This is a proposal to fix the out-of-order writes found by @pjsg's fuzzing work. The problem is that it is possible for (non-NOR) block devices to...
At the moment the dual dependencies on llvm-sys causes a strange error with LLVM: ``` bash $ ./target/debug/silverfish : CommandLine Error: Option 'help-list' registered more than once! LLVM ERROR: inconsistency...
This includes a number of changes to improve the stability of the ring-buffers used to communicate between domains. As it was it was easy to lose notifications and cause applications...
Follow-up to https://github.com/veracruz-project/veracruz/pull/367 This PR will be updated to fix the tests that were failing, only in CI, for unknown reasons
This is the initial, and might I add hacky, support for Wasmtime in IceCap. I'm creating this PR to start figuring out where submodules need to go and to allow...
**Requested feature** Add PYTHONIOENCODING=utf-8 to the Dockerfile to allow UTF-8 output from Python scripts **Motivation** Currently any Python script that outputs UTF-8 (used for eye-catching demos) errors with a "ascii...
**Requested feature** Add support for additional ciphersuites we want to support, infer from policy.json, or provide some form of config for this. **Motivation** Currently, policy_to_header.py contains a hardcoded list of...