Patrick Hochstenbach

Results 37 comments of Patrick Hochstenbach

@gjwgit certainly useful. Do you also have hints how the WebSockets of CSS can be made available via the proxy?

@mrkvon This is a very complete setup. Would love to see links to these projects documented.

@nicolasfranck what is the relation of this ticket to https://github.com/LibreCat/LibreCat/pull/747 ? Does this PR close this issue , is it unrelated to this issue , or something else?

Hi, this is not the intention. Can you provide some context on the version of Catmandu? With ``` if is_string(test) add_field(ok,0) else add_field(ok,1) end ``` and Catmandu 1.2016 this works...

This happens both with the current code in the main branch and in the v0.6.2 release.

One of the problems is that starting a new formula escapes the correct initialization of the list at this line https://github.com/rdfjs/N3.js/blob/main/src/N3Parser.js#L475 and thus never sees the lines 481 to 509...

In Ghent we built in our own frontend a CQL interface for power users: https://biblio.ugent.be/advanced-search

For the empty graph it would be sufficient to parse it as true `:a :b {}` is isomorphic to `:a :b true`. See also https://w3c.github.io/N3/spec/semantics.html#ground-graphs .