Charlie Getzen

Results 30 issues of Charlie Getzen

``` [2023-02-27 23:04:25,873] ERROR in app: Exception on /create_video [POST] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/flask/app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "/usr/lib/python3.9/site-packages/flask/app.py", line 1518, in full_dispatch_request...

**What would you like to be added**: I'd like to decouple the IAM roles' trust policy from kubernetes cluster details, while maintaining the service account level access controls. The condition...

curl approach to see the fields: ``` curl localhost:9200/_mappings | jq '.drawing_revisions_1_2_1.mappings.drawing_revisions.properties | keys' ``` Input: name of index Output: names of attributes - Is displaying the "type" of the...

enhancement
good first issue

### Terraform Version `1.5.4` (last open version) ### Affected Resource(s) - pagerduty_service ### Terraform Configuration Files ```hcl resource "pagerduty_service" "service" { name = "${var.environment} ${var.component}" auto_resolve_timeout = 24 * 60...

Examples make use of volumeClaimTemplates.[].metadata.spec.hostPath: - https://github.com/banzaicloud/bank-vaults/search?q=hostPath This is seen here: - https://github.com/banzaicloud/bank-vaults/blob/707bcf8cbc01a963f639f1c930041af2855cf3ba/operator/pkg/apis/vault/v1alpha1/embedded_v1.go#L259 - https://pkg.go.dev/k8s.io/api/core/v1#PersistentVolumeClaimSpec hostPath is not a valid field. /kind bug

```go func false_positive() { outer := make(map[string]map[string]int) inner := []string{"a"} if _, ok := outer[inner[0]]; !ok { outer[inner[0]] = map[string]int{} } outer[inner[0]]["value"] = 1 } // error: Potential nil panic...

This is a followup from https://github.com/microsoft/playwright/issues/24576. In CI, I would like to stop after a single test has been retried until a full failure. Right now, this is not possible,...

feature-test-runner
open-to-a-pull-request
v1.48

This reduces the sops configuration stored in files to its bare minimum: ```yaml # example with GCP KMS someConfig: ... sops: gcp_kms: - resource_id: projects/some-project/locations/global/keyRings/some-keyring/cryptoKeys/some-key created_at: "2024-08-31T01:09:49Z" enc: someenc= lastmodified:...

https://github.com/getsops/sops?tab=readme-ov-file#encrypting-only-parts-of-a-file has many ways to partially encrypt files. One risk is that the regex, prefix, or postfix doesn't account for new secrets, causing them to mistakenly be committed in plaintext....

## Fixes Or Enhances Resolves https://github.com/go-playground/validator/issues/1259 **Make sure that you've checked the boxes below before you submit PR:** - [x] Tests exist or have been written that cover this particular...