Iwan Aucamp
Iwan Aucamp
> Also, since maintainance time is scarse, I believe screening for quality and code reuse is essential to keep the RDFLib code base in a decent state. Copying and pasting...
@alooba1 to get rid of the pre-commit.ci failures you can write a comment "pre-commit.ci autofix", you can also install [pre-commit](https://pre-commit.com/) and run `pre-commit run --all-files`. You can also use the...
@alooba1 as far as I can tell you are not using LARK in standalone mode as you are importing lark, is there a reason for this? If you do this...
> @aucampia thanks for your advice, I will try fix these issues asap, but since I'm working on this as a student research project and it is ending at the...
> @aucampia I'm actually very worried about my serializer, because I didn't actually understand how the old one work, the getQName thing and it will be very nice if you...
> Should we change the default format on these to something else, or leave it on XML? Should be included in 7.0 as this would be breaking, but it should...
I think this may be more a failure of documentation, we consider html5lib as an optional dependency and it is installed when you use install with `html` extras i.e. `pip...
@dependabot rebase
May be related to this also: - https://github.com/RDFLib/rdflib/blob/6f2c11cd2c549d6410f9a1c948ab3a8dbf77ca00/test/variants/rdf11trig_eg2.trig - https://github.com/RDFLib/rdflib/blob/6f2c11cd2c549d6410f9a1c948ab3a8dbf77ca00/test/variants/rdf11trig_eg2.nq - https://github.com/RDFLib/rdflib/blob/6f2c11cd2c549d6410f9a1c948ab3a8dbf77ca00/test/test_graph/test_variants.py#L144-L166 - https://github.com/RDFLib/rdflib/blob/6f2c11cd2c549d6410f9a1c948ab3a8dbf77ca00/test/test_roundtrip.py#L145-L166 EDIT: Actually on second thought no, maybe not.