-
This is a suggestion for a future enhancement to the Visual2 code. I'm annoyed by the duplication in the HTML used for the skeleton, and also in much of the GUI F# code.
I suggest rewrite using [fa…
tomcl updated
6 years ago
-
I have a WPF Tab Control (in C#) where each tab uses a different UserControl with a different ViewModel as datacontext. In the C# application, only the Tab being viewed has the active window. As I'm a…
-
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…
-
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: …
-
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…
-
**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 …
-
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 …
-
I'd like to update the old samples. I like how the [browser samples](https://github.com/fable-compiler/samples-browser) are all nested under a single control structure; this avoids the cruft/obfuscati…
-
### 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…