-
I am having trouble using ldflex to query data of a resource that is spread over several documents. Let me clarify this by a concrete example querying my weblog with ldflex playground:
[['https://a…
-
LDflex is coded against the SPARQL UPDATE spec, but node-solid-server does not implement that specification correctly. Specifically, it will fail with a 409 if a value does not exist, or if there are …
-
Related to https://github.com/solid/solid-auth-client/issues/68
I am getting errors using seemingly valid LDflex paths in Edge after polyfilling TextEncoder.
### How to reproduce
1. Go to htt…
-
I'm unable to get any keys from the prefs.ttl file in my card, I'll elaborate with everything I'm doing.
1. Fetching my card from my POD using LDFlex's data to be able to get my preferences file. …
-
I believe we need a page similar to solid/solid-apps that is focused on software tools to work with Solid. Currently a new developer needs to plow through dozens of github links without knowing which…
-
Unable to create new web access control resources
Full featured write to a solid pod means the ability to manipulate web access control rules, adding, updating, and removing wac resources as needed…
-
-
### Motivation
I found out about the `pending` and `error` props that get passed to components wrapped by `evaluateExpressions` by looking at the code.
### Proposal
Since those are quite u…
-
Unfortunately, `PATCH` requests are broken on node-solid server 4.x and 5.x in at least two ways:
1. node-solid-server does not follow the SPARQL UPDATE spec when a DELETE clause when there are no or…
-
Right now, we support:
- `data[subject]` which will start a path for `subject` in the document with URL `subject`
- `data.from(source)[subject]`, which will start a path for `subject` in the RDF/JS…