You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The following binary will, given an input file, produce a valid
// Verifiable Credentials Data Model document.
// use "type" on Windows as a "cat" replacement
"generator":"/bin/cat",
Do you think it might be a plan to write it like
"--": "The following binary will, given an input file, produce a valid",
"--": "Verifiable Credentials Data Model document.",
"--": "use 'type' on Windows as a "cat" replacement",
"generator":"/bin/cat",
?
RFC 8259 says "The names within an object SHOULD be unique." We could just suffix numbers to the key names. But I think this is one of the odd situations whose existence is the reason it's SHOULD and not MUST.
The text was updated successfully, but these errors were encountered:
"--": "The following binary will, given an input file, produce a valid Verifiable Credentials Data Model document. Use 'type' on Windows as a "cat" replacement.","generator":"/bin/cat",
Lines like
Do you think it might be a plan to write it like
?
RFC 8259 says "The names within an object SHOULD be unique." We could just suffix numbers to the key names. But I think this is one of the odd situations whose existence is the reason it's SHOULD and not MUST.
The text was updated successfully, but these errors were encountered: