Kenneth Hoff
Kenneth Hoff
### Summary `make setup-dev-env` finishes, but seems to have something bad happening. `make build` does not finish. Part of the error implies I have a "too new" version of KDE...
I noticed that you have `2015 - present` as the copyright duration, and that's not valid in many locations. I recommend updating that to `2015 - 2021`
3.20 introduced `z.string().DateTime()` for cleaner string->DateTime parsing. However, it only supports strings containing both Date _and_ Time An API I'm working with includes only the Date part (today would be...
Hi, I'm creating a new .Net 8 minimal API-based web API and I'm having trouble getting NSwag to generate `multipart/form-data` schemas - they're generating as query parameters instead. This works...
**Is your feature request related to a problem? Please describe.** .Net 8 released with a [new telemetry abstraction library](https://www.nuget.org/packages/Microsoft.Extensions.Telemetry.Abstractions) for - among other things - obfuscating values in logs. ```c#...
Using the following PipeWire configuration:  I get the following RaySession nodes:  Seeing as they're entirely connected (What goes into the input always leaves the monitor, I'd like to...
I noticed that in various places ([GitHub search](https://github.com/search?q=repo%3Aoslofjord%2Fsanity-linq+throw+new+Exception&type=code)) you are throwing the base `Exception` type, which is not recommended. Would it be possible to create a custom base Exception like...
Hey, I've recently started using Sanity and the first thing I noticed was that it uses `Newtonsoft.Json`. dotnet has their own built-in JSON serializer; `System.Text.Json` which not only is built-in...
Hey, I just tried it and it looks really nice. I have one problem though, it doesn't seem to show how long the test has been running for (and/or remaining...
### Describe the bug In 6.5.0 and prior you could use `WebApplication.CreateSlimBuilder` (which, among other things, doesn't add the `Regex` Route constraint due to it increasing the file size of...