Emilv2
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)'...
  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...
I noticed lap times and distances changed quite a bit when simplifying the path, this PR tries to change that. It looks like the code already simplifies by segment, I...