db-tech
db-tech
When I tried to get the Basic tutorial 1: Hello World example to run, I get the following error message: ``` Given string is too short for a pipeline: playbin...
We experimenting with SDL2 and Dear-ImGui to create a simple editor for a GameEngine. As some point we're switching the Renderer target from drawing to a texture back to drawing...
I just saw this code in h26x.cc ```C++ if (t1 && t4) { /* previous dword 0xxxxx0000 and current dword is 0x0001XXXX */ if (t4) { start_len = 4; data[rpos]...
As I was working an the other Issues, i thought it would be nice to have a .clang-format file. Nowadays, that is almost the first thing I do in a...
I did check the source with a static code analyzer and found lots of maybe minor problems that should be resolved. Just to show some examples condition is always false...
In this piece of code: ``` if(myproject_BUILD_FUZZ_TESTS) message(AUTHOR_WARNING "Building Fuzz Tests, using fuzzing sanitizer https://www.llvm.org/docs/LibFuzzer.html") if (NOT myproject_ENABLE_ADDRESS_SANITIZER AND NOT myproject_ENABLE_THREAD_SANITIZER) message(WARNING "You need asan or tsan enabled for meaningful...
Hi, I am trying to use your template for a project of mine. Unfortunately, I am not sure I understand the definition of the package maintainer ( myproject_PACKAGING_MAINTAINER_MODE) I the...
I installed everything using docker according to the documentation. At some point, it states that we need to do `sudo ./start_arm_container.sh` Why do we have to use sudo here ?...
Hi, I wanted to add pthread support to the sdl2_mixer port just like sdl2_ttf and sdl2_image have it. I am relatively new to python and emscripten so I got a...