Daniel Azuma

Results 103 comments of Daniel Azuma

Because the convention is to use `development` as the local environment, I think the current default behavior remains correct for most users. But I can see an argument for making...

Update: libjemalloc is available in current runtimes. You should be able to invoke it using `LD_PRELOAD` (see the [getting started](https://github.com/jemalloc/jemalloc/wiki/Getting-Started) for jemalloc) today. However, for the Ruby runtime, we have...

This seems risky. It's very powerful, and there's a lot of opportunity for mistakes to be made. Additionally, it opens the door for future incompatibilities; if an app has inserted...

@arielvalentin I'll update the text on the github action parameter. I suspect the reason release request PRs don't trigger CI matrix builds is the github actions rule that one action...

I suspect the best way forward is to include appropriate documentation and/or code in the googleauth gem, so that you can attach Google credentials to any http request as you...

@blowmage So is this issue relevant anymore?

Hi folks, The guiding principle that I'm trying to follow with Versionomy is to support version number formats that are actually in use "in the wild". To that end, if...

Issue b/200055738 has been reported to the Drive backend.

It's not clear what you're referring to here. Can you provide: * Which API you are trying to call * Which specific method you are calling (a code snippet is...

This is going to be a bit of a challenge, because gRPC's logging setting is global rather than per-connection. We might need to use thread locals to simulate context. Deferring...