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
It's not clear why we used optional interfaces, but this pattern is extremely confusing + makes development of generic types on VMs difficult. Some ideas to remove this include making these optional interfaces required, and just returning sentinel error types if they're not supported.