Andrew Jones

Results 30 comments of Andrew Jones

try putting that object after source in the new Recorder. i.e. var rec = new Recorder(source, {bufferLen: 0, workerPath: "alternative/worker/path/recorderWorker.js"});

This is what we're using for the current VC API test suites: https://github.com/w3c-ccg/vc-api-test-suite-implementations

Hi, First time contributing and also not an expert at `yargs` hence this is a DRAFT PR. If there are no major objections to the changes made I will mark...

> You are correct, hence the draft PR. I'll try to do more research into this if time allows, if not this might provide someone else with some hints about...

These are bit early, but we have existing json schemas for Verifiable Credentials and Verifiable Presentations here: https://github.com/digitalbazaar/bedrock-validation/blob/main/schemas/verifiableCredential.js and here: https://github.com/digitalbazaar/bedrock-validation/blob/main/schemas/verifiablePresentation.js We're also using `ajv: ^6.0.0` which does not conform...

@artursudnik 404 was added to continue exchange in v0.3 of the API. Can this issue be closed?

one small question: > Provide a mechanism with which to link multiple VCs together If all that is being linked to is other VCs doesn't `anchoredResource` seem a bit of...

What version of node are you running or is this in the browser? I just copied your test in and ran it in node 14 here: https://github.com/digitalbazaar/forge/compare/main...issue-1035-ed25519-unique-key-pairs ``` { seed:...

thanks this is really good information. As the CI for forge only goes up to node 14 currently that's probably what we support. I haven't worked on this library in...

I tried this is in node 16 and node 18 this morning and it was still passing. I will try node 19, but it might be Jest. EDIT: Tests are...