Sonny T.

Results 12 comments of Sonny T.

@lykmapipo I am experiencing the same issue, is there a work around for this?

I ended up just using the `.delay()` option of [Kue](https://github.com/Automattic/kue). Storing the jobId and then when I need to update it: ``` kue.Job.get(JOBID, (err, job) => { job.set('created_at', new Date().getTime());...

I am experience the same with my ember 2.5 project. ESLint is trying to lint the ignored file but exiting with: ``` undefined:undefined - File ignored because of a matching...

That is strange, do you have an endpoint I can try out? Also, which API you guys are using?

@simonleadbetter is your PHP file hosted somewhere on a server? Like can you call that page via postman or browser directly? Just curious if it's returning any response.

@robwent I just checked out your website, it looks like the `index.php?option=com_ajax&module=etsi_twitter&format=raw` endpoint is returning using the `text/html` content type, can you try changing that to `application/json`?

@robwent that is strange, do you have link I can check out?

@nselvidge can you please update the readme file? :+1:

@kostasx I am so sorry, I am just seeing this! This is a solid work. Can you please update the doc to include the info about the new config file?