Benjamin Vetter

Results 12 issues of Benjamin Vetter

Hi and thanks for ardb! It would be super-helpful to have some doc listing the complexity of the commands, optimally using Big-O notation, like redis does in its docs.

Hi! Tt seems it's not possible to `preload` associations (didn't find it in the docs, code and github issues), but it would be highly valuable for e.g. `belongs_to` associations. Example:...

Using the `json: ...` option of http-rb can lead to a AWS signature mismatch, since SearchFlip is using Oj to generate the json for which the signature is calculated, while...

I'm installing rocksdb-dev from alpine testing/edge. They recently updated it to 7.0.2 https://pkgs.alpinelinux.org/packages?name=rocksdb-dev&branch=edge ... but rocksdb-ruby doesn't compile with that: From our Dockerfile: ``` RUN apk --no-cache add rocksdb-dev --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing...

Hi, it seems the `segment`/`total_segments` options can not be used yet from within dynamoid (right?), but i think this would be a really great addition to parallelize requests: ```ruby MyTable.with_segment(3,...

Hi, i'm wondering: BinaryLogClient#connect() should be blocking and usually is at first, but when i restart mysql after connect() is called, connect() no longer blocks, but is returning, and mysql-binlog-connector...

It seems leveldb doesnt work with ruby 3.1.1 ``` irb(main):001:0> RUBY_VERSION => "3.1.1" irb(main):001:0> require "leveldb" /usr/local/bundle/gems/fiddler-rb-0.1.2/lib/fiddler.rb:51:in `initialize': wrong number of arguments (given 5, expected 3..4) (ArgumentError) from /usr/local/bundle/gems/fiddler-rb-0.1.2/lib/fiddler.rb:51:in `new'...

When using heartbeat to monitor multiple failover ips via separate config files (see #3), we need a config entry `hooks_dir` to set individual hook directories, especially when using host specific...