Lighto

Results 308 comments of Lighto

> So, Skia just ignores the AlphaFormat and treats the image as semi-transparent, right? I think Skia does as expected (I might be wrong), the differences occur when changing Avalonia...

@George551556 thanks for the contribution! You can test this by dragging and dropping the YAML file into Fluent Search Tasks window

@George551556 I apologize for the delay, thanks a lot! Merged

@maxkatz6 I finally got some lead - it happens for ARM laptop users, when moving an Avalonia window between screens and UIA (accessibility) is triggered. It can be reproduced by...

@maxkatz6 got other users reporting this. I personally don't have ARM64 laptop, but seems like users with ARM processors are getting this crash when UIA is getting triggered by any...

@maxkatz6 do we plan to make any workaround? Avalonia apps on Windows ARM64 are unusable in case the user has any kind of screen reader/accessibility program running. Maybe we can...

@EikiEgilz @tylerbarna I have confirmed the program works with latest GG client. I am sorry but I will not address any QOL suggestions anytime soon, only breaking changes. To use...

@Gillibald FYI since this PR I am getting crashes on `InvalidOperationException` with message `Invalid size returned for Measure.` in `Layoutable` line `387`. I can't properly reproduce it, it happens randomly...

> We need to cover this in a unit tests that sets the FontSize to NaN So you know how to repro this? If not I can try make something...