Anton Backer

Results 48 comments of Anton Backer

M1 mac w/ macOS Sonoma, Chrome 124.0.6367.61

Here's a capture with keycaster: https://github.com/adobe/react-spectrum/assets/13100/806950d8-00c5-46e0-b749-0b951be1328d The first three pairs of taps successfully open/close the popover, then the 4th pair of taps demonstrates the issue.

Sure. Could it be something like `--colors=16`, with the options being 16 or 256?

I've been working through a few issues in my own use of React Aria's DnD recently, especially on mobile, and I thought it was logical to check if the React...

In their current state, the docs are obviously very useful as a way to learn about the capabilities of the framework. It makes sense for each example to showcase a...

Filtering out users who are not signed in

I also tried `user.ip is ""` and `user.ip is None`, since the list displays IPs when an email is not available, but both of those queries crashed. After that I...

Also, it's not just the `is not` operator. `user.email is ""` returns weird results, too. In my project, that returns at least some rows where users clearly have an email.

Thank you, after this release the issue appears fixed in production :)

This affects not just Tables, but collections in general. The most insidious part of this bug is that it does not point to the part of your code responsible for...