Herculino Trotta
Herculino Trotta
Old thread, but in case anyone ever stumbles upon this issue like I did, a simple fix for missing resource files when packaging with PyInstaller is to edit your `.spec`...
@jorisschellekens How would one go about testing if a Table fits into a page? I couldn't find an easy way of calculating and comparing such sizes
Having the same issue on 1.98.1 using docker ``` { "errorMessage": "DOMMatrix is not defined", "errorDetails": {}, "n8nDetails": { "nodeName": "Extract from File", "nodeType": "n8n-nodes-base.extractFromFile", "nodeVersion": 1, "operation": "pdf", "itemIndex":...
Any update on this? Knowing if the virtual camera is actively in use or not would be crucial to save some processing power in my application.
Thank you for taking the time to implement this @tshino, it's very much appreciated. I did encounter a weird interaction with Python's opencv: I'm using opencv to read the frames...
I've created #71 to track this, thank you again @tshino
I'm running into the same issue on Ubuntu 22.04.4, running on Oracle Free Tier. If I run `modprobe binder_linux devices="binder,hwbinder,vndbinder"` and them ``` docker run -itd --rm --memory-swappiness=0 \ --privileged...
Had the same problem on the 0.25.2 when doing the first fetch on an Android device from Windows. Forcefully rebuilding the database on Windows with the original files and re-fetching...
The intermittent 502 errors seems to be a bug on Google's end, related issue: https://issuetracker.google.com/issues/369670473
[My application](https://github.com/eitchtee/WYGIWYH/) runs gunicorn and a single procrastinate worker inside a single docker container using supervisord. I didn't try defering from the start script, that could work. > What exactly...