Dmitry Mazurok

Results 6 comments of Dmitry Mazurok

Any progress on this? I would love to have this feature, even willing to PR it (if you guys point me in the right direction on implementing it). My use-case...

I think the vast majority (if not all) of the warnings caused by ihaskell internals are `-Wname-shadowing`. At least I've only seen those (but I'm using ihaskell for a very...

I'm a bit confused. So it's expected, but not intended? In other words, support for editorconfig with baseDir is desired, but not implemented yet? Would you mind a pull request...

_My comment turned out to be a lot of text, so first I wanted to say that I applied some hack to my emacs which kinda solves this issue for...

As a workaround, you can set ```elisp (setq mocha-command "yarn test") ``` or ```elisp (setq mocha-command "npm test -- ") ``` and then add `test` script to the `scripts` in...

> Another possible solution going forward is to add a boolean removeUnusedImports config option to the plugin that switches to using source.sortImports if false (true by default). I'm open to...