Attila Orosz

Results 94 comments of Attila Orosz

@vs4vijay Could you provide a minimal reproduction?

@nelsonfleig I believe this is a quetion to typeorm instead of typedi. If their internals are not using typeorm we can't do much.

That is expected, private fields cannot be decorated by design. However, you can try to create a getter and decorate that. (I haven’t tried it myself, but the spec allows...

Hi @mzyrc, which version are you using?

@mzyrc sorry for the late reply. Could you please provide a repro repo to see how you create the scoped container?

@mzyrc Thanks for the detailed report! So it seems like the container registry is not released yet so unfortunately there is no official way to dispose of a container (that...

@matheusriios You have not called `Container.set` before trying to call `Container.get`. Please refer to the changelog: https://github.com/typestack/typedi/blob/develop/CHANGELOG.md#breaking-changes-2

@FloSchutz I assume you meant having to call set. I’m afk now so I cannot test it but you might be right. My second guess would be that tokens are...

I investigated a little and I might have found the source of the problem. In version 0.8.0 an instance was created for a given constructable even if it had no...

Thank you for the PR! Could we use the default namespace if no namespace is explicity provided? https://socket.io/docs/v2/namespaces/#default-namespace This seems to be compatible with the latest version as well.