-
Quoting [Elmish](https://elmish.github.io/elmish/subscriptions.html)
> Sometimes we have a source of events that doesn't depend on the current state of the model, like a timer.
A push message th…
-
**High-level description**
`TokenizingTextBox` from WCT modifies the collection supplied to `ItemsSource`. Hence changes must be propagated back to the model.
I've implemented `TwoWaySeq` binding …
-
A button, once created, will update its content in response to a new view, but will not update its onClick. This leads to buttons that say they'll do one thing actually doing another.
**Repro:**
1…
-
The Magic example is very nice, but I am having difficulties figuring out how it works outside of all the particulars of the app.
It would be very good to see a very basic `Counter` example using: …
-
I try to build Elmish.XamarinForms with Ooui.
For very simple app it works fine.
But for complex one which is copied from [Elmish.XamarinForms sample](https://github.com/fsprojects/Elmish.Xamar…
-
When updating the Fulma docs site, I kind of re-discovered the usage of stateful component via Fable.
Using them from Fable, we still gain access to intellisense, compilation checking, etc. Also I …
-
The Binding module contains many functions undocumented in [the tutorial](https://github.com/elmish/Elmish.WPF/blob/master/TUTORIAL.md). Particularly, the tutorial [says](https://github.com/elmish/Elm…
-
This is a spin off of https://github.com/elmish/Elmish.WPF/issues/253#issuecomment-674570408
Suppose `update` throws an exception.
- In Elmish 3.x, this thrown exception is caught and the correspo…
-
Originally reported to ionide. Please see https://github.com/ionide/ionide-vscode-fsharp/issues/997
forki updated
4 years ago
-
### Description
Paket hangs when given git dependency with branch other than master. I'm using git version 2.40.1.
### Repro steps
Run this script
```
#!/bin/sh
mkdir -p paket-repro && cd p…