Mike Robinson

Results 62 comments of Mike Robinson

@clauderic Several people have expressed that they are willing to take this project over for you. Can you just take a couple of minutes and grant them admin access and...

As an alternative, I would also like to recommend Adobe's [React Aria](https://react-spectrum.adobe.com/react-aria/useTable.html), which has an accessibility-first philosophy and would probably be a better fit for Radix.

> TanStack already offers accessibility and is extremely user-friendly @tcortega Actually TanStack [does not offer accessibility](https://github.com/TanStack/table/issues/1143#issuecomment-464186246) (straight from its author), so if we want to follow the same philosophy as...

Actually, maybe more headers should be set as well. For example, here's what [laravel-swoole recommends](https://github.com/swooletw/laravel-swoole/wiki/9.-Nginx-Configuration).

Just a note, on vercel.com (which was mentioned in the OP), the "Features" menu is now opened both on hover and on click. I'm wondering if they did any sort...

> I've found that a lot of mouse users will instinctively click the menu triggers to open them I find myself constantly doing that with this library.

@feiniks Wildcards don't work at the beginning of the ignore strings?

The error is because `swal` is used for both `$.wn.alert()` as well as `$.wn.confirm`. It is trying to display an alert before SweetAlert has finished closing.