David Benjamin
David Benjamin
Yes, NPAPI is gone in Chrome now. And it's been gone from Linux for a while now. (Edit: To clarify, it's been gone from Chrome on Linux for even longer...
Thanks! I just added it to the pkg-config line for `glib-2.0` since they're basically the same library anyway. (I believe a future glib is going to replace libgthread with a...
I see. Running the tests in BCR is not as critical, but being able to run our tests with the downstream toolchain is quite important for triaging issues. Without this,...
I suppose the other option is to make `googletest` a full dependency, and not `dev_dependency`. That's probably the best option given the lack of this mechanism. Note I am not...
Do you mean that you need examples of projects that need it and use cases? Please see the bug report. BoringSSL has been having to work around this Bazel limitation...
https://github.com/bazelbuild/bazel/issues/23460 is another consequence of this bug. What can be done to prioritize this issue? This issue means that BoringSSL, a key dependency of many Google Cloud projects, is unable...
Bumping this as we're needing to now work around a workaround of a workaround of this bug.
Why does the server need this information when it already knows the IP the client connected to?
Do we actually need "." to be treated special? Seems one could just as easily indicate service not existing by not providing any records. If we just say "." is...
Such a CDN would then cause all N customers to go through the `allow-insecure` path, right? That means the customers who don't update their CNAME would inadvertently get a less...