Jeremy Evans
Jeremy Evans
I agree to apply "Ruby license or BSD-2-Clause license (dual-license)" to my commits.
My recommendation would be to warn for the `:use_ipv6` option in Ruby 3.4, since it was just introduced in Ruby 3.3, and remove it in Ruby 3.5. Would you be...
@sorah OK, I made that change.
@sorah Do you think we can merge this so this change makes it into Ruby 3.4?
@sorah @hsbt @mame I'd like this to make Ruby 3.4, since it missed Ruby 3.3. Is it possible for one of you to review and merge?
This could be due to your default resolver is using a configuration different than your `dns` variable is using. By default, `Resolv.getaddress` will use the hosts file, and then the...
I would guess the reason for this is you want the storage in PostgreSQL and the pub/sub in redis, but I'm not sure why you would want that. I understand...
I can reproduce the issue. My Ruby backtrace was different, showing the problem in `read`, not `initialize`. Here's the Ruby backtrace: ``` # terminated with exception (report_on_exception is true): t.rb:10:in...
I recommend we drop the webrick dependency from rackup, so libraries that depend on rackup do not pull in webrick. I also recommend that libraries not depend on rackup. `rackup`...
I am against including this in zlib. It would be best to maintain this as a separate gem. There would have to be a strong case made for bundling such...