Petr Devyaterikov
Petr Devyaterikov
I have a problem with ansible-lint integration with coc-diagnostic. This linter can check files only recursive. There is a link on problem: https://github.com/ansible/ansible-lint/issues/667 There is a my config for it:...
**Describe the bug** Now coc-nvim support one formatter at some time (https://github.com/neoclide/coc.nvim/issues/2269). I use "stylelintplus.autoFixOnSave: true" and with this variant coc-diagnostico wants start automatic on save. It would not be...
Can you look at this problem? How can i solve it? https://github.com/neoclide/coc.nvim/issues/781
ubuntu 18.10 x64 Regular crashes: 10-15 minutes. --- * **Version**: 3.6.7 * **Web/Desktop**: Desktop * **Platform**: linux --- ``` { preventDefault: [Function: preventDefault], sender: WebContents { webContents: [Circular], history: [...
Ubuntu 19.04 nodejs v12.8.0 I get an error if i add more than 2 packages to .npmyrc: ``` { "@my/my-blocks": "../my-blocks", "@my/my-controls": "../my-controls", "@my/my-sidebar": "../my-sidebar" } ``` ``` ➜ my-app...
To reproduce it: ``` ➜ git clone https://github.com/PolymerX/lit-loader-example.git && cd lit-loader-element && yarn && yarn remove lit-loader && yarn add lit-loader && yarn build yarn install v1.17.3 [1/5] Validating package.json......
## Prelude * Could you find answer in below documents? 1. [FAQ](https://github.com/brookhong/Surfingkeys/wiki/FAQ) / [常见问题](https://github.com/brookhong/Surfingkeys/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) 1. [README](https://github.com/brookhong/Surfingkeys/blob/master/README.md) / [读我](https://github.com/brookhong/Surfingkeys/blob/master/README_CN.md) * Have you searched your problem in [issues](https://github.com/brookhong/Surfingkeys/issues)? ## Error details Does...
### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...
I have got an error: "[coc.nvim] stylelint: Undefined rule function-calc-no-invalid" my eslint config like in this [post](https://github.com/neoclide/coc-stylelint/issues/1#issuecomment-521372650)
Hello! Can you add support for ansible jinja2 template syntax (for example detect double brace as string)? I use ansible for change config files of asterisk and linter with this...