Orie Steele

Results 972 comments of Orie Steele

I prefer issuer, subject, holder to all have a consistent shape. credentialSubject is currently an outlier since it can be an array... but you can't issue from an array or...

example credential: ```json { "@context": [ "https://www.w3.org/2018/credentials/v1", "https://w3id.org/security/suites/jws-2020/v1", { "@vocab": "https://example.com#" } ], "id": "urn:uuid:3d3d2fad-89ff-4808-b5b7-e1c132c69ad2", "type": [ "VerifiableCredential" ], "issuer": "did:key:zQ3shrnCZq3R7vLvDeWQFnxz5HMKqP9JoiMonzYJB4TGYnftL", "issuanceDate": "2010-01-01T19:23:24Z", "credentialSubject": { "id": "did:example:123", "name": "bob", "favoriteColor":...

Pretty sure this means `react-ace` is unusable in react..... You cannot import the module into a vanilla create react app.

Solution... downgrade to `"react-ace": "6.3.2",`

I would love a way to convert mermaid to ascii for use in IETF RFCs.

I can't see a way to upgrade a lamport clock to a wall clock in a safe way... https://medium.com/@sargun/on-time-4f4377e5280b

All ELEM did document representations should include an `@context`... just like all ION ones currently do. https://github.com/decentralized-identity/sidetree/blob/83ef02300a400471537f2d2ad87f78a3b266154c/lib/core/versions/latest/DocumentComposer.ts#L85 I can't get that (pre sidetree v1) did to resolve atm... not sure...

FWIW, I tend to skip the universal resolver in middleware when I know its just mapping through to another cloud service, that is publicly accessible, because it removes the http...

> We're seeing demand for SaaS hosting of CCF as well, at which point a lot of these operational considerations can be taken out of the app-developer's hands, and trying...

I followed those instructions, and it worked! I will have to peek at how to extend from there.... ideally I could get this all into a repo where I can...