Christian Klauser

Results 5 comments of Christian Klauser

It _does_ work, but is extremely slow (feels like ~0.5 fps) on my Nexus 10. Is this simply because we don't have hardware acceleration implemented? (`ChromeView#requestDrawGL`)

Yes, the inherent methods are ranked at the top, thankfully 🙂, but I would wish that something like the [creation_flags](https://doc.rust-lang.org/std/process/struct.Command.html#method.creation_flags) method (from a `impl CommandExt for Command`) to be ranked...

Lack of snappy compression is an issue for using rust-rdkafka in my organisation. While we deploy to linux, where we could use the mklove-based librdkafka-build, our developers mostly run Windows,...

https://github.com/fede1024/rust-rdkafka/commit/353812ff958b4b65f9e65dd22a60e770ed6ba948 has not been released on crates.io as far as I can tell. => No need to add the bugfix to the changelog.

With topics that let the producer control compression, the error message might look like this: ``` ERROR rdkafka::client: librdkafka: Global error: NotImplemented (Local: Not implemented): Decompression (codec 0x2) of message...