Lorenzo

Results 182 comments of Lorenzo

Just an aesthetical subjective opinion from an amateur philologist, I would call them 'beacons' or 'cocoons' if you want to keep a biological-like sounding. If you want a more techie-industrial-crafting...

same error here I think, it broke our `schemathesis` test pipeline. Error seems to generate in `hypothesis` core. Everything works fine with version < 6.49. After upgrading to version >=...

I can confirm that running `cargo make watch` is necessary to make the application to work in the browser.

`oxigraph` implements an automatic test suite that pulls examples from W3C and test them against its architecture. The files involved are (some examples to be found [here](https://w3c.github.io/rdf-star/tests/sparql/eval/manifest#sparql-star-results-1j)): * `.rq` file...

I was thinking writing our own manifest parser but it is better to re-use the `rdflib` one I suppose, even if it is not possible to access it as a...

@Tpt I am running into this error when passing query results into the `bindingsCompatible` function: ``` TypeError: unsupported operand type(s) for -: 'RDFResult' and 'set' ``` It seems that the...

@VladimirAlexiev thanks for your comment Are all the tests in `basic` and `algebra` in the `data-r2` deprecated? Should we use only the ones in `sparql11` directory instead?

after a closer look, there were already `sparql11` tests running but the directory structure is flattened between sparql1 and sparql11 rdf-tests. I have added more sparql11 tests #259

moved to #250 and #251