Guilherme Silva
Guilherme Silva
### Important Information Provide following Information: - **mpv version:** 0.33.0 - **Linux Distribution and Version:** Arch Linux - **Source of the mpv binary:** Official repositories - **If known which version...
### Brief description of the issue Sound notifications are enabled by default, so after a feed updates (with new entries), RSS Guard tries to play the sound but it fails,...
More details in the commit's description. Highlights: - Fix [deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) `::set-output` command:  - Introduce [problem matching](https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md) for GCC, MSVC and Clang, which is especially helpful on PRs:  And...
I just noticed that the `ubuntu-18.04` build job from commit https://github.com/nuttyartist/notes/commit/f53d059225ea7a5843a68b5b90461a8ad7b20731 has failed. That happened because, specifically today, we're in GitHub's ["brownout period"](https://github.com/actions/runner-images/issues/6002), which *purposely* prevents any build job using...
Hi, do you plan to provide a userscript for v1.7.0? Thanks!
I have 5 accounts linked to my android phone, but only my main account SteamAuth is having trouble with. That's because its `status` property is set to `null`: ``` {...
**Environment** - OS: Linux **Describe the solution you'd like** Would it be possible to have VDF compile into a single executable file? Like this: https://docs.microsoft.com/en-us/dotnet/core/deploying/single-file
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I have a Spotify playlist which its description is just a...
This fixes window association issues on Linux. Here's a before/after output from [`xprop`](https://man.archlinux.org/man/xprop.1.en): Before: ``` $ xprop ... _GTK_WINDOW_OBJECT_PATH(UTF8_STRING) = "/org/gtk/Application/anonymous/window/1" _GTK_APPLICATION_OBJECT_PATH(UTF8_STRING) = "/org/gtk/Application/anonymous" ``` After: ``` $ xprop ......
_Originally posted by @guihkx in https://github.com/guihkx/spotishush/issues/33#issuecomment-1753562150_ I guess one way to deal with this in a more "definite" manner, would be by looking for that `` element through the *entire*...