Angelo Veltens

Results 26 issues of Angelo Veltens

## Expected behaviour The admin tool can be used with any Hydra-conform API, that have the correct semantics. ## Actual behaviour The tool relies on specific JSON structures on some...

bug

Some RDF/JS compatible libraries like comunica return instances of es6 classes. For those the type guard using [`hasOwnProperty` in `isRDFlibObject` fails](https://github.com/linkeddata/rdflib.js/blob/master/src/utils/terms.ts#L38), althought the object has a getter for `termType`. Therefore...

When using the promise variant of `UpdaterManger.update()` the returned promise should be rejected eventually, in case of an error, but it is pending forever. I tested the case, that Origin...

Given the following folder structure in a Pod: ``` ├── Parent │   ├── index.ttl │   ├── Sub │   │   └── file.ttl ``` and some triple in `index.ttl` linking to `Sub`:...

When sending PATCH request with a really large SPARQL Insert body, NSS responds with http code `400` and the following response body: ``` Patch document syntax error: Line 1 of...

It is a common and frustrating mistake to put a slash at the end of the Origin value (see e.g. https://gitter.im/solid/chat?at=5f201ed23eef7e1ffe3c40b4) The UI should validate if the value is a...

I am getting the following error message (in html page) when opening the Sharing pane of a newly created folder: > Error reading ACL. status Can't get headers to find...

> You should be able to add a recovery email if you have the password and you forgot to add it on creation. Maybe an additional precaution is to not...

enhancement

### Search terms you've used jsdom, TextEncoder ### Impacted package Which packages do you think might be impacted by the bug ? - [x] solid-client-authn-browser - [ ] solid-client-authn-node -...

bug

### Search terms you've used - oidc-client-js - oidc-client-ts ### Impacted environment In which environment would the proposed feature apply ? - [x] The browser - [ ] Node.js -...