Michiel de Jong

Results 709 comments of Michiel de Jong

Yes. I would say it's hard to determine if any typedoc comment blocks or examples pages changed, so just tell Trabvis tfor every master branch commit to: * check out...

As discussed in Slack, I think the second option (modify Travis to do the extra steps necessary to allow it to what it needs to do) and then removing `npm...

Not really, we can specify in the README that the way to run the tests is: ```sh npm install npm run build npm test ```

But yeah, just running `npm i && npm test` would no longer work.

You mean triples like ` rdf:type acl:Authorization`? Yes, definitely required to make the semantics work. So that's a double bug then indeed, good catch! :)

Actually a triple bug, Solid UI + NSS + test-suite. :)

Yes! See also: * [conclusion of conversation about the format of the new `auth` command](https://github.com/solid/specification/issues/52#issuecomment-682491952) * [issue at NSS](https://github.com/solid/node-solid-server/issues/1334) * (ancient) [issue at node-solid-ws](https://github.com/solid/node-solid-ws/issues/1) * [issue at ISCAJ](https://github.com/inrupt/solid-client-authn-js/issues/538) * [implementation...