Results 2858 comments of MichaIng

Probably someone of you has a good idea or opinion about #2675: - As `dev` currently has `0.43.0` as version string, `0.43.0b1` or similar as PyPI pre-release version string would...

@PhatHub It's about the Docker image here, which has no systemd or native tmpfiles support. Best solution is to allow not having any PID file at all. It is nonsense...

No, otherwise this issue would be closed as completed.

@raziel420 Thanks for the info about `libcamerify`. However, your instructions are wrong in multiple places, no idea where you got them from? 1. You mix the wording: it is called...

I would probably phrase it differently, doing less changes but mostly add "and some `occ` commands like `occ:maintenance:mode`" after "`config.php`". But I am no native speaker and the change is...

> Afaik opcache is different for cli/web and therefor `maintenance:mode --off` will not invalidate the cache for web requests. Exactly, different PHP process (even different executable) means own OPcache. CLI...

If the device tree overlay is loaded, `/etc/modules(-load.d)` entries shouldn't be required, since the overlays trigger the driver load. So indeed it seems this overlay is broken with the new...

Yes `expiration_timeout` is now also the connection handler loop interval, which causes idle load in the first place. Since that was raised from 0.01 to 0.5 (x50), I would have...