Dave Longley

Results 73 issues of Dave Longley

The remote document loading code (that uses a cache and some debouncing stuff) isn't properly integrated with the JSON-LD documentLoader API. This was noticed because Link headers weren't being parsed....

playground

Follow the instructions in this comment: https://github.com/digitalbazaar/jsonld.js/issues/65#issuecomment-48359301 Then click the "Permalink" button and click the "Shorten" link. I get this url: http://tinyurl.com/lewbnyc Which, when followed, shows the playground with the...

playground

We should add some schema.org examples to the playground. It should be fairly easy grab them from schema.org. We may just want to replace a couple of existing ones so...

playground

The playground should display the value of 'base' that it is using so it's clearer to users. Also, we may want it to default to something like "http://example.org". It would...

playground

The "New Context" UI on the playground is confusing. It's unclear to people what its purpose is -- especially to newcomers. The initial UI on the playground should probably just...

website
playground

We need someone to provide a PR that adds a GNAP authorization request and a ZCAP response for the operations in the spec.

From the June25th call some introductory definitions/explanations for EDVs and Identity Hubs were shared and we should try to get something like this into the spec as front matter: An...

ready for PR

Challenge management is a common and (fairly) simple feature that all users of the verification APIs will need in order to securely implement VP verification. We should add a `/challenges`...

ready for PR

The exchanges API examples show endpoints accepting raw VPs instead of `{"verifiablePresentation": }`. We decided elsewhere that we should use top-level properties to ensure we are future-proofed against additional properties...

ready for PR