vEpiphyte

Results 29 comments of vEpiphyte

@scossu I haven't spent any time towards tweaking the lmdb behavior. With that, it seems like you would not be able to actually use lmdb in any code that does...

@scossu mock wouldn't work for me since i actually need to spin up lmdb environments during our autodoc process. its entirely possible the idea i initially had may not work...

I am seeing the same issue of test failures with the release of ``6.2.0``; we had a nightly build failure of our doctests. Here is an example failure (which is...

Hi @tim-finnigan ! So the reason I'm looking at the two helper APIs is that my main target is a file descriptor that is backed by a socket; so that...

@pradoz the problem with casting the StreamingBody into a BytesIO is that you have to read the entire response into memory to do so; so a large file being downloaded...

@jloehel You can see a comment from declage2 here https://github.com/decalage2/oletools/pull/812

It is a bit confusing, since vipermonkey does have its own pyparsing constraint.

@tim-finnigan I will try to review these today. I missed this over the american holiday week.

Even if the function signature is changed, that still has an interaction with the `ignore_localhost` option which adds multiple items to the (potentially empty) `hosts_to_ignore` set. If the handling of...

I see that specific constraint for ViperMonkey here https://github.com/decalage2/ViperMonkey/blob/master/requirements.txt#L6 The vipermonkey tests don't currently run python 3 so I haven't explored if any tests fail on pyparsing 3.x yet.