Sean R. Abraham
Sean R. Abraham
### Description For some unknown reason, Google removed JavaScript support from the core protocolbuffers repo: https://github.com/protocolbuffers/protobuf/pull/9874 This makes rules_proto_grpc unable to generate JavaScript protos. The correct new way to do...
There's now a fuzzing feature to Go testing: https://go.dev/doc/fuzz/ It's a bit different than benchmarking, since these are real tests that have assertions in them. GoConvey seems like a good...
(this is a question rather than a bug report) Hello, I have a question about the intended usage of `update-repos`. We have a growing monorepo full of Go code, and...
There are performance benefits to using `--nolegacy_external_runfiles` ([code here](https://cs.opensource.google/bazel/bazel/+/master:src/main/java/com/google/devtools/build/lib/analysis/config/CoreOptions.java;l=452-460;drc=3a8da9268ffa9c814de4ce4bc1b0e349b37072a5)) as a Bazel build option, [with some additional context here](https://github.com/bazelbuild/bazel/issues/9306#issuecomment-1370440301). As @alexeagle tells me, it allows for an optimization in runfiles...
These integration tests were very flaky before. Running them repeatedly, e.g. by `while true; do go test -count=1 ./web/server/watch; done`, would lead to different errors each time on assertions about...
This fixes a bug that stopped the module from updating anytime after the initial load. See this issue https://github.com/jgauth/MMM-GoogleTasks/issues/22 for more details.
Hi there, thanks for your great work on this module! I run a view that combines two Google calendars. Sometimes I'll see a transient error like the one below relating...
MMM-CalendarExt2 depends on ical-expander, which depends on ical.js. Currently MMM-CalendarExt2 resolves to version 1.2.2 of ical.js, which is pretty ancient. I've been trying to debug why some of my recurring...
Currently PR Monitor asks for a GitHub access token with "repo" scope. That scope grants a ton of access, including write access to all code available to a user. Now...
Hi there, I was struggling to get the teams filter working in your extension (I love your extension, by the way). Let's say I have a team with name "My...