GrabbenD

Results 133 comments of GrabbenD

## Workaround * Launch the game through a dedicated TTY session **(not inside Hyprland)**. Here's a example for Steam on a ultrawide 144Hz monitor: ```bash $ gamescope -W 3840 -H...

Here's a patch for Sway which worksaround stuttering caused by the mouse layer in fullscreened VRR apps: - Original implementation: https://github.com/swaywm/sway/issues/6832#issuecomment-1537300663 - Updated version: https://github.com/swaywm/sway/issues/6832#issuecomment-1612314863 I think this could be...

For those who wish to track the progress: https://github.com/hyprwm/Hyprland/pull/1880

Thanks, that makes sense @flouthoc! I think something is wrong through: ```console $ podman build -f Containerfile.extended --pull=true STEP 1/1: FROM mylocalimage Trying to pull localhost/mylocalimage:latest... WARN[0000] Failed, retrying in...

> Do we want to "relax" the always pull policy when the reference points to localhost/? > > I feel rather against it, because --pull=always instructs to always pull. Podman...

@vrothberg Tried it but there's no logs which confirms that my current (external) image is up to date with upstream repo (which makes me confused if it works as the...

That makes sense, yes the documentation was confusing. > Which kind of logs (and where) are you looking for? For comparison, console logs from `$ podman build -f Containerfile.base --pull=always`...

> You would like a Debug message saying the image was not pulled? Yes, I believe it would be very helpful in seeing what's actually going on (e.g. if something...

(Ticket is still relevant @github-actions)