Results 417 comments of Andy Holmes

> For an example see my [PhrozenByte/flatpak-com.jetbrains.PhpStorm repo](https://github.com/PhrozenByte/flatpak-com.jetbrains.PhpStorm/actions/runs/11519733561/workflow#L84-L95), which clumsily needs to download, untar and delete the github-pages artifact created by Flatter first to enable processing by Jekyll (see highlighted...

> I indeed saw that section in README.md, however, [Flatter doesn't create the .flatpakrepo file](https://github.com/andyholmes/flatter/blob/04c42e81257e7f52c3d69c06ba5842cd82bd0bab/src/main.js#L92-L93) if one doesn't set upload-pages-artifact: true, right (I might miss something though, because I didn't...

> Can you elaborate on why the .flatpakrepo file likely wouldn't work? Because the `.flatpakrepo` file has to contain the destination `Url` where the repository will be deployed, which is...

Sorry for the delay commenting, I really haven't touched the WebExtension since it was written. I'd guess my two-cents is probably just "do what everyone else is doing" :) I...

That seems correct, given the function description. I don't actually know much about the "floating" layers in gnome-shell, but that describes what I was trying to do here :+1:

I've noticed this too, but I'm not sure the cause. I recorded the sequence of packets for each event sequence, but it seems the "hang-up" event gets lost or very...

Sorry, I read the title a misread the body. So it's set to lower the volume and then pause, and it's restarting the music but it's not raising the volume?

Thanks for the report, with screenshots and good description :) I agree this is a clear bug, and I expect it's an result of the compose data looking somewhat like...

> We shouldn't allow inputting such a name when it'll be rejected by the other side as the protocol states that such a name is [invalid](https://invent.kde.org/network/kdeconnect-meta/-/blob/master/protocol.md?ref_type=heads#kdeconnectidentity). I think this should...

> So if a new invalid ID is entered in place of an old invalid ID, the ID will still be the old invalid ID after rejection. I think that...