Stefan Hagen
Stefan Hagen
Deleting cookies is possible via https://github.com/luakit/luakit/pull/818 The "UI" is menu driven and could be improved.
You could generate your speed dial html outside luakit and load it as newtab.html, see https://luakit.github.io/docs/modules/newtab_chrome.html. ...or set luakit://bookmarks as newtab page?
What's your goal here? Do you want a bar with just favicons and numbers? If that's the case, this should help: ``` -- Add tab favicons mod local tab_favicons =...
Getting the follow mode exactly right is not an easy task. Elements are often partially hidden. Or non-link elements are on top and the click event is passed through. It...
Thanks. I'm from DE (but had set LC_NUMERIC=C in my env already). I will play with this. I have no experience with locales, but would assume that putting LC_NUMERIC=C into...
I think this has been superseded by another PR that fixed DESTDIR. I'll close this 7 year old PR. But feel free to reopen an rebase it on current luakit.
Not really our bug and no response from the thread author in a while. I'm closing this issue.
I guess aidan was ok with this code - and even it has been sitting here for 6 years, I'm going to merge it now.
I had to revert this PR, because it's causing a segfault in the unit test "async/test_memory_leaks". ... and I don't know how to reopen this PR :/ Feel free to...
There's a another segfault on undoclose. Maybe these are related. When this is fixed, I'll try to work on this one here again. Backtrace below. ``` Thread 1 received signal...