Glebs Ivanovskis
Glebs Ivanovskis
Always hitting "yes" can be annoying too, especially if we factor in how many extensions tend to show prompts and notifications. Can we have this as a configuration option? Sort...
> This supports a configuration option that will always restart the server if you change those settings. Oh, my apologies. I was late to the party and started reacting to...
> On balance I think it's probably better to follow VSCode conventions and accept that it's not particularly secure :-( You don't have to accept VS Code unsafe conventions. I...
@pedropilla, is this issue still happening? Have you tried the latest module version?
It looks to me that the problem is here: https://github.com/monitoringartist/zabbix-docker-monitoring/blob/fd3f6e818e31989972f15fbe86079573fc1c6608/src/modules/zabbix_module_docker/zabbix_module_docker.c#L1274-L1280 If `fgets()` fails, then loop body is never executed and `first_task` is not initialized and subsequent attempt to release memory:...
Travis CI is still free for open source projects. They had to change their rules (blame cryptocurrency miners) and now you have to apply for your build time instead of...
#166 is now closed by the author. @timabbott, please consider merging this PR. You raised backward compatibility concerns in https://github.com/zulip/docker-zulip/pull/166#issuecomment-437986089, but I think that https://github.com/zulip/docker-zulip/pull/166#issuecomment-615525202 answers them pretty well.
I guess #307 should fix this issue.
You may want to use [Docker Configs](https://docs.docker.com/engine/swarm/configs/) to store config file separately from the container.
Users can be advised to use `docker compose config` to verify that Docker Compose interprets their Compose file as intended.