Max Bruce
Max Bruce
@kyessenov Yeah, it requires the component to be dynamically linked by both Envoy and the dynamic module. As an alternative, the dynamic module can leave the shared library unlinked, and...
To get this working without building with `wasi`, I just use the `wasi` crate via `wasi::environ_get` See working example: https://github.com/leaksignal/leaksignal/blob/master/leaksignal/src/env.rs
@durch Can you review this?
It was casually discussed we use this syntax instead: ``` function double(const count: u32, sum: u32) -> u32 { if count > 1 { return double(count - 1, sum +...
How does it having no output cause an error, yet alone a segfault? I'm not seeing this @xbeastx. I triple checked NVIDIA docs, there is no overrun allowed for trailing...
Can you post a full stacktrace? I'm a bit too busy to fix it right now, this project is still a beta, but I may get to it eventually.
I looked into this, it seems like the Clickhouse support for JSON is at a point where it's kind of unusable (and experimental) -- so I'm not planning to do...
The fact that it is OS dependent is absolutely whack, I have no idea what would cause that. Ignoring that, you can print out the direct query that Klickhouse is...
I have independently reproduced this.
> @Protryon do you wanna share your repro or is it secret? 😅 It's not public, but the TL;DR was a nested router that had a route for `/` and...