Brandon Roberts

Results 59 comments of Brandon Roberts

Celery 4 supports django out-of-the-box, so I was able to eliminate the django-celery dependency altogether. Thanks for the information @tawanike

Is there any interest in pulling in a fix for this, if write a pull request? I've ran into a situation where the lack of `setTimeout` is breaking some libraries...

Just an update, I'm working on this and should have a PR for this issue this weekend.

Initial push on this. It's still just in my fork. I've verified that it works with my target library (https://github.com/freewil/node-bitcoin). Anyone else want to take a look? https://github.com/brandonrobertz/http-browserify/compare/substack:master...master

https://github.com/substack/http-browserify/pull/80

I've tested fa18e1f with my target libs. Looking good.

Yeah, I'll work on something. It's complicated, because so much of this depends on `XMLHttpRequest`. But it's worth it, so I'll see what I can put together. The existing tests...

I wrote two tests. One to make sure `request.setTimeout` sets the correct xhr properties and another that simulates xhr timeout activity during send.

If nobody objects or has comments ... @substack ?