-
**Is your feature request related to a problem? Please describe.**
It's a best practice to have async methods accept and honor a cancellation token. [DefaultCredentialsLoader.LoadCredentialsIfNeededA…
-
# Description
We mistakenly used the asynchronous search API in Elastic instead of the `search` API of the asynchronous client when it comes to the archiver repository.
Please correct this in an…
-
## Summary
Allow developers to set the `default` response for OpenAPI operations with the `Produces()` family of extensions methods from `Microsoft.AspNetCore.OpenApi` to achieve parity with MVC's …
-
### Your current environment
The output of `python collect_env.py`.
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyT…
-
**Describe the bug**
A clear and concise description of what the bug is.
** Related Components **
- [ ] protoc-gen-grpc-federation
- [ ] grpc-federation-linter
- [ ] grpc-federation-language-se…
-
冷氣設備可以透過 panasonic smart app (帳號密碼) 實裝進 HA
但是 HA 無法持續取得裝置狀態
不過還是可以控制 開機或是關機
以下 error logs
```
自行安裝整合產生錯誤。
記錄器: custom_components.panasonic_smart_app
來源: helpers/debounce.py:137
整合: Pana…
-
### System Health details
## System Information
version | core-2024.10.2
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false…
-
Traceback is shown below:
2024-11-11T10:59:36.677463Z [info ] Started server process [1] [uvicorn.error] api_revision=2f1052b api_variant=local color_message=Started server process [%d]
[la…
-
### 🐛 Describe the bug
## Problem
If you run
```python
import torch
x = torch.arange(1000, device="cuda")
y = torch.arange(1000, device="cuda")
x = x.to("cpu", non_blocking=True)
y = y.to(…
-
### What is the issue?
```js
import { NextApiRequest } from 'next';
import { OpenAIStream, StreamingTextResponse } from 'ai';
import OpenAI from 'openai';
const openai = new OpenAI({
bas…