Vincent

Results 83 issues of Vincent

Without the Relay add-on: ![image](https://user-images.githubusercontent.com/4251/134120120-1905c52b-392f-4f19-bc2b-9cf942f748d8.png) With the Relay add-on: ![image](https://user-images.githubusercontent.com/4251/134120172-4619e9e1-7f8f-43ac-9579-8066493a894a.png)

Thanks for the font! This is both my letting you know that I'm using it (in https://addons.mozilla.org/firefox/addon/obfuscator/), and forwarding reports that it doesn't work on e.g. Arabic, Chinese, etc. texts....

Primarily logging the command I use here for posterity: npx --package yo --package @inrupt/generator-solid-react -- yo @inrupt/solid-react That avoids the needs to globally install Yeoman and @inrupt/generator-solid-react, so we might...

Triaged

### Search terms you've used session, sessionInfo, onLogin ### Impacted environment In which environment would the proposed feature apply ? - [x] The browser - [x] Node.js (Though mostly the...

I've just scanned through the code, so it might be that I'm interpreting it incorrectly, but as far as I can see [here](https://github.com/inrupt/solid-react-components/blob/3e9c27e3f1b5764cca0b5d987d737f0375b56750/src/lib/classes/access-control-list.js#L18), the `AccessControlList` class assumes that a Document's...

bug
Triaged

`` should probably be styled the same as ``.

Todo

The [Text Input atom's documentation](https://design.inrupt.com/atomic-core/?cat=Atoms) currently includes the following demo code: ```html Label: Label: Label: Label: ``` Here, the `` elements are not associated with their respective ``s (so I...

Todo

To reproduce: on a page with several checkboxes next to each other (e.g. [here](https://design.inrupt.com/atomic-core/?cat=Atoms#Checkbox)), press Tab until you focus a checkbox. Notice that there is no way to tell, other...

Todo

A common use case for `readonly` form fields is to be able to copy its contents easily in order to paste it elsewhere. However, since readonly fields receive `pointer-events: none`,...

Todo

Currently, everything inside a toggle switch's label is being hidden*. While one could probably add some descriptive text outside of the label, that will make that information inaccessible to screen...

Todo