lucamug
lucamug
@mgriffith not sure if this is noted already, tables in Safari (Version 10.0) have some issues (on the left) https://elm-spa-boilerplate.guupa.com/ElementExamples. Also Label and Notice in Input fields (https://elm-spa-boilerplate.guupa.com/ElementInputExamples)
I am not sure if this is an issue or is my bad implementation. This code ``` textColumn (width fill :: attrCont) [ paragraph attrA [ loremT ], paragraph (alignLeft...
Example: https://elm-spa-boilerplate.guupa.com/ElementInputExamples
When starting `elm-watch` with ``` npx [email protected] hot Main | cat ``` The terminal is like `elm-watch` works correctly, using the port set in the `elm-watch.json` (8000 in my case)...
I create this issue in case someone is looking for something similar. Logarithmic scales are in the roadmap https://www.elm-charts.org/administration but if you need something quick in the meantime, this could...
We had a case where we have several errors types that get concatendated with "_or_" as part of OneOf case. The compilation from scratch of the generated Elm code works...