laolarou

Results 17 issues of laolarou

**Describe the bug** Custom Font in Avalonia throws Exceptions on the macOS platform. But on the windows, the font displays as expected. ``` Unhandled exception. System.InvalidOperationException: Could not create glyph...

bug

**Describe the bug** Custom TypeConvert does not have any effect **To Reproduce** Steps to reproduce the behavior: 1. Create a EnumTypeConverter ```c# public class EnumDescriptionTypeConverter : EnumConverter { public EnumDescriptionTypeConverter(Type...

bug

**Describe the solution you'd like** A universal smooth scrolling solution for all the scrollable content **Describe alternatives you've considered** Maybe implement a FluentScrollViewer for the smooth scroll experience

enhancement

### What i did / Steps to reproduce + Add a resource pack to the config folder + Reload Bluemap using ```/bluemap reload``` + Error shows ### Expected result +...

**Describe the bug** I used Dotnet.Bundle package and MSBuild command to generate macOS bundle. But the binary failed to start. However, if I launch the application directly through the command...

bug

提个建议,使用 Ninja 作为编译后端。目前看起来只有极小部分的构建阶段使用了 Ninja 来进行编译。有没有可能将整个项目都使用 Ninja 来进行编译?

### Describe the bug 🐞 When trying to navigate to a page that was previously loaded, RoutedViewHost will become a blank page. ### Step to reproduce 1. Go to the...

bug

#### Bug description #### Repro steps ```c# var tt = Task.Run(() => { Task.Delay(1000).Wait(); return new int[]{1, 2}; }).ContinueWith(t => { Dispatcher.UIThread.InvokeAsync(() => { Console.WriteLine(t.Result[0]); }); }); ``` In this...

bug
analyzers

## What does the pull request do? Currently, in ImmutableBitmap's implementation, there is an unnecessary conversion from SKBitmap to SKImage. Most of the properties and data can be directly extracted...

## Describe the bug I'm currently loading about 30-50 images' thumbnail in Avalonia, it causes about 600MB of memory increasing, each Image are scaled to the width of 100 pixels....

bug