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,754,697,198 | TypeScript | Inconsistent types between Document scrollingElement and documentElement | ### ๐ Search Terms
I think `document.scrollingElement` should be of type `Document["documentElement"] | null` instead of `Element | null`. The spec (e.g. [this](https://developer.mozilla.org/en-US/docs/Web/API/Document/scrollingElement) and [this](https://drafts.csswg.org/cssom-view/#dom-document-scrollingelement)) s... | Bug,Help Wanted,Domain: lib.d.ts | low | Minor |
2,754,709,488 | angular | Forms documentation is out-of-date | ### Describe the problem that you experienced
The documentation on Reactive Forms describes how ReactiveFormsModule must be imported into your NgModule.
https://angular.dev/guide/forms/reactive-forms#import-the-reactiveformsmodule
It doesn't describe how to use reactive forms with standalone components at all.
Is t... | area: forms,area: docs | low | Critical |
2,754,725,441 | yt-dlp | support for 360research / motilaloswal.com | ### 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 a new site support request
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://gith... | site-request,account-needed,triage,can-share-account | low | Critical |
2,754,730,002 | langchain | Unable to execute related query functions using CassandraDatabaseToolkit. | ### 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,754,746,873 | kubernetes | kubelet ignores updated `etcd.yaml` and monitors only `etcd.yaml.backup` | ### What happened?
During the `kubeadm upgrade` process, `kubeadm` creates a backup of the existing etcd manifest (`etcd.yaml.backup`) and updates the `etcd.yaml` manifest to a newer version (e.g., from etcd 3.4.13-0 to 3.5.16-0). However, post-upgrade, the `kubelet` appears to ignore the updated `etcd.yaml` and conti... | kind/documentation,kind/support,sig/node,triage/accepted | low | Major |
2,754,754,703 | PowerToys | Reduce excess query from history plugin | ### Description of the new feature / enhancement
I don't really know how this would be implemented, but some ideas are:
1. Delay the history query so it doesn't query on every key stroke.
2. Option to exclude a plugin from history.
3. Add some kind of metadata to queries invoked by history so plugins can handle it d... | Needs-Triage | low | Critical |
2,754,758,762 | vscode | Auto imports on the fly as you type | <!-- โ ๏ธโ ๏ธ 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. -->
<!-- Describe the feature you'd like. -->
So, since we now have paste imports the only one mis... | feature-request | low | Minor |
2,754,787,613 | godot | Godot forward plus crashes on Intel i5-10310U / Intel CometLake-U GT2 | ### Tested versions
Only tested in godot-mono 4.3-5
### System information
Arch Linux
### Issue description
Issue exists in both godot and godot-mono. Mesa drivers are installed. When I try to create a forward plus project in godot, it errors with this and crashes. (even if I am running xorg):
ERROR: Can't create ... | bug,platform:linuxbsd,needs testing,crash | low | Critical |
2,754,793,823 | PowerToys | Option to activate "Find my mouse" automatically when the mouse is used after some inactivity | ### Description of the new feature / enhancement
Activate the mousefinder automatically after a specified time of mouse-non-activity and deactivate it after a specified amount of time automatically then as well. This is a game-changer for any office worker with multiple or large screens!
There was a utility for MacOs... | Needs-Triage | low | Minor |
2,754,794,282 | vscode | Crash with Illegal Instruction under Rosetta2 emulation in remote container |
Type: <b>Bug</b>
I'm running a x64 container on my M2 MacBook.
The entire container seems to randomly crash with `Illegal Instruction`:
```
2024-12-22 15:38:44 Container started
2024-12-22 16:27:41 Container started
2024-12-22 16:46:43 Container started
2024-12-22 16:27:27 Illegal instruction
2024-12-22 16:46:32 Ill... | freeze-slow-crash-leak,remote | low | Critical |
2,754,810,176 | godot | Godot 4.4 throws errors when using `await` on EditorPlugin | ### Tested versions
- Reproducible: 4.4-dev1 and 4.4-dev7
- Not Reproducible: 4.3-stable
### System information
Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1650 (NVIDIA; 32.0.15.6603) - Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (8 threads)
#... | bug,topic:editor,confirmed,regression | low | Critical |
2,754,812,498 | PowerToys | PowerToys Run Plugin interface cannot enforce result order | ### Microsoft PowerToys version
0.87.0
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
I'm not sure whether it is a bug or something weird that is either not documented or I could not find the documentation for, but here we go:
When... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Critical |
2,754,817,595 | angular | feat(signal): better guardrails to avoid wrong signal object mutations | ### Which @angular/* package(s) are relevant/related to the feature request?
core
### Description
Hey!
I'm aware that the "not reactive" mutation of signal-objects is a known tradeoff (see for example https://github.com/angular/angular/issues/58440). Nevertheless, I wonder if there's really no way to mitigate the ... | area: core,core: reactivity,cross-cutting: signals | low | Critical |
2,754,822,459 | vscode | Method moved from file A to B. It caused both editor and source control issues |
Type: <b>Bug</b>
Before you close it as a duplicate: It is NOT the known line ending issue. A whole function misses.
Steps that I did:
- Added a method `ManageUrlsHandler` to a file dashboard.go
- Later, I moved it to shortener_handler.go (I used CTRL-X; CTRL-V)
Experienced:
- When I open dashboard.go, it doesn'... | info-needed,git | low | Critical |
2,754,823,368 | deno | Unix domain socket not working with `node:http` | Version: deno 2.1.4+e6869d7
After recent deno websocket improvements, I got a lot of my `ws` code work. However, unix domain sockets seems to not be created.
[deno-sock.tar.gz](https://github.com/user-attachments/files/18223102/deno-sock.tar.gz)
```js
import { Server } from 'node:http'
import { WebSocketServer... | bug,node compat | low | Critical |
2,754,827,436 | ui | [bug]: Data Table has shifting checkbox | ### Describe the bug
The data table example shown in `https://github.com/shadcn-ui/ui/tree/main/apps/www/app/(app)/examples/tasks` has an issue wherein the checkbox for either selecting a single row or selecting all rows makes the checkboxes shift. Also, by default the checkbox isn't aligned. I have fixed it by going ... | bug | low | Critical |
2,754,827,904 | vscode | Snippet variables $LINE_COMMENT, $BLOCK_COMMENT_START, and $BLOCK_COMMENT_END not working in new C# file |
Type: <b>Bug</b>
I created a new workspace with a new dotnet console application.
In the .vscode folder, I created the following snippets.code-snippets file. For brevity, I've removed the comments.
```
{
"copyright": {
"scope": "csharp",
"prefix": "cr",
"isFileTemplate": true,
"description... | bug,snippets | low | Critical |
2,754,829,529 | rust | Slice indexing panics with valid "backwards" ranges | <!--
Thank you for filing a bug report! ๐ Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```rust
use core::ops::Bound;
fn main() {
let buf: [u32; 0] = [];
println!("{:?}", &buf[(Bound::Excluded(0), Bound::Included(0))]);
... | T-lang,C-discussion | low | Critical |
2,754,831,956 | PowerToys | PowerToys starts but doesn't work. | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
None
### Area(s) with issue?
General
### Steps to reproduce
After updating PowerToys from 0.87.0 to 0.87.1, it starts but does not work. The program icon hangs in the tray, but cannot be clicked with eithe... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Critical |
2,754,832,275 | PowerToys | Can't get Settings or Quick access to show | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store, PowerToys auto-update, GitHub
### Running as admin
Yes
### Area(s) with issue?
General, PowerToys Run
### Steps to reproduce
Tried installing, reinstalling. Was previously working. I updated and I remember seeing some error associa... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Critical |
2,754,836,220 | godot | Errors when opening dialog from manually sent close notification | ### Tested versions
Reproducible in (at least): 4.3, 4.4dev2, and 4.4dev7
I get the same behavior with both C# and GDscript
### System information
Linux (Fedora 41 using Gnome)
### Issue description
Motivation: When the user closes my application I would like to open a dialog prompting them to save if content was... | bug,needs testing,topic:gui | low | Critical |
2,754,843,333 | next.js | [Error [TurbopackInternalError]: Next.js package not found | ### Link to the code that reproduces this issue
https://github.com/Nizodevlo/Redux.git
### To Reproduce
1. first initialized the project with: npx create-next-app@latest ./ --use-pnpm
2. then create this folder structure:
]
#[no_mangle]
pub fn kinda_sort_merge(
query_ids: &[u32],
value_ids: &[u32],
) -> u32
{
let mut result = 0;
let mut v_iter = value_ids.iter();
let mut current = v_iter.next(); // May be None
for &q_id in query_ids.iter() {
while let Some... | T-compiler,F-let_chains,C-optimization | low | Critical |
2,754,863,156 | pytorch | [ROCm] PyTorch multiprocess fails to create memory with IPC | ### ๐ Describe the bug
Run the `mnist_hogwild` example from pytorch/examples@1bef748fab064e2fc3beddcbda60fd51cb9612d2 (current HEAD) using the command `python3 main.py --cuda`, I get the following error:
```
Traceback (most recent call last):
File "/home/gavinzhao/CS/ML/examples/mnist_hogwild/main.py", line 96... | needs reproduction,module: multiprocessing,module: rocm,triaged | low | Critical |
2,754,871,967 | ui | [bug]: SidebarProvider sliding effect with nested `Button` on mobile | ### Describe the bug
I get a wierd visual sliding effect when I set `size="icon"` on a nested component within a `SidebarProvider`. but I only see this behavior on a mobile screen. I am on next JS if that matters.
The video below shows the issue with the `size="icon"` prop enabled, then I comment it out and refre... | bug | low | Critical |
2,754,873,417 | flutter | Severe VideoPlayer rendering issue while scrolling in Safari browser | ### Steps to reproduce
1. Create a `CustomScrollView` wrap a `VideoPlayer` in a `Container` with a `clipBehavior` other then `Clip.none`.
2. Run on a iOS browser (tested on iPad and iPhone on either safari or chrome)
3. When scrolling up or down the video is clipped like if the video is not scrolling with the widget... | platform-web,p: video_player,package,c: rendering,e: web_canvaskit,has reproducible steps,browser: safari-macos,P2,e: web_skwasm,team-web,triaged-web,found in release: 3.27,found in release: 3.28 | low | Critical |
2,754,881,365 | neovim | latin1 encoding in keymap files with _utf-8 in the filename | ### Problem
The following files have _utf-8 in the filename, but they are encoded in latin1.
[esperanto_utf-8.vim](https://github.com/neovim/neovim/tree/master/runtime/keymap/esperanto_utf-8.vim)
`'utf-8' codec can't decode byte 0xf9 in position 336: invalid start byte`
[greek_utf-8.vim](https://github.com/neovim/n... | bug,runtime,complexity:low,unicode ๐ฉ | low | Minor |
2,754,890,515 | go | cmd/compile: incorrect/confusing pkg prefix on unexported fields of anonymous struct | ### Go version
go 1.23
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/ajwerner/.cache/go-build'
GOENV='/home/ajwerner/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/ajw... | NeedsInvestigation,Debugging,compiler/runtime | low | Critical |
2,754,891,717 | storybook | [Bug]: Storybook-nextjs complains about type exports imported from optimizePackageImports directory | ### Describe the bug
```sh
Module parse failed: Unexpected token (1:14)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
> export { type A } from './types';
```
### Reproduction link
https://stackblitz.c... | bug,needs triage | low | Critical |
2,754,907,484 | flutter | [webview_flutter]Add setForceDark method to force web pages to support dark mode | ### Use case
Not all web pages support dark mode, but I want it to be dark mode.
### Proposal
[ANDROID]
Android SDK has provided an API to force a web page to open dark mode
https://developer.android.com/develop/ui/views/layout/webapps/dark-theme
[iOS]
I'm not sure if the iOS SDK also provides a corresponding ... | c: new feature,platform-android,platform-ios,p: webview,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Major |
2,754,912,337 | godot | Metadata on scenes inherited from files gets erased when re-importing the file | ### Tested versions
Tested on v4.3.stable, v4.4.dev7
### System information
macOS Sequoia (15.2.0) - Multi-window, 1 monitor - Metal (Forward+) - integrated Apple M4 Pro (Apple9) - Apple M4 Pro (14 threads)
### Issue description
When adding metadata to a scene that is inherited from an imported scene (i.e. from a ... | discussion,topic:import | low | Critical |
2,755,050,466 | rust | Creating a file with a single colon in its name strips the part after the colon from the file name and produces an empty file (on Windows) | <!--
Thank you for filing a bug report! ๐ Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```rust
let mut f = File::create("before:after").unwrap();
f.write("test".as_bytes()).unwrap();
f.sync_all().unwrap();
```
I expected to se... | O-windows,T-libs,C-discussion,A-filesystem | low | Critical |
2,755,057,742 | youtube-dl | Ongehoord Nederland ON! | - [x] I'm reporting a new site support request
- [ ] I've verified that I'm running youtube-dl version **2021.12.17**
- [x] I've checked that all provided URLs are alive and playable in a browser
- [x] I've checked that none of provided URLs violate any copyrights
- [x] I've searched the bugtracker for similar site... | site-support-request | low | Critical |
2,755,084,039 | terminal | Suggestion ghost text gets left behind when using IME | ### Windows Terminal version
1.22
### Windows build number
all windows 11/10
### Other Software
_No response_
### Steps to reproduce
1. open wt.exe
2. ctrl+shift+p
3. type something
4. select one
5. the text first always be there
### Expected Behavior
_No response_
### Actual Behavior
https://github.com/user... | Issue-Bug,Area-TerminalControl,Product-Terminal,Area-CmdPal | low | Minor |
2,755,085,065 | flutter | [flutter_markdown] Text Alignment in table is incorrect for IOS and Android | ### What package does this bug report belong to?
flutter_markdown
### What target platforms are you seeing this bug on?
Android, Windows
### Have you already upgraded your packages?
Yes
### Dependency versions
<details><summary>pubspec.lock</summary>
```lock
# Generated by pub
# See https://dart.dev/tools/p... | platform-android,platform-ios,package,team-ecosystem,has reproducible steps,P2,p: flutter_markdown,triaged-ecosystem,found in release: 3.27,found in release: 3.28 | low | Critical |
2,755,117,366 | rust | compiletest: Less special handling of debugger/test discovery in debuginfo mode | Currently there is special code in compiletest that detects `Mode::DebugInfo` and responds by creating three different clones of the compiletest config, each configured to use one of cdb/gdb/lldb if the corresponding debugger can be found.
This complicates config handling and test discovery in the top-level parts of c... | C-cleanup,A-debuginfo,T-compiler,T-bootstrap,A-compiletest | low | Critical |
2,755,119,487 | pytorch | [ROCm] [APU] Incorrect call of HIP mem outage | ```
HSA_OVERRIDE_GFX_VERSION=9.0.0 \
CL_DEVICE_GLOBAL_FREE_MEMORY_AMD=24396768 \
CL_DEVICE_GLOBAL_MEM_SIZE=25189056512 \
CL_DEVICE_MAX_MEM_ALLOC_SIZE=21410698032 \
PYTORCH_HIP_MEM_ALLOC=strict PYTORCH_NO_HIP_MEMORY_CACHING=1 AMD_SERIALIZE_KERNEL=3 TORCH_USE_HIP_DSA=1 \
HSA_... | module: rocm,triaged | low | Critical |
2,755,121,267 | ant-design | ไฝฟ็จๅพฎ่ฝฏ่ชๅธฆ็่พๅ
ฅๆณ๏ผๅๆข่ณไธญๆๆจกๅผ๏ผไฝฟ็จInput.OTP,ๆไธไธไปปไธๅญ็ฌฆ,ๅฐฑไผ่พๅ
ฅ่ฟ2ไธชๅญ็ฌฆ | ### Reproduction link
[https://ant.design/components/input-cn](https://ant.design/components/input-cn)
### Steps to reproduce
็ดๆฅไฝฟ็จๅฎ็ฝ็ไพๅญ,่็ฆๅฐInput.OTP,ไฝฟ็จๅพฎ่ฝฏ่ชๅธฆ็่พๅ
ฅๆณ๏ผๅๆข่ณไธญๆๆจกๅผ๏ผไฝฟ็จInput.OTP,ๆไธไธไปปไธๅญ็ฌฆ,ๅฐฑไผ่พๅ
ฅ่ฟ2ไธชๅญ็ฌฆ
### What is expected?
่พๅ
ฅไธไธชๅญ็ฌฆๅชไผๆไธไธชๅญ็ฌฆ
### What is actually happening?
่พๅ
ฅไธไธชๅญ็ฌฆๆไธคไธชๅญ็ฌฆ
| Environment | In... | unconfirmed | low | Minor |
2,755,124,706 | react | Bug: Request for JSX Support for HTML Comments () in React | Description
Currently, React does not support rendering HTML comments (<!-- xx -->) directly in JSX. This limitation makes it challenging to implement certain use cases.
For instance, in React 19, findDOMNode has been deprecated, but in some scenarios, we still need similar functionality, such as retrieving a com... | Status: Unconfirmed | medium | Critical |
2,755,155,957 | rust | Bad codegen for integer slice in matching | https://godbolt.org/z/zeKr4ab7c
Similar to https://github.com/rust-lang/rust/issues/132254, but with `|` in whole items.
The codegen is similar to `if/else` alternative before 1.49.0
Bisected on ffa2e7ae8fbf9badc035740db949b9dae271c29f | T-compiler,C-optimization | low | Minor |
2,755,188,951 | PowerToys | Markdown.md files failing to preview in Windows Explorer | ### Microsoft PowerToys version
v0.87.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
File Explorer: Preview Pane
### Steps to reproduce
Select "Preview pane" from the View tab in a File Explorer window.
Select a markdown file ("someFile.md")
See that there is no... | Issue-Bug,Needs-Triage | low | Minor |
2,755,234,520 | PowerToys | New+ korean translation error; is about new files, not new functionalities | ### Microsoft PowerToys version
0.87.1
### Utility with translation issue
New+
### ๐ Language affected
Korean
### โ Actual phrase(s)
์๋ก์ด ๊ธฐ๋ฅ+ (which means new functionalities+)

### โ๏ธ Expected phrase(s)
์๋ก ๋ง๋ค๊ธฐ+ (from wi... | Issue-Bug,Area-Localization,Needs-Triage,Issue-Translation | low | Critical |
2,755,283,939 | ui | Add a color picker | ### Feature description
A color picker component
### Affected component/components
_No response_
### Additional Context
Additional details here...
### Before submitting
- [X] I've made research efforts and searched the documentation
- [x] I've searched for existing issues and PRs | area: request | low | Minor |
2,755,328,120 | opencv | Cocoa/highgui: Incorrectly maps ctrl-click as EVENT_LBUTTONDOWN/EVENT_LBUTTONUP | ### System Information
OpenCV version: build from https://github.com/opencv/opencv/tree/d9a139f9e85a17b4c47dbca559ed90aef517c279
Operating System / Platform: macOS 15.2
Python version: 3.12
### Detailed description
There is a comment left in `highgui/src/window_cocoa.mm`:
https://github.com/opencv/opencv/blob... | bug,category: highgui-gui,platform: ios/osx | low | Minor |
2,755,336,637 | yt-dlp | ID3v2.4 metadata list writing support | ### 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 requesting a site-specific feature
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github... | enhancement,triage | low | Critical |
2,755,383,019 | neovim | startup: "access denied" (error 2147942405 (0x80070005)]) on Windows | ### Problem
I get [error 2147942405 (0x80070005) when launching Nvim 0.10.3
It also Triggers Windows Defender workplace blocked actions (low severity). I don't have exact info on what action was blocked
The Nvim 0.10.2 version doesn't give this error
### Steps to reproduce
Download https://github.com/neovim/neovi... | bug,documentation,security,platform:windows,bug-regression,startup,permissions | low | Critical |
2,755,390,036 | PowerToys | Icon missing in Taskbar | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Settings
### Steps to reproduce
The Taskbar Icon is missing when opening the setting windows, but when Pin PowerToys to the taskbar the Icon will be appear. Unpin PowerToys to t... | Issue-Bug,Needs-Triage | low | Minor |
2,755,405,619 | svelte | Navigation - The NEXT button in the SvelteKit documentation malfunctions | ### Describe the bug
Navigation - The NEXT button in the SvelteKit documentation malfunctions.
The https://kit.svelte.dev/docs/service-workers url looks like this - wrong title, wrong NEXT button, wrong PREVIOUS button.
Clicking the back/forward button, NEXT/PREVIOUS, the link in the side panel - none of them se... | bug | low | Critical |
2,755,428,586 | godot | `NavigationServer3D::sync` can still be further optimized | ### Tested versions
4.x
### System information
Godot 4
### Issue description
I do not agree with #100497 closing #96483. The underlying issue is still the same.
This approach doesnโt resolve the root issue; it simply masks it. For example, with a single moving platform, `NavigationServer3D::sync` rebuilds the en... | discussion,topic:navigation,performance | low | Critical |
2,755,432,379 | PowerToys | Quick Accent: Hotkey/Shortcut to enable/disable | ### Description of the new feature / enhancement
The Quick Accent function can cause conflicts in certain games and NLE programs when interacting with them, it would be useful to have a toggle function that would display "Quick Accent Enabled/Disabled" or an icon. Example of such could be Ctrl + Q to toggle.
### Sce... | Needs-Triage | low | Minor |
2,755,435,658 | node | --inspect-brk causes code with workers to hang | ### Version
v23.4.0
### Platform
```text
Darwin shimaryuuheinoMac-mini.local 24.0.0 Darwin Kernel Version 24.0.0: Mon Aug 12 20:52:12 PDT 2024; root:xnu-11215.1.10~2/RELEASE_ARM64_T6020 arm64
```
### Subsystem
_No response_
### What steps will reproduce the bug?
Run this code with --inspect-brk and inspect it us... | inspector,worker | low | Critical |
2,755,455,046 | next.js | Image without `priority` gets preloaded if it is set to `loading="eager"` | ### Link to the code that reproduces this issue
https://github.com/derweili/next-image-preload-test
Deployed on Vercel: https://image-preload-test.vercel.app/
### To Reproduce
1. Add an image using the `<Image>` tag to your page.
2. Set the image to load eager using `<Image loading="eager" />`
3. On the f... | Image (next/image) | low | Minor |
2,755,488,696 | ui | [bug]: Combobox not working | ### Describe the bug
As stated in the title, the Combobox is not working across different components. When open, cannot select any options as it is stuck on the first option in the list

### Affected component/components
... | bug | low | Critical |
2,755,514,894 | storybook | [Bug]: optimizePackageImports do not work in @storybook/nextjs | ### Describe the bug
Some server code exported from barrel file. It works in nextjs itself because of optimizePackageImports, but fails to resolve some node packages in storybook.
### Reproduction link
https://stackblitz.com/edit/github-dvxhuih6-cb6t3t3m?file=src%2Fshared%2Findex.ts
### Reproduction steps
_No resp... | bug,needs triage | low | Critical |
2,755,519,383 | PowerToys | Unnecessary information | ### Description of the new feature / enhancement
Good afternoon, your application is wonderful, I want to suggest a little minimalism in the output of information. The fact is that I have enabled only 5 functions, and when I call for help on commands, I see many commands that are no longer relevant to me at the time o... | Needs-Triage | low | Minor |
2,755,572,353 | yt-dlp | [Mediasite] Support alternative URL format | ### 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 requesting a site-specific feature
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https:/... | site-enhancement,triage | low | Critical |
2,755,578,833 | TypeScript | Incorrect type returned by TextEncoder.encode | ### ๐ Search Terms
TypedArray, Uint8Array, ArrayBufferLike, TextEncoder
### ๐ Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about TextEncoder
### โฏ Playground Link
[Playground link](https://www.typescriptlang.org/play/?target=99#code/MYewdg... | Bug,Help Wanted,Domain: lib.d.ts | low | Critical |
2,755,588,422 | PowerToys | Mouse without borders looses button press functionality randomly | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce
The mouse cannot click or drag windows on the other monitor. Although the pointer is visible it can neither click nor drag any objec... | Issue-Bug,Needs-Triage | low | Minor |
2,755,591,636 | transformers | Set output_attentions=True for model.geneate | ### System Info
transformers==4.44.0
Ubuntu 22.04.2 LTS
python==3.10.13
### Who can help?
@ArthurZucker
### Information
- [ ] The official example scripts
- [X] My own modified scripts
### Tasks
- [X] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [ ] My own task or datase... | bug,Generation | low | Minor |
2,755,603,643 | PowerToys | Workspaces should save the current state effortlessly | ### Description of the new feature / enhancement
Hi. in attempt to make it easier to get right back on track, Workspaces has to also make it easy for us to *configure* our configs/workspaces. Currently it asks us to write cli args manually  with issue?
Advanced Paste
### Steps to reproduce
I don't know how to reproduce it. I have two laptops, on the first one the update caused the application to be completely blocked, on the s... | Issue-Bug,Needs-Triage | low | Critical |
2,755,686,141 | react | Bug: forms don't behave correctly with Lit custom elements | <!--
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: 19.0.0
## Steps To Reproduce
1. Use Lit custom element insi... | Status: Unconfirmed | medium | Critical |
2,755,687,325 | flutter | [webview_flutter] Rendering issue on Web in windows 7 and chrome os | ### What package does this bug report belong to?
webview_flutter
### What target platforms are you seeing this bug on?
Web
### Have you already upgraded your packages?
Yes
### Dependency versions
<details><summary>pubspec.lock</summary>
```lock
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lo... | waiting for customer response,in triage | low | Critical |
2,755,689,405 | next.js | notFound generates critical error with i18n | ### Link to the code that reproduces this issue
https://github.com/GeorgeHulpoi/nextjs-not-found-bug
### To Reproduce
1. Go to `http://localhost:3000/de` and you will see the following errors in console:

### Current vs. Exp... | Navigation,Internationalization (i18n) | low | Critical |
2,755,714,710 | vscode | Git - Should not encourage overriding write protection of files managed by large file versioning solutions like git annex | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creat... | feature-request,git | low | Critical |
2,755,721,557 | yt-dlp | [Mediasite] Download whole "channel" (playlist) at once | ### 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 requesting a site-specific feature
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github... | site-enhancement,triage | low | Critical |
2,755,727,919 | PowerToys | Settings displayed in two different languages; inability to select app language | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Settings
### Steps to reproduce
1. Completely uninstalled previous version of Power Toys with Geek.exe.
2. Installed fresh version from Microsoft Store.
3. Ran Power Toys and went to ... | Issue-Bug,Needs-Triage | low | Minor |
2,755,740,754 | pytorch | [DTensor]`Linear` fails on 3D DTensor with `batch size > 1` and `Replicate` input redistributed from `Shard` | ### ๐ Describe the bug
`Linear` fails on 3D DTensor with `batch size > 1` and Replicate input from shard (not divisible by TP size).
* Error Message
```
[rank3]: Traceback (most recent call last):
[rank3]: File "/path/to/pytorch_bug/linear_bug.py", line 34, in <module>
[rank3]: mod(x_dt)
[rank3]: ... | oncall: distributed,module: dtensor | low | Critical |
2,755,755,096 | flutter | Flutter Web App Performance on Mobile Chrome Browsers | With reference to [question](https://github.com/flutter/flutter/issues/159969) as mentioned by [darshankawar](https://github.com/darshankawar) need to open new issue without using --web-renderer html as build option.
### Steps to reproduce
I created a fresh Flutter project, generated a web build using the flutter... | waiting for customer response,in triage | low | Critical |
2,755,765,597 | neovim | `:pedit` with `splitkeep=screen` changes cursor position | ### Problem
Cursor changed when `:pedit` a file with option `vim.o.splitkeep=screen`
### Steps to reproduce
1. nvim --clean
2. :set splitkeep=screen
3. :edit file_one.txt
4. move the cursor to a position
5. :pedit file_two.txt
6. the cursor position of file_one.txt has changed
### Expected behavior
the cursor ... | bug,needs:decision,bug-vim,needs:vim-patch,editor | low | Major |
2,755,822,206 | flutter | [two_dimensional_scrollables] Row with Merge Cells do not retain when scrolling horizontally | ### What package does this bug report belong to?
two_dimensional_scrollables
### What target platforms are you seeing this bug on?
Windows
### Have you already upgraded your packages?
Yes
### Dependency versions
<details><summary>pubspec.lock</summary>
```lock
[Paste file content here]
```
</details>
... | package,team-ecosystem,has reproducible steps,P2,triaged-ecosystem,p: two_dimensional_scrollables,found in release: 3.27,found in release: 3.28 | low | Critical |
2,755,846,535 | rust | Tracking Issue for debuginfo testsuite test infra woes | This is a tracking issue for various problems and deficiencies related to the `debuginfo` test suite located at `tests/debuginfo`, mostly on the test-infra side (and not compiler bugs).
## Environment control
- https://github.com/rust-lang/rust/issues/126092
- https://github.com/rust-lang/rust/issues/133111
- https:/... | A-debuginfo,T-compiler,T-bootstrap,T-infra,C-tracking-issue,A-compiletest,A-test-infra | low | Critical |
2,755,886,347 | rust | `tests/debuginfo/numeric-types.rs` test coverage became 64-bit only | > Marking `numeric-types.rs` as 64-bit only for now to unblock the tree (in #133115), follow-up investigations should try to see if that can be made to work with `i686-msvc` (64-bit isize vs 32-bit isize and thus different underlying int type display).
_Originally posted by @jieyouxu in [#133107](https://github.com/... | A-testsuite,A-debuginfo,T-compiler,C-bug | low | Critical |
2,755,905,038 | tauri | SyntaxError: Unexpected private name #ensureObj. Cannot parse class method with private name. | <img width="797" alt="Screenshot 2024-12-23 at 5 17 22 PM" src="https://github.com/user-attachments/assets/e670958d-a4da-40e2-a818-1375fe37a07b" />
[โ] Environment
- OS: Mac OS 11.7.10 x86_64 (X64)
โ Xcode Command Line Tools: installed
โ rustc: 1.83.0 (90b35a623 2024-11-26)
โ cargo: 1.83.0 (5ffbe... | type: bug,platform: macOS,status: needs triage | low | Critical |
2,755,943,736 | rust | Share debuginfo testsuite breakpoint setup logic | > To follow up: I think the way we are setting breakpoints in our tests is pretty consistent and would probably be compatible with the approach of setting the breakpoint by function name and then looking one frame up. It would be good if that function was defined in a central place (so we don't have to copy-and-paste i... | A-testsuite,A-debuginfo,E-hard,C-enhancement,T-compiler,T-bootstrap,A-compiletest,E-needs-design | low | Critical |
2,756,000,522 | terminal | Ingest latest CascadiaCode so that users don't have to uninstall previous version | https://github.com/microsoft/cascadia-code#installation
> Note: If you have previously installed a version of Cascadia Code, please uninstall the previous version prior to installing a new version. Not doing so can result in improper rendering.
 with issue?
General
### Steps to reproduce
Start Windows Mixed Reality while PowerToys is running
Exit Windows Mixed Reality. Observe below error.
Note: error does not seem to stop PowerT... | Issue-Bug,Needs-Triage | low | Critical |
2,756,022,158 | react-native | VideoView Listeners are not triggered in Android (Native Module) | ### Description
I wrote a `VideoPlayer` in Java which uses `Android's VideoView` but the `VideoView` listeners like `onPrepared`, `onError` etc are not triggered at all.
I understand the following from the logs:
- Uri was set successfully.
- Request Focus was successful
There are no errors in the logs.
#... | Issue: Author Provided Repro,Platform: Android | low | Critical |
2,756,053,083 | vscode | JSON rendering: Crashing on arrays | ### Applies To
- [ ] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
<img width="3120" alt="Image" src="https://github.com/user-attachments/assets/395b302e-c570-47aa-a870-2c46809a40ae" />
The `[object Object]` is likely a JS error serialized. I... | bug,notebook-output | low | Critical |
2,756,054,031 | vscode | JSON rendering: Losing syntax coloring after certain size | ### Applies To
- [ ] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
<img width="3120" alt="Image" src="https://github.com/user-attachments/assets/b11f85a7-ad18-405c-9e5c-1850fab9da64" />
### VS Code Version
1.96.0
### Jupyter Extension Vers... | bug | low | Minor |
2,756,071,215 | pytorch | nn.LayerNorm is slower than naive implementation when dimension is low | ### ๐ Describe the bug
```python
import torch
import torch.nn as nn
import time
import matplotlib.pyplot as plt
from tqdm import tqdm
class ElementwiseLayerNorm(nn.Module):
def __init__(self, dim, eps=1e-5, elementwise_affine=True):
super(ElementwiseLayerNorm, self).__init__()
self.ep... | module: performance,module: nn,triaged,module: norms and normalization | low | Critical |
2,756,086,686 | vscode | Git - ambiguous argument error when opening first commit in blame | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creat... | bug,git | low | Critical |
2,756,112,478 | pytorch | [CompiledAutograd] No implicit dtype cast as expected | ### ๐ Describe the bug
Unfortunately I don't have simple reproducer for now, trying to get one but without success so far (also pytorch minifier ends up with error).
Problem observed is that given model when run with eager performs implicit dtype cast from fp32 to bf16
```
THPEngine_run_backward
-> PythonEn... | triaged,oncall: pt2,module: compiled autograd | low | Critical |
2,756,119,787 | go | runtime: use zero byte as empty control word in maps (potential performance improvement) | ### Proposal Details
### Context
The implementation of Swiss maps brought in Go 1.24 is more complex than previously seen implementations, but it retains one of the [original details](https://abseil.io/about/design/swisstables) that everyone seems to implement in the same way: the control word used to denote an emp... | Performance,NeedsInvestigation,compiler/runtime | low | Major |
2,756,144,431 | go | x/tools/gopls: Rename: crash due to Info.Defs[id]=nil bug in checkStructField | ```
#!stacks
"runtime.sigpanic" && "checkStructField:+36"
```
Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks).
```go
named := r.pkg.TypesInfo().Defs[spec.Name].Type()
```
This stack `Zepg4g` was [reported by telemetry](https://storage.googleapis.com/prod-tele... | NeedsInvestigation,gopls,Tools,gopls/telemetry-wins | low | Critical |
2,756,145,499 | angular | feat(adev): create documentation for project | ### Which @angular/* package(s) are relevant/related to the feature request?
common
### Description
Currently engagement in contributing to adev project requires full deep-dive into solution to understand how to solve one of the listed issues.
This takes quite a long time to understand how things work, even with **... | area: dev-infra | low | Major |
2,756,224,888 | deno | Deno language server OOMs when the project contains a massive JSON module | ```
$ deno --version
deno 2.1.4 (stable, release, x86_64-pc-windows-msvc)
v8 13.0.245.12-rusty
typescript 5.6.2
```
Project consists of a single file:
```ts
import dict from "./jmdict_eng.json" with { type: "json" };
console.log(dict.tags["vn"]);
```
plus `jmdict_eng.json` being, for example, the unz... | bug,needs investigation,lsp | low | Critical |
2,756,228,742 | tauri | [docs] Clarify Secret Management in Backend for Tauri Build | When you are working with 3rd party services like an API or a database either with a replica sync or remote database server, you need to provide the secrets or auth tokens.
The usage of env variables with dotfiles of direct env variables are well documented in dev environment.
Never the less when you build the ap... | type: documentation | low | Minor |
2,756,238,605 | next.js | Turbo Dev crashes with OG Image at certain paths | ### Link to the code that reproduces this issue
https://github.com/wotschofsky/domain-digger/tree/turbo-repro
### To Reproduce
1. Start the application in development (next dev)
2. See process crash
### Current vs. Expected behavior
Currently, Next.js Dev crashes completely, when OG image file i... | Turbopack | low | Critical |
2,756,251,368 | flutter | HardwareKeyboard handler does not fire events when textfield is in focus. | ### Steps to reproduce
On Android `ServicesBinding.instance.keyboard.addHandler(keyboardHandler)` behaves differently on v3.24.5 vs 3.27.1
The steps are as follows (see example):
1. Without focusing the field
2. Using the "open keyboard" button type: "1.1.1" (I'm using a bluetooth barcode scanner, a.k.a. exter... | a: text input,framework,f: focus,has reproducible steps,P2,team-text-input,triaged-text-input,found in release: 3.27,found in release: 3.28 | low | Major |
2,756,326,757 | godot | Documentation tooltip trigger area includes end-of-line and whitespace surrounding a symbol | ### Tested versions
v4.4.dev7.official [46c8f8c5c]
### System information
Godot v4.4.dev7 - Windows 11 (build 22631) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - Intel(R) Iris(R) Xe Graphics (Intel Corporation; 32.0.101.5768) - 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (8 threads)
### Issue descripti... | bug,topic:editor,topic:gui | low | Minor |
2,756,333,220 | vscode | Git - Source control is not able to detect renaming a file | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creat... | bug,git,timeline-git | low | Critical |
2,756,340,120 | pytorch | compiled autograd tests should use expecttest | The current expected_logs mechanism make it difficult to see what is going on. If there's an error then it looks like the following:

The nice thing about expecttest is that it tells me what the expected output lines look lik... | module: tests,triaged,enhancement,oncall: pt2,module: compiled autograd | low | Critical |
2,756,346,734 | flutter | Clip.none has no documentation regarding hit testing | Issue #19445 was resolved by adding documentation to the now removed `Overflow` enum which stated that when `Overflow.visible` (equivalent to `Clip.none`) was specified, that area that overflows would not respond to hit testing. There's no equivalent documentation for `Clip.none`. | framework,d: api docs,P2,team-framework,triaged-framework | low | Minor |
2,756,370,006 | rust | Tracking Issue for RFC 3591: `use`ing a function from a trait | This is a tracking issue for the RFC "Add support for `use Trait::func`" (rust-lang/rfcs#3591).
The feature gate for the issue is `#![feature(import_trait_associated_functions)]`.
### About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting... | B-RFC-approved,T-lang,C-tracking-issue,S-tracking-unimplemented | low | Critical |
2,756,415,481 | next.js | Link Component affects tab order when using anchors affecting accessibility | ### Link to the code that reproduces this issue
https://codesandbox.io/p/sandbox/modest-babbage-ywzvtv
### To Reproduce
I've included a version using `<a href="#">` and `<Link href="#">` in my example above
Steps to replicate:
- Tab to the any item in the sidebar and hit enter
- Keep hitting tab again
... | Navigation | low | Minor |
2,756,467,809 | rust | Tracking Issue for `normalize_lexically` | Feature gate: `#![feature(normalize_lexically)]`
This is a tracking issue for `Path::normalize_lexically` that is used to normalize a path, including `..` parent references, without touching the filesystem.
### Public API
```rust
// std::path
impl Path {
pub fn normalize_lexically(&self) -> Result<PathBuf, Norm... | T-libs-api,C-tracking-issue | 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.