Dustin Diaz
Dustin Diaz
Qwery has a general problem with HTML5 tags... perhaps the HTML5 shiv would easily fix this for you?
oh hmm. this seems incorrect. i can go ahead and remove it
how are you concatenating your scripts? why not just `files.join(';')`
this is a good change and I definitely welcome it. At this moment the pull request is conflicting. Would you mind confining your commits to just `src/reqwest.js` and the `README`...
since this isn't a legit promise library... it's in desperate need of one. i'm open to suggestions for light-weight promise libs
ok. will get on it this week unless anyone wants to take a stab at it
introducing a promise library creates a large dependency. if you're looking for strict compliance, you can add the dependency yourself, and wrap it. One suggestion is to use [when.js](https://github.com/cujojs/when/), and...
ok, i think i'd rather just fix the troubles it is causing now. it shouldn't be too difficult to implement a small promise interface into the system and simply use...
i'm moving more and more toward real promises, especially since they've officially landed natively in browsers. i'll put this issue at the top of my todo list.
it is at this hour I'm considering removing promise support, which would ultimately slim down the library, and allow implementors to include their own Promise library. It should be no...