Sarven Capadisli

Results 854 comments of Sarven Capadisli

ActivityPub doesn't use "MIME", yet that worked out fine with the developers?

Whether "much" of the "fediverse" is "on" (or off) JSON-LD is not relevant to this issue. AFAICT, "much" of the AP-verse is using fragment identifiers in `application/activity+json` representations. As there...

AP servers and clients conform to RFC 7231 and RFC 3986/3987, so by definition, they can work with fragment identifiers when necessary. Any software generating or consuming content using AS2...

200 in the case of PATCH was intentional, not a typo at the time of writing https://github.com/solid/specification/issues/14#issuecomment-683480525 . Note that the row with C/ Append; C/R Write does not have...

I think Add would be the right activity when the container expands. Yes, re comment in 311: >Noting that the use cases to write-only are rare, so in practice both...

Solid Protocol does not currently require Last-Modified or ETag header fields. If clients can't consistently rely on servers to support ETag or Last-Modified, applications are going to be mediocre and...

Implementation feedback for a feature where an application ([dokieli](https://dokie.li/)) makes use of the available `Last-Modified` header field and field value ( as per Server's https://solidproject.org/ED/protocol#server-last-modified-includes ) in the UI. When...

The Server generates the `Last-Modified` of the selected representation. The Client manages the information in the representation, whatever the statements may be, e.g., `schema:dateModified` or equivalent properties such as `dcterms:modified`,...

Slight correction on the example input above but the issue is the same. Input: ```html foo bar ``` Output: ```turtle "bar"^^ . "\n foo\n \n \n \n"^^ . . ```...

I don't find the notion "existing" specific enough. An identifier being expressed and discoverable or dereferenceable may be more useful. Technically a policy for a URI that's not dereferenceable is...