Tim Berners-Lee
Tim Berners-Lee
`Accept-patch:` is the header which the Solid Spec defines for finding out what content-types can be used for PATCH requests, not MS_Author_Via which rdflib currently uses in the UpdateManager. Suggest...
[WebSocketSubscription2021](https://solid.github.io/notifications/websocket-subscription-2021) is a new more secure version of the web sockets protocol . - Be back-compatible: use he old protocol where only it is available. - Suggest implement a short-cut...
At the moment rdflib Store can keep track of the status of resources such as - not loaded - being loaded - loaded - non existant 404 - error non-404...
It would be faster to send data patches from client to server over the web socket as well as sending them back from the server. This would need a new...
This is designed to address https://github.com/linkeddata/rdflib.js/issues/441 along with other code to call updater.flagAuthorizationMetadata when the login state changes.
Currently the quad store in the Fetcher keeps copies of the HTTP headers of each response, and uses that to test whether something is forbidden (403), and is if modifiable...
See in the spec https://github.com/solid/specification/issues/289 We need a spec for this.
This is to avoid spurious timeouts called on things which in the end come though, when the net becomes slow for example, or for users on a slow link.
The rdfa parser (which i have been noticing when tabulator looks at dokieli documents) has been crashing as it tried to set a read-only 'baseURI' field. I just cut out...
This would be big breaking change but I bring up the issue so as to get the problem on the table. When you follow a link or look up a...