Alex Dudarenko

Results 6 issues of Alex Dudarenko

Would be great to have control over logging to console such as `console.log('[elm-hot] ports.' + portName + '.subscribe called.');` at some point is just clutters up the console and it...

For some reason reloading only works if I change `Main.purs`. Having this project structure ``` src/ + | +-----+Main.purs | +-----+Deps/ | +-----+Module1.purs | +-----+Module2.purs ``` recompilation/reloading is not being...

Navigation doesn't jump to tag address (line of code). It does jump to a correct file though. I checked the generated tags file and I do see correct tag address...

If there is a value of type `bool`, the resolver would always try to read it from args passed via CLI. If it is not there, it would set it...