Michael Black

Results 4 issues of Michael Black

I would be interested in using mockyeah, but I would like to consume it as a docker image (something like alpine + node + mockyeah-cli) and then spin up a...

Config files that try to include multiple other resources seem to be incorrectly parsing subsequent statements. This works: ``` include required("a.conf") - include required("b.conf") ``` and this works ``` include...

# Problem Per the [HOCON docs](https://github.com/lightbend/config/blob/main/HOCON.md#include-semantics-locating-resources): > For plain files on the filesystem: > - if the included file is a relative path, then it should be located relative to...

Fixes https://github.com/gurkankaymak/hocon/issues/28 I originally hoped to just work around this bug, but it proved to be particularly frustrating when trying to load config files from multiple different working directories within...