Joe Schafer
Joe Schafer
Are you experiencing this issue in octobox.io or your own instance? - [x] octobox.io - [ ] My instance If your issue is related to an Octobox.io subscription purchase please...
Hi there. First off, thank you for the high-quality library. I rolled my own fork of the https://github.com/nytimes/gziphandler and was contemplating a brotli version before happily discovering your repo. I...
### What version of rules_go are you using? 0.47.0 ### What version of gazelle are you using? 0.36.0 ### What version of Bazel are you using? 7.1.1 ### Does this...
I'm trying to generate code to handle a composite type that contains a pgtype.Interval: https://github.com/jschaf/pggen/issues/49. The main issue seems to be that pgtype doesn't support `Set` with the same type....
Downstream bug in rules_jvm_external: https://github.com/bazelbuild/rules_jvm_external/issues/916 **What version of protobuf and what language are you using?** v23.1 **What did you expect to see** A clean build when using bzlmod. **What did...
### 🚀 Feature Proposal Upgrade jsdom to v24 from v22. The current chain of dependencies from `jest-environment-jsdom` import `punycode`. As of Node 21, requiring punycode emits a deprecation warning. The...
### What version of gazelle are you using? 0.37.0 ### What version of rules_go are you using? 0.48.0 ### What version of Bazel are you using? 7.2.0rc3 ### Does this...
Proposal: add `vcs.revision` as a semantic convention key. It's often useful to add the version control revision, like a Git commit hash, to logs and traces that indicate the commit...
### What version of Ristretto are you using? v1.0.0 ### What version of Go are you using? go version go1.23.1 darwin/arm64 ### Have you tried reproducing the issue with the...
## Client Spanner ## Code and Dependencies ```sh # Print the number of lines in go.sum for each package find . -name 'go.sum' -maxdepth 2 -print0 | xargs -0 -I{}...