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
Optional values are rendered in the sidebar without an indication that they are optional. This leads to confusion as to what value a variable truly holds. The optionality of the value should be displayed somehow, perhaps as:
Optional(1)
It does correctly show `nil` when the value is `nil`.