Shawn Jansepar

Results 26 comments of Shawn Jansepar

I realized that this only happens for files that have `gzip: true`. Still would be great to fix though.

Hey @lmartins! We do plan on updating this plugin, we should be done in a week or so. I will update this issue when we do! Cheers, Shawn

We should use `transform` only for platforms where we know `translate3d` is problematic. Still want to take advantage of dat sweet sweet hardware acceleration.

Thanks for the issue! This actually isn't a problem with the library itself, it's just an issue with the example. It has to do with the fact that I try...

Looks like you might be having some permissions issues with installing. Is there a reason you are wanting to run `npm install` from within mobify.js v2.0? The only time we...

Hi @lbineau sorry for taking so long to get back to you! I just quickly tried it out and I don't seem to get any errors when embedding the script...

@shogun70 thanks for the detailed suggestions! Here are some of my thoughts: - HTMLParser: So, you would like the ability to fetch a page and create a Document with no...

> If you do a 'shift-reload' of the page, none of the external resources on the page load up. I'm a bit confused at the behaviour that you're seeing with...

Thanks for the bug reports! While I will fix this, I would actually recommend moving away from using a main.js file, and instead either use the callback based approach or...

You're totally right @vmarta, it should be `enabledHTMLString`! Sorry for taking a bigillian years to get to this :)