Evan Czaplicki
Evan Czaplicki
Known issue, it's a time/priority thing :P When that happens, I'm thinking it may be valuable to keep this one around as a simpler learning resource (i.e. "how do I...
The interesting thing is that the "hard" part is that I don't get the html and css for free. It's also that the Graphics.Input library is still somewhat experimental. In...
Okay, no worries :) I think there are still some graphical things that'll be tricky given that the current inputs in Elm are very general. There are common patterns and...
Right now you have a 50% of terminating and a 50% of continuing. Continuing means three chances to continue again. So I think the expected value for the depth is...
In terms of documenting this, **where in the documentation should such a note be?** Why would someone with this problem be reading the docs for `map3` or `uniform` when they...
This is looking great! :D I think search bar would benefit from some visual changes. Ideas include: - A default message that indicates what it does. - Turn off the...
I would do it such that the number of arguments are guaranteed, at least in the core API, but I guess there's not something like this exposed. ``` haskell identityMatrix...
I'm planning to build _all_ the binaries for 0.16 and I'll do 32-bit ones for Linux.
I'm in Budapest this week, but back in the US next week. I'm free to talk anytime Wednesday or Thursday, or during the day Friday. Lets continue coordination in email!
There are a few issues on elm-html about this including https://github.com/evancz/elm-html/issues/16 and https://github.com/evancz/elm-html/issues/25. I have mixed feelings about supporting this a ton. That's the relevant existing discussion.