Ivan Shcheklein
Ivan Shcheklein
@dibus2 sorry, just to clarify. I specifically mean `.dvc` directories (not files). Do you have a single one in the root or multiple (I'm referring to the [`--subdir`](https://dvc.org/doc/command-reference/init#--subdir) option). >...
so, if the projects are independent - can we consider making them subprojects? that might help I think DVC and extension and Studio a lot. (each DVC command won't be...
I think you can just try to do `dvc init --subdir` in one of the subdirectories. Then it might be needed to migrate some .dvc/config options the the /.dvc/config. That...
> I looked into that, I can't really do this and the reason is because we are actually sharing common utils files and datasets across these different projects. I guess...
@mattseddon do we run `plots diff` before we open the plots view? Since `data status` takes 55s to run even in CLI, not sure that the plots is the (only)...
@dibus2 thanks! can you run it with profiler please https://github.com/iterative/dvc/wiki/Debugging,-Profiling-and-Benchmarking-DVC ? (I mean `dvc status`) - let's see what exactly takes so much time.
no, it's not expected (it should not be hashing them again). could you share the output of the `dvc status` in this case? also, can you try to run `dvc...
@skshetry can you take a look please
Could someone open a developer tools (similar to web browser) and share the log from it when the plots UI open?
@dependabot recreate