We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given the following:
- (INFOwnerDetailsManager *)ownerDetailsManagerForUser:(INFUser *)user { return [TyphoonDefinition withClass:[INFOwnerDetailsManager class] configuration:^(TyphoonDefinition *definition) { [definition useInitializer:@selector(initWithEngine:initialUserDetails:) parameters:^(TyphoonMethod *initializer) { [initializer injectParameterWith:[self engineWithPollingInterval:TyphoonConfig(@"data.ownerDetails.polling") cacheExpire:TyphoonConfig(@"data.ownerDetails.expire")]]; [initializer injectParameterWith:user]; }]; }]; } `` . . the TyphoonConfig that goes to the `engineWithPollingInterval` is not resolved.
The text was updated successfully, but these errors were encountered:
Oops. . I downgraded from :head to 2.3.0 because #264 did not work out for me. . so that would be why the above did not work.
Sorry, something went wrong.
No branches or pull requests
Given the following:
The text was updated successfully, but these errors were encountered: