Hermann Mayer
Hermann Mayer
**- What is it good for** Support for Kafka 3.0.0 with the regular ZooKeeper setup. **- What I did** I just added Kafka 3.0.0 as build configuration just like [Add...
If you got a ini file with this line for example: ``` ìni xcache.coveragedump_directory = "" ``` You cant work on this file.
Hey guys, I stumbled upon this gem while working on an updated test suite for [activejob-locking](https://github.com/cfis/activejob-locking). When I was using the Redis client/implementation my tests for parallel lock acquisition failed,...
Hey there, I bisected an issue down to Rust 1.78.0 (works well with 1.77.0) with Rutie 0.8.4 and 0.9.0, on Ruby 2.5.9. No data type can be converted anymore, at...
Hey there 👋 first things first: thank you for maintaining this great tool/gem! ❤️ ### Background Brakeman version: 7.1.0 (works with 7.0.2) Rails version: 8.0.3 Ruby version: ruby 3.4.7 (2025-10-08...
First things first: thank you all very much for this awesome gem! :pray: **- What is it good for** In my company and use case, the people who write and...
Hey there 👋 I've observed a bug which broke my application code while migrating from activerecord-postgis-adapter 9.0 to 10.0. Consider this: ```ruby # in a scope.. where("ST_Distance(lonlat, 'POINT(? ?)') <...