Dan Fairs

Results 20 issues of Dan Fairs

Currently it's only possible to have one project per AWS account - an AWS account is treated as a 'database'. It would be useful to be able to take the...

Post-syncdb, the SITE_ID in a default settings.py turns out wrong. We should either manually update the single Site to have an ID of one, or print out the real site...

NB - this looks like it might be handled in boto, but need to check.

Admin's post_syncdb handler to create a superuser doesn't seem to run properly. createsuperuser looks like it works fine.

Boto has plenty of settings exposing Amazon's functionality (SSL, consistency, etc.) These should be settable through the DATABASES entry in settings.py. This would allow, for example, the developer to request...

Hi! Apologies for using a GH issue to request a new release - but I notice that the dependency on `oauth2client` has been dropped on current master. This would be...

This change modifies Cog so that it always passes `--load` during docker build. Previously, it would only pass this flag if running on Apple Silicon. I don't think that is...

Cog does not always load images into docker after build. It _sometimes_ does, though - but only if running on Apple Silicon: https://github.com/replicate/cog/blob/main/pkg/docker/docker_command.go#L273 It's not entirely clear to me why...

This PR allows environment markers from user requirements files to be propagated into the generated output requirements file. It also lays the foundation for future support of `--hash`. These are...