James Robinson

Results 4 comments of James Robinson

Looks like HOCONConverter.to_hocon(tree) will in fact do the right thing with unresolved references: HC file: template { foo : 12 bar : ${unresolved} } ---- from pyhocon import ConfigFactory, HOCONConverter...

Please merge this PR. Jinja < 3.X is well old by now, and this PR/branch is nice and clean.

Thanks [social-anthrax](https://github.com/social-anthrax) -- that procedure worked!

This is a definite bug, and is a reasonable looking fix. sqlalchemy.engine.URL expects 'query' to be a dict; not a string, so tunneling it through the DSN.ini format as a...