Michael Haddon

Results 13 issues of Michael Haddon

It would be nice to select a priorityclass so i can define prevent the pods from being deleted by another higher priority pod. Node tolerations & affinities would also mean...

enhancement
good first issue
hacktoberfest

If you run headlamp on a server, and configure both the oidc login and base uri, then when you go to login the authentication popup is not respecting the configured...

backend
auth

## Scope of your request - Need a new arg for `k3d cluster create` and `k3d node create` - Something like --sysctl-arg="x" ## Describe the solution you'd like I want...

enhancement

I want to be able to configure the api servers args here: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/ Specifically I want to do service-account-jwks-uri and service-account-issuer, however I assume others would be nice too. Just...

kind/feature
sig/cluster-management

This tool is great, but it does not seem to be able to support partial indexes. Eg: ``` indexes: [ { unique: true, fields: ['col1', 'col2'], where: { deletedAt: null...

The Helm and Kustomize CRD: https://github.com/CrunchyData/postgres-operator-examples/blob/main/kustomize/install/bases/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml Is missing: https://github.com/CrunchyData/postgres-operator/blob/master/docs/content/references/crd.md#postgresclusterspecusersindexpassword And possibly other options too?

Right now recordChild does not trigger a timeupdate event for the first frame of each multi render. This means you might have single frames every x % of your video,...

bug

When you try to render videos, with high bitrate/framerate etc, than you might get an error that starts with "Pthread aborting at Error". Like this: https://github.com/ffmpegwasm/ffmpeg.wasm/issues/78 This error did not...

feature
complete

You can see from these threads here: - https://stackoverflow.com/questions/35509147/ffmpeg-amix-filter-volume-issue-with-inputs-of-different-duration - https://stackoverflow.com/questions/62367391/ffmpeg-amix-filter-always-does-volume-normalization-how-to-prevent-it-and-wha Basically, if I have one long video, and lots of small audio clips in it, than the long video...

bug
complete

Passwords for docker and git do not seem to be sanitised. That means passwords with a # in them are treated as a comment, and passwords with a & in...

bug
security
P1