Tony
Tony
Hello, I'm having trouble with starting the tool to clone one database. After start it says that fbclient.dll is not found. I did install fbclient.dll in my system32 folder with...
- set requred version of pillow to 9.5.0 - test-ffmpeg-reader - change duration number to match video - ffmpeg-reader - add displaymatrix to be read as video rotation - config...
Hello all, I have flask-gunicorn api running in docker but the issue is this: when sending SIGHUP to the master process, in docker it is 1, workers get SIGKILL signals...
Issue is this - when I try to serve a local font file from a css file I get 404 errors all around in css ``` @font-face { font-family: "Lato";...
Hello, first of all thank you for this marvelous framework, it is really enjoyable to work with especially as I'm coming from Flask. I noticed that there are methods for...
sample usage and results ``` podman-compose ls # table format - default NAME STATUS CONFIG_FILES test_redis running(1) /podman-compose/compose.yaml # --format json or -f json [{'Name': 'test_redis', 'Status': 'running(1)', 'ConfigFiles': '/podman-compose/compose.yaml'}]...
Check if include is of type dict or list, throw error if it is dict but 'path' is not the key Fixes https://github.com/containers/podman-compose/issues/1320 Signed-off-by: Anton Petrov
Hello, I am experiencing an issue where I need to run these ```python with rawpy.imread(RAW_FILE) as raw: rgb = raw.postprocess() ``` in separate child process, but when I do that...