Olivier Philippon
Olivier Philippon
@willmcgugan yes, I'll try to integrate such a "time control" machinery to our integration test classes! :slightly_smiling_face:
@willmcgugan @darrenburns From my attempts to mock time in a Textual app so far, it seems to me that the current machinery makes it quite difficult... **TLDR;** A centralised "Textual...
Would we automatically handle this recursively, so that all the Widget's parents (not only its 1st level parent) scroll too if necessary?
I can indeed reproduce the bug (on Ubuntu). - Python 3.8.13: the `asyncio/base_events.py:686: ResourceWarning: unclosed event loop` error is displayed in the background of the Textual display, when the easing...
Status update: the bug seems to be fixed on the `css` branch, where the current Textual development is taking place. So hopefully it will no longer be visible when this...
It seems that the fact that Rich supports Python 3.6 prevents us from being able to upgrade the package: > The current project's Python requirement (>=3.6.3, - notebook requires Python...
Inline emphasis looks to be a good way to manage this indeed, at least for a first iteration :slightly_smiling_face:
> Note: TracebackException now has the offset and end_offset attributes which expose the information needed to print the arrows. > https://github.com/python/cpython/blob/3.11/Lib/traceback.py#L852-L864 It seems that the `offset` and `end_offset` attributes are...
Hi there! 🙂 So, I gave a try to the "_Powershell + PyTorch + Rich_" combo on Windows myself, but... I'm afraid I cannot reproduce the bug? Everything looks to...
It turns out that the plugin itself is in alpha version at the moment, and relies on a beta version of Poetry 1.2.x - so we'd better wait for these...