taobert

Results 112 comments of taobert

Well, `grep -ri utf` produces _many_ occurrences of UTF-8, in both cases, and with and without the hyphen. By contrast, `grep -ri ucs` finds only one variable in one function...

Well, it might help to know how you're scrolling (key bindings/mouse wheel/click and drag). But first, your version of luakit is quite old. Can you confirm that it's still an...

Hmm. I think i can reproduce this with current `develop`. If i open [https://en.wikipedia.org/wiki/Lua_people](https://en.wikipedia.org/wiki/Lua_people) in a new tab, i can scroll the page with the mouse wheel. If i reload,...

If i set a signal handler on the window for scroll events: ```lua window.add_signal("build", function (w) w.ebox:add_signal("scroll", function() print("window scroll") end) end) ``` it _doesn't_ print anything when the window...

I can no longer reproduce this using the wikipedia links i mentioned above. Is it still affecting you?

Ok, so the reason i could no longer reproduce it was that i'd screwed up some code, and thereby stopped settings loading. On paring down the settings to find the...

You'll probably also need to run `apt-get build-dep luakit`.

In debian (and derivatives, such as ubuntu) there is an `/etc/apt/sources.list` which contains a list of repositories where packages can be installed from. For whatever reason, compiled ready-to-install packages get...

I'm not able to reproduce this with current `develop` under Debian Sid: ``` # luakit --version luakit 2.3-101-g69128e11 built with webkit 2.34.1 (installed version: 2.36.7) ``` Would you fill in...