Enrico Werkema
Enrico Werkema
I get the same result using a weave `SOCKET_PATH: unix://var/run/docker.sock`. Would be really interested to see this work, currently we have to modify the permissions in order to run the...
Same error in textract `1.6.3` on Linux from a Docker container. This error doesn't occur locally (on Windows). Maybe related to [this issue on Stackoverflow](https://stackoverflow.com/questions/54714478/python-subprocess-popen-not-working-in-a-docker-container-works-fine-locally). ``` 2019-09-21T12:50:41.552392889Z Traceback (most recent...
@jpweytjens It was actually a memory problem of the Docker container. Due to insufficient memory the operation of `pdftotext` failed, causing the `UnboundLocalError`. So by following the installation instructions for...
I agree with your point that the **custom validators** should replace the functions `addError`, `updateError` and `removeError`, but with the current custom validators I am not able to implement it...
@alexfauquette We would also like to have the option to extend the maximum date. Our use case is that we have e2e tests running in parallel on the frontend. The...