yesrod

Results 16 comments of yesrod

Had the same issue, can confirm the pull request from this issue fixed the problem.

Workaround in https://github.com/ValveSoftware/steam-for-linux/issues/5460#issuecomment-583857902 works well for me in Ubuntu 20.04.

Another case of this bug here. Jellyfin 10.8.13 via Docker. Server is Debian 11 "Bullseye" (OpenMediaVault). Client is Windows 10. Tested with Firefox and Chrome, both had the same issue....

New interface is at https://github.com/GNOME/gnome-shell/blob/master/js/ui/keyboard.js , specifically the KeyboardManager() function. TL;DR: - ```Show()``` is now ```open()``` - ```Hide()``` is now ```close()``` - ```_keyboardVisible``` is now ```visible``` - Don't need to...

I am also experiencing this issue (frequent pauses after hitting play). I've noticed that the following actions tend to trigger this issue: - Skipping songs - Changing to a different...

The pattern in question that's supposed to prevent this is at line 340 of f10rancid: ``` / \.{1,2}$/ && next; ``` For some reason the end of line match is...