Jakub Hampl
Jakub Hampl
Can you post a jsfiddle or plunkr which reproduces the issue?
Not really sure that `consecutivePairs` is really worth the space is takes given that it's trivially `pairwise Tuple.pair`. I think there was some good wisdom in the design of the...
👍 PRs welcome
Is this still an issue? Sorry for not getting back. It seems like this is explained in the README somewhat sensibly, so not sure if this is relevant. (I'll close...
I agree that this seems very handy! How exactly do you propose this should work though? At the moment this tool generates code files that elm-test than picks up. But...
> doesn't seem so bad for generated code that I won't be interacting with? Makes your tests run more slowly every time. Maybe a more complicated scheme would just create...
Generally speaking I think if you are going to be using floating point numbers in examples, then they should be very close matches indeed. As such, if we knew what...
I think 1. is bad mostly for the unintuitive behaviour: - `1` would behave differently from `1.0`. This is not the same as how elm behaves. - `foo bar -->...
The problem isn't (only) specifying the tolerance there, but even knowing that you should be using floating point equality. ``` 0.1 + 0.2 --> 0.30000000000000004 ``` I personally think that's...
So @lydell this can be closed right?