Tim De Pauw

Results 85 comments of Tim De Pauw

I had a stab at this on [my npm3-native branch](https://github.com/timdp/grunt-aws-lambda/tree/npm3-native) because I wanted to see if using npm 3 resulted in smaller packages (it didn't, but hey). The patch seems...

For bonus points, you could inspect the call stack to see which package is requiring yours and use the `resolve` package to find rollup relative to that one. Or you...

This would also come in useful to speed up copying dependencies and such. `grunt-sync` looks more useful in this case though. Also, `cp` has the `-u` option.

@iabmayank Care to review? Thanks!

I've implemented this in my own take on this plugin: https://www.npmjs.com/package/esbuild-plugin-import-pattern

I've implemented this in my own take on this plugin: https://www.npmjs.com/package/esbuild-plugin-import-pattern

It looks like the missing files got added: https://github.com/yarnpkg/yarn/releases/tag/v1.22.22

Just familiarizing myself with Connect in the hope that I'll be able to contribute, so please bear with me. > Our handlers return the response before the implementation had a...

Thanks for clarifying, and great to read this in #588: > The fix is to wait until the first response body byte is produced before resolving the response. because that...