toofar

Results 182 comments of toofar

I made this extension to reload extensions to make hacking easier. Previously I was developing them in config.py because that supports reloading and then moving them to extensions. I also...

I added another commit just to handle an unusual case of the pin widget being closed while the "edit pin" capture was still open. It shouldn't happen normally, but you...

If people think it would be preferable to have it on the primary screen then changing [this line](https://github.com/flameshot-org/flameshot/blob/dff3fe8/src/widgets/capture/capturewidget.cpp#L252) to use `QGuiApplication::primaryScreen()` would probably do it. The "current screen" it refers...

> To get them closer to what an user actually does, it'd even be possible to have a qute fixture or so, so you can do things like qute.run(':set foo...

@augustebaum thanks for the note! Assuming I'm understanding your scenario right, and going off of [my notes](https://github.com/qutebrowser/qutebrowser/blob/9bf2bae60f6daf631729cb901c845e6c48da4778/doc/treetabs.md#settings) it seems that `tabs.new_position.unrelated` is essentially replaced by the new setting `tabs.new_position.new_toplevel`, as...

@artromone thanks for your interest! It's not merged to the default branch yet so you need to run qutebrowser from source on the `tree-tabs-integration` branch. There is a script included...

I went on a bit of a refresher of this topic over the last couple of days, thanks to https://github.com/qutebrowser/qutebrowser/discussions/7862. `completiondelegate.paint()` is called for every cell in the completion widget....

This would probably be a pretty big job to get it working everywhere, a lot of commands invoke async Qt methods. Perhaps we should decide on a way (and syntax?)...

To clarify, I'm not saying to use callbacks. I don't care how it is implmented. I'm saying that if making this happen for everything is too daunting (it is) then...

I'm seeing this too. ``` $ wget --server-response http://phane.local:9999/ --2023-09-02 16:24:02-- http://phane.local:9999/ Resolving phane.local (phane.local)... 192.168.0.221 Connecting to phane.local (phane.local)|192.168.0.221|:9999... connected. HTTP request sent, awaiting response... HTTP/1.0 302 Moved Temporarily...