Henrik Laxhuber
Henrik Laxhuber
@Green-Angry-Bird `confluent-kafka` is a separate library that wraps `librdkafka`, a kafka client implemented in native code. I have verified that `librdkafka` works with `zstd` compression, though not through its python...
Hitting what appears to be this exact issue on `v22.1.6 (rev ea9c411)`. Any updates on a probable cause or fix?
Thanks @jrkinley - I can no longer reproduce the issue, not sure if this is due to added partitions or something else though.
Sorry for the delay here - somehow this issue flew under my radar this past year. The issue stems from a limitation in the GTK wrapper lib that I am...
Don't we also have to add the `root` type to the exported config type in `stitches.d.ts`? ```patch From: Henrik Laxhuber Date: Wed, 22 Mar 2023 20:09:29 +0100 Subject: [PATCH] Shadow...
While at it, might be useful to also support multiple roots + changing roots dynamically? If you have a need for Shadow DOM, then chances are you'll have more than...
Simply adding `fieldReference` to my `previewFeatures` causes typescript to fail building my project with ``` RangeError: Maximum call stack size exceeded at recursiveTypeRelatedTo (/src/flike/node_modules/typescript/lib/typescript.js:66353:44) at isRelatedTo (/src/flike/node_modules/typescript/lib/typescript.js:65942:25) at eachTypeRelatedToType (/src/flike/node_modules/typescript/lib/typescript.js:66275:41)...