Stephen Monaco

Results 73 comments of Stephen Monaco

Wideranging color space support may be out of scope. However, you can still use SkiaSharp directly. Assuming you have a pixel buffer: 1. Use `SKBitmap.InstallPixels` to create a wrapper around...

I understand the desire to be more like WPF that only offers the blankest of canvases, but that's pretty inconvenient for end developers. I would probably not use `avalonia-dotnet-templates` anymore...

If the template option still generates and wires a basic Mvvm Toolkit app similar to today, then that's sufficient.

Thanks. Will avalonia-dotnet-templates adopt adding the folder convention to the namespace if/when it's available? I will need to add a caution section to the Avalonia docs (possibly a few places)...

.NET 8 made some breaking changes to WASM. I was able to correctly run this app under .NET 7 (release and debug builds, both under the older LiveCharts2 version and...

I also noticed that you aren't using compiled bindings. I would suggest enabling them by default (`true` in the fspoj). You can't really use reflection bindings safely here, AFAIK, because...

How were you able to pinpoint `PermutationParser`? The warning says `The source of generic recursion might include:` and lists many Pidgin types. I have created a new [minimal repro](https://github.com/stevemonaco/PidginAotMinimal) which...

> Perhaps this'd be work-around-able by changing the whole library to extension methods, like the design of `Enumerable`. That seems to be too much work if it's only being done...

Yes, thusfar I haven't had any runtime exceptions after the trimming fixes in #146. Everything has ran as expected. So I'm not sure if the analysis is overly cautious in...

Two blockers I ran into (Windows OS): * Setting both `WindowState` and Width/Height/Position during the same "resizing operation" doesn't restore the latter upon un-maximizing. * Setting Width/Height/Position while the OS...