Henrik Laxhuber
Henrik Laxhuber
On MS Windows, calling the beautify functions simply deletes all content of the buffer. I believe this is because js-beautify is a shell script that opens a node.js process on...
When setting `compression.type=zstd` on the broker, the consumer fails to read any messages, reporting `WARNING:kafka.consumer.fetcher:Unknown error fetching data for topic-partition TopicPartition(topic='test', partition=0)`. Switching to `compression.type=gzip` or to producer-side compression (even...
# What I believe the `path` returned by the explainer of `-ref-schema` is wrong when the ref is a `var`. This originally turned up as follows: Using `malli.error/humanize` on a...
Add support for renaming symbols when using `import-vars`: ```clj (import-vars [clojure.walk [prewalk :as walk-pre] postwalk] [clojure.data diff]) ``` This is another attempt at making progress on the now 8 year...