Andrew Godwin

Results 369 comments of Andrew Godwin

Why introduce an ini file in the docker directory but not use it anywhere?

Well, I more mean that it's odd to check a default in but not have it used; you could either make it an example one not in the docker directory,...

Yeah, my deployment infra assumes that a redeploy means a new image. It's mostly a matter of personal taste I suspect.

Well, if there's going to be a default config added to the docker image, I think the image should be set up to use that via environment variable or something.

Yeah, this is probably ultimate a Django/PG bug we happen to be in the middle of. I'm not entirely sure _we_ can do anything about it, other than change some...

Unfortunately we can't just add that to our default settings as it will break all _existing_ installs. Sigh. I guess we need to figure out some way to extract a...

What version are you running? I suspect this was already fixed as part of https://github.com/jointakahe/takahe/pull/634, it's just not in a release yet.

OK - I'll see if I can investigate it soon then. It might be a few weeks. Looks like some sort of error in the new fetching code, maybe -...

Ah right, we've had migrations on main since the release (which is incidentally why I have not done a patch release yet). Let me know what you find - if...

Thanks, appreciate you checking! I can't easily replicate it on my own server, but the traceback you provided should hopefully be enough to put a potential fix in place anyway.