-
Hi there,
I was wondering if you had interest in supporting or explaining how redux-elm could be integrated with Apollo? The [redux foundation](http://dev.apollodata.com/react/redux.html) seems like …
-
Elm make returns an error if it does not have permission to create a directory.
Ran into this when I didn't to provide a relative path to `--output`.
## SSCCE
```elm
elm make src/Main.elm --…
-
-
```
$ npm install -g elm
/Users/OliverJAsh/.nvm/versions/node/v0.12.4/bin/elm -> /Users/OliverJAsh/.nvm/versions/node/v0.12.4/lib/node_modules/elm/bin/elm
/Users/OliverJAsh/.nvm/versions/node/v0.12.4/…
-
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 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…
-
This issue tracks an open question: should we treat the `app` store as a shared message bus?
## Background on current architecture
In general, we aspire toward "one store to rule them all". Howe…
-
More of a place for conversation, rather than a serious suggestion:
**How would you like an architecture with a manager in the middle?**
Manager could be responsible for
1. Collecting and que…
-
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…
-
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 -----------…