Robin Houtevelts

Results 25 comments of Robin Houtevelts

Honestly we didn't do any benchmarking to see where we land with the current `10ms`. I'll try to get you some numbers so we can make an informed decision 👍

> Apparently, the Actions team does not have the bandwidth to implement this on the platform and the internal feature request for this got closed. Has it been reopened? Triggering...

Also unclear to me how to enable this. I have overseerrr with multiple radarr servers, each with a different profile. When requesting in discord I don't see the option to...

I'm having the same issue. > Error when evaluating 'strategy' for job 'disable-replication'. .github/workflows/deploy.yml : Error parsing fromJson,.github/workflows/deploy.yml : Error reading JToken from JsonReader. Path '', line 0, position 0.,.github/workflows/deploy.yml...

I also can't seem to trigger the patches ``` Composer version 2.5.4 2023-02-15 13:10:06 PHP 8.1.16 (cli) (built: Feb 16 2023 07:22:21) (NTS) ``` composer.json ```json { "name": "drupal/recommended-project", "description":...

Still haven't found a good guide on how to run this in GitLab CI/CD

I'm having the same issue when following the [umami-demo](https://next-drupal.org/guides/umami-demo) guide. Not using Lando. ```ini NEXT_PUBLIC_DRUPAL_BASE_URL=https://next_drupal.dev.kzen.pro NEXT_IMAGE_DOMAIN=next_drupal.dev.kzen.pro DRUPAL_PREVIEW_SECRET=secret NEXTAUTH_SECRET=zdauNuBL7lLAHT9zIpxExCThVHSSOfIwouGOhr5cjWQ NEXTAUTH_URL=http://localhost:3000 DRUPAL_CLIENT_ID=7fb61dd2-b623-4713-b3c4-b487089cd71e DRUPAL_CLIENT_SECRET=weDKc7PD845kq49JfPeYmsZ48eunder ``` From the docs it is unclear to me...

Thanks! > Having both set should probably be an error. Yes, that would also make this much better to maintain 👍

If I want to disable dependency patch resolution altogether: Would setting `allow-dependency-patches: []` (empty list) achieve that? Edit: I guess I could cheat by doing `allow-dependency-patches: ["drupal/core"]` or something since...

@cweagans I'd be happy to take a stab at adding `allow-dependency-patches`. But I'm currently busy for the next two weeks.