floatdrop / gulp-watch

Watch, that actually is an endless stream
MIT License
643 stars 99 forks source link

Maintainer wanted #205

Open floatdrop opened 8 years ago

floatdrop commented 8 years ago

I'm not using gulp at daily basis, so this plugin is not properly maintained anymore.

UltCombo commented 8 years ago

gulp-watch is a fundamental part of my workflow, I use it in several projects. I'm relatively short on time lately, but I should be able to help a bit if you'd like.

floatdrop commented 8 years ago

@UltCombo sure! Thanks a lot!

jonschlinkert commented 8 years ago

I can help with glob/matching stuff

floatdrop commented 8 years ago

@jonschlinkert awesome! There are a lot of issues about glob-matching.

jackmcpickle commented 8 years ago

Hey @floatdrop you should add in https://greenkeeper.io/ good to help with dep management.

UltCombo commented 8 years ago

@jackmcpickle Please create a new issue as that is a different topic. Nitpicking apart, thanks for recommending it. 😄

UltCombo commented 8 years ago

@floatdrop By the way, wasn't it your intention to add @jonschlinkert as a collaborator? Seeing as most issues reported here are actually upstream bugs in Chokidar, Jon would be a great help triaging and debugging these issues.

floatdrop commented 8 years ago

@UltCombo sure, if @jonschlinkert do not mind.

jonschlinkert commented 8 years ago

Jon would be a great help triaging and debugging these issues.

sure, I'm happy to help

floatdrop commented 8 years ago

@jonschlinkert welcome! :tada:

jonschlinkert commented 8 years ago

thanks!

btw, you mentioned there are a lot of glob-matching issues, maybe someone can point those out so I can try to debug. I've only seen one that ended up being related to matching (e.g. micromatch). Usually it ends up being path related (windows more often than not)

UltCombo commented 8 years ago

@jonschlinkert Welcome. 🎊

And yeah, I think I've already directed most matching issues upstream. There are are several issues regarding environments such as VMs, containers and mounted/networked filesystems. Atomic saving issues also pop up every now and then. Quite often, Chokidar options such as usePolling fix the issue, but your expertise would be very helpful to identify and improve our handling of these situations.

I'll cc you when I come across more of these issues. 😄

rianby64 commented 7 years ago

I'd be glad to be part of this story...