Alex Skrypnyk
Alex Skrypnyk
Tested this - works great! Got a project using Drupal 7.40 to test:
you can install DCR (https://github.com/alexdesignworks/dcr) via composer that will handle all required phpcs dependencies, including Drupal and DrupalSecure
There are plans to support this. I will release new version soon.
@phil-davis Looks like we were debugging this at the same time :)) This is the full fix in `behat.yml`: ``` extensions: Behat\MinkExtension: selenium2: capabilities: { "browser": "chrome", "version": "*", "marionette":...
@phil-davis I'm getting the same. That is actually comes from `Selenium2Driver.php` ``` private function clickOnElement(Element $element) { try { // Move the mouse to the element as Selenium does not...
Looking at https://github.com/hechoendrupal/drupal-console-core/pull/364/files#diff-0af9161b4d83c4008a9a0d8ac7a4b6b3R83 Why the default value is outside of `vendor`? If I want to use transaltion in my workflow - I will force the location to be somewhere in...
@clemens-tolboom I do not understand why polluting a root of the project is okay. No other dependency does this. What if every dependency start to create their own files and...
@hanoii Would `$HOME/.ahoy.yml` be a good place for such global file? Also, I assume that if a per-project command exists in global config, the per-project command will take precedence, right?
We have documentation in `docs` directory and have instructions on how to build documentation locally. However, there are no instructions on how this documentation is published to https://ahoy-cli.readthedocs.io/ It would...
@iijiang Could you please provide the full command you are using that triggers this error.