Ryan Levick

Results 188 comments of Ryan Levick

I agree with @radu-matei. If we want to go down the road of not having the shim able to run applications which access resources like sockets (at least by default),...

As @nikic [mentioned above](https://github.com/rust-lang/rust/pull/129356#issuecomment-2309610481): > Looks like this update is a very mild regression, but not enough to look into it in more detail, or skip this version. @rustbot label:...

I'm also not so sure I understand what this feature would improve. In the example above with a store labeled as "data" and a variable named "store" that points to...

@thomastaylor312 the change is a layer above the digest validation. The digest validation code hasn't changed at all. Is there a place where this code will be exercised in a...

Question: what speaks about moving http triggers out as plugins as well so that all triggers are just plugins? I could certainly see us still wanting to maintain that plugin...

FWIW the lint warnings there have been fixed in https://github.com/fermyon/spin/pull/2866 so a rebase will get rid of those.

Thanks for the report. I first wanted to make sure I could reproduce this in an http trigger (to eliminate the possibility of this somehow being an issue in the...

Thanks for filing the issue! So, I'm not surprised that it doesn't work with Spin v2.6.0, but I am surprised that it seemed to have worked in Spin v2.5.1. I...

Ah yes, I see where the issue is now. Currently all migration files passed to `--sqlite` are executed against the "default" database - i.e., the database that is always available...

@theagilecoder these are environment variables, so you just need to run `spin` with the `SPIN_WASMTIME_TOTAL_MEMORIES` environment variable set (e.g., `SPIN_WASMTIME_TOTAL_MEMORIES=100 spin up`).