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
Need to support all configs. Defining all of them is tedious, can we automate this somehow?
Initially each config had a case class, and a companion object with an implicit. A simpler idiom is just the object with an apply constructor, or pre-defined values in some cases. Refactor to simpler approach.
The text was updated successfully, but these errors were encountered:
The utils we provide for configs need to be improved in a few ways:
The text was updated successfully, but these errors were encountered: