Tom Medhurst

Results 16 comments of Tom Medhurst

I'm in the same boat as @andschwa, we have build profiles and need to steer this via the code commit. Ideally, we'd love to get all the meta data surrounding...

Are these tickets on GitHub not being updated, or is the work still to be done please? We are evaluating Zapier as part of our ISO 27001 on-boarding procedure and...

I tried: ```bash go get google.golang.org/genproto/googleapis/api go mod tidy ``` I get: ```bash go: upgraded google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 => v0.0.0-20250313205543-e70fdf4c4cb4 go: dql-events/internal/web_data/exports imports cloud.google.com/go/storage imports google.golang.org/grpc/stats/opentelemetry: ambiguous import: found package google.golang.org/grpc/stats/opentelemetry...

Thanks. In the meantime Gemini provided a working fix: "Historically, sub-packages of `google.golang.org/grpc` were not always treated as independent modules. Now they can be. This can lead to issues when...

```js import hljs from 'highlight.js'; //... ```

I'm having the same issue with our Vue-based app. It works the first time it renders, we then leave the page and return back to it and get these errors:...