Benjamin Goering
Benjamin Goering
> but not an Image or a Video @evanp et al, which normative language in the text do you see as prohibiting this? I don't see it rfc2119-prohibited anywhere in...
noting distinction between declaring rights of * who is allowed to post items inReplyTo mine at *my* inbox * who is authorized to have items displayed as a reply to...
wdyt @Gozala @rvagg ?
It does seem like 'liked' would make most sense to be the objects that were liked, not the like activities. aka 5.5 is a better definition, and 5.7 should be...
I agree with @niftylettuce . Push the burden/power of URL building onto the caller. IMO `//` is an antipattern anyway, because web documents are not-infrequently served over non-http/https protocols (e.g....
@nomeata @hansl fyi
Would a custom header for this need to be defined in ic-ref spec? Or is there already a place to 'extend' or sandbox new features?
@nomeata Are there any issues in other repos or tools that this can link to? That we we could coordinate making changes at similar times.
Yep, `assert` isn't truly necessary... It is nice that now the node `assert` stdlib API also has typescript type guards in it, such that `assert.ok(var)` actually does a type guard...