m-baumgartner
m-baumgartner
What about simplified version of this where `mkdocs` just provide a selector to the reader to switch between the detected languages (by detecting language-code-named `.md` files for instance) and the...
What about comparing MD5 hashes? Delphi now has a `System.hash` unit with classes for MD5 and SHA-1 hashes generation. They only take Strings as inputs though. I posted a question...
libgit2 v0.20.0 is out now.
Must be a version conflict with packages shipped by default with Mac OS. It works well in a `virtualenv`
Honestly I gave up installing it on my OSX environment. It was just for testing purposes anyway. I did my testing inside a `virtualenv`( see [here](http://docs.python-guide.org/en/latest/dev/virtualenvs/) ).