-
Playing with github Copilot. The real value of it (so far) is in reducing the tedious parts of typing/programming/configuring. Here, it knows that I want to put my access log in a specific directory, so I probably also want to put my error log there. 👍
-
github It is, however, wrong about the
-p 8080
there. This is gunicorn (called through a pipenv script, so it’s a leap of AI logic, admittedly), and-p
is PID (a path/file) in gunicorn—it’s trying to fill a port number.