Joshua S Brown
Joshua S Brown
Perhaps my implementation is wrong but I have something like the following: ```C++ // myclass.hpp class MyClass { public: WISE_ENUM_CLASS_MEMBER(Type, int64_t, MyENUM); private: Type type_ = Type::MyENUM; public: MyClass(const Type...
Hi, am running into some issues compiling this library and wanted to post them in case you were not aware. ``` /home/brownjs/software/Drachennest/bench/bench_dtoa.cc:177:22: error: ‘JenkinsRandom random’ redeclared as different kind of...
Hi, This is a really neat implementation, I was wanting to use this repository as a dependency, but noticed you don't have a versioning system set up, are there any...
This looks like a bug to me. ### Terraform Version Run `terraform -v` to show the version. If you are not running the latest version of Terraform, please upgrade because...
Just trying to find out if this project is still being worked on or if development has moved somewhere else? Looks like the last changes were over 3 years ago?
There is ambiguity in how residues are treated internally in VOTCA, this needs to be clarified. Part of the problem is that in the literature a residue is not a...
Running valgrind with the unit and integration tests has been added, all tests are prefixed with memory_, and can be run by calling ctest -R memory. However, because these tests...
@ruehle I think that you wrote this part of csg/libcsg/map.cc. The Initialize function in Map_Sphere parses the contents of options which is loaded from an .xml file. The method specifically...