Ethan Cohen
Ethan Cohen
Discussed in #65. We can provide global settings API for users to specify mappings from low-level DOM elements to their associated wrapper component. This allows us to better apply the...
https://facebook.github.io/react-native/docs/accessibility.html I'm not very familiar with React Native, but I think there's a big opportunity here to help with accessibility across the whole React ecosystem. Not sure if we can...
based on this article: https://axesslab.com/disabled-buttons-suck/ wanted to hear people's thoughts on this! tldr; disabled buttons provide low-contrast non-interactive experiences. in the author's opinion, it is a better UX for both...
this is some low hanging fruit i think and would love some help either identifying rules that we think would be helpful with fixers or even creating them yourself!
http://getbootstrap.com/components/#alerts-links Could be helpful to allow html-safe messages. ng-bind works in the directive, but ng-bind-html shows no message. Thanks
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When upgrading our service to use pnpm v9, nixpacks is...
**Problem** Node-redis introduced v5 recently but there are type mismatches between the new v5 client and the v4 dependency in this package. **Solution** Support node-redis v5
``` ├─┬ @kmenu/react 2.0.3 │ └── ✕ unmet peer [email protected]: found 2.0.3 ``` using pnpm v10.13.1, node 22.14.0 package.json: ``` "kmenu": "^2.0.3", "@kmenu/react": "^2.0.3", ``` looking at the outputted package.json...