Jiaxiao Zhou

Results 69 comments of Jiaxiao Zhou

I tried to reproduce this error. Here are the steps I performed. 1. I run the following test ```python import vcr import requests @vcr.use_cassette() def test_iana(): requests.get('http://www.iana.org/domains/reserved') requests.get('http://www.iana.org/domains/reserved') ``` 2....

I love the direction we are going with! @alexcrichton's concerns are valid and resonate with me. I like the idea that "wit" refers to "the whole IDL", while "world" refers...

A eventing framework like `fn foo(in: Event) -> Result` fits this model perfectly.

`wasi-experimental-http` update to wasmtime 0.35 https://github.com/deislabs/wasi-experimental-http/pull/93

https://github.com/fermyon/spin/pull/466

I am a bit concenred that if we do not enforce this to CI and all developers, pr like this will generate lots of conflicts for local developing branches.

Since we have templates now, can we put all examples to templates (don't have to be public to all) and let the integration test runtime generate spin application to tests?

I have restricted the scope of this SIP to only implement spin SDK that adapts CloudEvents http binding, per our discussion at the community meeting. @radu-matei @lann

Some interestings future SIPs are 1. generic and portable CloudEvents component 2. adapter component 3. Kafka trigger