Sebastian Beckmann
Sebastian Beckmann
> Fast update the image Are you overwriting the file, or do you delete it and create a new one quickly after?
> as the internals could change in the future Which internals are you thinking of here specifically? If `source_by_uuid` suddenly stops returning internal sources that would be quite the breaking...
I'm not the author, and this is not a real answer to this question, however: CMIO DAL plugins like this are deprecated by Apple and no longer function since macOS...
I was going to create a PR to update the codesign action to https://github.com/obsproject/obs-studio/pull/11270 but now saw this one, could it be updated to include the changes from the lastest...
I'm not sure whether the resulting error is caused by this PR specifically (there are some changes related to the Ubuntu version), but in `.github/workflows/push.yaml` there is a mention of...
This may have been noted before (but in that case I can’t find where), "zoo" feels like an unusual term for a sample / test / demonstration? I think "Playground"...
> "playground" perhaps? That would make sense to me.
Rebasing #8446 I noticed a couple of small things: 1) The styling for the border color of selected rows appears to have gotten lost (example for Grey): ``` OBSActionRow[rowSelected="true"] {...
When using these widgets, I found that the names starting with OBS can be slightly confusing, e.g. you have an `OBSPropertiesRow` which is something completely different to an `OBSPropertiesView`. Additionally...