Tucker Beck

Results 9 issues of Tucker Beck

The project needs to have integration tests that verify that each feature works with: * A running flask API instance * A running database The unit tests should verify that...

The email methods needed some hardening and there were some assumptions baked in that needed to be corrected. For now, the functionality has been updated, and documentation will follow. I...

The listen port is hard-coded in the Dockerfile. This should probably be based on a configurable environment variable.

It would be nice to have the output in result.errors have aliases substituted for 'left' and 'right' Something like, ``` result = compare(left_uri, right_uri, left_alias='alpha_db', right_alias='omega_db') ``` This would be...

Because I use nerd tree, I use the vim setting autochdir so that my pwd is the same as the source file I am editing. A consequence of this is...

Added the flake8_config_file setting. This allows the user to specify the flake8 config file that should be used when makeing the flak8 command. It uses the --config argument to the...

When parsing this exact file: ``` """Update MECC title parameters Revision ID: c7f7c8ec8317 Revises: a804962ee102 Create Date: 2018-01-29 08:42:17.275163 """ # revision identifiers, used by Alembic. revision = 'c7f7c8ec8317' down_revision...

bug

The 'file' argument for edit() should be 'filename' in the documentation

* Cookiecutter version: 1.7.2 * Template project url: n/a * Python version: 3.8.7 * Operating System: Ubuntu 20.04 (via WSL) ### Description: If you have a directory whose template resolve...

bug