Brian Wozeniak

Results 5 comments of Brian Wozeniak

I can confirm this is a problem for me after trying to extend the DatabaseConnection class. Took me some time to debug to locate the problem, finally narrowed it down...

The problem is in gulp-combine-media-queries/index.js line 152. Here is the code: `file.contents = new Buffer(cssJson);` If I comment that line out then it seems to work fine again. The contents...

I am also really needing this feature to load a default image if the other images fail to load, still trying to figure out a solution here.

I have updated the code to be able to handle loading a default image on error: https://github.com/brianwozeniak/jquery_lazyload/blob/2.x/lazyload.js So for example: ``` ``` If the image in data-src or data-srcset fail...

> 1. calculate the "real" text height (which is actually calculated by adding [ascent and descent] I still think you need to subtract these two, or at least take the...