-
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…
-
Like [many other people](https://github.com/pyedifice/pyedifice/discussions/43), I want to write good-looking apps with React-style (Model-View-Update, The Elm Architecture) in 100% Python.
Congrat…
-
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
-
`while` I am _deliberately_ not using any frameworks/libraries in `client.js` to make it as approachable (_beginner-friendly_) as _possible_ I think the _structure_/_organisation_ of the code could be…
-
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…
-
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…
-
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…
-
> # 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. …
-
**Current behavior**
When using `Element.Lazy.lazyN` with a lot of very similar elements, elm-ui produces a lot of duplicate style tags.
This has impacts on browser layout time and generated html si…