Yaroslav Yenkala

Results 9 comments of Yaroslav Yenkala

rubocop want it be alphabetical order... ![image](https://user-images.githubusercontent.com/22034821/218081163-134e7f68-eb04-48c3-81e7-69003c140417.png)

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) ![image](https://user-images.githubusercontent.com/22034821/213863249-f2e7eebd-48d5-4c6b-8aaf-25ef25beeeee.png)

can't navigate with mouse

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.