lucamug

Results 46 issues of lucamug
trafficstars

Bayer is using Elm. This is an example: https://val.safetrack-public.bayer.com/

It seems that with Node > 16 this error happens ``` Unexpected error: Error: spawn Unknown system error -8 at ChildProcess.spawn (node:internal/child_process:413:11) at spawn (node:child_process:757:9) at /Users/.../node_modules/elm-watch/index.js:3087:19 at new Promise...

Maybe this is a personal preference, but I feel that the triangle icon should be rotate 180 degrees when it is at the bottom of the screen AS IS TO...

…Elm Time Traveling Debugger Fix: I added the parameter "value" to the input fields with the corresponding value for the model. In case of the Tags field of the Article,...

`Iso8601.toTime "2000-01-00"` returns`Ok (Posix 946598400000)` `Iso8601.toTime "2000-01-00" == Iso8601.toTime "1999-12-31"` returns `True` Ellie: https://ellie-app.com/hdDM5pmSv4Xa1 (edited)

Fix for https://github.com/rtfeldman/elm-iso8601-date-strings/issues/29

Add other examples from style-elements

help wanted

Add a list of examples from SE, especially for items that don't need any extra style, leveraging the https://github.com/lucamug/elm-styleguide-generator. Something like https://elm-spa-boilerplate.guupa.com/ElementExamples and https://elm-spa-boilerplate.guupa.com/ElementInputExamples

Work in the direction of making the framework customisable so that every web site can use their setting and that the automatically generated style-guide would reflect that. There is already...

help wanted

At the moment there is a modifier "Disabled" but there is also the concept of "Nothing" as message sent out. These two are overlapping we we could remove the modifier...