ChernayaKoshka
ChernayaKoshka
Hello, At work I have developed numerous control libraries utilizing Elmish.WPF for the consumption of other F# Elmish.WPF applications. Recently the need to use some of these controls in a...
This pull request allows key combinations / sequences to be defined using raw characters, not just C# Enum names. An example of the change: ``Combination.FromString(@"A+Oemtilde")`` can now be ``Combination.FromString(@"A+`")`` In...
While making my own, I discovered the reason as to why the script would crash if you had a certain number of tags. Fiddler returned this: ``` ``` So, it...