tsgouros
tsgouros
I get the following error when I run anim_save: ``` > anim_save("state-testing.gif", animation=gp.anim) Error in to[[1]] : subscript out of bounds ``` I will try to package this up in...
In the tests/CMakeLists.txt file, you could use a conditional on the line "cmp_test(atb-agg 0.01)" I don't think AntTweakBar is essential to the build or usage of freetype-gl, but it is...
Currently, there is a memory leak of some kind, possibly with the queue server. The home installation deals with this by restarting the server every few minutes when no one...
``` > NMEA2000 % cmake --build . > [ 5%] Building CXX object src/CMakeFiles/nmea2000.dir/N2kMsg.cpp.o > [ 10%] Building CXX object src/CMakeFiles/nmea2000.dir/N2kStream.cpp.o > [ 15%] Building CXX object src/CMakeFiles/nmea2000.dir/N2kMessages.cpp.o > [...