Ivan Shcheklein
Ivan Shcheklein
User were getting: ```python dvc.rwlock.RWLockFileCorruptedError: Unable to read RWLock-file '.dvc/tmp/rwlock'. JSON structure is corrupted ``` when running multiple pipelines in parallel. The reason for this is again our `unlocked(cmd)` logic,...
## Bug description Queue experiment run the wrong pipeline. I was able to reproduce it on a simplistic repo, but users have issue in a more multi-pipeline scenario (it's not...
If plots can't be processed for some reason we return only basic message and skip those plots: `dvc plots diff main workspace -o .dvc/tmp/plots --split --show-json -v --targets missclassified.jpg` ```...
**Story** When I have a dataset with 1M images I want to update it- add one more image file I have to download and checkout the previous version first now...
We can make notes, and buttons explicit: https://learn.hashicorp.com/tutorials/waypoint/get-started-docker?in=waypoint/get-started-docker When you click the button, you can see the Katacoda:
done - ~~External dependencies and outputs.~~ next - [ ] Add proper links through out other doc sections. - [ ] Explain external cache here or in the cache docs...
Link checker seems to be broken in certain scenarios, has false positives, noisy reporting: - [ ] Introduce state- report a failed link only if fails certain number of times...
When you open the left-side menu with docs contents and scroll it to the very bottom at some point you start scrolling the document that is hidden behind it. It...
We should clearly define the logic behind defaults, e.g. like @isidentical mentioned we do the following for the `import-url`: > For import-url, it goes with --jobs => remote.jobs => core.jobs...
Clone takes forever, at some point we will hit the GH limits. ------------- As an experiment we can do see what would it take to integrate DVC to store images,...