richard-browne

Results 2 issues of richard-browne

Question about SIGTERM behaviour. It's not clear from your README. Suppose I have a docker container thus: `ENTRYPOINT ["/usr/bin/dumb-init", "--", "entrypoint.sh"]` ``` #!/bin/sh crond -b exec /usr/sbin/nginx -g daemon off...

Scriban seems to be missing Liquid functions such as 'escape' and 'newline_to_br'. I know there is eg 'html.escape', but when using ParseLiquid() compatibility mode, I think one would reasonably expect...

enhancement
pr welcome