smahapatra1
smahapatra1
Please do a Google search for 'minimal structured logging for autonomous vehicles' video in cppcon 2019. Quill seems to be already using the best ideas of that talk but if...
While executing: git submodule update --init I got error for java/commons_logging, java/log4j and libunwind in git clone step. I changed the repositories in .gitmodules to: https://github.com/apache/commons-logging.git https://github.com/apache/log4j.git https://github.com/llvm-mirror/libunwind.git. Now I...
It will be more consistent way to find the c-ares library.
In TimeFilter.cc, there is code: #define VDate "visitDate" Is there any reason for this? I understand it is only an example and is not really a bug, but when people...