Jacopo Notarstefano
Jacopo Notarstefano
Minimal reproduction: https://github.com/jacquerie/pytest-flake8-bug I expect tests to run normally, but this is instead what I see: ``` % py.test --flake8 tests ================================================================= test session starts ================================================================= platform darwin -- Python...
As mentioned in https://github.com/sigmavirus24/github3.py/pull/873#discussion_r206640695 we are currently inconsistent in allowing `github3.py` models as arguments: some methods allow it https://github.com/sigmavirus24/github3.py/blob/87af5a1d26597d7cf1a843199a1b5a2449cd8069/src/github3/github.py#L1051-L1070 others don't https://github.com/sigmavirus24/github3.py/blob/87af5a1d26597d7cf1a843199a1b5a2449cd8069/src/github3/repos/repo.py#L698-L716 One way to improve the consistency moving forward...
Closes https://github.com/terrillo/rn-apple-healthkit/issues/123
The types added in https://github.com/terrillo/rn-apple-healthkit/pull/63 were probably correct at the time that PR was created, but have since become obsolete, as the library has evolved independently of them.
Apologies for the trivial PR, but, because there was no space between `#` and `2`, GitHub wasn't rendering this heading as an heading, which made my eye twitch a bit.
It looks like that, after https://github.com/inspirehep/inspire-docker/pull/38 was merged and a new Docker image was generated and uploaded from it, coverage is no longer sent to Coveralls in the `acceptance` suite:...
Every application fixture is a spot in which we have to specify the application configuration, which has already led to (minor) divergences between configurations. Let's kill this before it becomes...
Configuration variables starting with `CFG` are a relic from the past, and don't satisfy the Flask convention for configuration variable names, leading to potential clashes and obscure names (who is...
As discussed with @jmartinm, in order to have better reviews we should avoid having to check licenses manually. One first step is to modify all licenses to be GPLv3 +...
I just used this cool library in a school assignment and I felt I had to contribute a tiny bit back.