puterboy

Results 199 comments of puterboy

I verified using alpine linux, that: `apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/v3.21/community luakit=2.3.6-r0` WORKS but: `apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/v3.22/community luakit=2.4.0-r0` FAILS so clearly seems to be a change from: luakit 2.3.6 to...

I even tried editing `data_cache.json` and `retained.json` which I accessed by docker exec'ing into `hassio_supervisor` and going to the directory `/data/addons/data/cebe7a76_hassio_google_drive_backup/` but still didn't show up... By editing, I mean...

This would be REALLY helpful to maximize sensor lifetime and optimize the tradeoff with timeliness of updates.

Thanks @balejk - this patch is extremely helpful for my 'kiosk' use case where I don't want to generate new tabs but rather keep everything in a single (full-screen) window....

Also as discussed, one could alternatively just add: **ALTERNATIVE # 2** ``` if _M.open_link_in_current_tab then w:navigate(u[1]) table.remove(u, 1) end ``` before the existing code: ``` if not _M.open_links_in_new_window then for...