bcgov / trustdidweb

Trust DID Web (did:tdw)
https://bcgov.github.io/trustdidweb/
Apache License 2.0
12 stars 6 forks source link

Updates from the 20240410 meeting to the spec #41

Closed swcurran closed 2 months ago

swcurran commented 2 months ago
swcurran commented 2 months ago

Dang -- @brianorwhatever -- I might have screwed up on this PR. I forgot to create a branch for my "README" update, and then created a branch from that updated "main". Sigh.

I there is a problem once we get these merged, I'll figure out how to fix things...

swcurran commented 2 months ago

Merging to get the content out there, but will update based on your comments and put in another PR.

swcurran commented 2 months ago

long live .jsonl 👍

here is the discussion about it being standardized. Internet draft is basically non-existent so there won't be a proper mime type for a long time. Interesting that amazon is using it for dynamodb exports wardi/jsonlines#19

I wonder what my browser will say about this 👀

IETF Draft: rfc7464 woot!!

andrewwhitehead commented 2 months ago

That RFC doesn't quite seem to apply, it requires a 'RS' character (record separator, ASCII 0x1E) at the beginning of each line. jq's --seq option also seems to require that. :(