Philipp Albrecht
Philipp Albrecht
I added a first draft of handling the `new` argument, but I'm not happy with the resulting code. I'm planning some refactoring for cleaning that up, but I first want...
I might set a record for qutebrowser's longest-taking PR, but I won't stop until this is done.
Picking this up again after quite some time. Since the commit history got a little out of hand, I'm trying to squash that into something more sensible before putting this...
I can also confirm % and the new lines for blank panes. - Arch Linux (kernel 5.7.9-arch1-1) - tmuxp 1.5.6 - tmux 3.1b - zsh with ohmyzsh (avit prompt) Since...
I suspect this to be an issue of slow shell startup due to ohmyzsh. I can reproduce this "% and newlines" behavior by opening a terminal and start typing right...
I am going to take a stab at this.
I did some spiking over the past weeks and now have a somewhat clear implementation idea. @toofar, as you predicted, writing an integration test for the `StatusBar` class is tricky....
> Might be the same root cause as here: > > https://github.com/qutebrowser/qutebrowser/blob/8c2e23d248e4d2150aa159ae4ac4b464bdb286cd/qutebrowser/browser/eventfilter.py#L114-L119 This is exactly the case. Even with `-s input.mouse.back_forward_buttons false` back/forward mouse buttons are still registered and result...
@The-Compiler, do you have any starting point on how to debug this further? I'm lost right now. // edit To be a little more specific: the comment stating that >...
I got GammaRay working and attached to a qutebrowser process: ```bash ./.tox/py311-pyqt65/bin/python3 -m qutebrowser -s input.mouse.back_forward_buttons false --temp-basedir # find pid via `ps aux | grep tox` gammaray --pid ```...