Harm Verhagen

Results 8 issues of Harm Verhagen

This is the same issue as #567, I could not re-open that so instead I filed a new one. I have more details and a patch. (The patch is probably...

My uwsgi logging is in utc, the users typically have timezone 'Europe/Amsterdam'. running uwsgi-sloth start gives: ``` (v) harm@server:~/uwsgi-sloth$ uwsgi-sloth start -c myconf.conf [2019-02-28 11:38:14,005] uwsgi_sloth INFO: Start from last...

startbroker.py has an option --port, but thats ignored h3. steps to reproduce `paho.mqtt.testing/interoperability/startbroker.py --port=1889` or `paho.mqtt.testing/interoperability/startbroker.py --port 1889` h3. expected result a broker is started that listens on port 1889...

startbroker.py binds to _all_ interfaces by default. It should by default bind to localhost only and optionally to all interfaces for example with an option --bind:0.0.0.0

### Description When using the COPY command with a wildcard, the copied files are all files, even if most of the source files are symbolic links. I encountered this while...

area/builder
status/0-triage
kind/bug
version/20.10

I noticed that the docker-postgis alpine images are far too big eg: `postgis/postgis 13-3.3-alpine a21d01173429 2 weeks ago 556MB` ### Cause The Dockerfile does not use a multi-staged build. ###...

When using docker_clone_volume.sh, I found that when copying a volume with influxdb data, the clones image was bigger than the original. cause: alpine base image contains a cp version (busybox)...

As requested (Carlton Gibson) in Django ticket https://code.djangoproject.com/ticket/35757#comment:21 I open an issue in this repo. ### Problem When using 'daphne' + 'channels' in a Django polls project, then runserver has...