Aaron Bauman
Aaron Bauman
+1 on this with various additional information points: `Warning: Unexpected character in input: '' (ASCII=22)` Also errors for: (ASCII=21) (ASCII=24) (ASCII=25) (ASCII=26) (ASCII=31) (ASCII=6 (ASCII=11) (ASCII=15) (ASCII=20) .... you get...
Not sure if it's appropriate to set the property inside of ::changeConnectionMode, or use a callback to change it upon resolution of the sub-process.
I'm afraid I didn't get it working either. The training data that's bundled here is specific to the particular corner in which the author was concerned. Training for a new...
Any updates on this? Not sure which package is responsible, but I'm now running into the "Ambiguous class resolution" described here: https://github.com/Behat/MinkExtension/issues/370 FYI, latest releases for drupal/drupal-extension aka https://github.com/jhedstrom/drupalextension and...
Here's are the packages that (i think) create the conflict: ``` $ composer why friends-of-behat/mink-extension You are running Composer with SSL/TLS protection disabled. dmore/behat-chrome-extension 1.4.0 requires friends-of-behat/mink-extension (^2.0) drupal/drupal-extension v4.2.1...
composer install works now, thanks. behat jobs are still failing, but i don't think it's this package that's causing the failure.
Noting for posterity: for boolean values like `frozen`, you can't use the value `true` or `false` that are returned by`sites`. **You have to use** `--filter="frozen=1"` or `--filter="frozen!=1`. This **does not...
Bump. HTMLFormatter.inc is required, but not included in this package. Where is it?
Looks like there's actually most of the PHP beautifier library is missing: http://code.google.com/p/codefaster/source/browse/trunk/include/?r=161 This requirement should probably be noted in the README
In case anyone is still using this package, I've merged this PR into https://github.com/messageagency/Forcecom-Toolkit-for-PHP