Alain Bourgeois
Alain Bourgeois
Weekly data backup is now running with rsync Cron jobs
In November 2024 it was discovered that rsync failed in Cron jobs. Issue is disk not full but no inodes available. Backup disk has been cleaned and rsync backup modified...
The issue happened yesterday once again I shall try to reproduce it. - Context CSS 1.7.3 with mashlib on `http` - node 20.18 and WSL on W11 - one account/pod...
Well just reproduced but this is not what I explained. Full logs from GET ``` 2025-01-20T11:49:38.441Z [HandlerServerConfigurator] {Primary} info: Received GET request for /public/ 2025-01-20T11:49:38.441Z [SubdomainIdentifierStrategy] {Primary} debug: Identifier http://bob.localhost:8443/public/...
Just reproduced again on a pure CSS 1.7.3 not pivot - logged in - The issue arise when I put a double `//` like in http://bob.localhost:3000/public// then no issue -...
@timbl thanks for your comments I suppose my issue was badly written. - RdfLib creates SPARQL an N3PATCH following the same algorithm. This can be seen in the tests -...
> So is the issue that we just need to get N3Patch to allow blank nodes in inserted statements? > > And continue to allow variables in deleted statements and...
In SolidOS/Rdflib the actual workflow is the following : - SolidOS apps calls update-manager with inserts and deletes - update in Rdflib creates an SPARQL-update or N3-patch query - create...
I don't know where the issue comes from. - with your version I got `application/octet-stream` - with my version at https://bourgeoa.github.io/solid-filemanager I got `application/zip` You can see the content-type in...
> The whole .ttl vs not specifying the extension in the url thing, I believe the turtle format is just an implementation detail of the POD. Maybe the POD you're...