You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are two pins (pinned by different users) with the same name, pin_info() only returns info on one of them. This seems misleading. Alternatively, if I use connectapi::get_content() I can see that there are two pins with the same name.
The text was updated successfully, but these errors were encountered:
The problem is that pin_info() is started from pin_find() rather than using the same code path as pin_get(). I think I will resolve this by introducing a new pin_metadata(board, name) (which also resolves the argument order problem).
I don't really understand the pin_info() interface at all — I think pin_meta() should be easier to use, but please let me know if I've missed anything.
This issue 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.
If there are two pins (pinned by different users) with the same name, pin_info() only returns info on one of them. This seems misleading. Alternatively, if I use connectapi::get_content() I can see that there are two pins with the same name.
The text was updated successfully, but these errors were encountered: