Deleted user

Results 142148 comments of Deleted user

@PhilienTaylor I will get to the rest later. However, I am not the original poster.

I though fill was deprecated, but it's not. [Fill and Expand](https://github.com/dotnet/maui/discussions/20774) is deprecated. Good [workaround](https://github.com/mklement-ps/maui-community-toolkit-popup-bug/blob/main/Views/PopupWithWorkaround.xaml) @mklement-ps .

I think `ColumnDefinitions="*"` should be `RowDefinitions="*" `as we are using `"Grid.Row="0" `@mklement-ps .

OO, yes, you are right. In this case we would need `Grid.Column="0"` and `ColumnDefinitions="*"` like you did. The only thing I can think of is if Grid would be inside...

Thanks for sharing your experience! I completely agree that the jump from tier 1 to tier 2 can be significant in terms of UX. However, there are a few factors...

I have Roblox LSP and Luau LSP active since I like Roblox LSP's autocompletion, but I like Luau LSP's typing. With both of them it duplicates the autocompletion. Is there...

![image](https://github.com/user-attachments/assets/298ceb31-25d8-48df-9e0b-66c86e95e687)

If i remember correctly we'd have to recreate the assets used for rendering so they can be used @2x.