Paul Meyer
Paul Meyer
When a given directory does not exist, the tool currently says it was not specified ``` strace overlay diff --lowerdir=/sysroot ... readlink("/sysroot", 0x7ffdfc3f36c0, 1023) = -1 ENOENT (No such file...
# Description of problem `genpolicy` tool fails when generating a policy for the `nixery.dev/shell/socat` image ``` $ cat test.yaml apiVersion: v1 kind: Pod metadata: name: test spec: containers: - name:...
Currently, only there are no binaries released for MacOS with arm arch (M1/M2), see related issue https://github.com/koalaman/shellcheck/issues/2680. https://github.com/tpoechtrager/osxcross is currently used to build the darwin_x86_64 binary, the project also supports...
Hi, it has been a while since the last release. Would be great if we could get a release with the v0.8 features, thanks! :)
**What steps did you take and what happened:** Running `sonobuoy retrieve --kubeconfig constellation-admin.conf` in a CI run. **What did you expect to happen:** Getting the results. What causes this type...
I often find myself wanting to toggle a mode, for example using a shortcut or button in my window manager bar. While this can easily be done with a tiny...
It is currently possible to [get metadata from a request](https://pkg.go.dev/github.com/containerd/ttrpc#Request.GetMetadata), but there doesn't seem to be a way to set metadata on a response.
The unary calls for adding interceptors already exist: [`WithUnaryServerInterceptor`](https://pkg.go.dev/github.com/containerd/ttrpc#WithUnaryServerInterceptor) [`WithUnaryClientInterceptor`](https://pkg.go.dev/github.com/containerd/ttrpc#WithUnaryServerInterceptor) Interfaces for stream interceptors exists as well: [`StreamServerInterceptor`](https://pkg.go.dev/github.com/containerd/ttrpc#StreamServerInterceptor) [`StreamClientInterceptor`](https://pkg.go.dev/github.com/containerd/ttrpc#StreamClientInterceptor) But there is no `WithStream..Interceptor` option to add them to a...
## Description of changes > These minor releases include 5 security fixes following the [security policy](https://go.dev/security): > > crypto/x509: Verify panics on certificates with an unknown public key algorithm >...
## Description of changes Announcement: https://groups.google.com/d/msgid/golang-announce/Ir1JFYK8TcGRyLV1Ic3dpA%40geopod-ismtpd-4?utm_medium=email&utm_source=footer ## Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin - For...