Cyril Chapellier
Cyril Chapellier
Hi @Insoft-UK I understand the idea, but technically, `unsigned char` is not _guaranteed_ to be an 8-bit type, while `uint8_t` is (if available), right? So I'd be inclined to use...
Thanks for the context. I'd leave the export with `uint8_t` for now, but I'm all in favour of the first `replace()`, if you want to amend the PR 🙏🏼
Hi @RaisonRed and thanks for raising Could you elaborate, with an example 🙏🏼 and the expected output? thanks!
Thanks for the example. In my understanding, the baseline is correctly drawn. Its value starts at the base of the first top pixel, ie base = 0 means the top...
Hi @Macr0Nerd Thanks for the details. I'm not familiar with podman quadlets, but let's try to dig. Can you have a look in `/var/www/davis/var/log` on the PHP container to see...
Can you try to see if you can modify the permissions so that the logs can be written ? It might be the source of the problem indeed. Otherwise there...
Hey there, sorry for the late response. Could you try, in the running container, to: - change APP_ENV to `dev` instead of `prod` - run a `composer install` in the...
Yeah that's only because composer install did not run properly actually. What error did you encounter?
👋🏼 Haven't heard from you on this matter — could you resolve it in the end?
Hi @RCdeWit 👋🏼 - Did `bin/console doctrine:migrations:migrate` output any log at all when you ran it? You can check whether the migrations were correctly executed by connection to the database...