itowlson
itowlson
As part of WASI P3 work, we want to explore implementing HTTP middleware using component composition. The purpose is to allow application developers to use off-the-shelf or custom components in...
Incomplete draft for discussion. This diverges from [Till's draft SIP](https://github.com/spinframework/spin/pull/3075) in some ways, mostly cosmetic and open to change; but also somewhat in preferring to constrain variation between profiles. Example:...
When we have target environment definitions rolled out, we should reference them in Spin templates. * Should the choice be baked into the template, or can the user choose? *...
In order to start making use of the target environments feature, we need environment TOMLs (that is, trigger type-to-compatible worlds mappings) to be in an OCI registry. The default location...
This is lurching towards readiness, although it still needs a lot of tidying. E.g. * A bunch of stuff needs renaming! Oh goodness does it need renaming. It's embarrassing. *...
I should know by now that these PRs only end in tears. This uses a technique explored in https://github.com/karthik2804/spin-autocomplete. The idea is, instead of generating completions directly or going through...
Fixes #2490. Needs more tests. Well, any tests at all.
Both of these are currently ignored out for being flaky. We should figure out why they are flaky. And then we should fix it and re-enable them.
When a guest attempts to write to the file system, it gets a "permission denied" error. For developers not familiar with Spin's stateless model, the reason for this can be...
We have a tension in the template system between those who want the generate code to give users a clear roadmap to all the things and those who were _extremely...