Matthieu LAURENT

Results 18 issues of Matthieu LAURENT

If a collection doesn't have a thumbnail but has at least one item, it would be good if the collection's thumbnail defaulted to the first item's main image, since often...

Right now, when creating a new sub-collection, it seems the only item setting that's copied from the parent collection is the "Display items in a" setting. However, more often than...

I'm currently using marshmallow's `Method` field, which is mapped to the `Raw` flask_restx field in the type map. However, the method field only returns strings. Is there a way to...

This replaces the call to `datetime.utcnow()` to `datetime.now(timezone.utc)`. `datetime.utcnow()` is deprecated since python 3.12, and as such shows a warning every time `save_to_storage()` is called. We use `timezone.utc` instead of...

This PR aims to make the code easier to work on by formatting the code with `cargo fmt`, refactoring and cleaning up some of the code, and adding comments to...

**Is your improvement request related to a problem? Please describe.** Most of my songs aren't parts of any album as they are just singles. All of them are MP3s with...

feature

Ever since the switch to GTK4, Pinta uses client-side decorations instead of server-side ones. Since then, hugging the mouse to the top right corner of the window doesn't allow to...

enhancement