itowlson

Results 479 comments of itowlson

@jpshackelford wow... I am a complete muppet. You mentioned Kate's blog in the _first line of your comment._ Sorry for missing it and apologies for my redundant comment!

Host magic is very much where we want to get to. @fibonacci1729 has a SIP in progress, https://github.com/fermyon/spin/pull/1804, which we were hoping to get done for Spin 2.0 but ran...

There is some activity on this over at `dialoguer`, but kind of inconclusive at the moment https://github.com/console-rs/dialoguer/issues/294

Sigh. Showing the cursor makes it display `Error: read interrupted` on a Ctrl+C. From the issue it seems like we might need to handle this _on every dialoguer error._ ~I...

Ha ha, but setting up the handler at the top level prevents us from Ctrl+C-ing out of normal prompts, it just goes round in a loop with "Invalid value: read...

Let me see if I can elicit a scope / functional spec here, because I am not sure how closely this needs to follow Docker. To literally follow Docker we...

This is a consideration for adding date/time types to `rdbms-types` which it would be good to progress for Spin 3. I'm not sure if the package/world revs to add `wasi:config`...

wasi-config is merged I think this issue is asking for a general principle / documented cookbook rather than being closable by specific WITs though?

@lann What would allow us to close this issue? It's tagged 3.0, which I think was released by the ancient Assyrians: do our current (post-3.0) informal practices suffice, or is...

Thinking about cases we need to define... **Longer but ineligible routes** Suppose I have a route `/cart/login` for method GET only and `/cart/...` with no method restrictions. How should I...