Dirk Bolte

Results 9 issues of Dirk Bolte

I used a connection pool and had Ohm using it. Ohm uses redis.multi and requires that the same connection is used in the whole context. As it interacts with redis...

Recently I can in a situation where too many connections where opened, causing the 'pending' connections to stack up more and more. For debugging this, it would have been helpful...

Time by time I run into an error that after a redis cluster change, the scheduler does not work anymore, posting the following exception: `Redis::CommandError: NOSCRIPT No matching script. Please...

possible bug

**Use case** I want to convert a parameter error to a similar response as it would have been thrown when validation would have run and using the error messages of...

enhancement

The following code results in a `NameError`: ``` ruby require 'lumberjack' Lumberjack::Device::SizeRollingLogFile.new('test.log').flush ``` Backtrace: from /home/dirkbolte/.rvm/gems/ruby-1.9.3-p392/gems/lumberjack-1.0.4/lib/lumberjack/device/size_rolling_log_file.rb:40:in `>' from /home/dirkbolte/.rvm/gems/ruby-1.9.3-p392/gems/lumberjack-1.0.4/lib/lumberjack/device/size_rolling_log_file.rb:40:in `roll_file?' from /home/dirkbolte/.rvm/gems/ruby-1.9.3-p392/gems/lumberjack-1.0.4/lib/lumberjack/device/rolling_log_file.rb:46:in `before_flush' from /home/dirkbolte/.rvm/gems/ruby-1.9.3-p392/gems/lumberjack-1.0.4/lib/lumberjack/device/writer.rb:95:in `block in flush' from :10:in...

# Problem Description When configuring custom extensions via code or JSON, the extension's configuration is currently not validated at startup. In JSON, an object is defined. In code, the extension...

enhancement

- create interfaces for different extension points - ensure that extensions do not leak into core wiremock ## References #2553 ## Submitter checklist - [ ] Recommended: Join [WireMock Slack](https://slack.wiremock.org/)...

# Problem description When configuring custom extensions via code or JSON, the extension's configuration is currently not validated at startup. In JSON, an object is defined. In code, the extension...

enhancement

I'm using Spring data mongo and want to use collations for various queries. The collations need to work with the default repository methods as well as with custom queries. According...

type: bug
in: repository