Attila Oláh

Results 235 comments of Attila Oláh

> i took some time to create a reproducible example. the simplified version i posted above worked without an error. in our project we use routing-controllers and typeorm, along with...

Hmm, this should work. I will need to take a look. Thanks for the report.

Fixed in https://github.com/typestack/typedi/commit/aff2542f7e81383d1c9613109fdef2825b5c7619. It will be included in the next release.

Sorry, documentation needs an update. In the past, we did attempt to blindly construct anything you request but that was not a good solution. Now you have to register everything...

Yes, it was simplified to allow easier internal workings. Why using string IDs doesn't work for you?

This is added in https://github.com/typestack/typedi/commit/0c0dcab672bdba8a064400a8d7a063d3e1fc6bdf and will be included in the next release.

This has been fixed and will be released in the next version.

I keep the issues open on purpose until the fix is released so people can see it. I will close it after release.

The container injects itself as the last parameter for historical reasons. If you get the container for the `connection` parameter it seems the container could not resolve that parameter. It's...