Sebastian Lasse
Sebastian Lasse
Yes. Mentioned it recently in a socialhub discussion. There seem to be some places in the spec. having the wrong namespace unfortunately. Multiple examples (also 1 or 3) …
[ edit, became clear by [437 comment](https://github.com/w3c/activitystreams/issues/437#issuecomment-359110476) ] I see, referred to this document https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content - `content` and `contentMap` and the others should maybe form two different table rows (I'd...
@cjslep please also note for `content` / `contentMap` - it gets worse : How should `mediaType` behave with multiple `content` ? `mediaType` _is_ marked `functional` ! https://www.w3.org/TR/activitystreams-vocabulary/#dfn-mediatype This does not...
@gobengo This is exactly what I meant. I would go for the "best solution" 😁 If multiple content items are provided, each one should have it's own content encoding and...
underlying problem for the first one is probably - "altitude" does only appear directly in "Place" - _this is the same for_ "latitude", "longitude" but - the domain for "altitude"...
> @robertlong here's a theoretical example of using ActivityPub and DID together: https://github.com/WebOfTrustInfo/rwot5-boston/blob/master/draft-documents/activitypub-decentralized-distributed/activitypub-decentralized-distributed.md#distributed-identity yep, and there is this nice DID method: https://trustbloc.github.io/did-method-orb/
What I find confusing in general is the current inconsistency between ES and node.js' URL module: E.g. currently the naming is `searchParams` in ES 'URL' and `query` in node.js 'url'...
@kitsonk fyi … I am currently using this "polyfill" and I thought it would be fair to post it here : ``` Typescript import { has } from '../../core/src/main'; import...
Well, it is not about handling. It is more about knowing. For example Web-Sign In solutions like RelMeAuth or IndieAuth : It would be useful to say until the end...