-
Since the definition of **conflict** depends directly on understanding what Elm's goals are, the forum rules should link to a concise statement of what those goals are.
-
I just installed elm 0.18.0 via its official installer and found that even echoing a single number or `0 + 1` in the repl causes it to crash:
```
D:\prog>elm repl
---- elm-repl 0.18.0 -----------…
-
I think there's a lack of info on how to actually apply union types to real problems in js.
I'd like to see something like http://fsharpforfunandprofit.com/series/designing-with-types.html
offered s…
-
```
module Main exposing (..)
-- Press buttons to increment and decrement a counter.
--
-- Read how it works:
-- https://guide.elm-lang.org/architecture/buttons.html
--
import Browser
…
-
In the `Why?` section, when explaining the benefits of the Model Update View architecture "Uni-directional data flow" is mentioned.
> **Uni-directional data-flow** means "state" of the app is alwa…
-
I really need to display urdu text(which is primarily made up of the farsi + arabic script) somehow. I've tried using windows terminal but all the alphabets are displayed disjoint which makes it compl…
-
I'd love to have a structure where I can treat each "route" of an elm SPA as if it has its own model and is independent of the others. This project seems to solve the problems.
Since it hasn't been…
-
Love the implementation of this repo so far. The Elm devs at my work can't believe how similar this is to what they work with everyday.
Is there a feature roadmap for this project? I would like to …
-
Hi there, really nice idea to port the elm(ish) architecture to react hooks. It seems like a very nice approach!
Perhaps there's a way of working around but the effects don't seem to cancel on unmo…
-
We want to spike on making some very basic elm code which uses sockets, since we will not be using socket.io we need to set up our own server using sockets as well.