Ben Zörb

Results 9 issues of Ben Zörb

Code: ``` javascript grunt.initConfig({ // Unit tests. simplemocha: { all: { src: ['test/**/*-test.js'] } } }); ``` Handling: ``` javascript var ast = esprima.parse(code, { comment: true, range: true, tokens:...

First of all, thanks for this module. I'm currently playing around with the Canary version and the corresponding `react-optimized-image` module. ```js ``` Throws an Error: ```bash TypeError: Cannot read property...

This leads to an uncaught dom exception. See #23

See: https://twitter.com/scottjehl/status/1263951701188530177

enhancement

See: https://github.com/addyosmani/critical/issues/480 https://github.com/addyosmani/critical/issues/484

enhancement

See: https://github.com/GoogleChromeLabs/critters#preloadstrategy

enhancement

currently the `.htmlhintrc` needs to be specified relative to the project root. Maybe something like this would be much nicer: - Try to autodetect file based on the current filepath...

enhancement

consider passthrough on wheel event to enable navigation on nested elements. E.g. one vertical list (`scrollY: true`, `scrollX:false`) with multiple nested horizontal lists (`scrollY: false`, `scrollX:true`)

First I would like to thank you for your work on this module. Version 2 brought some internal changes which prevent the use of vinyl for remote objects. Prior to...