Dave Reid

Results 37 issues of Dave Reid

Having an example of how to use https://github.com/squizlabs/PHP_CodeSniffer or https://github.com/FriendsOfPHP/PHP-CS-Fixer would be nice for module: Here's what we had in our .travis.yml file for a d8 module before switching to...

enhancement

Fixes #4094 I attempted to manually list a symlinked directory using my drush.yml file, but even then it doesn't work: ``` drush: paths: include: - '${env.PWD}/Commands/custom/symlinked-directory' ```

If the access token response returns like a 401 error, it would be good to include the exception message from Guzzle back into the AccessTokenRequestException. For example, I wrote a...

### Service [Nextdoor](https://nextdoor.com/) is a social networking service for local neighborhoods. ### Link to your repository https://gitlab.com/davereid/franz-recipe-nextdoor ### Additional Information Licensed under MIT

I think it makes total sense to encourage the use of casperjs test from the drupal-boilerplate repo we have. I'd love for anyone here to review https://github.com/Lullabot/drupal-boilerplate/pull/26.

This may be what I'm used to, but when all the patches are provided in the patches directory, when I go to actually update modules, themes, or core, I find...

I have a local system alias that points to a drupal-boilerplate site's docroot. This site also has it's own drush configuration file located at `/var/www/mysite.com/drush/drushrc.php`. ``` php // ~/drush/local.drush.aliases.drushrc.php $aliases['mysite']...

When running the drush build command with a site with the Display Suite module enabled, you get the following error: ``` drush: You need to set a name for your...

https://bitbucket.org/davereid/drush-patchfile

enhance

Resolves https://github.com/IonBazan/composer-diff/issues/24