Query-Solid
Query-Solid copied to clipboard
Simple access to data in Solid pods through LDflex expressions
Upgrades to the latest version of ldflex-comunica which supports updates. This won't be able to be browserified until https://github.com/comunica/comunica-feature-solid/issues/19 is resolved.
I face performances issues when accessing datas on a container. It makes all our apps not useable for now with LDFlex. For example, with the following code: ```javascript await solid.data.context.extend(base_context)...
When using LDFlex for reading or writing data, sometimes errors are (legitimately) generated, such as a 401 or 404 error when the resource is not available or the user doesn't...
When creating a new activities file in `/public/activities`, this file should also be referenced in the user's publicTypeIndex.
It would be very nice if there was a way to fetch ACLs for a file according to the Link Headers, as specified in the Solid Spec: https://github.com/solid/web-access-control-spec#acl-resource-location-discovery Right now...
I started to create the type definition files for @solid/query-ldflex, ldflex-comunica and ldflex on a forked DefinitelyTyped repository. https://github.com/FUUbi/DefinitelyTyped/tree/master/types/ldflex https://github.com/FUUbi/DefinitelyTyped/tree/master/types/ldflex-comunica https://github.com/FUUbi/DefinitelyTyped/tree/master/types/solid__query-ldflex/ I did not properly test the definitions, it is...
https://github.com/solid/query-ldflex/blob/master/src/SourcePathHandler.js
This is a bit of a pain point on one of my projects, the solid-react-sdk. We provide examples of how to do certain things, such as notification creation or file...
The example in https://github.com/solid/query-ldflex/blob/master/demo/profile.js works inside one document. But if a profile only contains the `foaf:knows` triple, then the objects of those will need to be dereferenced before you can...
Didn't see an issue for this yet, so though I'd open one to track it. The documentation and README is currently very out of date, and doesn't cover some basic...