Ethan B Martin
Ethan B Martin
Good question. I'm not sure exactly what Elm's open-source workflow is.
@Skinney (Robin Heggelund Hansen) I hear 20% of your job is working on Elm. Maybe this PR would be a quick win? :)
I tested this locally in IE 11, and can also confirm that it is, indeed, a bug that causes a runtime exception.
It comes down to this code resulting in undefined. ` var currentEventNode = ( stopPropagation && event.stopPropagation(), (tag == 2 ? value.b : tag == 3 && value.preventDefault) && event.preventDefault(),...
Adding workaround for the memory leak where smaller Elm apps embedded in other things - https://github.com/Pilatch/angularjs-ng-elm#technical-stuff
@sporto If you want to test all sorts of behaviors out, I recommend this gist https://gist.github.com/Pilatch/c1b6e5d925c6479a0b2e53892fa2dca3 I have discovered the culprit, and it's not in elm/browser. It's in elm/virtual-dom. Pull...
I would love to look into this more, as I have submitted a pull request for the debugger, but I think the way Evan does things in Elm core is...
Guys, what you're probably looking for is the stylefmt CLI to do that in one go. https://github.com/morishitter/stylefmt/blob/master/bin/cli.js
Dood, what gives?