Michiel de Jong

Results 701 comments of Michiel de Jong

Running these as e.g.: ```sh time ./node_modules/.bin/mocha --growl --require ./tests/babel-register.js tests/unit/fetcher-test.js ``` In fetcher-egp-test.js, 3 out of 4 tests fail when you run it in isolation. fetcher-test.js hangs for 30...

For formula-test.js and statement-test.js, it helps if you add blankNode to the run, e.g.: ```sh ./node_modules/.bin/mocha --growl --require ./tests/babel-register.js tests/unit/blank-node-test.js tests/unit/formula-test.js ``` But not for the others.

For fetcher-egp-test.js it helps to combine with update-manager-test.js (but then it does hang after finishing, like fetcher-test.js)

It also works for formula-test.js and statement-test.js as well as for all the others. Just for parse-test.js, adding update-manager-test.js before it changes the way it fails but it still fails....

Travis not actually running all the tests, some are left pending: https://travis-ci.org/github/linkeddata/rdflib.js/jobs/698591263#L718 When running locally I see: ```sh src/fetcher.ts:922:7 - error TS2322: Type 'Promise' is not assignable to type 'T...

I agree that any RDF source should produce an ETag header, so that clients can request it with an `If-None-Match` header, or use the similar less granular mechanism based on...

> many systems do not properly track "Modified" dates for files That's irrelevant for the Solid spec, right? We can just warn against that in the spec, saying, beware if...

For webid-oidc this is not a problem, because the token that the web app obtains is specific to both webid and app origin. A web app can only obtain a...

OK! @dmitrizagidulin in 2016 [you created](https://github.com/solid/web-access-control-spec/commit/ff6e9ba60f3bf9d9be9ec789ed837c6dade48140) this document and stated it was a Solid-specific subset of WAC. Was it your intention that https://www.w3.org/wiki/WebAccessControl would live on independently? Or was it...