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 has been archived by the owner on Feb 21, 2020. It is now read-only.
We've seen how
Injector.value()
can be problematic, and injector already has an instance scopedvalues
dict. But we lack an API for populating it.Injector.sub()
uses kwargs to create instance scoped values. I think it would be useful for the injector constructor to do the same.This would enable us to use a static request injector class in our dispatch layer at MN, which would be much simpler.
The text was updated successfully, but these errors were encountered: