Matthieu Amiguet

Results 2 issues of Matthieu Amiguet

With this simplified code: ```python client = pronotepy.ParentClient(...) objs = client.information_and_surveys() objs[0].mark_as_read(True) ``` I get ``` Traceback (most recent call last): File ".../venv/lib/python3.10/site-packages/pronotepy/clients.py", line 684, in post return self.communication.post(function_name, post_data)...

bug

Is it possible to tell flask-images to honor jpeg exif orientation? I have an application where users can upload images that are displayed resized by flask-images. But the exif orientation...