Kirill Valiavin
Kirill Valiavin
Full code here: https://codesandbox.io/s/quirky-butterfly-0pdjd?file=/src/index.ts ```typescript function main(sources: any) { const counter = Counter(sources, xs.of(2)); const other = Counter(sources, xs.of(1)); return { react: xs .combine(counter.DOM, other.DOM) .map((els) => h("div", els)) };...
It [seems](https://github.com/cloudevents/sdk-javascript/blob/main/src/message/http/index.ts#L185) that `HTTP.toEvent`, at least in `BINARY` mode, looks up extensions in header names starting with "ce-" prefix, however, it looks among original headers supplied in unknown case rather...
### Is your feature request related to a problem? Please describe. I'm trying to use this library in Rust and implement Workflows that have some queryable state. However, I can't...