Tyson Williams

Results 384 comments of Tyson Williams

Yes. I think [`ResizeArray`](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-collections-resizearray-1.html) would be a good choice.

That seems fine. Let's have it be a separate executable/project then so that message doesn't also get displayed to people not interested in Telerik.

Sure. Share a link to a branch containing your code, and I will take a look.

Can you share a link to a branch that exhibits this problem?

> https://github.com/ScottHutchinson/MyExistingMFCApp >... > Run the `MyExistingMFCApp` startup project... This is a C++ project, right? Is C++ necessary to reproduce the issue you are facing?

Quoting from https://github.com/elmish/Elmish.WPF/issues/211#issue-611266584 > This might be related to Issue #210. Indeed. Issue #211 seems easier to me right now. I suggest we resolve that issue first and then reconsider...

One way to access the dispatcher is via a subscription. Here is one place in the samples where this is done. https://github.com/elmish/Elmish.WPF/blob/4452a1d2e69df377b1e9e4e72f0d6293f56c6676/src/Samples/SubModel/Program.fs#L146

Replying to https://github.com/elmish/Elmish.WPF/issues/141#issuecomment-538117978. > If you introduce a type provider in Elmish.WPF, then perhaps consider make it optional in some way if it isn't too much of a bother. E.g....

> Nevertheless GUI breaks from time to time because a string depended on some identifier that was refactored (renamed). ... I like doing heavy refactorings to keep my code tidy,...

> ...it seems that the XAML designer currently doesn't support Project Code. What is "Project Code"?