Benno Evers
Benno Evers
If I read correctly, you're trying to manually install `dovecot` and `postfix` in Ubuntu? This is not necessary for using dockermail. Both `postfix` and `dovecot` will be installed automatically within...
By default all mail gets delivered to local addresses, so you'd need to modify some of the configuration files to get forwarding. That said, if you just want to forward...
Hi, thanks for reporting this. I was kinda expecting pulling the "latest" version to break at some point, but I was hoping for more than 20 days :/ ( https://github.com/lava/dockermail/pull/27...
Thanks for contributing! I'm a bit confused if/why this works, it's not mentioned on the matplotlib docs that `x` can be a vector of strings: https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.plot.html Would you mind adding...
Hi, I don't know much about mac, but a) Does it work if you try to 'import matplotlib.pyplot' from the python interpreter? b) If yes, does it work if you...
I'm sorry but this PR is too big, with a +1500/-1800 lines diff I can't see what you're actually changing :/ That said, the manual looks quite pretty, how was...
Worse, it appears they don't even have release tarballs, so I have no idea what they were thinking when they removed all version information from their repository :/ Seems that...
I've opened an issue on their tracker, but didn't receive a reply yet. I've pinned a commit hash, so at least it should be possible to build again. I haven't...
Hi, thanks for your interest. When I first wrote this the only way to share variables over multiple containers was to create some files in a "base"-image and stick them...
The technique looks nice, but I'm still not sure what exactly you are proposing. Surely, all of the stuff still has to be written inside some text file, so you...