Vít Ondruch

Results 287 comments of Vít Ondruch

Heh, just looked at Mongrel reverse dependencies: https://rubygems.org/gems/mongrel/reverse_dependencies

The test errors do not appear to be related to this PR

This is one of the possible ways to fix this. However I have no idea what is the impact on performance, should it be concern.

The REXML authors suggest the following fix which would not change the logic: ~~~diff diff --git a/lib/vagrant-libvirt/action/resolve_disk_settings.rb b/lib/vagrant-libvirt/action/resolve_disk_settings.rb index f1a3f67..bf5d951 100644 --- a/lib/vagrant-libvirt/action/resolve_disk_settings.rb +++ b/lib/vagrant-libvirt/action/resolve_disk_settings.rb @@ -51,14 +51,16 @@ module...

Not sure where to put this. Maybe it should be separate discussion. But anyway, I am afraid of the value of `CHECKSUM` section, for several reasons: 1. For Fedora users,...

Fedora tries to be interoperable. E.g. if you developed app on Mac, handed it over to me (or of course vice versa), what should happen? But the thing is that...

Looking into the CI failures, specifically to [rack_3 (3.2, spec_rack)](https://github.com/teamcapybara/capybara/actions/runs/15519323258/job/43690442545?pr=2811#logs), I believe this is due to https://github.com/sinatra/sinatra/commit/cd3e00de20ddaff34ea30f7a74a7b9dad189d1d8 introduced by (Sinatra /) Rack::Protection 4.1.0, where the `www.example.com` is not on the...

> Any idea what to use instead of example.com or better to re-configure to enable? ~~~diff diff --git a/lib/capybara/spec/test_app.rb b/lib/capybara/spec/test_app.rb index b29a1523..eabb2a8e 100644 --- a/lib/capybara/spec/test_app.rb +++ b/lib/capybara/spec/test_app.rb @@ -19,6 +19,7...

Already looks better 👏 At least something is passing 🥳

[This](https://github.com/teamcapybara/xpath/commit/4303e22c9f69442c5e4064203def4041ca6081a6) is likely issue for the [rack_smoke (3.0, cucumber)](https://github.com/teamcapybara/capybara/actions/runs/15753768019/job/44404432080?pr=2811#logs)