itowlson
itowlson
@swankjesse Is this enough to go on? We don't currently have the plumbing for an `--enable-unstable-features` flag and the associated data flow, so I'm afraid at this point you'd be...
I'll have a look, that might be a bug with me not checking new/add compat until after template selection. _ETA: yep looks like we grab all the templates regardless of...
I think the philosophy behind this is that it should be statically determinable which variables are available to a component - the ultimate goal at one point being for variables...
## Setting up application databases There's a distinction between _database names_ (what the physical database is called in Fermyon Cloud) and _database labels_ (how applications refer to the database). Labels...
By the way, would you mind sharing where you found this: ``` # The `-d` flag is for older spin versions. The modern syntax is just `spin cloud sqlite execute...
> `spin cloud sqlite execute -d my-db` ... is failing, even if I do it this way. It seems that this part isn't tested well wrt. multiline SQL syntax scripts:...
> The process for "spin **cloud** sqlite isn't really documented well here: https://spinframework.dev/v3/sqlite-api-guide - so I would need to know how to actually finally deploy databases. `spinframework.dev` covers only the...
Okay there is some silliness going on where it has upgraded an unrelated dependency that now requires Rust 1.83, but that makes one of the examples fling a strange new...
Updated with reworked manifest: ```toml [component.build-profile-test] source = "target/wasm32-wasip1/release/build_profile_test.wasm" allowed_outbound_hosts = [] [component.build-profile-test.build] command = "cargo build --target wasm32-wasip1 --release" watch = ["src/**/*.rs", "Cargo.toml"] [component.build-profile-test.profile.debug] source = "target/wasm32-wasip1/debug/build_profile_test.wasm" build.command =...
Done env vars and deps, holding off on allowed hosts: if we can do the special-case thing for debug connections, then I reckon we can defer allowed hosts in general...