Yaroslav Yenkala
Yaroslav Yenkala
Same error with `ruby 3.2.1`
rubocop want it be alphabetical order... 
This way it works for me to test how many times method is called: ```ruby allow_any_instance_of(ClassName).to receive(:your_method) allow(ClassName).to receive(:find).and_return(your_instance) # if you need to test #update action put your_route_url(your_instance, subdomain:...
Same problem on Fedora 37 (Gnome 43.2) 
can't navigate with mouse
is project dead?
Yes, I have same issue
Because of I do not have not legacy laptop, it worth to run this script on modern machine to check: ```bash for d in /sys/class/drm/card*/device/driver; do basename $(readlink -f $d);...
@dhh here is [PR](https://github.com/basecamp/omarchy/pull/3711) of fallback to use Alacritty on legacy GPU instead of Ghostty while installing omarchy. Could you please take a look at it when you'll have time.