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
When you write a pin to Connect, the displayed name changes depending on whether the last write did or did not include the username.
i.e. this reflects me doing pin_write(board, x, "fabulous_numbers") and pin_write(board, x, "julia.silge/superb_numbers"). I can change how either one displays by including (or not including) my username. I believe we should always include the username rather than switch back and forth.
As a reminder, pins for Python requires Connect users to include their username when writing and does not try to look up who they are.
The text was updated successfully, but these errors were encountered:
When you write a pin to Connect, the displayed name changes depending on whether the last write did or did not include the username.
i.e. this reflects me doing
pin_write(board, x, "fabulous_numbers")
andpin_write(board, x, "julia.silge/superb_numbers")
. I can change how either one displays by including (or not including) my username. I believe we should always include the username rather than switch back and forth.As a reminder, pins for Python requires Connect users to include their username when writing and does not try to look up who they are.
The text was updated successfully, but these errors were encountered: