Manvendra Singh

Results 10 issues of 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

enhancement

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...

googlecodein
priority:high

![image](https://cloud.githubusercontent.com/assets/12952080/13724628/08f0ee90-e8b2-11e5-90a1-2fb516d606a5.png) 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...

enhancement

- 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...