Jaap Taal
Jaap Taal
**What would you like to be added**: Make `kubectl rollout undo` and `kubectl apply` work together. `kubectl rollout undo` doesn't revert the `kubectl.kubernetes.io/last-applied-configuration` annotation, which leads to problems if named...
### Describe the need I changed how GITHUB_TOKEN works on my local machine to allow switching between projects more easily. In short, I'm prefixing them and select the correct token...
Display or Description attributes from System.ComponentModel(.DataAnnotations) on enum values currently do not result in readable output on the JSON schema. This change adds the x-enumMetaData array with objects that have...
If I'm correct: The unbecome feature is awesome, but it allows to travel back in time. The given example has the complete history of Sets that in the order the...
Currently you can use a workaround: ``` vault.list({ permission: "allow_editing" } as any); ```
## Description Hi, from my investigations, it seems that it's difficult to set `; messageType=mypackage.MyMessageType` in `connect-go`: https://github.com/connectrpc/connect-go/issues/847 If `messageType` would be an alternative header, this would be much easier...
**Is your feature request related to a problem? Please describe.** In Proxyman the grpc support exists, but it's not easy to make it understand what message type is used in...
### Feature The file option swift_prefix isn't available as a buf.gen.yaml managed override. When I try, buf refuses to parse the config: ``` version: v2 inputs: - directory: api managed:...
The docs for `google_apikeys_key` refer to Documentation that's not open for the public. The field `service_account_email` has a link to https://cloud.devsite.corp.google.com/docs/authentication/api-keys?#api-keys-bound-sa. This link redirects to a SSO page. b/465144469
### TL;DR The api supports isLive, while the terraform lifecycle_rule does not have the `is_live` property. Docs: https://cloud.google.com/storage/docs/lifecycle#islive Api: https://cloud.google.com/storage/docs/json_api/v1/buckets#lifecycle.rule.condition.isLive ### Terraform Resources Terraform https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/storage_bucket#nested_condition ### Detailed design I think...