bzub
bzub
I've been working on a way to run OCI containers via runc in gokrazy in a way that the non-go/cgo binaries can be updated with the usual gokr tools. Unfortunately...
Using an Applyer that isn't compatable with a Text Node doesn't appear to be handled currently. Simple example: ```go package main import ( "github.com/gopherjs/vecty" "github.com/gopherjs/vecty/elem" ) type pageView struct {...
When using `vecty.Property()`, a panic is caused when the value is an uncomparable type. https://github.com/gopherjs/vecty/blob/19a11ec3acc3ae6c2e095b1ace2b7134c5f28c10/dom.go#L253 ``` comparing uncomparable type func() error ``` One solution could be to provide an interface...
#78 discusses the panic I'm running into. `vecty: next child render must not equal previous child render (did the child Render illegally return a stored render variable?)` There are other...
Hello. I just stumbled upon this project and it looks like a great idea! Just wanted to start talking about the possibility of working together to streamline the creation of...
## Feature Request Allow setting `cgroupRoot` in kubelet config. ### Description When running Talos as a pod on a Talos node, both kubelets try to use the `/kubepods` cgroup which...
Follow-up to https://github.com/siderolabs/talos/issues/4445 Dropping `CAP_SYS_BOOT` and `CAP_SYS_MODULES` does not get skipped after I disable kexec per the release notes. This patch makes it work as advertised: ```diff --- a/internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_sequencer_tasks.go +++...
## Feature Request ### Description We use oidc to map LDAP/Active directory users/groups to RBAC resources for kubernetes auth. https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens Would be nice if we could do the same for...
This should help users start out with a README that avoids trailing whitespaces. Fixes: https://github.com/kubernetes-sigs/kubebuilder/issues/3812
### What broke? What's expected? After running `kubebuilder init` some lines in the README.md contain trailing whitespace. ### Reproducing this issue Run `kubebuilder init`. ### KubeBuilder (CLI) Version 3.14.0 ###...