Ruslan Kuprieiev

Results 325 comments of Ruslan Kuprieiev

@SlavaDm Thanks for trying it out! Ok, looks like we need to reconsider https://github.com/fsspec/filesystem_spec/issues/656

Closing to continue in a separate PR (don't want to butcher content here).

For the record: need to get back to this after pytest-benchmark migration, we need to start with making `dataset` testing comfy first and then we could do the same for...

More people are complaining https://github.com/iterative/dvc/issues/5192 . Could we prioritize this maybe? We'll consider dropping binary packages for 2.0 in general soon https://github.com/iterative/dvc/issues/4841 , so this might become even more relevant.

Hi @yukw777 ! I agree, it is inconvenient. For now dvc can only run single instance per repo, because it has to make sure that your dvc files/deps/outputs don't collide...

Hi @prihoda ! It is, we just didn't have time to tackle it yet. With such amount of demand, we will try to move it up the priority list. :slightly_smiling_face:...

We've had a discussion about some quick-ish ways to help users with this and came up with two possible partial solutions: 1) As a quick general solution, we could implement...

@prihoda Indeed, repro-based implementation for the DAG would be pretty simple, though it would still require solving locking problems, since it would be equivalent to --no-lock but where dvc itself...