Charly Koza

Results 15 issues of Charly Koza

**To reproduce:** ```styl formGroupClass = ".form-group" {formGroupClass} .checkbox position relative ``` **Current behavior:** ``` .checkbox { position: relative; } ``` **Expected behavior:** ``` .form-group, .checkbox { position: relative; } ```...

I'm getting the error `Syntax error: No method visitExtend` on `@extend $someVariable` `$someVariable` is defined in another file, imported earlier in the checked file ``` $someVariable line-height normal ```

I'm getting `incorrect indent` error when using selector interpolation example from http://stylus-lang.com/docs/interpolation.html#selector-interpolation ``` mySelectors = '#foo,#bar,.baz' {mySelectors} background: #000 ```

I'm using windows, so path are not using `/` but `\`. I can't seem to ignore a whole folder deep in the handled path For example: ``` "excludes": [ "node_modules/",...

Following [install multiple versions](https://github.com/elastic/elasticsearch-js#install-multiple-versions) I have ``` "dependencies": { "es6": "npm:@elastic/elasticsearch@^6.7.0", "es7": "npm:@elastic/elasticsearch@^7.0.0" } ``` in my package.json However when adding elasticsearch-mock, it uses `require('@elastic/elasticsearch')` for `{ Connection, errors }`...