itowlson

Results 65 issues of itowlson

I am not sure what to do about the duplication of manifest deserialisation stuff. It's intentional that build shouldn't break over a bad kebab etc., but I'm not loving how...

The `component.files` section allows a directory or file to be mounted in the guest at a specific location, e.g. `{ source = "cat.jpg", destination = "/dog.jpg" }`. If the destination...

bug
area/CLI
area/app-def-and-config

``` ~/github/spin-trigger-sqs/guest $ spin up --help spin-up Start the Spin application USAGE: spin up [OPTIONS] OPTIONS: --build For local apps, specifies to perform `spin build` before running the application [env:...

bug
area/CLI

I had a quick play with this to see what it could give us and there is good news and there is bad news. The good news is that we...

do-not-merge

If a Spin user is on canary or HEAD, and runs a plugin, they see a message warning that they are on a prerelease version of Spin and the plugin...

open for comment

The "Run Rust audits" action has been failing for several weeks now. It currently reports 78 unvetted dependencies. We should figure out a way to ensure that the vetted list...

enhancement

This proposed feature is in support of the LLM work. I am shamefully ignorant of the details, something like storing and querying embeddings but I am a mere pawn of...

This is a second crack at command completions. It doesn't use the `clap_complete` module because that didn't do a great job; instead, it uses custom code which, well, I don't...

Via @mikkelhegn, broken out from #1850: > I still think at least an acknowledgement of what runtime config was loaded would be great. ... > > `Using [llm_remote] and [key_value_store.remore_redis]...

good first issue

I'm updating the docs for the Rust SDK. It seems like we used to support `ValueParam::Text("something")` but the new `Value` enum only accepts owned Strings e.g. `Value::Text("something".to_owned())`. Is it possible...

sdk
rust