Peter Kirmeier

Results 42 comments of Peter Kirmeier

Hmm, how does this work for the timer, after each complete run the time gets added to the graph? ![image](https://user-images.githubusercontent.com/4932525/137621517-c260174e-b80f-4831-bc9f-8d38c474947b.png) (same image from the message above but just embedded that...

Hmm, as discussed via mail before, it still looks difficult as it still breaks important things and there are some small things too. **Small things** like changing copyright notice without...

Hi, I don't want to ask you every time I want to build a release, so I will be able to do that at any time by myself. If your...

Hi, yes this is currently not shown or stored. The difficulty here is how to display it. most people are asking what the star means, but I could not find...

Hi, hmm a flag sounds also quite nice as symbol for the distance PB. I will look into that and try a little bit what fits best. (It can be...

I saw this with Avalonia 0.10.14 as well: `CSC : error AXN0002: XamlX.XamlParseException: x:Static extension should take exactly one constructor parameter without any content OR Member property` However, not sure...

PS: A failing example: `{x:Static common:Statics.GlobalHotKeySupport, Mode=OneTime}` It seems so far temporary working fix: `{x:Static common:Statics.GlobalHotKeySupport}`

I learned somewhere from a Xamarin/XAML best-practice advice that the Bindings should be as strict as possible as it spares runtime and memory that would be needed for creating a...

Ah okay, I thought it is like a "Binding" but just to indicate it is a static source/target and must be handled differently internally. But when it actually is something...

Thanks for your help, @maxkatz6 I created an issue there for the schema version issue: https://github.com/kekekeks/XamlX/issues/64 (just as reference)