Nick Cleary
Nick Cleary
Several bills return JSON which cannot be read by most parsers, such as python's `json.loads()`. These seem to be caused by stray "\" characters in the bill summaries. An example...
### Is your feature request related to a problem? Please describe. I'd like to be able to provision a node pool with taints via TF, but that does not seem...
When running `container-registry.oracle.com/database/free:23.7.0.0-amd64` on Kubernetes, with the following manifest: ```yaml apiVersion: apps/v1 kind: StatefulSet metadata: name: oracle spec: selector: matchLabels: app: "oracle" # has to match .spec.template.metadata.labels serviceName: "oracle" replicas:...