Phil A Thompson

Results 69 comments of Phil A Thompson

Yes exactly! https://github.com/cmus/cmus does exactly this. No problem. Indeed playlists are nice :grin:

I noticed about 30 instances of Hyprland running when I upgraded my NixOS desktop machine. Maybe that's something. Looks like it's running on every core. ![image](https://github.com/user-attachments/assets/35578e5b-39ac-4585-b266-abe99352803d) I can also see...

Thanks @arminius-smh! I've actually switched to Sway now. I need something a bit more stable. Hyprland would crash sometimes and I don't particularly need the animations (though very nice). In...

Not seeing this myself on the closed source 555.58 drivers but I am only running dual 60hz monitors @ 4K and no animations. I'll test with animations on and report...

> ``` > cursor { > no_hardware_cursors = true > } > ``` > > adding this to hyprland.conf fixed the issue. Do you not see any ghosting with this...

I like this. I've been using process-compose via `devbox services` and while it generally works well I find myself hitting issues like the fact that it's not up-to-date so missing...

The guys working on Pagy point out that Pagy is a Ruby gem not Rails so it doesn't mark it HTML safe using Rails constructs. It makes this option particularly...

> It works for me > > .env: > > ``` > TEST_VAL=hello-world > ``` > > ➜ git:(master) ✗ devbox shell --env-file ./.env Starting a devbox shell... (devbox) ➜...