Nino Paolo

Results 12 comments of Nino Paolo

Got the same error: ``` PHP Fatal error: Call to undefined method PHPUnit_Framework_TestResult::allCompletlyImplemented() in C:\RailsInstaller\Ruby1.9.3\lib\ruby\gems\1.9.1\gems\guard-phpunit-0.1.4\lib\guard\phpunit\formatters\PHPUnit-Progress\PHPUnit\Extensions\Progress\ResultPrinter.php on line 250 ``` To fix this issue, edit `ResultPrinter.php`. In my case, it's in...

Commenting is correct: But uncommenting is not: The code is. I think the issue is `lang="scss"` ``` .player { min-width: 44px; background-color: #FF0000; } ```

Hi @tomtom - I followed the instructions on your doc. ``` 1. Make sure 'filetype' is set correctly. 2. Place the cursor at an appropriate position -- e.g. the first...

I wonder how does `tcomment_vim` detect the language of the code because typically in a single `.vue` file it has 3 languages. ``` // js code // html code //...

Hi @tomtom, is the information above not enough? Please let me know. Thanks.

Hello, I'm curious about how to display PHPStan errors for mixed types. I've attempted to run the following but there's no error. ``` $ composer sa > Composer\Config::disableProcessTimeout > bash...

Thank you, @kenjis, for providing clarification.

What I did is to resolve this issue is, I deleted my `yarn.lock` file, node_modules, .output, and .nuxt directories. Then, installed nuxt again. ``` $ rm -rf node_modules .output .nuxt...