Alain Bourgeois
Alain Bourgeois
@Otto-AA @jeff-zucker I am going to make a patchFile() Going in NSS through : - [patch.js](https://github.com/solid/node-solid-server/blob/master/lib/handlers/patch.js) - [patch-sparql-update-tes.js](https://github.com/solid/node-solid-server/blob/master/test/integration/patch-sparql-update-test.js) and [patch-test.js](https://github.com/solid/node-solid-server/blob/master/test/integration/patch-test.js) Only 3 SPARQL verbs are allowed : INSERT/DELETE/WHERE There appears...
see PR #170
Thanks I have updated.
First thoughts : - I have to look at the results with more details. - I rerun the tests on https and file : -- v1.2.2 : all tests except...
No all are solid-rest issues. - There is only one error on https. see above. - 29 errors for test:file
> The spec requires a content-type for PUT and POST. Solid-Rest currently fails if it is missing. This causes 4 tests on Solid-File-Client to fail. I suggest that we make...
> Ah, ok. What does NSS do when it gets a PUT or POST without a content-type? error 400 https://github.com/solid/node-solid-server/blob/e8aad197d307b42cdac6985c76a1fe6ee9c71f52/lib/ldp.js#L240
I don't think it will really make things easier within solid-file-client. Maybe more rdf like for acl. My idea was somewhat different. I feel we are missing easy ways to...
I feel it is a good idea. It can reuse an extended rdf-query with some code to convert application/update-sparql to turtle or text/n3.
@ewingson If you are interested. The demo is nice. May be you could try to make the PR yourself. A good experience. Not too complex.