Richard Ayotte

Results 20 comments of Richard Ayotte

@bellbind Are you waiting for a PR or trying to decide on implementation?

The problem also occurs with GNOME Calculator so this might be a larger scope issue that should be fixed at the window manager level.

Can't wait for this to get merged :star_struck: I've just hardcoded a few things in the meatime. ![2024-01-14_11-52](https://github.com/hyprwm/Hyprland/assets/294987/49bf59c2-00bc-428d-8849-751686d85827)

> As a temporary workaround, you can try `jest.restoreAllMocks` > > ``` > import {jest} from 'bun:test'; > > jest.restoreAllMocks(); > ``` This doesn't work. Any other workarounds other than...

Related to #238 How to set with gsettings. ``` $ gsettings set org.gnome.pomodoro.plugins.gnome indicator-type text $ gsettings set org.gnome.pomodoro.plugins.gnome indicator-type short-text $ gsettings set org.gnome.pomodoro.plugins.gnome indicator-type icon ```

`focus_on_activate` works for most apps but doesn't work for Chrome. If I click on a text file from Nautilus, Sublime Text will get the focus and open the file. I'm...

Does the following work with Firefox? ```bash xdg-open https://baktz.com ``` In the console I see: ``` Opening in existing browser session. ``` Logs: ``` [LOG] Window 558fbeb06220 set title to...

Storing massive strings is probably a bad idea. I'm going to explore other ideas. Feel free to close.

I only have this problem when running with `nodemon` instead of `node`. `nodemon` must be doing something with stdin and stdout.

this bug also affects swaync https://github.com/ErikReider/SwayNotificationCenter/issues/292