David Schneider

Results 9 issues of David Schneider

Is there a way to set the Stdin for a WasiEnvironment? Currently it seems that the only way to set Stdin is to inherrit from the host (https://pkg.go.dev/github.com/wasmerio/wasmer-go/wasmer#WasiStateBuilder.InheritStdin). It would...

❓ question

When I try to copy an image with a v1 schema to a registry which only supports v2 (docker registry dropped the support for v1 images by default in 2.7.0)...

lifecycle/frozen

Is it not a problem that the ValidatingWebhookConfiguration and the Secret are updated independently from each other? I think this can lead to the condition where the CA is already...

Currently flags like `--externalDomain`, `--externalPort`, etc. do only work in the last added command which currently is `start-from-setup`. This change registers the flags to a global FlagSet in the init...

os-contribution

The `check` command takes the same flags as the run command. This way you can pass a token to the check command to verify if your configuration produces the expected...

CA injection is only documented for Validating and MutatingWebhookConfiguration but it works also for CRD conversion webhooks: jetstack/cert-manager#1505

help wanted
priority/important-soon
kind/documentation

Since its not possible to set `_max_results` as query parameter, it is not possible to get records from a zone with more than 1000 records. It fails with the following...

enhancement

Use type name 'any' for ALTER TABLE t1 ADD COLUMN c1 where no type name for c1 is provided. This is the same logic as for CREATE TABLE. Fixes #3375

### Version 1.26.0 ### What happened? sqlc panics after i've added a migration which adds a [generated column](https://www.sqlite.org/gencol.html) which uses a [json function](https://www.sqlite.org/json1.html#jptr) ### Relevant log output ```shell panic: runtime...

bug