Matthias Wahl

Results 51 issues of Matthias Wahl

Currently the behaviour across sinks is different, e.g. the [elastic sink](https://docs.tremor.rs/artefacts/offramps/#elastic) is putting batched event elements into a single http request body, the [kafka sink](https://docs.tremor.rs/artefacts/offramps/#kafka) is sending a separate message...

the docgen process is currently set up so it creates documentation for the code inside the given directory and all reference packages. It documents private types as well as public...

help wanted
enhancement
documentation

During multiple occassions (e.g. #3127 or #2871 ) it was discovered that stdin interaction was not quite working as expected. Since there is currently no test coverage of this part...

help wanted
good first issue
enhancement

When using rust-rocksdb with [async_std](https://crates.io/crates/async-std) and somehow keeping a reference to the `DB` inside a detached task, you can get `SIGSEGV` and `SIGABRT`. A small reproducer: ```rust #[async_std::test] async fn...

**Describe the problem you are trying to solve** Parsing urls as strings is hard, manipulating and evaluating them is even harder, although it doesn't have to be. **Describe the solution...

enhancement
help wanted
good first issue
_complexity:low

The main use case is to have another piece of code do the initial handshake and use this libary only for the websocket frame handling. Example can be seen here:...

In this hackernews conversation: https://news.ycombinator.com/item?id=17195580 , lots of people demanded code examples on the website. They couldn't find any, even after clicking around. I think it makes sense to give...

[RFC 2068](https://tools.ietf.org/html/rfc2068#section-19.7) states: ``` When it connects to an origin server, an HTTP client MAY send the Keep-Alive connection-token in addition to the Persist connection- token: Connection: Keep-Alive An HTTP/1.0...

Give a simple example for: * starting a server * handling requests * building responses also link to the examples.

We are happy users of the googapis crate, but wanted to update our prost dependency without luck due to gooapis depending on 0.9. By accident i somehow found this repository...