Gaur
Gaur
When fetching a job like this - ``` kue.Job.get(someId, (err, job) => { job.on('complete', () => { // never called debug('on get') // do stuff after job is complete })...
This works great when I am on the home page or a single level down on the URL - for eg: works for `http://localhost:8080` works for `http://localhost:8080/app` However, when I...
I'm trying to join the discord server using the link given in the Readme https://discord.gg/githubnext However it says that the invite link is not valid. (Don't know where else to...