Results 26 comments of Modesty Zhang

> So far looks good, but there are few things: > > * Can you test untracked files if they stay intact? Next commit will add three more test cases:...

WIP `isogit stash`: https://github.com/modesty/isomorphic-git/tree/feat/isogitstash, supports stash push, apply, drop, pop, list and clear. Please share issues in the above forked repo, it'd help me make it PR ready to contribute...

thanks to @kylerob. A more thorough fix plus appropriate tests are in [PR #338](https://github.com/modesty/pdf2json/pull/338), please review and test it out

can you upload the PDF?

please upload your testing PDF

should work in `es6class` branch now

fixed since v2.0.0

try: var PDFParser = require("./pdf2json/PDFParser"); var pdfParser = new PDFParser(); var pdfPipe = request({url: pdfUrl, encoding:null}).pipe(pdfParser);