integrant

2018-01-10T20:56:52.000483Z

@weavejester I have encountered an issue regarding (ig/ref …) when the config is read from a file. Thanks for any comment, see https://gist.github.com/KingCode/75026a8bdae9415e773a25f0aac99e5d

2018-01-10T21:43:28.000023Z

@kingcode Use #ig/ref when reading from edn, use (ig/ref ...) when writing in Clojure directly.

2018-01-10T21:44:57.000355Z

@weavejester Ah OK, that did fix it…Thank you..