id int64 393k 2.82B | repo stringclasses 68
values | title stringlengths 1 936 | body stringlengths 0 256k ⌀ | labels stringlengths 2 508 | priority stringclasses 3
values | severity stringclasses 3
values |
|---|---|---|---|---|---|---|
2,600,518,959 | pytorch | vmap with torch.autograd.grad does not work on output of compiled function | ### 🐛 Describe the bug
The following code is an example provided in the documentation of vmap:
```python
import torch
# Setup
N = 5
f = lambda x: x ** 2
x = torch.randn(N, requires_grad=True)
y = f(x)
I_N = torch.eye(N)
# Sequential approach
jacobian_rows = [torch.autograd.grad(y, x, v, retain_graph=Tru... | triaged,module: vmap,oncall: pt2,module: functorch,module: pt2-dispatcher | low | Critical |
2,600,551,660 | neovim | cursor position wrong after wrapped unicode line | ### Problem
When the string "नमस्कार" is encountered after a soft-wrapped line, the insert mode cursor is always one position ahead of where the characters are actually inserted.
This is the cursor right after pressing `A`:

If ... | bug,tui,display,unicode 💩 | low | Critical |
2,600,558,907 | rust | rustdoc should link to its current version of the rustdoc book | currently, rustdoc just links to https://doc.rust-lang.org/rustdoc/
this could lead to confusion for old crates on docs.rs when someone tries to use a new feature and it doesn't work.
perhaps, rustdoc 1.80.1 should link to https://doc.rust-lang.org/1.80.1/rustdoc/ and other versions should link to their matching docu... | T-rustdoc,C-enhancement,A-rustdoc-ui | low | Minor |
2,600,561,830 | pytorch | torch.div throws a floating point exception when rounding_mode is `trunc` or `floor` | ### 🐛 Describe the bug
Here is the code to reproduce:
```
import torch
x = torch.tensor([-2147483648], dtype=torch.int32)
y = torch.tensor([-1], dtype=torch.int32)
torch.div(x, y, rounding_mode='trunc')
```
When `x=-2147483648` and `y=-1`, setting the rounding_mode to `trunc` or `floor` will lead to a floa... | module: crash,triaged,module: intel,module: python frontend,module: edge cases | low | Critical |
2,600,562,001 | deno | Export feature for P-521 and X25519 cryptoKey | It would be better if Deno fully support for Webcrypto API,..
I have tested that deno can create P-521 and X25519 cryptoKey like a charm.
**P-521 cryptoKey**
- [ ] export to JWK failed on both private and public key - `NotSupportedError: Unsupported namedCurve`
- [ ] export to RAW failed - `TypeError: expected va... | feat,web,ext/crypto,crypto | low | Critical |
2,600,567,485 | PowerToys | FancyZones - Wuthering Waves unable to snap | ### Microsoft PowerToys version
0.85.1
### Installation method
GitHub
### Running as admin
Yes
### Area(s) with issue?
FancyZones
### Steps to reproduce
Open Wuthering Waves (Game)
Press Shift to snap, snap doesn't show up, nor does it work
### ✔️ Expected Behavior
Wuthering Waves snapping like any other gam... | Issue-Bug,Needs-Triage | low | Minor |
2,600,573,383 | flutter | Autocomplete(Flutter 3.24.3), `optionsViewBuilder` does not get the last options of `optionsBuilder` | ### Steps to reproduce
Flutter 3.19.6 works fine, Flutter 3.24.3 may break something.
1. Run the example code on Windows, Linux, or MacOS.
2. Click the edit filed.
### Expected results
The options view should show three options. "aaa", "abc", "bcc"
### Actual results
It show one option "empty".
##... | a: text input,c: regression,framework,f: material design,has reproducible steps,P2,team-text-input,triaged-text-input,found in release: 3.24,found in release: 3.27 | low | Critical |
2,600,625,837 | godot | Calling Multiplayer.MultiplayerPeer.Close() on a server with compression does not free the port | ### Tested versions
- Reproducible in Godot 4.3
### System information
Windows 11
### Issue description
I am unsure if this is a bug or if i'm just missing something, but calling `Multiplayer.MultiplayerPeer.Close();`on the server does not free the port.
This happens only if compression is enabled, n... | bug,topic:network | low | Critical |
2,600,628,517 | rust | rewrite documentation for htmldocck | the documentation is at https://github.com/rust-lang/rust/blob/a2a1206811d864df2bb61b2fc27ddc45a3589424/src/etc/htmldocck.py#L4-L119
it has several issues:
* [ ] it is hard to find, not linked to from rustc-dev-guide
* [ ] it has not be updated to reflect the fact the syntax has changed from `// @foo` to `//@ foo`.
* ... | T-rustdoc,C-enhancement,A-docs,C-bug | low | Minor |
2,600,687,290 | PowerToys | Copy as UNC | ### Description of the new feature / enhancement
When working on a company network that has mapped drive letters, it can be frustrating when browsing to a path, copying the path and after pasting the mapped drive letter is included rather than the UNC path, as the UNC path is required.
### Scenario when this would b... | Idea-New PowerToy | low | Major |
2,600,696,089 | opencv | OpenCV Members not recognized by PyLint | ### System Information
# Summary
when working with cv2 and saving files, PyLint does complain it cannot find the cv2 members, hence, flooding the Problems tab with messages, which are in fact no problem at all. Below is a MWE to reproduce some of the messages.
### Detailed description
Tested it without being an e... | bug,category: python bindings | low | Minor |
2,600,701,475 | terminal | Half-width Katakana and (han)dakuten should not overlap/combine. | ### Windows Terminal version
1.23.2913.0
### Windows build number
10.0.26100.2033 ARM64
### Explanations
I believe there is an error in the code for grapheme clusters text width computation in the current version of Windows Terminal (tested in Preview and Canary).
Japanese in the terminal can be tricky. For histo... | Area-Rendering,Area-Fonts,Issue-Bug,Product-Terminal | low | Critical |
2,600,749,811 | rust | Crater runs for 1.83 | Note: Please do not conduct triage on these runs without discussing how to do so with a release team member first. Thanks! | S-waiting-on-review,T-release | medium | Major |
2,600,779,098 | vscode | Images barely work in JsDoc | I'm trying to add an image to a JsDoc, but it works only in some specific cases.
(Everything pointed out in this issue works perfectly in normal MarkDown)
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read o... | help wanted,feature-request,typescript,javascript | low | Critical |
2,600,779,321 | awesome-mac | 🎉 Add Mailmate | ### 🪩 Provide a link to the proposed addition
https://freron.com
### 😳 Explain why it should be added
Mailmate is one of the strongest Mail clients for Mac. It has Spam Sieve integrated and has a very powerful tagging and search function. Nothing matches Mailmate's search.
### 📖 Additional context
_No response_... | addition | low | Minor |
2,600,785,684 | go | x/net/trace: registered routes conflict with "GET /" | ### Go version
go version go1.23.2 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/alex/Library/Caches/go-build'
GOENV='/Users/alex/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='arm64'
GOHOSTO... | NeedsDecision | low | Critical |
2,600,850,761 | deno | [ERR_HTTP2_SOCKET_UNBOUND]: The socket has been disconnected from the Http2Session | Version: Deno 2.0.2 (stable, release, aarch64-apple-darwin)
I am working with Pulumi's Automation API and whenever I call `stack.preview()` or `stack.up()` which relies heavily on gRPC, I'm getting this error:
```
>>> Error in Http2Server Error [ERR_HTTP2_SOCKET_UNBOUND]: The socket has been disconnected from th... | bug,node compat | low | Critical |
2,600,868,914 | deno | 🐛 WinOS/WSL-1 ~ running `deno install` with Deno.Command has errors | Version: Deno 1.44.0+, including Deno 2.0+
Under WinOS/WSL-1, executing `deno install ...` using Deno.Command has errors and takes a very long time to complete.
```shell
$ time deno install -Afg https://cdn.jsdelivr.net/gh/rivy/deno.dxx@4a5f3bba/eg/args.ts
✅ Successfully installed args
/home/toor/.deno/bin/arg... | bug,windows,install | low | Critical |
2,600,892,670 | ui | [bug]: SheetTitle Error on Sidebar | ### Describe the bug
Hi everyone,
I found a small bug in the mobile view of the sidebars. The mobile sidebar is build on top of the sheet component and therefore requires a SheetTitle.
The error is:
`DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users.
If you wa... | bug | low | Critical |
2,600,908,476 | terminal | CMD's `start` command and `Start-Process pwsh` opens all new tabs in new second instance of WT, despite settings | ### Windows Terminal version
1.20.11781.0
### Windows build number
10.0.19044.5011
### Other Software
_No response_
### Steps to reproduce
Edit: This can also be done from Powershell using `start-process pwsh` (and likely `start powershell`)
1. Open Windows Terminal with no other instances already running.
2. I... | Issue-Bug,Product-Terminal,Area-Windowing | low | Major |
2,600,911,250 | storybook | [Bug]: Storybook can't compile, build and run after use "pnpm patch ..." | ### Describe the bug
Hi,
I have used a simple patch feature from pnpm to patch a next package.
I made two changes in "node_modules/next/dist/server/lib/start-server.js" file:
`...
const _trace = require("../../trace");
const _ispostpone = require("./router-utils/is-postpone");
const _logger = require('pino-http')()... | bug,nextjs,pnpm | low | Critical |
2,600,912,981 | ollama | When server is bound to 0.0.0.0, it should allow also communication redirected by netsh to localhost (issue specific to with WSL2) | I have ollama server running within WSL2, on Win10. I want to access it from outside. The WSL2 needs to extra tricks to get the network traffic to reach it.
When I set a netsh rule that takes the outside traffic (allowed by Win firewall) and redirects to "WSL2-IP":11434
netsh interface portproxy add v4tov4 listenad... | feature request,windows,wsl | low | Minor |
2,600,926,440 | opencv | approxPolyN is not found in python OSX version '4.10.0' | ### System Information
OpenCV python version: 4.10.0
Operating System / Platform: MacOS Sonoma 14.4.1 (23E224)
Python version: 3.12.5
### Detailed description
When I try to call cv2.approxPolyN the method is not found. cv.2approxPolyDP works fine.
### Steps to reproduce
1. import cv2
2. try to call approxPol... | bug | low | Minor |
2,600,932,957 | ui | [bug]: Astro Dark Mode Guide Flicker | ### Describe the bug
Based on the current dark mode setup guide for Astro, `https://ui.shadcn.com/docs/dark-mode/astro`, there's a flicker of the dark mode on the page as seen in the video below.
The flicker happens and is noticeable when my theme is set to dark or system (that is dark mode).
The issue seems to... | bug | low | Critical |
2,600,935,382 | flutter | [local_auth] Non-biometric authentication shows the authentication dialog twice and may freeze the app | ### Steps to reproduce
Please see the following video: I have attached the code for the app as well.
**Note:** The issue happens only with Android 10.
When using fingerprint authentication, it works correctly. However, when I attempt to use other BiometricType options like iris or PIN, the following issues occur... | platform-android,p: local_auth,package,e: OS-version specific,has reproducible steps,P2,team-android,triaged-android,found in release: 3.24,found in release: 3.27 | low | Critical |
2,601,029,271 | deno | Inconsistent `DENO_INSTALL_ROOT` behaviour | Version: Deno 2.0.0
As stated in the documentation, `DENO_INSTALL_ROOT` should default to `$HOME/.deno/bin`. However, in `get_installer_root`, it defaults to simply `$HOME/.deno` (https://github.com/denoland/deno/blob/473e3069de4bf5877a6f1140aa0462e05f745536/cli/tools/installer.rs#L117-L137), and the `bin` is only a... | bug,good first issue,install | low | Minor |
2,601,040,592 | react | Bug: exhaustive-deps rule doesn't report for useInsertionEffect | <!--
Please provide a clear and concise description of what the bug is. Include
screenshots if needed. Please test using the latest version of the relevant
React packages to make sure your issue has not already been fixed.
-->
React version: 18
eslint-plugin-react-hooks version: 4.6.2
## Steps To Repro... | Status: Unconfirmed | medium | Critical |
2,601,072,367 | three.js | wireframe = true; Forces the drawIndexed / drawIndirectIndexed path | ### Description
wireframe = true; Forces the drawIndexed / drawIndirectIndexed path even if the geometry does not have an index attribute.
This is because of this function in: ```renderers/common/Geometries.js ```
```
getIndex( renderObject ) {
const { geometry, material } = renderObject;
let index = ... | WebGPU | low | Critical |
2,601,085,137 | react | [DevTools Bug] Could not find node with id "18006" in commit tree | ### Website or app
npx react-devtools
### Repro steps
clicking on the record button and stop in it produces this error
### How often does this bug happen?
Sometimes
### DevTools package (automated)
react-devtools-core
### DevTools version (automated)
6.0.1-c7c68ef842
### Error message (automated)
Could not f... | Type: Bug,Status: Unconfirmed,Component: Developer Tools | medium | Critical |
2,601,117,368 | tauri | [bug] When my mouse is focused on another monitor , we use primary_monitor , my primary_monitor can't show web-view window | ### Describe the bug
When my mouse is focused on another monitor , we use primary_monitor , my primary_monitor can't show web-view window, but when i focused on primary_monitor , we use primary_monitor, will show web-view window.
this is my code, pls check.
by the way , when my mouse is another monitor or pri... | type: bug,platform: macOS,status: needs triage | low | Critical |
2,601,142,143 | godot | Existence of Static Function Prevents Access of Unrelated Static Variable | ### Tested versions
Reproducible in 4.2stable, 4.3 stable
### System information
Windows 11 - Godot 4.2stable, Godot 4.3 stable
### Issue description
I truly do not know why this is the case, but in my project the very existence of the below code causes a crash when attempting to access an unrelated stat... | topic:gdscript,needs testing | low | Critical |
2,601,182,328 | rust | Codegen depends on let-variable ordering for unclear reasons | https://godbolt.org/z/Wx1rvE6vq
```rust
use std::borrow::Cow;
pub struct Error {
message: Cow<'static, str>,
cause: Option<Box<[u8]>>,
}
#[no_mangle]
pub fn declear_before(v: u64) -> Error {
let s = format!("{v}");
let mut e = Error {
message: Cow::Borrowed(""),
cause: None,
};
... | A-LLVM,A-codegen,T-compiler,I-heavy,A-panic,C-optimization | low | Critical |
2,601,228,023 | ant-design | 网站 footer 区域的样式在 SSR 时出现样式闪烁 | `import 'rc-footer/assets/index.css';` 这段样式客户端才生效。 | 📝 Documentation,Inactive,unconfirmed | low | Minor |
2,601,231,267 | yt-dlp | [NPR] Tiny Desk Concerts, some urls not working | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is broken on a **supported** site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc... | site-bug,patch-available | low | Critical |
2,601,258,084 | pytorch | Enable CUDA 12.6 CI/CD , Disable CUDA 12.1 | ### 🚀 The feature, motivation and pitch
Filing issue for enabling CUDA 12.6.2 due to an observed performance gap in PyTorch's Eager mode for plain matrix multiplications.
Confirmed that upgrading PyTorch to CTK 12.6.2 with CUBLAS 12.6.3.3 will boost the performance.
Issue can be used to track related PRs.
Referenc... | module: cuda,triaged | low | Major |
2,601,295,678 | go | proposal: cmd/go: GOTOOLCHAIN=mod to use exact version of toolchain directive | ### Proposal Details
Currently, the local Go runtime determines the actual Go version to use by checking the `toolchain` directive in the `go.mod` file when `GOTOOLCHAIN=auto` is set. If the local Go runtime is newer than the version specified in the `toolchain` directive, it defaults to the local Go version. This b... | Proposal | low | Major |
2,601,308,220 | awesome-mac | Anything LLM | ### 🪩 Provide a link to the proposed addition
https://anythingllm.com
### 😳 Explain why it should be added
Free Local Language Model application. Run chatGPT type models on your local machine, without needing a subscription.
### 📖 Additional context
_No response_
### 🧨 Issue Checklist
- [X] I have checked ... | addition | low | Minor |
2,601,325,582 | stable-diffusion-webui | [Bug]: Unable to generate ANY image on Intel Arc A770. OneDNN errcode -6,CL_OUT_OF_HOST_MEMORY, RuntimeError: could not create a primitive | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | bug-report | low | Critical |
2,601,331,881 | ui | [bug]: Next.js init doesn't work | ### Describe the bug
creating new project with Next.js is broken
just following instructions here: https://ui.shadcn.com/docs/installation/next
```
✔ What is your project named? … client
✔ Creating a new Next.js project.
✔ Writing components.json.
✔ Checking registry.
⠋ Updating tailwind.config.js
Something ... | bug | low | Critical |
2,601,447,935 | godot | light_only in canvas_item doesn't take LIGHT_COLOR in to consideration | ### Tested versions
4.3 stable
### System information
Godot v4.3.stable - macOS 15.0.1 - Vulkan (Mobile) - integrated Apple M2 Max - Apple M2 Max (12 Threads)
### Issue description
https://github.com/user-attachments/assets/51c0f1fd-3d50-4120-a3b4-305dfe6ec401
The light_only render mode only hides... | bug,topic:rendering,topic:2d | low | Minor |
2,601,482,034 | PowerToys | [FancyZones] Snapping unsnapped windows using Win+left/right snaps in the opposite direction | ### Microsoft PowerToys version
0.85.0
### Installation method
WinGet
### Running as admin
No
### Area(s) with issue?
FancyZones
### Steps to reproduce
1. Enable fancy zones with some layout.
2. Make sure that Override Windows Snap is set.
3. Open a window not fitting any zone.
4. Use Win key + left or Win key... | Issue-Bug,Needs-Triage | low | Minor |
2,601,616,268 | ui | [feat]: set swipe direction for toast depending on screen size | ### Feature description
Currently, the Toast component is set to use swipeDirection="right" on all screen sizes. This leads to inconsistent behaviour:
Large screen (sm+) - Everything OK:
- Toast is displayed in bottom right corner
- Toast exits to the right
- Toast can be swiped to the right
Small screen - ... | area: request | low | Minor |
2,601,708,235 | langchain | StructuredTool.from_function does not support functools.partial | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is ... | 🤖:bug | low | Critical |
2,601,738,790 | ollama | embedding generation failed. wsarecv: An existing connection was forcibly closed by the remote host. | ### What is the issue?
embedding model
When I submit a single fragment, it responds normally, but when I submit multiple fragments, an exception occurs.
I encountered this error on different Windows systems as well.
This issue occurs in both versions 0.3.14 and 0.4.0-rc3. However, I also tested versions 0.3.13 an... | bug | medium | Critical |
2,601,744,712 | ollama | VPTQ Model Quantization Support in Ollama | Hi all,
We recently developed a fully open-source quantization method called VPTQ (Vector Post-Training Quantization) [https://github.com/microsoft/VPTQ](https://github.com/microsoft/VPTQ) which enables fast quantization of large language models (LLMs) down to 1-4 bits. The community has also helped release several ... | feature request | low | Major |
2,601,767,250 | rust | Tracking Issue for enforcing test doc comments | Please use the [t-compiler zulip thread](https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/Better.20document.20the.20intent.20of.20a.20test.3F) for specific discussions or open new issues, but please feel free to post consensus updates or progress updates on this tracking issue.
Zulip thread: htt... | A-testsuite,E-hard,T-compiler,T-bootstrap,C-tracking-issue,A-compiletest | low | Minor |
2,601,772,557 | ant-design | Button组件在低端机器下开启loading状态后无法正确阻止onClick事件 | ### Reproduction link
[](https://codesandbox.io/s/jia-zai-zhong-zhuang-tai-antd-5-21-4-forked-fxf6yy?file=/demo.tsx)
### Steps to reproduce
1. 打开开发者工具的性能面板
2. 设置CPU 4x减速或更高
3. 快速点击按钮
### What is expected?
只触发一次onClick事件
##... | Inactive,improvement | low | Minor |
2,601,793,485 | ui | [bug]: Dialog is taking over sweetalert element | ### Describe the bug
I have problem with dialog and sweetalert to work together. When you open dialog and you open sweetalert inside dialog, the sweetalert will be behind the dialog, even though it appears that it is in front .
I already change z-index and and it didn't work
### Affected component/components
... | bug | low | Critical |
2,601,794,132 | Python | Add set matriz zero problem in array data structure. | ### Feature description
Problem: Given an m x n integer matrix matrix, if an element is 0, set its entire row and column to 0's.
I want to add this under hacktober fest please assign it to me | enhancement | medium | Minor |
2,601,815,025 | rust | function "in_external_macro” judgment is incorrect | I use the derive macro provided by the clap crate in my code, and then call the in_external_macro function in the context of a custom lint diagnostic code. The function determines that the code derived from the derive macro is local code.
I tried this code:
```rust
fn main() {
let _a = 1;
}
use clap::Args;
#[d... | T-compiler,C-bug,A-proc-macros,E-needs-investigation | low | Critical |
2,601,849,665 | kubernetes | Pods support requesting resources for each container at runtime. | ### What happened?
In a pod containing three containers A, B, and C, with the execution order of operators being sequential (the second one starts only after the first one completes), can we request CPU and GPU information during the operator runtime?
### What did you expect to happen?
In a pod containing three cont... | kind/support,sig/node,needs-triage | low | Major |
2,601,898,443 | rust | crash: lazy type alias: stack overflow | <!--
Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide
a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
how to create smaller examples.
http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
-->
### Code
```Rust
#![feature(lazy_type_alias)]... | I-crash,T-compiler,C-bug,F-lazy_type_alias | low | Critical |
2,602,027,368 | storybook | [Bug]: Module "node"process" has been externalized - Svelte | Addon-Test | ### Describe the bug
When setting up `@storybook/experimental-addon-test` in a Svelte 5 project and running tests, the following warning gets printed to the terminal for each story file:
```
Module "node:process" has been externalized for browser compatibility. Cannot access "node:process.cwd" in client code. See htt... | bug,help wanted,svelte,sev:S3,addon: test | low | Critical |
2,602,027,460 | vscode | VS Code installation corrupts when update comes during running WSL session |
Type: <b>Bug</b>
Issue:
When VS Code is running, it is connected to WSL and update comes - installation is being corrupted.
Repro steps:
- Install VS Code using system installer (not tested for user installer)
- Open directory in WSL (tested against WSL2)
- Wait for update to come out (issue appears even with disable... | bug,install-update,WSL,confirmation-pending | low | Critical |
2,602,039,356 | PowerToys | Mouse without border deactivates the '|' and the '@' on my keyboard | ### Microsoft PowerToys version
0.81.1 (not checked on v0.85.1 yet)
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce
I am using a keyboard ' BEFR'
when I do activate the 'mouse without border' - I loose usage of the keys... | Issue-Bug,Needs-Triage | low | Minor |
2,602,171,951 | pytorch | Cholesky factorization of sparse tensors | ### 🚀 The feature, motivation and pitch
For many applications involving sparse matrices, the sparse Cholesky factorization plays an important role in enabling efficient computations.
I am working within the field of spatial statistics, and here the Cholesky factorization is actively used for sampling from distrib... | module: sparse,feature,triaged,module: linear algebra | low | Minor |
2,602,176,636 | opencv | The new dnn engine doesn't support forward to a specified layer | ### Describe the feature and motivation
The old dnn engine has forward(layerName) method, that runs the model graph to the specified layer. The new dnn engine layer doesn't support this feature.
Several tests use this features so they are currently disabled with the new engine:
- Test_TFLite.max_unpooling
Ref... | feature,category: dnn | low | Minor |
2,602,194,514 | electron | App freezes with custom spell-checker on Electron 31.7.1 | ### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [x] I have searched ... | platform/linux,bug :beetle:,has-repro-gist,31-x-y | low | Critical |
2,602,197,398 | neovim | `<NL>` and `<C-J>` are sometimes equal and sometimes not equal | ### Problem
`<NL>` and `<C-J>` and behaves like the same key in some cases and like different keys in the other cases.
### Steps to reproduce
* Run `nvim --clean` (tested on current HEAD and 0.10.2), and then run the following command.
```
nnoremap <NL> <Cmd>echom 'NL'<CR>
```
If you type `<C-J>`, `NL` is p... | bug,documentation,api,input,has:workaround,mappings | low | Major |
2,602,200,005 | next.js | setAssetPrefix not work in custom server | ### Link to the code that reproduces this issue
https://github.com/yutingzhao1991/nextSetAssetPrefixBug
### To Reproduce
1. Clone https://github.com/yutingzhao1991/nextSetAssetPrefixBug
2. npm install
3. node index.js
### Current vs. Expected behavior
https://github.com/yutingzhao1991/nextSetAssetPrefixBug/blob/... | bug | low | Critical |
2,602,201,285 | tensorflow | Overflow in `tf.raw_ops.Fill` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf2.17.0 tf2.16.1
### Custom code
Yes
### OS platform and distribution
Linux Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
###... | stat:awaiting tensorflower,type:bug,comp:ops,2.17 | low | Critical |
2,602,225,490 | excalidraw | Webview embedding error | In the H5 project, the drawing board plugin was used, and then webview embedding was used in the WeChat mini program to generate errors when drawing rectangles, circles, diamonds, and inserting images
TypeError: Failed to execute 'roundRect' on 'CanvasRenderingContext2D': The provided value cannot be converted to a se... | More information needed / cannot reproduce | low | Critical |
2,602,237,494 | pytorch | `torch.__config__.show()` silently initialises CUDA (?); forked processes fail with uninitialised CUDA | ### 🐛 Describe the bug
Hey,
We recently upgraded to `torch==2.3.0+cu121` and we had some code that used forked processes to do inference. Previously, we took good care to initialise CUDA inside the forked processes, and not before. And this worked fine.
But one of our dependencies (`torch_geometric`) calls `torch... | module: multiprocessing,module: cuda,triaged | low | Critical |
2,602,278,970 | opencv | opencv keep failing in window | ### System Information
opencv v 4.10.0
window 11
visual studio 2022
python 3.11
### Detailed description
keep crashing for unknown reason all previous or old version opencv work fine 4.10.0 version has this issue i have check 4.90 work fine

### Error logs
/Users/cizon/miniconda3/envs/s2s/lib/python3.10/site-packages/torch/_utils.py", line 912, in err_fn... | needs reproduction,triaged,module: testing | low | Critical |
2,602,414,922 | tensorflow | No kernels registered for op `Conv2DBackpropInputV2` | ### Issue type
Documentation Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
binary
### TensorFlow version
tf 2.16.1
### Custom code
Yes
### OS platform and distribution
_No response_
### Mobile device
_No response_
### Python version
_No response_
### Bazel version
_No resp... | type:docs-bug,stat:awaiting tensorflower,type:bug,comp:ops,TF 2.16 | medium | Critical |
2,602,425,187 | godot | Reflection probes greenish reflected light | ### Tested versions
Reproducible in 4.3 stable
### System information
Windows 10, Godot 4.3, gl compatibility mode with opengl 3
### Issue description
On linux (Ubuntu 24.04.1), in compatibility mode, reflection probes work correctly but on windows 10 using reflection probes in compatibility mode, apply ... | bug,platform:windows,topic:rendering,needs testing,topic:3d | low | Critical |
2,602,454,334 | flutter | [video_player] Expand controls cross-platform for smoother video scrubbing | ### Use case
Package: video_player
Scrubbing a video slider that controls the positions of the video_player (by calling `seekTo`) works fine for iOS, but very sluggish for Android. It is so slow that at some point it looks like ExoPlayer is stacking the seekTo calls which never actually finishes until the user stop... | platform-android,p: video_player,package,c: proposal,P3,team-android,triaged-android | low | Major |
2,602,537,796 | next.js | Tree shaking not working for pages with transpilePackages | ### Link to the code that reproduces this issue
https://github.com/capJavert/nextjs-tree-shaking-test
### To Reproduce
1. Build application in production
2. Check `_app` bundle and it will contain `bla` const and other exports/imports from `shared/src/consts/common.ts` even though that const is only imported inside... | bug,Performance,Pages Router,linear: next | low | Major |
2,602,558,250 | kubernetes | controllers: Check if informers are synced on `/healthz`/`/readyz`? | ### What happened?
Right now the kube-apiserver has a readyz check if the informers are synced:
```
% kubectl get --raw='/readyz/informer-sync'
ok
```
The corresponding source code:
https://github.com/kubernetes/kubernetes/blob/948afe5ca072329a73c8e79ed5938717a5cb3d21/staging/src/k8s.io/apiserver/pkg/serv... | kind/bug,sig/scheduling,sig/apps,lifecycle/stale,needs-triage | low | Critical |
2,602,567,813 | PowerToys | [Peek] Add user-configurable support for previewing plaintext files | ### Description of the new feature / enhancement
Note: this is based on a prior discussion on #34824 .
Peek discriminates supported files based on their file extension, and currently supports previewing a variety of plain text files, including source code files, .txt and so on.
However, this is currently a hard-code... | Needs-Triage | low | Minor |
2,602,574,686 | godot | Minor issue: Debugger gives a poor error message for wrongly indented _: on match statements | ### Tested versions
v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10.0.19045 - GLES3 (Compatibility) - AMD Radeon RX 6600 (Advanced Micro Devices, Inc.; 31.0.24033.1003) - Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (8 Threads)
### Issue description
On a match statement, if the ca... | enhancement,discussion,topic:gdscript,topic:editor,usability | low | Critical |
2,602,586,658 | angular | `readonly` input signals are not highlighted by the language service | ### Which @angular/* package(s) are the source of the bug?
language-service
### Is this a regression?
No
### Description
The Angular language service doesn't highlight `readonly` signal inputs as inputs. It also doesn't do this for decorator `@Inputs` but making those `readonly` doesn't make a lot of sense anyway.... | area: language-service | low | Critical |
2,602,587,073 | pytorch | CUDA Binary dependency chain is wrong, leading to bad binary packaging | tl;dr: the version of FindCUDAToolkit that we use [here](https://github.com/pytorch/pytorch/blob/8f3efb8797b7a2dbd958bf625374985793ed5035/cmake/Modules/FindCUDAToolkit.cmake) is old enough that we are missing quite a few cuda lib from it and the dependency between cuda libs is not accurate.
Loosely related, our script... | module: binaries,module: cuda,triaged | low | Critical |
2,602,604,876 | godot | Editor crash when updating NVIDIA Drivers: GPU process exited unexpectedly | ### Tested versions
- v4.4.dev.gh [44fa55234] (taken from [GitHub checks artifact](https://github.com/godotengine/godot/pull/83863/checks))
- v4.4.dev.custom_build [44fa55234]
- v4.4.dev.custom_build of af77100e394dcaca609b15bef815ed17475e51ed
- v4.3.stable.official [77dcf97d8]
- v4.0.stable.official [92bee43ad]... | bug,platform:windows,topic:rendering,needs testing | low | Critical |
2,602,698,295 | vscode | gif/video support in chat | It will be great when we have image support in core. It would be nice to also have gif/video support. For example, a dev could attach a gif to the release notes and generate alt text for it, or a user could attach a screen recording and ask for debugging help. | feature-request,panel-chat | low | Critical |
2,602,728,560 | pytorch | `torch.special.zeta` ignores `nan` input when `other=-inf`. | ### 🐛 Describe the bug
When input is `nan`, the output should also be `nan` regardless of the value of `other`.
```python
import numpy as np
import torch
input = torch.tensor(np.nan, dtype=torch.float64)
other = torch.tensor(1, dtype=torch.float64)
out = torch.special.zeta(input, other)
print(out) # tensor(n... | triaged,module: NaNs and Infs,module: special,module: python frontend,module: edge cases | low | Critical |
2,602,736,778 | deno | ci: use setup-deno@v2 | Replace all instances of [`setup-deno@v1`](https://github.com/search?q=repo%3Adenoland%2Fdeno%20setup-deno%40v1&type=code) with `setup-deno@v2` and make sure the scripts work with Deno 2 (they mostly should).
| good first issue,build | low | Minor |
2,602,789,882 | pytorch | get_model_state_dict failed after FSDP_model.to(dtype) | ### 🐛 Describe the bug
```python
# fsdp_model with mixed precision (fp32 parameters)
fsdp_model.to(torch.bfloat16)
save_policy = FullStateDictConfig(offload_to_cpu=True, rank0_only=True)
with FSDP.state_dict_type(model, StateDictType.FULL_STATE_DICT, save_policy):
return fsdp_model.state_dict()
```
The a... | oncall: distributed,triaged,module: fsdp | medium | Critical |
2,602,827,367 | langchain | AzureSearch. Error when program terminates | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is ... | Ɑ: vector store | low | Critical |
2,602,829,646 | pytorch | os.environ modification is not thread safe | ### 🐛 Describe the bug
Modifications to os.environ affect a process global data structure (the environment struct), and are therefore not thread safe.
Here is a quick and dirty grep for environ modification, excluding results from torch/_testing.py. Some of these are OK to ignore as they are top-level, I haven't c... | triaged,module: multithreading | low | Critical |
2,602,850,446 | PowerToys | 无界鼠标同步声音 | ### Description of the new feature / enhancement
希望无界鼠标能支持同步声音选项
### Scenario when this would be used?
方便一个音频设备使用不同的pc
### Supporting information
_No response_ | Needs-Triage | low | Minor |
2,602,854,075 | flutter | Consider removing bot_update step in orchestrator when there is no work to do | In this build (https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20mac_clangd/2928/overview), it looks like there are no global tests or generators, so the bot_update step seems like it shouldn't be needed. | team-release | low | Minor |
2,602,860,027 | ollama | llama3.1 llama3.2 Chat Template Typo | ### What is the issue?
It seems there is a typo in the following sentence of the chat template:
"When you receive a tool call response, use the output to format an answer to the **orginal** user question."
llama3.1: [948af2743fc7](https://ollama.com/library/llama3.1/blobs/948af2743fc7)
llama3.2: [966de95ca8a6](... | bug | low | Minor |
2,602,868,871 | TypeScript | Can extends [any, any] but not generic which is exactly [any, any] (woks till 5.3.3 breaks from 5.4.5) | ### 🔎 Search Terms
generic, tuple extends
### 🕗 Version & Regression Information
This code works in the playground with typescript version 5.3.3 but breaks since version 5.4.5 (version between are not available in the playground)
### ⏯ Playground Link
https://www.typescriptlang.org/play/?ts=5.6.3#code/C4TwDgpgBA... | Bug | low | Minor |
2,602,874,521 | go | net: TestDialerLocalAddr failures | ```
#!watchflakes
default <- pkg == "net" && test == "TestDialerLocalAddr"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8733506969795613409)):
=== RUN TestDialerLocalAddr
dial_test.go:628: tcp [::]:0->127.0.0.1: got dial tcp [::]:0->127.0.0.1:65180... | NeedsInvestigation | low | Critical |
2,602,894,677 | neovim | image API |
# Problem
No API to load images as bytes and disiplay them using e.g. kitty image protocol.
# Expected behavior
- `vim.ui.img` (is `vim.ui` the right place for this? or `vim.os`, or ...?)
- Could shell out to `imagemagick` CLI. For reference, https://github.com/3rd/image.nvim uses FFI but that seems unnecessar... | enhancement,api,provider,lua | high | Critical |
2,602,908,085 | react | Bug: multiple useTransition hook in a page turn to activate first one | <!--
Please provide a clear and concise description of what the bug is. Include
screenshots if needed. Please test using the latest version of the relevant
React packages to make sure your issue has not already been fixed.
-->
React version: 18.0.0
## Steps To Reproduce
As below codesandbox link
1. Cl... | Status: Unconfirmed,Resolution: Stale | low | Critical |
2,602,915,490 | TypeScript | Formatting Intellisense For Better JS/TS Doc Integration | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
Does anyone know if it is possible to modify VSCode Intellisense for JSDoc and TSDoc tags? I ha... | Suggestion,Experience Enhancement | low | Minor |
2,602,960,277 | go | x/net/http2: discrepancies in lost PING handling between Server and Transport | ### Go version
x/net v0.30.0
### Output of `go env` in your module/workspace:
```shell
Not important.
```
### What did you do?
I configured http2.Server with
* ReadIdleTimeout
* PingTimeout
* CountError
and caused PING to be lost.
### What did you see happen?
The newly added support for lost PING in se... | NeedsFix | low | Critical |
2,603,010,694 | deno | Deno LSP ignoring completeFunctionCalls setting | It appears that the Deno Language Server Protocol (LSP) is not respecting the typescript.suggest.completeFunctionCalls and javascript.suggest.completeFunctionCalls settings in the `.vscode/settings.json` file. Despite setting these options to false, the imports are always being completed with the full function call, wh... | bug,needs info,lsp | low | Minor |
2,603,052,165 | go | cmd/cgo/internal/testcarchive: TestCompileWithoutShared failures | ```
#!watchflakes
default <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestCompileWithoutShared"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8733462684540614305)):
=== RUN TestCompileWithoutShared
carchive_test.go:1094: [go build -buildmo... | NeedsInvestigation | low | Critical |
2,603,078,308 | go | proposal: x/sys/windows: console input event union member types | ### Proposal Details
On Windows, reading console events can be achieved by either using [Console Virtual Terminal Sequences](https://learn.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences) similar to Unix terminals, or by using the [Windows Console API](https://learn.microsoft.com/en-us/windows... | OS-Windows,Proposal | low | Minor |
2,603,140,963 | react-native | `KeyboardAvoidingView` with translucent status bar leaves space at the bottom of the screen on Android | ### Description
When `android:windowTranslucentStatus` is set to `true`, `KeyboardAvoidingView` displays a white space at the bottom of the screen after the soft keyboard closes.
This is the same as https://github.com/facebook/react-native/issues/27526.
### Steps to reproduce
1. Build the reproducer for And... | Platform: Android,Component: KeyboardAvoidingView,API: Keyboard | low | Major |
2,603,161,599 | kubernetes | Deletion of resources can fail due to etcd size limit | Steps:
- Create a resource that is just barely within the etcd size limit
- Delete the resource, which triggers an update to etcd to record the intent to delete the resource
- Because the update adds fields like deleteTimestamp, the size of the resource increases
- When the size exceeds the etcd size limit, the u... | sig/api-machinery,triage/accepted | low | Minor |
2,603,176,970 | flutter | [Android] : IntlBackslash is not recognized using ISO (102/105) layout keyboard | ### Steps to reproduce
https://en.wikipedia.org/wiki/Keyboard_layout

1. Prepare a keyboard,102/105 ISO
1. Run the sample code on Android
2. Press `IntlBackslash`, between left Shift and the letter key, the left orange ... | a: text input,platform-android,platform-linux,P2,team-text-input,triaged-text-input | low | Critical |
2,603,206,470 | rust | headings in struct field documentation has confusing spacing | example:
```rust
struct Foo {
/// blah blah blah
///
/// # Heading
///
/// blah blah blah
a: u8,
b: u16,
}
```
there will be a large upper margin on the heading, making it visually unclear what the second paragraph corresponds to. | T-rustdoc,A-rustdoc-ui,T-rustdoc-frontend | low | Minor |
2,603,221,713 | ui | [bug]: Sidebar collapsible icon with size "lg" is not configured correctly | ### Describe the bug
When sidebar is in icon mode with lg sized sidebar buttons, something is not it right with the width and padding, the labels show a bit.
I also dont like that the icon mode has a fixed width, should be more dynamic than this.
### Affected component/components
Sidebar
### How to reproduce
a... | bug | low | Critical |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.