Edoardo Ottavianelli

Results 126 comments of Edoardo Ottavianelli

the only thing I find is this https://github.com/chromedp/chromedp/issues/904 try to execute the command suggested or reproduce the bug with the code snippet in the issue. the only reason of this...

Absolutely needed!! @melroy89 thanks

Hi @LDZ-27 ! Thank you so much for your contribution. I love the words you spent for scilla, appreciated! For point 1.1, I think this is easily achievable using ratelimit...

I've checked and tbh I understand that the alive dns check checks if a response is received, the response isn't checked. So As far as I can understand point 2.1...

I see in the README `go get ...ssrf-sheriff` instead of `go install`, probably it's the go version, it is intended to be used with old go versions.

Hi @bernard-yip. thanks for your contribution. before starting the review of the PR I'd suggest to add something to make sure `jq` is installed. I'm using a linux server to...

I'm not sure this works correctly... why `>/dev/null` ? If jq is installed apt is called anyway.. am i wrong? @bernard-yip

> Hi @edoardottt /dev/null redirects the output so that we don't see it since we have no use for it. The command above only performs the `apt update` and `apt...