Adrian Freund
Adrian Freund
Closing because 1. I no longer use Hyprland 2. Was already implemented by another PR 3. https://drewdevault.com/2023/09/17/Hyprland-toxicity.html
I just tested this and can't reproduce it on arch. Both spotify installed from flatpak and AUR work fine. I get the same errors in the cli, except for the...
The libprotobuf and Locale not supported errors make me think that it might be something encoding related. Do you have any non-ascii characters in your username or some file path?
> Already tested, works on KDE Plasma (Wayland) Have you tested it on the same PC? There are other people reporting issues with Battle.net not working independent of desktop environment....
It looks like deepl is now offering a (paid) official API: https://www.deepl.com/api.html and broke the unofficial API I reverse engineered for this library. I currently don't have any plans on...
Spotify stores volume as an int (1-100), while mpris2 uses a float (0.0-1.0). This can lead to a loss of accuracy, however it shouldn't for values with only 2 digits...
This seems to be a parsing bug. Here are the syntax trees (click to expand): $ x>=y/z $ ``` Markup: 10 [ Equation: 10 [ Dollar: "$", Space: " ",...
Here are some more cleanup commits for things that I noticed since I've sent this PR. The current state is as such: * All strings are fully translatable * The...
Note that if you want to group multiple show rules in one function you can still do that. But you have to show that function instead of just calling it:...
I think so. I would suggest providing an optional argument to switch endianness, but still choosing one as the default. Web protocols are usually big endian, as they were originally...