Rostislav Aleev

Results 7 issues of Rostislav Aleev

```py3 async def callproc(self, procedure: str, rows: int, values: list = None): try: async with self.pool.acquire() as conn: async with conn.cursor(aiomysql.DictCursor) as cur: await cur.callproc(procedure, [*values]) result = None if...

Is it ok that `robust_connection `with args `reconnection_interval=0.5 `and `timeout=2` throws exception when connection couldn't be re-established during `exchange.publish(Message(...))`? ``` RuntimeError: Writer is None Task exception was never retrieved future:...

### Bug description Any implementation of retrying algorithm makes code complicated ### Steps to reproduce i.e. `tenacity` package In device implementation method open() makes it impossible to implement retrying policy...

### Bug description ``` printer.print("Test") printer.cut() ``` Cutted receipt is still in presenter. ### Device info **Printer:** Custom VPK-80* Possible solution is an additional method `eject()` or modification of `cut()`....

Solves https://github.com/pnuckowski/aioresponses/issues/230

needs improvement

I have Tandem X18 and it's possible to use 24 channels instead of 16/17/18. Do anyone have an idea how to get values from 24th byte?

Дополните пожалуйста документацию с указанием обязательности параметров. Хотелось бы остаться на решении с использованим mock запросов без обращения к продуктивной среде. И так уже модели описываю в Pydantic, чтобы структуру...

tracker