Ryan Yang
Ryan Yang
Would it be possible to add retry & timeout to this action?
``` def get_splits(symbol, info=None): """Returns the date, divisor, and multiplier for when a stock split occureed. :param symbol: The stock ticker. :type symbol: str :param info: Will filter the results...
Hi, if I’m trying to set an environment variable within cmake for rules_foreign_cc based on the output of another shared_lib generated by cmake, what would be the proper way to...
When building make toolchain on remote execution, autoconf has a sanity check which complains due to system clock check. Given that our remote executors are FUSE based, the way to...
### Description Wondering when this new release will occur? will need this for bazel 7.0.0!
### Description of the problem / feature request: Bazel Coverage failing with rules_cc 0.0.9 ### Feature requests: what underlying problem are you trying to solve with this feature? We're trying...
### Description of the bug: Periodically, the following error would occur when running tests ``` Testing failed: I/O exception during sandboxed execution: /dev/shm/bazel-sandbox.34e9fe25bb0c6624a8ba8f5a00a18c3243dfc943119e415e09934c77b955441f/linux-sandbox/148/stats.out (No such file or directory) ``` we're...
### Description of the bug: Building cc_shared_library targets with bazel 7.1.0 with --noenable_bzlmod results in errors of libraries not exported ### Which category does this issue belong to? C++ Rules...
### Description of the bug: adding the following line to bazelrc ``` common --incompatible_default_to_explicit_init_py ``` Will result in circular import errors ``` ImportError: cannot import name 'S2Pointcloud' from partially initialized...
We currently have an S3 backed cache. Whilst we haven't profiled the performance vs a blob based remote cache performance, I was wondering whether there is a configuration suggestion that...