Zach Badgett

Results 5 comments of Zach Badgett

In regards to #832 and #642; no need to clutter our entry with more fields. Let the formatter decide how the field types are handled and replace invalid values with...

IMO, which types to support would best to be left to the formatter. If a user wants to implement a custom formatter and wants to support grabbing details from a...

Kind of a silly example if someone really wanted to get information on a func: https://play.golang.org/p/zJiQT7AF-ni I do understand your point about if a func can really be "stringified", the...

I had a similar issue with another library. In my case, it was caused by `internaloption.EnableNewAuthLibrary()` being added to the default GRPC options. Setting the ENV `GOOGLE_API_GO_EXPERIMENTAL_DISABLE_NEW_AUTH_LIB` to `true` fixed...

@codyoss yes, there's egress restrictions. I figured it's most likely caused by a new url being hit that is not allowed yet, just haven't spent the time to figure it...