Joachim Van Herwegen
Joachim Van Herwegen
> As an aside - are there any RDF syntaxes that don't support `a` shortand in the subject or object position? Turtle only allows it in the predicate position.
Are you sure this is an issue? I happen to be looking into something related and can confirm that the following code does not throw an error: ```ts const n3...
> @joachimvh I suspect this is similar to recent issues you fixed in the algebra (#1223 and #1294). Could you check if this is something that needs changes in the...
I'll join in here as this issue is a consequence of some questions about CSS behaviour. This does already answer the question of whether the `Accept-*` headers should be present...
My apologies if it might seem that I'm being difficult, but I want to make sure I'm fully correct about the details. I might have also caused some confusion due...
> To be clear, an "authorized OPTIONS request" entails that the request was not a CORS preflight request. I also found https://github.com/solid/specification/pull/378#discussion_r801616487 while searching for an answer, and assumed that...
> Bonus: for non-RDF resources, keep on serving the static Mashlib HTML. `ConstantConverter` should be a `TypedRepresentationConverter` instead of just a `RepresentationConverter`. Shouldn't be an issue, it just preceded that...
> I wonder if we cannot just adjust the existing HTML templating engine into an (optional) convertor. I would not overload the templating engine itself with extra functionality but wrap...
Assigning @Falx to this as he handles everything docker related in the CSS repo. The docker files are missing a trailing newline though.
I don't think this is something that we can (should?) solve. `localhost` is not supposed to have subdomains. The one thing we could perhaps do is error if the server...