Evan Prodromou

Results 458 comments of Evan Prodromou

So we have a problem here, in that the text is canonical, but the specification is not realisable in JSON-LD. Unfortunately, we do have examples in the text using both...

One thing that's important to recognize is that @trwnh is recommending that even when an URL looks like an URL for a binary representation, like an image, it should still...

I think this is a good question. We discussed during issue triage and have the following suggestions: 1. Any conformant implementation of any of the conformance profiles must correctly handle...

@steve-bate I agree the conformance requirements are pretty strong, especially for the AP API client!

Also, it doesn't seem like we have a good reference for managing Activity types that aren't handled by the server. If a server receives the `Add` activity type, and does...

I was able to set up an actor at https://evanp.github.io/actor.jsonld with static files hosted on GitHub Pages. I added Webfinger support with a static file; [email protected] is discoverable via Webfinger...

I added a note in the primer for tracking the read status of objects. https://www.w3.org/wiki/ActivityPub/Primer/Tracking_read_status_of_objects It is short; there is not a built-in way to do this. Some ideas for...

I would like to suggest that with both a mailing list and a Web forum at SocialHub, we are covered for a couple of important modalities of communication. We also...

We already have guidance on using the [Follow](https://www.w3.org/wiki/ActivityPub/Primer/Follow_activity) activity, noting that the membership in `followers` and `followed` should be unique. In issue triage, I added the [Like](https://www.w3.org/wiki/ActivityPub/Primer/Like_activity) activity processing, and...

For both of the above pages, I gave some Postel guidance on what to do with multiple `Like` or `Follow` activities, which have unspecified behaviour: originators should not send them...