Hannah Schultz

Results 5 comments of Hannah Schultz

I was able to get it to build on a Raspberry Pi 4 using the latest npm@^6. I had problems with npm@8.

C# can be quite cross-platform, especially with [.NET Core](https://docs.microsoft.com/en-us/dotnet/core/). Cmake-converter doesn't work only with .sln files. It works with .vcxproj and .vfproj. I'm proposing adding support for .csproj. Therefore, there...

I can confirm that the recent version 1.7.0 fixed this issue for me with Starship. nvs does need to be loaded _after_ Starship.

Biome does not parse anything in the `template`. Therefore, any rules whose logic would be affected by something being used within the template will need to be disabled (currently?), as...

> A workaround that I used for this, using `[email protected]` was the following: > > ```cs > services.AddSwaggerGen(opts => > { > opts.UseOneOfForPolymorphism(); > opts.SelectDiscriminatorNameUsing(_ => "$type"); > }); >...