I hada Django project that usedpipenv
(in particular aPipfile.lock
) to manage dependencies and I wanted to build a Docker container for it. …
Fordatasette issue #1802 I needed to run mypytest
test suite using a specific version of Python 3.7. …
I gota bug report concerning mysqlite-fts4 project running on PPC64 and s390x architectures. …
I gota report of a bug with mys3-ocr tool running on Fedora. …
I like usingPostgres.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. …
ForDatasette #1249 I wanted to build a Docker image from thepython: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 investigatingDatasette issue #1268 I found myself with a Python process that was hanging, and I decided to try runninggdb
against it based on tips inDebugging of CPython processes with gdb …
Usedocker ps
to find the container ID: …