Results 32 comments of Steve Bate

The [winsw ](https://github.com/winsw/winsw) open source application can run any executable as a Windows service. I've used it for some of my own projects and it works well. In this case,...

I've also created an updated ontology at https://github.com/steve-bate/activitypub-ontology. My version is in RDF/Turtle and can be loaded into tools like Protégé and used with libraries like OwlReady2 (after converting from...

Can you include an example for this suggestion on the Wiki? * Parse the context as JSON-LD, and identify if the type is a subtype of AS2:Activity. This is the...

> Has this caused a problem for any implementor ever? This does cause problems in some contexts, especially for linked-data consumers, but even for JSON-only consumers (long discussion in #498,...

When I ported the original ActivityPub Test Suite to Python, I saw that the original C2S "like" test was searching for a Note in the "liked" collection, not a Like...

> 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...

👍 Why wasn't this ever merged?

The `Question` concept in AS2 seems to have never been fully thought through. See [this](https://github.com/w3c/activitystreams/issues/297#issuecomment-216636116), for example. However, I don't have the impression that `as:closed` for `as:Question` was intended to...

> it also seems to indicate that `closed` was never thought through either I agree with all those points.