Ruben Verborgh
Ruben Verborgh
https://github.com/RubenVerborgh/SPARQL.js/issues/73#issuecomment-647374395
Suggestion by @AlexeyMz at https://github.com/RubenVerborgh/SPARQL.js/pull/80#issuecomment-516328846: May I also suggest to add `type` constants to other node types as well? Here are the current typings: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/d2d3a685fe949a4e938fe2913597e49d1e703ef5/types/sparqljs/index.d.ts It would be great to...
An OPTIONS requests to a redirected URL will return a 303 code, which will not work with (surprise) CORS.
http://fragments.dbpedia.org/2016-04/en contains a triple ```turtle void:subset ``` This is technically not wrong, but does not make sense. The second page contains a triple ```turtle void:subset . ``` This can be...
Currently, the views path is hardcoded (https://github.com/LinkedDataFragments/Server.js/blob/v2.2.2/lib/views/HtmlView.js#L34). If we make this an option, people can specify their own views. This would be useful for custom views such as DBpedia's (http://fragments.dbpedia.org/,...
The document at https://drive.verborgh.org/tmp/2022/cha-58-direct.n3 causes problems when read/written in a Solid Pod via Mashlib, with the following error: ``` Outline.expand: Unable to fetch : Failed to load Fetcher: Error trying...
This PR is an alternative to #298. Delete semantics are _not_ changed by default. Instead, a patch flag `mustExist` is added; if that flag is set to a falsy value,...
**Search terms you've used** NSS, app migration **What problem are you trying to solve? Please describe.** We need instructions on how to upgrade apps that use the v.0.7.0 draft to...