Olzhas Arystanov

Results 7 issues of Olzhas Arystanov

Hi, Thank you for your project, it is really handy. However, the fact it doesn't have any tests makes it less attractive to use in production projects. Have you considered...

enhancement
help wanted

## What is this Python project? [pytest-watcher](https://github.com/olzhasar/pytest-watcher) is a tool to automatically rerun tests (using `pytest` by default) whenever your code changes. The tool saves a lot of time and...

## Description Fixes #3763 It seems that declaring the actual method is the only way to comply with `mypy` in such cases. There is a `ruff` rule that forbids empty...

Triage Required :hospital:
pr/external
size: small
type/bug
area/dependencies

### Description `mypy` complains about incompatible signatures when trying to use the `WebsocketListener` class. The issue can be reproduced by running `mypy` over the documentation example. `mypy` produces the following...

Bug :bug:

This is a draft implementation for #399 It adds support for sending multiple messages to the core layer only. It probably does not make much sense to add that to...

# Feature request Sometimes there is a need to send multiple messages to a channel (or group) at once. While this can be done using a group of `asyncio` tasks,...

### Summary When jumping to a definition ~~that corresponds to an external library~~, `ty` points to the cached Python file. This file is generally identical to the source, so exploring...

bug
server