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
we use a variant of stickycode for config and it is of limited usefulness, we can just use the FallbackConfig capability which essentially does the same thing and remove the library dependency.
In the constructor we should pull the config rather than use the declaredconfigresolver. Some extra utils will be required to convert to types and lists for example, ensure spaces are stripped.
The text was updated successfully, but these errors were encountered:
we use a variant of stickycode for config and it is of limited usefulness, we can just use the FallbackConfig capability which essentially does the same thing and remove the library dependency.
In the constructor we should pull the config rather than use the declaredconfigresolver. Some extra utils will be required to convert to types and lists for example, ensure spaces are stripped.
The text was updated successfully, but these errors were encountered: