Ryan Foster

Results 601 comments of Ryan Foster

I cannot reproduce this. Automatic Remux works fine for me in all cases I tested, including trying to replicate the settings in your log and screenshots. I also do not...

I cannot find an entry in the Qt docs for a "toolButton" property for QPushButtons. Do you have any references available? What is it for?

> > > > You can include "fixes" or other [closing keywords](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue) to automatically link a PR to an issue. > > Please also mention the Issue in the commit...

> 1, fix is a closing keyword and it was in the body of the PR from the start, > 2, fix is now in the title, and it's still...

> I much prefer it to be listed as a potential fix, as I said it switches to the desktop wallpaper on application close. it does not switch back automatically....

After reviewing this, it seems that comments on [Ubuntu v4l2loopback Bug 1946660](https://bugs.launchpad.net/ubuntu/+source/v4l2loopback/+bug/1946660/) and https://github.com/umlaeute/v4l2loopback/issues/404 (specifically, https://github.com/umlaeute/v4l2loopback/issues/404#issuecomment-1001995043 and the following two comments) conclude that this is a bug in https://github.com/umlaeute/v4l2loopback/. It...

When changing properties like this, you need to account for existing setups in the wild. You should cleanly migrate such settings to the equivalent value in the new settings or...

Instead of merging other branches into your branch or creating merge commits, please rebase your changes on top of the current git master. For an example of how you can...

> > > > Instead of merging other branches into your branch or creating merge commits, please rebase your changes on top of the current git master. > > That's...