itowlson

Results 479 comments of itowlson

If anyone fancies tackling this, I'd suggest making it a flag on `spin help` rather than a top-level flag. ![image](https://github.com/fermyon/spin/assets/865538/55bb3d5b-631e-48d5-9ff1-97f926c27815)

@calebschoepp I'm not aware of any out-of-the-box clap feature for this. And assuming custom code is needed, it would be best done as a separate crate in the clap ecosystem,...

@me-diru is this intended to land in the factors branch, or should it be rebased off main? Currently, merging this would merge a whole bunch of unrelated factors stuff too.

@me-diru > the trait `Deserialize

@me-diru It will work if _any_ crate in the build turns the feature on. This can be cause surprises when you use your crate in a _slightly_ different build context...

@me-diru CI is currently locked to Rust 1.79. Is it possible you are on a more recent version of Rust with shiny new lints?

The origin of this is that Spin allows globs or specific files to be mounted e.g. `files = ["src/lib.rs"]` (and indeed this was originally the _only_ way to do mounts)....

This ia a great discussion - thank you for writing all this up. A consideration here is what is part of the application definition and what is part of a...

Another possible strategy is to implement the wasi-cloud-core interfaces e.g. https://github.com/WebAssembly/wasi-blobstore. Cf https://github.com/WebAssembly/wasi-cloud-core