clayote

Results 29 comments of clayote
trafficstars

When you click an image, currently, you get a modal with the image displayed at full size. How about simply displaying the image description there as well?

How should we represent the widgets' boundaries in the tree? (pos, size) might be sufficient for most widgets, but if it's a Scatter or something like that, we might need...

Ah -- perhaps tyrylu meant that we shouldn't represent boundaries within this tree at all, instead implementing some other API that takes an element in that tree and changes its...

I'm not sure whether it's better to support such accessibility as we can without `AccessibleBehavior`, or not to, and just focus on making it maximally convenient for developers to mix...

OK, so the accessibility module should still work when the app does not support tabbing. I guess that means it needs to detect when a widget is being hovered over...

It's not clear when it'll be ready, but we may be able to use [AccessKit](https://github.com/AccessKit/accesskit) for our accessibility API.

I actually tried just switching that block to tabs manually, and yapf doesn't seem to respect that either? It turns it back into spaces.

Looks like AccessKit is ready! [Here's the Python package](https://pypi.org/project/accesskit/) for it.

Let's move to #8547

I might do well with [msgspec](https://github.com/jcrist/msgspec)