Poetry and Docker Get link Facebook X Pinterest Email Other Apps March 22, 2022 poetry install --no-dev poetry shell pip list --format=freeze > requirements.txt Delete project from requirements.txt. Update Dockerfile. Delete any existing containers. docker build -t command_name . Read more
Vim tips Get link Facebook X Pinterest Email Other Apps March 21, 2022 Pad lines with spaces: : %s/.*/\=printf('%-63s', submatch(0)) Read more