You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might be missing the obvious, but I am not getting it to work. I want to have a config option to set a list of atoms which may be empty. My schema.exs is the following
Hi,
I might be missing the obvious, but I am not getting it to work. I want to have a config option to set a list of atoms which may be empty. My schema.exs is the following
From this conform generates (via conform.configure) the following .conf file:
This works fine, as long as I specify any value for
foo.bar
, such asBut in case I do not specify anything on the right hand side (in order to set the value to the empty list) conform fails with
I've also tried setting
foo.bar =[]
in which case [] is interpreted as the atom :"[]" and the configuration is set toAny help would be much appreciated.
The text was updated successfully, but these errors were encountered: