Justin Mimbs

Results 3 issues of Justin Mimbs

On this nested `if` expression, the first pass of `elm-format` removes the parens, and the second pass removes the indentation. ```elm f = if x then y else (if a...

bug
0.9

For `Posix` times on the minute of a `Zone` transition's start time, an older offset is used for the local adjustment, instead of the new offset as expected. The offset...

The `oneOf` decoder stores an Elm list of decoders, but when [comparing for equality](https://github.com/elm/json/blob/1.1.3/src/Elm/Kernel/Json.js#L389) these lists are compared with `_Json_listEquality`, which compares JS arrays. The result is that `oneOf` decoders...