Iwan Aucamp
Iwan Aucamp
Another option is to use something like this: https://github.com/iauc/pdt/blob/360d2179d83517bb41a8d642b0ea7327a8ab5ca2/maskedstring.go ```golang // MaskedString protects a string value by masking it when it printed or marshalled to JSON, YAML or Text. The...
> So we could say in the docs that at debug level sensitive things may be logged - take care - is that what you mean? I would maybe rather...
I think the right solution is to change `continue` here in `_graph_to_rdf` on line 3551 to `raise ...`. https://github.com/digitalbazaar/pyld/blob/316fbc2c9e25b3cf718b4ee189012a64b91f17e7/lib/pyld/jsonld.py#L3547-L3552
Thanks for the info @gkellogg I think maybe to keep things clean it is best to add two options: `strict` and `warn`. If `strict` is set to `True` then raise...
The other option is maybe to just have `warn` and `errorOnInvalidIRI` - but I worry that this will lead to proliferation of `errorOn...` options.
@eggplants I made a PR for adding pre-commit to https://github.com/RDFLib/rdflib and enabled pre-commit CI for it. If you make a PR for adding pre-commit config here here I will enable...
For reference, PR on RDFLib/rdflib is: - https://github.com/RDFLib/rdflib/pull/1672
One of the main benefits of pre-commit.ci for me is the ability to do `pre-commit.ci autofix` in PRs, so what I put in there is mainly geared towards things that...
Actually I'm not even entirely sure how it was generated, I will for now just replace it with an html redirect to readthedocs, can revert it if we want.
> Actually I'm not even entirely sure how it was generated, I will for now just replace it with an html redirect to readthedocs, can revert it if we want....