Tim Moody
Tim Moody
iiab.ini can contain an illegal line that causes parsing to fail in the standard python parsing library in the following fragment seen on a user machibne the second line is...
not sure if this is reproducible
comments that hardcode softcoded parameters can become out of date it would be better to give a link to where the value is defined
As an experiment I created a gzip directory under the web root and put a gzipped hello.html file there. With the following directive nginx unzips on the fly. Even better...
I am assuming that installed status can be had from state.yml. On the last call it was said that enabled should be taken from systemctl is-enabled. This is a reasonable...
if lang code lookup fails, e.g. if EN instead of en, a python error occurs
In order to seed on ubuntu 20.04.1 transmission needs the following settings in /etc/sysctl.conf ``` net.core.rmem_max = 4194304 net.core.wmem_max = 1048576 ``` Could be true of other OSes.
Under some circumstances mwoffliner seems to generate html for the image in an infobox that causes the text to wrap around the image. See https://github.com/kiwix/kiwix-js-windows/issues/232  This happens when the...
In monitoring the urls requested by mwoffliner I observe what seems to be a check for available APIs and the code seems to use a pluggable api handler. /w/api.php?action=query ......
This error is in the apache2 error log. Does it come from pyzmq or mod_wsgi? If pyzmq, how can I get more info; my python code does not report any...