DamianoP

Results 7 issues of DamianoP

Hi, I have configured a system with multiple docker containers and everything is working fine. Now I'm trying to generate the certificate for a docker container that runs simple-mail-forwarder (I'm...

If you try to launch the docker-compose.yml, you get the following error ``` ERROR: The Compose file './docker-compose.yml' is invalid because: Unsupported config option for services.mysql: 'volumes_from' ```

You cannot adjust the webcam resolution (es 1280x720 or 1920x1080, etc. ) This function could be useful for a future update, I think it would be very useful

bug

After executing the commands: ``` mkdir tastyigniter && cd tastyigniter curl -LO https://github.com/ThisIsQasim/TastyIgniter/raw/master/docker-compose.yml docker compose up -d docker compose exec app php artisan igniter:passwd admin ``` I obtain the following...

Udpipe 2.12 templates appear to have no .udpipe extension Are they still compatible with the spacy_udpipe.load_from_path function code ? If yes, how do you load a model with the current...

The error is shown in console when I upload an ogg file in the example/decoder.html page. Complete error: ``` Uncaught TypeError: Cannot read properties of undefined (reading 'length') at l.requestData...

The php can't send email becouse sendmail is not installed. How can we get sendmail with your code ? For example almost all modern websites have a contact form that...