Iwan Aucamp
Iwan Aucamp
I think what would be quite ideal is if resolve was able to emit json - similar to `cs fetch --json-output-file ...` - and then for cs fetch to be...
Actually `fetch`, `launch`, `bootstrap` and `install` should also be able to operate with a lockfile
- Ideally whatever solution we implement for https://github.com/RDFLib/rdflib/issues/1844 should also cover this.
I do think at least some of these things can be fixed without breaking interfaces, and as discussed before, I think we should try and publish an ADR before we...
Thanks for the bug report @konstantin-mergenthaler, this should be fixed in the next release in mid october.
But are they valid URIs? It is possible to disable logging per logger, and I think their is some hierarchical behavior here, so it should not be that difficult to...
oh wait, I think I completely missed your point :D - this should indeed be addressed.
One line to reproduce: ```bash pipx run --spec git+https://github.com/RDFLib/rdflib.git@master#egg=rdflib python -c 'import rdflib; help(rdflib)' ```
There is also another question here, does it really make sense for `Dataset.graph` to assign a skolim IRI to a graph name here if it could just use a BNode...
It should be noted that these warnings also occur when running pydoc/help: ```console $ pipx run --spec git+https://github.com/RDFLib/rdflib.git@master#egg=rdflib python -m pydoc rdflib 2>&1 >/dev/null | head ⚠️ python is already...