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
Right now we use unwrap_or , it is safer than direct unwrap but this leaves us open to logic errors.
Instead all errors must be tied to well defined errors so that all issues can be easily traced