Vít Ondruch

Results 263 comments of Vít Ondruch

I just wanted to make sure this is considered: https://github.com/rubygems/rubygems/blob/5d331faa39124fe17364a249478c7fbd7880d2d4/lib/rubygems/config_file.rb#L50-L51 Because similar change was forgotten when releasing 3.0

I am against. There is no reason to not share the gems among applications. And this in general would make life harder to distributions such as Fedora, because it would...

The funny thing is that if I later remove the installed gem, keeping the `Gemfile.lock` around, Bundler is satisfied with the available sqlite3: ~~~ $ gem list | grep sqlite...

While the message `2 gems now installed.` does not make any sense to me 🤷

To me it seems that the example above does not clearly demonstrates what the `%{trim}` really does. E.g. to me it seems that the `\` were omitted just as and...

I have just quickly asked Red Hat Python maintainers about their thoughts about wheels, mainly about their limitations and this was their answer: > The problem currently is mostly with...

So after analysis, I believe that this is the culprit: ~~~ $ ruby -v -ruri -e "p URI::Parser" ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [x86_64-linux] URI::RFC2396_Parser $ ruby -v -ruri -e...

Two things to consider. 1. I am not sure if the `open3` dependency should be explicitly mentioned in the Gemfile, because open3 is part of StdLib. However, I am typically...

Hm, not sure about the test errors. It is a pity that the `ensure` blocks hides the `launch_process` errors

> I also don't recall why jruby isn't in the test matrix, maybe just oversight. They were probably failing at some point: 27d23c47561e7fb762679af0f55e316dbce28033 > @voxik Could you resolve the conflicts?...