Sam Chen

Results 84 comments of Sam Chen

> @chenxsan Are you still interested in working on this? Let me try.

@julienw Do u think you can sign the CLA?

> > Is it the goal of this PR to update all the defaults in the docs as well (i.e. using values from https://github.com/webpack/webpack/blob/main/lib/config/defaults.js)? Yes, will likely update all the...

The CI is failing, might be related https://github.com/cypress-io/cypress/issues/22663

> > Hmm good point, this got me thinking... it's definitely possible to use a different version of Electron if you have it installed locally. [Documentation](https://docs.cypress.io/guides/guides/launching-browsers#Launching-by-a-path). > > We should...

> @chenxsan did you see CI fail multiple times or just once? I wonder if it was just flake - I posted in your PR with the dif from 10.7->10.8...

@z3APA3A Is `parent 1000 http x.x.x.x port` supported in 0.8.7 now? Seems not working on my server.

@z3APA3A I'm setting up a squid cache as parent of 3proxy listening on 3128, but even I set parent to a port where squid is not listening, say: ``` parent...

Yes, I have `allow` in my config file: ``` auth strong deny * * 127.0.0.1 allow * * * 80-88,8080-8088 HTTP allow * * * 443,8443 HTTPS parent 1000 http...