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 many known places where the app might panic. It is a waste of everyone's time to leave these and then for people to create issues for them since they are already known. Issues should be for unexpected bugs and panics.
Review all use of unwrap() and !panic in the code
Do some manual testing of the UI in the app to test for bugs and panics.
There are many known places where the app might panic. It is a waste of everyone's time to leave these and then for people to create issues for them since they are already known. Issues should be for unexpected bugs and panics.
Review all use of unwrap() and !panic in the code
Do some manual testing of the UI in the app to test for bugs and panics.
The text was updated successfully, but these errors were encountered: