raV720

Results 9 comments of raV720

Is it possible to create App instance only once and use it all the time? ``` if(FirstRun) _app = new App(new AndroidInitializer()); LoadApplication(_app); ``` Or may it lead to unexpected...

I understand it would be a logger inside logger, but I think changes would be really minor and worth benefits. Its just matter of adding log level enum and pass...

> I would add new SelfLog-like property and some switch to use either old SelfLog or the new one (+ optionally deprecate old SelfLog). In my opinion it would be...

> landing changes in two sinks will be much faster and more effective than trying to land changes in the hundreds of others already written And hundreds of already written...

@nblumhardt Wouldn't it be just another SelfLog but different way? Just like adding a few new arguments to SelfLog. How will it prevent from misusing SelfLog? In my opinion there...

Appending to file would be really helpful

The question is answered here: https://stackoverflow.com/questions/79466918/how-to-create-axis-in-xaml-in-livecharts2-maui/79468448 ``` ..... ``` I curious why is it not possible to do it inline? I came from Syncfusion Charts where the axis and other...

So it seems the LiveCharts2 is actually designed to be used via C# code not via XAML. Most of its configuration is in ViewModel. Please correct me if I am...