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
Places where we only have one basic implementation of Display, we should implement it. I was working with metadata results, and wanted to display the users a file was visible to. I expected to be able to:
metadata
.visible_to_users().join("\n")
but because Display wasn't implemented on something that is in reality VisibleUser(UserId(String)), I had to write:
Places where we only have one basic implementation of Display, we should implement it. I was working with metadata results, and wanted to display the users a file was visible to. I expected to be able to:
but because
Display
wasn't implemented on something that is in realityVisibleUser(UserId(String))
, I had to write:The text was updated successfully, but these errors were encountered: