David Zbarsky

Results 146 comments of David Zbarsky

https://github.com/grpc/grpc-go/pull/1434 would let you have more than one stats handler :) I've been having some trouble finding time to finish it off, maybe next week (or you can take it...

I would prefer the python rules take a separate attribute called `stub_srcs` for pyi files. That would let mypy and other tools consume those without polluting other users of the...

Check out https://github.com/dropbox/typed-css-modules-webpack-plugin

I don't think it makes the implementation more complicated - all it does is reorder the list of regexes we test against. In fact, the library implementation is exactly the...

https://github.com/ua-parser/uap-go/pull/71 should be a pretty big win. You can switch to my fork if you'd like.

Hmm can this be optional/lazy somehow? Having it be a separate toolchain might end up with it not matching the selected target toolchain. I'm surprised we haven't heard similar issues...

@jesses-canva That's an interesting idea! I gave it a shot, but there's one wrinkle - we need to figure out the right `includes` path so that the consuming code can...

@adam-azarchs mind sharing your build file/example if you have it handy?

@sluongng See https://github.com/dzbarsky/static-clang. Unfortunately I think the upstream build rules are not fully cacheable, I keep getting misses on my GHA build runners that are using buildbuddy RBE. So I...

@aaronmondal Do you have an example of the nix setup? I was thinking I could also run the build from inside a docker container on GHA, that might isolate things...