Keshav Garg
Keshav Garg
Hi @hannson I would like to take up this issue for Hacktoberfest'19. Can you assign me?
> hello > can I work on this issue A PR has already been created for it! Can you please look for a new newcomer issue. Thanks!
The `sentinel` build is failing due to version conflict of package `colorama`. This is happening due to version change of package **`radon`** Changing back to old version of `radon` i.e....
In the build log the test `YapfBearTest.test_allow_multiline_lambdas` wasn't executed. And that only test has been failing @jayvdb Can you take a look over it! Need help
> @KVGarg I hope you you've seen [this](https://travis-ci.org/coala/coala-bears/jobs/506788127#L7148). Give me some time to look over this. Will soon come with solution to this. Also, @jayvdb mentioned in issue that `pylint`...
I rebased and pushed changes but ignored `bear-requirements.yaml` as on the top of the file the comments mentions that it shouldn't be edited by hand. But pushing without the yaml...
> Separate the PR into two -- one which expands the ranges, where this doesnt have problems with existing tests --- and the other that moves the ranges. Sorry if...
@Ishaan29 There should be a blank line between `Closes` And your commit description 😇
@abhishalya Adding `six~=1.11.0` to bear-requirements.txt is making Travis CI a perfect green. Have a look https://travis-ci.com/KVGarg/coala-bears/builds/104618212 But I guess adding a new dependency to `bear-requirements.txt` won't be accepted IMO. I...
After updating the versions of several packages acc. to openSuse Build log the error shouldn't have been raised because there many packages that has a requirement of `six>=1.11.0` but the...