Eric Hauser
Eric Hauser
When upgrading from 2 to 3, the default value of Argument's has changed from undefined to none which changes the schema. An example from `test_relay_connection`: ``` type Query { letters(before:...
#314 adds support for running browser tests under karma. There is an [existing test](https://github.com/openzipkin/zipkin-js/blob/master/packages/zipkin/test/batch-recorder.test.js#L145) in `batch-record.test.js#should record duration in microseconds` that has been disabled under this runner due to an...
I'm starting to explore `rxjs-spy` for use in a large Angular application. We have about ~1000 components so there's a large number of observables. Prior to discovering `rxjs-spy`, I was...
The following is a screenshot from some performance analysis from an Angular app with analytics.js loaded. It appears that analytics.js is a loading a timer which triggers Angular change detection...
The integration attempts to write out cache files using mypy's undocumented Bazel integration (`--bazel`, `--package-root`, and `--cache-map`) but these files are never written (due to sandboxing?). This can be reproduced...
In `graphene-tornado`, we've added support for [extensions](https://github.com/graphql-python/graphene-tornado#extensions) similar to Apollo Server. These extensions provide the capability to do things like add [Apollo Tracing](https://github.com/graphql-python/graphene-tornado/tree/graphql-extensions-tracing) or distributed tracing to requests. This capability...
Apply the following patch to the root directory: ``` diff --git a/example/thing/BUILD.bazel b/example/thing/BUILD.bazel index afd90373..f91f0eb7 100644 --- a/example/thing/BUILD.bazel +++ b/example/thing/BUILD.bazel @@ -7,6 +7,7 @@ load("@build_stack_rules_proto//rules/nodejs:proto_nodejs_library.bzl", "proto_n load("@build_stack_rules_proto//rules/py:proto_py_library.bzl", "proto_py_library") load("@build_stack_rules_proto//rules/scala:proto_scala_library.bzl", "proto_scala_library")...
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by bazel-out/k8-opt- exec-ST-13d3ddad9198/bin/tools/api_linter.runfiles/api_linter/api-linter) #### Environment details - Programming language: Go - OS: Linux - Debian GNU/Linux 11 (bullseye) - Language runtime version: 1.20 -...
@pcj I pulled the functionality from the two gRPC Gateway PRs that is necessary for downstream consumers to be apply to run them in their own repository. Since those two...
We occasionally run into the following issue: ``` ERROR: /home/runner/.cache/bazel/_bazel_runner/5c738117ebb090237e98e16aae223a35/external/build_stack_rules_proto/rules/private/proto_repository_tools_srcs.bzl:666:15: syntax error at 'newline': expected ] ``` It is unfortunately not easily reproduced. It often happens after a Bazel version...