Jerzy Chałupski

Results 12 issues of Jerzy Chałupski

I just migrated our tests from fest-assert to Truth. It was almost drop-in replacement, or I just had to do mass replacement of `containsOnly` to `containsExactly`, etc. , but I...

P3
type=enhancement

Hi, I just released my app to Google Play and I'm beginning to see the crashes like this (I know that's a very little info, but that's literally all I...

The problem passed to float handler for numbers parser is not used, instead the generic `invalid` problem is used. In other words [these lines](https://github.com/elm/parser/blob/master/src/Parser/Advanced.elm#L710): ```elm case floatSettings of Err x...

It seems that the [`chompRest` definition in let expression in `sequenceEndForbidden` method](https://github.com/elm/parser/blob/master/src/Parser/Advanced.elm#L1263) is unused and unnecessary. I don't know though if this is an incomplete implementation of some edge case...