Adam Hill

Results 51 issues of Adam Hill

Expectations are a way to look for text in a process's output and then send text back to the process. Maybe defined on a per-command basis somewhat similar to the...

Start adding the initial work for expectations that will use delegator.py/pexpect. Although it currently fails for my test case of using `pg_dump`. Solves #2.

Maybe https://github.com/waszil/subpiper/ would work better than my half-ass solution?

Allow variables to be used in `.dj-config.json` and replace them by looking in Django settings file.

Roll back Django migrations for un-committed migration files, delete those migration files, create a new migration file that captures all of the changes, and run that migration.

`Pluggy` seems like a good approach: https://pluggy.readthedocs.io/en/latest/.

- sub-class `django.core.management.commands.runserver.Command` - Automatically configure logging settings - redirect output to `live.console` or console status messages?