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
{{ message }}
This repository was archived by the owner on Dec 24, 2024. It is now read-only.
the add method of the config builder has a very specific and idiosyncratic behvaior: It only accepts a single item or a list of items. This requires knowledge of internal implementation.
Much better to just let it accept a single item only. This is also the documentation.
the
addmethod of the config builder has a very specific and idiosyncratic behvaior: It only accepts a single item or a list of items. This requires knowledge of internal implementation.Much better to just let it accept a single item only. This is also the documentation.