itowlson

Results 65 issues of itowlson

`http-types.wit` defines the `request` type to have a member `params` which is documented as `// The HTTP parameter queries, represented as a list of (name, value) pairs.` If you set...

As part of a release we should add the `spin/templates/vX.Y` tag so that users of the Spin release build pick up compatible versions of the templates even if we subsequently...

ci

I fouled up the Redis template so that `trigger` had a `base` field instead of `address`. When I ran `spin build`, it said `Error: missing field `address``. As my brain...

help wanted

Fixes #455. This feels pretty untidy in places. If anyone has thoughts on how it could be tidied, I'd really appreciate it! I did wonder about sticking the cache option...

Spin currently permits non-unique HTTP routes, e.g. this loads without complaint: ```toml [[component]] id = "hello1" source = "target/wasm32-wasi/release/spinhelloworld.wasm" [component.trigger] route = "/hello" [[component]] id = "hello2" source = "target/wasm32-wasi/release/spinhelloworld.wasm"...

We are hitting an issue with Wizering our code after the 1.2 upgrade. We are using `wit-bindgen`, which generates `memcpy` statements, and WASI SDK 16 is compiling them using the...

This PR: * modifies the sloth warnings to be "checking status" (for the Hippo health check) and "uploading application" (for Bindle) instead of warning about a slow response * adds...

For "unknown" errors, we want to display as much diagnostic information as we can for deployment errors. However, for certain well-known errors, we don't want to clutter the display with...

do-not-merge

The install script currently tells people to go to https://spin.fermyon.dev/quickstart/ "for the next steps". The first four headings on that page tell people two different ways to install Spin plus...

documentation
enhancement

When you build Rust application that references the Rust SDK, you get a spurious warning: ``` warning: skipping duplicate package `spinhelloworld` found at `/home/ivan/.cargo/git/checkouts/spin-91500438ac5656d2/b316f47/examples/http-rust` ``` Looking at the directory, it...