nick
nick
This PR changes our logic to apply the same conditions we do on the active manifest to the ingredients as well. If you have an untrusted ingredient, should you have...
It's not clear in the API which file formats/mime types are supported. We also often end up string matching when dealing with different file formats. I think we can make...
The spec is constantly adding, removing, and deprecating assertion fields. For some of our assertion definitions, we read and write them all, even if they are no longer supported. We...
Unfortunately our test cases create their own tokio runtime, but call into the sync c2pa APIs. Tokio does not allow multiple async runtimes to be created within each other. As...
Expose a Builder/Reader API for the caller to specify their own sync/async http resolvers. From #1355
Investigate [`cargo-hack`](https://github.com/taiki-e/cargo-hack) as a way to implement this.
Tracking https://github.com/seanmonstar/reqwest/issues/2294
Tracking https://github.com/alexliesenfeld/httpmock/issues/121
The `mockall` crate is used in very limited places, do we still need it?
Hi, I use the [`esp-clang` tool defined here](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/tools/idf-clang-tidy.html) for `clangd` LSP support on my project. Is it possible to install it through this flake? @mardukpill