Evan Czaplicki

Results 116 comments of Evan Czaplicki

I cannot reproduce this issue. What OS are you on? Do you have any special keyboard settings?

I understand the width issue, but I would like to fix this error as well. Can you tell me more about your environment? Are you running this at work? Is...

Interesting! I just shuffled the guide around so that folks would not have to install until much later. The idea was that folks could get familiar with Elm in the...

I think it's fine to add new entries, but I'd want to clearly mark that they were added after the blog post was written. Maybe as a first step you...

I just got it from the http://todomvc.com website. I got the code a few weeks ago, so it was 15.1.0 at the time. Did best practices change in such a...

Cool :) We'll be doing some visual stuff with benchmarking, so maybe we can share code or at least share style a bit if you think it's a good idea.

Sounds like a great "solution" but how do you do that? The .pkg files are just generated based on the Apple command line tools. Do you have any information on...

Please do! Would love for it to not need a password! :D

I know a lot of people install through `npm` with [this](https://www.npmjs.com/package/elm), but I think it needs to run as root as well. What about removing `` entirely? Is that nice?

The network access is needed to build the UI for `elm reactor` which is written in Elm. So the couple lines you mention are basically calling `elm make` and making...