Satwik Kansal

Results 40 issues of Satwik Kansal

Definitely not a Python-related wtf, but nice to know anyways ```py >>> round(1.25, 1) 1.2 >>> round(1.35, 1) 1.4 ``` ```py >>> round(1.45) + round(1.55) == 3 True ``` https://docs.python.org/3/tutorial/floatingpoint.html#tut-fp-issues

Now that the project has Travis integration, I think we can use a static code analysis tool like coala which can help in detecting errors like following upfront, - Markdown...

enhancement
Hacktoberfest

Hey guys, I was preparing a pdf for the collection, while a friend of mine recommended me to put in some extra effort to release an ebook version for the...

Hi @schollz , first things first, thanks for making such a cool project. I was trying to use this on my mac osx. And here's what I did. 1. Connected...

Currently, all the GSoC projects contain a lot of issues being displayed. IMO, it would be better to just add the Gitlab milestones instead of all the issues because some...

status/STALE

After GSoC many projects will be completed, we need to decide what to do with them.

status/STALE

The [FAQ](https://projects.coala.io/#/faq) question "How do I work out a great proposal?" contains ![image](https://cloud.githubusercontent.com/assets/10217535/23578295/c74a4eb2-00f9-11e7-99d5-a5d5c1464186.png) The **`aplication template `** should be a link that opens the faq question "Do you have an...

difficulty/newcomer
difficulty/low

There can be a way to depict the progress and current status of the project. Example, marking "*" in front of the project tasks/milestones which are done, and another character...

status/STALE

Hey, we've been using `pyjsparser` in our project [coala-quickstart ](https://github.com/coala/coala-quickstart) to parse JS files and extract information. It would be great if we can have continuous integration for common platforms...