lgztx96

Results 7 issues of lgztx96

### Describe the bug The default context selection menu of the control does not have an icon, but the custom context flyout(with StandardUICommand(StandardUICommandKind::SelectAll))has an icon ### Steps to reproduce the...

bug
area-Menus
area-TextBox
team-Controls

maybe using a custom popup for autocomplete suggestions would be a better approach.

### Description When generating C# projection from a WinMD that contains a property of type `Windows.Foundation.IReference`, CsWinRT generates: ```csharp public global::System.Nullable TargetType { get; set; } ``` This causes a...

### Problem Tree-sitter already supports parsing UTF-16 source code using ``TSInputEncodingUTF16LE``, but the ``tree-sitter-highlight`` only work with UTF-8 input. It would be great if highlighting could also support UTF-16, so...

highlight
good-first-issue

### Describe the bug https://github.com/CommunityToolkit/Labs-Windows/blob/acda1c3df1b71dbf77bc80a0544eae7955398d49/components/Marquee/src/Marquee.xaml#L9 https://github.com/CommunityToolkit/Labs-Windows/blob/acda1c3df1b71dbf77bc80a0544eae7955398d49/components/Marquee/src/Marquee.Events.cs#L62 https://github.com/CommunityToolkit/Labs-Windows/blob/acda1c3df1b71dbf77bc80a0544eae7955398d49/components/Marquee/src/Marquee.cs#L241 https://github.com/CommunityToolkit/Labs-Windows/blob/acda1c3df1b71dbf77bc80a0544eae7955398d49/components/Marquee/src/Marquee.cs#L211 I noticed that the Marquee control crashes. After debugging, I believe the SizeChanged event causes the visibility of segment2 to change. Since...

bug :bug: