Gurpreet Atwal

Results 18 comments of Gurpreet Atwal

In the meantime it's possible to create a workaround for this issue by creating a shell alias that makes use of ag's `--path-to-ignore` option e.g. ```sh alias ag='ag --path-to-ignore $XDG_CONFIG_HOME/ag/ignore'...

Thank you! I appreciate the work it takes to maintain a project and triage issues for a project so try to makes easier whenever I can haha. It wasn't exactly...

Two potential resolutions: 1. Edit the JSDoc to remove `iterable` and replace it with `string` 2. Edit the code to add support for `iterable` My vote is for resolution two...

By "input typing for the output" do you mean the return value for the map function itself or for the input into the `iteratee` function? Just want to make sure...

I'm having this same issue as well, I thought I was messing something up. Probably wasted ~2 hours on this. It works correctly if you don't use tables though. so...

So it seems like this an issue with Sendgrid not following the best practices for using Handlebars. See https://github.com/wycats/handlebars.js/issues/604#issuecomment-22732756 for more info on that. A work around for now is...

Not to be cynical, but I doubt it's going to be fixed anytime soon. The issue was "passed to the engineering team" over a year ago. :/ I really wish...

+1 This would be incredibly useful

Just wanted to drop my vote for this feature as well. I have a couple of restrictions on my workflow that prevent me from using semantic-release fully without this feature....

Taking a look at the diff between the [`5.0.1` and `4.0.0`](https://github.com/jonschlinkert/gulp-htmlmin/compare/4.0.0...5.0.1?w=1) tags it seems like the only breaking change is [dropping support for anything below Node.js 6](https://github.com/jonschlinkert/gulp-htmlmin/compare/4.0.0...5.0.1?w=1#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R42)