Keith Lazuka

Results 59 comments of Keith Lazuka

Just glancing at this, I suspect that the problem is either the absolute paths in your `elm.json` or the fact that those source directories are (most likely) located outside of...

The `NarrativeEngine` module is from https://package.elm-lang.org/packages/jschomay/elm-narrative-engine/5.0.1/

This would be awesome, but right now it's really difficult to do code generation involving indentation. Most IntelliJ plugins implement a whitespace formatter, but this is made complicated by 2...

I haven’t looked at it yet, but I’m wary of relying on an external dependency. I especially wouldn’t want to run elm-format synchronously due to how unreliable its launch speed...

I’m reluctant to duplicate that work. Needs investigation.

This feature might be easier to implement now that @dillonkearns added the "add/remove pipeline" feature. I imagine it's still tricky due to multi-line formatting issues, but we're probably better suited...

> The main .elm file doesn't need to be in src/ I did not know that. Weird. I wonder if that's by design or accidental.

@HenkPoley the issue described in your most-recent comment will be fixed by #688 . I now install the dependencies automatically by copying the `elm.json` file into a temporary directory along...

oh, the test is still commented-out. whoops.

This will fix #661