Yvo Brevoort
Yvo Brevoort
Parsing an HTML snippet with self closing tags (like `` or ``) produces an error. It seems that an XML parser is used to parse HTML, but just `` should...
I've built rdflib.js using npm run build:browser with webpack in production mode. Adding the script tag to the following HTML snippet results in an error: SyntaxError: invalid range in character...
**Describe the bug** A directory within Hyperdrive containing files disappeared **To Reproduce** Not really sure, but a bash history of the commands is attached. **Expected Behavior** Did not expect the...
See: https://www.w3.org/TeamSubmission/turtle/#sec-diff-sparql These differences are subtle, but just big enough that they trip up the EasyRDF parser in some cases. - - - > > **10\. Turtle compared to SPARQL...
Not sure if we want to go forward with this branch, but it is helpful for the proof of concept for the applauncher
When logging in with solid-nextcloud, if the redirect url contains #, the code is appended to the URL, so it becomes #foo?code=abc. It should have redirected to ?code=abc#foo instead.
See https://github.com/solid/specification/pull/264/
I was trying to see if I could start a chess game using php-solid-server as a storage pod. Logging in works, but starting a new game fails because the function...
Here is a reproduction script for the issue: ``` Thing type: Select a thing Thing 1 Thing 2 Thing 3 Thing 4 thing array editor.transformers = { thingType: { render:...