Tyson Williams
Tyson Williams
Great. It is "just" throttling. I believe this can be added in a way that is compatible with `mapMsg`.
I can discuss here in GutHub almost every day. Did you have something else in mind? Throttling shouldn't be an issue any more. The "throttling / `warpDispatch` API" from v3...
> * Undo/Redo I created [this undo/redo code](https://github.com/TysonMN/Elmish.WPF/tree/demo/undo_redo) that doesn't even depend on the Elmish NuGet package, but it is intended to be consumed by an Elimsh application. I did...
Hello @xperiandri. Thanks for creating all these issues! :) Yes, `StackPanel` can be a bit restrictive like that sometimes. Feel free to with something that makes the UI look or...
I would like to try your samples first. How can I do that? Maybe you could update your README with instructions on how that is done.
What do you mean by "UWP app"? There is no project with that name. Can you [adjust your solution file so that the project you typically want people to execute...
Yes, this is nice. It reminds me of [the WPF demo for Material Design in XAML](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/tree/master/MainDemo.Wpf). What do you think @cmeeren? Can @xperiandri combine the samples into one executable? I...
I think it might be possible to do both: 1. Two projects for each sample 2. Two additional projects that combine all the samples into one executable.
I don't feel strongly either way, but I am inclined to agree with @xperiandri since he wants to make other improvements as well.
Ok @xperiandri, let's move ahead with this. I am think it would be good to keep `SingleCounter` as is. Then you could create project called `BindingsDemo` and `BindingsDemo.Core` (since I...