JaceHensley
JaceHensley
I'm getting this error randomly during my deploy build, I'm not sure why it's doing this and can't reproduce locally. And if I rebuild it works. The main problem is...
I was looking through the API docs and `runValidation` from `useForm` says it doesn't run validation for all fields but to submit a feature request for this if it's needed....
Hey there! So this is probably something I'm doing wrong but I'd appreciate any help. This is what I have in my `plugins` section ```js ...routes.map(url => new HtmlWebpackPlugin({ filename:...
Similar to how Credential Manifest has an issuer display property I think it would good for verifiers to be able to tell wallets how to display who they are
I was testing compatibility between `linked-data-proof` and `jsonld-signatures` and noticed some divergence here [https://github.com/transmute-industries/vc.js/blob/master/packages/linked-data-proof/src/ProofSet.ts#L150](https://github.com/transmute-industries/vc.js/blob/master/packages/linked-data-proof/src/ProofSet.ts#L150) and here [https://github.com/digitalbazaar/jsonld-signatures/blob/master/lib/ProofSet.js#L188](https://github.com/digitalbazaar/jsonld-signatures/blob/master/lib/ProofSet.js#L188). I believe the fix would be: ```diff + const context = document['@context'] ||...