We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of failure, as per radicle-dev/radicle-decisions#2
failure
It's still not so clear how we want to deal with opaque errors -- perhaps a library OpaqueError(String)?
OpaqueError(String)
The text was updated successfully, but these errors were encountered:
@kim I believe you are referring to radicle-dev/radicle-decisions#2.
Sorry, something went wrong.
Absolutely
Errors: thiserror + anyhow instead of failure
6d3a54e
Fixes #72
fccc147
cb778e7
Successfully merging a pull request may close this issue.
Instead of
failure
, as per radicle-dev/radicle-decisions#2It's still not so clear how we want to deal with opaque errors -- perhaps a library
OpaqueError(String)
?The text was updated successfully, but these errors were encountered: