Michael Chen

Results 12 issues of Michael Chen

**Describe the bug** When scanning a QR Code there is not apparent way to select which camera to use. In general this is not a problem, but rather an inconvenience....

### Describe the problem The MOTD of my server displays incorrectly: Instead of the color codes entered as environment variables the motd contains two unknown characters instead of the color...

bug
help wanted
keep

## Problem I have the scenario where I want to decide at runtime which service to inject. ```csharp public interface IExampleService; public class ExampleServiceA : IExampleService; public class ExampleServiceB :...

I added type annotations to all public facing API methods as well as many internal functions and objects. This raises a lot of helpful error messages using pyright, that can...

I was using the package and noticed that all type annotations were missing which made it a bit trickier to use this package OOTB instead of just importing and going...

I just tried the minimal example and i just get an error: ``` var outputDevice = OutputDevice.InstalledDevices.Where(i => i.Name == DeviceName).FirstOrDefault(); if (outputDevice is null) { Console.WriteLine($"MIDI device {DeviceName} not...

### Is your feature request related to a problem? Please describe. I want to give users the option to vote on a set of answers (in a multi-select style), but...

enhancement

I was trying to run the formatting hook, but it shows me that i have an incompatible dotnet SDK installed. I do have both .NET 8 and .NET 6 installed,...

``` win-x64.exe -m SM-G950F -r DBT Model: SM-G950F Region: DBT Latest version: PDA: G950FXXUCDVI1 CSC: G950FOXMCDUD1 MODEM: G950FXXUCDUD1 Unhandled exception. System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed. at Internal.Cryptography.UniversalCryptoDecryptor.GetPaddingLength(ReadOnlySpan`1...

**Describe the bug** The moment I reference the Sentry.AspNetCore package in my test subject project i get no coverage information whatsoever (specifically Sentry.AspNetCore version 5.5.0). I did not configure the...

question
needs more info