Shadowblitz16

Results 262 issues of Shadowblitz16

![image](https://github.com/user-attachments/assets/da1be109-6edb-4365-b4ca-3613f3c1884b)

Typing in editor is very laggy it takes a second to type each character typing repeatedly while it's lagging throws .. ``` ArgumentException: Getting control 1's position in a group...

Can we get code generators for something like this? https://github.com/dotnet/maui/discussions/119 The removal of the new keyword makes it look really nice. Maybe you could get around the use of explicit...

```cs using System.Collections.ObjectModel; using Avalonia.Controls; using Avalonia.Markup.Declarative; using Avalonia.Markup.Xaml.Templates; using AvaloniaMario.Models; using AvaloniaMario.ViewModels; namespace AvaloniaMario.Views; public class LayersView(LayersViewModel viewModel) : ViewBase(viewModel) { public ObservableCollection Items => viewModel.Items; public LevelLayer? SelectedItem...

```cs using System.Collections.ObjectModel; using Avalonia.Controls; using Avalonia.Markup.Declarative; using Avalonia.Markup.Xaml.Templates; using AvaloniaMario.Models; using AvaloniaMario.ViewModels; namespace AvaloniaMario.Views; public class LayersView(LayersViewModel viewModel) : ViewBase(viewModel) { public ObservableCollection Items => viewModel.Items; public LevelLayer? SelectedItem...

## Topics to cover It would be nice if there was an example on how to show a window or dialog from a generic view model. ```cs public static void...

enhancement

Your example seems to be for reactive ui. For example this code throws errors.... ```cs public override void Initialize() { AvaloniaXamlLoader.Load(this); var build = Locator.CurrentMutable; build.RegisterLazySingleton(() => (IDialogService)new DialogService( new...

Is it possible to show a non blocking child window?

```bash 0>[ImpGenerated]24cfee04c0f84f6fb003c4e7d67598b9.cs(10,121): Error CS0400 : The type or namespace name 'IServer' could not be found in the global namespace (are you missing an assembly reference?) 0>[ImpGenerated]684ab406abdf4ad188ac8b0664868373.cs(10,121): Error CS0400 : The...

I would be nice to have a nuget package of this for avalonia 11.3.2