Skip to content

issues Search Results · repo:petrgazarov/FastAPI-app language:Python

Filter by

4 results
 (46 ms)

4 results

inpetrgazarov/FastAPI-app (press backspace or delete to remove)

Why do logger = utils.AppLogger.__call__().get_logger()? This could be logger = utils.AppLogger().get_logger(), or maybe even easier, just logger = logging.getLogger(__name__). Am I missing something? ...
  • zmarffy
  • 1
  • Opened 
    on Mar 26, 2024
  • #6

(venv) PS E:\11-Projects\FastAPI-app make migrate alembic upgrade head E:\11-Projects\FastAPI-app\venv\Lib\site-packages\pydantic_internal_config.py:322: UserWarning: Valid config keys have changed in ...
bug
help wanted
  • dannykellett
  • 1
  • Opened 
    on Mar 8, 2024
  • #4

What happens is whenever we create models in FastAPI we create the variables in snake_case as per the PEP-8 standard, however in the frontend it requires camel-case fields. To solve this issue we should ...
  • rhoitjadhav
  • 3
  • Opened 
    on Jul 11, 2023
  • #3

I think, having the pre-commit would be a great value to the project. Might create a PR for this soon. Ref: https://pre-commit.com/
  • rhoitjadhav
  • 4
  • Opened 
    on Jun 19, 2023
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub