Bastien Abadie

Results 43 issues of Bastien Abadie

Do you have any plan to support loading a Docker image in its tar format, like `docker load` ? After some tests, it looks like it should be doable by...

buildkit

I stumbled upon some images that trigger a server internal error when cantaloupe tries to read their EXIF metadata. Here is the stacktrace ``` java.lang.IndexOutOfBoundsException: off < 0 || len...

This pull request fixes the issue #548 by inspecting the EXIF field's data type before converting it to `Orientation`. I added a `getField` method in the `Directory` class to be...

Some TIFF images may use a long integer value instead of a short one to represent EXIF orientation metadata. Cantaloupe does not support that and raises an error (tested on...

:warning: This seems to only affect instances using the Mysql database I currently get a 500 on https://fuzzmanager.teklia.com/crashmanager/signatures/watch/ with the following log: ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py",...

bug

Using [cloudscraper](https://github.com/VeNoMouS/cloudscraper) it seems possible to avoid Cloudflare spam prevention The library seems to be a drop-in replacement for requests... :+1: