Manvendra Singh
Manvendra Singh
Since it is not a test requirement and is actually used in the username_api source: https://github.com/manu-chroma/username-availability-checker/blob/master/username_api.py#L8
Data at: https://github.com/WebBreacher/WhatsMyName/blob/master/web_accounts_list.json See: https://github.com/WebBreacher/WhatsMyName/blob/master/web_accounts_list_checker.py
Creating separate files for serving frontend templates and separate backend server file was an inital design decision with no strong consideration apart from being easy to reason about as a...
 When the mouse pointer is in the translation region and one tries to scroll down **without using scroll bar**, the complete webpage scrolls down. Ideally, the translation part should...
- fixed imports - print statements
since, the project has no dependencies, it should be relatively easy to extend support for python3. something like 2to3 can come in really handy. https://docs.python.org/2/library/2to3.html
hey, the program wasn't working for me until i commented this loop https://github.com/nmoya/whatsapp-parser/blob/master/parsers/whatsapp.py#L23 it gives false negatives when running with ``tests/testChat3.txt`` can you please fix the loop. i think the...