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
There are a bunch of panic statements scattered around right now. These should probably mostly be replaced with error return values, so that we only panic when it is really appropriate for the program to crash.
There are a bunch of
panicstatements scattered around right now. These should probably mostly be replaced with error return values, so that we only panic when it is really appropriate for the program to crash.