contra

Results 180 comments of contra

+1 for having a utility to install dependencies in the folder they are operating in. I've had this a lot when giving workshops

Yeah I'm pretty deep into it - we are hosting an event called HarvestJS and have about 8 people using this for their classes so you might see a rise...

@ScottWeinstein this is fixed in the new task system via nextTick-ing stuff

@phated Are there any docs anywhere for error management in bach/gulp 4?

@Bnaya You mean like the behavior using gulp-plumber?

@jonatanlinden You're ending the stream before you piped it anywhere - you probably want to do this: ```js import { pipeline } from 'stream' // later on in your code...

@callumacrae We are moving documentation to readme.io, I think I sent you an invitation a while ago to help out. readme.io gives us better organization and search + documentation with...

@phated no this is just a feature of streams (or a flaw depending on the case) Order is not guaranteed with streams, but can be if you use something to...