Jose Ross Barredo

Results 9 comments of Jose Ross Barredo

> got it working with just jest/supertest/mongoose (removing mockgoose). Thanks for the help. > > ``` > let server; > > beforeAll(async (done) => { > await mongoose.connect('mongodb://localhost:27017/testdb'); > server...

@conor-kelleher Waiting for your #136 to get merged

@alexanmtz I got some few questions on reproducing the issue. Should the users be real accounts?

@alexanmtz From what I understand, you fork from github. How can we notify from Github without a physical account in github?

@alexanmtz Efficiency wise, webhooks is the way to go. Im already at it.

Need advice @alexanmtz . The template for the email's body should be `The user {{username}} forked your project to start to work on the issue {{title}} - {{url}}.` Being said,...

@alexanmtz Digging deeper, I have a couple of roadblocks that I have to discuss with. 1. The fork event webhook payload contains the forkee's github username which we can easily...