-
As part of the target environment validation project, I try to validate that (componentised and resolved) Wasm components conform to one of the supported Spin worlds for their trigger. For example, a…
-
As a feature request, the shim should be able to execute only a subset of components. This will likely pull in changes from the Spin CLI work around this: https://github.com/fermyon/spin/issues/2820
-
We've had two failed attempts at updating our dependency on Clap from version 3 to version 4:
* https://github.com/fermyon/spin/pull/2851
* https://github.com/fermyon/spin/pull/1198
The issue is …
rylev updated
1 month ago
-
Should I expect the following to work: `spin plugins install deps`? (I am on v3 of the spin cli)
-
As a user, I'd love to install the spin CLI similar to how I'd install other packages on Linux - through `apt`.
Something similar to
```
$ curl -fsSL https://apt.releases.fermyon.dev/gpg | sudo…
-
I added this trigger to a project I am working on. My OS is Ubuntu 24.04, and was seeing the following error:
```
Finished building all Spin components
/home/sam/.local/share/spin/plugins/trigger-…
-
See https://github.com/fermyon/spin and https://github.com/fermyon/leptos-spin
-
#4
-
**Describe the bug**
The following trigger works as expected locally, but results in 404 in Fermyon cloud with most values for `:id`
```toml
[[trigger.http]]
route = "/test/:id"
component = "va…
-
It's a feature request.
I would like to request periodic database backups or database snapshots. It doesn't have to be fully automated, such as recovering from backups through a fancy UI, but I wo…