Charles Samborski

Results 105 comments of Charles Samborski

Thanks, I'll try to send a PR then.

The file globing is one of the core components of Gulp. A bug is still possible, but it is likely to be a configuration error. If you wish to report...

@Spongman `noop` is equivalent to `() => through2.obj()`. I agree it could be clearer. If you don't use the return value, an empty function should be enough. Calling `noop` returns...

Hi, I just wanted to say that the [Delete files and folders](https://github.com/gulpjs/gulp/blob/master/docs/recipes/delete-files-folder.md) recipe helped me when I started with Gulp. Deleting files is a common problem and the fact that...

Which version of Node are you using?

@vohof Hi, as part of the Gulp team, we created the [gulp-community](https://github.com/gulp-community) organization to help with this kind of cases. I'd recommend to transfer to this organization (there is still...

Sorry for the long delay. Please add me as a contributor to this repo so I'll be able to transfer it to the GH org. You could also add me...

We have [a test checking for `https` support](https://github.com/vohof/gulp-livereload/blob/master/test/index.js#L83). Is this issue still valid? Could one of you confirm that HTTPS support works fine?

Ok, thank you for your answer. Also, I would like to note that the definitions just have been added to the registry :tada: They are now available via `typings install...

Hi, I spent the last week writing/updating definitions for the dependencies for this project so the whole dependency tree should now be covered. While I wrote these definitions, I had...