Wolfgang Schuster
Wolfgang Schuster
- Maybe switch to [MaybeJustJames/yaml](https://package.elm-lang.org/packages/MaybeJustJames/yaml/latest/) as it's been more recently updated? - Maybe fork and fix it ourselves
It's a common pattern to have functions like `applyIf`, especially to make it easy to use `if .. else` in pipelines. - [Html.Extra.viewIf](https://package.elm-lang.org/packages/elm-community/html-extra/latest/Html-Extra#viewIf) - [Html.Attributes.Extra.attributeIf](https://package.elm-lang.org/packages/elm-community/html-extra/latest/Html-Attributes-Extra#attributeIf) - [applyIf : Bool ->...
The documentation of this repo, the Elm package, needs to be improved to make it more clear that it's related but separate from https://github.com/wolfadex/elm-open-api-cli.
When I try to provide type annotations in a `let .. in` of a `Logic.System.step3` I get the following compiler error: ``` You ran into a compiler bug. Here are...
The version in the CLI help text should always match the release version (dictated by package.json). Write an elm-review rule that does this.
https://github.com/wolfadex/elm-open-api-cli/blob/b6d90a63fddec9562135a9e03feafebcaa527c7f/src/Cli.elm#L86 This could be resolved permanently by implementing #117
Day dream idea, scan the local elm.json and see if these dependencies are already installed and only suggest installing if they aren't. _Originally posted by @wolfadex in https://github.com/wolfadex/elm-open-api-cli/pull/143#discussion_r1770640311_
https://github.com/wolfadex/elm-open-api-cli/blob/3b16258eca6c6d5f1a91d62d5bcf0fef1bd9edc2/src/OpenApi/Generate.elm#L2159-L2162 This error message could be improved to give examples of how to resolve it. An example of the output might look like ``` Warning: Among the 1 possible responses,...