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
now that we have nice error coverage in asyncgit we could take the next step and add error support to the main application using anyhow based on the great summary on error handling in rust:
my idea would be to show an error popup similar to this one where ever possible: #74 (comment)
if we come across unrecoverable errors we might need to look into a second path aswell which will close the application.
The text was updated successfully, but these errors were encountered:
now that we have nice error coverage in
asyncgit
we could take the next step and add error support to the main application usinganyhow
based on the great summary on error handling in rust:my idea would be to show an error popup similar to this one where ever possible: #74 (comment)
if we come across unrecoverable errors we might need to look into a second path aswell which will close the application.
The text was updated successfully, but these errors were encountered: