Willie Abrams

Results 19 comments of Willie Abrams

FWIW, the last time I used the extension in Nova, I had to set up build/run using Projects > Tasks > Edit Tasks and substituting the appropriate `go` command. Perhaps...

Try `go build .` and `go run .`

Definitely seems like while it is experimental, that it's the future of the library itself.

Same problem here. I've long been developing with a PrivateKey, but I'm trying super hard to move my local and deployments (Cloud Run) to default credentials for simplicity and security....

Thought I replied to this before, but, yes, I was trying to ignore small changes like "updated 2 days ago" from "updated 1 day ago"

I have seen this too. I see it almost always when hitting a notification and it opens a separate window. The archive button disables. I can then archive from clicking...

I'm not sure how to make this work for local development and continue to be able to use my default credentials for Berglas secrets. If I use the `--impersonate-service-account` flag,...

I want to be able to set env vars from my shell and use some of their values as the value for some things I define now in .dev.vars. Or...

I commented out my logging initialization today and logging calls on Linux now: 1. do nothing (expected) 2. no longer crash with terminate Logging calls on Mac work just fine...