Michael Strelan
Michael Strelan
FWIW it might nice to have a `composer add-patch` or similar command that modified the composer.json file AND ran the appropriate command.
Wouldn't it make more sense to call this "Initial Delay"? To me, "Archival Delay" suggests it will wait a certain period before it archives an episode, regardless of whether it...
Well actually I'm not using images, I'm using HTML content. In the end I used another solution because there were too many issues with this one (eg not able to...
> **Warning**: As of Drupal 8.8.0 the recommended approach (especially for beginners to Composer) is to use the [composer template at drupal/recommended-project](https://www.drupal.org/docs/develop/using-composer/using-composer-to-install-drupal-and-manage-dependencies). I'd suggest that drupal-composer/drupal-project is better for beginners...
I've noticed that utilities like Microsoft Keyboard and Mouse Center, or the equivalent Logitech software, can affect the way media keys are handled. I can't remember the specifics, but I...
I'm having similar issues to @geroldkl. The Drupal recommendation is to set the `printerClass` in phpunit.xml to `Drupal\Tests\Listeners\HtmlOutputPrinter`. Looking at the source code of `PHPUnit\TextUI\Command::handleArguments()` I see the `--teamcity` argument...
One more option, it would be nice if we could specify `teamcityClass` like we can for `printerClass` so if `--teamcity` is set we can provide a decorated teamcity class like...
Looks like there is an existing VSCode issue - https://github.com/microsoft/vscode/issues/48123
@simesy interesting idea, I just came across this in Symfony's ParameterBag class. https://github.com/symfony/http-foundation/blob/7.1/ParameterBag.php#L125-L152