Vincent Rischmann
Vincent Rischmann
No use case, I just tested the build out of curiosity.
This > zig fmt may not mangle multi line string literals, and therefore the control characters TAB and CR are rejected by the grammar inside multi-line string literals. causes a...
I'm using the installer from [git-scm](https://git-scm.com/download/win).
I tested with 7c6cb19885b3302c6320871f91f1949b8249bec0
Hi. Just to note, I tested again with v0.2.5 just now and I still get these errors. This time around I only tested using the Reader, not my code above...
Hi, I'm having the same problem after upgrading to Fedora 29 (kernel 4.18.16-300.fc29). The workaround works too. I tested with two old kernels from Fedora, 4.18.14-200.fc28 and 4.18.16-200.fc28 and it...
Hey @vianpl, just to let you know, stopping fwupd before inserting the controllers does indeed work. Thanks !
@deniszh just as an fyi, the only thing needed for reaper to work with a 2.1.13 cluster is to upgrade the cassandra.version to 2.1.13 in the pom.xml file, IF you...
Hello, We started using kafka-kit at Batch (well `topicmappr` actually) and needed a way to get Prometheus metrics from our brokers, so I wrote a replacement [metricsfetcher](https://github.com/BatchLabs/kafkakit-prometheus/tree/master/metricsfetcher). It's nothing fancy...
Got it. I'll make a PR implementing `kafkametrics.Handler` if I end up working on it and have something that works.