Gary McGhee

Results 17 issues of Gary McGhee

You are still including angular in bower.json and index.html. They are not easy to get rid of, but part of the puzzle is to use supersonic.core.js in place of supersonic.js....

I'm guessing the API can be made even more concise eg. can the string argument be optional, and derived from the method name? eg [CanExecute] public bool CanGotoTwoPage() { ......

### Usage Information 3.5.0 / 11.0.10 / Desktop (Mac) ### Description There is no outline theme for AutoCompleteBox ### Reproduction Steps There is no theme defined in https://github.com/AvaloniaCommunity/Material.Avalonia/blob/master/Material.Styles/Resources/Themes/AutoCompleteBox.axaml ### Expected...

enhancement

The "kitchen sink" style demo is great, but its also useful for beginners to have a complete minimal project showing a few controls. I created this https://github.com/buzzware/AvaloniaMaterialTest which could be...

enhancement

--obfuscate is an option on the dart compiler to protect your source code in production builds from decompilation. I found myself in the position of having used dart-json-mapper extensively, then...

question

[DialogDemoViewModel.cs](https://github.com/AvaloniaCommunity/Material.Avalonia/blob/master/Material.Avalonia.Demo/ViewModels/DialogDemoViewModel.cs) calls dialog.ShowDialog which requires a Window, but it seems impossible to get a Window unless `Application.Current?.ApplicationLifetime is IClassicDesktopStyleApplicationLifetime` so I don't see how to use dialogs on mobile. Material.Avalonia...

enhancement
up for grabs

I want to use dart_mappable's container and its mappers and for most properties its default mapping. However I have my own model metadata and want to filter all keys and...