Ryan Levick

Results 136 issues of Ryan Levick

[The spec](https://github.com/opencontainers/distribution-spec/blob/main/spec.md#pulling-manifests) says > The Docker-Content-Digest header, if present on the response, returns the canonical digest of the uploaded blob which MAY differ from the provided digest. If the digest...

## The problem We often have the need to introduce new things into Spin that we know will need time to bake before we're happy with them. However, when releasing...

The following list of crates are known to be used as wasm dependencies in `spin-test`. Since we rely on their ability to be built in wasm, we should enforce that...

***Note:** This issue is meant to spark discussion and capture some ideas that have been floating around. SIPs and other issues will be opened to address aspects of this discussion.*...

Currently when running `spin build` we do not perform component dependency composition. This means that developers won't know about issues with dependencies until they actually go to run the app....

As can be seen in https://github.com/spinframework/spin/pull/2830 and https://github.com/spinframework/spin/pull/3103 - rustls has [automatic detection of the crypto provider](https://github.com/rustls/rustls/blob/88dccec476595321af9a32708ffbf63200701a98/rustls/src/crypto/mod.rs#L261-L282) used for TLS crypto operations. This can very easily go wrong in a...