Peter Kirmeier
Peter Kirmeier
Same issue .. I guess I remove that line and see if I encounter any issues. @yangruihan have you done this already, was it working for you?
Ok this fix seems to work for me: Replace "anonymous string parsing" with function that does "known string parsing". Before: `{ string str = json.Substring(1, json.Length - 2); return str.Replace("\\",...
_(Just as additional information)_ I experienced another situation during my migration that is also related to the same issue (when version 2009 is used): `[...]Page.xaml(26,2,26,2): Avalonia error XAMLIL: Unable to...
Hi @kekekeks , are there any issues with merging this change? Or are you waiting for a rebase due to the github warning?
The HCM would work in 64 bit but mono doesn't: https://www.mono-project.com/docs/about-mono/supported-platforms/macos/#32-and-64-bit-support I'm working on a new version that uses another framework but this will still take a while. Sadly, I...
[HitCounterManager.WindowsGTK-2.0.0.0-PreRelease.zip](https://github.com/topeterk/HitCounterManager/files/7173101/HitCounterManager.WindowsGTK-2.0.0.0-PreRelease.zip) This is a very early state of a new version based on Xamarin and GTK#. I have build this for Windows only yet but it should work if one...
For all those early adopters that want to experience software failures of a bleeding edge development state, here are some new bits for you: - [HitCounterManager.MacOsGTK-2.0.0.0-PreRelease.zip](https://github.com/topeterk/HitCounterManager/files/7654643/HitCounterManager.MacOsGTK-2.0.0.0-PreRelease.zip) - [HitCounterManager.WindowsGTK-2.0.0.0-PreRelease.zip](https://github.com/topeterk/HitCounterManager/files/7654644/HitCounterManager.WindowsGTK-2.0.0.0-PreRelease.zip) - [HitCounterManager.WindowsWPF-2.0.0.0-PreRelease.zip](https://github.com/topeterk/HitCounterManager/files/7654645/HitCounterManager.WindowsWPF-2.0.0.0-PreRelease.zip)...
After some improvements here a snapshot of the current state: - [HitCounterManager.MacOsGTK-2.0.0.0-PreRelease.zip](https://github.com/topeterk/HitCounterManager/files/8884716/HitCounterManager.MacOsGTK-2.0.0.0-PreRelease.zip) - [HitCounterManager.WindowsGTK-2.0.0.0-PreRelease.zip](https://github.com/topeterk/HitCounterManager/files/8884717/HitCounterManager.WindowsGTK-2.0.0.0-PreRelease.zip) - [HitCounterManager.WindowsWPF-2.0.0.0-PreRelease.zip](https://github.com/topeterk/HitCounterManager/files/8884719/HitCounterManager.WindowsWPF-2.0.0.0-PreRelease.zip) - [HitCounterManager.LinuxGTK-2.0.0.0-PreRelease.zip](https://github.com/topeterk/HitCounterManager/files/8884720/HitCounterManager.LinuxGTK-2.0.0.0-PreRelease.zip) The UI has improved and some minor functions were added. Most is...
While playing around with Avalonia it went quite well, so I built an initial version for all available desktop platforms and architectures: - [HitCounterManager.win-x64-2.0.0.0-PreRelease.zip](https://github.com/topeterk/HitCounterManager/files/9437720/HitCounterManager.win-x64-2.0.0.0-PreRelease.zip) - [HitCounterManager.win-x86-2.0.0.0-PreRelease.zip](https://github.com/topeterk/HitCounterManager/files/9437721/HitCounterManager.win-x86-2.0.0.0-PreRelease.zip) - [HitCounterManager.win-arm64-2.0.0.0-PreRelease.zip](https://github.com/topeterk/HitCounterManager/files/9437719/HitCounterManager.win-arm64-2.0.0.0-PreRelease.zip) - [HitCounterManager.win-arm-2.0.0.0-PreRelease.zip](https://github.com/topeterk/HitCounterManager/files/9437718/HitCounterManager.win-arm-2.0.0.0-PreRelease.zip)...
Hi, yes I think this could be a great idea to keep track of the personal progress. The only difficulty I'm seeing is the split modification: In case one adds/move/remove...