nekrondev
nekrondev
Thanks for your information, I will stay tuned and look out for CTAP2 protocol support. Using TinyGo and bare-metal U2F is really great, however I installed Debian Buster based OS...
Workaround did help to fix the issue I expired with regular S3 storage checks for new deployment artifacts that run into `task not found` error. I got this issue by...
FYI: Just upgraded from 7.7.1 to 7.8.0 without any issues (non-clusterer deployment, just plain docker-compose). Update order was web node first (stop, upgrade, start) then following worker node (stop, upgrade,...
@xtremerui I would suggest to look into abandoned PR https://github.com/concourse/concourse/pull/7042 as this explains the issues many of us have.
I have the same issue. My Swagger-UI loads from 127.0.0.1:9000, api.json loads via krakend no-op proxy from 127.0.0.1:4242/api.json. Now if Swagger UI tries to POST to e.g. 127.0.0.1:4242/api/v1/demo the web...
@root9191 looks like a dependency on ckeditor which hasn't yet included copy to clipboard for code blocks. I'm also missing this feature a lot as my mates and I have...
Ok I can ACK that the tesseract issue is happening within the current docker build because of error messages written to stdout starting with `Error` (see https://github.com/ocrmypdf/OCRmyPDF/blob/16ab4a8b4ec82175880f235953d99e9c5265b634/src/ocrmypdf/_exec/tesseract.py#L130). Inside the joex...
If you run the `ocrmypdf` CLI manually inside the container for a second time the `tesseract_opencl_profile_devices.dat` written at the first execution (with the Error lines found at stdout) will finally...
Yea maybe that would speed up the OCR stuff.. however as I understand `tesseract` code the profile *.dat file will be loaded at startup and if not found a fresh...
> setting ENV `TESSERACT_OPENCL_DEVICE=1` could also fix the issue. tesseract will still do its device profiling every time, but since an explicit choice is given by env it will not...