Jordan Marr
Jordan Marr
The same project that worked in VS doesn’t work in the other IDEs?
Is this question related to the SSDT parser? If so, it might be helpful if you added the sqlproj to the test sln with a broken test to highlight the...
There aren't really any expectations other than meeting a guideline that fsprojects have at least two maintainers. It's more about the fact that you are more immersed with the codebase...
Try `Program.runWithAvaloniaSyncDispatch`
Ushering async data back to the main UI thread has been a part of UI development for a long time. But I get your point. I think `Program.runWithAvaloniaSyncDispatch ()` should...
> Not sure if this is connected, but the happy path messages don't get processed. You should be able to just use `Cmd.OfAsync` instead of `Cmd.OfAsyncImmediate`. Stylistically, it would look...
Glad you got it working. 😎 I don’t personally think there is a need to change any of the built-in Elmish handlers in this library. It would be better to...
The latest version of the template is using a port of [Fable.LitRouter](https://github.com/JordanMarr/Fable.LitRouter) instead of Grapnel. You should definitely be able to load a URL that is typed into the address...
Sorry, I forgot you switched to use vanilla Elmish. Sadly, Fable.LitRouter will not work for your site because it requires a hook component. 🙁 You can still use Grapnel router...
You just need to use `Router.navigatePath` when using `RouteMode.Path`.