Anton
Anton
### Summary Prettier plugins not found when vscode was launched outside of working directory ### Github Repository to Reproduce Issue https://github.com/Sobes76rus/prettier-vscode-bug ### Steps To Reproduce: 1. install any prettier plugin...
properly created PR instead of https://github.com/taskiq-python/taskiq/pull/121
non-blocking sleep through a temporary increase in the number of running tasks on demand of the user. here is some use cases 1. some task A is waiting for result...
use case ```[python] @broker.task() @validate_call() async def task(arg1: str) -> None: ... ``` so, the thing is that pydantic's `validator_call` is syncronious decorator which returns awaitable future after call right...