David

Results 526 comments of David

> **(1)** Do not pass methods, let them belong to the object (object, not config): I am interested in hearing @poire-z's and @Frenzie's view on this. > **(2)** `preset_object.presets` is...

> > I interested in hearing @poire-z's and @Frenzie's view on this. > > It depends. Any sample lines? On mobile now, but essentially the `readerdictionary:genPresetMenuItemTable(touchmenu_instance)` the `create` one is...

dear @poire-z, we both are in the same boat here (incidentally I too find it extremely annoying to not be able to get straight answer but alas, zen mode). My...

I already provided reasonable explanations so will not be engaging in that again, also I am not playing that game of "try this and that" like in #13208 thank you...

currently, if you have the cover option selected, and you choose to hide covers when locking from FM (for instance), setting the custom image is greyed out, which makes it...

perhaps something like this? ```lua callback = function() G_reader_settings:flipNilOrFalse("screensaver_exclude_finished_books") if G_reader_settings:isTrue("screensaver_exclude_finished_books") and not G_reader_settings:readSetting("screensaver_dir") then UIManager:show(InfoMessage:new{ text = text_func(), }) end end, ``` ```lua local function text_func() local text =...

> Still not a fan, but as you don't give up, ok. Well, someone needs to strive to make koreader great again ;)

Hello everyone, I've encountered a bug and would appreciate your input on the most appropriate way to address it. The issue occurs under the following conditions: The `screensaver_hide_cover_in_filemanager` setting is...

that was my original approach, I just wanted to make sure... because if one tries to open the `lastfile`, said file will still be the last one and thus be...

> 1. `["invert_progress_direction"] = true,` doesn't even go to the book's metadata.lua. Is this by design? > 2. My `directory_defaults` tweak with `invert_progress_direction` actually doesn't work. I setting the setting...