Email or username:

Password:

Forgot your password?
Top-level
Andres "🧠🐛✊" Salomon

@r343l I feel like "write my own from scratch" should've been the first poll option? 🙃

2 comments
Rachael Ludwick

@Andres4NY Lol. Relatedly, the reason I am even noticing this because I have a repo that builds a docker image against debian testing (trixie) which just got python 3.12.7 which changed a signature on an internal function on an argparse class. Which pdm overrides with the old signature.

I wonder how painful just using pipenv would be? SIGH.

Andres "🧠🐛✊" Salomon

@r343l mostly I just use pip and venv for everything (that isn't already packaged by Debian), but I'm also not trying to ship anything across systems; I only ever find myself doing that for game that my kids use or something

Go Up