Results 417 comments of Andy Holmes

I'm not sure which workarounds you're referring to exactly. The only command that seems relevant to your problem is: ``` $ systemctl --user reload dbus-broker.service ``` Which sometimes happens on...

If your ID is `91c110b9_b5fa_4cb3_9294_4f1971d6d132` then your certificate hasn't expired, you've encountered a different error. Could you open a separate report?

This seems like a good idea, if Sonny approves. I usually do stable/master with my stable/devel manifests as well.

That makes sense to me. I guess the main focus is the demos and those have to keep working.

This is the section here that controls enabling/disabling actions: https://github.com/GSConnect/gnome-shell-extension-gsconnect/blob/97a12873e4a9518ff544ae953ecd1fa24f29787b/src/service/plugin.js#L131-L143 So as long as every incoming/outgoing packet type for the action is also in the incoming/outgoing for the device, it...

I'm not sure there's much benefit to this, to be honest. The Flatpak bundles are built from the repository, so uploading them there is generally redundant. A `.flatpakref` file basically...

> However, for users that do want to publish Flatpak bundles, GitHub artifacts are no real alternative due to the default 90 days retention policy. Well, you're welcome to deploy...

I think I've got `--skip-if-unchanged` handled, although I don't have a test setup. Still not sure about `--default-branch` though, I think the `master` branch part is entrenched in flatpak-builder.

Sorry, `--skip-if-unchanged` was not actually fixed, but proper fix incoming momentarily.