Vladimir Alinsky

Results 4 issues of Vladimir Alinsky

The last commit in the master was [on 9 Oct 2020](https://github.com/robinhood/faust/commit/01b4c0ad8390221db71751d80001b0fd879291e2). Is the project supported? What are the plans? What are the reasons?

Hello! I want to table a proposal to add a special submodule to generate Telegram-specific markup easily. ## Motivation A common markdown format that every programmer uses is really simple...

The same as in [telegram-text#39](https://github.com/SKY-ALIN/telegram-text/issues/39)

bug

Example: ```python from datetime import timedelta from logging import Logger import regta @regta.async_job(timedelta(seconds=5)) async def my_basic_job(logger: Logger): logger.info("A intermediate message") return "The final logging message" ``` But the old style...

New feature