Morten Christiansen

Results 11 comments of Morten Christiansen

Hah, I feel a bit stupid now. I actually already read that link, but I guess it didn't quite sink in. Actually, I'm not that concerned about Danish letters (which...

Thats fine 👍. If I choose to tackle this I will certainly consider it as a PR. In the end, I might just avoid the use of special characters, since...

@kubernetes/sig-apps-feature-requests

For my specific use case I need `:`. However, my opinion is that Kubernetes should not in any way limit which environment variable names you can use, since it cannot...

@cezarypiatek I just found this repo because it has the same name as my own - I have been exploring source generators to implement a Map method for a couple...

I would really love to see support for property injection. I often have test base classes with one or more constructor arguments. Adding a new argument requires me to update...

I've tried both adding an empty line as well as a new property at the bottom, but neither had any effect.

This does indeed solve my anchor problem, but not in the way that I had hoped. I expected that area record would contain the full goblin instance in the monsters...

I generally have what I would describe as glitchy resizing when running the Minimal WPF Example and I assume it is the same issue. Sometimes when resizing the window, the...

I refined my redrawing logic a bit more - it might be overkill, but here it is. The motivation for this was to avoid having a large amount of redraws...