Matthias Wahl

Results 124 comments of Matthias Wahl
trafficstars

Fiddling around further with the example, it seems the `select` doesn't have any effect. When collecting results before or after the select, the result remains the same: ```scala grouped.collect() //...

This is also an issue the we got bitten by lately. Unfortunately we cannot adapt our model and thus, for now, need to use some hacky non-typechecked workarounds, which makes...

@seanmonstar the missing `Link` header is the reason why I can't switch from `hyperx` to `headers`. Can you summarize what is wrong with this PR and #67 and how we...

Can you provide an example docker image that requires docker to have a pseudo-tty configured? So this can be verified. I am not 100% sure this works with stdout piped...

Thank you so much @silverjam gonna have a look!

What is holding this PR back? We would like to use the official client, but without at least a way to target multiple elastic nodes, this is not feasible for...

Great! @tommilligan ping me, if you need another hand or pair of eyes. :)

cc @jigyasak05 FYI 😎

Though I am happy that you wanna look into this, dont feel like you have to. I just wanted to show you this issue as you're author of this offramp....

This would be solved by giving an `ArenaEntry` (this is where we keep the loaded sources, so we can reference them in our AST and interpreter (e.g. string literals)) an...