Jeff Wright
Jeff Wright
I've observed this as well. Python 3.9.9, Mac Monterey 12.3.1, iTerm 2 Build 3.4.15.
I am interested in seeing improvements in the docs as well - they are pretty comprehensive as far as annotating the API goes, but I don't really feel like there's...
For me, I am having a hard time just getting off the ground. What I'd like to have is a boilerplate file that provides me with a blank window/frame/whatever-the-terminology-is-here that...
I would not be opposed to pitching in to develop some graded tutorials either.
Amazing, thank you so much! I have some studying to do. :-)
BTW the provided code in `boilerplate.py` still calls exit(), instead of stop(), resulting in the error originally reported in this thread.
I've noticed the same thing. It's not clear to me if debugging in Textual is so difficult because of Textual itself, or because of the whole asyncio thing. But it...
If it's not getting fixed, shouldn't it be closed? As it is now, it's tagged with the 'help wanted' tag, which is why I even looked.
I hacked together a solution to this problem by slightly modifying `_build_normal_summary_stats_line()` in src/_pytest/terminal.py, and adding a custom attribute to the `config` object. I was hoping to leverage some of...
Hey, thanks for the reply. Is this something we should leave to the devs, or would it be something I could try myself and submit a PR for? I haven't...