Balázs Cene

Results 84 comments of Balázs Cene

A tiny update on this; I've been [working on](https://twitter.com/BcZsalba/status/1548685883049664512?s=20&t=5LDAOQiYugYGHYqos0xoBA) completely rewriting the docs in MkDocs Material, using markdown-generated SVG screenshots and such. It will get more focus once the new...

Welcome to the project! This is something I've working on a fix for on-and-off for a couple of months now. You can see it mentioned in the `Compositor` class: https://github.com/bczsalba/pytermgui/blob/b2bb57139a33dccb4c79f655ae2d4eb1213a047c/pytermgui/window_manager/compositor.py#L230-L239...

Should be fixed. Thank you for the report!

Yup, just remembered figuring this one out ages ago. Basically the problem is this: ```python3 # Windows shown as indices for simplicity's sake self._windows = [0, 1, 2, 3] self.focus_next()...

That actually seems to showcase another issue as well, in the window going out of the terminal screen on initial open. I'll look into this early next month when I...

Well I'm certainly glad to hear that! I have no idea what the issue was, what fixed it or when it was fixed but I'm glad it was! Thank you...

I am beyond weirded out by this issue, happens without a clear reason, disappears the same way and then comes back again. The code that is most likely responsible here...

I've checked on my machine, which is running some variation of Ubuntu with i3 and the kitty terminal and couldn't reproduce this error on the new branch, though I didn't...

That's alright! I think what's happening is the `with mouse_handler` context isn't being properly exited, but I have no clue why.

Hey! Have you been able to find anything? The compositor branch is now part of the latest release.