Will McGugan

Results 445 comments of Will McGugan

It does look like there is a flaw in the Timer API. It doesn't mange timers that don't have the same lifetime as the widget. I have a suspicion that...

> While making changes here, I'd suggest merging set_timer() and set_interval() into a single start_timer(..., repeat: int | None). Those methods were borrowed from Javascript. I would agree that logically...

https://github.com/Textualize/textual/pull/656

They were optinal originally. We changed it to be in line with browser CSS.

https://github.com/Textualize/textual/pull/653

I'm afraid the readme for the CSS branch is terribly out of date. From memory, I think this will get you started. Navigate to the repo root and do the...

Ah, you'll need the dev extras. Try this: ``` poetry install --extras dev ``` `python -m textual.app` won't do anything in the CSS brach. fun stuff is in sandbox/will

Great! I plan on rewriting that README before the CSS branch lands. Hopefully not much longer.

TBH I would be very surprised if you get this working, even after fixing this hurdle. Pretty sure Jupyter Notebook doesn't implement full terminal capabilities. We do plan on a...