Evan Prodromou
Evan Prodromou
They're also referenced in many of the use cases. Evan Prodromou > On May 3, 2015, at 10:42 AM, ☮ elf Pavlik ☮ [email protected] wrote: > > This reference may...
So, there won't be a way to keep a list of followers in SoLiD? This is a pretty core feature, and it's pretty important for doing distribution. I'm realizing that...
What about if a line ends in `\`, the next line is appended? That's a common way to show continuation of a line, and doesn't require any other fanciness.
This is a great idea. I added the `issue` prefix to @bram85 's spreadsheet. Maybe get this moved to Github, though?
Way more important to me to get the mobile clients fixed than to add a new version to the format
This is an error; we should add it to our ERRATA
I don't think we could make this kind of change at this point. I don't see a problem with using that section as the core for a primer, but I...
So, this is used in OStatus for big hierarchical conversations. So when you have Notes like this: - Note1 - Note2 - Note4 - Note5 - Note6 - Note3 -...
So, related features we already have in AS2: - [context](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-context) ```text Identifies the context within which the object exists or an activity was performed. The notion of "context" used is...
One thing we could do is define a `Conversation` type, and use it like this: ```json { "type": "Note", "id": "https://an.example/note/6", "inReplyTo": "https://an.example/note/5", "context": { "type": "Conversation", "id": "https://an.example/conversation/1" }...