Frank Dana
Frank Dana
OK, I see [the commit](https://invent.kde.org/network/kdeconnect-android/-/commit/7080b43d2d44bdc1052bbb719fbbb7a6668b4785) in kdeconnect-android that added volume-key monitoring. The difference between kdeconnect and GSConnect appears to be that when we send a `sinkList` to the device, we're...
(Yes, the need to specify either/both of these explicitly ranks among the more stupid and inexplicable of ImageMagick's... "endearing quirks".)
I added an additional `-density` flag to reset the icon bitmaps' intrinsic DPI to 96 before output, so that the 256-pixel icons don't get stored as 300 DPI `0.85` inch...
@gregkh Ping? I'm sure usbview is relatively low-priority, and there's certainly no real urgency to this. Just wanted to call your attention to it, if you hadn't seen. Thanks!
Weird... I had a new notification for this PR, but I can't for the life of me figure out _why_. Nothing's changed, that I can see.
@FrostyX You sure? Tons of people [decamped _from_ Netlify **to** Cloudflare](https://news.ycombinator.com/item?id=39520776) when _Netlify_ presented a "free" user with a $100,000 bill for DDoS-driven overages. (Didn't help that their CEO then...
Eagerly (that's a lie) awaiting (that too) the explanation for how Ubuntu Server is magically immune to DDoS attacks.
Hmm. `test_oddhello` was made `async` in ddeae97a, but `test_noresponse` wasn't, despite the fact that they're virtually identical (right down to both using the `odd_hello` arg) other than which exception they're...
Oh, never mind, `test_noresponse` was `async`'d in 9161f30.
Actually, `test_noresponse` _succeeds_ for me with the current `master` branch code, on Fedora 40. After patching `tox.ini`: ```diff diff --git a/tox.ini b/tox.ini index 69e6e9e..7352e31 100644 --- a/tox.ini +++ b/tox.ini @@...