Nick Khitrov

Results 7 comments of Nick Khitrov

@tiangolo hi! Can you answer on this comment? https://github.com/tiangolo/fastapi/pull/4416#issuecomment-1455178994

@mikeckennedy looks great! Can you share a code example? 🙏

Same problem with ASGI (FastAPI). No traceback 😞 Maybe it should be error level? Screen Granian init ``` runtime = Granian( "runtime", address="0.0.0.0", # noqa: S104 port=settings.app_port, interface=Interfaces.ASGI, loop=Loops.uvloop, )...

Hello there! Any news?

Last comment was 2 years ago. It looks like nobody cares about this problem. Maybe change the parser? For example, to [libcst](https://libcst.readthedocs.io/en/latest/index.html)?

+1, I like the idea of separate packages to handle cors, auth, etc. For more flexibility, we can try to implement event system like in [sqlalchemy](https://docs.sqlalchemy.org/en/20/core/event.html), or look at [plug](https://hexdocs.pm/plug/readme.html)...

I have similar issue with Gitlab CI cache. This method works for me with poetry ```bash $ pdm use -f $PYTHON_VENV_DIR INFO: Using the first matched interpreter. Using Python interpreter:...