nick

Results 70 issues of 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...

safe to test

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...

feature
accepted
1.0 blocker

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...

feature
accepted
1.0 blocker

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...

accepted
task

Expose a Builder/Reader API for the caller to specify their own sync/async http resolvers. From #1355

feature
accepted

Investigate [`cargo-hack`](https://github.com/taiki-e/cargo-hack) as a way to implement this.

accepted
task

Tracking https://github.com/seanmonstar/reqwest/issues/2294

accepted
task

Tracking https://github.com/alexliesenfeld/httpmock/issues/121

accepted
task

The `mockall` crate is used in very limited places, do we still need it?

accepted
task

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