-
The first `case` statement in each `.elm` file of the tutorial is flagged, "Case expression is not exhaustive". This happens in the Elm plugin v2.2.3 and v2.2.2. I'm using the latest versions of Intel…
-
I have always wanted Elmish.WPF to be sufficiently usable that one can use the same model, msg, and update across different UIs (e.g. Elmish.WPF and Fable.React), and only implement the `view` (or `bi…
-
It would be useful at least to me to see comparisons of a program such as this
https://gist.github.com/staltz/868e7e9bc2a7b8c1f754#implementing-a-who-to-follow-suggestions-box
Written in `Flyd` `Kif…
-
Just to point out [Kivy](https://kivy.org/#home) as an inspiration. This is a python toolkit that works on mobile also and I think it follows a similar approach as Fyne.
The code probably cannot be…
-
![logo-charcoal](https://user-images.githubusercontent.com/47553236/52619197-c6900e80-2eec-11e9-9ea1-199bdd724692.png)
RapidAIM is a new Brisbane-based, venture-backed AgTech startup with the poten…
-
I don't understand why this feature is being proposed. It seems like wasm is an inappropriate layer to put a GC into.
It seems like the addition of a GC and memory management is a feature of the hi…
-
I'm experimenting with Widget composability and decided to try out the form example given in the [documentation](https://github.com/ajnsit/concur-documentation/blob/master/README.md#replicating-elm-ar…
timjs updated
5 years ago
-
In A-Frame 0.6.1, DOM elements that are generated by A-Frame when the initial HTML is read are added as the last children of the a-scene element. Since 0.7.0, the canvas is added as the first child of…
-
It's not clear how to implement a modal dialog in Elmish.WPF.
Seems like using `Window.ShowDialog()` should be the way to go, but it's not clear how to hook into the dialog's dispatch loop. Is the…
-
Board|MCU|State|To-Do
-|-|-|-
8-Bit AVR boards, RAMPS, etc.|Arduino AVR|💚good|
Due, RAMPS FD (v2.A!), etc.|SAM3X8E|💚good|
Duet Wifi + X5|SAM3X8E|❓unknown|E3D Toolchanger on hand
Duet 2 Maestro|SA…