Dmitry Mazurok

Results 11 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...

I'm super interested in the jupyter backend for purescript, in fact, I'm interested enough to take a try on implementing it myself (if its not already a WIP by somebody...

I'm not sure if this is a right place to write this, but For those interested, I checked `pexpect`, and it does indeed work with purescript REPL - I can...

Alright, here it goes https://github.com/Eoksni/ipurescript It probably could have been done better, but it works well enough for me. All the feedback is greatly appreciated!

Yeah, my implementation is definitely not production-ready. Unfortunately I don't have time to work on it anymore. I'd be happy to help/test if someone decides to continue on that project...