Arne Hassel

Results 108 issues of Arne Hassel

When working on https://github.com/solid/solid-ui/pull/232 I had to fix a test that broke. It's the test `When "Add App" button is clicked` > `bar is simplified` that is affected. It expects...

I'm writing tests for the acl module, and noticed that `adoptACLDefault` does not copy the triples containing `acl:Authorization` into the new graph it builds. It seems that NSS does not...

A common pattern that we see today throughout the code of Solid UI is functions that add properties and methods to DOM elements that they then return as result of...

enhancement

We are currently working on writing unit tests for existing functionality. Solid UI has a lot of functionality that deals with DOM manipulation, which can be extremely hard to write...

help wanted

Today we run `npm run build` as part of `npm test` so that Travis is able to run the code properly. I propose we simplify the build-part to only make...

I'm working on the acl module and realized that `acl:originClass` (which is used throughout the module) is not defined in [the Web Access Control spec](https://github.com/solid/web-access-control-spec), and not in [the vocabulary](http://www.w3.org/ns/auth/acl#)....

I'm currently working on the log module, which exposes a set of methods that mostly do one of three things, depending on the environment: 1. if the environment has the...

enhancement

(I've spoken to @timbl about this earlier, and we think this is a good idea, but not written it down here, so thought I would create an issue to open...

enhancement

I'm writing tests for the tabWidget, and came upon a couple of strange behaviors. First of all, whether or not `options.ordered` is true or false: ``` function sync () {...

I know this goes against a lot of Solid promotes in terms of security, and might not be possible wrt WebID, but I've wished a lot of times for simpler...