Scott Rubin
Scott Rubin
#### The problem There are cases in which an abstract factory will include Meta and Params. To remain DRY, it is desirable that any factory will inherit a combination of...
It seems that a common request is to have a stand-alone image rendered as a figure with a figcaption. e.g.: ```markdown  ``` should be rendered...
The automatically generated testmaker tests do not work because of a syntax error. The syntax error is because the context variables contain single quotes that are not escaped properly.
Rather than make users pip install djangogoboot, it may be possible to have it work as a single web form. Users could authenticate with GitHub OAuth and then using a...
Currently, the initial github push is performed via the command line. This uses the local user's Git/GitHub access to perform the push. The push should instead be performed using the...
Right now djangogoboot only works when the user has passwordless sudo. It should be possible to store the sudo password in a secret and pass it to ansible on every...
Add a CLI flag that can be passed to djangogoboot that will cause it to print its version number to stdout, and then exit without doing anything else.
Ironically Djangogoboot helps bootstrap Django projects with automated deployments, but doesn't have them for itself. We need a github action such that when a new release is created, that tagged...
Ironically djangogoboot helps bootstrap django projects with GitHub actions for auto-linting, but doesn't yet have that configured for itself.
The user is only required to provide the known_hosts file when using a jump host. They are permitted to provide one for direct connections. If it is not provided, then...