Duncan Hill
Duncan Hill
The artifacts for ventoyboot 1.0.22 are incomplete; there is no ventoyboot subdirectory like in 1.0.21 and earlier. unzip -t v1.0.22.zip Archive: v1.0.22.zip 58c6314935cb9b53bd14fe5d802b2a66057c5608 testing: vtoyboot-1.0.22/ OK testing: vtoyboot-1.0.22/.github/ OK testing:...
Context == Queries written without back-ticks on the table names will sometimes result in a table name of `DUAL` in the generated sql-insert formatted text. ``` mysql 10.5.15-MariaDB-0+deb11u1 mycli 1.23.2...
Summary ======= The existing luci-app-example is very basic, and provides very little context to someone just getting started with LuCI development. The changes in this PR are basically "I wish...
Summary ======= There is no integration into the web UI for AdGuard Home. This PR adds * A Lua script for rpcd to interface with the AGH REST API *...
The code block ``` var daily = feed.getdata(use_kwh,start*1000,end*1000,"daily",0,1); var usetoday_kwh = null; if (daily.length>0) { usetoday_kwh = daily[daily.length-1][1]; } if (usetoday_kwh!==null) { if (usetoday_kwh current cost should be applied here...
Fixes `PHP Warning: Undefined array key "fetch_headers" in /usr/share/roundcube/plugins/message_highlight/message_highlight.php on line 52` Resolves #26
Roundcube: 1.5.0 (debian package) PHP: 8.1 With the plugin enabled, the roundcube error logs get gently spammed with PHP warnings about the use of fetch_headers in the storage_init hook. The...