Results 11 comments of Terry Chia

To chime in on this issue if anyone is working on it, having the ability to parse a hex literal (perhaps leveraging https://docs.rs/hex-literal/0.3.3/hex_literal/?) would be great.

The problem is while parameter definitions and return types are somewhat useful to have in a docstring, that information has to be in the `.rst` files given the autodocs problem....

Crazy thought here. Is it possible to do the _reverse_ of autodocs? I.e building the docstrings from the `.rst` files dynamically each time `tox -e docs` is ran?

That should be possible I suppose... You can see the code that does the mocking in #85. If someone wants to play around with it and make it work, feel...

@lvh Yes. I think the main concern with that was the docstrings and .rst files getting out of sync. _If_ the primary maintainer (which is basically @warner at this point...

More or less yes, to my recollection. I think I did tidy up some stuff and document some stuff that weren't documented before but it's to avoid the mocking problem....

Does the official gradle binaries at https://gradle.org/install/ work for you? I can try providing the compiled JAR files but I'm not sure about the logistics of it. I'm don't think...

@damiencarol Requesting to reopen this because #6937 doesn't add full support for the v3+ JSON. The latest version of Trufflehog adds support for collectors like the `filesystem` one that does...

Hi! Thanks for the report. Sadly, I don't believe that you can use this library with Python 2.7 for Windows due to the fact that the C compiler in VS...