Jannis Gebauer

Results 57 issues of Jannis Gebauer

> If I'm not wrong, the issue here is that the bot pushes to the created branch after every commit. If all commits were done first, and then the branch...

refactoring
considering

.. because it's awesome.

refactoring
considering

There has been a lot of discussion during the beta if packages that have a `>=` range should be pinned. This came up recently again and I think it should...

question

I followed the getting started docs, but when running `python manage.py init_customers`, I'm getting: `````` Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 353,...

bug

safety-db is now installable via pip, add it as an option.

enhancement

Safety already works with the currently active virtual environment, but it would be nice to to run: ``` safety check -r Pipfile ``` or ``` safety check -r Pipfile.lock ```...

enhancement

When running Safety in a cron job it might make sense to add an email address which could be used to mail a report if something is vulnerable. Ideas?

question
considering

Should `--full-report` be the default option?

question