John Law
John Law
So if we add ``` import doctest doctest.testmod() ``` Then every single time we run the tests, it fires requests to google. And that those `.txt` files will be generated.
Please see https://github.com/TheAlgorithms/Python/blob/master/web_programming/instagram_crawler.py for what's current handling... Ideally we would have to mock the requests, but in the case we may further factor out the processing functions, and let's not...
> @poyea, for the sake of clarification are you suggesting I follow the coding pattern in the https://github.com/TheAlgorithms/Python/blob/master/web_programming/instagram_crawler.py ? Not necessarily. Now it's just a matter of how we write...
> @poyea, forgive me, but I believe I am still a little confused about the testing requirements. :| What I "think" you ask for is, to only test the `write_google_search_results()`...
Hey @juanpflores, @vinzvinci and @Panquesito7 👋 so great to see you all here! I agree with this proposal: we should be considerate in our work, and this issue is a...
As a side note, there's another Pepe Frog here: https://github.com/dev-protocol/community/blob/main/.github/workflows/invitation.yml#L15. Shall we replace it with the branding materials?
@domenicquirl I'm afraid they're not supported - like several other options.
It's hard to tell, but I'd say maybe a medium-sized change for `ZMQ_{SND,RCV}TIMEO`. I can imagine, at that Socket level, we need a clock. Then, we handle failures separately according...
There might be performance issue when I write the computation logic. It is worth looking into those issues with appropriate cases for reproduction.