Chris Talkington

Results 41 comments of Chris Talkington

Likely need to pipe archive to get data flowing before calling append or finalize

`cwd` stands for current working directory and tells glob where it should base its search. the glob pattern should be relative to `cwd`

multiple updates released for archiver. should be more streamlined on deps now

back-pressure has come up a bit over the years might be worth having helper or some default behavior.

did anyone that is having issue TV recently get an update? I've mostly used TCL brand but many have used this integration with roku and other tv brands without issue.

I think some of those concerns came from cross OS pathing issues. does the \ file actually extract on say windows? or is it unaccessible?

on the radar now that we are targeting node v14+

its most likely the below line that is making this act weird as copy expects expand to mean cwd passed too as its always been promoted together. https://github.com/gruntjs/grunt-contrib-copy/blob/master/tasks/copy.js#L46

i bet if i trace the git history back, i prob wrote that line as compress uses it too. if only i could remember the exact use case for it.