Gabriel Dougherty
Gabriel Dougherty
Please close this issue.
Thanks - opened PR https://github.com/NixOS/nixpkgs/pull/220894
Sure, that is fine with me. Let's do linting.
I don't have a definitive answer, just some guesses to try. The colon needs to be the place in the path that has the BUILD file. Going with that, I...
I made a WORKSPACE (source repo [here](https://github.com/GabrielDougherty/bazel-rules_conda-pybind11_bazel-test)) and tried some things that did not work: ```python ### this does not work (try #1): filegroup( name = "python_interpreter", srcs = ["@py3_env//:py3_env/bin/python","@py3_env//:py3_env/python.exe"]...
I think there is a sort of chicken-and-egg problem. My understanding is that you can only set up a scaffold of rules that are basically BUILD files to be used...
@jiawen The first thing I would try is to increase the CACHE_NUMBER in the github workflow, to try to fix what looks like a corrupted cache maybe. Do you have...
I use this style template, and it fixed the issue for me. ```css .card, .card * { font-family: arial; font-size: 20px; color: var(--text-fg) !important; } ```