tkefauver

Results 6 issues of tkefauver

Following the example I'm creating a Dictionary like this: `ShowMainWindowSequence = Sequence.FromString("Control+Shift+D"); HideMainWindowSequence = Sequence.FromString("Escape"); var assignment = new Dictionary{ {ShowMainWindowSequence, ()=>Console.WriteLine("No!")}, {HideMainWindowSequence, ()=>Console.WriteLine("rename2")} };` Then receive the following error...

From the sample I can't input text into google search box (using OSR). I see [here](https://github.com/OutSystems/WebView/blob/7cac5c3b84caa233cd846511bd2c9cffadf7741d/WebViewControl/WebView.cs#L142C40-L142C40) in WebView.cs that there are focus issues w/ OSR and commenting out that if...

As the title says I can't get the yolo9000 model to initialize using CPU-mode on Windows. I was able to merge the xaa and xab files and added the data/...

### Describe the bug I've tried a million times to get Avalonia previewer working but always get "Invalid Markup" with Avalonia Diagnostics showing error below. Even with a default user...

bug

**Describe the bug** Getting a `System.PlatformNotSupportedException` on Android **To Reproduce** Steps to reproduce the behavior: 1. Using this version of the library '1.4.0' 2. Call `PluginLoader.CreateFromAssemblyFile` 3. using any configuration...

bug

Hi, I'm interested in using the Share component for desktop and mobile with AvaloniaUI but ran into a number of problems building and running the sample `Essentials.Sample.Desktop`. Is this project...