Pastukhov Nikita
Pastukhov Nikita
# Description First of all I wrote the `tests/test_states_group_navigation.py` to test standart StatesGroup behavior: to this goal I was concidered to add Dispatcher to State and StatesGroup `__init__` to use...
I am working on my own [Propan](https://github.com/Lancetnik/Propan) library and as a part of it I implemented a custom **FastAPI** router with the following behavior. ```python from fastapi import FastAPI from...
I know, that the main goal of this package is a calling sync/async functions from async/sync code. This reason, I suppose, there no decorators usecases in documentation (but functions' signature...
A little mention without total README sections refactoring. That is what we are talking about #99
@mosquito Hello again! Sorry for annoying, but since **Propan** was deprecated, I need to replace its' mention to **FastStream** - a **Propan** inheritor and replacement I joined to **AirtAI** team...
@mosquito hello again! You know, the only thing annoying to me when I had working with the aio-pika is some function annotations disharmony. Like in the following [case](https://github.com/mosquito/aio-pika/blob/master/aio_pika/robust_connection.py#L230) Here, the...
FastAPI and Pydantic supports a new feature: `Annotated`, but **rocketry** still doesn't. It's a pretty usefull to declare some application-level Arguments and use it everywhere. Code without `Annotated`: ```python arg...
Hello there! I am a core developer of [FastStream](https://github.com/airtai/faststream) - the Python frameworks to build well-structured publish/consumes services for various Message Brokers. One of the great FastStream features users love...
### What version were you using? nats-py==2.4.0 ### What environment was the server running in? nats:latest ### Is this defect reproducible? ```python import asyncio import nats from nats.js.api import ConsumerConfig...
Hello there! NATS - is a really cool MQ. As you may know, I am working on the [Propan](https://github.com/Lancetnik/Propan) framework and am inspiring by NATS everyday. So, a little question:...