Stefan Weil

Results 963 comments of Stefan Weil

I just try to deduplicate a mailbox with about 300000 e-mails. `mdedup` has allocated all available memory including swap space, thus making the system unusable until the kernel will finally...

These changes are needed when running without `Pipfile.lock`. I had to remove that file because it contains references which no longer work.

This patch works better: diff --git a/demetsiiify/iiif.py b/demetsiiify/iiif.py index 7b861db..63dc9f6 100644 --- a/demetsiiify/iiif.py +++ b/demetsiiify/iiif.py @@ -174,8 +174,7 @@ def _make_empty_manifest(ident, label): current_app.config['PREFERRED_URL_SCHEME'], current_app.config['SERVER_NAME'])) manifest_factory.set_iiif_image_info('2.0', 0) - manifest = manifest_factory.manifest(ident=manifest_ident,...

Thank you for pushing the refactored code. It still does not work for me. Error: class uri 'gevent' invalid or not found: [...] ModuleNotFoundError: No module named 'greenlet'

Thank you. That's fixed now. This issue remains for the Docker based setup: $ docker-compose run webapp python manage.py create Traceback (most recent call last): File "manage.py", line 1, in...

No problem, it's not urgent for me – just a new try to get my favourite historic newspaper shown with IIIF. :-)

I could add agrep analysis to Coverity Scan if that is fine for you.

Where does the mismatched `int` come from? Could we change it to `size_t`?

I can reproduce the problem on Debian Stretch (with libzmq3-dev, libzmq5, libzmqpp-dev and libzmqpp3 packages from Ubuntu), but I'm still searching for the `int` which is mentioned in the error...