arza
arza
- Crash: have two tabs, second a child of the first one, and run `tab-move 2` in tab 1: ``` DEBUG commands command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.tab_move(, 2, None) ERROR misc crashsignal:exception_hook:214...
> @arza-zara mmmh, the crash happens for a very good reason: you're trying to move a tab as a descendent of itself. > I fixed it by raising and error...
Tree with collapsed subtree isn't closed properly, QtWebEngineProcess remains and tab isn't restored with undo. Collapse at 2, close tree at 1, undo:     
I did conflict resolution and some fixes in [my branch](https://github.com/pinusc/qutebrowser/pull/1). Maybe I'll write some tests too.
I have found `:set qt.process_model process-per-site` to be a big improvement over the default `process-per-site-instance`, especially for suspended tabs as only one QtWebEngineProcess is created for all suspended tabs. I...
It comes from the color reset code, here's the raw data: ``` \x0302\x1Fhttp://git.io/abcde\x0F ```
`/set weechat.bar.buffers.filling_left_right vertical`
* `["urxvt", "-e", "vim", "+call cursor({line}, {column})", "{file}"]` * `["gedit", "+{line}", "{file}"]` * `["mousepad", "{file}"]`
Do you have auto_save.session set to true? Anyway, I'd like to keep a number of sessions as a backup.
I can reproduce with this in source directory: ``` qutebrowser="./.venv/bin/python3 -m qutebrowser --debug -B $HOME/qutedir/" file=./qutebrowser/browser/webengine/webenginetab.py $qutebrowser -R ./tests/end2end/data/numbers/{1,2,3}.txt & sleep 2 $qutebrowser :wq echo GARBAGE >> $file $qutebrowser sed...