Pierre Rudloff

Results 24 issues of Pierre Rudloff

Say we have a package A that declares patches for package B. If we install a new version of package A that contains new patches for package B, here is...

When using var-dumper first inside a debugbar collector then outside, it breaks the outside instance (clicking on an object or array does not collapse it). That's because `DebugBarHtmlDumper::getDumpHeaderByDebugBar()` replaces some...

With the following `composer.json`: ```json { "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ], "extra": { "composer-drupal-optimizations": { "require": { "npm-asset/jquery": ">=3.4

**How is drupal-check installed?** - [ ] drupal-check is installed using the phar - [ ] drupal-check is installed globally via Composer - [ ] drupal-check is installed globally using...

**Description** We want to call a script inside the container and we need to be able to provide data to this script with a pipe, so we call something like...

🏷enhancement

This plugin is currently not compatible with Composer 2: ``` The "drupal/console-extend-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation...

Hello, This PR adds a `$skipCount` argument to `getChildren()` and a new `getNumChildren()` methods. We needed that in order to build a pagination over `getChildren()` queries.

To be able to do things like that: ```php $this->taskDrushStack()->drush('sget')->arg('system.maintenance_mode'); ```

### Verification - [X] I have updated Composer to the most recent stable release (`composer self-update`) - [X] I have updated Composer Patches to the most recent stable release (`composer...

bug

This library can not be used with Symfony 6: ``` yosymfony/resource-watcher v3.0.0 requires symfony/finder ^2.7|^3.0|^4.0|^5.0 -> found symfony/finder[v2.7.0, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.44, v5.0.0, ..., v5.4.27] but...