mode icon indicating copy to clipboard operation
mode copied to clipboard

Python AsyncIO Services

Results 16 mode issues
Sort by recently updated
recently updated
newest added

## Checklist - [ Y ] I have included information about relevant versions - [ Y ] I have verified that the issue persists when using the `master` branch of...

https://github.com/ask/mode/blob/56216a2bdd949197a3e130fb47ebfbb1306da148/mode/threads.py#L331 ``` /root/py39-venv/lib/python3.9/site-packages/mode/threads.py:331: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. self._queue = asyncio.Queue(loop=self.loop) ```

If we specify a custom event loop at worker instantiation, it has to also be used by asyncio instead of default one. ## Description In some situation (for example in...

## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Mode. ## Steps to...

*Note*: Before submitting this pull request, please review our [contributing guidelines](https://docs.fauststream.com/en/master/contributing.html). ## Description Hey, Ask. Thanks for your project. I'm using `mode` as base framework to build some applications, but...

## Checklist - [X] I have included information about relevant versions - [X] I have verified that the issue persists when using the `master` branch of Mode. ## Steps to...

What is the plan with aioeventlet and aiogevent . They are extras, but they definitely do not work on Python 3.7+ , and I wouldnt be surprised if they were...

This isn't a bug, just something I observed, and I'm wondering if somebody has a way around it. I'm using mode through Faust. I want to debug my worker code...

## Description Added syntax highlight feature to code blocks on README.

For fast prototyping `Service.timer` decorator is enough, but for flexible solution this need to be improved because this do not allows to: * Set timer interval at runtime (from config,...