Edward Cooke

Results 7 issues of Edward Cooke

Multi-line scalars need to be indented by at least a single space when already indented. Fixes #625

### Discussed in https://github.com/aaubry/YamlDotNet/discussions/861 Originally posted by **JamesTheButler** October 30, 2023 Hi everyone! I am serializing a class that contains a public `Action` field. Consider the following example: ``` record...

enhancement

I'm wondering if I can set the password to talk to the neighbor through the cli when adding it. It looks like its in the API, but I can't seem...

**Describe the solution you'd like** Right now I'm using kube-mgmt/opa to expose an endpoint for use as a Kubernetes API Authorization webhook. For example, my api authentication webhook calls `https://opa-opa-kube-mgmt.opa-auth-system.svc.cluster.local:8181/v0/data/k8sallow/allow`....

enhancement

### Describe the bug When using the `Length` attribute and only specifying the min length, like this `[Length(minLength: 1)]`, the resulting generated CRD has this in it: ```yaml maxLength: -1...

bug

### Describe the bug If you have a property with a name of something like `IPAddress`, the CLI generates a property in the CRD as `iPAddress`. However, when attempting to...

bug