Miki Shiran

Results 7 comments of Miki Shiran

@artemave Well, I've tried `express` and `koa` packages as well: ``` node express = require('express'); app = express(); app. ``` The above only shows my `request` and `response` objects...

just checked with `lodash` package, seems to work fine... I guess you're right, probably the way the module defines methods. @marijnh any chance you can confirm this?

@sandfox Thanks for responding. I'm talking about a situation when the resource dies unexpectedly, when it's sitting idle. For example - my resource is a spawned child process (which I...

@sandfox Care to share some implementation details for `testWhileIdle`? I think that by design - it should be possible to destroy a resource on demand. It's more performant to destroy...

@sandfox Thanks, that's awesome for the time being. Appreciate your awesome job.

@bazineta That's more or less my solution right now, but still, it's not ideal.

@sandfox EventEmitters are heavy in what sense?