Dave Pearson

Results 161 comments of Dave Pearson

If you're asking if `TabbedContent` currently supports that: no, that isn't something there at the moment.

Yeah, I had a *very* quick play yesterday (not enough to draw any useful conclusions) and it felt like it was a tree-sitter issue; for example when I loaded the...

On point 2: it's because you're essentially overriding the first animation with the second. This is where you'd use `on_complete`. For example: ```python from functools import partial from textual.app import...

As identified by Tom above, this is fixed by #4226 -- confirmed locally; just needs the docs to be published. Closing as done.

While making a start on this I ran into some confusing results and ended up uncovering #4096; so I think this will result in a revamp of how `ProgressBar` does...

WiP on this has addressed #4096, but also uncovered a further issue where the `ETAStatus` appeared to be updating when it wasn't necessary; this has now been identified and fixed...

Keeping this on hold for the moment, as per in-person request last week (as we want to do some extra work on CSS in support of some of the requirements...

There's been one in the description since you asked this morning.

As of the time of writing #4256 adds code that further leans on that hashable nature; either this should be the moment to tackle this, or when this does get...