Adam Tkac
Adam Tkac
Since github doesn't allow me to attach a patch directly (sigh), I put it on gist: https://gist.github.com/vonsch/ace902f6feadcd4f9c57
Please check this php bug: https://bugs.php.net/bug.php?id=15841 If I read it correctly, php's mail function should be fed with OS native line breaks (although documentation says something different). Please note I'm...
You are right, I forgot that z-push-contrib supports various mechanisms for sending mail. Line ends are tricky but I don't think we need another config value, it will only confuse...
Is it possible this issue is related to usage of builtin etcd? We have following configuration in our apisix-ingress-controller helmchart values.yaml: ``` config: ... etcdserver: enabled: true image: repository: docker.io/apache/apisix...
Hello, any luck with trying to reproduce this bug? I can provide detailed debug output, if needed, this issue is also visible in our environments, forcing us to still use...