Richard Bateman

Results 162 comments of Richard Bateman

because I need to close the connection after _all_ of the unit tests finish, not just after each describe block. Mongoose is designed to open one connection for the whole...

I wasn't aware of that flag; good thought. The other idea a friend of mine thought of was to write a custom reporter to execute the code. Kinda hackish, but...

to save someone else from the same digging I just did, I *think* "age" that they are talking about is https://github.com/FiloSottile/age I've never seen it before, but looks very interesting.

I'm having the same issue as @david-alexander where I end up with events happening too quickly and end up with multiple instances of the app running -- it's very frustrating...

same issue here :-( nobody has any idea what is going on? this feature was basically the entire reason I switched to using img and it doesn't work...

After a lot of experience using `ts-node` I've decided it's not worth the cost to use; it does make some things easier, but then when you deploy you have to...

``` src/jobs/index.ts src/jobs/pdf/index.ts ... // builds to: dist/jobs/index.js dist/jobs/pdf/index.js ``` If it's not working then either you aren't transpiling and then running the JS or else you're making something way...

@manju-reddys: "It doesn't work" is about the most useless explanation of what is happening that you could possibly give. If you would like help then you need to provide details;...

my guess would be that if it's not closing the thread it has something to do with needing to close at least stdin, maybe both, when it's time to shut...