Max Goldstein

Results 23 issues of Max Goldstein

Hi Hassan, I'm testing my non-empty list library and I'm adding a function that's really hard to write properties for so I'm using unit tests. I looked at the elm-test...

This is meant to go in the batch of work for the "packaging story". It would be a useful feature if running `elm package docs elm-test` pulled up the package.elm-lang.org...

request

``` $ elm package install elm-community/elm-lazy-list Some new packages are needed. Here is the upgrade plan. Upgrade: elm-community/elm-lazy-list (1.0.1 => 1.1.0) elm-lang/core (4.0.1 => 4.0.2) Do you approve of this...

bug

It's somewhat tedious to always remember that once I run `elm package bump` successfully, I need to run (assume I bumped to 1.7.0): ``` git add elm-package.json git commit -m...

request

In an unpublished package, there does not seem to be a way to tell what will be exported. ``` $ elm package diff Error: This package has not been published,...

enhancement

Schema objects are allowed to have a [discriminator property](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#fixed-fields-13), which is described as > The discriminator is the schema property name that is used to differentiate between other schema that...

enhancement

Elm-test docs include some examples of tests. It would be helpful is these could be lifted directly into a test file. This is definitely low priority because there isn't much...

It would be helpful if examples from the README were extracted into their own tests, probably in a `Readme.elm` module. I think if you looked for backtick code fences with...

Currently we define `AbsoluteOrRelative : Float -> Float -> FloatingPointTolerance`. It would be a major change to remove the constructor, but I wonder if with `Expect.any` (#228) if it's still...

question
expectations

@ento made this comment on #190. I don't think it quite meets the criteria of "real world" since it's not clear why `["", ""]` would have caused a bug. Where...

fuzzers