Maxim Bovtunov

Results 6 comments of Maxim Bovtunov

Hi @ont! Sorry for the late response. This has not been implemented. I have some ideas about how to do it but have no time. What kind of testing are...

Hi!, @ont! Thanks for the detailed explanation. Is this actually for you? Explicit dependency injection still exists 😄

I would like to close this issue as it has become stale. While I am open to PRs, I honestly do not wish to expand the container's functionality any further...

@maxzhang1985 Is this for testing purposes? At the moment, I doubt the need for an `inject.Replace()` method because the replacement can be carried out without it. In `v2` you can...

> I want to design a framework, preset some interfaces and implementations, and then let users add their own implementations of these interfaces. Then there is still such a need...

Hello @matdurand, Sorry for the delayed reply. I've reviewed your suggestion of using a `ProvideOptions` function for conditional injections and find it aligns well with library's design. Additionally, I've been...