-
# Whisper Streaming - Buffer Audio & Incorrect Finals
## **Description**
While testing streaming functionality using Whisper, we have identified two principal issues:
---
## **1. Missing B…
-
cannot import name 'if_indextoname' from 'socket' (/data/user/0/org.test.myapp/files/app/_python_bundle/stdlib.zip/socket.pyc)
![image](https://github.com/user-attachments/assets/cd8f8d31-af77-4cb7…
-
I was wondering if you had any plans on moving the library to asyncio and aiohttp, and in general putting effort into making the library asynchronous? Thank you, Daniel!
-
The implementation of `LiquidHandler._run_async_in_thread` is not working if the called method actually performs some async stuff.
MWE:
````python
# %%
from dummy_backend import DummyBackend
…
jrast updated
3 weeks ago
-
### Describe the bug
There is no problem using asyncmy
There is a "RuntimeError: Event loop is closed" error when using aiomysql
Am I using it incorrectly? What's wrong?
### To Reproduce
…
-
### The problem
I'm using this integration https://www.home-assistant.io/integrations/sms/ with the device SIM800C.
The integration is running correctly freshly started, I can receives sms, I can …
-
在运行一段时间(可能是接收到某些特殊字符?)(具体原因未知)后出现接收到每条消息都出现database is locked 报错
![image](https://github.com/user-attachments/assets/f6e7a7ba-660f-4941-8692-5f9d951b5bf8)
![image](https://github.com/user-attachment…
-
![Screenshot_2024-11-06-16-21-26-888_com server auditor ssh client](https://github.com/user-attachments/assets/ed179150-2319-4e0a-9943-bcfa0c01c5da)
-
### Description
Right now asyncio support in accelerated DAGs uses a slightly different codepath from normal DAGs:
- you need to specify `enable_asyncio=True` in `dag.experimental_compile()`
- you …
-
I was thinking it might make sense to wire this up somehow to a python asyncio protocol.
I wrote something that acts as a virtual serial port proxy using a pty and asyncio tcp protocol with ser2net…