Michel Albert
Michel Albert
Without activating the virtualenv, I get the expected errors, that some modules are missing. Say, if my project uses SQLAlchemy, it will fail, because SA is only available in the...
Also covered 256 colour codes with test. Not 100% sure if those test are any good though.
I recently hacked coverage to scratch my own itch and noticed that the internal code could be internally improved with newer Python syntax. The primary thing I noticed (because it...
This PR implements a simple way to enable google-analytics by simply setting a variable in `slide_theme_options`. As this variable is not _only_ doing "styling" I also changes the docs a...
This is a rebase of #325 which was closed without comment and without ever being merged. I am *assuming* this was because the target branch got renamed from master to...
I can see that there is no more development happening here since 2014. On the other hand, @vamega has an active fork. Is there any plan to merge? How about...
migra has no way of detecting table renames. If a table has been renamed, the table as it was before the rename will remain and a new table will be...
I really prefer to keep my subject lines short and to the point. I _do_ try to keep them below the recommended 50-char limit as much as possible. Which is...
This is a large PR. Sorry for the size but I wanted to submit something coherent. I'll try to add line-comments here on GitHub once I created the PR. I...
Python version: 3.5.2 mypy version: 0.630 Bug of Feature request: Feature Request ---- When defining a class with `__slots__` mypy complains that the instance has no attribute, even if it...