David Ackroyd

Results 18 comments of David Ackroyd

There have been 3 attempts at PRs for this change: https://github.com/jmoiron/sqlx/pull/348 https://github.com/jmoiron/sqlx/pull/373 https://github.com/jmoiron/sqlx/pull/448 This repository still seems to be active, with recent commits, so it's not clear what is holding...

Chiming in here - I work with Fumi (separate teams, but related work). Having tested the PR you've linked, I can confirm thats working for us (at least in `minikube`...

Need assistance here? My team is looking to use noe with images sourced from ECR, and this looks preferable to adding ECR specific support

@Fsero I got this running today in minikube, with the ECR credential provider. Ran into issues there with credentials not being provided due to there being some informational output on...

Key log entry for the ECR provider is this one: https://github.com/kubernetes/cloud-provider-aws/blob/master/cmd/ecr-credential-provider/main.go#L129 ``` func (e *ecrPlugin) getPrivateCredsData(imageHost string, image string) (*credsData, error) { klog.Infof("Getting creds for private image %s", image) ```...

> Is there any standard protocol or RFC for managing Feature Flags? Is it something we should look at before implementing it? https://openfeature.dev/ might be of interest, however to be...

Encountered this myself today while trying to setup strict checks for chart documentation. After a bit of trawling through changes, I loaded it up locally in the debugger. While stepping...

#609 includes adding `AllowLocation(l string) bool` to the `Directive` interface, and combines directive based validation for fields and for field arguments into the same `Validator` interface. Renaming or otherwise implementing...