Pierre Rudloff
Pierre Rudloff
We needed `VIRTUAL_HOST` to be exposed to our cron jobs (because we run some tasks that need to build absolute URLs) so we used this workaround in `docksal.yml`: ```yaml cli:...
We noticed a related problem. Our container was spammed with requests like this: ``` web_1 | 192.168.32.9 - - [18/Mar/2022:18:12:19 +0000] "GET /exec_in_progress_inside_cli HTTP/1.1" 200 21 web_1 | 192.168.32.9 -...
OK so I just noticed that it works but only if these are called before `drush()`: ```php $this->taskDrushStack()->arg('system.maintenance_mode')->drush('sget'); ``` It is a bit confusing.
I see there is already a MR for this: https://github.com/yosymfony/resource-watcher/pull/12
Unfortunately, I don't think I know enough about how pdepend works to write a PR.
grumphp is compatible with phpcd 6 only starting from grumphp 0.21.0: https://github.com/phpro/grumphp/commit/d0d38c2962a7a6bf60a9959d7c4ab969a93c39f0
A bunch of modules have been marked as unsupported recently so it could be useful to have a way to detect them: * https://www.drupal.org/sa-contrib-2022-022 * https://www.drupal.org/sa-contrib-2022-021 * https://www.drupal.org/sa-contrib-2022-020 * https://www.drupal.org/sa-contrib-2022-019...
We also tried to use GD but the version in Docksal does not seem to support AVIF. As a workaround, we might add [cavif-rs](https://github.com/kornelski/cavif-rs) to our image.
Hello, We would be interested in this. Your project would be useful to us (especially WatchHooksImplementations and DisplayPrettyExceptions) but we already have our own solution for Twig debug and JS/CSS...
Hello, is there something we can test? Are you planning on releasing a new alpha version?