Anne Macedo
Results
2
issues of
Anne Macedo
This patch moves away from some functions and libraries that were deprecated in Django. This includes: `six` not being a vendored package anymore `ugettext_lazy` being deprecated in favor of `gettext_lazy`...
I currently have a docker setup with GDB, like [this](https://gist.github.com/retpolanne/8eab7d0dbcd7f4f7fa6f21adf7759674#gdb-using-docker-and-colima) I'm trying to debug a python3 app, I have python3-dbg installed on the docker container with GDB. ``` [Current thread...