Aidan Holm

Results 46 comments of Aidan Holm

Thanks for the PR! This looks pretty good; I'll be busy for a few days but will give it a review when I get some free time

I've been testing this and one issue I've discovered is that it breaks tests, which rely on `luakit.so` being in the current directory. I'm trying to come up with a...

This looks like it's a webkit bug, unfortunately. Epiphany shows the same behaviour.

This one is strange; you can remove the binding (see luakit://help/doc/modules/modes.html#function-remove_binds for a code snippet) but the undo command still doesn't seem to work...

If you want to be able to automatically fill forms, the formfiller module does that. Otherwise, there is the `:dump` command for saving pages as HTML.

Try just using `socks://` instead of `socks5://`. Webkit proxy support has been kind of flaky in my experience, so you might need to experiment a bit. Using wireshark to verify...

Hi! very cool photo! There's been some sort of mixup with the debian tags which probably happened when my luakit fork was moved back to the mainline repo. There should...

Sorry, I wasn't clear earlier: the file is relative to the root of the repository, inside the clone. Since you clone luakit to `~/debian/luakit/`, the full path should be `~/debian/luakit/debian/source/gitpkg-deb-export-hook`....

I suspect it checks out a copy of the repository into a temp dir and then continues from there (the `../deb-packages/luakit/luakit-...` directory in the error message). If so, creating the...

Sorry for the slow response; you should be able to specify a logfile with `pbuilder build --logfile /tmp/pbuilder.log ...`. What was the error for the homepage install?