-
## Expected Behavior
Constructor arguments are allowed.
## Current Behavior
```ts
export type Newable = new (...args: never[]) => T;
```
## Possible Solution
```ts
export type Newable = ne…
-
At the moment, we attach additional settings, models and repositories to concrete implementations of repositories by adding a property after they are bound to the IOC container, and suppressing typesc…
-
can't find the description of the **@injectNamed**
### how this works
in this file _[InversifyJS/wiki/inheritance.md](https://github.com/inversify/InversifyJS/blob/master/wiki/inheritance.md#workaro…
-
Instead of calling `container.get(TYPES.Configuration)` everytime it is needed, instead bind it in the inversifyjs config as a new type and inject it into all services/classes that need it.
Proble…
Haiyn updated
3 years ago
-
The code appears to be relying on the order the implementations in the multi-inject TYPES.Parser are defined. This is an implementation detail of InversifyJS that should probably not be relied on. A n…
-
Hi,
I think my code-server updates the python version (2020.6.88468) automatically, and yesterday I cannot add the python interpreter, the command windows outputs:
`Command 'Python: Select Inte…
-
Hi @atrauzzi thanks for sharing this project with me. I think you are doing a good job 👍 I'm not familiar with laravel but I understand your docs about ServiceProviders, Apps and Suites. I'm using a s…
-
### Is your task related to a problem? Please describe.
At the moment `che` tasks related logic is placed in task plugin.
I would like to discuss withing this issue if we still should keep it as plu…
-
I have an external library with a set of classes.
I want somehow decorate these classes in my module and make them injectable.
## Possible Solution
Right now I do next:
```
import * as l…
-
I use react-native-typescript-transformer because I need fully working decorators to use with my DI library (https://github.com/inversify/InversifyJS)
I have reflect-metadata installed and transfor…