Lisa Ridley

Results 9 comments of Lisa Ridley

@verbruggenalex The command is `drush generate`. It was introduced in Drush version 9.0.0-beta2, and incorporates the "[Drupal Code Generator](https://github.com/Chi-teck/drupal-code-generator)" project.

Interesting approach: https://github.com/vaimo/composer-patches Use: https://github.com/vaimo/composer-patches/tree/148ab02bcc073099ded44baf6ff0fefc65d29edd#usage-json-declaration Code: https://github.com/vaimo/composer-patches/blob/148ab02bcc073099ded44baf6ff0fefc65d29edd/src/Patch/DefinitionList/LoaderComponents/DownloaderComponent.php#L153

Added handlers to ResponseMediator for this: https://patch-diff.githubusercontent.com/raw/DigitalOceanPHP/Client/pull/325.diff

Is `project31/kubernetes-arm` a private repository?

Hello. FWIW ProPublica has a Votes api https://projects.propublica.org/api-docs/congress-api/votes/ it does look like their store is down, though, so you can't get a API key from them. You might message them...

I built a custom cypress docker image with both Chromium and Firefox installed to execute Cypress tests on a Macbook Pro M3 Max. Both install and execute tests without issue....

I built a custom cypress docker image with both Chromium and Firefox installed to execute Cypress tests on a Macbook Pro M3 Max. Both install and execute tests without issue....

Ok to clarify a bit (I did leave something out here)...we are using DDEV for local development for Drupal sites, and to also build and test projects in our CI/CD...