lyorig
lyorig
It's also worth mentioning that when 1.26 becomes supported, we can do away with the CMake hackery for finding the library on macOS and instead simply use `find_package()`, since this...
Unless this is a "works on my machine" situation, the following snippet configures and compiles without issue both on Arch (`sudo pacman -S gstreamer gst-plugins-good`) and macOS (`brew install gstreamer`):...
Ah, understandable, thanks for the info. I don't intend to act like an armchair general, just wanted to let y'all know that this is a thing now. Also, good to...
I'm thinking out loud here, but since the algorithm is so fast, spinning up threads for every call would be wasteful. What comes to mind instead is a new function,...
From my experience, the standard in C++ is that there are [twenty different coding standards](https://xkcd.com/927/) adopted by twenty different large software companies, so IMO what matters here is documenting whatever...
Hi, I'm unfortunately going to be late with working on this, studies and all that. But from the little thinking I've done, the important thing is that this multi-threaded approach...
CI seems to have caught something weird. I'll try to look into it soon™.
Oh yeah, I got some stuff completely backwards. Will try to fix if time allows for it.
Checks are currently failing due to a single misplaced rectangle, which is interesting. I'm still pretty short on time, so I won't get into debugging it right away—but it may...