itowlson

Results 65 issues of itowlson

Spin recently added experimental support for sourcing a component's Wasm from a registry. However, you can't yet upload such a component using `spin registry push`: you have to use a...

Fixes #2557. At the moment, this prints `Error: read interrupted` after the Ctrl+C. I've tried some of the suggested fixes and they have either had the same quirk, or not...

Although these are currently on the decrease with the new Python and JS SDKs, we have some cases in `spin build` where Spin invokes itself, specifically to run a plugin....

The current Rust templates generate a set of separate workspaces: ``` - app |- comp1 | |- Cargo.toml |- comp2 |- Cargo.toml ``` with separate build commands for each. This...