Wolfgang Schuster
Wolfgang Schuster
When combining `elm-codegen` with `elm-review` you can end up with invalid indentation. E.g. given ```elm {-| @generated-by_elm-review-codegen -} encodeTuple : ( Bool, Int ) -> Json.Encode.Value encodeTuple foo = Debug.todo...
**Describe the bug** The rule incorrectly says that the second `String` is unused despite it being used in an equality check. This originally came from a fork of https://github.com/jxxcarlson/auth-starter-lamdera/blob/master/src/Credentials.elm, where...
| Locale | Who | Status | | --- | --- | --- | | en-US | @wolfadex | In Progress |
https://github.com/square/connect-api-examples/tree/master/connect-examples/v2/node_invoices setup mentioned needing npm v10+, when I think it means Node v10+ as npm latest is only v7. The surrounding text also mentions npm seeveral times.
There currently isn't a way to apply `text-overflow: ellipsis` to an `Element.text`
There are 2 related issues in `elm-ui`, just wanted to make sure they don't get lost when working on items in this repo. https://github.com/mdgriffith/elm-ui/issues/98 https://github.com/mdgriffith/elm-ui/issues/51
> I also see that cases such as [Agent](https://spacetraders.stoplight.io/docs/spacetraders/db315e27786ad-agent) and their related validations are not correctly generated also, for example lengths or ranges don't seem to be tested, only that...
See discussion on Discourse https://discord.com/channels/534524278847045633/1127980433263566889/1158093368291770368
This will require some design work as these can be nearly any value. - How do we let users hook into the CLI? - How do we let users generate...