Tobi
Tobi
@danmbox I implemented the "entire line" feature. Comparing with sqawk examples: ``` sqawk -1 -OFS ' -- ' 'select a0, count(*) from a group by a0 having count(*) > 1'...
Very low priority and not really necessary in my opinion. Is the intention of this to zoom into images? I think it would be more useful if the user had...
@tombh Maybe compiling a version of firefox without certificate warnings and the like would be a solution. One layer of security would be missing though. We would need to maintain...
@jypma The interfacer written in Go could check for any certificates before the webextension and therefore firefox is used.
@tombh Maybe you could an abstract wrapper around marionette, to which you could later add RDP or other implementations. I don't know if this would work, as I know virtually...
I think this is a corner case, as basic http authorization is rarely used nowadays. This is why I added the low priority label.
@aquaminer I'm not sure that's true. If so, then your issue would be fixed along with this one #26 .
It should be possible to bind multiple keys to the same action. For example it would be good to be able to use "F5" for reloading a page like in...
@tombh Thanks. About the failing tests. Of the 4 tests that tend to fail because of my changes 3 are failing because of the change I made to frame_builder.go. This...
@tombh The link hint keys are intended to be user configurable. There's a default setting, and as of now it's not configurable. When there are very few links on a...