-
We could raise Nu's level of abstraction with an Elm-style interface like so -
```
type ModelMessage =
| CountJump
type Model =
int
let update msg model =
…
-
To contribute to this issue, simply leave a comment here. Please also review [our contributing guidelines](https://github.com/SwiftWeekly/swiftweekly.github.io/blob/master/CONTRIBUTING.md).
The curre…
-
Hey Alex, thank you for elmstatic, it's providing me with a good entry into Elm.
Just out of curiosity, are you still working on it, and if so do you have plans to add a live-reload server type com…
-
First of thanks for wonderful framework and bringing Elm/ Elmish to TypeScript.
I am big fan of Elm and Elmish architecture. Even gave couple of talks on it. I was curious that is it possible to u…
-
I apologize if this is not the right place to ask this sort of thing (I would have asked it on the Gitter channel, but decided that it might be better if it had more visibility).
After actually sta…
-
This came up in the pilots. Users assume semantic meaning in the positioning of bubbles. Particularly, close-together bubbles are assumed to be closely related.
As a user
When I see a bubblogram
…
-
Hi!
I've got a suggestion to try the `5.x` branch (in gollum/gollum-lib#103), but couldn't build a gem from it. I used git to obtain `gollum-lib (5.0.a.4)`, installed a gem of that, then tried bui…
-
If reporting a bug:
1. __Can you describe the problem and bug in more detail?__
[On this page](https://demax.constellation.com/maximo/webclient/login/login.jsp?welcome=true), there is a login fiel…
-
Would then allow adding new pages without editing any Elm source files; editing Elm files and recompiling would only be needed if new widgets were added. On the other hand, it's pretty likely that som…
-
What is the best way to load fonts in Gatsby? I currently just import the typeface into my component like this:
import "typeface-pacifico"
import "typeface-raleway"
import "typeface-open-sans"
…