Ivan Malyugin

Results 8 comments of Ivan Malyugin

To overcome current limitations for WebSocketGateway, I am forced to use my own "twisted dependency injection" mechanics, creating or passing instances of providers inside handleConnection, and performing cleanup on handleDisconnect....

@flux627 I don't think there is a way to do this using standard Dependency Injection mechanics. The closest I could get (As described in the screenshot above) is the following:...

Almost two years passed since the issue was created, I couldn't find the way back then and set the task aside. But now that I got back to it, I...

Ouch, well that means there are no straightforward solutions, I thought about using dependOn, but it seems it won't fix the problem. Since dependsOn will just postpone execution till a...

The problem is probably around a conflict between scopes and singularity of socket server. One of the requested feature - is to be able to inject the single server into...

babel-watch is meant to extend the behaviour of @babel/node with fast reload. According to the conversation: https://github.com/babel/babel/issues/8802 @babel/node has "ignore" regex option that is set to node_modules by default, but...

The whole problem of this issue is that using "use_frameworks!" breaks about every second react-native module out there, so it would be nice if there was a way to make...

@ehsanagh Take a look at this https://www.npmjs.com/package/patch-package With patch-package you can manually modify a module and add a post install script to automatically apply it after each install. This way...