Jake Howard

Results 209 comments of Jake Howard
trafficstars

Is it doing explicit tty detection? I was just reading the output in the terminal to test this, rather than piping it to a file. Either way yeah it might...

If doing this, would be good to add Arch to the supported distros, too https://github.com/geerlingguy/ansible-role-docker/blob/master/meta/main.yml#L11

Following https://twitter.com/zcorpan/status/1537067661452054529 circulating internally, I think it's best not to default to lazy loading. I've removed that default, and instead added the ability for the user to control the default...

> How would people run `init-admin` with this setup Once they start the plausible container (and its dependencies), it'd be something like `docker-compose exec plausible ADMIN_USER_EMAIL=email ADMIN_USER_NAME=name ADMIN_USER_PASS=password /app/init-admin.sh`. I'd...

When running in a k8s environment, yes using init containers is a better solution. But outside of that (eg docker-compose), that doesn't exist. I agree though it's definitely best to...

I've narrowed the issue down to the before timestamp being sent as a decimal, which doesn't make any sense. ![image](https://user-images.githubusercontent.com/6527489/58078863-a0db6b00-7ba7-11e9-8da2-57e6e7a1b1be.png) Removing the fractional component makes it work fine. Haven't been...

Node 6 is incredibly old, and no longer supported. I think the container needs updating from `boron` (6.x). After that, it should work. Editing the `Dockerfile` and changing "boron" to...

I've got the same issue. I tried looking at the `qomui.service` logs, and I think i've found the root cause: ``` Jun 09 15:47:52 *** python[3658]: Traceback (most recent call...

> `@keerl @RealOrangeOne @precla @zx2c4` Please, don't do this. Opening an issue against a seemingly-inactive repo asking for its status and gauging interest, by all means. But tagging everyone who's...

I also get this issue. The v8 API doesn't seem to specify whether the items returned are all of them, or just the active ones. It seems to do it...