Andrew KeepCoding

Results 154 comments of Andrew KeepCoding

@nmetulev This is reproducible on my end and the only available EP is **CPU (CPU)**, exactly as shown in the screenshot you shared.

I took a quick look at this and the exception is thrown trying to instantiate `InferenceSession`: **WhisperWrapper.cs** ```cs public static async Task CreateAsync(string modelPath, ExecutionProviderDevicePolicy? policy, string? device, bool compileModel)...

Have you both tried opening *WinUIGallery.sln*?

@moltco I just did it to reconfirm it and works (compiles and runs) both *WinUIGallery.sln* and *WinUIGallery.DesktopWap.sln*. 🤔

For some reason you might have issues downloading packages from: https://[pkgs.dev.azure.com/shine-oss/microsoft-ui-xaml/_packaging/MUX-Dependencies/nuget/v3/index.json](https://pkgs.dev.azure.com/shine-oss/microsoft-ui-xaml/_packaging/MUX-Dependencies/nuget/v3/index.json) or some configuration issues on [Nuget Package Manager](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio?wt.mc_id=MVP_356303).

Yes, that's the idea. After going through all *.cs files, I'll do another pass to catch any remaining changes though they should be minor.

@Zakariathr22 Great catch! Thanks! I followed your suggestion (I guess you meant `Margin` instead of `Padding`).

@Zakariathr22 Yeah, but we don't know "when/if" this will be addressed, so I think we should adjust it for cleaner look. That said, it's only noticeable when hovering over the...

Thanks @marcelwgn ! It looks like the CI is failing on WinUI-Gallery-PRValidation, but I don't have access to view the details. Would you mind taking a look when you get...

Hi @penndai ! I needed to make that change to be consistent with localization in XAML. Can you consider using a helper? ```cs public static class LocalizerHelper { public static...