halohalospecial
halohalospecial
Hi! Can you also tell us your linter-elm-make settings, elm-package.json (specifically source-directories), and linter-elm-make.json (if existing)? Thanks!
Hi @AIon-Gbbe, sorry for the late response. What's happening in your case was that the library `linter-elm-make` is using to copy files was also looking at the files inside `default_app.asar`...
Hi @architectcodes, it will take lots of effort to support Elm 0.19 since many things have changed. You can try the latest version of Elmjutsu for error highlighting. https://github.com/halohalospecial/atom-elmjutsu#error-highlighting
Hmm, freezes are tricky. For starters, maybe provide a screen capture that demonstrates the issue? Thanks!
Hi @justgage, are you referring to the datatip ("This `case` does not have branches...") or the hint tooltip ("LoginRequest : Action")? Can you also elaborate on the freeze? Does it...
Yeah, it should create the directories automatically. Can you try the latest release? Your "source-directories" idea is in there, too. Thanks!
By "./tmp was already cleared", did you mean the entire directory was removed or just the files inside? If the tmp directory already exists, the linter will not copy the...
Will leaving the `Work Directory` blank work for you in the meantime?
Hi @Positive07, can you check if these are relevant to your issue? https://github.com/mybuddymichael/linter-elm-make/issues/100, https://github.com/mybuddymichael/linter-elm-make/issues/101. Also, can you also try leaving the `Work Directory` blank? Thanks!
Hi, I completely understand your frustration. Issues like this, though, are trickier to debug since they usually involve user configuration (and I don't have a Windows 10 machine which makes...