Vladimir Lewandowski
Vladimir Lewandowski
Hi! Actually I don't like this design myself, but here's the problem I can't solve: ```typescript class MyChild { constructor(someService: SomeService: otherThing: OtherThing) { /* ... */ } } const...
Hello! Thanks for the suggestion, this is a very interesting thing. I have understood the problem and will think about how to solve it. You said "A great thing about...
Hi! It’s clear what the problem is but it seems that the problem can be solved in a different way. You can move the token to a separate file like...
Oh wait… I didn't see that you want to use circular dependencies. Thus it is more complex problem. Moving tokens doesn’t resolve that. And I guess your way won't resolve...
Hello! Thank you for PR. There is the same typo in `/packages/brandi/README.md` and `/README.md`. Can you fix it too?
Hi! That is great suggestion! I'm working on the next Brandi version and will try to implement that.