thaiwu0107
thaiwu0107
### Submitting - [ ] Bug - [x] Question - [ ] Suggestion - [ ] Other ### Details How to do encode objects in to compact byte buffers and...
[Travis CI failed](https://travis-ci.org/inversify/inversify-express-example/builds/368746073?utm_source=github_status&utm_medium=notification) ``` let provide = makeProvideDecorator(container); let fluentProvider = makeFluentProvideDecorator(container); let provideNamed = function(identifier, name) { return fluentProvider(identifier) .whenTargetNamed(name) .done(); }; ``` failed on inversify-binding-decorators 4.0.0 can't not...
when log4js update to 2.5.1 have Error `TypeError: Cannot read property 'getLevel' of undefined` there have a Issuse https://github.com/log4js-node/log4js-node/pull/648
Hi, i like inversify-koa-utils and i used _it_ can you support websocket or ws? let socket router can be like here what you done i really like inversify-koa-utils
Why is nodeid not used when connecting I saw that both java and .net SDKs need to set nodeid, but this libs does not need to set nodeid. What is...