arza

Results 24 comments of 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: ![tree1](https://user-images.githubusercontent.com/7052386/57986764-c5d5be00-7a81-11e9-83dc-9dc9512f27e5.png) ![tree2](https://user-images.githubusercontent.com/7052386/57986765-c5d5be00-7a81-11e9-866d-e27b8001648e.png) ![tree3](https://user-images.githubusercontent.com/7052386/57987029-c6238880-7a84-11e9-8cab-b8e2f2f95bf4.png) ![tree4](https://user-images.githubusercontent.com/7052386/57986766-c5d5be00-7a81-11e9-9e3e-c8ca6b310200.png) ![tree5](https://user-images.githubusercontent.com/7052386/57986767-c66e5480-7a81-11e9-8404-0a8e2c2b6560.png)

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...