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
{{ message }}
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Currently we are using the package Anyhow. However, this package is quite clunky when trying to give specific error messages.
Impact
This clunky-ness of the Anyhow library takes away precious developer time in the form of adding all the error messages to the code and/or the code becoming significantly harder debug.