Jannis Gebauer
Jannis Gebauer
I've started to work on this on the `docs-v2` branch: https://github.com/pydanny/cookiecutter-django/tree/docs-v2
Would be awesome to get this merged in. Do you need any help reviewing it?
I like the idea @tiran. In fact, I've already started to work on this. Calling safety with ``` echo "python==2.7.11" | safety check --stdin --full-report ``` yields something like: ```...
I was referring to https://github.com/pypa/packaging/blob/master/docs/specifiers.rst Basically translating the commits to vulnerable releases, something like: ``` - name: "Issue #26556: Expat 2.1.1" fixed-in: - d244a8f7cb0ec6979ec9fc7acd39e95f5339ad0e # 2.7.12 - 196d7db3956f4c0b03e87b570771b3460a61bab5 # 3.4.5...
This docker-compose 0.4 came the ability to add a `container_name` to the configuration. I played around with it today: ``` nginx: image: nginx:latest container_name: nginx ports: - "1.2.3.4:80:80" - "1.2.3.4:443:443"...
@darkwinternight where does the `docker` command in your example come from?
I think the point is to offer the same project for everyone, but if you want to use it in a commercial product you'd have to pay for it like...
@nayafia did some research on this: https://github.com/nayafia/lemonade-stand
@hpk42 gave a talk at CCC this year with the title **Hacking EU funding for a decentralizing FOSS project** > FOSS and hacker culture meeting the EU buereaucracy. What can...
Another secondary problem: You have to be available all the time. If your service is down, you have to bring it up immediately.