Mark Lambert
Mark Lambert
The only file I had open was a markdown file, and the VS Code settings page, which makes me think maybe the 'unresponsive' blame has been laid in the wrong...
Some links that may be useful: [OnionWare](https://github.com/onionware-github)'s updates for an Avalonia 11 preview: * https://github.com/DmitryNizhebovsky/Avalonia.RangeSlider/pull/11 Some additional changes I made for the released Avalonia 11 * https://github.com/onionware-github/Avalonia.RangeSlider/pull/1 Or just the...
> Hi, thanks for the work you've done. You're welcome, it's a very useful control and not one that I'd try to write myself. (I also don't want to take...
Maybe the fix is post-1.4? I've created a repro case here: https://github.com/marklam/ReactiveElmishRepro/commits/main/ It's a copy of the AvaloniaExample sample from the src/Samples, with: - changed to use the nuget package...
But it seems that ```xml true ``` is a workaround anyway. **Edit:** But not always :-(
The ReactiveElmish 1.4.0 library has 1.4.0+3620772e37044a14be980de4fa630dbb0856eadb as the version in its metadata (as shown in your screenshot), which is [this point in the history](https://github.com/JordanMarr/ReactiveElmish.Avalonia/tree/3620772e37044a14be980de4fa630dbb0856eadb) April 2nd 2024, but the fix...
That works great! Thanks very much for that!
I've created a PR #177 that simplifies the packet files & updates the tooling and appveyor build spec. It seems to build fine from dotnet build, dotnet fake build, and...
I can look at a github action which will version the package correctly for publishing it (version 5.0.6)
I've created a pr #179 that might (?) help with the action definitions