-
I would like to display additional information and change the mouse pointer type when the user hovers over rendered objects and create a new window when an entity is clicked. It would be nice, to be a…
-
> # Cannot use Import or Export
> The `Update.Msg` type of your program cannot be reliably serialized for history files.
>
> Functions cannot be serialized, nor can values that contain functions. …
-
so that I am aware of when the tasks are (being) completed as soon as the user completes them. I will also be aware of whether or not the user is trying to complete them.
-
The elm architecture pattern is normally to create child components that know nothing about their parents, and let the parents decide how their children should inter-operate. For example, say there's …
ghost updated
6 years ago
-
```
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
…
-
Hello! I came to see HaxeUI just now, after being spoiled by reactive frameworks for HTML (specifically Vue, but similar are React, Purescript-Halogen etc). It seems my expectations vs reality are out…
-
Context: How would callback heavy code perform under GHCJS? For example, most Elm-like architectures require a callback to triggered on *almost* every user-interaction to update the model state (eg. k…
-
Possibly related to https://github.com/wking-io/elm-live/issues/97
elm-live version 4.0.0-rc.1
vim 8.1
Sometimes when saving `src/Main.elm` with vim, `elm-live src/Main.elm` might exit unexpect…
-
Can you list useful resources on here? @andrewMacmurray @zooeymiller @finnhodgkin
-
In the spirit of targeting 1.0 being used in core libraries, I did a diff with `elm/core` using [Allow single-line `if` expressions](https://github.com/avh4/elm-format/pull/648) and [Allow single-line…