Emilv2

Results 5 issues of Emilv2

A way to configure the number of processes for encode_images, this way my pc can stay usable while I'm running imagededup in the background. I'm not sure if it also...

[pre-commit](https://pre-commit.com/) makes automatically running checks (linting, isort, tests, ...) on commit easy. I've only added an isort hook in this PR, but many more are available. [isort](https://pycqa.github.io/isort/) automatically sorts the...

**Description** An attempt at issue #353, it's some quick work with still some rough edges, but I wanted to put it already here to see if you would be interested...

Related to #304 **What steps will reproduce the bug?** ```bash # create two identical test files, but with a different extension: > seq 1 100000 > test && echo 'print(1)'...

bug

![Screenshot_2023-09-13-18-22-32-03_8f43e9927574d4d5ed1228b7559896c8_1](https://github.com/timer-machine/timer-machine-android/assets/15071778/f319d7cc-6a42-4446-aa28-17a277f489aa) ![Screenshot_2023-09-13-18-22-36-25_8f43e9927574d4d5ed1228b7559896c8_1](https://github.com/timer-machine/timer-machine-android/assets/15071778/a9f1e5f9-0995-4627-ab43-03925e4d285d) The dots on the calendar show timers ended on that day, but the list below shows timers started on that day. I'm not sure which one is the...