Tim Berners-Lee
Tim Berners-Lee
Looks like the test for undefined should (also?) test for null at https://github.com/linkeddata/rdflib.js/blob/main/src/update-manager.ts#L98
Here are all the headers: ``` $ curl -I https://bourgeoa.solidcommunity.net/chats HTTP/1.1 301 Moved Permanently X-Powered-By: solid-server/5.7.7 Vary: Accept, Authorization, Origin Access-Control-Allow-Credentials: true Access-Control-Expose-Headers: Authorization, User, Location, Link, Vary, Last-Modified, ETag,...
So you are saying it looks as though rdflib uses the location of the initial resource not the one after the redirect, as a base address for parsing the data.
In https://github.com/linkeddata/rdflib.js/blob/main/src/fetcher.ts#L604 maybe `original` is the problem. I suspect it goes back to the original URI to avoid using the URI sent to a proxy when using a proxy. So...
See https://github.com/nodeSolidServer/node-solid-server/issues/1468#issuecomment-1451552027
Why? Because people using browser environment for their aps still test them on the command line. I have the same problem. If downgrade node-fetch to [email protected] other things break. I'm...
Is this a modal in the sense that it block all interaction for the user until the choice has been made? If so then I would prefer that it is...
Let's look at the [spec for the XSD Boolean type](https://www.w3.org/TR/xmlschema-2/#boolean). It says that the lexical space of the type is any of `0`, `1`, `false`, `true`. There are two ways...
We should split off the script injection problem from this general "What is your Security Policy" issue.
Looking back at this now it is merged (and broken for solid-ui.) ` ds` was designed to be an Array, not a Collection - which code expects it to be...