Emanuele Sabetta

Results 243 comments of Emanuele Sabetta

I really beg you to fix this issue with Textual. 🙏😩🧎🏻‍➡️ Textual worked in the past, so it should be possible to fix this, right? Please, this is making using...

@holzschu No, unfortunately **the 'inline' mode is NOT equivalent to the normal mode**. The app looks the same, but all the mouse/touch interactions are disabled or maimed. In normal mode...

@holzschu But that is exactly the intended behavior. Inline apps are using the normal screen mode, not the alternate screen. It is the alt-screen mode that makes a-Shell hang forever...

> Textual apps running in non-inline mode are not sending _anything_. Are you saying that this function is never called? ```python def start_application_mode(self): """Start application mode.""" def _stop_again(*_) -> None:...

@holzschu I think it would be in the best interest of the Textual devs to support a-Shell as a platform. Even if it is not a bug by their part,...

No, because if I PASTE a text with few lines of code, only the first one is sent, then it returns, leaving out all the remaining lines of code. This...

Let the thing be configurable. Users that find it onerous should only change a setting from true to false. And regarding the suggestion to use cat and read a file......

I completely agree with @danielorozco06. The unified diffs and commits make it harder to supervise the code changes. A big batch of changes applied altogether will make it too easy...

Of course the cases I was referring to were those ones when Control-C won't work. As I said, the hang process made the keyboard unresponsive.

Can you implement a plug-in system for Aider? I would be happy to write a plugin for letting Aider receive the log output from Textual (all I need to do...