Marek Kwasecki
Marek Kwasecki
Just as it is done in storescu with the same params and all
I'm trying to add libmemcached target in my project by ``` add_subdirectory(${AWESOMIZED_MEMCACHED_DIR}) ``` and it seems that it fails to find _Configure: ``` CMake Error at cmake-build-debug/_deps/libmemcached-src/CMake/_Include.cmake:1 (include): include could...
We've came across an error with missing sequence delimiter at the end of the file. I happens quite often (in a range of hundreds of cases). I suspect dcm4chee version...
Hey, we have a case where we need to limit number of bytes in the cookie. We'd implemented JWT with GZIP payload compression. Now we'd like to use cpp-jwt to...