-
From [clig.dev](https://clig.dev):
> Display output as formatted JSON if --json is passed. JSON allows for more structure than plain text, so it makes it much easier to output and handle complex da…
-
We normally expand the TOC section containing the current page, and highlight that page:
![image](https://github.com/fermyon/developer/assets/865538/29035bfb-b532-41ab-bbb1-f4130bce1b89)
But for…
-
Currently if I combine the command trigger with an http trigger, Spin exits after having run the command trigger, maning that my http trigger does not stay up listening. One scenrio for this use-case …
-
The topic of registry metadata support in the Spin application manifest has come up a few times, most recently via https://github.com/fermyon/spin/issues/2612 where it was mentioned that declaration o…
vdice updated
3 months ago
-
https://github.com/spinkube/containerd-shim-spin/actions/runs/8043651850
![image](https://github.com/spinkube/containerd-shim-spin/assets/1330683/a5e4a9c8-1358-4975-98a6-976c9742027b)
These will…
-
The startup time for a Spin application distributed as an OCI artifact is affected by several copies of the Wasm components and static assets on disk.
* first, we write the OCI layers returned by…
-
From https://github.com/fermyon/spin/discussions/2555:
> Any time the spin program displays a prompt, waiting for a single keypress, it hides the cursor, e.g.
>
> ```
> Are you sure you want to…
lann updated
4 months ago
-
Fermyon has always seen Spin as a multi-stakeholder project, which shouldn't be inextricably tied to one organization's goals. So far, this has been implicit: we don't have a formal governance model l…
-
Python now has its own menu and page at https://developer.fermyon.com/spin/python-components
Can we remove the https://developer.fermyon.com/spin/other-languages#python altogether?
Does any of t…
-
`spin up` can run multiple trigger executors for an app. It would be useful in some scenarios to run only certain trigger type(s), e.g. I want to test http triggers but I don't have a redis host to se…