Vincent
Vincent
Without the Relay add-on:  With the Relay add-on: 
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...
### 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...
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...
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...
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`,...
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...