GuildOfCalamity

Results 11 issues of GuildOfCalamity

### Description This appears to be broken again. If I do a simple test with a full http link I get an `Unhandled Exception: '=' is an unexpected token.` The...

t/bug
platform/windows 🪟
area/controls 🎮
control-label

### Description Would love to have a way for the `ImageSource` object to be converted to `IImage` for `Canvas.DrawImage` calls on Windows environments. ### Public API Changes ``` var imgSource...

t/enhancement ☀️
proposal/open
platform/windows 🪟
area/drawing ✏️

### Which version of the app? WinUI 3 Gallery ### Description In the `FilePickerPage.cs` there is the `async void PickFolderButton_Click(object sender, RoutedEventArgs e)` method: [Line 187] StorageApplicationPermissions.FutureAccessList.AddOrReplace("PickedFolderToken", folder); If compiling...

bug

### Steps to reproduce 1. Create **WinUI3** desktop application. 2. Install **OxyPlot.WinUI** 0.9.3 3. Create `` and bind it to a `PlotModel` containing a `LineSeries` 4. Run a timer that...

external

What I've tried: restarting VS2022, clearing the MEF cache, reinstalling/repairing VS2022... no luck. ![image](https://user-images.githubusercontent.com/81915293/205973902-da318257-a576-42bd-8e8f-45dfb6fe47fa.png) **[Version Dump]** Microsoft Visual Studio Community 2022 Version 17.4.2 VisualStudio.17.Release/17.4.2+33122.133 Microsoft .NET Framework Version 4.8.09037 Installed...

I've tested this with all recent versions up until **Version 17.4.0 Preview 2.1** Bookmarks in other file types are saved and remembered on load except for **XAML** files.

Upon startup **App.cs** generates the following exception: **System.DllNotFoundException: 'Unable to load DLL 'Microsoft.ui.xaml.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)'** ## How to reproduce...

kind/bug
triage/untriaged

You have two `CustomCheckBox` classes in the same namespace.

I was trying your sample and thought surely this has been resolved by now, after reading through [Printing in WinUI3](https://github.com/microsoft/microsoft-ui-xaml/issues/4419) ![image](https://github.com/marb2000/PrintSample/assets/81915293/4d56029d-0af5-46b2-b6b4-fa22897e5d65) Do you have any advice for getting this to...

Proposed single-click-edit feature, also jazzed-up the **MainWindow** a bit.