Frank Dana

Results 954 comments of Frank Dana

@Luna-devv When an icon is available (meaning, it's transferred by KDE Connect along with the notification), we do do that: If you're not seeing icons, we'd need more information about...

@Luna-devv Re-requesting info about the missing icons issue you were seeing, as I mentioned it **should** work, at least the feature is already present in GSConnect.

I think you should be "as safe as graphviz is" from the possibility of code injection, which should be pretty safe. The `subprocess` call, as you noted, is safe (and...

It's possible `playerctl` implements relative `position` changes as MPRIS Seek operations, and in my experience some players (especially web players) ignore the value of any argument to Seek and only...

> > * `playerctl position` doesn't understand negative values. It misinterprets a negative value like `-200` as a command-line flag, and prints "Unknown option -200". So, any seeks past the...

@kruton > I'll have to check whether default colorScheme is actually 1. Based on my output in #1675 (as someone who has never set/customized anything regarding color schemes, so anything...

Looks like this was mostly-fixed? With playerctl v2.4.1, I'm getting correct responses for `mpris:length`: ```console $ playerctl metadata vlc mpris:trackid '/org/videolan/vlc/playlist/4' vlc xesam:url xxREDACTEDxx vlc vlc:time 670 vlc mpris:length 670112000...

Huh. What Pydot version, @spotaws ? 4.0.2 release?

Er, sorry, I meant 4.0.1. 4.0.2 isn't released! 😁

NVM, I see it now. 4.0.1 patched with my coverage completion PR. I'll take a look, it worked in our CI runs! We even added Python 3.14 recently.