Evan Czaplicki

Results 116 comments of Evan Czaplicki

What happens if you try to use `elm-reactor` or `elm-make` on a file? You can try it with the examples from https://github.com/evancz/elm-architecture-tutorial/

Does their fix work for you? $ LANG=en_US.UTF-8 elm-repl And then try again.

Can you give more information about your setup? What is the content of your `elm-package.json`? How did you add this line? How did you set up your project? From the...

Thanks for the report for when things are added by hand. For now I recommend using commands like `elm-package install elm-lang/keyboard` to do this!

Isn't it possible that a JS file or Elm file looks at these queries and does something with them? My main concern would be that the probability of overlap with...

With 0.19.1 it does not crash, but the error message is still sort of weird: ``` I was not expecting these arguments: elm/json elm-community/webgl Try removing them? ``` The issue...

I'd vote strongly for making the code match with CSS changes. Not sure how easy it is to find a good color scheme that'll match here though.

In the past, people (I _believe_ including @rtfeldman) expressed frustration with having that additional named div in there, so I took it out. So I'm surprised by this recommendation. I'm...

If you are seeing this, please **share a link to get the extensions that cause the problem**. That way we can figure out what is causing the root problem and...

The compiler has a `--report=json` flag that gives all the region information in a structured format. This is intended to be used by people making editor plugins so that they...