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,743,816,985 | ant-design | 在 iPad 17.7 下的 table 横向滚动条在固定列的问题 | ### Reproduction link
[](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-8cxn4d?file=%2Findex.js%3A18%2C16)
### Steps to reproduce
用 ipad 左滑右滑表格 看滚动条
### What is expected?
滚动条不被固定列挡住
### What is actually h... | help wanted,📱Mobile Device | low | Minor |
2,743,822,686 | PowerToys | Counter overflow may need better tips. |

| Product-PowerToys Run,Needs-Triage | low | Minor |
2,743,855,440 | node | HTTP/1.0 responses missing Content-Length | ### Version
v22.10.0
### Platform
```text
Darwin ... 24.2.0 Darwin Kernel Version 24.2.0: ...; root:xnu-11215.61.5~2/RELEASE_ARM64_T6000 arm64 arm Darwin
```
### Subsystem
http
### What steps will reproduce the bug?
Start a simple HTTP server.
```
import http from "node:http";
http.createServer(function (req, re... | http | low | Critical |
2,743,865,056 | vscode | Do not write system default settings to user settings files. | <!-- ⚠️⚠️ 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... | info-needed,config | low | Critical |
2,743,919,334 | vscode | Please improve the default style of the checkbox to make it more consistent with the custom theme style and keep the same theme appearance style. | <!-- ⚠️⚠️ 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. -->
Please improve the default style of the checkbox to ... | feature-request,debug,themes | low | Minor |
2,743,920,022 | rust | When subtyping can switch out trait impls, `Pin::new`’s check for `Target: Unpin` becomes insufficient | Below, `Marker1` is a subtype of `Marker2`; this means we can also coerce `Pin<CustomType<Marker1>>` to `Pin<CustomType<Marker2>>` for any covariant `CustomType`. If we now write different `Deref` implementations for `CustomType` for `Marker1` vs. `Marker2`, then we can switch out the `Target` underneath a `Pin`, break... | P-medium,T-libs-api,I-unsound,C-bug,A-pin,T-types | low | Critical |
2,743,938,738 | excalidraw | frame add background color | null | enhancement | low | Minor |
2,744,022,584 | pytorch | Error in DTensor uneven shard view op | ### 🐛 Describe the bug
**Description**:
There seems to be an issue when reshaping/viewing an unevenly sharded DTensor.
**Code to Reproduce:**
torchrun --nproc_per_node=4 test.py
In this test case has 512 elements on ranks 0-2 and 0 elements on rank 3. The error occurs during the view operation.
```
import ... | oncall: distributed,module: dtensor | low | Critical |
2,744,034,045 | pytorch | DISABLED test_disable_external_correlation (__main__.TestProfiler) | Platforms: rocm
This test was disabled because it is failing on main branch ([recent examples](https://torch-ci.com/failure?failureCaptures=%5B%22profiler%2Ftest_profiler.py%3A%3ATestProfiler%3A%3Atest_disable_external_correlation%22%5D)).
The test is failing on ROCm https://github.com/pytorch/pytorch/pull/143314... | module: rocm,triaged,skipped | low | Critical |
2,744,073,998 | rust | Error mentions invalid nested HRTB: `&mut for<'a> fn(for<'a> fn(&'a ()))` | ### Code
```Rust
// Note: F1 and F2 are subtypes of each other. Not sure if relevant.
type F1 = fn(fn(&'static ()));
type F2 = for<'a> fn(fn(&'a ()));
fn foo(a: &mut F1) {
let _: &mut F2 = a;
}
```
### Current output
```Shell
Compiling playground v0.0.1 (/playground)
error[E0308]: mismatched types
--> src/lib.... | A-pretty,A-diagnostics,T-compiler,D-incorrect,A-higher-ranked | low | Critical |
2,744,082,855 | PowerToys | Powertoys opens elevated after installing update, even if "Always run as administrator" is switched off | ### Microsoft PowerToys version
0.87.0
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
General
### Steps to reproduce
I am running PowerToys on my local windows account which is not an administrator for the PC.
Whenever PowerToys finds a new Update, it shows a butt... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Minor |
2,744,101,357 | angular | Inputs on Component decorator do not support signal signals. | ### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
Hi Team,
We are trying to migrate to signal inputs on a number of our base components.
We have encountered an issue using the inputs array in the component decorator to expose the inputs in the base clas... | hotlist: error messages,area: core,core: inputs / outputs,P4,bug | low | Critical |
2,744,138,141 | react | Bug: Redundant Operation in getEntangledLanes Function Doesn't Modify entangledLanes as Intended | **Description:**
In the `getEntangledLanes` function, there appears to be a redundant operation inside the `if` statement that doesn't alter the value of `entangledLanes` as intended. This might be a bug or oversight in the implementation.
**Code Snippet:**
```javascript
export function getEntangledLanes(root... | Status: Unconfirmed | medium | Critical |
2,744,159,268 | ui | [bug]: Component docs page resets when package manager tabs are switched in command snippet box | ### Describe the bug
In the docs website there are command snippet boxes with tabs to select desired package manager (pnpm | npm | yran | bun).
Clicking any of these tabs will resets the entire documentation component instead of re-rendering the snippets only.
### Affected component/components
Any
### How to rep... | bug | low | Critical |
2,744,177,396 | deno | Enable direct execution of tasks in the `deno task` command using the up/down arrow keys | Currently, the `deno task` command only displays a list of available tasks. However, it would be even more convenient if we could use the up/down arrow keys to select a task and execute it directly.
```
$ deno task
Available tasks:
- dev
deno serve server.ts
- build
esbuild index.ts
```
| suggestion,task runner | low | Minor |
2,744,181,025 | vscode | In Terminal view, the 'Next/Previous Match' search function conflicts with the redirection triggered by Ctrl+Left Click. | <!-- ⚠️⚠️ 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,terminal-find | low | Critical |
2,744,211,758 | material-ui | Slow intelligent Vscode when install @mui/icons-material v6 | ### Steps to reproduce
Steps:
1. Install @mui/icons-material
2. Try importing suggestions for anything in your project, but it takes 3-4 seconds to get the result.
### Current behavior
https://github.com/user-attachments/assets/33db8009-af50-416a-856a-56ea6f062985
### Expected behavior
Expected sugge... | performance,waiting for 👍,typescript,package: icons | low | Major |
2,744,218,505 | svelte | Fade-in transition showing flash of visible content before fading in | ### Describe the bug
In Svelte 5 (doesn't happen in Svelte 4) when you have an element that fades in with a Svelte transition there will be a flash of content before it disappears and then the fade-in happens as normal.
Possibly related to https://github.com/sveltejs/svelte/issues/13882
Am I doing something wron... | bug,transition/animation | low | Critical |
2,744,267,089 | pytorch | Running decompositions over torch.export program adds one more output to the graph result | ### 🐛 Describe the bug
On running the decomposition over the exported program through the torch.export it manipulates the graph such that the no. of results returned by the manipulated graph are 1 more than the original graph. Below is the code to repro the issue:
```
import torch
from torch.export import export
... | oncall: pt2,oncall: export | low | Critical |
2,744,288,635 | yt-dlp | [CSPAN] add support for `/program/` URLs | ### 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-enhancement,triage | low | Critical |
2,744,318,898 | kubernetes | devicemanager stuck in Allocate RPC and causing all new coming pods pending on admitting | ### What happened?
After created pod with device request, its state always be `Pending`, even though it was scheduled.
And at the same time, new coming pod (without device request) on the same node is on `Pending` state too.
After a bit investigation with goroutines, devicemanager was stucking in `Allocate` RPC,... | kind/bug,sig/node,priority/important-longterm,triage/accepted | low | Critical |
2,744,335,422 | flutter | Add selectedLabelStyle and unselectedLabelStyle to BottomNavigationBarItem | ### Use case
When I switch pages on the homepage of my app, since the theme is blue, I hope to change the corresponding label color of the BottomNavigationBar below to blue as well. This may result in multiple label styles. However, to achieve this currently, I need to do
```dart
selectedLabelStyle: _selectedInde... | c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design | low | Minor |
2,744,382,217 | angular | `typeof` does not narrow in templates | ### Which @angular/* package(s) are the source of the bug?
compiler
### Is this a regression?
Yes
### Description
I am using @if (with the same behavior observed for *ngIf) to check a variable’s type. While the TypeScript linter accepts this type check without issues, the Angular compiler (ng build and ng serve) f... | area: compiler,compiler: template type-checking,state: blocked on upstream | low | Critical |
2,744,414,336 | rust | closure upvars disable `unused_assignments` lint | ```rust
fn main() {
let mut overwritten = false;
let _ = || overwritten = true;
}
```
does not trigger any lints while
```rust
fn main() {
let mut overwritten = false;
if false {
overwritten = true;
}
}
```
results in
```
warning: variable `overwritten` is assigned to, but never used
--> sr... | A-lints,T-compiler,C-bug,L-unused_variables,L-false-negative | low | Minor |
2,744,454,460 | godot | Skeleton2D SkeletonModification Execution Mode set to physics_process causes flickering/jitter. | ### Tested versions
Reproduced in:
- v4.3 stable
- v4.4 dev 5
### System information
Godot v4.3.stable - Pop!_OS 22.04 LTS - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 6800 XT (RADV NAVI21) - AMD Ryzen 9 5900X 12-Core Processor (24 Threads)
### Issue description
**What I got**
I was messing around wit... | bug,topic:animation,topic:2d | low | Major |
2,744,467,687 | godot | Cannot compile Godot with Address Sanitizer with default features | ### Tested versions
Git 4.4 - 4364ed6ccd001cbfe7cb781d074100695c878d90
### System information
Ubuntu 22.04 CI
### Issue description
https://github.com/qarmin/GodotBuilds/actions/runs/12363022765
When trying to compile Godot with Address Sanitizer on Ubuntu 22.04 CI, then I got this error when linking
```
modules... | bug,topic:buildsystem | low | Critical |
2,744,488,387 | flutter | [Accessibility] Problem with text scaling on ios | ### Steps to reproduce
1. Use Flutter 3.24.5 or newer;
2. Create a new project;
3. Build for web;
4. Publish on a web server;
5. Using chrome on Ios, try to increase text size using chrome zoom text setting
### Expected results
On all Flutter versions using a new project, should increase and decrease text ... | c: regression,a: accessibility,platform-web,e: web_canvaskit,has reproducible steps,P2,e: web_skwasm,team-web,triaged-web,browser: chrome-ios,found in release: 3.27,found in release: 3.28 | low | Minor |
2,744,506,866 | ant-design | Uncontrolled input value unexpectedly cleared on first focus/blur | ### Reproduction link
[](https://codesandbox.io/p/sandbox/basic-usage-antd-5-22-5-forked-jwzxwr?file=%2Fdemo.tsx)
### Steps to reproduce
click on input
### What is expected?
keep input value equal to "test"
### What is actua... | unconfirmed | low | Minor |
2,744,509,719 | excalidraw | Support for React 19 | I have a project in Nextjs 14 and i like to migrate to Nextjs 15. It's possible to add support for React 19 ?.
Thanks | react | low | Major |
2,744,530,972 | flutter | [webview_flutter] Google keyboard is losing focus when editing a label with `contenteditable=false` | ### Steps to reproduce
**Title**: Focus lost when cursor enters a label tag inside a contenteditable div using Google Keyboard in Flutter WebView
**Description:** I am rendering the following HTML content inside a WebView in my Flutter project using the webview_flutter package. The issue occurs specifically when ... | a: text input,platform-android,p: webview,package,f: focus,has reproducible steps,P3,team-android,triaged-android,found in release: 3.27,found in release: 3.28 | low | Critical |
2,744,537,763 | neovim | Unable to open swap file when using UNC path | ### Problem
neovim supports partially UNC paths.
In particular, if a file is in a path that must be accessed through an UNC path, nvim creates an error message that it is not able to create a swap file.
References:
* https://googleprojectzero.blogspot.com/2016/02/the-definitive-guide-on-win32-to-nt.html
* https:... | bug,platform:windows,filesystem | low | Critical |
2,744,550,442 | react | [React 19] The namespace type in @types/react/index.d.ts causes problems. | ## Summary
Hello, I am creating a service using monorepo structure via pnpm.
The development environment is as follows:
-pnpm
- @types/react18
- @types/react19
- react18
- react19
---
my-monorepo/
├── package.json
├── node_modules/
│ └── .pnpm/
└── apps/
├── project-a/
│ ├── packa... | React 19 | medium | Critical |
2,744,557,124 | vscode | Terminal size is wrong | I see this from time to time but I don't know how to reproduce... This time I was able to record at least and it shows that somehow the terminal layed out with wrong dimensions, its container is higher than the terminal itself leading to the gap at the bottom
https://github.com/user-attachments/assets/73fcdc90-4646-40... | bug,terminal-layout | low | Minor |
2,744,573,941 | yt-dlp | [YouTube] Request for new meta field "format_lmt" | ### 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,744,578,191 | PowerToys | [Update] Installer crashes because of missing permissions | ### Microsoft PowerToys version
0.86.0
### Installation method
GitHub
### Running as admin
None
### Area(s) with issue?
Installer
### Steps to reproduce
1. Disable UAC in Group Policies completely.

3. Log-in using a norm... | Issue-Bug,Area-Setup/Install,Status-Reproducible | low | Critical |
2,744,587,048 | PowerToys | Continuously resetting results | ### Microsoft PowerToys version
0.87.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
Open PowerToys Run and either have plugin hints or the result list that is scrollable, try scrolling and it will reset back to the top almos... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Minor |
2,744,596,204 | TypeScript | Refactoring 'Move to file' imports undefined from source file | ### 🔎 Search Terms
"move to file imports undefined", "refactor", "move to a new file imports undefined"
### 🕗 Version & Regression Information
This changed between versions 5.7.1-rc and 5.7.2
### ⏯ Playground Link
https://www.typescriptlang.org/play/?#code/KYDwDg9gTgLgBAYwgOwM7wG4EMoEssBGANsHALxwCuyAJsAGa7LA0DcQ... | Bug | low | Minor |
2,744,622,076 | transformers | Multi-GPU training crashes with IterableDataset and different length input (e.g. Next token prediction) | ### System Info
- `transformers` version: 4.46.3
- Platform: Linux-6.6.20-aufs-1-x86_64-with-glibc2.36
- Python version: 3.11.2
- Huggingface_hub version: 0.26.1
- Safetensors version: 0.4.5
- Accelerate version: 1.2.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.5.1+cu124 (True)
- Tensorflow ... | bug | low | Critical |
2,744,643,905 | flutter | [go_router] Allow Circular routes to add nested routes | ### Steps to reproduce
1. Run app
2. See the error
Go Router didn't allow circular route (A route which contain itself, recursively).
On my app, i want to use go router and only the 'go' api because i also target web.
I've an e-commerce app. My product pages display several buttons to open many other produ... | package,c: proposal,P3,p: go_router,team-go_router,triaged-go_router | low | Critical |
2,744,645,851 | flutter | "flutter attach --debug-url" fails to attach to Windows app | ### Steps to reproduce
1. Create a new app with `flutter create`
2. Run the app on Windows with `flutter run -d win`
3. Copy the URL of the VM Service that is printed
4. Try attaching in another terminal with `flutter attach --debug-url http://127.0.0.1:50334/_LZNB-xaZEg=/`
### Expected results
`flutter attach` s... | tool,P2,team-tool,triaged-tool | low | Critical |
2,744,660,293 | react-native | draw Over(Overlay) other apps not working in background and kill mode. | ### Description
previously we are using react-native -'0.73' , newArchEnabled= 'false' draw Over(Overlay) other app is working for foreground ,background and kill mode.
We did using native modules.
Now , when we upgrade to react-native -'0.76.5' newArchEnabled= 'true'.draw Over(Overlay) other app is not working i... | Needs: Triage :mag:,Type: New Architecture | low | Critical |
2,744,677,265 | storybook | Unhandled error message could be more helpful | When using the testing module, any unhandled error can be seen in Storybook:
<img width="759" alt="Image" src="https://github.com/user-attachments/assets/3c9344e4-495d-435d-879a-041de2c89280" />
However, the error message in the terminal is **far more useful** for debugging my failed test:
```
storybook/test: ⎯⎯⎯⎯⎯⎯ ... | feature request,addon: test | low | Critical |
2,744,711,320 | flutter | Feature request: TabBarView.builder | We have `PageView.builder` however we do not have `TabBarView.builder`.
### Rationale
Context: My specific app's PageView/TabBarView needs around 800k children.
The reason I would like TabBarView.builder is due to the way that TabBarView and PageView handle animating to pages. `TabBarView` simply animates alo... | framework,f: material design,c: proposal,P3,team-design,triaged-design | low | Minor |
2,744,723,714 | PowerToys | PWA doesn't launch with Workspace | ### Microsoft PowerToys version
0.87.0
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Workspaces
### Steps to reproduce
create a workspace with a minimum width skype window and a PWA host in Edge. Create a Desktop shortcut (and move it to Start|Programs and pin it... | Issue-Bug,Needs-Triage,Needs-Team-Response,Product-Workspaces | low | Major |
2,744,723,885 | flutter | Tapping same BottomNavigationBar item does not show background fill animation | ### Steps to reproduce
1. Create a BottomNavigationBar and assign a backgroundColor to each BottomNavigationBarItem.
2. Change the background when tapped.
### Expected results
Animate the background transition.
### Actual results
Directly switch the background.
### Code sample
<details open><summa... | c: new feature,framework,f: material design,has reproducible steps,P3,team-design,triaged-design,found in release: 3.27,found in release: 3.28 | low | Minor |
2,744,757,610 | tensorflow | Aborted (core dumped) in `LearnedUnigramCandidateSampler` | ### 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
Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC/c... | stat:awaiting tensorflower,type:bug,comp:ops,2.17 | medium | Critical |
2,744,764,213 | deno | zsh: illegal hardware instruction deno run a.ts | Version: Deno 2.1.2
OS: Mac OS
a.ts
```ts
export class Case {
constructor() {
get() as any;
}
@doc
method() {}
}
function get() {}
function doc(args: any): any {}
console.log(1);
```
`deno run a.ts` terminal Output `zsh: illegal hardware instruction deno run a.ts`
When I comment out th... | bug,upstream,swc | low | Critical |
2,744,773,832 | flutter | Focus traversal into nested scrollable wrongly prevented | ### Steps to reproduce
1. Run example with `flutter run -d chrome`
2. Press tab to move focus to the topmost button
3. Move focus down with arrowDown key on your keyboard
Observe focus is moved down 1 row with each press, alternating between the fullwidth buttons and items in horizontal ListViews
4. Scroll dow... | framework,a: accessibility,f: focus,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28 | low | Critical |
2,744,788,049 | vscode | Add option to ignore URL in link in text-to-speech | This is related to https://github.com/microsoft/vscode/issues/214481#issuecomment-2545979234
When performing speech synthesis through text-to-speech, currently the URL in hyperlinks is read out loud, which is not very reasonable. It would be nice to have a option to avoid reading the content of the URL.
 can't be clicked on.
##... | Component: Modal,Debugger,Needs: Author Feedback,Needs: Repro | low | Critical |
2,744,847,141 | vscode | Source control shows all files as deleted when another window is opened with git difftool | When diffing a file against another branch with VS Code as the configured git difftool and then opening a folder within the repository with VS Code, Source Control shows all files of the repository as deleted while there are actually no changes.
I can reproduce this bug with [this minimal repository](https://github.co... | bug,info-needed,git | low | Critical |
2,744,855,072 | PowerToys | Hosts File Editor: Adds no whitespace option | ### Microsoft PowerToys version
0.87.0
### Installation method
WinGet
### Running as admin
Yes
### Area(s) with issue?
Hosts File Editor
### Steps to reproduce
Create or modify any hosts file entry or simply enabling/disabling them.
### ✔️ Expected Behavior
creates or modifies any entry without adding leadin... | Help Wanted,Good first issue,Status-In progress,Issue-Feature,Product-Hosts File Editor | low | Minor |
2,744,889,162 | tauri | Multiple windows with different menu not working as expected | ### Discussed in https://github.com/tauri-apps/tauri/discussions/11990
<div type='discussions-op-text'>
<sup>Originally posted by **shalapatil** December 17, 2024</sup>
I am working on tauri app with next js.
tauri::Builder::default()
.setup(|app| {
let app_handle = ap... | type: bug,status: needs triage | low | Critical |
2,744,913,131 | PowerToys | New+ bug shortcut create new folder w10 | ### Microsoft PowerToys version
0.87.0
### Installation method
PowerToys auto-update
### Running as admin
None
### Area(s) with issue?
New+
### Steps to reproduce
When New+ is enabled, I can't use the shortcut to create new folders (Ctrl+Shift+N) because it opens the New+ folder
### ✔️ Expected Behavior
Anot... | Issue-Bug,Resolution-Fix Committed,Priority-1,Status-Reproducible,Product-New+ | low | Critical |
2,744,932,571 | react | [React 19] Suspense throttling behavior (`FALLBACK_THROTTLE_MS`) kicks in too often | <!--
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
Related Issues: #30408, #31697
This may be the inten... | Type: Discussion,React 19 | medium | Critical |
2,744,937,701 | node | [feature] Option/flag for process.cwd( ) to return the actual PWD with symlinks, not real path | ### What is the problem this feature will solve?
Certain software such as docker or VS Code relies on the actual path, not real path. In case we use NodeJS based scripts - we would like to know from what actual folder this code is running. Unfortunately process.cwd( ) does not work. This code `node -p 'process.cwd()'`... | feature request | low | Minor |
2,744,972,782 | godot | Godot and the risks of nontrivial relocatability | Godot currently has hidden assumptions about trivial relocatability. Let's gather knowledge about relocations in this issue, and see how we can best handle them
## Tested versions
All versions are affected.
## About Relocations
_Relocation_ of an object means moving it to a different position in memory.
Relocatio... | bug,discussion,topic:core,needs testing | low | Critical |
2,744,986,384 | vscode | `vscode://vscode-remote/wsl+<distro>/path/to/file` des not use already open window |
Type: <b>Bug</b>
Try opening a file on the WSL filesystem, let's say /home/USERNAME/.profile, using this URI: `vscode://file/home/USERNAME/.profile`. Instead of opening the intended file, I get an error dialog complaining that `\home\USERNAME\.profile` (with backslashes!) does not exist.
This is rather unfortunate. ... | bug,opener | low | Critical |
2,745,003,363 | ui | [bug]: Popover Content not working within the use of Dialog Content | ### Describe the bug
1) I have an issue where i have a link which has longer text and i needed to open them separately in dialog and showing them.
2) Now when i added Popover and all of its related components with className of (truncate) on PopoverTrigger such that when i click on that truncated line the Popover op... | bug | low | Critical |
2,745,020,936 | deno | SSH SFTP "Signature verification failed" | Version: Deno 2.1.4
Hi,
I'm using the `ssh2` npm package to connect to an sftp server. Very much like https://github.com/denoland/deno/issues/24118 but without the mention of a missing digest, I can't initiate the connection properly using this code :
```typescript
import { Client } from "npm:ssh2@latest";
... | bug,node compat | low | Critical |
2,745,061,853 | PowerToys | [Run] XamlParseException: Set property 'System.Windows.ResourceDictionary.DeferrableContent' threw an exception | ### Microsoft PowerToys version
.0.87.0.0
### Installation method
GitHub
### Running as admin
No
### Area(s) with issue?
General
### Steps to reproduce
Version: 0.87.0.0
OS Version: Microsoft Windows NT 10.0.26100.0
IntPtr Length: 8
x64: True
Date: 17-Dec-24 9:13:25 AM
Exception:
System.Windows.Markup.XamlPar... | Issue-Bug,Product-PowerToys Run,Resolution-Fix Committed,External Dependency,Priority-0,Severity-High | low | Major |
2,745,066,306 | vscode | cannot type the ` character |
Type: <b>Bug</b>
I'm on a mac using an italian keyboard and to type the \` character I have to use option + \\, this combo produce the \` character (and this combo, weirdly, works in this dialog).
Suddendly, after one vscode update (two or three updates ago) it stopped working.
I mainly use for markdown files.
VS Co... | info-needed | low | Critical |
2,745,090,891 | next.js | Server-actions redirect not HTTP RFC compliant | ### Link to the code that reproduces this issue
https://github.com/Netail/repro-server-action-redirect
### To Reproduce
1. Have a service in your infrastructure which checks if responses are HTTP compliant, (e.g. in a load balancer - in our case F5's load-balancer)
2. Create an app with a server-action
3. In... | Upstream,Navigation | low | Minor |
2,745,100,855 | tauri | [bug] MacOS - Codesigning and notarization issue when using ExternalBin | ### Describe the bug
We are in the process of distributing 2 different Tauri applications for multiple architecture, one is still on V1 while the other is V2. When building a release version for MacOS we're getting notarization errors the moment we add 1 or more sidecar's via the `externalBin` property.
Both the ap... | type: bug,status: needs triage | low | Critical |
2,745,161,231 | flutter | Flutter 3.27.1 with Impeller enabled not running on VanillaIceCream preview image Android Emulator. | ### Steps to reproduce
1. Download latest Android Studio
2. Download latest Android SDK and Emulator
3. Create new Flutter project
4. Upgrade Gradle plugin to 8.7.3 using Android Studio assistant
5. Run the project
### Expected results
The project runs and the app is shown on the emulator
### Actual results
Th... | P3,e: impeller,team-engine,triaged-engine | medium | Critical |
2,745,181,846 | TypeScript | Add Error.isError() to ESNext lib | ### ⚙ Compilation target
ESNext
### ⚙ Library
ESNext
### Missing / Incorrect Definition
```ts
interface ErrorConstructor {
/**
* Indicates whether the argument provided is a built-in Error instance or not.
*/
isError(error: unknown): error is Error;
}
```
### Sample Code
```TypeScript
try {
/... | Bug,Help Wanted,Domain: lib.d.ts | low | Critical |
2,745,220,271 | tauri | [bug] RPM installer places resources in wrong path | ### Describe the bug
DEB and MSI correctly place resources in the system, but RPM does not.
It seems that the configuration (`bundle` -> `resources`) for generating RPM is used incorrectly.
Before running the build command, I place my resources next to `tauri.conf.json` in the `res` folder.
My config:
```json
... | type: bug,good first issue,platform: Linux,scope: bundler,status: needs triage | low | Critical |
2,745,226,048 | flutter | Slow Vulkan performance on API 35 Android Emulator images. | ### Steps to reproduce
Create the demo app with :
```
flutter create my_app
flutter run
```
### Expected results
Demo app and no logs
### Actual results
Logs are filled with `exportSyncFdForQSRILocked `when pressing "+" button.
### Code sample
```
import 'package:flutter/material.dart';
void main() {
... | P3,e: impeller,team-engine,triaged-engine | medium | Critical |
2,745,277,192 | rust | rustdoc: Quick way to collapse all impl blocks | The primary motivation of #130612 was to provide an easy way to overview the different kinds of impls on a type.
#132155 fulfills the layout aspect of the motivation, but there is no way (to my knowledge) to quickly collapse all impl blocks with one click.
The user has to manually click collapse on each one.
There shou... | C-enhancement,A-rustdoc-ui,T-rustdoc-frontend | low | Minor |
2,745,306,957 | vscode | Show code actions for the problems even when the file is not open | <!-- ⚠️⚠️ 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,error-list | low | Critical |
2,745,352,459 | godot | Android: Export: Godot Blue Background apear on exported apk. | ### Tested versions
Godot 4.3, 4.4+
### System information
Android 14 - Compatibility Renderer
### Issue description
In first splash screen (screen that apear before main splash screen) background color is blue. expecting it black or any way to customize the color. Sometimes it doesn't match with game theme
Vide... | enhancement,platform:android,documentation,topic:export | low | Major |
2,745,364,179 | vscode | "Undo" history lost after "Save as". | <!-- ⚠️⚠️ 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,undo-redo | low | Critical |
2,745,393,905 | react-native | [New Arch] RTL to LTR of vise versa Layout Direction Change Requires App Termination to Apply | # Description
When toggling RTL layout direction dynamically using I18nManager.forceRTL(true) or switching between languages in the system settings, the Yoga layout engine does not immediately apply the updated layout direction. Even with a forced app restart (e.g., via RNRestart), the changes are not respected.
... | Needs: Repro,Needs: Attention | low | Major |
2,745,418,842 | TypeScript | `as enum` assertion for object literals | ### 🔍 Search Terms
enum, object literal, type-stripping
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change the runtime behavior of existing JavaScript code
- [x] This could be implemented without emitting different JS based on the typ... | Suggestion,Awaiting More Feedback | low | Critical |
2,745,425,973 | PowerToys | [Registry Preview] Allow the "Open Key" button to open a new Registry Editor window for each key | ### Description of the new feature / enhancement
Selecting a key in the upper right pane and then clicking the "Open Key" button should be able to open a new Registry Editor window for each key.
### Scenario when this would be used?
The user would be able to view multiple registry keys, each in its own window.
### ... | Idea-Enhancement,Needs-Triage,Product-Registry Preview | low | Minor |
2,745,465,831 | create-react-app | Dependency update required: cross-spawn | ### **Description:**
Versions of the package cross-spawn before 7.0.5 are vulnerable to Regular Expression Denial of Service (ReDoS) due to improper input sanitization. An attacker can increase the CPU usage and crash the program by crafting a very large and well crafted string.
### **Debug Logs:**
npm list cros... | needs triage,issue: bug report | low | Critical |
2,745,469,708 | flutter | Regression in bench_material3_semantics.skwasm_st.Semantics.GetFragment.average | https://flutter-flutter-perf.skia.org/e/?keys=X536476b25af6aaa0074a2f262f6290ba&selected=commit%3D43729%26name%3D%252Carch%253Dintel%252Cbranch%253Dmaster%252Cconfig%253Ddefault%252Cdevice_type%253Dnone%252Cdevice_version%253Dnone%252Chost_type%253Dlinux%252Csub_result%253Dbench_material3_semantics.skwasm_st.Semantics.... | c: regression,P1,team-web,triaged-web | medium | Minor |
2,745,558,501 | rust | Possible nightly rustdoc doc generation time / size regression | <!--
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 published my crate to crates.io, but I found the server does not generate documentation properly. My crate is cryptocol and its link is https://docs.rs/cryptoc... | T-rustdoc,C-bug,E-needs-bisection,E-needs-mcve | medium | Critical |
2,745,562,627 | puppeteer | "[extensions.spec] extensions can evaluate in the service worker" is failing on Windows | The test is new after migrating the test extension from MV2 to MV3.
For some reason it fails consistently on Windows. | bug,confirmed,P3 | low | Minor |
2,745,589,789 | go | crypto/cipher: TestFIPSServiceIndicator failures [consistent failure] | ```
#!watchflakes
default <- pkg == "crypto/cipher" && test == "TestFIPSServiceIndicator"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8728285308007724929)):
=== RUN TestFIPSServiceIndicator
gcm_test.go:769: expected service indicator true for 0000... | NeedsInvestigation | low | Critical |
2,745,589,888 | go | cmd/cgo/internal/testsanitizers: TestMSAN/msan_fail failures | ```
#!watchflakes
default <- pkg == "cmd/cgo/internal/testsanitizers" && test == "TestMSAN/msan_fail"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8728289129408827713)):
=== RUN TestMSAN/msan_fail
=== PAUSE TestMSAN/msan_fail
=== CONT TestMSAN/msa... | NeedsInvestigation | low | Critical |
2,745,624,094 | godot | PWA does not work offline (bugfix found) | ### Tested versions
v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10 - Compatibility
### Issue description
An exported PWA application does not work offline.
The Issues was identified as a typo in the exported project_name.service.worker.js file where the service worker does ... | bug,platform:web,topic:export | low | Critical |
2,745,644,193 | godot | Blank window with empty title when running empty project with export template and custom command line arguments | ### Tested versions
Reproducible v4.3
### System information
Godot Engine v4.3.stable.gentoo.77dcf97d8 - https://godotengine.org Vulkan 1.3.277 - Forward+ - Using Device #0: NVIDIA - NVIDIA GeForce RTX 2060 SUPER
### Issue description
The editor (`godot -e`) opens a blank window title "broken"
### Steps to reprod... | bug,topic:core | medium | Critical |
2,745,761,977 | PowerToys | mouse without borders no longer connects to the other pc | ### Microsoft PowerToys version
0.87.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce
mouse without borders no longer connects to the other pc. happens siince last 2 updates. in the admin panel on device layout both d... | Issue-Bug,Needs-Triage,Product-Mouse Without Borders | low | Minor |
2,745,803,785 | angular | Hydration resiliency: Detect patterns that cause performance regressions with hydration | ### Which @angular/* package(s) are the source of the bug?
core, compiler
### Is this a regression?
No
### Description
Hydration fully supports using `isPlatformBrowser()` inside control flow, and this will not break hydration. However it does have a negative impact on user experience. Doing this will result in a ... | area: core,core: hydration | low | Critical |
2,745,815,313 | angular | Hydration resiliency: third party scripts that modify DOM and improved error messages | ### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
Right now hydration mismatch errors will point directly to the HTML source where the mismatch occurred. This is very helpful in the case that the developer caused this mismatch. If a third party script did,... | area: core,core: hydration | low | Critical |
2,745,817,468 | flutter | PaginatedDataTable: arrowHeadColor breaks differentiation between states (enabled/disabled) | ### Steps to reproduce
Put code below in dartpad.
**In paginated_data_table.dart Line 530 and following -> Shouldn't the colour be set to the IconButton instead of the Icon?**
### Expected results
If it is not possible to turn back to the first page, the symbol should be lighter than if it is possible to tu... | framework,f: material design,has reproducible steps,P2,team-design,triaged-design,found in release: 3.27,found in release: 3.28 | low | Minor |
2,745,818,362 | pytorch | [Inductor test failure] torch:inductor/test_select_algorithm TestSelectAlgorithm.test_convolution1 with cuda 12.6.3 | ### 🐛 Describe the bug
This is Qianli from Google. Our GPU team is testing the release of cuda 12.6.3 and noticed a test failure from inductor in our internal infra. I don't have a dev box setup to fully mirror this issue in a OSS env, but please see the error log and see if anything in the recent cuda change could c... | needs reproduction,triaged,oncall: pt2,module: inductor | medium | Critical |
2,745,825,993 | vscode | Remote-SSH connection failure when "PATH" contains "${workspaceRoot}" in "terminal.integrated.env.windows" | Version : 1.61.1 (user setup)
Commit: c13f1abb110fc756f9b3a6f16670df9cd9d4cf63
Date: 2021-10-14T01:19:42.089Z
Electron: 13.5.1
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19043 (win10 64bit)
Remote-SSH Version: `v0.65.8`
oepnssh installed:
```
> where ssh
C... | bug,help wanted,remote,terminal-process | low | Critical |
2,745,840,562 | vscode | `terminal.shellIntegration.executeCommand` doesn't execute the command in new shells in Powershell 7 on macOS |
Type: <b>Bug</b>
### Steps to reproduce
1. Set PowerShell 7 as default shell in VS Code for Mac. In my case I installed Powershell 7 with Homebrew
```jsonc
// settings.json
{
"terminal.integrated.defaultProfile.osx": "pwsh",
}
```
2. Create a simple project to launch it, like a node project:
```javascript
// ind... | bug,terminal-shell-pwsh | low | Critical |
2,745,847,779 | vscode | Clicking URLs in terminal while connecting are opened only after connecting | <!-- Please search existing issues to avoid creating duplicates, and review our troubleshooting tips: https://code.visualstudio.com/docs/remote/troubleshooting -->
<!-- Please attach logs to help us diagnose your issue. Learn more here: https://code.visualstudio.com/docs/remote/troubleshooting#_reporting-issues and he... | bug,help wanted,remote,confirmation-pending,terminal-links | low | Critical |
2,745,853,716 | pytorch | [PassRate] TorchBench training PassRate is less than 100 | ### 🐛 Describe the bug
Umbrella Task for the < 100 TorchBench PassRate
https://hud.pytorch.org/benchmark/compilers

### Versions
master
cc @ezyang @gchanan @zou3519 @kadeng @msaroufi... | high priority,triaged,oncall: pt2 | low | Critical |
2,745,857,101 | vscode | remote-cli `code` command works in bash, but zsh or tmux | <!-- Please search existing issues to avoid creating duplicates, and review our troubleshooting tips: https://code.visualstudio.com/docs/remote/troubleshooting -->
<!-- Please attach logs to help us diagnose your issue. Learn more here: https://code.visualstudio.com/docs/remote/troubleshooting#_reporting-issues and he... | bug,remote,workbench-cli,terminal-process | low | Major |
2,745,874,234 | deno | test.describe not implemented | Version: Deno 2.1.4
I attempted to run one of Astro's tests with Deno and hit this:
```
error: Uncaught (in promise) Error: Not implemented: test.describe
at notImplemented (ext:deno_node/_utils.ts:9:9)
at describe (node:test:145:3)
at file:///Users/matthew/dev/astro/packages/astro/test/astro-basi... | bug,node compat,node:test | low | Critical |
2,745,882,272 | material-ui | [Autocomplete] Autocomplete Popper position breaks when container height changes | ### Steps to reproduce
Steps:
1. Open this link to live example: https://codesandbox.io/p/sandbox/fnxpf9
2. Choose at least one of the options in the Autocomplete
3. Autocomplete's Popper's position is not recalculated properly
**Important**: The issue can only be observed if `disableCloseOnSelect` is set to `... | waiting for 👍,package: material-ui,component: autocomplete | low | Major |
2,745,884,702 | langchain | Chroma is not ephemeral when persisted_directory=None | ### 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 b... | Ɑ: vector store,🤖:bug | low | Critical |
2,745,889,165 | vscode | [Remote-SSH Bug]: `rejected promise not handled within 1 second: CodeExpectedError: Could not find pty 7 on pty host` | ### Is there an existing issue for this bug?
- [x] I have searched the existing issues
### Required Troubleshooting Steps
- [x] I have followed these troubleshooting steps
- [x] I have tried both values of the `remote.SSH.useLocalServer` setting [(more info here)](https://github.com/microsoft/vscode-remote-release/w... | bug,remote,terminal-process | low | Critical |
2,745,891,822 | vscode | Devcontainers ignores terminal profile settings from settings.json when opening local integrated terminal | <!-- Please search existing issues to avoid creating duplicates, and review our troubleshooting tips: https://code.visualstudio.com/docs/remote/troubleshooting -->
<!-- Please attach logs to help us diagnose your issue. Learn more here: https://code.visualstudio.com/docs/remote/troubleshooting#_reporting-issues and her... | bug,remote,terminal-process,containers | low | Minor |
2,745,903,309 | vscode | We need an API or some way to know that URI Handling is possible | @Yoyokrazy originally filed this internally... making it public.
> - install ghpri
> - click to sign in via accounts menu
> - browser opens with oath url
> - 🐛 other insiders instance starts up with my vscode oss workspace
> - 🐛 auth hangs in the instance with empty user-data-dir and extensions-dir
> - click cancel
... | api,under-discussion,uri | 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.