Darren Burns
Darren Burns
Hey @onlyacat, I've added a `font_aspect_ratio` to `export_svg` and `save_svg`. If you use a custom font, you can use this new parameter to modify the default `0.61` value. That'll be...
Some notes from our chat: Margin and padding are SpacingPropertys which currently only accept integers. Since this unit is a Scalar, they'd have to be updated to support this one...
Should be covered by https://github.com/Textualize/textual/issues/1010 / https://github.com/Textualize/textual/pull/1079?
Warnings write to `stderr` by default, and we already capture them and send them to the devtools. If `--dev` isn't enabled, then we swallow them silently. We'll park this one...
This feels like it isn't ready to be picked up and needs a discussion first.
The issue was more that if you scroll a container say half way down, then a render occurs with new content, the scrollbar stays at the half way point but...
Hey, glad you're enjoying it! This is something I never really thought about - I guess because development of Ward was heavily influenced by my own experience testing and I've...
Huh, interesting. Thanks for the info. I'll re-purpose this issue to be around changing to use the Codecov Action. I think the thing that seemed particularly weird was the comment...
I agree this could be useful. I came really close to adding it when writing some of the tests in the Ward test suite.
Mentioned elsewhere that an equivalent of `capsys` would also be useful.