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
Running this example will result in an error about the list field needing to be a constant. However, if you change the list: List[EnumConfig] to list: List[String] the resulting config is parsed correctly as a list of strings.
At the moment, I have only attempted this with typesafe so I'm not sure how it affects other providers
The text was updated successfully, but these errors were encountered:
Consider the following:
Scastie: https://scastie.scala-lang.org/YzsMuk4iTzSNxqIg0fVv2w
Running this example will result in an error about the
list
field needing to be a constant. However, if you change thelist: List[EnumConfig]
tolist: List[String]
the resulting config is parsed correctly as a list of strings.At the moment, I have only attempted this with typesafe so I'm not sure how it affects other providers
The text was updated successfully, but these errors were encountered: