-
When you inject an object with a property of `.then` but its not a promise, it resolves to undefined. This is because when resolving it believes that its a `promise` when its not
## Expected Behavi…
-
I’m looking to integrate Inversify Sugar with Inversify React, specifically for using the React provider that requires a container to wrap the entire application.
Currently, I can access the global…
-
Inversify decorators don't work with Babel, maybe because of different specification:
## Possible Solution
Here's an example of working with Babel decorator, I suppose it works because it returns …
-
Hey, Why are you closing all the the time the issues to the the obvious problem #1098?
If you declares an interface for migration: [Migration](https://github.com/kysely-org/kysely/blob/bb0867793aa6…
-
`whenInjectedInto` should support service identifiers:
- string
- symbol (needs to be implemented)
- class
Reported by @akosyakov.
-
I'd like to know when an official plugin is released for this. So, maybe provide an update in this issue when there is one?
Here's a very rudimentary plugin for Webpack 4 based on your [`LintComman…
ljani updated
5 years ago
-
Hi, i'm learning how to test a vue project recently so i star this. since i'm a rookie in js and i'm looking forward to your explain about this project such as what you use in this project and why use…
-
Hello,
There is an issue related to i18n in the project. Initially, it works fine, but when making modifications to the translation files en.ts or es.ts, an error appears in the console:
```
Er…
-
## Expected Behavior
There should not be any error occurred when `@targetName` be used at constructor
## Current Behavior
` constructor(@inject("IService") @targetName("queueService") ticketQueue…
-
There's really only two use cases listed by the different examples in the Motivations section:
1. Parameter Validation
2. Dependency Injection
The problem I have is that these seem to be seekin…