Dane Powell

Results 185 comments of Dane Powell

Whatever issue @mbomb007 fixed is different from what I originally reported. Here's the fix for the Box-related errors I reported: https://github.com/drush-ops/drush/pull/5341

This should be resolved in 8.4.12. Let's open new issues if there are unresolved issues with Drush 8 and PHP 8.

Is there any way at all to use Colima with Lando right now?

In newer versions of Docker this generates a prolific number of warnings: https://github.com/lando/lando/issues/3472

> That way, if there are people who use dev-master, their workflow won't be broken without a notification Eh... consider me one of those people whose workflow was broken without...

We needed https://github.com/PHPCSStandards/composer-installer/pull/167 which was only in `master` at the time.

The official suggestion from composer in https://github.com/composer/composer/issues/11301 is that you should create a 1.x branch alias for main and projects should use that instead of dev-master or dev-main. That means...

I also found switching from @theia/git to the vscode git extension fixed this bug. Plus the vscode git extension has more features and seems better maintained.

I was just looking to see if I could help but I think this is beyond my skill level. For future reference, it looks like the updateSchemaWithIndexes method was added...

So would you accept a PR to suppress error output (including warnings) from file_get_contents? I switched to this library specifically to suppress uncatchable warnings from file_get_contents in a safe way....