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
Currently we have both optionst and configt (plus a few other even more custom configuration options). Each has benefits - optionst is generic but un-typed, and configt is typed, but not very generic... We should expand optionst so that options are type safe, and then replace any usage of configt or other custom config objects with optionst.
The text was updated successfully, but these errors were encountered:
Currently we have both
optionst
andconfigt
(plus a few other even more custom configuration options). Each has benefits -optionst
is generic but un-typed, andconfigt
is typed, but not very generic... We should expandoptionst
so that options are type safe, and then replace any usage ofconfigt
or other custom config objects withoptionst
.The text was updated successfully, but these errors were encountered: