Pierre Rudloff

Results 12 comments of Pierre Rudloff

We were indeed using 1.7.0. I tried using 1.7.1 but I can still reproduce the issue.

I also confirm that this fixes our problem (tested with Composer 2.0.6 on a large project with dozens of patches). Is there any chance that this will be merged?

Duplicate of #1234

We have a similar use case because we install PHPCS with phive on our CI and we need to install additional standards. We currently use wget but it is not...

This potentially breaks the deployment of tens of thousands of websites using the webform module for Drupal. The root cause is that https://github.com/dargullin/icheck/archive/1.0.2.zip returns this weird error: ``` the given...

The webform patch does indeed fix the issue but it will require patching a lot of websites. In the mean time, renaming the 1.0.2 branch could instantly fix the problem...

I can still reproduce with 37e1b296d8100845c7b10c143cc3e96552d41ab1 (and Composer 2.3.10). How I reproduce: 1. Pull a commit that contains `composer.lock` changes updating a package that declares patches. The package has updated...

We encountered several problems with DNS rebinding protections and I thought I would share our workarounds: * Our office DNS refuses to resolve anything.docksal.site. The simple solution was to configure...

We have a similar problem: auth is required on our instance and since we upgrade to 2.0.8922-1, the microphone icon is greyed out with a loader on Chromium. (We use...

I confirm setting `prejoinConfig.enabled` to true fixes the problem for us.