Vadim
Vadim
Greetings! I ran into sqlalchemy object caching issues. From time to time I get errors like this: ``` " File \"/home/boot/stellar/backend/./app/v1/security/auth.py\", line 127, in get_current_user\n permissions_v2 = await service_permissions.get_permissions_by_role_cache(\n", "...
### Describe the bug while testing the code, I found a notification that the library uses distutils, which will be removed soon. ### To Reproduce ``` py (venv) dev@server:~/wa_service$ coverage...
Found on the master branch. after updating our product in production to the master branch (cashews), the CPU load increased.  indicators earlier.  i use: ``` cashews = {git...
## Fix issues with `Optional` and `Union` for `list, set, tuple, etc...` in `Form`: ```python3 a: Optional[list[int]] = Form(None) b: Union[list[int], list[float]] = Form(None) ``` which lead to a validation...
Hello! Thanks for your project! Is it possible to use proprietary launch via cli aka `uvicorn "main:app" --port 66666` I don't feel like using `await uvicorn.Server(...).serve()` Also, could you add...
At the moment, the functionality of sending template messages is not implemented, this is a very necessary thing for this framework. If you are willing to donate your time and...
First of all I want to say thank you for this project. I have a big request to add support for threads for notifications using telegram. Add an optional thread_id...