Jacob Burroughs
Jacob Burroughs
Here's the actual pop query we run in prod. Note that we also have concepts of multiple queues in one table and of stranded jobs, both of which aren't really...
> Since this adds a new pixel format, I would suggest basing your PR's commits upon the commits in #10139 in order to prevent merge conflicts and theoretically make reviewing...
I filed https://github.com/obsproject/obs-studio/pull/10345 to allow us to address the actual underlying issue. The actual problem is that most of the time, when using NDIlib_recv_color_format_fastest with transparency, the format NDI will...
No, because 15ededd4dfaf73e0b854208b5a28de6d08b5d589 is only on develop, not master. And it really isn't the right fix, because that change just made "Normal" and "Low" mean exactly the same thing. Best...
I have the appropriate obs-ndi changes working locally, but they won't work without the obs-studio change to support the new color format first so I hadn't yet opened a PR...
Unless I'm missing something, there's no way to reproduce the UpdateHandler based approach with archive-based updates, as zipfs doesn't support executable bits and there appears to be no way to...
I'm thinking the logical way to consider these is as something other than a normal wiki. Really, these should probably be some sort of structured documentation stored in a versioned...
You could try setting `customLauncher` to a copy of the `nativeJavaApplicationStub` here: https://github.com/maths22/universalJavaApplicationStub/actions/runs/12102350031 . I don't know if it will work, but it's an entirely separate implementation of the launcher,...
FWIW I have a multi-release jar implementation of approximately the same idea here: https://github.com/maths22/directories-jvm/tree/ffm-poc (though with implementations for the preview versions of all the intermediate java versions as well that...
* Honestly I meant to share what I had done with upstream after we had done our first release using it and made sure it didn't crash and burn, and...