Krishna Ram Prakash R

Results 8 comments of Krishna Ram Prakash R

You can also try https://github.com/Mipu94/peda-heap It works very well with peda

I'll take a stab at this.

Try `set foldmethod=syntax` `zc` seems to work after that.

I am a beginner when it comes to contributing to opensource. I am interested in taking this up. I was thinking `crawl()` could take keyword arguments (say, `follow_redirects`) along with...

@inglesp I agree. The default behaviour must be to follow redirects. Anything otherwise, would be very counter-intuitive. Also, I presume, I will need to write the corresponding unit tests for...

Thanks. I was initially planning to create a new method `test_redirect()` in `test_http_crawler.py` to include the tests related to this. But, the code for starting the local server (`serve()`)is defined...

@inglesp I am looking for the best way to setup local httpd for the redirection tests. I looked into the tests present already. And also, I am reading up on...

@inglesp I am sorry for the delay. I have sent a PR, implementing this. #8