Hiroshi SHIBATA
Hiroshi SHIBATA
>That's strange... is it only that one test? How easy is it to reproduce? Is it failing ~5% of the time or 95% or? I see this fail once every...
I got the following failure today. ``` Failure: test: Convert deprecated usessl (= true) and verify (= false), with warning(DeprecatedClientOptionsTest::InitializeTests): exceptions on 1 threads: #: /Users/hsbt/Documents/github.com/ruby/ruby/lib/timeout.rb:40:in 'Timeout::Error.handle_timeout': execution expired (Timeout::Error)...
@rhenium Thank you for maintaining always. I'm preparing to final release of Ruby 3.4. Could you consider to release openssl 3.3.0 while recent weeks?
https://github.com/rubygems/guides/pull/390/ is enough to resolve this issue.
Does https://github.com/tarnowsc/bundler-override help that usecase?
Could you please explain why you chose CycloneDX over SPDX? I don’t have a strong preference, but I would like to understand the advantages of CycloneDX compared to the SPDX...
I have no strong opinion for oppose or agree. I have a concern this proposal make harder to `Pathname` into the core classes might become more difficult as a result...
>For instance why is it a concern that core Pathname require 'fileutils' in some methods if it just works anyway? That's consensus with akr and me. We should avoid loading...
+1. `gem -v` already printed only version number.
``` ruby-0.49 /all-ruby/bin/ruby-0.49: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory exit 127 ``` bookworm don't have `libssl1.1` or compat package. We...