Vadim

Results 7 issues of 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", "...

bug
enhancement

### 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...

bug

Found on the master branch. after updating our product in production to the master branch (cashews), the CPU load increased. ![image](https://user-images.githubusercontent.com/64792903/190115387-0538825b-f78b-4e73-b59b-b3d0a45937f9.png) indicators earlier. ![image](https://user-images.githubusercontent.com/64792903/190115439-d3003b46-32f7-4b04-bbce-db9dbdea0bdd.png) 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...

bug
p2

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...

help wanted

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...

enhancement