Popoxee
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Popoxee created a post, AnsweredPycharm cannot resolve type from dependency injection with wiring.Provide
E.g. ```class Container: publisher = providers.Singletons(get_publisher)Thenpublisher=Provide[Container.publisher]``` Expected:publisher can be resolved based on the provider get_publisher.Curre...