Alistair Mackay
Alistair Mackay
Hi Looks to me like the nuget package is incorrectly packaged. Files are in `lib\net20` which implies .NET Framework 2.0 and will be ignored by .net core on Linux They...
Borrowing slightly from powershell-yaml, this change upgrades the PSYaml submodule to use YamlDotNet 7.0 It has the following features 1. DLL provided for .NET 3.5 (PS 1, 2 and 3),...
Great tool! Took a long time to work out what was going on here, which turned out to be that if I import PSDeploy before powershell-yaml the whole lot keels...
**Is your feature request related to a problem? Please describe.** Whilst building a serializer for CloudFormation (yeah, that old cookie), I find that mapping keys are always emitted as unquoted...
*Issue #, if available:* None *Description of changes:* Love this macro, although found it frustrating that there was no logging of errors anywhere. Examination of the code revealed that there...
I see many people asking how to tell if a field on a given resource is mutable or immutable. It would be good if the documentation would include this, both...
This looks great. I'd really like to be able to automate the configuration of an AWS dynamically routed site-to-site VPN, so requesting APIs to to IPSec VPN and BGP configurations....
### Keywords _No response_ ### Problem Hi, I'm new to kopf framework (but not Python or the concept of operators). My assumption is that event handlers are dispatched async and...
If you pass a bare unit e.g. `k` or `u` to [ParseQuantity](https://github.com/kubernetes/apimachinery/blob/master/pkg/api/resource/quantity.go#L275) without any numerical value, this is incorrectly interpreted as a `Quantity` when it should be treated as a...
**What happened**: Pods are not sorted in the correct order when using `--sort-by .metadata.name` **What you expected to happen**: Pods are sorted correctly, `1..35` followed by `a..z` **How to reproduce...