Michiel de Jong

Results 710 comments of Michiel de Jong

So assuming there's an external database (e.g. LDAP) holding login details per username. We can have a standard mapping from username to WebId & pod-root. Then the RdfLayer of wac-ldp...

Update: applying classes from https://design.inrupt.com/atomic-core/?cat=Atoms#Buttons to the buttons gave a slight improvement, and `` was useful so that the Load and Save buttons are not underneath each other, but next...

See also https://github.com/solid/solidproject.org/issues/125 Maybe all Solid user guide material should be consolidated under https://solidproject.org/use-solid? That way we can make that one guide really good. Or is it useful if different...

For webid-provider-tests:v2.0.3 I see 36/36 passed. For solid-crud-tests:v5.1.0 I see: Tests: 4 failed, 2 skipped, 63 passed, 69 total The 4 failed tests are related to concurrency. For web-access-control-tests:v6.0.0 I...

Let's see which tests pass in https://github.com/pdsinterop/php-solid-server/pull/53 What you described with `Please make sure the cookie is valid` being printed 83 times should be at least improved with that PR...

Hm, there's definitely something odd going on in the github actions - the solid crud tests pass when I run them locally with Docker, but not when they are run...

@mrvahedi68 and I are running [email protected] now

Result: ``` Test Suites: 2 failed, 5 passed, 7 total Tests: 15 failed, 4 skipped, 42 passed, 61 total ```

``` docker run --rm --network=testnet --env COOKIE="$COOKIE" --env-file ./env-vars-for-test-image.list -it solid-crud-tests bash root@f49e78e84faa:/app# ./node_modules/.bin/jest test/surface/conneg.test.ts (node:117) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests...

* concurrency: PASS * conneg: PASS * create-container: PASS * create-non-container: FAIL (4) * delete: PASS * fetch-pod-root: PASS * update: FAIL (6)