taobert

Results 112 comments of taobert

I still can't replicate this, but i think your logic's wrong. We're not asserting that `d->cert` is set to something, we're asserting that it's `NULL`. We then get the certificate...

I don't think that `settings.window.home_page` has changed, and even if it were deprecated, assigning to it should be innocuous. The traceback complains about `/srv/http/.config/luakit/userconf.lua:3` which as you point out is...

Note that a few luakit modules (`undoclose`, `tabgroups`, `window`) will include `session` internally, so while commenting out `local session = require "session"` in `rc.lua` will prevent the loading, if a...

Ok, so you're not telling luakit to be fullscreen in it's userconf.lua. My guess is that western does, and somehow that message is received and acted on, but that this...

Well, they _are_ in a table. You could also assign a single table to `settings.window.search_engines` if the variable name is distressing you. Note that this will throw away _all_ values...

The current (as opposed to the default) contents of `settings.window.search_engines` are at the bottom of luakit://settings (`:settings`). The default value is set in `window.lua`. You _could_ iterate through it to...

There's not (to my knowledge) an inbuilt tab-completey method. It could be done (and i think it would be useful), but you should probably not hold your breath on someone...

Without wanting to be antagonistic, i'm curious about what value the numbers alone provide you, given that the current tab number, and the total number, are by default at the...

Neat. Thanks for the context.:) > The tab numbers tweak is nice. But probably not upstream worthy becaues it won't make a lot of sense for people with favicons enabled....

If this gets implemented as a general disk cleanup routine, #494 may be relevant. Edit: Likewise, if #589 gets implemented, then any disk cleanup routine may need to avoid cleaning...