Sergey Lavrinenko
Sergey Lavrinenko
I suggest checking the network availability of the etcd cluster before adding nodes to the Patroni cluster. If etcd is unavailable for some reason, don't even attempt to add the...
Transformer fails on RFC 2397 data url scheme. One should write test with embedded image, paste traceback here and discuss how to fix.
Now we have to make explicit django template rendering: ``` from django.template.loader import get_template DjangoMessage(html=get_template(template_name).render({'a': 42}, ...) ``` Proposed way is to support lazy rendering: ``` m = DjangoMessage(html=get_template(template_name) m.render({'a':...