-
I'm having an issue with using inversifyjs in a lambda. It looks like the serialisation step is serialising an internal inversify class that uses native Map under the hood.
I've created a repo to r…
-
@notaphplover
With respect to https://github.com/inversify/InversifyJS/pull/1132#discussion_r623367620
This is what I think the correct typing should be after #1132. Omitting unnecessary prope…
-
Investigate `@preDestroy` see https://github.com/inversify/InversifyJS/issues/587#issuecomment-311881952 for more info...
-
```
$ gulp build
[17:06:56] Using gulpfile ~/Sandbox/inversify-hapi-example/gulpfile.js
[17:06:56] Starting 'tslint'...
[17:06:56] Starting 'compile'...
TypeScript Version 2.5.3
[17:06:58] …
-
I tried using InversifyJS with a traditional JS factory but was unable to.
Am I doing something wrong? Is this completely unsupported? Out of scope of the project?
I know this is a rather vague,…
-
### Bug Description:
The samples generated by `yo` can not be used nor built.
Upgrade of `yo` has been done via:
`npm update -g yo generator-theia-extension`
### Steps to Reproduce:…
-
Hi! @leonardssh. Thanks for your interest in join this organization. To be added to this organization. Please respond with a comment below to the following questions. (Please note that failure to res…
-
### Bug Description:
In core package, the src/browser/frontend-application-bindings.ts binds as such
```ts
bind(PreferenceProvider).toSelf().inSingletonScope().whenTargetNamed(PreferenceScope.Us…
-
**Is your feature request related to a problem? Please describe.**
I'm about 2 days in to using tsyringe so I might be totally lost, but I can't see how to support optional constructor parameters o…
-