Dawei Huang
Dawei Huang
- 服务端 - xray-core 1.8.0 on Debian Testing x86-64 - 客户端 - xray-core 1.8.0 on Windows 11 22H2 x86-64 - NekoBox for Android 1.0.0 (sing-box-extra 1.2.2-2) - 脱敏客户端 outbound ```json...
### Describe the bug When `DataGrid` [handles a remove event](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/a10204e648c372f6a6837c5aa40065761847132e/CommunityToolkit.WinUI.UI.Controls.DataGrid/DataGrid/DataGridDataConnection.cs#L957) when resort happens, it gets the removed item from the sender: ```cs _owner.RemoveRowAt(index, sender[index]); ``` However, since the item is...
* In `OS_2` table, The TTFs has `Win Ascent` of 545 and `Win Descent` of 1, which is different from `Typo Ascent` of 500 and `Typo Descent` of 0 (which...
TODOs - [x] Check the annotations. - [x] Check if the integration works. - [x] Determine what scope to use when calling `vscode.workspace.getConfiguration`. - [ ] Lua language server does...
### Describe the bug In 72bf0b1a006685ccb3595621972cd27b75bfddee, `AdvancedCollectionView` starts to use an new way to retrieve item type. The assumption implied is too optimistic when a non-trival collection is used. For...