-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: protected mode is now enabled by-default #1058
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff. Some comments below. We can take it over at some point if needed, up to you guys 🙂
Co-Authored-By: Jorge Orpinel <[email protected]>
Co-Authored-By: Jorge Orpinel <[email protected]>
Co-Authored-By: Jorge Orpinel <[email protected]>
Will take a fresh look in the morning. Thanks for the reviews! @jorgeorpinel 🙏 |
Thank you! Only my comments on public/static/docs/user-guide/large-dataset-optimization.md are pending now, it seems. |
ec32d04
to
14ecc26
Compare
53453ad
to
89fa3e4
Compare
@jorgeorpinel Addressed all of your comments, please take a look when you'll have time. Thanks! |
Co-Authored-By: Jorge Orpinel <[email protected]>
89fa3e4
to
73447dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple more details. Let me try to commit the suggestions myself here on GH 😬
protect against that, DVC makes hard/soft links read-only, forcing the user to | ||
use `dvc unprotect` before modifying them. Finally, a 4th "linking" alternative |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
protect against that, DVC makes hard/soft links read-only, forcing the user to | |
use `dvc unprotect` before modifying them. Finally, a 4th "linking" alternative | |
protect against that, DVC makes hardlinks and symlinks links read-only, which requires the user to | |
use `dvc unprotect` before modifying them. | |
Finally, a 4th "linking" alternative |
Needs rewrap... Let's see if Restyled can fix this ⏳
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strange. No Restyled difference 🙁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done Ruslan! But there's a formatting check failing and Restyled isn't fixing it? See #1058 (comment)
@jorgeorpinel Maybe it is not configured right, I haven't looked deeply in our dvc.org setup. Fixed manually. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool stuff, thanks @efiop and @jorgeorpinel !
iterative/dvc#3472
❗ Please read the guidelines in the Contributing to the Documentation list if you make any substantial changes to the documentation or JS engine.
🐛 Please make sure to mention
Fix #issue
(if applicable) in the description of the PR. This causes GitHub to close it automatically when the PR is merged.Please chose to allow us to edit your branch when creating the PR.
Thank you for the contribution - we'll try to review it as soon as possible. 🙏