Dorian Taylor
Dorian Taylor
agreed; it also seems like jena 3 has changed how location mapping works, as the `location-mapping.n3` needs massaging for the tests to pass.
I also got this just now trying to load https://vocab.methodandstructure.com/intertwingler#
> Upon thinking about this, `PATH_INFO` was probably a hack to work around the `PATH` environment variable already being specified, since the CGI specification was largely based on executing CGI...
I'm pretty sure I can't control that; it's just what happens when you move tabs around. I could be wrong though. If you find any specs on controlling that behaviour...
I didn't notice this: > I'm not sure what's going on with some parts of the patch here. It seems they're coming from my repo, but didn't rebase correctly...? I'm...
Sure, I have to sync up anyway.
anyway looks like option 1 is the winner cause option 2 (e.g., `pg_enable_utf8 => 0`) apparently does nothing.
I was using Store::DBI against Postgres and typed in something with an acute accent into a web app and it came back out mangled. The entry also showed up in...
Oh IIIIIIII see. Check this out: ``` > /usr/local/lib/python2.7/dist-packages/FuXi-1.4.dev-py2.7.egg/FuXi/Rete/RuleStore.py(396)add() -> isinstance(obj, (URIRef, Literal)) and obj or obj.identifier)) (Pdb) p obj rdflib.term.Literal(u'false', datatype=rdflib.term.URIRef(u'http://www.w3.org/2001/XMLSchema#boolean')) (Pdb) if not obj: 'hi' 'hi' ``` Somebody...
It looks like `html5lib` [has an option to construct output](https://html5lib.readthedocs.io/en/latest/) with `lxml.etree`, however my reading of [`graph_from_DOM`](https://github.com/RDFLib/pyrdfa3/blob/master/pyRdfa/__init__.py#L461) is that it's farther down the pipeline than that. One might be able...