Carl Wilson
Carl Wilson
Delayed until API implemented, delayed until 1.7+
The source of the error is in the [`blocking_read()` function](https://github.com/openpreserve/fido/blob/53816ea40862063f9207a0c7badfde20e98c7964/fido/fido.py#L510), and the problem is in this loop: ```python while bytes_read < bytes_to_read: readbuffer = file.read(bytes_to_read - bytes_read) buffer += readbuffer...
@bitsgalore to comment and close.
I've not really got to grips with valgrind yet, my time on the last release was spent on other matters and some things had to give. I'd be interested to...
I've done some experimentation here with some success. I started here: https://stackoverflow.com/questions/2116778/reduce-git-repository-size which took me here: https://stackoverflow.com/questions/685319/git-pull-error-unable-to-create-temporary-sha1-filename/685422#685422. I've managed to reduce the repository size to 92 MB by: ```bash $...
@bitsgalore, I've been running scared of this all week but think I have a way forward. I'm going to fork as full a copy of the repo as I can...
@bitsgalore, hold that thought, I have a better way. I've forked to [opf-attic](https://github.com/opf-attic/jpylyzer) and [opf-labs](https://github.com/opf-labs/jpylyzer) and will shrink the opf-labs instance now so we can see what we think first....
Hi @jaakkopasanen I understand but perhaps I should have been clearer regarding my intentions. This is really my MVP start. The PR isn't complete and I'm aiming to develop a...
Hi @jackdos this looks like the PDF module is failing to read the BOM properly, will take a look to see if it's feasible to fix this for 1.28 and...
Thanks @RvanVeenendaal we will investigate this and fix/explain for the upcoming 1.28 if possible. You'll know more by the end of October.