Color_yr
Color_yr
## 环境 - 系统/平台: windows server 2019 - nodejs 版本: 14.7.0 - API版本: 4.0.16 ## 出现问题 ``` [ERR] /lyric?id=414118123 { status: 502, body: { code: 502, msg: Error: read ECONNRESET...
更完整的数据包详解 插件编写教程
how to hide mouse cursor everytime? can set the mouse cursor? ``` Win.OverrideCursor(RGBA.Zero, RGBA.Zero); ```
Pack Version: 1.8.4 The generated template file cannot be used with FreeRTOS. This problem occurs in the F1 chip. The H7 chip is normal. F1:  H7: 
```xaml ``` windows:  ubuntu: 
**Describe the bug** `drmModeGetResources failed` when start, it error in `11.0.0 Preview 2`, but work in `0.10.18` **To Reproduce** ``` public static void Main(string[] args) => BuildAvaloniaApp() .StartLinuxDrm(args, scaling: 1);...
When join the server,sometime will have crash. https://paste.ubuntu.com/p/mcXtcZ4rF3/
## Describe the bug `TimePicker` default text(hour,minute etc) could edit https://github.com/AvaloniaUI/Avalonia/blob/3194e3206eac90e172615048748d016145953fa3/src/Avalonia.Controls/DateTimePickers/TimePicker.cs#L235-L236 `DatePicker` also could edit https://github.com/AvaloniaUI/Avalonia/blob/3194e3206eac90e172615048748d016145953fa3/src/Avalonia.Controls/DateTimePickers/DatePicker.cs#L377-L379 ``` - _hourText.Text = "hour"; + _hourText.Text = something user can edit ``` ##...