Paul Meyer

Results 63 issues of Paul Meyer

When built with Go 1.21, the binary will crash with ``` panic: qtls.ClientSessionState doesn't match goroutine 1 [running]: github.com/quic-go/qtls-go1-20.init.0() /home/katexochen/go/pkg/mod/github.com/quic-go/[email protected]/unsafe.go:14 +0x2d8 ``` This PR updates `github.com/v2fly/v2ray-core/v5` and other dependencies to...

![image](https://github.com/cachix/cachix-action/assets/49727155/c204cc49-dcb1-4885-96a2-fe7e50172273) We've observed this multiple times now. Sometimes the post step of the action hangs indefinitely so that the workflow would finally get killed. This is using v14 of the...

When passing a directory with images and other files, currently the thumbnailer will print many errors: ``` [2024-01-06T21:38:22Z ERROR pix::group] make_thumb: image error: 0 [2024-01-06T21:38:22Z ERROR pix::group] make_thumb: image error:...

As far as I understand mdsh, it is currently used to (re-)generate markdown snippets. It would be nice if a command could update an existing snippet, so we don't have...

I always want to copy my file to a specific branch. If I use the `destination_branch` option, the action throws an error when the given branch does not exist. Else,...

enhancement

Fixing https://pkg.go.dev/vuln/GO-2024-2687 Full scan output of [govulncheck](https://go.dev/blog/govulncheck): ``` Scanning your code and 817 packages across 113 dependent modules for known vulnerabilities... === Symbol Results === Vulnerability #1: GO-2024-2687 HTTP/2 CONTINUATION...

Fixes the following vulnerabilities found during a scan: https://pkg.go.dev/vuln/GO-2022-0956 https://pkg.go.dev/vuln/GO-2021-0061 https://pkg.go.dev/vuln/GO-2020-0036 ``` Checking nixpkg agebox Scanning your code and 182 packages across 17 dependent modules for known vulnerabilities... === Symbol...

``` # github.com/quic-go/quic-go/internal/qtls /home/katexochen/go/pkg/mod/github.com/quic-go/[email protected]/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version...

I'm using disko and nixos anywhere to describe my wanted disk configuration and install NixOS on an AWS VM. I tried to use the hardware-amazon module from srvos, however, the...