Ruslan Kuprieiev

Results 325 comments of Ruslan Kuprieiev

There have been a lot of improvements in checkout department. Closing as stale.

looks like a gcsfs limitation, not much we can do on dvc side. Closing for now

@cgarbin I don't have anything specific to point to, unfortunately. Just saying that this issue doesn't seem to be in dvc specifically, but rather in an underlying standalone library. One...

Turns out I accidentally re-discovered and fixed all three points from @rlamy 's research ^ Fixed by https://github.com/iterative/dvc/pull/8779 and https://github.com/iterative/dvc/pull/8780 . Closing. Kudos @rlamy 🙏

For the record, this is how it looks now

I'm not able to reproduce, but it looks like we were simply missing a hiddenimport for pyinstaller. Added one in https://github.com/iterative/dvc/commit/ab3f8fb1a4b12ae61f0f04f2821bfdf9ddcb6fd4 @W1M0R @HaddocktheHorrible @jruehle folks, please give 2.35.2 a try...

@karolzlot Hi. It would be great if you could share more details about your setup. If you can share one of example files that gets corrupted that would also be...

Hi @pratheekrebala ! `fs.checksum` implementation probably has too much influence from our use in `dvc` and likely shouldn't call commands at all and rather just use the `info()` result, similar...

Hi @sguldemond ! Good catch! Indeed, it is an inconsistecy with LocalFileSystem. I'm not 100% sure how all other implementations behave though. My guess is that it probably depends on...