rkrn

Results 2 issues of rkrn

I'm using your setuptools extension to distribute a package. However, I'd like to import the built message classes inside the project itself. This would be a fairly common use case...

This line doesn't seem to be doing its intended purpose. https://github.com/tiangolo/full-stack-fastapi-postgresql/blob/490c554e23343eec0736b06e59b2108fdd057fdc/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app/app/crud/crud_user.py#L34 With this, if the password key is not set, then it will raise a `KeyError`, so the only viable...

investigate