Simon Bachstein

Results 3 issues of Simon Bachstein

The substitution resolution is not performed in the order of the HOCON variable assignment. Version: 0.3.58 Example: `pyhocon -i ` Input file: ```ini common = common original = ${common}/original result...

Version 0.3.58 This affects all available converters. I use JSON here as an example: ```python import pyhocon config = pyhocon.ConfigTree() config.put('foo', 'bar') pyhocon.HOCONConverter.convert(config, 'json') ``` Result: `'{\n "foo": "bar"\n}'` Expected:...

Fixes #2918 Allow for a root path parameter so that Phoenix can be hosted behind a proxy with a path prefix. `Session` code has not been adjusted because the adjustment...

size:M