Stephan Zeidler

Results 11 comments of Stephan Zeidler

I can confirm the problem. I have the following Composer repository definition: ``` "repositories": [ { "type": "composer", "url": "https://repo.packagist.com/[REDACTED]/" }, { "packagist.org": false } ], ``` Instead of loading...

I see the same folder in my installation. It is caused by the patch that comes with contenta https://www.drupal.org/files/issues/drupal-n2788777-105.patch. When I'm using this patch on a non-contenta project, I experience...

Could you try to disable the WSL 2 based engine in in Docker and add the project directing under Resources -> File Sharing like shown here: https://stackoverflow.com/a/62721155 ?

Have you tried to ouse another shell than Powershell? Does it show a different behavior?

@rodrigoaguilera I think that's a good suggestion. You're right - remote patches always have some uncertainties, but with Drupal MRs it's going to be a real issue. I would be...

Hi @nerdstein , thanks for your report. Actually the `composer-patches` should always reapply all patches for the project, that got reinstalled. Usually you should get a report for each of...

I think this is related to https://github.com/deviantintegral/drupal_tests/issues/47

The package was once considered to be moved into `cweagans/composer-patches` core functionality, so that an additional plugin would not be needed anymore. If we do not see this happening, we...

I don't see anything in ^2.0 that would provide this functionality now. If the `composer-patches` plugin does not want to make it part of it's core functionality, I could think...

There is a pull request available now #677 @jhedstrom