Aleh Makaranka

Results 19 comments of Aleh Makaranka

@billymedia Could you provide full file example and theme extension you're using?

@djmtype You could rewrite it like ``` ```

@edenzul as much as I know, by default VS Code doesn't have a language server for php. There's an extension [PHP Intelliphense](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client) with powerful server language associated with `.php` files,...

I checked a [`sass-spec/`](https://github.com/sass/sass-spec) repo to find tests to this behavior: - directives/use/member/namespaced - [variable_assignment/top_level](https://github.com/sass/sass-spec/blob/94477a2341a86a861a83f742e58c25f5e5f3492c/spec/directives/use/member/namespaced.hrx#L16-L33) - [variable_assignment/nested](https://github.com/sass/sass-spec/blob/94477a2341a86a861a83f742e58c25f5e5f3492c/spec/directives/use/member/namespaced.hrx#L35-L56) - [variable_assignment/in_function](https://github.com/sass/sass-spec/blob/94477a2341a86a861a83f742e58c25f5e5f3492c/spec/directives/use/member/namespaced.hrx#L58-L82) - [variable_assignment/in_declaration](https://github.com/sass/sass-spec/blob/94477a2341a86a861a83f742e58c25f5e5f3492c/spec/directives/use/member/namespaced.hrx#L84-L108) - directives/use/member/global - [variable_assignment/top_level](https://github.com/sass/sass-spec/blob/94477a2341a86a861a83f742e58c25f5e5f3492c/spec/directives/use/member/global.hrx#L16-L33) - [variable_assignment/nested/local](https://github.com/sass/sass-spec/blob/94477a2341a86a861a83f742e58c25f5e5f3492c/spec/directives/use/member/global.hrx#L35-L57) - [variable_assignment/nested](https://github.com/sass/sass-spec/blob/94477a2341a86a861a83f742e58c25f5e5f3492c/spec/directives/use/member/global.hrx#L59-L80) >...

As much as I understand, @theigwe mentioned pull request was abandoned. @klis87 do we still interested on fixing this issue? I would be glad to make another PR

Encountered the same issue. Up

@jmpolom indeed. I have stylelint v14.15.0, and it outputs to `stdout` @mfussenegger is there any way we can dynamically change `stream` property for backward compatibility?

> Otherwise the linter could be implemented as `function()` I didn't know it is supported, that's why I asked. > first calls `stylelint --version` (if that's supported), parses the version...

@mfussenegger okay, it works. @jmpolom could you please set `both` to `stream` option?

Confirming bug. Validation errors are kept between `initialValues` changes with `enableReinitialize` option