Travis Chambers
Travis Chambers
I have been able to get this to work, though it's not optimal. ``` html2canvas(div, { letterRendering: true, onclone: (doc) => { // onclone logic to resize div return new...
This is very late, but if i start my celery worker with `-P threads` and add `use_signals=False` to my timeout decorator, i was able to get this to work.
I am running into this in CI as well when I run pytest. I only see it very intermittently, though. I've done several `poetry lock --no-update` over the past few...
Thanks for the quick debugging! We have ~10 different github actions workflows and we run into this daily. I have set `poetry config installer.parallel false` and will monitor to see...