We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when:
ipfs pin add -r foo/bar
foo is not pinned today. but it should be-- otherwise cannot access things
The text was updated successfully, but these errors were encountered:
should foo be pinned directly? what would the UX be for removing these pins?
Sorry, something went wrong.
idk, this is weird.
maybe instead of pinning a node, we should be pinning a path?
(like instead of pinning .../bar recursively and foo directly, pin foo/bar recursively, which means:
.../bar
foo
foo/bar
?
No branches or pull requests
when:
foo is not pinned today. but it should be-- otherwise cannot access things
The text was updated successfully, but these errors were encountered: