Evan Arbeitman
Evan Arbeitman
Hi, Can you provide an example of how to init a DataPoint struct for PostMetrics call?
### What version of gazelle are you using? `v.0.24.0` ### What version of rules_go are you using? `v0.28.0` ### What version of Bazel are you using? `4.2.0` ### Does this...
Hi, When we run `bazel run @unpinned_maven//:pin` we notice the following change in our `maven_deps.json` file: ``` { "coord": "xmlpull:xmlpull:jar:sources:1.1.3.1", "dependencies": [], "directDependencies": [], "exclusions": [ "org.slf4j:slf4j-log4j12" ], "file": null...
Hi, I'm attempting to parse the following avro schema: ``` { "namespace": "com.compass.common.entities.v1", "name": "ResourceRef", "type": "record", "doc": "Representation of a specific resource with its id and its type", "fields":...
I'm noticing odd behavior when I switched my version of go from 1.17.1 to 1.18: ### Working Example: 1. Clone this repo: https://github.com/cloudflare/sciuro/tree/master 2. Run command: `bazel run :golangcilint --sandbox_debug`...
Hi team, Was curious if anyone here can provide some guidance on how you setup `golangci-lint` with bazel? Specifically, I'm trying to setup linting in my project, but I'm having...
### Description of the bug: Hi, I'm trying to build a bazel distro on mac, but I'm running into some issues: ``` ~/d/urbancompass►cd ~/Downloads/bazel-6.0.0-dist/ (evanarb/bazel-upgrade|💩) 11:29 ~/D/bazel-6.0.0-dist►./compile.sh 12:29 🍃 Building...
Hi Team, I'm reconciling our dependencies and noticed some unexpected behavior when running `tach check-external`. ``` > tach check-external ❌ Error: External package 'strawberry_graphql' is not used in package 'personalization'....