Dan Chiarlone

Results 15 comments of Dan Chiarlone

@lann ~ We are looking to capture IO to memory. Actually, it seems like #431 implements pretty much all we need. We'd make use of [`capture_io_to_memory`](https://github.com/itowlson/spin/blob/e3246a0c2385e2660bbe30e49da052feccd7ff73/crates/engine/src/io.rs#L97-L122), and the updated [`prepare_component`](https://github.com/itowlson/spin/blob/e3246a0c2385e2660bbe30e49da052feccd7ff73/crates/engine/src/lib.rs#L218-L236)....

@itowlson ~ If I understand this correctly, `redirect_to_mem_buffer` just gives us a pipe (i.e., `WasiFile`) to build `ModuleIoRedirects` with, which we pass to `prepare_component` that hooks up the spin engine...

I ran into this problem, and fixed it by changing from `struct Wasm`/`impl w1::W1 for Wasm` to `struct W1`/`impl w1::W1 for W1`. With that said, aside from the comment that:...

You must probably don't have Google Chrome installed. As per the [MPE docs](https://shd101wyy.github.io/markdown-preview-enhanced/#/puppeteer): ![image](https://user-images.githubusercontent.com/39843321/92646327-1ab2ce80-f29b-11ea-84d7-aee7b6154c63.png)

You must probably don't have Google Chrome installed. As per the [MPE docs](https://shd101wyy.github.io/markdown-preview-enhanced/#/puppeteer): ![image](https://user-images.githubusercontent.com/39843321/92646327-1ab2ce80-f29b-11ea-84d7-aee7b6154c63.png)

~make it CosmosDB compatible.

@Quantaly , @joeyvongphasouk , and @BrendanBurm ~ Is this something you are still interested in merging?

I ran into this on WSL as well - managed to get `make build` running after: ``` cargo clean cargo clean -p libseccomp -p libseccomp-sys # making just I have...

I think `slight new -n spidey -l rust -c keyvalue -s redis -v 0.4.0` is very messy and error prone. The thing is: `slight new -n [email protected] rust` is not...

> I guess my main point is that the current `new` command creates a slight application that automatically adds the keyvalue interface in, which probably isn't what the user wants....