Jerry Vonau

Results 384 comments of Jerry Vonau

> > Shame one has to completely start over to pickup a single incremental change > > Not sure what you mean. Git pull and install takes a few minutes....

What about the latest darling of the bunch in Matomo that only became functional after issue #3441 was filed despite being in the code base since #3304?

The last remaining small issue is this noted error >XHRGET http://192.168.122.35/osm-vector-maps/viewer/init.json [HTTP/1.1 404 Not Found 0ms] This file does exist in [iiab](https://github.com/iiab/iiab/blob/master/roles/osm-vector-maps/files/init.json) but is not installed.

> > The last remaining small issue is this noted error > > > XHRGET http://192.168.122.35/osm-vector-maps/viewer/init.json [HTTP/1.1 404 Not Found 0ms] > > > > > > This file does...

Ok init.json shows up once one of the z11+ mbtiles are installed, still would be nice to be able to tweak the focus at some point later. Is there a...

@nzola Please email privately me the contents of /lokole/state/settings.env from the 0.6.10 machine please.

Lets get some timestamps `ls -l /lokole/state/` `ls -l /home/pi/lokole/state/` On 0.6.10 does /home/pi/lokole/state/settings.env exist? if so email me the contents as there may be sensitive info that should not...

Replaced the contents of /lokole/venv/lib/python3.7/site-packages/opwen_email_client/util/network.py on jv-rpi-stock with this complete hack ``` def check_connection(hostname, port): print (hostname) SOMEHOST= 'mx.sendgrid.net' try: os.system("ping -c 5 " + SOMEHOST.strip(";")) is 0 return True...