skshetry
skshetry
> While you're here, can you think of other ways VSCode can help with dvc.yaml? I think a view of all stages in the sidebar would be nice which takes...
@mattseddon, is it possible to know how much this improved/regressed the performance of the extension (from the command invocation to completely rendering in the filetree)? We are tracking the VSCode's...
Isn't this a `dvc`'s issue where it sets `DVCLIVE_PATH` to be a relative path (even before your last PR)? https://github.com/iterative/dvc/blob/16f404b16a50/dvc/stage/__init__.py#L276
@dtrifiro, I propose migrating to py-template straight away. Let me know if you need any help, I did that last week with scmrepo.
Related: https://github.com/iterative/dvclive/issues/272
Some updates on this - We decided to adopt https://clig.dev as a base guideline for the CLI applications (I would suggest everyone read this). I started going through our commands...
Another thing that I'd like to open the discussion is the UI messages for the `add`. - The `add` command is quiet about what is done, at the end, there's...
> > Or should people know what to do after `dvc add`? I am hesitant to remove this on `dvc add` as I have seen a lot of users just...
Update on UI improvement: 1. Index was introduced in #6300. 2. In `dvc add`, some progress bars were merged and reduced. A few spinners during stage collection and graph checks...
This is already supported using `--recursive`. See https://github.com/iterative/dvc/issues/3511. Originally, it was requested to support `--all`, but we went with `--recursive/-R`. There is however a bug, it should skip non-import stages...