-
`inversify-express-utils` does not support 404 error pages?
```ts
server.setConfig(app => {
app.use((_, res) => {
res.sendStatus(404)
})
})
// or
server.setConfig(app => {
ap…
-
##### Description
typescript-inversify generates unusable code, with TypeScript warnings, also services are injected in a way that doesn't work with current version of inversify:
https://github.…
-
**Describe the Bug**
Not sure if this is a bug, probably a feature request instead.
I have a use case where I want to separate resolvers into 2 groups: admin resolvers and public resolvers, and ge…
-
**Describe the bug**
Hi there! first of all, great library - it makes usage and testing really convenient so kudos to you :)
I'm not sure this actually qualifies as a bug but still, it seems to me…
-
## Expected Behavior
Class A injects classes B and C. Class B also injects class C. this should work since there is no circular dependency
## Current Behavior
Inversify throws a runtime error tha…
-
Why: to have behavior like `SINGLETON`, but to be able to introduce a new `SINGLETON` for a container and all it's children.
Proposal:
- `Lifetime.INHERIT`: The registration is scoped to the con…
-
Hey guys, I'm currently trying to integrate `graphql-shield` into my project which is using `type-graphql`, `inversifyJS` and `prisma` and I'm running into an issue where it seems that no matter what …
-
There appears to be a problem with the symbol used for binding LanguageServerContribution when built using Theia modules from npm. The problem can be seen in the theia-ide/theia-xtext project. The D…
-
Hey there, I was asking earlier about making the resolver methods scoped so that I can have public/private schemas based on resolvers passed in, and after upgrading the package to `1.0.0-rc.2` as you …
-
Minimal reproducible example:
```typescript
import "@abraham/reflection";
import { Container, injectable } from "inversify";
const myContainer = new Container();
const TYPES = {
Ninja: Sym…