-
Aankit to provide list of DBNs
```
Select School01M015 [ES] — P.S. 015 Roberto Clemente01M019 [ES] — P.S. 019 Asher Levy01M020 [ES] — P.S. 020 Anna Silver01M034 [K-8] — P.S. 034 Franklin D. Roos…
-
Hyperapp 1.0 is coming out soon (sooner than you think) and before the release I'd like to decide if we should present ourselves as a library or framework.
-
Some applications may want to handle the backspace key, rather than let the browser do the default behavior (go to the last page). There should be some way for applications to tell Elm that they want …
-
I know you (@OvermindDL1) really dislike the new ReasonML syntax. However, I'd like to make a case for embracing it.
I'm at a coding hackaway with about 25 software engineers right now. We're all b…
-
In all your examples you have events created directly on elements in your hyperx code. This is fine for simple examples. But if you have a situation where you are creating a complex UI with many inter…
-
Looks like Flutter is perfect for Model View Update (or The Elm Architecture) pattern.
I've already created example and would love to create PR and contribute :raising_hand_man:
-
I am getting lots of instances of the following runtime error for a simple hello worldish elm app
Uncaught Error: The notify function has been called synchronously!
This can lead to frames being drop…
-
I'd like to simplify the API a bit more without losing functionality / power or compromising speed. I think this is possible by removing subscriptions and hooks and introducing a new concept: **events…
-
I’m getting the following error when I attempt to `elm-package install -y`:
```
Error: Your .elm/packages/ directory may be corrupted. I was led to beleive that
elm-lang/elm-http existed, but I cou…
-
Right now, for each package there is a `documentation.json` file and additionally for each module of the package a `docs/ModuleName.json` file. As far as I can tell, the latter are redundant in terms …