Ivan Shcheklein
Ivan Shcheklein
Yep, it's not clear what why we need `-l` in this case. It can behave similar to `git tag`, `git branch`, `dvc cache dir`, etc - show something useful by...
All things I'm saying are not strong opinions, command is not critical. It just feel too niche and interface indeed doesn't remind anything we have in DVC and in general...
> A couple ideas how we can improve it: We can, but still, looking 3rd time into the command, I still feel that this default behavior is too intrusive (write...
https://github.com/iterative/dvc-render/issues/8 is an example where we would have to update the list of templates in a few places?
good stuff @dberenbaum ! > If you are listing them all by default, --all seems like a non-intuitive option to dump them agreed > Would you keep a way to...
For the record, from Discord: > We have a shared DVC cache on a NAS (NFS mount). We’re running into a problem where DVC operations like checkout, commit, etc. are...
it sounds a bit confusing to alter the path that way - `/path/to/data` is a valid path by itself and is not the same as `path/to/data`
@efiop I think I don't get the point tbh. `/path/to/data` is an absolute path that has a very precise meaning. If we don't want to support them (absolute path), let's...
kk, I think I misunderstood the intention here, was thinking about `-o` option for whatever reason (not a path inside the project to pull the artifact from).
As an alternative we can try first find an absolute path, after that strip and find the relative one. There will be some really rare edge cases where it can...