Nikita Tsukanov

Results 161 comments of Nikita Tsukanov

We probably need another URI scheme for relative OS paths.

I think pre-release nugets would be preferable since people will need OxyPlot's binary packages anyway.

If there is interest in using NObservable, I could update it to work with the latest blazor. Note that there are currently threading issues with server-side blazor since it invokes...

Xamarin Forms uses `INotifyPropertyChanged` to observe changes for each `Binding` instance individually. So integration with Xamarin.Forms (and any other MVVM-friendly XAML framework such as WPF, UWP and AvaloniaUI) would be...

Please, decompile that class using ILSpy and/or `monodis`. NObservable shouldn't be injecting any static constructors, so it might be something else.

How exactly would custom `OnApplyTemplate` logic work with such generated code? Should we generate a partial method to be called from `OnApplyTemplate`?

For 0.10.x you need to use a custom font >You need to use a font that has Chinese characters. https://github.com/anthonyfok/fonts-wqy-microhei is a good one [WenQuanYiMicroHei-01.ttf.zip](https://github.com/AvaloniaUI/Avalonia/files/5703016/WenQuanYiMicroHei-01.ttf.zip) > >Place it into Assets,...

The general plan was to move media invalidation to the render thread by introducing render-thread representations for media objects (the same way it's done in UWP). That would also remove...