Ioannis Kappas

Results 46 comments of Ioannis Kappas

I am having the same frustrating issue on Windows 8.1 Pro - Ruby 2.1.5p273 trying to install charlock_holmes ver.0.6.9.4 ``` C:/Ruby21/bin/ruby.exe extconf.rb checking for main() in -licui18n... yes checking for...

@ankiit Have you found any workaround for this issue?

@ankiit I seem to have solved my issue. When calling redis.createClient I had to add the detect_buffers: true option. According to the [redis-rstream readme](https://github.com/jeffbski/redis-rstream) under usage: >...Be sure to enable...

@ShamblerBishop I don't think this should be a duplicate of Dark theme since Dark mode is *NOT* Dark theme. As implemented in latest Windows 10, Dark mode refers to adjusting...

@LittleHamster Did you try running ```bash /usr/local/bin/phpcs --report=json -q --encoding=UTF-8 --standard=WordPress /path/to/your/php/file ```

@LittleHamster Can you check whether "phpcs.autoConfigSearch": "false" changes the error?

@LittleHamster The unknown error is thrown when PHP_CodeSniffer returns an error in stderr and is not one of PHP error or exception. That means that the command to execute phpcs...

@LittleHamster Are you on a Linux or Mac ? Also have you tried installing phpcs via composer globally?

@kevinfiol On first screenshot you are viewing the output of PHP Intellisense... vscode-phpcs has it own output under **PHP Code Sniffer** when phpcs.trace.server is enabled. You can also use "phpcs.xml"...

@kevinfiol You can also set phpcs.executablePath in workspace/project settings (not user) to "vendor/bin/phpcs"