Dave Longley
Dave Longley
We should run perf tests with and without using `klona` as a replacement for our clone utility: https://www.npmjs.com/package/klona
The `@version` property does not change a term definition. For two term definitions, A and B, if A expresses `"@version": 1.1` and B does not -- yet all other expression...
When certain elements in a document cannot be mapped to absolute URLs (via `@context` or a base URL), then are silently dropped during expansion per the spec. There should be...
Creating a single issue to track various issues around switching over to ESM for modernization, isomorphism, treeshaking and so forth.
Because the `_objectToRDF` returns `null` for objects that are relative URLs, and the following code within `_listToRDF` does not check for this, it's possible that quads are added to the...
There are bcrypt functions exposed for generating salts (`genSalt`/`genSaltSync`), but it doesn't seem possible to pass their returned values to `hash()` as an alternative to the `rounds` parameter. I didn't...
We should consider having something in the data model that specifies how to display a credential in a consistent way, for example, a link to a Web Component for rendering...
I'm just putting some ideas down here for how a JSON-LD patch system might be implemented. This may or may not turn into a spec we want to produce. Suppose...
The playground should have a "help" section that either shows up in a context-sensitive way (once a possible CORS error is detected) or is just available via a button/whatever. This...