Lee Jisol

Results 9 comments of Lee Jisol

> I think it would be possible to make these dependencies optional for puppeteer-core but it would require splitting the @puppeteer/browsers package into two. I think this is better solution.

> As for making the dependencies completely optional or splitting it into two, it is not worth it for us right now. If you want to uninstall these packages, you...

Oh I see.... Anyway, I appreciate you very much for taking my request seriously.

@Jimbly Hello, I'm forking yazl, would it be okay if I use the code from yours? I'm not sure how to interpret the license of a PR that hasn't been...

@Jimbly I didn't know there was `git-cherry-pick` command. But since the code has changed so much, I'll just add your name to LICENSE.txt. Thank you very much.

> It seems Node.js will add `Transfer-Encoding: chunked` by default if you do not set `Content-Length` or `Transfer-Encoding` header. You can call `res.removeHeader("Transfer-Encoding")` to remove this header. Example server: ```...

@theanarkh > It seems Node.js will add `Transfer-Encoding: chunked` by default if you do not set `Content-Length` or `Transfer-Encoding` header. You can call `res.removeHeader("Transfer-Encoding")` to remove this header. HEAD request:...

@thejoshwolfe Thank you for the long and detailed answer. The error handling is unclear because it is still being written. Hehe. Anyway, if the original project is being updated again,...

I've been thinking about error handling for a while, and I admit it's best to continue using EventEmitter at async errors so as not to break existing APIs. And, this...