Wölfchen

Results 47 comments of Wölfchen

> Is that off-topic? yes, nobody asked for your comment. > Look, I have a Contributor badge https://github.com/aome510/spotify-player/commit/98d81239161e9b658b1fb37ce2f158f7ef3b6c11 is your only contribution. it is also made obsolete by this pr....

i blocked them, hopefully we can now work on this in peace. i apologize for not doing so earlier. since they blocked me as well, i am no longer able...

will be partially addressed by #640, if the author responds. i'll supersede that pr with a new one if that doesn't happen. from my experience, tab functionality is sometimes there...

hi, i've looked into this further while working on #1187 (implements keyboard support for buttons). while i am not experienced enough to make any claims with full confidence, it seems...

[git bisect](https://git-scm.com/docs/git-bisect) is great, i'd recommend trying it out next time you run into something breaking ^^ which os are you using? also, if you want to make things easier,...

just out of curiosity: does compiling with default features (simply `cargo build --release`) work? if that doesn't fix it, i'd assume the issue is some package missing or some service...

71ba5024421dd475e800c55f3efce1dd887cdc56 updated the crate managing dbus with a major version bump which had a lot of breaking changes. i did my best to follow the documentation on updating when working...

i broke this, so i will have to fix it, see #1180 for more information. if i can't find the cause, i'll revert the update which should work but is...

escaping things is handled suboptimally, i agree. i'll investigate how this can be improved since rendering a `\` required the following eww code: `"\\\\"` i think this stems from the...