-
Currently, some internal (like `subject`) are expected to be a (promise to) a string, whereas they actually represent a `Term`.
This means that, in the case of Solid's LDflex instance, `await`ing a…
-
-
Each repo has labels which need clear descriptions. Suggestions for new labels welcome too.
-
Some of the documents might not have some of the common fields like role or hasAddress as part of the vcard document. IF the node is not a blank node, we can use add or set (ldflex functions). Howeve…
-
I actually changed my mind about #3: rather than implementing and returning instances of (our own or another) `Term`, a proxy path should implement the `Term` properties and methods.
So we basicall…
-
We currently monkey-patch some `Term` methods to simplify string conversion (https://github.com/RubenVerborgh/LDflex/blob/v1.3.1/src/ExecuteQueryHandler.js#L40), but we might want to role our own Term…
-
-
#9 captures project-wide roles, but doesn't capture things such as:
- who is a core contributor to a certain repository?
- who does the releases of a certain repository?
I think we need per-repos…
-
We need to display the friends list of the user so he can interact with them later on.
For now, we are in a very early stage therefore we will focus on making it work rather than making it pretty.
-
The main reasons why I chose not to use solid-file-client in the filemanager project was, that it tries to guess what I want, parses some responses before resolving (and some not) and has several cust…