Dave Reid
Dave Reid
If I need to rotate my GitHub token or Private Packagist/Artifactory authentication, I would like to do it in one place. NPM supports using environment variables in the `.npmrc` file...
# Feature request If a site has written custom Drush commands using Drush 11 or lower, and they update to Drush 12, the drush.services.yml files are now deprecated as per...
I'd like to have a method that determines with a boolean result (or throws exceptions) if an SVG is safe or not.
### Platform ( ) MacOS (x) Linux via GitHub Action runner ( ) WSL2 ### Installed Via ( ) Homebrew ( ) Apt Package (x) Manually via Composer ### PHP...
We'd like to not require user access tokens and instead make use of a [write-access deploy key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/managing-deploy-keys#deploy-keys) to the other repository for the split.
https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/2 Updated to a new major version of ajv which no longer includes the additional formats to use for validation: https://ajv.js.org/guide/formats.html and requires a new NPM dependency to be required:...
We attempted to use drupal_tests with an install profile as its own independent repo, and we've found that everything hard-codes the path to modules/repo-name including: - https://github.com/deviantintegral/drupal_tests/blob/master/hooks/RoboFile.php#L101 - https://github.com/deviantintegral/drupal_tests/blob/master/hooks/RoboFile.php#L193 -...
Currently if any patches applied via the patches.json in the module fail to apply, then the build still passes. We attempted to add `"composer-exit-on-patch-failure": true` to our module's composer.json file,...
This change landed in drupal/coder: https://www.drupal.org/node/3074176 that now provides the ability to override the extensions that should be scanned. We can remove the patch from https://github.com/deviantintegral/drupal_tests/blob/master/templates/module/patches.json and maybe we should...
As of Drupal 8.8.0, the dev dependencies have gone missing from CircleCI update-dependencies jobs. We may need to add drupal/core-dev to our required modules?