Ruben Lie King

Results 8 comments of Ruben Lie King

Looking for an example I actually came across your forkIO example in starlight :). Which does solve my problem as I'm not interested in the result at the location I'm...

Great, thanks for sharing

I'm also experiencing this issue, also only safari (11.0), re-installed Elm and still the same. It's weirdly inconsistent I've had moments it did work on 15 refreshes, restarted Safari, and...

I just came across this package and thought it looked quite nice https://package.elm-lang.org/packages/malaire/elm-uint64/1.0.0/UInt64. Not entirely sure about the formatting but it does give a quick high level overview of what's...

I've looked in to this a bit. Replacing `clientX` and `clientY` with `offsetX` and `offsetY` does fix the issue. You do have to set `pointer-event: none;` on the image elements,...

Regarding **andThen lambdas alignment** #568

Function signatures sort of have this behaviour ``` view : Model -> Html Msg ``` will become ``` view : Model -> Html Msg ``` while ``` view : Model...