Tushar Gautam
Tushar Gautam
Presently, the app has been [tested with Python3.4](http://django-mentor-connect.readthedocs.org/en/latest/installation.html#installation). If a user tries to install via Python2, he gets no immediate warnings. It'd be nice to warn users if installation is...
### What happened? With following graphql schema: ``` type Base64Gif { encoding: String! } type Content { video_url: String! gif: Base64Gif } type Metadata { content: Content start_time_sec: String! }...
Currently, irrespective of a file the results belong, they're being shown all at once. It'd look like mess when we have results for say 20 different files or even more...
At present, only files are being shown with warning icons. It'd be nice to show warning icon to the parent directories of the affected files too.
Presently, bower installs dependencies when user runs `coala-html` first time. We should implement this installation process when user installs `coala-html` via `pip`.
We could minify the js, html etc related to angular files before packaging. **Pros:** - Significant reduce in size and hence the pip package. **Cons** - Users might have to...
It'd be nice to save the user's choice for theme. Next time when he open the browser, he gets the default theme as the saved one. I think localstorage could...
Look https://asciinema.org/a/3x8x364ufuanlhghc6p6fby0k It'd be nice to catch the exceptions that arise and are caught by webbrowser. Not sure how to do this.