Ryan Levick
Ryan Levick
Hi there! If I understand the question correctly that you want to build Spin from source, you can follow the instructions here: https://developer.fermyon.com/spin/v2/contributing-spin#making-code-contributions-to-spin. Let us know if that's not what...
Sorry! I should know better than to not post the actual output. ``` error: failed to create a target world for package `my-package` (/my-package/Cargo.toml) Caused by: 0: failed to merge...
@radu-matei There haven't been any fundamental objections to the approach and we're far enough along in the implementation that I think this could be merged. I would just need to...
Thanks for the feedback! Question: it seems like you are setting a variable in the `spin.toml` manifest, but not using it in your code? There's no need to set the...
Just going to note that we'll want to bring this change into the Factors work as well. We're close to merging that into main which will get rid of the...
One thing to consider: we should probably provide a logging interface that it's not up to each component to log things in a uniform way. This would allow the Spin...
FWIW we intended to support lists of items such that `allowed_outbound_hosts = ["{http,https,redis}://{example.com,foobar.com}:{80, 1024}"]` would work. There is some code already for supporting this, but some of it is stubbed...
@dicej this is getting closer. There's a few places where I'd still like to clarify what is a MAY vs. SHOULD vs. MUST, but I think once those are taken...
This is because we are more heavily relying on wit-bindgen for generating the SDK so we unfortunately have fewer "niceties" , but we do have the benefit of no longer...
FYI: we were previously missing some "required" checks on certain CI jobs that should have blocked auto-merge on failure but did not. I updated these early this week to block...