Ryan Yang
Ryan Yang
@lberki small ping! would love to get this in 7.4 if possible
@UebelAndre Here is a minimal example ``` load("@bazel_skylib//rules:write_file.bzl", "write_file") load("@rules_rust//bindgen:defs.bzl", "rust_bindgen_library") cc_import( name = "nvenc", interface_library = select({ "@platforms//cpu:aarch64": "Lib/linux/stubs/aarch64/libnvidia-encode.so", "@platforms//cpu:x86_64": "Lib/linux/stubs/x86_64/libnvidia-encode.so", }), visibility = ["//visibility:public"], hdrs = [ "Interface/nvEncodeAPI.h",...
@mostynb, yeah, we see a lot of `GRPC BYTESTREAM READ FAILED` our requests increased when we added ``` coverage --experimental_fetch_all_coverage_outputs coverage --experimental_split_coverage_postprocessing ``` > Do you have iowait monitoring on...
@sydney-runkle do we need to add the `Protocol` type to https://github.com/pydantic/pydantic-extra-types/blob/main/pydantic_extra_types?
@thomasrockhu-codecov codecov status seems green? https://status.codecov.com/ Is this correct? 
cc @thomasrockhu-codecov Was hoping to get more engineering/product observability here since it seems there's not a clear timeline on when/if this issue is being tracked/triaged/solved?
@thomasrockhu-codecov by chance is there a UI or status somewhere where we can track when these updates (in advance) are occurring? codecov status checks currently are gating CI for us.
for those of use on codecov pro, are there SLA's?
@thomasrockhu-codecov we're seeing some cases of this again
Hitting this again