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
PR #26 is a quick-and-dirty implementation of the VC part of the spec. It contains lots of panic and unwrap error handling, which should be removed.
panic
unwrap
The text was updated successfully, but these errors were encountered:
Temporarily allow panic and unwrap
69a4f3c
(See #27, which reminds me to add proper error handling.)
0c23b9a
scouten-adobe
No branches or pull requests
PR #26 is a quick-and-dirty implementation of the VC part of the spec. It contains lots of
panic
andunwrap
error handling, which should be removed.The text was updated successfully, but these errors were encountered: