Carlos Eduardo de Andrade
Carlos Eduardo de Andrade
I copied a simple code from https://gist.github.com/voidfiles/5c70471450ee476796c7, to extract a JSON schema for Swagger. It turned out that the code does not run properly. SO, I did some debugging and...
Hi, I'm trying to build a large SQL statement, but Python keeps shooting out of the play. So, basically, I need to fetch all information for a large number of...
The preprocessing flag `DEBUG` is commonly used for many codebases. Usually, people seeking to debug use `-DDEBUG` in the compiler flags to activate debugging. However, if you are using easylogging++,...
I start to use this great lib but I am missing ways to use float/double numbers in the input. Apparently it is simple to do that modifying union Variant and...
Assume the very simple example: ```julia import DocOpt doc = """ Usage: test_docopt_order.jl -a -b Options: -a Argument A. -b Argument B. """ args = DocOpt.docopt(doc) @show args ``` Calling...
As VisJS allows us to have multiple edges between the same pairs of nodes on multi undirected graphs, here we add such capability. Indeed, the changes in the code are...
Suppose we have the following class: ```cpp /** * \brief This is a testing class for doxyrest. */ class TestDoxyrest { public: /** * \brief Sets a custom value. *...