Moshe Weitzman
Moshe Weitzman
This looks very useful. Thanks! Now that [dynamic config](https://circleci.com/docs/2.0/dynamic-config/) is available, would you still use this project? Anything you would change?
Like require-dev and autoload-dev, can there be a patches-dev?
composer 1 is assumed by the dependencies ``` > DrupalProject\composer\ScriptHandler::checkComposerVersion Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Your lock file...
It turns out that Symfony Console 5.4+ enables completion by default and its working in Drush. This PR configures our DDEV to demonstrate that. You must have DDEV 1.19+ (recently...
Folks can use [Drush Launcher](https://github.com/drush-ops/drush-launcher) or any of the alternatives described there.
Move to LegacyCommands
Use Factory method ...
I got the idea from the Termynals that are shown at https://fastapi.tiangolo.com/. Above is a screenshot of that page. Unfortunately, these page elements wrap poorly on narrow screens (just the...
For example, the following does have any effect as seen by the command callback not getting right value in $options. ``` command: image-flush: options: all: true ```