CuBiC
CuBiC
Using multiline strings in settings like: ``` apiVersion: helm.cattle.io/v1 kind: HelmChart metadata: name: linkerd2 namespace: kube-system spec: chart: linkerd2 version: 2.7.1 repo: https://helm.linkerd.io/stable set: global.identityTrustAnchorsPEM: | -----BEGIN CERTIFICATE----- MIIBljCCATugAwIBAgIQIrPA+fc+QTyBy6HYDQ53KzAKBggqhkjOPQQDAjApMScw JQYDVQQDEx5pZGVudGl0eS5saW5rZXJkLmNsdXN0ZXIubG9jYWwwHhcNMjAwNTI1...
I guess not much explanation needed nowadays ;)
**Describe the feature you'd like to have.** Add support for ARM64 architecture **What is the value to the end user? (why is it a priority?)** Currently it's not possible to...
I'm trying to set a color using `note.color = gkeepapi.node.ColorValue.Orange` or `note.color = gkeepapi.node.ColorValue.White` to set it back to default. Example: ```python keep = gkeepapi.Keep() ... note = list(keep.find(query="SomeTitle"))[0] print(note.color)...