Aidan Holm

Results 101 comments of Aidan Holm
trafficstars

I think I got that working with `dh build --createorig -s -c gpl3 -y`. Need to update my image to stretch first; looks like I'm stuck with WK 2.6 (!!!)...

Ok, got it working and I'm getting the same error as in your original comment

@groolot You probably need to install `lua-filesystem`. See if `cat doc/apidocs/module_info.lua` contains an error log about lfs not being found, after adding `xvfb-run`. Probably need to add `lua-filesystem` to the...

Required for #378, #379.

It's quite easy to implement a completion menu to show history; `tabhistory.lua` already does something similar. The problem is that it's difficult to determine robustly whether a tab history completion...

Automatically opening the completion list is tricky because it's difficult to know when to open it; e.g. what if you type in `:open` manually? In addition the current history completion...

Opened separate issue #41 re favicon support.

WebKit minimum text size makes it impossible to use `transform: scale`; can probably use SVG for labels as a workaround