Many Kasiriha
Many Kasiriha
Really looking forward to that feature. I'm playing around with AWS Lambda at the moment. And that feature would (hopefully) allow me, to trigger a prepared Lambda Function (for test...
So - what could be a good way of enabling automated visual comparisons for Browser Library? I would like to implement some solution, where the visual comparisons are happening in...
So you'd prefer an explicit Keyword to do the visual comparison? I was also thinking of an automated visual comparison in the background, like some commercial tools do. It would...
Thank you, those are two intersting points you're bringing up. 1. Pixel Tolerance: There is already parameter called `threshold` which we could use easily. It is not the EXACT number...
My Python skills were very poor when I started this project, that's one reason why it's pretty messy and hard to maintain. I already started to do a bit of...
You're absolutely right, that's a duplicate which is there due to ...history ;) I will set one of those keywords to deprecated to clear it up in the next days....
Thanks a lot for your finding Oliver, I'll look into it and check if the library keeps a lock on the document files - even though I cannot really imagine...
Thanks a lot for your additional investigation @podfran . Damn, now I have an idea. I use the `futures.ThreadPoolExecutor` multiple times in the library for multithreading. Mostly, to parallelize processing...
Thank you @ValentinoAlfano , I think I finally found something. This issue from pymupdf sounded familiar https://github.com/pymupdf/PyMuPDF/discussions/1547 In some cases pymupdf keeps a lock on the files. I solved it...
ok, I released a new version 0.12.0 with that fix. Would be great if you can give it a try and let me know the outcome :)