Michiel de Jong
Michiel de Jong
I do like the simplicity, but I don't like that you can't use it to delete/update triples, you can only append. And I think we have enough different PATCH syntaxes...
@jaxoncreed I think `acl:RequestSet` is the same as what you call an Authorisation Tag, right?
Another idea @dmitrizagidulin and @jaxoncreed just discussed: * in ACL docs, add `acl:scope` triples, for instance ` acl:scope scopes:chat`, meaning that if an app has access to the chat scope,...
Sure we can move around the namespaces if we think that's useful, but then we would first need to define what you mean by 'belong'. :) Should we have one...
I'll build a prototype implementation so we can discuss this in Thursday's weekly meeting
Feedback we got from @timbl and @kidehen (in my own words): webid-tls should still be mentioned as a 'MAY' for client-storage, and as a 'SHOULD' for user-IDP login method ('openid...
Related to https://github.com/Microsoft/vscode/issues/41600#issuecomment-358130837. The solution of adding `"outputCapture": "std"` in VSCode is not ideal, because the output is in a single colour, which makes it less readable than when running...
OK! I'm diving in to fix this. The code is quite hard to read for me so far, but making progress. https://github.com/RubenVerborgh/LDflex/blob/master/src/defaultHandlers.js#L25 seems to be what is adding the Promise...
how does this relate to concurrent PATCH requests? I think if you send multiple PATCH requests for the same resource to node-solid-server, all but the first one will fail, so...
```js // Connect to a PayStream, defaults to using moneyd const socket = await ilp.createConnection([ilp address], [shared secret]) ``` Maybe we want to rename both 'socket' and 'connection' to 'stream'?...