Kenneth Hoff

Results 70 comments of Kenneth Hoff

The loss of ShareX is honestly the biggest one I've felt since I swapped over from Windows to Linux back in September. There are other similar software, like `Flameshot`, but...

This issue is the sole reason atm I cannot recommend Svelte to my colleagues :/

I have a lot of issues getting this to work. What I want is for the ValueObject to be the only thing I interact with from start to finish (Outside...

@CheloXL The Swagger change was very simple with NSwag - thank you!. However, the Entity Framework related one I did not get to work. I swapped over to using Guids(ints...

ZipCode differs from country to country, and so does SSN. The SSN I use for example has 11 digits (6+5), and if this were to be added I'd have to...

First ever comment on csswg, but when I read the title, I thought `:top-layer` somehow referred to the top-most cascade layer. I think the word `layer` should maybe be "reserved"...

Multi-monitor support and lack of support for Wayland are two fundamental issues that makes it unusable for many people

With the newly added `required` keyword, I believe this request will come a fair amount, so I can agree with this proposal

I think throwing an NRE there is probably a good thing. It makes no sense to return `null` and then calling that ok. What does `null` in this context refer...

I'd love to see clarification on what the "modern web stack" is. If I were to create a greenfield Web API today, I'm assuming Minimal APIs are the way forward;...