itowlson
itowlson
https://github.com/rust-lang/cargo/issues/10752
We totally should, but that's a breaking change, so something to maybe batch up with removing `params`. As an interim measure I was going to try logging something from Spin...
If I'm reading the code correctly (I haven't tested it), this looks like it prints milliseconds since the Unix epoch? I think a wall clock timestamp would be more broadly...
Hi @Mec-iS, good to meet you and thanks for the kind words, and for the clear context. It sounds like your main interest would be in a gRPC server (that...
@FrankYang0529 Thanks for this - great to see a secrets-friendly provider! Re your question, config providers are currently wired up in the `TriggerExecutorBuilder`: https://github.com/fermyon/spin/blob/13f7916523f1fd4ab4b6c46d098c28e50baf2843/crates/trigger/src/lib.rs#L104 I believe you'd need to provide...
We could at least parse reference expressions and error if they don't point to anything.
Removed "for entry points" from title as I envisage it being an issue for outbound interfaces too!
@mreferre Which build are you using? It's there for me with current GitHub HEAD, but listed under "Trigger Options" rather than "Options":  (I think the distinction between the two...
Ah... do you have a `spin.toml` file in the current directory (or pointed to by `-f`)? The trigger options section appears only if there is a trigger 'available', because some...
Yes, the cache was introduced in a recent version of Spin. That use of the cache path is controlled by `--disable-cache`; and I _think_ you can change the path via...