-
Notifications
You must be signed in to change notification settings - Fork 64
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
Replacing pin_created with pin_hash #595
Conversation
Looking at this again and had a thought. I've replaced Either I change the |
Thank you so much for this PR @thomaszwagerman and for your patience on it! I agree that it's not ideal that the hash is called Lines 209 to 216 in 9d014de
Even if we were to change the name of |
Hi @juliasilge, thank you for you reply, and no worries at all for the wait! Apologies, I was not aware of the unexported |
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.
Thank you so much for this PR @thomaszwagerman! 🙌
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
Replaces
pin_created()
withpin_hash()
, which supports functionality ofpin_reactive_read()
andpin_reactive_download()
.Suggestion made by @TylerGrantSmith.
Closes #542