Evan Czaplicki

Results 116 comments of Evan Czaplicki

This is extremely cool, thank you so much! :D I am in the middle of moving a bunch of learning materials over to http://guide.elm-lang.org right now though, so I'm not...

Can you explain more about this? Is there any documentation? Is this a custom thing added into the underlying virtual-dom implementation in JS? Is it possible to avoid reseting on...

Thanks :) I am trying to find some docs that say all the things the `.value` property works on. I found [this](http://www.w3schools.com/jsref/prop_text_value.asp), but it does not list all DOM nodes...

It sounds like this is just a JS thing or a browser thing. http://stackoverflow.com/questions/15512331/chrome-adding-origin-header-to-same-origin-request Can you confirm that it is really possible to overwrite this header in JS? I can...

Let's find a good example, then decide. I have a suspicion that 40% of headers do crazy secret things, and it'd probably be good to document all of them, but...

I did not have randomness in mind when I created this library. I think the Random.Generator API is probably a bit intense for what I wanted with this library. I...

What is the scenario where you ran into this problem?

@johnpmayer can say for sure, but the WebGL bindings are very new and I don't think we've done any formal benchmarking. The API is designed to be good about limiting...

That makes sense some sense. I wonder if lifting it out or getting rid of it makes a big difference. I think let-floating can help so constant things are not...

I made it so that the text never gets re-rendered. Does that make a difference for you guys?