Tim Moody

Results 50 issues of 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...

bug

not sure if this is reproducible

question
admin console

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...

enhancement
question

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...

question
admin console

if lang code lookup fails, e.g. if EN instead of en, a python error occurs

bug
question

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.

question

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 ![image](https://user-images.githubusercontent.com/5678731/157078410-c23ed05d-8530-4495-a5f0-2fbe84467fd7.png) This happens when the...

stale

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 ......

question
stale

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...