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
fa2eed1 changes all config objects back to config modules, the way they were before the migration to gRPC.
Rationale was that everything looked noisy with : and I'd rather have better visual separation of modules and handles than not have global state.
So if for some reason you're trying to use this thing and you have a custom config you should just be able to replace : with . in the necessary places.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
fa2eed1 changes all config objects back to config modules, the way they were before the migration to gRPC.
Rationale was that everything looked noisy with
:
and I'd rather have better visual separation of modules and handles than not have global state.So if for some reason you're trying to use this thing and you have a custom config you should just be able to replace
:
with.
in the necessary places.Beta Was this translation helpful? Give feedback.
All reactions