Maximilian Gaß
Maximilian Gaß
Apparently since v0.7.5 Earthly ignores the `buildkit_host` setting in its configuration file. Only the environment variable `EARTHLY_BUILDKIT_HOST` has an effect. The following was done with v0.7.6 because it made the...
### What version of CUE are you using (`cue version`)? $ cue version cue version v0.13.1 go version go1.24.4 -buildmode exe -compiler gc -trimpath true CGO_ENABLED 0 GOARCH arm64 GOOS...
yaml.Marshal in a custom CUE command apparently hides validation errors. The same errors are visible when you instead use "cue export". That makes it harder to see what the real...
octocatalog-diff seems to receive almost no maintenance from GitHub. [I opened a PR in July 2024 to make it work on current Ruby versions](https://github.com/github/octocatalog-diff/pull/302), and have received no response. Would...
**Is your feature request related to a problem? Please describe.** When querying data with pgx, I can quite easily load the data into structs using the various RowTo functions. However,...
I am trying the new [`testing/synctest`](https://pkg.go.dev/testing/synctest) in Go 1.25. Unfortunately, it is not possible to use it together with rapid at the moment. Trying to use synctest inside rapid: ```...
[Go 1.25 will add a t.Output method to the testing package](https://pkg.go.dev/testing@master#T.Output). Since Rapid's API mostly mirrors testing's API, I think rapid should also have it, similar to the Context and...
## Overview Rugged incurs a very high cost at install time due to the compilation of libgit2. It takes way too long and can have annoying errors. octocatalog-diff requires almost...