Perry Gibson

Results 33 comments of Perry Gibson

Ah, I'm seeing: ``` WARNING: Build options --@@+_repo_rules2+bazel_clang_tidy//:clang_tidy_config, --@@+_repo_rules2+bazel_clang_tidy//:clang_tidy_executable, and --@@+_repo_rules2+bazel_clang_tidy//:clang_tidy_resource_dir have changed, discarding analysis cache (this can be expensive, see https://bazel.build/advanced/performance/iteration-speed). ``` and then checking the explain file, there...

I also experiencing this issue. `cyto.__version__ = '1.0.1'` For some reason restarting the app a few times and moving some code around helped. I'm not sure a cache was getting...

@shcheklein Thanks! From what I understand, `dvc gc` only ever removes cache objects. Even with flags like `-w` / `--workspace`, `--all-commits`, etc., it still only prunes objects in `.dvc/cache` -...

Scoping out what this might look like, let's say CLI is: ```sh dvc purge [--recursive] [targets...] ``` Options: - `--recursive` -> descend into directories when purging. - `targets...` -> list...

I've sketched out a PoC of this feature in #10880

Possibly fixed by some recent commits, but after updating I've found that workspace switching isn't working: ```sh $ yabai -m query --spaces | jq '.[].index' 1 2 ... 8 9...

Yes, it's now used in all of our Bazel rules that use DVC (since they're running multiple rules in parrallel). There's still some work we're doing with Bazel+DVC (see [this...

Specific question for reviewers: are there any parts of the code for which there are existing helpers in the codebase I don't know about (I haven't done much dev in...

Note: reviewers can get a feel for the tool by running: ```fish # 1. Initialize a Git repo git init dvc-repo cd dvc-repo # 2. Initialize DVC dvc init #...

@rgoya does this fit your needs? Are there any features that you need that aren't represented