Remo H. Jansen
Remo H. Jansen
Hi @buehler, I tried to take a look to your code but I was unable to find `lazyInject`. It looks to me like there is some sort of issue with...
Hi guys, I'm not maintaining it but I have ownership rights to @dcavanagh yesterday. He also has publishing rights for all npm modules. I will not be working on open...
:+1: I'm having the same issue. you can see the build log [here](https://travis-ci.org/inversify/InversifyJS/jobs/104421879#L899). ``` [11:36:22] Starting 'cover'... [error] "2016-01-24T11:36:22.307Z" 'error from lcovParse: ' 'Failed to parse string' [error] "2016-01-24T11:36:22.308Z" 'input:...
My problem was that I wasn't running the istanbul hook before running the unit tests with mocha.
I found a solution: Use partition keys instead of prefixed container names. However, could be able to use bindings that are only known at runtime be a real use case...
In Linux Mint `apt install libpq-dev` solved the issue for me.
Hi, the hapijs example is the only one that is not maintained by the core inversifyjs team. If you manage to fix it and you want to contribute a fix...
I'm closing the issue because it should be reported in the core repo https://github.com/inversify/InversifyJS/issues
I've been looking at the source code, and here are my initial thoughts. 1. The file extension `.css` is not relevant. 2. Side effects imports (imports without `from`) should not...
Hi @Conaclos, My approach has two steps: 1. Identify all side effect imports (`JSImport` with `JSImportBareClause` nodes) 2. Make each side effect import a group Moving all side effect imports...