Jannis Gebauer
Jannis Gebauer
based on https://github.com/pyupio/safety-db/issues/2262
The BSL
Might be interesting to watch how this one goes: - Blogpost: http://monty-says.blogspot.de/2016/08/applying-business-source-licensing-bsl.html - Techcrunch article: https://techcrunch.com/2016/08/19/mysql-founder-tries-a-new-software-licensing-model/ - BSL FAQ: https://mariadb.com/bsl-faq-adopting
Nginx Inc. the company behind nginx is using a model like this. Nginx is free and open source, but they offer a pro version called Nginx Plus to fund development....
Of course, this model can only be used if the project is _hostable_ in some way. Examples are [sentry](https://getsentry.com/welcome/) and the paid hosting option at [wordpress.com](https://wordpress.com)
Cookiecutter Django is loaded with features. Not all of them work on every environment out of the box, or we don't have docs for it. It'd great if we had...
This _make_request spams my sentry server like hell. If you are okay with a lower loglevel, I'll put up a pullrequest.
Top 300 packages on pyup.io without a changelog: - [x] [flake8](https://pypi.python.org/pypi/flake8) - [x] [pyyaml](https://pypi.python.org/pypi/pyyaml) - [x] [six](https://pypi.python.org/pypi/six) - [ ] [pytz](https://pypi.python.org/pypi/pytz) (has no up-to-date changelog https://bugs.launchpad.net/pytz/+bug/1677527, unable to translate changelog...
Stacktrace ``` IndexError: list index out of range File "pyupio/repos/tasks.py", line 175, in run_update write_config=write_config File "pyupio/providers/github/provider.py", line 123, in run_update write_config=write_config File "pyupio/providers/github/provider.py", line 331, in update write_config=write_config File...