Pieter Heyvaert
Pieter Heyvaert
What spec should an identity provider follow in order for it to work with Solid? I didn't find it in this repo, but maybe I missed it.
Hi, Is it possible to extend an existing theme? I tried the following but the theme is not updated. ``` const theme = cheetahGrid.themes.MATERIAL_DESIGN; theme.color = 'red'; theme.button.bgColor = '#008CBA';...
Hi, I'm trying to try to run the demo via Docker. I have Flickr and Imgur configured. When I execute the Docker run command mentioned in the instructions and then...
#### Environment - Server version: 2.0.1 - Node.js version: v16.13.0 - npm version: 8.1.0 #### Description Old lock files might still be present when the server restarts. This might cause...
#### Environment - Server version: 4.0.1 - Node.js version: 14.19.2 - npm version: 8.10.0 #### Description Setup: I'm running an instance of CSS with config `@css:config/file-no-setup.json` with an HTML file...
#### Environment - Server version: 2.0.0 and 2.0.1 - Node.js version: v14.16.1 - npm version: 7.20.6 #### Description When I fill in my information on the setup screen and then...
#### Issue type: - :bug: Bug ____ #### Description: When I query a local JSON-LD file with this command ```shell comunica-sparql-file "/Users/pheyvaer/Development/test.jsonld" -q "SELECT * WHERE {?s ?p ?o}" ````...
Is there any documentation on the development of plugins? If not, is there a plan to create some? At the moment I'm thinking of developing a plugin that looks for...
Hi, I used the tool to migrate from the server 2.x to 3.x and this is what I got from some of my datasets. Here a composite data source uses...
I have a config with multiple JsonldDatasources. They are all combined in a single CompositeDatasource. When visiting the server in the browser it shows then next and previous links for...