Closed
Description
#769 does a lot of work to make Configuration effectively a dictionary, under the hood.
Thoughts on making it a dict-like interface? I think it helps:
- expands the legal configuration values
- avoids typing complexity
- it's being used as a key-value set today, just generally with getters.
Thoughts?