Roberto Polli

Results 469 comments of Roberto Polli

Moved little changes into sec-: - sensitive information can be in both `path` and `query`; - mention intermediaries.

@TallTed filled. Let me know, R.

Related to https://github.com/RDFLib/rdflib/issues/1216 I have a similar issue with: ```python def test_mailto(): l = { "@context": { "@vocab": "https://schema.org/", "email": "@id", "@base": "mailto:", }, "@type": "https://schema.org/Person", "familyName": "Doe", "email": "[email protected]",...

Maybe 1. define the expected behavior according to specs (URI, ..) 2. write the associated testcases 3. ensure the behavior is consistent between different parser (e.g., n3, json-ld, ...) 4....

For py3.12+ I'm moving projects to pyproject.toml + uv, but in older environment, the old setup is more robust.

@dberlind I suggest to delegate the maturity status to a `lifecycle` parameter. Ideas? ``` info: version: 2.4.1 lifecycle: maturity: pre-release # or whatever, just define an enum links: - rel:...

May be related to https://github.com/RDFLib/rdflib/issues/1216 ?

Re-reading @aucampia 's comment and https://datatracker.ietf.org/doc/html/rfc3986#section-5.2 I am quite convinced that `@base` should support schema-only URIs without slashes. IIUC, RFC3986 parsing mechanism, this does not sadly support URN with NSS...

See https://github.com/ioggstream/citrus/actions/runs/3313241276/jobs/5470950802#step:7:5995