I had a Django project that used pipenv
(in particular a Pipfile.lock
) to manage dependencies and I wanted to build a Docker container for it. …
For datasette issue #1802 I needed to run my pytest
test suite using a specific version of Python 3.7. …
I got a bug report concerning my sqlite-fts4 project running on PPC64 and s390x architectures. …
I got a report of a bug with my s3-ocr tool running on Fedora. …
I like using Postgres.app to run PostgreSQL on my macOS laptop. I use it for a bunch of different projects. …
I had to get Docker Compose working for a Django project, primarily to make it easier for other developers to get a working development environment. …
For Datasette #1249 I wanted to build a Docker image from the python:3.9.2-slim-buster
base image ("buster" is the current stable release of Debian) but include a single package from "sid", the unstable Debian distribution. …
While investigating Datasette issue #1268 I found myself with a Python process that was hanging, and I decided to try running gdb
against it based on tips in Debugging of CPython processes with gdb …
Use docker ps
to find the container ID: …