-
Type: Bug
# Behaviour
The Python extension v2024.14.0 fails to start with VSCode 1.89.1. The error message mentions: `Error: The language client requires VS Code version ^1.91.0 but received versi…
jdamp updated
1 month ago
-
This is an external tracking issue to:
- Gauge interest from the community for this feature.
- Learn about what you'd want to see out of it if we worked on it.
So please:
- Upvote the issue …
-
I am wondering if there is anyway to deal with Python coroutine in `pydantic_core`. I found [the async-await section of PyO3 docs](https://pyo3.rs/v0.22.2/async-await), but the feature seems not enabl…
-
When using the `PGVector` class with `async_mode=True`, the `metadata` field of the `Document` objects returned from query methods (e.g., `asimilarity_search_with_score_by_vector`) is not deserialized…
-
基础环境:
windows 11
4070
anaconda
按照官方教程配置换环境,下载了依赖包,下载了ffmpeg也配置了环境变量,但是一运行就显示这个问题,
现在在控制台直接运行 ffmpeg是可以的,不知道什么情况了,求教
```
Adding FFMPEG_PATH to PATH
Traceback (most recent call last):
…
-
I have a distributed system. Nodes talk to one another using aiothrift.
I found one node was not able to connect to other nodes.
Through tracewrites, I was able to find that the path of executio…
-
**How to reproduce:**
script1.py:
```
import asyncio
from aiotinydb import AIOTinyDB
async def test():
async with AIOTinyDB('test.json') as db:
await asyncio.sleep(60) # slow ope…
-
I took the very basic server example and changed the protocol from `opc.tcp` to `opc.http`. I want to deploy the server to heroku but that apparently does not support tcp endpoints and requires http/s…
-
### Bug Description
Authenticated Routes with different methods but same path throw the following error.
```
thread '' panicked at src/server.rs:347:14:
called `Result::unwrap()` on an `Err` val…
-
In contrast to most JavaScript code, Python libraries often work synchronously and may even expect one's callback function to resolve synchronously, even if that doesn't make sense in JavaScript envir…