Dan Stevens

Results 7 comments of Dan Stevens

I'm interested in this as I want to use gulp-include with [ABNF](https://en.wikipedia.org/wiki/Augmented_Backus%E2%80%93Naur_form) files, which use `;` as a comment prefix, which doesn't appear to be supported. For example, I've tried...

Instead of using a lambda, I would suggest specifying a prefix as a regular expression. This would be easier to implement as gulp-include already[ uses a regular expression to match...

Just tried pinch zooming on Google Maps. I noticed that if I don't wait Google Maps UI to finish loading completely and perform a pinch zoom, it breaks. Waiting for...

I'm getting this as well. At appears to have happened since I upgraded to Node version 11.0.0. Here's some of my testing below. I will try downgrading to 10.13.0 LTS...

It's working again after I downgraded node to version 10.13.0

This is a fair comment. There is also the issue of breaking consumer implementations by changing the returned value from an object to array. Returning an object is an advantage...

I've been reflecting on this and I'm not sure if it's best to change the implementation to return an array for these methods as this would be a breaking change,...