dbriard

Results 29 comments of dbriard

@maxkatz6 > Avalonia doesn't handle shaders, and it fails in custom renderer code directly using Skia, so I don't think there is much we can do. The custom render code...

@stevemonaco Thanks for your comment, I never tried InstallPixels and didn't know it was a wrapper. I will give a try. I generally just create a SKBitmap where I modify...

I manage to get the correct display using SKBitmap with sRGB color space in a CustomDrawOperation but that is not always convinient to use. Until it become possible to specify...

I think I found something. I have a transition on the Carousel, and I registered the TransitionStarted and TransitionCompleted event. When I scroll with finger to the end of my...

I created a repro sample for this issue [CarouselBugWithFinger.zip](https://github.com/AvaloniaUI/Avalonia/files/12160314/CarouselBugWithFinger.zip) Steps: 1. Type anything in the SearchBox, the carousel slide to the 2nd page 2. On the second page, scroll with...

Hi @timunie Yes it is 11.0.0 but I have had this bug since I started to work with Avalonia (preview 4). Until now, I belived it was an Android bug,...

Sorry I just see that its a duplicate of https://github.com/mono/SkiaSharp/issues/2645

Hi, is there a new SkiaSharp release planned with a fix for CPU shader? I come accros this issue and it is really problematic for the app I am working...

In fact, as I am working on Avalonia since 11 preview 4, I read all the iterations of the API and so I read about the new StyleKeyOverride API (and...

Not sure it could be the same issue but I have very anoying freezes that make the app unresponsive. It is on windows, with a maximized window and I have...