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
It's a big hassle that a factory function have to be nested inside of another function when passed to the to_*factory binding builder functions. Instead of the wrapping function taking a DI container reference, the factory function can take a DI container reference and can be curried before it is given to the user.
to_*factory
to_*dynamic_value
The text was updated successfully, but these errors were encountered:
HampusMat
changed the title
Remove need to nest factories passed to to_*factory
Remove need to nest factories passed to to_*factory binding builder functions
Jul 7, 2024
HampusMat
changed the title
Remove need to nest factories passed to to_*factory binding builder functions
Remove need to nest factory passed to to_*factory binding builder functions in function
Jul 7, 2024
HampusMat
changed the title
Remove need to nest factory passed to to_*factory binding builder functions in function
Remove need to nest functions passed to to_*factory and to_*dynamic_value
Sep 18, 2024
It's a big hassle that a factory function have to be nested inside of another function when passed to the
to_*factory
binding builder functions. Instead of the wrapping function taking a DI container reference, the factory function can take a DI container reference and can be curried before it is given to the user.The text was updated successfully, but these errors were encountered: