Max Goldstein
Max Goldstein
Hey, why are we writing off "Revisiting various aspects of Signal and Mailbox" until a later release? It seems to have popular support and the implementation is simple. If you're...
It's only faster because you're cheating. ``` > import Lazy > x = Lazy.lazy (\_ -> 42) Unevaluated : Lazy.Lazy number > y = Lazy.force x 42 : number >...
I was going to ask where the native functions you call in 0b72fe5 are defined, but just running `elm make` finds a compiler error.
I know I saw the "x is a number now" bug more than once, but I can't reproduce it now either.
...this is way too much detail and Evan is not going to ask you to open a new PR.
I can't merge elm-lang stuff, only elm-community stuff. Sorry to lead you on.
Yes, wait for Evan here. Your lazy-list PR is on my todo list.
> If the goal is to solve the problem of establishing the One Recommended Way, why settle for pretty good when we could solve it properly? Some projects, like testing...
As the person who added `easing-functions`, I think we can deprecate it. Seems fine for it to be a personal (non-community) package.
Here's the plan for elm-test: https://github.com/elm-community/elm-test/issues/191