Paul Mitchum

Results 40 comments of Paul Mitchum

General panic button: ``` rm -rf vendor composer install ``` This handles the case where Composer gets mixed up about whether to do the patches plugin or the `drupal-composer/preserve-paths` first.

For instance: ``` { "Description": "Ionic API token", "StartLine": 793, "EndLine": 793, "StartColumn": 30, "EndColumn": 75, "Context": "class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrixRowTotals extends Google_Model", "Secret": "ion_AnalyzeModelDescriptionConfusionMatrixRowT", "Entropy": 0, "Tags": [], "RuleID": "" },...

Some things I found: - `composer-installers` disallows packages of type `npm-asset`. Given that this project is a Drupal module meant for a wide audience, we shouldn't be specifying how the...

The real solution, for a new DKAN site, is to use the `getdkan/recommended-project` metapackage which you can read about here: https://dkan.readthedocs.io/en/latest/installation/index.html#starting-a-new-dkan-project To add DKAN do your existing site, you'll need...

It looks like this was added as part of #4084 Thanks!

Duplicate of #3402 Read there for a solution.

Are there any reasonable workarounds that still use the action? I'm using a wide matrix of PHP versions and need to run whichever version of PHPUnit gets installed in vendor...

Hey, thanks for this. I’m seeing these results: https://github.com/paul-m/csv-response/actions/runs/4306092463/jobs/7509443986 If you click through the PHPUnit step you'll see that it was unable to run phpunit because of path shenannigans. It...

We've been making a DDEV add-on which could help you: https://github.com/getDKAN/dkan-ddev-addon Docs on how to convert a project to DDEV: https://getdkan.github.io/dkan-ddev-addon/dktl-convert.html