Ruslan Kuprieiev

Results 325 comments of Ruslan Kuprieiev

Hi @villasv ! Great idea! We will be sure to get to implementing it after 0.9.8. Thanks, Ruslan

@dmpetrov I thought about introducing a limit, but there is actually no good reason to do that, since we can simply leave it for user to decide whether he wants...

@villasv I agree with you. File size limitation is definitely not a way to go. We might add a warning, but considering other tools(e.g. plain diff and git diff) don't...

Hi @villasv ! This looks amazing! I see no reason to make it a plugin, since it looks very suiting to be a part of core dvc functionality. Would you...

@villasv Btw, we have introduced a community chat recently at https://dvc.org/chat and we would be very honored to have you there :slightly_smiling_face:

Big thanks to @django-kz for contributing `dvc diff` command in https://github.com/iterative/dvc/pull/1778 ! :tada: :rocket: Currently it shows a difference in a number of files and their sizes between git revisions....

That would be amazing @jorgeorpinel ! Great idea!

We should/could probably hide it everywhere for now. The pre-requisite fs support is kinda there, but I don't think it is worth trying to finalise it right now, so indeed...

Hi @shaunirwin ! The problem with applying `gc` to specific dvc files is that the same cache files might be used by other dvc files, so it is not trivial...

In terms of implementation, it would look like this: 1) Add a new flag to https://github.com/iterative/dvc/blob/master/dvc/command/gc.py . Not sure how to call it though, maybe anyone has any ideas about...