Gregory Schlomoff
Gregory Schlomoff
docker-gen incorrectly parses the user repository part of an image name as the registry name. For example, for an image named "tianon/centos", docker-gen will consider that "tianon" is the registry,...
CMakeLists.txt: ``` include(CMakeRC.cmake) cmrc_add_resource_library(my_files data/foo.bin) add_executable( MyApp main.cpp ) target_link_libraries( MyApp PRIVATE my_files ... ) ``` However for some reason `#include ` always says the include file cannot be found....
It would be very useful to be able to specify the buffer row extent (and the buffer image height, in the 3D case) when calling the decoding API, so that...