Sander Cox
Sander Cox
While at the same time fixing the fact that discussion ids issued from my gitlab instance are hex-strings and not just 'numbers' as stated in their documentation. Filed an issue...
Trying to build a runner monitor tool to see what jobs my runners are running and if they are running etc- some basic health for our CI/CD Just added some...
Was getting errors on git installs using brew pkg. Complaining it couldn't find templates. Added a creation of `/usr/local/opt/` to the latest cellar version too in the script fixes the...
### Expected behaviour Just works. ### Current behaviour Crashes on the first call to `caspar::accelerator::ogl::texture::impl::copy_to` ---- ### Steps to reproduce 1. Install AMD Pro drivers 22Q4 2. Start CasparCG server...
### Description This changes every sample to clearly state that they are sync points. ### Motivation and Context As the virtual camera always sends frames that are uncompressed and/or keyframes...
- [x] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? - [x] Have you checked that there aren't other open [pull requests](https://github.com/microsoft/winget-pkgs/pulls) for the same manifest update/change? - [x] This PR...
Moving umask fixes an issue where cargo install would otherwise create files in `/usr/local/cargo` that are owned by root. My dev container default has a user of vscode and that...
Updates all vulkan related ports to the 1.4.309.0 version - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [x] The "supports"...
### Request Overview We use GTest as our test framework. I recently started to use the delimiter to group our tests as the lists were getting super long. This worked...