Martin Vanbrabant
Martin Vanbrabant
#### Issue type: - :bug: Bug ____ #### Description: Execution of the same query does not always return the same result. Observed while using Comunica in a [Walder](https://github.com/KNowledgeOnWebScale/walder) project, however...
Noticed while running the knows-site locally: - first request doesn't complete in browser - browser debugging shows that the request for http://localhost:3000/styles/bootstrap.min.css doesn't get a response - Fetching http://localhost:3000/styles/bootstrap.min.css before...
It would be nice to have the option to mark a query to have expected non-empty results and to have a standard behaviour of Walder in case such a query...
# Detected in version commit 5205e36c5f22363446104dc7f1aba7895d0b8046 on branch development # How to trigger Start: ``` yarn start -c example/config.yaml ``` Get (in new terminal window) ``` # 200, no problem...
# Symptoms - No response is returned - The occurrence of a fragment like this on the console: ``` (node:4681) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing...
The new -b option to comunica-web-client-generator or ./bin/generate.js hardcodes the baseURL in the packaged code. As a result, a next version of the pre-built image would only work for https://query.linkeddatafragments.org/....
### Issue type: :unicorn: Feature ### Description In my use case the YARRRML file is generated automatically, and always providing a datatype. For that purpose, my earlier feature request #160...
### Issue type: :unicorn: Feature ### Description It would be nice if the functionality of bin/parser.js (less the command line parsing of course) would be wrapped into a function. ###...
### Issue type: :unicorn: Feature ### Description Currently, the yarrrml parser supports sequence in sequence (block style). See files `ok*.yarrrml.yml` in attachment. Excerpt: ``` - - voc:v1 - $(v1) -...