Benjamin Pearson

Results 10 comments of Benjamin Pearson
trafficstars

It should be possible to support most browsers with Selenium, not just Chrome... https://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/index_exports_ThenableWebDriver.html#execute. However afaik only Chrome, Firefox and to some extent IE are the only headless ones. If...

It works for me. This is what I did (assuming firefox/git/node is installed)... First, cloned the HTMLCS repo and changed into that repo. Installed webdriver via node... `npm install selenium-webdriver`...

This library shouldn't be used on any PHP version equal to 5.5 or higher. You should be able to use the native password_* functions.

I should also mention by just using vim by itself (no plugins etc) only the @param/@return are highlighted.

Is there a setting to turn it off then?

What version of PHP CodeSniffer are you using? It looks like you are running an older version (based on the error), can you try using: set errorformat+=\"%f\"\,%l\,%c\,%t%[a-zA-Z]\,\"%m\"\,%[a-zA-Z0-9_.-] instead, and let...

Does any other plugin set errorformat? Can you list the ones that do? (eg. grep -Rns 'set errorformat' ~/.vim\* ) It doesn't look like the version of codesniffer or the...

Update: I have tried this plugin under Syntastic and Pathogen but I can still not replicate any problems.

Closing since I cannot replicate this issue, I think it most likely caused by a conflicting plugin or an old version of PHPCS, but unsure how to fix if I...

Actually I can replicate (somewhat intermittently) this issue, but I can make it go away is by running PHPCS on the command line. No clue what the problem is, it...