-
http://python-future.org/futurize.html is a tool for automatically converting Python 2 code to code compatible with 2 and 3. It generates diffs for each problem so it's possible to yield results from …
-
https://gitter.im/coala/aboutcode?at=5a84211a5cc187264539b970
The initial concept doesnt need to be very detailed, as others can add more details until applications close.
-
LabHub.is_room_member is unnecessarily a static method of the class.
It can be moved to a private function `_is_room_member` at the module level, and then the tests can be improved to remove the ne…
-
> Have corobo changes land in a staging instance before deploying to production (what keys will be different in staging? If none, this is useless. If some, the staging wont be testable unless labhub i…
-
```
/Users/mgracer48/.atom/packages/coala/node_modules/consistent-env/lib/index.js:50 [consistent-env] Unable to determine environment Error: Process execution timed out(…)(anonymous function) @ /Use…
-
wouldn't it be great if a global bear could be dependent on a local one? This way we can manage caching of the results for the local bear which e.g. could generate some data for each file which may be…
-
I ran the test suite against the CPython master branch and I can see some test failures (Some of them are related to pip and pyparsing which have upstream issues). I have attached a log file of the py…
-
-
```
Error: [31m[ERROR][0m[11:59:30] NLTK data missing, install by running following commands python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger[0m
```
-
Add CONTRIBUTING.md which tells:
1. How to file an issue.
2. How to send a pull-request.
3. How to acknowledge a commit.
The inspiration can be taken from [`coala Newcomers' Guide`](http://api…