Pavel Kirilin

Results 325 comments of Pavel Kirilin

I couldn't find the solution previously. @mxft, that's lit! I'll fix it later.

The issue was resolved, the logging module was renamed.

Hi, and thanks for trying to make fastapi-template even better. That's a good idea. I'll look into it this evening. Can you provide some ideas what should be done in...

I guess that subscribing for a model updates is a very big example. Maybe small message broadcasting would be enough? Like if someone writes a message, it sends to all...

I don't really want to create a really big example, since it would be hard to support. But what I really like is the idea to show the example how...

Agree. Personally I use ruff for several projects now.

So, there's a thing with docker. Docker-compose was external program before, and not that long ago it was merged into docker itself and can be invoked as a subcommand. My...

I guess now it's time to change it. Because mostly people are using `docker compose` instead of old-style `docker-compose`.

Hi and thanks for creating this issue. This problem is not with FastAPI-template. Please install `mysql_config` package. It's required for building mysql library for python.

Hello, @NiceboyWiseboy. This error means that you use outdated python version. Please update python if it's possible. With python 3.9 this error should be gone. You can fix it by...