-
I was thinking about forking this library and modernizing it with the latest versions of standard asynchronous programming libraries and patterns, and was wondering if anyone would be interested in co…
-
Following up from #76 and #102, it seems that asyncio's SSL support is slightly broken. We should figure out why.
From #102:
> The behaviour when SSL/TLS is enabled is that a large chunk of messages…
-
If having trouble with the line:
```
await asyncio.sleep(0.1)
```
I was under the impression that if I would send 1000 requests really fast (asynchronously), then given that you could handle 1000 re…
-
### 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…
-
Hi,
First of all, thank you for maintaining and developing this library, it has been very useful for us!
I recently upgraded to `starsessions` version `2.2.0` and started experiencing intermitte…
-
Windows 11 23H2 25915
Python 3.8.5
Unsure if this first part is a part of the issue or my ~~cat~~ panda printer not being supported, but first off it can't find my device automatically, and when s…
-
import asyncio
import json
from f2.log.logger import logger
from f2.apps.douyin.handler import DouyinHandler
kwargs = {
"headers": {
"User-Agent": "Mozi…
-
Both me and another student have problems with using Python 3.8, probably caused by an asyncio implementation problem.
```
Traceback (most recent call last):
File "./revolve.py", line 69, in
…
-
# Whisper Streaming - Buffer Audio & Incorrect Finals
## **Description**
While testing streaming functionality using Whisper, we have identified two principal issues:
---
## **1. Missing B…
-
**Describe the bug**
```
r2r
Usage: r2r [OPTIONS] COMMAND [ARGS]...
R2R CLI for all core operations.
Options:
--base-url TEXT Base URL for the API
--help Show this messag…