Tim Berners-Lee

Results 284 comments of Tim Berners-Lee

I guess the intent of the code at https://github.com/solid/solid-ui/blob/master/src/acl/add-agent-buttons.ts#L153 may have been to use the set of trusted apps a picker, returning a single one of the apps in the...

This means basically going over forms.js and every time `property` is involved, including `inverse`. Including making the form field labels -- there is somewhere the code to generate inverse labels

@RubenVerborgh When you say " because the direction is different from what people expect." presumably you mean "developers". End users should see nothing different from normal. Suppose we distinguish between...

One possibility is to just add an "inverse" flag. Another possibility is to use SHACL path shape, which allows multiple paths including inverse and forward.

Certainly adding a flag to the form field is simplest to implement for the form system. I'm thinking "reverse" as opposed to "inverse" as the arc is a reverse direction....

I guess it is going to be unlikely that people expect to be able to use reverse arc with any literal value fields, as it normal for the subject of...

By the way, the field label code already does the right thing when labeling a 'Is child of" link: if you have another property linked as inverse and having a...

The current release of solid-ui includes a boolean flag `ui:reverse` on the `Multiple` feild, which causes the form to set the subject rather than the object of the triple.

When two pieces of code do the same thing, one using dom manipulation and the other using templates or JSX, why is the one which manipulates the Dom harder to...

The problem seems to be that while checkboxes work fine if you click on them slowly if you double click you get a clash from the boxhandler running at the...