Open JamesMaroney opened 7 years ago
Note: I am unable to get most of the tests passing on my machine right now - various issues. I believe the tests I added are accurate, but have not been able to verify them yet myself.
I am interested in any feedback/discussion, as this general functionality is pivotal to my needs - but my implementation of it is certainly only one of many possibilities.
@JamesMaroney Regarding the tests, I had similar issues and the recent PR #206 gives a summary of the errors I had. Maybe you can compare the failures you see with mine.
if
output
is an object implementing awrite
method, pass gpg output directly to it rather than accumulating it in memory.