-
For @geospatial-jeff but also @vincentsarago, @dmahr1, @kylebarron and other interested parties.
Are any of you still interested in working on this project? Async COG reading is quite useful to us …
-
Hello.
Sorry, I have a question about Django and ASGI. I saw that a similar topic has already been discussed, but I couldn't find a solution for myself.
Unit 1.33
Django 5.1 (support [async handling…
-
Hello!
This test case can be used to clarify what is going:
```
async def test_5529(self):
"5529 - ensure max limit of pool is not exceeded"
proc_name = test_env.get_sleep_pro…
-
* Introduce Performance testing benchmark for async vs sync cosmos python SDK
-
### Describe the bug
*Async* `a_initiate_chat` agents conversation is interrupting more for human feedback whereas same codebase but for *Sync* `initiate_chat` workflow only asks once for human feedb…
-
Please support calling async python function directly for Apps or scripts.
Currently you have to wrap it in a asyncio.run. This would be a big quality-of-life improvements because most of our library…
-
### The problem
Per the [integration developer docs](https://developers.home-assistant.io/docs/core/platform/raising_exceptions), Integrations should raise `HomeAssistantError` exceptions for devic…
-
### Operating System
Windows
### Programming Languages
Python
### CCXT Version
4.3.95
### Description
The current implementation on CCXT for the `fetch_ohlcv` function for Hyperli…
-
Type: Bug
1. attach to running container
2. install ms-python extention
3. wait
4. try to use debugger, can not , need to close vs code window and open again
VS Code version: Code 1.94.2 (384ff7…
-
So I have the following program:
```python
# __main__.py
import os
from mybot.bot import MyBot
from dotenv import load_dotenv
if __name__ == '__main__':
load_dotenv()
access_token = os.get…