Mike Wiegand
Mike Wiegand
Before adding this plugin I managed to add a sub-category to a custom taxonomies slug but now it outputs %project_cateogry% in the URL. Maybe the following code help kicking off...
@rlagerweij I struggle to follow your steps to obtain the OTGW-firmware.mklittlefs.bin file. Can you share more details please? Or, @rlagerweij can you add the missing file in the repo instead...
I face the same error when compiling from source. Any idea what my mistake could be? ``` $ sudo git clone git://github.com/vision5/ngx_devel_kit.git $ sudo git clone git://github.com/openresty/luajit2.git $ cd /opt/luajit2/...
I managed to compile nginx with lua by manually adding the variables into the config file as suggested in [this Chinese forum](https://v2as.com/article/082ce7cf-d887-484a-8ab1-7e1fe43628d7) ``` $ sudo nano /opt/lua-nginx-module/config LUAJIT_LIB=/usr/local/lib LUAJIT_INC=/usr/local/include/luajit-2.1 ```
@ssokolow Is this an issue at all? There won't likely be the situation where someone will sue someone else as the intention of this project is to share. Though, it...
I have tried it with: - width, height - font-size, line height, letter-spacing, font-family - margin, padding (pos. and neg.) - position - display - selectors like + or ~...
Same here but for different package(s) luci-app-log-viewer. By removing that package, attended sys upgrade was possible. ``` { "url": "https://sysupgrade.openwrt.org", "revision": "r23630-842932a63d", "advanced_mode": "1", "sha256_unsigned": "", "branch": "23.05", "efi": null,...
I got an start up error of the nginx init script: `PID file /usr/local/nginx/logs/nginx.pid not readable (yet?) after start: No such file or directory` Though, I tried modifying the init...
I am looking to track registrations either by sending an JS-event for GTM / GA or by forwarding them to a special side. Checking the code I found: ``` public...