Andrew
Andrew
Hi, `connect-history-api-fallback` seems to disable Express's ability to handle trailing slashes, which normally just get removed. For example: - https://my.app/signup - works. - https://my.app/signup/ - fails. It seems like there...
### Summary The existing Portal documentation doesn't note that `Provider` supplies a `Portal.Host`; you have to click through to the documentation for `Portal.Host` to find this out. This is key...
### Summary Users going straight to the `Avatar.icon` section of the navigation may not realize there's a section dedicated to Icons above; I didn't. If they don't, it's unclear where...
``` Read more about Connect middleware here: [https://](https://) The documentation of the body-parser module can be found here: [https://](https://) Videos: [http://](http://) ``` This is true for every resource in every...
Hi Hugo! I thought your [Express testing guide](https://codewithhugo.com/express-request-response-mocking/) was great, but noticed a typo - right at the beginning on, you have: ``` const mockResponse = { const res =...
**Describe the bug** On KDE Neon latest, Ksnip frequently closes after taking a screenshot. The screenshot is still successfully taken, and if you re-open KSnip, the screenshot is still there...
### Motivation The `Chip` component is frequently used for display purposes, and in these cases is often never clickable. However, the `Chip` element still announces as a button because it...
### Motivation Currently, the RNP modal is nearly totally non-accessible, because it renders outside the normal element hierarchy, and so a screen-reader user, navigating by the most common methods (next-element...
### Current behaviour Accessibility focus remains on the screen behind the modal, leaving the VoiceOver user potentially unaware that there even _is_ a modal. ### Expected behaviour Modals should receive...
The current docs don't mention what the different coloration of the output means. It took me a second to figure out. Seems nice to just mention it in the docs,...