Jaime Pillora

Results 313 comments of Jaime Pillora

This is an [XHook](https://github.com/jpillora/xhook) issue. I think it's just a matter of changing https://github.com/jpillora/xhook/blob/gh-pages/src/xhook.coffee#L46 ``` dst[FIRE] event, clone ``` to ``` dst[FIRE].call src, event, clone ``` (Sorry for the CoffeeScript,...

Wow IE8 in 2018! Add `` as the first line of your HTML

Yep, I agree, I have seen this various of my other projects since moving to CoffeeScript and have since moved back to JavaScript for the sole purpose of **accessibility**. I...

> replace grunt with gulp Sure, it's a possibility, though I can't see a strong enough case for gulp in this project just yet? > allow others the ability to...

Yep looks good, `"indent": 2` is the only setting I'd be nazi about lol

Very true, response/text is not set per progress. As an aside, I briefly tested Twitter's API with `XMLHttpRequest` and it wasn't very fun, had to pull the current text and...

Ah yep, length slicing + reopening the stream seems like a good solution. This shouldn't be too hard to add, will look into it tonight

Hi Rey, can you run through the FAQ in the README and report back? On Wed, Sep 16, 2015 at 8:16 AM Rey Marin Jr. [email protected] wrote: > Hello, I'm...

its not documented, but you should be able to: ``` js xdomain.warn = function() { //use a warning different function which doesnt alert }; ```