Jordan Bayles
Jordan Bayles
+1 same problem. This appears to be due to the fact that Facy is interacting with the Facebook API in a deprecated manner. From a few minutes of digging, it...
char_array_to_c prints the passed in character array as a C program snippet. If you build the library and open `src/modp_b64_data.h` you can see what the outputted C program snippets look...
Hmmm, I do lean on the side of preferring `explicit`, since it's part of the google style guide I might be biased :P. IMHO `Json::Value v { "foo" }` is...
This occassionally happens with releases, unfortunately. This is a very old version -- is this still a concern?
Started messing around with this locally and was able to reproduce. This looks to me like a library version mismatch. If JsonCpp is compiled with C++11, but the example project...
How is your build set up?
> Well maybe but we don't really want an API break over it. Better to just improve the docs if necessary. This is my primary concern with merging the linked...
Tip of tree should be after 1.9.6, so tip of tree should be 1.9.7. The released branch should be 1.9.6. There have been some versioning number mismatches I am looking...
We haven't had capacity to fix CMake related issues, as you have likely noticed. If you want to submit a patch for review I would be happy to review it.
I have added a GPG key to my account to enable commits to be Signature Verified. Other than adding this to a CONTRIBUTING.md, is there any further action? Should we...