Jason Woods
Jason Woods
I can't make a good reproduction case as it seems Composer 2 extracts asynchronously in background, so you have this issue where sometimes it extracts in time before the preserve...
``` { "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/7" }, { "type": "path", "url": "../a-sync-copy" } ], "require": { "composer/installers": "^1.2", "drupal-composer/preserve-paths": "@dev", "drupal/drupal": "7.52", "drupal/a-sync-copy": "^1", "drupal/date_api": "^2", "drupal/views":...
I just hit this. It feels like high availability subnet routers don’t work as a result as the moment accept routes is enabled the failover router starts routing to its...
@mglaman Thanks! I read the two commits and they definitely improvements :) Really happy this got in - it was a super hard one to track down!!!
For a simple project of Drupal `9.2.*` and a single module, I put timings in https://github.com/composer/composer/pull/9619#issuecomment-1534607121 based on what the OP was. It shows a good reduction - going from...
This has completedly blocked for me as I am unable to login. It looks like the workaround only works if you are using the default `oidc/` path. If you're using...
Seems to successfully process the `callback` but then proceeds to call the OIDC path `/login` with empty parameters in request body, which returns this error. If I inspect and grab...
@zofskeez The original issue was fixed as it relates to default mount path, but got reopened. I am unsure if the reopening was due to the default mount path again,...
> @kuzmany you are right, that is a challenge, but we took this approach because we don't want to change behavior of existing segments without our users having an option...
> Funny story is that in the first versions of Mautic it used to work the way that #10063 is changing. So we are going back to what we know...