Kevin Gessner

Results 5 issues of Kevin Gessner

Per 9868da9d6ee6a94b96dcc470161fad55985725b1, it appears the expected behavior of bazel-deps is to exclude optional dependencies unless they are explicitly exported. That's a good default but I'm not seeing it take effect...

1. Build bazel-deps (tested this @ 1ec2d84e172644ea2c8735b5b10bb783e5020d42) 2. Run this in an empty directory: `~/development/bazel-deps/gen_maven_deps.sh add-dep --deps dependencies.yaml --lang java junit:junit:4.12` Expected: a new dependencies.yaml with the junit library added...

Kubernetes's [client-go](https://github.com/kubernetes/client-go) includes a powerful "fake" library (https://godoc.org/k8s.io/client-go/kubernetes/fake), which provides a mock API client that handles reads and writes without a cluster. It enables unit testing of code that uses...

lifecycle/frozen

(Rebased and making a PR on behalf of @ulfjack, who wrote this patch) Provides a workaround for https://github.com/bazelbuild/bazel-toolchains/issues/895. Use like this: rbe_autoconfig( name = "engflow_remote_config", os_family = "Linux", java_home =...

cla: no

In my testing, and based on the official MS blogs [here](http://blogs.msdn.com/b/ie/archive/2009/01/09/the-internet-explorer-8-user-agent-string-updated-edition.aspx) and [here](http://blogs.msdn.com/b/ie/archive/2009/02/16/just-the-facts-recap-of-compatibility-view.aspx), IE8 in Compatibility Mode behaves a lot more like IE8 than IE7, even though the user agent...