Hugo van Kemenade
Hugo van Kemenade
> I did not check but I am ready to bet that 6.1.0 tag was never on master branch. Yep: > This happens because the 6.1.0 tag is only in...
@Jeff-Meadows It could be argued reruns on success should also be deferred, but if it passes once now, perhaps it's more likely to pass again right now too -- why...
🙋 We're in the process of adding types to https://github.com/python-pillow/Pillow and have inadvertently used `BytesIO` in a number of places. We're not using this plugin yet, but I'll be adding...
There have been six releases since this issue was opened, most recently last month:  https://pypi.org/project/django-pipeline/#history Shall we close this issue?
Have a look at the dev docs: * https://tablib.readthedocs.io/en/stable/development/
@56789KD Please stop spamming.
I couldn't reproduce using these examples from the README: ```pycon Python 3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) [Clang 6.0 (clang-600.0.57)] on darwin Type "help", "copyright", "credits" or "license" for more...
Thanks, now I see, the age column is in a different place with YAML (they're in alphabetical order).
Reproducible directly with newest openpyxl 3.0.0, Python 3.7.4: ```python from openpyxl import Workbook wb = Workbook() # Grab the active worksheet ws = wb.active # Data can be assigned directly...
I like Black, as I feel like it's releasing developers from having to worry about any formatting discussions. Just run a tool and it's done automatically. (Same for isort.) I've...