Joe Meissler
Joe Meissler
https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/master/docker-images/python3.8.dockerfile
@mnorrsken do you have the source code? I assume this is a bit more involved than changing `FROM python:3.8` to `FROM arm64v8/python:3.8`
I got this working by adding a password [here](https://github.com/gocardless/pgreplay-go/blob/master/cmd/pgreplay/main.go#L47) and passing it in [here](https://github.com/gocardless/pgreplay-go/blob/master/cmd/pgreplay/main.go#L131). The rest of the documentation is lacking though so I didn't get much further.
Same if VLC is already installed
That's because `.get()` returns an instance instead of a queryset. You can do `gql_optimizer.query(Category.objects.select_related(...).get(name=name), info)`
There's an issue with `spam_container.sh` where `env` is passed in as an empty string. I'm not setting anything special, just copying what's in the README. After removing the `env` check,...
Yes, apologies! I will take a look on Monday.
Updated!
Sure, I can get to it today.
This actually may be more complicated than originally planned. I actually think `git fetch origin main --depth=1000` is not doing anything _unless_ `actions/checkout@v4` is using `fetch-depth: 1000` (or 0). This...