RandomNameUser
RandomNameUser
I have the same problem. In my Linux install I fixed it with the following, pretty minimal, patch: ``` diff --cc src/scrapers/movie/TMDb.cpp index 2ef0884e,50ec9c09..00000000 --- a/src/scrapers/movie/TMDb.cpp +++ b/src/scrapers/movie/TMDb.cpp @@@ -397,7...
With Pydantic v2 switching to 2020-12 this is becoming a little more pressing than before... Is anybody working on this? (Please say yes... ;) Thanks!
Having messed around with image resizing in Python, I have a few comments: Using `NEAREST` to generate the hash sounds like a bad idea. `NEAREST` is very sensitive to minor...
Yes, that's an option. At least pillow's resize checks and doesn't resize if the size is the same. The only price you pay is making a copy of the index...
Currently the former. I am running a somewhat lengthy search in a thread parallel to the GUI (Qt) main thread, and things get pretty sluggish while it's running. Not sure...
Just to add another vote for this. It doesn't seem like a complicated request, but there are quite a few use cases that require it...