itowlson
itowlson
@lidongjies I'm going to close this PR because there's been a lot of churn in the codebase since, and #962 is defining clearer requirements. Thanks for the contribution and sorry...
No, I don't think anyone has picked this up yet.
Could you try please: ``` curl localhost:3000/?--tamanho=20\&--imprime ``` With this URL, for me the argv contains ``` / --tamanho=20 --imprime ```
Kia ora @TheFoxAtWork - sorry, I'm no longer involved with this project. cc @Tatsinnit who I believe is working on the extension.
@tpmccallum Is this worth adding to the docs in a FAQ/troubleshooting section? The cache messages will be a lot more visible now that Spin defaults to sending all guest output...
The `ring` dependency looks like it comes in through the `rustls` TLS library (and a couple of other things which may be less critical), which is an indirect dependency in...
This isn't currently possible. You could have two Redis triggers pointing to the same component, but not two Redis handlers in the component code. This limitation comes from how Wasm...
@lann I don't think that would address what @drbh is showing in their second comment though, would it? It looks like the desire is to wait on an event _within_...
@vdice https://github.com/rust-lang/rust-clippy/issues/12281 (ref: https://github.com/fermyon/spin/blob/ae1d3e6193d1c54ed55fbd9cb0c0da6a1399599e/Cargo.toml#L138)
From Discord discussion I think @seungjin's priority is the Redis trigger, but we should allow it on the outbound Redis API too (including a suitable default port for `allowed_outbound_hosts`?).