Darren Burns

Results 113 comments of Darren Burns

`aiohttp` doesn't build on 3.11.0-beta4 due to a direct dependency `frozenlist` not yet building on it, which, apparently is due to Cython not yet building on it (https://github.com/aio-libs/frozenlist/issues/305). `aiohttp` is...

Is this for end users or developers of Textual apps, or both?

My vote is for [TOML](https://toml.io/en/) as I personally find it significantly easier to read and write. Considering `pyproject.toml` is standard now, TOML support is being added to the Python stdlib...

I have to say I'm really not a fan of the `color_auto` - it's so tightly coupled to `color` and having 2 properties interfering with each other like that is...

I'm kind of on the fence for this because I can see it (or something like it) has value, but at the same time I don't think my gut reaction...

"Fried pulse animation"? 😄

What's the `-` prefix on `success` for? Seems surprising to me (and like something I'd forget about constantly).

I'm not really following where this would be used vs where it wouldn't. A "success" attribute on a button doesn't seem like something that's primarily intended to be toggled to...

We already use `time_machine` in the tests, is that suitable for whatever use case you're thinking of here?

I think it would be nice to keep the means of "querying" where you currently are. In case you step away, come back, and get lost. Some apps might not...