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,741,646,795 | ant-design | Mocky.io/V2 is not found | ### Reproduction link
[https://4x.ant.design/components/upload/#header](https://4x.ant.design/components/upload/#header)
### Steps to reproduce
You need to recreate the Mocky API and make sure you set as never expire.
### What is expected?
When i Upload the files the IT SHOULD BE UPLOADED
### What is ... | help wanted | low | Minor |
2,741,651,670 | vscode | source control |
Type: <b>Bug</b>
> Problem Troubleshooting The problem has been determined to be related to Visual Studio Code.
Switch files source control and timeline view to load for a long time

VS Code version: Code 1.96.0 (138f619c86f11... | git | low | Critical |
2,741,657,663 | deno | lint(no-undef): says `document` is undefined | Version: Deno 2.1.4
The lint rule `no-undef` https://docs.deno.com/lint/rules/no-undef/ says that it disallows undeclared variables, but I wouldn't expect this to apply to globally available variables like `document`.
### deno.json
```json
{
"compilerOptions": {
"lib": ["dom", "dom.iterable", "dom.async... | bug,lint | low | Critical |
2,741,673,320 | vscode | Error: EPIPE: broken pipe, write |
Type: <b>Bug</b>
using VS Code as Text Editor to Vivado.
Open a **.v** file in Vivado by VSCode,shows up the error panel below. Click 'yes' or cancel it, then it turns to VSCode and successfully open.
<img width="419" alt="Image" src="https://github.com/user-attachments/assets/db0999ba-5caf-43c1-8a28-5ff9d9a76949"... | bug,upstream,workbench-cli | low | Critical |
2,741,722,148 | react | Bug: Scheduler default time interval problem | Hello React Team,
While reviewing the `packages/scheduler/src/SchedulerFeatureFlags.js` file, I noticed that the default frame yield time (`frameYieldMs`) is set to **5 milliseconds**:
```javascript
export const frameYieldMs = 5;
```
I have a few questions regarding this configuration and would appreciate yo... | Status: Unconfirmed | medium | Critical |
2,741,768,331 | vscode | Overtype Mode: backspace should insert spaces in its stead | Idea comes from https://github.com/microsoft/vscode/pull/233188
Make regular backspace add spaces in its stead while deleting code in overtype mode. You might also think of this as "destructive" left-arrow. | feature-request,editor-input | low | Minor |
2,741,782,453 | angular | Suggestion: Integrate defer and Resource APIs for Seamless Asynchronous State Handling | ### Which @angular/* package(s) are relevant/related to the feature request?
_No response_
### Description
With the introduction of the `defer` and the `Resource` API in Angular 19, developers now have powerful tools to handle asynchronous data more declaratively in their applications. Both APIs support states like ... | area: core,core: reactivity,cross-cutting: signals,core: defer | low | Critical |
2,741,806,938 | create-react-app | Are polyfills always injected in bundle? | Polyfills are mentioned in several issues as injected in the bundle (https://github.com/facebook/create-react-app/issues/3397#issuecomment-341754187, https://github.com/facebook/create-react-app/issues/2696#issuecomment-312184589).
However, I have used[ wepack-license-plugin](https://www.npmjs.com/package/webpack-lice... | needs triage | low | Minor |
2,741,823,008 | kubernetes | HPA scales up despite utilization being under target | ### What happened?
We use Argo Rollouts to perform canary deployments of our services. During a canary deployment, new pods are brought up (the canary pods) which are included in the [Status](https://github.com/kubernetes/kubernetes/blob/5ba2b78eae18645744b51d94d279582bdcccec23/pkg/apis/autoscaling/types.go#L51) of ... | kind/bug,sig/autoscaling,needs-triage | low | Critical |
2,741,898,263 | kubernetes | fix: noderesources plugin flaw | ### What happened?
The score function of resourceAllocationScorer should not iterate over args.ScoringStrategy.Resources. For example: the strategy parameters are set to [gpu:2,cpu:1,mem:1]. At this time, the pod only applies for cpu and mem, but because k8s traverses parameters instead of traversing pod application... | kind/bug,needs-sig,needs-triage | low | Major |
2,741,903,923 | ui | [bug]: Select | ### Describe the bug
Since the Select component requires a value, I am using it to select a country code. I loop through all the countries using map, and for each country, I have a <div> with the key={name + '' + code}. Then, I have the <Select /> with the value={code}.
However, I am encountering this issue:
E... | bug | low | Critical |
2,741,919,087 | three.js | TSL texture reading / passed as argument in Fn does not work | ### Description
Hello there !
Sampling a texture via inline materialnode look straightforward :
```
const uTex = texture( tex );
material.colorNode = uTex.sample(oneMinus( uv() ));
```
Using Fn and passing a texture as argument makes it challenging and not working ( tdisp.sample is not a functio... | Enhancement,TSL | low | Major |
2,741,951,738 | PowerToys | KeyMapping Works only on one monitor | ### Microsoft PowerToys version
0.86
### Installation method
GitHub
### Running as admin
None
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
i want to remap the volume mute key to nothing.
remapping a key ( volume mute ) to disabled on one monitor works as long as I'm in focus in that monitor ... | Issue-Bug,Product-Keyboard Shortcut Manager,Needs-Triage,Needs-Team-Response | low | Minor |
2,741,979,772 | flutter | Nested generic function inside factory constructor crashes flutter run (web) compiler | ### Steps to reproduce
1. Update to flutter 3.27.0
2. `flutter run -d chrome`
### Expected results
Chrome opens with the flutter application running
### Actual results
Dart compiler crashes. Note that this does not happen for other non-web runs (eg windows). This also does not happen when compiling a js... | c: regression,tool,dependency: dart,platform-web,has reproducible steps,P1,team-tool,triaged-tool,dependency:dart-triaged,found in release: 3.27,found in release: 3.28 | medium | Critical |
2,742,085,888 | react | Error in compiler polyfill, using React 18 | I have react 18 installed, I can see the compiler is running against my source code however during runtime this code
```javascript
// Re-export React.c if present, otherwise fallback to the userspace polyfill for versions of React
// < 19.
export const c =
// @ts-expect-error
typeof React.__COMPILER_RUNTI... | React 19 | medium | Critical |
2,742,090,497 | vscode | [css] `:after' suggested inside comment | Repro:
Settings:
```js
"editor.quickSuggestions": {
"comments": "off"
},
```
Go to a css file comment and add `:` to the end of a line, 🐛 quick suggestions trigger.
@aeschli could reproduce

| bug,css-less-scss | low | Minor |
2,742,158,529 | vscode | Expose the current editor overtype state | <!-- ⚠️⚠️ 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. -->
When dealing with webviews using the standalone vers... | bug,editor-input | low | Major |
2,742,177,261 | godot | Exporting in headless mode freezes if project files have uniform timestamps | ### Tested versions
- Reproducible in: 4.3.stable
- Not reproducible in: 4.2.2.stable
- Other versions not tested.
### System information
Tested with Void Linux (current), Debian 11 (Bullseye), both x86_64
### Issue description
Similar to #95287.
Where I have a fully-imported project, with `.godot/` present, *but... | bug,regression,topic:export | low | Critical |
2,742,197,762 | flutter | Crashes in Google Play pre-launch report after upgrading to 3.27.0 | ### Steps to reproduce
I have upgraded my app to use Flutter 3.27.0 and now I see the following crash in the Stability tab in Goggle Play Pre-lunch report (every time I upload the bundle).
### Expected results
No crashes in Google Play Pre-launch reports.
### Actual results
The app crashes in Google Play... | c: crash,platform-android,waiting for customer response,engine,a: production,P3,team-engine,triaged-engine | low | Critical |
2,742,260,275 | deno | `deno test --watch`: `Deno.chdir()` affects parsing of CLI args on reset | Version: Deno 2.1.4
```
// test.ts
Deno.test("foo", () => {
Deno.chdir("..");
});
```
`deno test -A --watch test.ts`
And then save the file again. It will fail to find `test.ts` the second time (assuming there is no `../test.ts`). | bug,cli,--watch | low | Minor |
2,742,260,977 | PowerToys | [File Locksmith] Files containing russian capitalised k fail to load and crash the program | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
File Locksmith
### Steps to reproduce
OS: Win10 Pro 22H2 (19045.5131)
To reproduce:
1. Put a capitalised russian k letter ("К") in any file's or folder's name and try to use locksmi... | Issue-Bug,Status-Reproducible,Product-File Locksmith | low | Critical |
2,742,265,715 | storybook | [Bug]: Controls don't work/show up in composed storybook | ### Describe the bug
In a composed storybook, while controls show up properly in the stories of the parent storybook, they don't show up in stories of the child storybooks
Parent:

Child:
]
#![allow(unused)]
fn f() {}
fn main() {}
```
### Current output
```Shell
No output
```
### Desired output
```Shell
warning: `#![deny(dead_code)]` at line `1` does not have any effect as it is overridden by `#![allow(unused)]` at line `2`
help: put the more specific lint after o... | A-lints,A-diagnostics,T-lang,T-compiler,C-discussion | low | Minor |
2,742,319,820 | rust | ICE: Broken MIR while testing type compatibility | I found a compiler crash that looks similar to #130921 and #131886.
### Code
[playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=9346aece676bf91fdea1fcdc927496e2)
```Rust
pub trait BaseTrait {
type BaseType;
}
// Works if trait bound `BaseTrait` becomes `BaseTrait<BaseType = ()>... | I-ICE,T-compiler,C-bug | low | Critical |
2,742,331,236 | vscode | Actions no longer same padded from part title vs. view title bar | Refs: https://github.com/microsoft/vscode/commit/276e24792198ecb7e83533d575568b66da722064
Changing the `padding` to `2px` just for the part titles, makes the actions be misaligned with other toolbars, such as the custom title. In this case notice how a secondary sidebar below the custom title aligns the actions differ... | bug,under-discussion,layout,papercut :drop_of_blood: | low | Minor |
2,742,363,838 | flutter | [Proposal] TextOverflow.ellipsis should be baselined for Japanese Text | ### Steps to reproduce
1. Create a Text widget:
- Add a Text widget containing a Japanese string that exceeds the width of its container.
- Japanese text: このテキストは日本語で非常に長い内容を含んでおり、スクリーン幅を超えると切り捨てられます。
2. Set the overflow property:
- Set the overflow property of the Text widget to TextOverflow.ellipsis.... | engine,a: internationalization,dependency: skia,a: typography,c: proposal,P3,team-engine,triaged-engine | low | Major |
2,742,399,495 | tauri | How do I change the system menu name and keep the original event | tauri 2.1.1 wants to implement multi-language switching of the system menu, but keep the original event of the system menu. Please give the implementation scheme.
The solution I am using now is to re-implement the menu items myself and add custom events to each of them to implement the original system menu event... | type: documentation | low | Minor |
2,742,416,644 | electron | Read-only shared buffer (`ArrayBuffer`) shared from main process to renderer process | ### 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 ... | enhancement :sparkles: | low | Major |
2,742,426,577 | pytorch | EXCEPTION : /python3.11/distutils/core.py | ### 🐛 Describe the bug
Facing the same issue with python 3.10 and 3.11 as well with latest torch versions
[pip3] torch==2.5.1
[pip3] torchvision==0.20.1
```
from torchvision import datasets
```
```
File "/my_workspace/src/dataloader.py", line 7, in <module>
from torchvision import datasets
File "/l... | needs reproduction,triaged,module: third_party,oncall: pt2 | low | Critical |
2,742,434,889 | TypeScript | The parsed identifier is incomplete due to updateSourceFile. | ### 🔎 Search Terms
updateSourceFile
### 🕗 Version & Regression Information
5.6.0
### ⏯ Playground Link
_No response_
### 💻 Code
```ts
// Your code here
```
### 🙁 Actual behavior
`class Test {
testMethod() {
let newLocal = "kk"
let a = 123
let b = 12
}
}`
After the value of variable b is ch... | Bug,Help Wanted | low | Minor |
2,742,467,494 | tensorflow | [XLA] `tf.keras.layers.LSTM` behaves differently on GPU | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
nightly
### Custom code
Yes
### OS platform and distribution
_No response_
### Mobile device
_No response_
### Python version
_No response_
### Bazel v... | stat:awaiting tensorflower,type:bug,comp:gpu,comp:xla,TF 2.18 | medium | Critical |
2,742,495,815 | vscode | Should View use `canToggleVisibility` | The following views set `canToggleVisibility` to false:
- Comments
- Chat
- Edits
- Popular Extensions View
- Explorer
- Search
- Testing
- UserDataSyncViews: Conflicts
I believe we should keep it only for `Explorer` and `UserDataSyncViews: Conflicts`?
@sandy081 why are you using it for the `Popular` extensions view... | polish,workbench-views | low | Minor |
2,742,497,166 | flutter | VoiceOver reads the items disordered in a scrollable view | ### Steps to reproduce
1. Run the provided example in macOS
2. Activate VoiceOver
3. Navigate the items with VoiceOver (control + option + right arrow)
4. Notice how the order of the items is not respected
### Expected results
When using VoiceOver in a scrollable view I expect all items to be read in order.
### ... | framework,a: accessibility,platform-mac,f: scrolling,has reproducible steps,P2,team-macos,triaged-macos,found in release: 3.27,found in release: 3.28 | low | Critical |
2,742,528,686 | ui | [bug]: Dropdown Fails to Reopen After Closing Dialog | ### Describe the bug
When a dropdown is opened and a dialog is subsequently opened, the dropdown becomes unresponsive after the dialog is closed. Attempting to interact with the dropdown again does not reopen it. This behavior seems to indicate a conflict between the dropdown and dialog components.
https://github.c... | bug | low | Critical |
2,742,536,710 | pytorch | RFC: Dynamically Quantized 4 bit matmul API and usage | # 4-Bit Dynamically Quantized Matrix Multiplication in PyTorch
This RFC introduces two new operations to enable efficient 4-bit weight quantization and matrix multiplication in PyTorch. These operations provide a mechanism for low-precision arithmetic to be used for both training and inference, improving performanc... | oncall: quantization | low | Major |
2,742,587,229 | next.js | Unexpected token Delim('$') at [project]/app/globals.css:757:29 | ### Link to the code that reproduces this issue
https://github.com/J4v4Scr1pt/ThnJK/tree/upgradeToNextjs15andReact19
### To Reproduce
Start the project with --turbopack enabled and navigate to any page. As soon as it compile it will fail on below error.
### Current vs. Expected behavior
Current:
Fails as soon as... | Turbopack | low | Critical |
2,742,597,433 | vscode | Scroll glitch in resolve conflicts view | Testing #5648
https://github.com/microsoft/vscode/assets/964386/1a172e05-8cda-4a9c-bbe8-d972d0cf2872
| bug,merge-editor | low | Minor |
2,742,610,367 | vscode | Ability to Automatically Expand Replies in commentThread | <!-- ⚠️⚠️ 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. -->
Hello,
I’m developing a VSCode extension that uses t... | feature-request,comments | low | Minor |
2,742,620,509 | flutter | CarouselView.weighted scrolls fast with higher weights | ### Steps to reproduce
1. Create a CarouselView.weighted with flexWeight [7, 1].
2. Examine the scroll speed. feels pretty natural.
3. change the flexWeight to [1, 7].
4. The scroll speed is now way too fast.
### Expected results
Scroll speed should always be natural and not depend on the flexWeight.
### Actual ... | framework,f: material design,f: scrolling,has reproducible steps,P2,team-design,triaged-design,found in release: 3.27,found in release: 3.28 | low | Major |
2,742,648,409 | kubernetes | `AuthorizedTTL`, `UnauthorizedTTL` in `apiserver.config.k8s.io/v1{alpha1,beta1}.AuthorizationConfiguration` cannot be set to `0` | ### What would you like to be added?
https://github.com/kubernetes/kubernetes/blob/16da2955d0ffeb7fcdfd7148ef2fb6c1ce1a9ef5/staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1/types.go#L95-L104 suggests that the `AuthorizedTTL` and `UnauthorizedTTL` fields behave like the "legacy" `--authorization-webhook-cache-{un}aut... | kind/feature,sig/auth,needs-triage | low | Minor |
2,742,673,023 | pytorch | `bias=False` fails in `Transformer` when `batch_first=True` and in eval mode | ### 🐛 Describe the bug
```
import torch
from torch import nn
transformer_model = nn.Transformer(nhead=16, num_encoder_layers=12, bias=False, batch_first=True)
src = torch.rand((10, 32, 512))
tgt = torch.rand((10, 32, 512))
transformer_model.eval()
out = transformer_model(src, tgt)
```
```
Traceback (m... | module: nn,triaged | low | Critical |
2,742,708,706 | vscode | onDidChangeConfiguration event fires for a window scope setting | 1. Create a `window` scope configuration setting
```json
"git.decorations.enabled": {
"type": "boolean",
"default": true,
"description": "%config.decorations.enabled%"
},
```
2. Use the following snippet to listen for configuration changes
```ts
const onEnablementChange = ... | api,config,under-discussion | low | Minor |
2,742,808,585 | vscode | Setting http.proxy in Client VSCode will affect Copilot running in SSH - Remote server. | <!-- Please search existing issues to avoid creating duplicates -->
<!-- Please attach logs to help us diagnose your issue -->
Setting http.proxy in Client VSCode will affect copilot running in SSH - Remote server.
- Copilot Chat Extension Version: v1.219.0
- VSCode Version: 1.93.0-insider (user setup)
- Log... | feature-request,network | low | Critical |
2,742,821,482 | rust | Function parameter type resolution incorrect when multiple generics used | I tried this code:
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=9788298bae9b348de0833cd9b125c70e
```rust
use smallvec::SmallVec;
use std::iter::repeat_n;
use std::iter::RepeatN;
use std::ops::Index;
#[derive(Debug, Copy, Clone)]
pub enum EndMasks {
L(u8),
R(u8),
BOTH(u8, u8),
}... | T-compiler,C-bug,T-types,needs-triage | low | Critical |
2,742,822,253 | TypeScript | Organize Import removes React import on React JS 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... | Needs More Info | low | Critical |
2,742,825,299 | go | runtime: deadlock detection does not work properly in js/wasm | ### Go version
go version go1.23.3 windows/amd64
### Output of `go env` in your module/workspace:
```shell
set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\zxilly\AppData\Local\go-build
set GOENV=C:\Users\zxilly\AppData\Roaming\go\env
set GOEXE=.exe
set GOEXPERIMENT=
set GOFLAGS=
set GOHOSTA... | NeedsInvestigation,arch-wasm,compiler/runtime | low | Critical |
2,742,867,505 | flutter | Creating an empty `Vertices` object causes an exception on web (canvaskit) | ## Description
If you attempt to create a Vertices object which doesn't have any vertices in it, the following exception is thrown, which didn't use to be the case. This is currently blocking the Flutter roll, see cl/705912913 for details.
```
DartError: TypeError: null: type 'Null' is not a subtype of type 'Ja... | c: regression,c: crash,engine,platform-web,c: rendering,e: web_canvaskit,P1,team-web,triaged-web | medium | Critical |
2,742,878,405 | next.js | Fragment surrounding metatag component breaks scroll behavior | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/5fqq5c
### To Reproduce
1. start the application
2. scroll to the bottom of the preview
3. click the "Bar" link and observe scroll position is at the top. This page contains a metatag inside a `<div>`
4. Scroll to the bottom of ... | Navigation | low | Minor |
2,742,951,645 | deno | `deno outdated` flag clash | I've found another confusing behavior of `deno outdated`
```
: deno outdated
```
```
: deno outdated --compatible
┌─────────────┬────────────────┬────────────────┬─────────┐
│ Package │ Current │ Update │ Latest │
├─────────────┼────────────────┼───────────... | outdated | low | Critical |
2,742,972,732 | rust | Better error reporting for `T: ?Sized` types when `impl Receiver for MyType<T>` is implicitly sized | Originally from @adetaylor:
---
I'm looking for advice on the diagnostics around the `Sized`ness of a receiver, and I'm hoping @estebank can advise (or of course anyone else @wesleywiser @compiler-errors ).
The background (for Esteban):
* This is the tracking issue for "arbitrary self types v2", which allows methods... | A-diagnostics,F-arbitrary_self_types,D-confusing,C-discussion | low | Critical |
2,743,022,648 | flutter | App fails to rerender when launched with an External Accessory [EAAccessory] in iOS | ### Steps to reproduce
1. Create a hello world flutter app
2. [Add supported external accessories](https://developer.apple.com/documentation/bundleresources/information-property-list/uisupportedexternalaccessoryprotocols)
3. [Enable External Accessory background mode](https://developer.apple.com/documentation/xcod... | platform-ios,P2,team-ios,triaged-ios | low | Critical |
2,743,024,805 | godot | mipmap are not applied at runtime load glb file | ### Tested versions
4.3 stable
### System information
Windows 11 - Godot 4.3 Stable
### Issue description
1. editor imported *.glb model - mipmap ok
2. separate model (*.gltf+*.bin+*.png) - mipmap ok
3. embed texture model (*.glb) - mipmap not ok
When loading a glTF file with embedded textures at runtime, mipmaps... | bug,topic:import,topic:3d | low | Critical |
2,743,045,093 | vscode | During open search bar leave cursor in editor if before search open some text was selected (and put into search field) | <!-- ⚠️⚠️ 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. -->
 | <!-- ⚠️⚠️ 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. -->
| feature-request,search | low | Minor |
2,743,090,559 | flutter | Improve message and/or functionality for Material banner with no actions | ### Steps to reproduce
1. show a material banner with actions [] and trigger it at runtime
### Expected results
1. Material banner imho should work with no action - as a snack bar on top with material banner style. or have a default action of "Okay" to dismiss or simlar
2. At least make it easy to find your u... | c: new feature,framework,f: material design,a: error message,has reproducible steps,P3,team-design,triaged-design,found in release: 3.27,found in release: 3.28 | low | Critical |
2,743,119,695 | vscode | editor.rulers and column count are off by one | <!-- ⚠️⚠️ 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,editor-contrib | low | Critical |
2,743,124,583 | flutter | [desktop] create a way to specify the initial window size | ## Description
I'm creating a game with Flame and I want the window size to be a 16x9 aspect ratio when it opens up. There doesn't appear to be a way to set the default window size without the [usage of plugins](https://stackoverflow.com/questions/62549979/change-the-flutter-desktop-app-window-size) or editing the ... | c: proposal,P3,team-framework,triaged-framework | low | Minor |
2,743,127,941 | godot | Thirdparty module compilation errors | ### Tested versions
- Reproducible in: master
- Not reproducible in : 4.3-stable, 4.2-stable.
### System information
windows 10 - mingw - architecture "x86_64"
### Issue description
The engine compilation fails due to some thirds party modules linking error. It seems that the paths generation are broken. Infortun... | bug,platform:windows,topic:buildsystem | low | Critical |
2,743,128,114 | pytorch | Add CPU scalar support in addcdiv | ### 🚀 The feature, motivation and pitch
Continuation of #143264 .
Allow user to pass in a cpu scalar to addcdiv. I can do this as soon as the mentioned PR is merged!
### Alternatives
_No response_
### Additional context
_No response_
cc @albanD | triaged,enhancement,actionable,module: python frontend | low | Minor |
2,743,156,059 | vscode | Move Editor Actions should apply to selected tabs, and add sorting and reordering operations | <!-- ⚠️⚠️ 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. -->
[#119327](https://github.com/microsoft/vscode/issues... | feature-request,workbench-tabs | low | Minor |
2,743,156,704 | vscode | Reference Files with CoPilot Edits | <!-- ⚠️⚠️ 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. -->
Reference files for Copilot Edits. I've had several i... | feature-request,cross-file-editing | low | Minor |
2,743,166,223 | vscode | Switching chat sessions more easily | Navigating to previous chat conversations in Copilot Chat is difficult:
* Uses a weird time icon
* Takes the user to the quick pick with list of chats
Should we instead support Vertical tabs in chat? Similar to what we do in Terminal or what ChatGPT does.
The key is to not render this vertical space by default (since ... | feature-request,chat | low | Minor |
2,743,168,952 | vscode | Title bar too big in some screens, does not scale with zoom | In Ubuntu 24.04 under Wayland, in my main hidpi monitor, the title bar size is correct. When I connect a second (bigger) monitor, and other applications are moved over to the second screen, they are correctly automatically resized down (their size in pixel decreased, so their physical size stays more or less constant).... | bug,upstream,electron,titlebar | low | Minor |
2,743,172,941 | pytorch | [dynamo, guards] Implement FrameLocalsMapping version of check_verbose_nopybind | Follow up to https://github.com/pytorch/pytorch/pull/140063.
> Add FrameLocalsMapping version for check_verbose_nopybind in order to match behavior between check_nopybind and check_verbose_nopybind. This can prevent difficult debugging situations where guards fail (check_nopybind returns false) but no guard error me... | triaged,oncall: pt2,module: dynamo | low | Critical |
2,743,175,297 | pytorch | [dynamo, guards] Move SHAPE_ENV guard to C++ | Followup to https://github.com/pytorch/pytorch/pull/140063.
> Rewrite the SHAPE_ENV guard into C++ - it is a fairly common guard that results in FrameLocalsMapping needing to convert to a dict
cc @chauhang @penguinwu @voznesenskym @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiay... | triaged,oncall: pt2,module: dynamo | low | Minor |
2,743,202,244 | next.js | Invalid URL when returning a relative location header in middleware | ### Link to the code that reproduces this issue
https://github.com/blairmcalpine/next-invalid-url-repro
### To Reproduce
Clone the repo
Run `npm i`
Run `npm dev`
Visit `localhost:3000/broken`.
See the error message "Invalid URL".
### Current vs. Expected behavior
I expect to be properly redirected to the h... | Middleware,Navigation,Runtime,linear: next | low | Critical |
2,743,210,588 | flutter | Exclude .cxx folders from git as part of the flutter create templates. | ** /.cxx
https://stackoverflow.com/questions/66129837/about-the-gitignore-question-cxx-folder-in-the-android-project
I believe that an unintended side effect of https://github.com/flutter/flutter/pull/160260 is that we are seeing more native bin directories when working with apps.
This bug tracks updating the t... | platform-android,P1,team-android | medium | Critical |
2,743,216,348 | go | proposal: x/tools/cmd/auth: cleanup old code | ### Proposal Details
The [x/tools/cmd/auth](https://cs.opensource.google/go/x/tools/+/master:cmd/auth/?q=cmd%2Fauth) directory is obsolete. We've integrated its GOAUTH implementation directly into [src/cmd/go/internal/auth](https://cs.opensource.google/go/go/+/master:src/cmd/go/internal/auth/) as part of issue #262... | Proposal | low | Minor |
2,743,247,534 | langchain | Agent react cannot accept gpt4 or gpt 4o as input model | ### 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,743,269,803 | flutter | Do we have tests around whether or not the new analytics/telemetry message is shown? | Part of work on https://github.com/flutter/flutter/issues/150575
I don't see any references to [`Analytics.getConsentMessage`](https://github.com/flutter/flutter/blob/72432c3f15b26fe55f8fd822e5fb3581260f75dd/packages/flutter_tools/lib/src/base/process.dart#L695) in any test | P1,team-tool,triaged-tool | medium | Minor |
2,743,411,515 | godot | CSGPolygon3D update in Inspector does not update the visual representation in the 3D editor | ### Tested versions
Reproducible in v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - macOS 15.0.0 - Vulkan (Forward+) - integrated Apple M1 Pro - Apple M1 Pro (8 Threads)
### Issue description
When you update any point of the CSGPolygon3D PackedVectorArray in the Inspector the change is... | bug,topic:editor,topic:3d | low | Minor |
2,743,430,197 | langchain | Observered latency in the chain.invoke | ### 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 ... | Ɑ: core | low | Critical |
2,743,498,757 | yt-dlp | [youtube] Getting AI Generated English Audio and not Original German Audio | ### 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-bug,triage,site:youtube | medium | Critical |
2,743,510,474 | vscode | No notebook document for `file://*.ipynb` (wsl2) | ### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
When adding cells: `No notebook document for file://*.ipynb` is prompted. I am using a workspace under WSL2 within the `.vhdx` as a wsl remote.
The notebook goes unresponsiv... | bug,info-needed,notebook-workbench-integration | low | Major |
2,743,519,405 | vscode | Cell toolbars are not correct on newly opened notebook | Type: <b>Bug</b>
In a Jupyter notebook, toolbars are out of sync for some cells when the notebook is first opened.
## Reproduction
### Case 1
Create a Jupyter notebook with Python as the back end. (I don't know if this bug is Python-specific, but Python is what I'm using.) You will get an empty Python cell ... | bug,notebook-celltoolbar | low | Critical |
2,743,520,326 | pytorch | Applying python 'next' directly on a tensor is painfully slow | ### 🐛 Describe the bug
Applying the standard python `next` function directly to a pytorch tensor is mysteriously (and painfully) slow relative to iterating over the indices of that tensor and accessing each value independently. This is not due to, at least explicitly, breaking `next`: when printing the values being... | triaged,enhancement,module: python frontend | low | Critical |
2,743,522,220 | vscode | finalize fileIsIgnored | We have this
```
export function fileIsIgnored(uri: Uri, token: CancellationToken): Thenable<boolean>;
```
as proposed API. This is generally useful for all extensions and should be finalized. | feature-request,api,chat | low | Minor |
2,743,526,065 | vscode | Native editor scroll bar too small to use [II] | ### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
It does not seem possible to resize the scrollbar of the jupyter editor.
I have tried the following settings:
```
"editor.scrollbar.horizontalScrollbarSize": 64,
... | bug,notebook-layout | low | Minor |
2,743,531,784 | PowerToys | Unstable language loading on Quick Accent | ### Microsoft PowerToys version
0.87.0
### Installation method
PowerToys auto-update
### Running as admin
None
### Area(s) with issue?
Quick Accent
### Steps to reproduce
Check available characters for "-"
Choose a character set
Disable Hebrew
Check available characters for "-"
### ✔️ Expected Behavior
En-da... | Issue-Bug,Resolution-Fix Committed | low | Major |
2,743,534,823 | flutter | [desktop] performing a hot reload should focus on the app | ## Observed result
1) Launch a macos flutter app from the terminal
1) Change the code
1) go to the terminal and perform a hot reload
1) Notice now that you have to find the app and bring it to focus to see the results with something like alt+tab.
## Expected result
I'd expect that performing a hot reload would ... | c: proposal,a: desktop,P3,team-tool,triaged-tool | low | Major |
2,743,535,987 | PowerToys | Keyboard Manager randomly stops working | ### Microsoft PowerToys version
0.87.0
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
Keyboard Manager key bindings randomly stops working. It works after laptop restart, but stops very quickly, after I trigger few shortcuts... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Minor |
2,743,560,059 | terminal | Duplicating tab is *significantly* slower than new tab | ### Windows Terminal version
1.21.3231.0
### Windows build number
10.0.26100.0
### Other Software
zsh 5.9 (x86_64-ubuntu-linux-gnu)
### Steps to reproduce
1. Set default profile to Ubuntu (might not be necessary, but I have only tested this on Ubuntu, with zsh as my shell)
2. Make sure that the PWD tracking is s... | Needs-Repro,Issue-Bug,Needs-Triage,Needs-Attention,Product-Terminal,Priority-3,Area-Quality | low | Major |
2,743,571,254 | deno | The `ng test` command fails in Angular when using Deno | I'm trying to replace Node.js with Deno in my Angular project, but generating a new project (#27382) and running unit tests fails with Deno for the current/latest Angular version. With `ng test`, it runs with the Karma test runner, and it seems that the browser fails to load the test runner, and just stays loading. The... | bug,node compat | low | Critical |
2,743,575,458 | PowerToys | [PTRun] plugin activation commands in search results | ### Description of the new feature / enhancement
Add plugin activation commands in search results, searching plugin names will show them as one of the results. Use calculator for example, searching "Calculator" will give the activation command of calculator as one of the results, selecting this result will update the ... | Product-PowerToys Run,Needs-Triage,Run-Plugin | low | Minor |
2,743,590,742 | pytorch | An idea to improve Welford implementation in Inductor | ### 🐛 Describe the bug
Inductor implements a one-pass Welford algorithm to compute variance. The basic idea is to maintain 3 metrics (weight, mean, m2) for each group of items, and implement a combine function to merge these metrics for two group of items.
- Weight represents the number of elements in the group
... | triaged,oncall: pt2 | low | Critical |
2,743,593,120 | pytorch | c10::SmallVector unusable with gcc/g++ 12 and 13 with `-O3` | ### 🐛 Describe the bug
Recently, github hosted runners for `ubuntu-latest` is migrating from ubuntu 22.04 to ubuntu 24.04. As part of that migration, the default compiler has changed from gcc 11.4 to gcc 13.2. A lot of my CI workflows using libtorch are failing during this migration.
All errors look like the fol... | needs reproduction,module: build,module: cpp,triaged | low | Critical |
2,743,618,208 | vscode | Strip characters from `"onEnterRules"` string | currently only `brackets` are stripped before `"onEnterRules"` evaluates
> this could also lead to unintended side effects where a bracket was removed when it shouldn't have
> tho idk if there are any examples
it would be nice to manually define what characters via a set or regex
OR
an option to disable `"onEnterRule... | feature-request,editor-autoindent | low | Minor |
2,743,625,402 | vscode | variable -> Rename symbol -> ctrl+enter (Preview); doesn't work, collides with Cell Execution shortcut | ### Applies To
- [x] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
When trying to Rename symbol (variable) in a cell, there is a CTRL+ENTER option for Preview.
This works in .py files,
but not in .ipynb files, since it obviously collides with ... | bug,notebook-commands | low | Minor |
2,743,628,632 | vscode | CTRL+A randomly breaks in Jupyter notebooks | Sometimes, while using a Python jupyter notebook, my CTRL+A will randomly stop working. I won't be able to select all text in a code block. I will be able to CTRL+A in the output and actually, sometimes, doing that AND pasting it a code block with then 'free' CTRL+A, but sometimes it won't and the only way out is to cl... | bug,notebook-commands | medium | Critical |
2,743,631,409 | ui | [bug]: Sidebar will not expand/collapse when using CSS variables. | ### Describe the bug
When using a vanilla NextJS 15.1 installation and initialising shadcn/ui with default values, including using CSS variables, the sidebar component does not expand or collapse. When you inspect the HTML using dev tools in the browser you can see the appropriate `data-state` being updated between `... | bug | low | Critical |
2,743,647,171 | vscode | Command Center should shrink when not enough space | When Vscode is in English the menu bar contains the items "file", "edit", "selection", "view", "go", "run", "terminal" and "help".

When I change the display language to Spanish it shows like this:


!... | bug | low | Critical |
2,743,664,466 | react-native | [iOS] PushNotification with DeepLinks doesn't work when the app is close | ### Description
when my iOS app receive push notification and when the app is close only opens in the home screen but never goes to the screen with the deeplink route, i always get url = null
```
//this way is to detect universal deep link
Linking.getInitialURL()
.then((url) => {
console.log(... | Platform: iOS,API: Linking,Needs: Repro,Needs: Attention | low | Critical |
2,743,666,311 | yt-dlp | [SoundCloud] Some cover arts are downloaded in 100x100 resolution instead of original size | ### 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,743,680,020 | rust | error: compiler panic "could not compile `syn` (lib)" | <!--
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
Received a compiler error compiling ... | I-ICE,T-compiler,C-bug,S-needs-repro | low | Critical |
2,743,692,646 | deno | Deno Test Internal Data Access | I have a suite of tests that I am interested in running every 24H, but not earlier than that (unless the last run failed).
The reason for that is that they are expensive (both computationally and monetarily as they access paying services).
My current strategy is hacky:
1. On the last test of the suite, store t... | suggestion,testing | low | Critical |
2,743,772,809 | rust | Large files containing many tokens of `const` data compile very slowly and use a lot of memory (in MIR_borrow_checking and expand_crate) | [ICU4X](https://github.com/unicode-org/icu4x) has a concept of "baked data", a way of "baking" locale data into the source of a program in the form of consts. This has a bunch of performance benefits: loading data from the binary is essentially free and doesn't involve any sort of deserialization.
However, we have be... | I-slow,T-compiler,I-compilemem | medium | Major |
2,743,792,299 | pytorch | [ROS Jazzy + WSL2] No module named 'torch' when launching a ROS node with virtualenv | Hello, I am currently working on a ROS Jazzy project inside WSL2 (Ubuntu). I am using a Python virtual environment to install libraries like torch. However, when I launch my node using roslaunch, I encounter this error:
[ERROR] [launch]: Caught exception in launch (see debug for traceback): No module named 'torch'
... | module: windows,triaged,module: wsl | low | Critical |
2,743,798,008 | youtube-dl | Seems like video.ibm.com is still broken |
## Checklist
- [x] I'm reporting a broken site support
- [x] 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 all URLs and arguments with special characters are properly quoted or escaped
-... | broken-IE | 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.