Ryan Yang
Ryan Yang
# 🐞 bug report with rules_python 0.31.0 and bazel 7.1.2, there seems to be an issue with naming certain directories with certain names. Wondering if this is expected? ### Description...
I see there's classes such as Customer, Invoice which I presume are created for common use cases. Say my goal is to programmatically create a customer/invoice, is there a quickstart...
### Description of the bug: ``` tools/bazel coverage //...--cache_test_results=no ``` with the following bazelrc should lead to a `coverage.dat` file getting generated under `bazel-out/_coverage/` ``` coverage --combined_report=lcov --instrument_test_targets --instrumentation_filter="//" coverage...
We have a couple of workflows that run on branch `main` we'd like to only retry if the branch name matches that (not user branches)
bazel coverage with the following additional build setting leads to .dat files not getting generated ``` build --@rules_rust//rust/settings:experimental_use_cc_common_link=true ``` To repro, first see code cov is generated on main. ```...
``` DEADLINE_EXCEEDED: deadline exceeded after 59.999913100s. [closed=[], open=[[buffered_nanos=33620, ....]] ``` Hi 👋 We've been using this remote cache backed by s3 and have been recently seeing timeouts in grpc. (blob...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description gin/_schema_validator.py", line 50, in create_schema_validator return SchemaValidator(schema, config) pydantic_core._pydantic_core.SchemaError: Error building "dataclass" validator: SchemaError: Error building...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Pydantic type check fails with mocks of generics ``` Input should be an instance of DX...
hitting some issues with trying to build the latest wheel 2.3.6 on python 3.12 on cuda 12.2 with arch 6.1 when trying to build the wheel locally. Wondering if you...
Currently, binaries produced by rust_binary generate profraw files which means the binary is built with code coverage instrumentation with bazel build. We should only generate coverage with bazel coverage. This...