-
**Problem Statement**
The Python SDK uses synchronous IO through the requests library today. With Python's threading model, it is not possible to write performant, parallelizable applications using t…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.c…
-
### Describe your environment
OS: Ubuntu
Python version: 3.11
Package version: 0.48b0/1.27.0
```
$ pip install starlette uvicorn opentelemetry-sdk opentelemetry-instrumentation-asgi httpx
$ pi…
-
In https://mail.python.org/pipermail/async-sig/2016-June/000033.html Ben Darnell asked for `asyncio.timeout()` removing.
I understand the problem (hopefully).
But the timeout context manager is very…
-
Is there a mechanism for momentary signals in dodal?
Currently synoptic buttons that send a value when pressed and another value when released to momentarily set the value of an ioc's PV. For exam…
-
**Is your feature request related to a problem? Please describe.**
Concurrency has been popular for IO heavy applications like EFB. There’s a wide range of frameworks like `aiorequests` / `telethon…
-
![asyncio-71](https://user-images.githubusercontent.com/52480090/138293652-117d0221-879b-4125-90e4-d68f5818612a.png)
c1ino updated
3 years ago
-
Hi,
I find this module very useful and promising - however more and more of my code is getting `asyncio` based. Wouldn't it be nice if `limit` decorator could be `asyncio` compliant?
It seems li…
-
I'm using django and the asyncio Redis client. I want to share a connection pool across my requests. Thus, I initialize the connection pool centrally in my Django settings. I'm using Redis as a distri…
-
Currently, we don\`t support running allure-python in an async function (e.g. through asyncio event loop or a similar coroutine execution engine).
This is important, because
1. Async-based framewo…