Orie Steele

Results 1091 comments of Orie Steele

Can you make the html link show up in the github page fro the repo?

If the collision is intentional, it should be called out as intentional, otherwise the domain separation should probably include some additional context string.

If I figure it out before then, I will update the PR and mark it "not draft", with some comments.

Please don't let my comments here keep you awake. Interestingly switching from: ``` import { AeadId, CipherSuite, KdfId, KemId } from "hpke-js"; ``` ``` import { AeadId, CipherSuite, KdfId, KemId...

For those trying to use this library in next 14 or greater: You can update webpack used by next, like this: https://nextjs.org/docs/app/api-reference/next-config-js/webpack ```js const path = require("path"); module.exports = {...

this effects all single element arrays... I'll try and open a PR when I get done patching my code.

``` const invalid = { "@context": "https://www.w3.org/ns/activitystreams#", type: "Collection", items: { id: "https://an.example/1", type: "Person", name: "Evan Prodromou", items: { id: "https://an.example/1", type: "Person", name: "Evan Prodromou", items: { id:...

@tplooker @kdenhartog bump on this :) unstable says "Not Implemented"

I don't have a use for it until we have a plan for it in https://github.com/w3c-ccg/ldp-bbs2020 I added support for both key pairs to did key over the weekend, here...