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,637,665,946 | flutter | Mac_x64 build_tests_2_4 is 2.13% flaky | <!-- meta-tags: To be used by the automation script only, DO NOT MODIFY.
{
"name": "Mac_x64 build_tests_2_4"
}
-->
The post-submit test builder `Mac_x64 build_tests_2_4` had a flaky ratio 2.13% for the past (up to) 100 commits, which is above our 2.00% threshold.
One recent flaky example for a same commit: https://... | P2,c: flake,team-tool,triaged-tool | low | Major |
2,637,675,945 | pytorch | Allow using context managers in torch.fx | ### 🚀 The feature, motivation and pitch
I'm working on automatically adding profiling to a module graph, and as `torch.autograd.profiler.profile` returns a context manager, it is not possible to do that by wrapping the modules into `torch.fx.GraphModule`s that call the module.
It is possible to invoke most ops in ... | triaged,module: fx,module: python frontend | low | Minor |
2,637,682,940 | kubernetes | Container using in Memory emptyDir was Evicted on DiskPressure | ### What happened?
This is my Pod/Container definition:
```
apiVersion: v1
kind: Pod
metadata:
annotations:
prometheus.io/path: /metrics
prometheus.io/port: "1024"
prometheus.io/scrape: "true"
labels:
app: ingress-haproxy-internal
app.kubernetes.io/instance: ingress-haproxy-interna... | kind/bug,sig/storage,needs-triage | low | Critical |
2,637,789,446 | tensorflow | Unable to register CUDA plug-ins runnung docker image latest-gpu-jypyter | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.18.0
### Custom code
No
### OS platform and distribution
docker desktop 4.35.1 , ubuntu 24.04.1 LTS, WSL 2.3.24.0
### Mobile device
None
### Python version
Python 3.11.0rc1 (provided ... | stat:awaiting tensorflower,type:bug,comp:gpu,TF 2.18 | low | Critical |
2,637,808,354 | react | [DevTools Bug] Cannot remove node "2546" because no matching node was found in the Store. | ### Website or app
e-comerce
### Repro steps
login
### How often does this bug happen?
Every time
### DevTools package (automated)
react-devtools-extensions
### DevTools version (automated)
6.0.1-c7c68ef842
### Error message (automated)
Cannot remove node "2546" because no matching node was found in the Stor... | Type: Bug,Status: Unconfirmed,Component: Developer Tools | low | Critical |
2,637,818,429 | rust | Rustc fails to compile a program with ThinLTO and split-debuginfo = "packed" | Hi!
A person on Reddit [posted](https://www.reddit.com/r/rust/comments/1gj57up/comment/lvd5rvj/) a strange build error when ThinLTO is enabled. I performed additional build tests in different configurations and I can confirm the error on current Rustc compilers (see the versions below). My environment is Fedora 41 + A... | A-debuginfo,A-codegen,T-compiler,C-bug,A-LTO | low | Critical |
2,637,862,543 | PowerToys | Batch convert from HEIC to JPEG or PNG | ### Description of the new feature / enhancement
It would be great to have a tool for batch photo conversion from HEIC to JPEG or PNG file formats.
### Scenario when this would be used?
Many existing applications doesn't support yet HEIC.
to convert files today it takes a several manual steps- right click an HEIC fi... | Needs-Triage | low | Minor |
2,637,872,767 | tensorflow | tf.autodiff.ForwardAccumulator._watch(primal, tangent) erroneously refers to dtype.is_floating which does not exist for a Keras layer. | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.17.0
### Custom code
No
### OS platform and distribution
Linux ubuntu 24.04
### Mobile device
_No response_
### Python version
3.12.3
### Bazel version
_No response_
### GCC/compil... | stat:awaiting response,type:bug,stale,comp:apis,2.17 | low | Critical |
2,637,872,830 | next.js | FFMpeg Wasm lib not loading with turbopack dev enabled. | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/7mqmx8
### To Reproduce
1. Run the application using next dev with --turbopack flag enabled.
2. Check the browser preview. If library loaded, that will print "ffmpeg Loaded" else will print "ffmpeg not loaded" (for debug purpose o... | bug,Turbopack,linear: turbopack | low | Critical |
2,637,948,046 | flutter | [camera_windows] Camera with given device id already exists. Existing camera must be disposed before creating it again | ### Steps to reproduce
camera_error: Camera with given device id already exists. Existing camera must be disposed before creating it again
### Expected results
camera should work
### Actual results
camera_error: Camera with given device id already exists. Existing camera must be disposed before creating ... | platform-windows,p: camera,package,a: desktop,has reproducible steps,P3,team-windows,triaged-windows,found in release: 3.24,found in release: 3.27 | low | Critical |
2,637,970,726 | godot | GLTFDocument.append_from_file leads to block ui thread. | ### Tested versions
Reproducible in Godot v4.0.4.stable
### System information
Android & iOS - Godot v4.0.4.stable - Mobile
### Issue description
try to invoke GLTFDocument.append_from_file to load a complicated GLTF file executed in a thread, leads to block main ui thread.
### Steps to reproduce
run Main.tscn ... | discussion,topic:import,performance | low | Minor |
2,638,074,043 | flutter | [go_router][go_router_builder] It will be executed twice redirect when putting the URL directly | ### Steps to reproduce
1. run it on broswer: chrome
e.g. url is : `http://localhost:53306/`
2. put url in Put the url into the address bar.
e.g. `http://localhost:53306/login
3. It will run twice, then show root in page
e.g. `http://localhost:53306/`
### Expected results
Still in Login page
### Actual r... | platform-web,package,has reproducible steps,P2,p: go_router,p: go_router_builder,team-go_router,triaged-go_router,found in release: 3.24,found in release: 3.27 | low | Critical |
2,638,094,047 | ui | [feat]: Calendar - Support showWeekNumber | ### Feature description
It would be nice if the Calendar component would support "showWeekNumber" from the underlying React Daypicker.
I mean the prop is working and numbers are showing, but the styling is distorted.

### ... | area: request | low | Minor |
2,638,136,485 | godot | "dead_key" button is not correctly converted to label and triggeres twice on second press (QWERTZ keyboard) | ### Tested versions
- Reproduced in 4.3 stable and 4.2 stable
### System information
Windows 10 - Godot 4.3 - Compatibility - QWERTZ keyboard
### Issue description
I am working on an Input remapping system and ran into an issue with the conversion from a dead_key press into a displayable character. "dead_keys" I a... | bug,platform:windows,topic:input | low | Critical |
2,638,148,041 | flutter | [video_player] Video persisting memory after dispose | ### Steps to reproduce
1. Press button to show video
2. Wait for video to initialize
3. Press the button to hide video and dispose
4. Repeat
### Expected results
Expected memory to be released after disposing the video.
### Actual results
Memory keeps increasing when displaying videos. It does not hap... | platform-ios,p: video_player,package,perf: memory,has reproducible steps,P2,team-ios,triaged-ios,found in release: 3.24,found in release: 3.27 | low | Critical |
2,638,165,875 | pytorch | Persistent memory leak from failed pinned memory allocation | ### 🐛 Describe the bug
I'm not sure if this is from PyTorch or Nvidia kernel driver or what.
```python
import torch
torch.empty((1024,1024,1024), dtype=torch.float32, device='cpu', pin_memory=True)
```
Output:
```
Traceback (most recent call last):
File "[...]/leakmem.py", line 2, in <module>
tor... | needs reproduction,module: cuda,module: memory usage,triaged,module: memory format | low | Critical |
2,638,174,017 | TypeScript | "Organize imports" eats comments | ### 🔎 Search Terms
source.organizeImports, VSCode, "source action", semicolon, remove, change
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about organize imports
### ⏯ Playground Link
https://www.typescriptlang.org/play/?#code/JYWwDg9... | Bug,Help Wanted | low | Minor |
2,638,181,346 | yt-dlp | [ZenYandexChannel] unable to extract channel data | ### 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 | low | Critical |
2,638,219,972 | flutter | Text selection toolbar is affected by TextField transformations | ### Steps to reproduce
1. Create a `TextField` widget in a Flutter app.
2. Wrap it with a `Transform` widget (e.g. to scale or rotate the widget).
The use case here is a _drawing app_ that allows users to transform (scale & rotate) boxes with text and provides WYSIWYG input on the TextFields, regardless of where... | a: text input,framework,f: material design,has reproducible steps,P2,workaround available,team-text-input,triaged-text-input,found in release: 3.24,found in release: 3.27 | low | Major |
2,638,239,334 | langchain | DOC: Is not clear if AzureAISearchRetriever is using hybrid search | ### URL
https://python.langchain.com/docs/integrations/retrievers/azure_ai_search/
### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included a link to the documentation page I am referring to (if applicable).
### Issue with current documentation:
Is not clear if AzureAISearchRetriever is... | 🤖:docs | low | Minor |
2,638,262,910 | opencv | [4.10] opencl kernel build error | ### System Information
OpenCV: 4.10
Operating System / Platform: Windows 10 x64
Compiler & version: MSVC 17.11.5
### Detailed description
I am trying to update the vcpkg recipe to OpenCV 4.10
This is the config log
```
[1/1] "E:/code/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cma... | bug,category: build/install | low | Critical |
2,638,289,608 | go | x/net/quic: Endpoint.Dial prefers IPv4 to IPv6 | ### Go version
go version go1.23.2 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/user/.cache/go-build'
GOENV='/home/user/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''... | NeedsInvestigation | low | Critical |
2,638,289,843 | opencv | dnn Tflite module SQUARED_DIFFERENCE, SUM, MAXIMUM, SQRT operands support | ### Describe the feature and motivation
Opencv 4.10.
Hello!
The team and I wrote a neural network on Tensorflow-lite, which uses the operands SQUARED_DIFFERENCE, SUM, MAXIMUM, SQRT. We use it through the dnn opencv module, and we encountered the problem that these operands are not implemented.
Any help with imple... | feature,category: dnn | low | Minor |
2,638,320,239 | rust | Suggest swapping the equality when the message `can't compare` occurs | ### Code
```rust
// inspired by https://github.com/rust-lang/rust/issues/130495
struct T(String);
impl PartialEq<String> for T {
fn eq(&self, other: &String) -> bool {
&self.0 == other
}
}
fn main() {
String::from("123") == T(String::from("123"));
}
```
### Current output
```shell
error[E0277]:... | A-diagnostics,T-compiler,A-suggestion-diagnostics | low | Critical |
2,638,356,382 | PowerToys | Advanced Paste to folder | ### Description of the new feature / enhancement
The new advanced paste options are awesome! A great new feature would be to be able to paste as a folder, not just a .txt, .html. etc..
Basically It would be awesome to copy text, then paste as a folder with the name of the folder being the text you copied.
### Scenar... | Needs-Triage | low | Minor |
2,638,356,415 | go | proposal: runtime: manage off-heap memory lifecycle using the garbage collector | ### Proposal Details
### Proposal
Hi folks, I'd like to explore the possibility for the runtime to 'adopt' externally-allocated memory by tracking pointers to the span and unmapping the underlying memory if there are no more references:
```go
// TrackPointers tells the garbage collector to consider the off-he... | Proposal | low | Major |
2,638,397,610 | vscode | Inline chat code blocks extend more to right than chat input and also overlap the scroll bar | Inline chat with response streaming in shows the code block overlapping with scroll bar:

This is also a problem in terminal chat but wouldn't want to fix that until the editor inline chat is perfect
 with issue?
PowerToys Run
### Steps to reproduce
While teamviewer is connected, press shortcut key to launch powertoys run. Even when keyboard shortcuts are forwarded to the teamviewer dest... | Issue-Bug,Needs-Triage,Needs-Team-Response,Area-App Compat | low | Minor |
2,638,438,585 | terminal | Terminal crashing in infinite loop when profile set to run as admin for non-admin users | ### Windows Terminal version
1.21.2911.0
### Windows build number
10.0.22631.4317
### Other Software
_No response_
### Steps to reproduce
Add account to administrator group
set default profile to run as Administrator
remove account from administrator group
start terminal
terminal will not start as default prof... | Issue-Bug,Product-Terminal,Area-Windowing | low | Critical |
2,638,529,227 | ui | [bug]: Sidebar has the wrong background color in mobile dark mode (specificity issue) | ### Describe the bug
The sidebar in mobile dark mode uses the default sheet background color rather than the sidebar's background color because of a specificity issue:

This is the line causing the issue:
```tsx
if... | bug | low | Critical |
2,638,535,011 | ollama | Cannot get a model prefixed with a namespace from /v1/models/{model} endpoint | ### What is the issue?
My initial goal is to check if specific model is available using Ollama API.
I use OpenAI library `github.com/sashabaranov/go-openai` to do that.
The problem is when I try to get models which are not present in the main catalog and have an author prefix, I'm getting `404` and non-JSON re... | bug,api | low | Critical |
2,638,563,990 | flutter | dispose is called twice when navigating forth and back quickly between two widgets | ### Steps to reproduce
1. Press the 'Go to Second Screen' button.
2. Then tap Back to return to the HomeScreen (Android).
3. Repeat the two actions above at a fast pace.
### Expected results
initState and dispose follow the correct lifecycle when switching quickly between screens.
### Actual results
initState an... | framework,f: routes,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27 | low | Minor |
2,638,620,176 | storybook | [Bug]: Storybook has stopped loading TypeError: (0 , import_common.handlebars) is not a function | ### Describe the bug
Storybook has been working fine for me for weeks, until today. No new changes. Now it refuses to start.
I have tried `storybook dev -p 6006` and `npx storybook@latest init`, I have also cleared my node modules and reinstalled.
```
> storybook dev --no-open --quiet -p 6006
@storybook/core v8.4.2... | bug,dependencies,has workaround | low | Critical |
2,638,664,057 | kubernetes | openapi verify breaks sometimes when release tags are added, we should prevent this | ### Which jobs are failing?
https://prow.k8s.io/?job=pull-kubernetes-verify
### Which tests are failing?
verify: openapi-spec is broken
### Since when has it been failing?
At least 6:55AM Pacific, November 6th. You can see the failed batch runs
### Testgrid link
_No response_
### Reason for failure (if possible... | sig/api-machinery,kind/failing-test,sig/release,triage/accepted | low | Critical |
2,638,676,798 | vscode | In vim mode pressing the `o` keybinding to insert a new line below the active line from within a line comment inserts line comment on the new line | This issue stems from the comment https://github.com/microsoft/vscode/issues/233186#issuecomment-2460218184
> I think a comment should also not be inserted when the new line is created using the command editor.action.insertLineAfter -- eg vim has a keybinding to create a newline and currently it creates a newline with... | polish,editor-autoindent,under-discussion | low | Minor |
2,638,708,409 | rust | Incorrect warning about pointer to non_exhaustive ffi struct not being ffi safe | Rust warns that pointers to structs tagged with `non_exhaustive` aren't FFI safe in downstream crates. We ran into this in the `sdl3-sys` crate, where I've marked some FFI types, e.g. `SDL_Surface`, as non_exhaustive because the internal definition of the type used by the SDL library is larger than the public definitio... | A-lints,A-FFI,T-lang,T-compiler,C-bug,L-improper_ctypes,L-false-positive | low | Minor |
2,638,731,596 | PowerToys | PowerToys Run often can't resolve Evernote | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
I have Evernote installed via the Microsoft Store. PowerToys Run often can't resolve ".Evernote", i.e. it matches nothing and hitting Enter is a n... | Issue-Bug,Needs-Triage | low | Minor |
2,638,742,043 | rust | Tracking issue for release notes of #122408: Use futex-based synchronization on Apple platforms |
This issue tracks the release notes text for #122408.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | relnotes,T-libs,O-unix,A-atomic,O-apple,relnotes-tracking-issue | low | Minor |
2,638,790,251 | vscode | Terminal suggest: Contextually aware suggestions after git status | A common thing for me to do is clean up git state after a git status. Here's an example:

I'll often run `rm <file1> <file2>` or `git checkout <file1> <file2>` etc. after this. Could we have smarts when files are being suggested ... | feature-request,terminal-suggest | low | Minor |
2,638,808,413 | deno | When a monorepo uses import maps to reference other modules in the same monorepo, references from other projects can fail | deno 2.0.2 (stable, release, x86_64-apple-darwin)
v8 12.9.202.13-rusty
typescript 5.6.2
This may be a question more than a bug. However I am not finding a solution by reading the [workspace](https://docs.deno.com/runtime/fundamentals/workspaces/) or [import maps](https://docs.deno.com/runtime/fundamentals/modules/... | question,workspaces | low | Critical |
2,638,853,298 | go | x/tools/gopls: don't link command-line-arguments packages in hover | This is a follow-up issue to fix some remaining bugs in hovering over command-line-arguments packages.
1. We should url-escape package paths.
2. We should not offer links to command-line-arguments packages, as they are not real.
So, to summarize, there are two bugs here:
1. gopls is ... | gopls,Tools | low | Critical |
2,638,860,728 | pytorch | [ONNX] Run report_exportability when report=True | Leverage https://github.com/pytorch/pytorch/blob/99deedff57feca48af8a364e49325c99acc0a541/torch/_export/tools.py#L61C5-L61C25 when there is an export issue when generating the ONNX export report. | module: onnx,triaged,onnx-triaged | low | Minor |
2,638,864,548 | flutter | [Cocoon] FR: Use class-level logging and structured logging | While debugging issues, all lines are logged unstructured. You can search for specific logs using regex, but you cannot search for "all error logs for class Fu".
Cocoon is using the regular dart logger, so this would be:
1. Every class that logs creates a static `log = Logger('$ClassName');`
2. Add a listener to... | team-infra,P2,triaged-infra | low | Critical |
2,638,891,106 | rust | `thread_local!` initialization code panics on some `aarch64-apple-darwin` envs, works on others | I tried this code:
https://github.com/near/near-sdk-rs/blob/master/near-sdk/src/environment/mock/mod.rs#L11-L16
```rust
thread_local! {
static BLOCKCHAIN_INTERFACE: RefCell<MockedBlockchain>
= RefCell::new(MockedBlockchain::default());
}
```
I expected to see this happen:
`thread_local!` initializatio... | O-macos,A-thread-locals,C-bug,T-libs,O-AArch64,E-needs-investigation | medium | Major |
2,638,904,859 | pytorch | Inductor vs. Liger Performance Track | ### 🐛 Describe the bug
Recently, we did some benchmarking on custom operators in liger kernels compared with inductor compiled kernels. Inductor is worse on some cases. Here is the operator and config list we need to improve.
## List
### Format
For each operator, the data format in the following task list ... | triaged,oncall: pt2,module: inductor | low | Critical |
2,638,909,286 | pytorch | Setting a `str` value to `weight` and `pos_weight` argument of `BCEWithLogitsLoss()` gets an indirect error message | ### 🐛 Describe the bug
Setting the `complex` value `3.+2.j` to `weight` and `pos_weight` argument of [BCEWithLogitsLoss()](https://pytorch.org/docs/main/generated/torch.nn.BCEWithLogitsLoss.html) gets the direct error message as shown below:
```python
import torch
from torch import nn
tensor1 = torch.tensor([... | module: nn,triaged | low | Critical |
2,638,909,879 | pytorch | Error `torch._inductor.exc.LoweringException` when running AOTI on TorchRec DLM | ### 🐛 Describe the bug
## Installation
Install PyTorch
```
pip install torch -U --index-url https://download.pytorch.org/whl/nightly/cu121
```
Install TorchRec
https://github.com/pytorch/torchrec?tab=readme-ov-file#installation
## Script
python dlrm_aoti.py
```
import logging
import os
from datacl... | oncall: pt2,oncall: export,module: aotinductor | low | Critical |
2,638,974,419 | deno | Add JS binding for wgpu's start_capture and stop_capture | I would like to use Deno to profile WebGPU compute workloads within Xcode without any need for graphics. Currently, to capture a Metal trace within Xcode for a Deno workload, I'm having to create a window and canvas, invoke my compute workload, and then present the canvas, and then I can (manually) capture the Metal la... | suggestion,webgpu | low | Minor |
2,638,982,132 | animate.css | [FEATURE] Combining multiple classes | ### Is your feature request related to a problem? Please describe.
It will be great if you can combine multiple classes.
### Describe the solution you'd like.
```
<h1 class="animate__animated animate__backInLeft
pause-0.5
animate__bounce
pause-1 .0
animate__backOutRight
">
An animated element
</h1... | feature request | low | Minor |
2,638,994,003 | TypeScript | "Private identifers are only available when"... should not occur in .d.ts files | See https://github.com/microsoft/TypeScript/issues/60427#issuecomment-2460357068
| Bug,Help Wanted | low | Minor |
2,638,995,266 | flutter | [ios][platform_view]Fix weird implementation of gesture recognizer delegate in FlutterDelayingGestureRecognizer | ### Use case
Just circle back on [this PR](https://github.com/flutter/engine/pull/55724) which got reverted, but some weird implementation we found is still valid:
1. `shouldBeRequiredToFailByGestureRecognizer` checks `otherGestureRecognizer != self`, which is always YES, since we set `self` (the delaying recogniz... | platform-ios,a: platform-views,P2,c: tech-debt,team-ios,triaged-ios | low | Critical |
2,638,995,777 | TypeScript | "Bigint literals are not available when targeting..." error should not occur in .d.ts files | See https://github.com/microsoft/TypeScript/issues/60427#issuecomment-2460357068 | Bug,Help Wanted | low | Critical |
2,639,032,033 | go | x/tools/go/{packages/packagestest,expect}: deprecate, tag, and delete | - [golang.org/x/tools/go/packages/packagestest](https://golang.org/x/tools/go/packages/packagestest)
- [golang.org/x/tools/go/expect](https://golang.org/x/tools/go/expect)
**Background:** These packages, designed for use in tests in x/tools, were published without proper deliberation, so any changes to their public... | Proposal-Accepted,Tools | low | Major |
2,639,046,401 | pytorch | Both `input` and `target` argument or at least `target` argument of `BCELoss()` shoud accept the values out of `0 <= x <= 1` so that `BCELoss()` with `torch.sigmoid()` and `nn.Sigmoid()` gets the same results as `BCEWithLogitsLoss()`. | ### 🚀 The feature, motivation and pitch
I can use `0 <= x <= 1` values both for `input` and `target` argument of [BCEWithLogitsLoss()](https://pytorch.org/docs/main/generated/torch.nn.BCEWithLogitsLoss.html) and [BCELoss()](https://pytorch.org/docs/main/generated/torch.nn.BCELoss.html) with [torch.sigmoid()](https://... | module: nn,module: loss,triaged | low | Critical |
2,639,076,746 | terminal | [Terminal Chat Setup] App link like ms-terminal-can://... doesn't launch Terminal | ### Windows Terminal version
1.23.3091.0, 1.23.3101.0
### Windows build number
10.0.22631.0
### Other Software
_No response_
### Steps to reproduce
1. Launch Settings
2. Navigate to Terminal Chat (Experimental)
3. Expand GitHub Copilot under Service Providers
4. Click Authenticate via GitHub
5. Authenticate and ... | Issue-Bug,Product-Terminal,Needs-Tag-Fix,Area-Chat | medium | Major |
2,639,083,472 | TypeScript | "Go to Symbol in Workspace…" but with symbols in dependencies, or equivalent functionality | ### 🔍 Search Terms
typescript, symbol, go to symbol in workspace, dependencies
### ✅ 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 differ... | Needs More Info | low | Critical |
2,639,087,654 | TypeScript | Show deprecation warnings on implementations of a deprecated property | ### 🔎 Search Terms
- Deprecated implementation
- Deprecated interface
Related https://github.com/microsoft/typescript/issues/57584
### 🕗 Version & Regression Information
Not a regression
### ⏯ Playground Link
_No response_
### 💻 Code
```ts
type I = {
/**
* @deprecated
*/
text: string;
};... | Suggestion,Experience Enhancement | low | Major |
2,639,110,297 | kubernetes | Job: Consider to limit the number of goroutine workers in parallel executions | ### What would you like to be added?
We would like to consider the possibility of limiting the goroutine workers in the following logics:
https://github.com/kubernetes/kubernetes/blob/2caf4eddd8fc1ab7236ed608c1b548404dbc6bcf/pkg/controller/job/job_controller.go#L1076-L1079
https://github.com/kubernetes/kubernete... | kind/feature,sig/apps,needs-triage | low | Major |
2,639,150,683 | neovim | feat(defaults): add ]p and [p linewise mappings from unimpaired-vim | ### Problem
Since https://github.com/neovim/neovim/pull/28525 was merged, I've removed https://github.com/tpope/vim-unimpaired from my configuration.
I miss nothing except for `]p` and `[p`. Using these, I can force something I've yanked to paste "on its own line", even when the yanked text is not a full line.
Prec... | enhancement,defaults | low | Minor |
2,639,194,804 | flutter | [pigeon] Consider removing Java generator | (Filing to track and centralize discussion, since this has come up in several discussions.)
The number of generators in Pigeon is an issue for ongoing development (e.g., event channel support), and we are currently maintaining two generators—Java and Kotlin—for the use case of Android plugin development. Ideally we ... | platform-android,package,team-ecosystem,p: pigeon,P2,triaged-ecosystem | low | Minor |
2,639,194,877 | flutter | [pigeon] Consider removing Obj-C generator | (Filing to track and centralize discussion, since this has come up in several discussions.)
The number of generators in Pigeon is an issue for ongoing development (e.g., event channel support), and we are currently maintaining two generators—Objective-C and Swift—for the use case of iOS/macOS plugin development. Ide... | platform-ios,platform-mac,package,team-ecosystem,p: pigeon,P2,triaged-ecosystem | low | Minor |
2,639,198,108 | flutter | Get Android 35 Emulator Tests working with SwANGLE | This blocks: https://github.com/flutter/flutter/issues/152374
Here is a sample failing build: https://ci.chromium.org/ui/p/flutter/builders/try/Linux_android_emu%20android%20views/11825/infra
```
W1106 11:30:56.306128 144389 VkCommonOperations.cpp:1022] Selecting Vulkan device: SwiftShader Device (Subzero), Ver... | team-infra,P1,triaged-infra | medium | Critical |
2,639,199,283 | deno | Deno LSP : handling of code actions "context.only" may be too restrictive. | Version: Deno 2.0.5
Hello,
By investigating the following issue https://github.com/zed-industries/zed/issues/20312, I encountered a potential inconsistency in the way the LSP handle the code actions context.
For context a LSP client can use the "only" field, to specify the code action kinds it is interested ... | needs investigation,lsp | low | Minor |
2,639,200,063 | PowerToys | Normal typing with space set as the Quick Accent activation key sometimes results in space characters moving one character late. | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Quick Accent
### Steps to reproduce
With space configured as the activation key, normal typing sometimes results in the space character moving one character late when not intendi... | Issue-Bug,Priority-2,Product-Quick Accent | low | Major |
2,639,246,440 | go | crypto/tls: interoperability problems between go tls server and microsoft/outlook.com tls (smtp starttls) client | ### Go version
go1.23.2 linux/amd64
### Output of `go env` in your module/workspace:
```shell
n/a
```
### What did you do?
Deploy mox, a mail server, and successfully get incoming email message deliveries from microsoft (outlook.com, both office365 and personal/free accounts) to mox over SMTP with STARTTLS (crypt... | NeedsInvestigation | low | Critical |
2,639,291,588 | kubernetes | Allow WorkEstimatorConfig to be configured | ### What would you like to be added?
Allow WorkEstimatorConfig especially `MaximumSeatsLimit` to be configured.
Currently it's hard-coded to 10 and there's no way for a cluster admin to configure it.
https://github.com/kubernetes/kubernetes/blob/e2bf630940946df5bc161d224e4a9b2e191a3b2e/staging/src/k8s.io/apiserver... | sig/api-machinery,kind/feature,triage/accepted | low | Major |
2,639,307,358 | vscode | Notebook `Add Find Match to Selection` not set up for cmd palette | ## Environment data
- VS Code version: 1.95.1
- Jupyter Extension version (available under the Extensions sidebar): v2024.10.0
- Python Extension version (available under the Extensions sidebar): v2024.18.0
- OS (Windows | Mac | Linux distro) and version: Windows 10
- Python: 3.13
- Type of virtual environ... | feature-request,polish,notebook-cell-editor | low | Major |
2,639,320,896 | stable-diffusion-webui | [Bug]: Access denied reading models sub folders | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | bug-report | low | Critical |
2,639,342,378 | terminal | [TerminalChat/AI; Enterprise] Company wide predefine lm provider parameter | ### Description of the new feature
Add a second group policy to set the required ChatAI/LM provider parameters like endpoint uri, api key, and so on.
### Use case
That a company can push the configuration to their clients instead of telling (mail or documentation) their users how to configure the provider. This is es... | Issue-Feature,Product-Terminal,Needs-Tag-Fix,Area-Chat | low | Minor |
2,639,353,230 | material-ui | [core] Adopt react compiler? | ### Summary
Same as https://github.com/mui/base-ui/issues/809.
The action plan would involve:
- [ ] Close #42548
- [ ] Run all the tests on the output of the compiler. I believe we already do this with the Babel optimizations that we have, so won't be too hard. It's important to guarantee behavior.
- [ ] Pub... | performance,discussion,core | low | Major |
2,639,372,455 | PowerToys | Mouse Highlighter turns on when power toys is opened | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Mouse Utilities
### Steps to reproduce
log into my computer or open the Power Toys app.
### ✔️ Expected Behavior
the mouse highlighter shouldn't turn on unless I hit the shortcut
#... | Issue-Bug,Needs-Triage | low | Minor |
2,639,379,485 | terminal | Pass keyboard layout down to ConPTY and consider readding support for GetConsoleKeyboardLayoutName | ### Description of the new feature
To help PowerShell with their `ToUnicode` usage we should pass down the keyboard layout to ConPTY so that their keyboard-layout hack works:
https://github.com/PowerShell/PSReadLine/blob/e87a265ef8d2c6c5498500deb155bf6258b34629/PSReadLine/PlatformWindows.cs#L1106-L1109
To avoid the n... | Product-Conhost,Product-Conpty,Area-Server,Issue-Task | low | Minor |
2,639,382,631 | TypeScript | Ukrainian localisation | ### 🔍 Search Terms
"Ukrainian" "localization"
### ✅ 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 types of the ... | Suggestion,Awaiting More Feedback | low | Major |
2,639,385,891 | rust | `dyn AsyncFn` generates many independent errors | ### Code
```rust
#![feature(async_closure)]
use std::ops::AsyncFn;
async fn foo(x: &dyn AsyncFn()) {
x().await;
}
```
### Current output
```
error[E0038]: the trait `AsyncFnMut` cannot be made into an object
--> src/lib.rs:5:22
|
5 | async fn foo(x: &dyn AsyncFn()) {
| ^^^^^^^^^ `... | A-diagnostics,T-compiler,F-async_closure,D-verbose,A-trait-objects | low | Critical |
2,639,419,516 | ollama | [Feature Request] OpenCL 3.0 support | OpenCL 3.0 looks more supported in community drivers, including in mobile environments using like freedreno driver using rusticl or zink driver.
A opencl 3.0 support can open doors for run on mobile devices with postmarket or in some cases run on top of vulkan using zink or angle (android), it's can too provide supp... | feature request | low | Minor |
2,639,455,422 | go | cmd/compile: doesn't inline basic funcs and doesn't optimize code after inlining | ### Go version
go version go1.22.6 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/xxx/Library/Caches/go-build'
GOENV='/Users/xxx/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='arm64'
GOHOSTOS=... | Performance,NeedsInvestigation,compiler/runtime | low | Major |
2,639,455,960 | PowerToys | New+ Custom Icons | ### Description of the new feature / enhancement
Pretty much self-explanatory -right now we have the opening app's icon beside the file, but sometimes a custom icon can make finding the correct file faster.
### Scenario when this would be used?
I use Notepad++ to open both CSS and JSON files, but I would rather use ... | Idea-Enhancement,Needs-Triage,Needs-Team-Response,Product-New+ | low | Minor |
2,639,494,109 | kubernetes | Add an option for the testserver to reset its metrics when it starts and torn down | ### What would you like to be added?
Add an option to [TestServer](https://github.com/kubernetes/kubernetes/blob/6399c32669c62cfbf7c33b14b77d6781ce1cce27/cmd/kube-apiserver/app/testing/testserver.go#L117) to reset apiserver related metrics when it [starts](https://github.com/kubernetes/kubernetes/blob/6399c32669c62cfb... | sig/api-machinery,kind/feature,sig/instrumentation,sig/testing,triage/accepted | low | Minor |
2,639,554,775 | godot | Node duplication issue with @tool | ### Tested versions
4.2, 4.3 stable
### System information
Godot v4.3.stable - Windows 10.0.19045 - GLES3 (Compatibility) - Radeon RX 560 Series (Advanced Micro Devices, Inc.; 31.0.14001.45012) - Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (4 Threads)
### Issue description
I noticed a strange problem when du... | topic:editor,needs testing | low | Critical |
2,639,639,333 | PowerToys | Mouse without borders not working | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce
Installed and updated powertoys on both machines, did the setup for mouse without borders on both machines.
Device layout on both machines... | Issue-Bug,Needs-Triage | low | Minor |
2,639,639,796 | pytorch | Can't seem to run tip of tree on Linux | ### 🐛 Describe the bug
I ran setup.py develop within a venv and am now trying to run torch but I get a missing symbol. Is it because I'm running from a virtual environment?
```
Traceback (most recent call last):
File "$HOME/pytorch/test.py", line 1, in <module>
import torch
File "$HOME/projects/pytor... | module: build,triaged | low | Critical |
2,639,644,364 | pytorch | fbgemm build errors on warning that VLAs are a clang extension when building with clang18 | ### 🐛 Describe the bug
fbgemm's CMakelists.txt has a -Werror set but when building it throws errors about VLAs being a clang extension, even though I'm using clang. Removing the Werror from fbgemm's CMakeLists.txt works around the issue but not sure what I did wrong (following the docs in CONTRIBUTING.md).
```
... | module: build,triaged,module: third_party | low | Critical |
2,639,699,880 | PowerToys | [feature] a global shortcut key management | ### Description of the new feature / enhancement
Let me know which shortcut key is occupied by which software and can disable or modify the user of this shortcut key
### Scenario when this would be used?
every where
### Supporting information
_No response_ | Needs-Triage | low | Minor |
2,639,784,791 | excalidraw | Feature Request: Spaced node-style connections on shapes | I work a lot in node-based animation and VFX programs like Houdini, Blender, Unreal Engine, etc, and I often sketch out node networks in my notes. In Excalidraw I've built up a library of node shapes for these programs, each consisting of the node shape grouped with circular connectors. Here's a shot of my shapes libr... | enhancement | low | Minor |
2,639,791,036 | pytorch | Report issue for torch.nn.Linear when forwarding a 3-dim tensor. | ### 🐛 Describe the bug
Dear all,
We seemly found a bug in nn.linear forwarding, here is a minimal example:
```python
# import
import torch
import time
# Set input size, output size, and batch size
input_size = 1024
output_size = 512
feature_size = 100
batch_size = 2
# Create test input data
x =... | module: numerical-stability,triaged | low | Critical |
2,639,802,375 | electron | WebContentsView - visibility (backgroundThrottling, size, Page Visibility API) | ### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [x] I have searched ... | platform/windows,platform/macOS,bug :beetle:,has-repro-gist,component/WebContentsView,33-x-y | low | Critical |
2,639,830,826 | PowerToys | Please put the Musical symbols in the Quick Accent bar | ### Description of the new feature / enhancement
flat ♭ could be accessed under "b" in the quick accent bar.
♯ sharp could be accessed under 3 (because it has the sharp symbol)
natural ♮ could be under n, for natural maybe? I'm not sure on that one.
I use those symbols a lot, and it's a pain to keep copy pasting them... | Needs-Triage | low | Minor |
2,639,856,035 | godot | Heap buffer overflow in RenderingServer::mesh_surface_get_lods | ### Tested versions
current master @ b00e1cbf743dcb6a2b7f6bd14e348a1a7cf3d403
### System information
macOS 14.5.0, M2 Pro, Vulkan
### Issue description
Related: #98884 , #97862
CC @clayjohn @BlueCube3310
The culprit this time is a 1024x1024 RGTC RG8 normal map, except this time, it seems to decompress norma... | bug,topic:rendering,topic:import,crash | low | Critical |
2,639,874,067 | vscode | My application getting unistalled once i close it |
Type: <b>Bug</b>
I need to install vscode evreytime to use it. it's getting completely disappeared from my mac after i quit. I don't know why. Kindly help me
VS Code version: Code 1.95.1 (Universal) (65edc4939843c90c34d61f4ce11704f09d3e5cb6, 2024-10-31T05:14:54.222Z)
OS version: Darwin arm64 24.1.0
Modes:
<details>... | install-update | low | Critical |
2,639,999,120 | pytorch | [ROCm] sorting torch.bool tensor viewed from torch.uint8 type produces incorrect results | ### 🐛 Describe the bug
Small tensor with radix sort:
```
a = torch.randint(0, 100, [100], dtype=torch.uint8, device="cuda")
>>> torch.sort(a)
torch.return_types.sort(
values=tensor([ 0, 0, 1, 1, 5, 5, 6, 6, 9, 10, 11, 12, 13, 14, 16, 17, 17, 18,
19, 19, 20, 23, 23, 25, 25, 25, 27, 28, 29, 29, 30... | module: rocm,triaged | low | Critical |
2,640,017,915 | kubernetes | tryUpdateNodeHealth may process old data in large-scale cluster scenarios. | ### What happened?
https://github.com/kubernetes/kubernetes/blob/154b756e2ed850d2e64baea269dbb749ac02a77d/pkg/controller/nodelifecycle/node_lifecycle_controller.go#L711-L729
The node information used by tryUpdateNodeHealth is obtained from nodes, err := nc.nodeLister.List(labels.Everything()). If there are a large nu... | sig/scalability,sig/node,kind/feature,triage/accepted | low | Major |
2,640,025,648 | pytorch | Assigning the weight of the torch.nn.Embedding object to other variables and then performing subsequent operations on it will cause unstable training | ### 🐛 Describe the bug
def __init__(xxx,xxx):
self.ent_embed = torch.nn.Embedding(self.p.num_ent, self.p.embed_dim, padding_idx=None)
xavier_normal_(self.ent_embed.weight)
def forward(xxx,xxx,xxx):
entity = self.ent_embed.weight
sub_entity = torch.index_select(entity, 0, sub).view(-1, 1, 10,... | needs reproduction,module: nn,triaged | low | Critical |
2,640,074,353 | tauri | [bug] In Android MainActivity is leaked if a foreground service is running and makes the app unusable on next launch | ### Describe the bug
It seems that Tauri Android app don't expect the application process to outlive the MainActivity, which is common in android world if you are running a foreground service
In this case when you relaunch the app, Tauri has two instances of MainActivity and RustWebview which causes __TAURI_INVOK... | type: bug,status: needs triage,platform: Android | low | Critical |
2,640,097,339 | three.js | New TSL doc | ### Description
Currently the doc of threejs is very nice but it doesnt seems appropriated for all the small tsl function like `uv()` / `min()` / `vec2()` / `position()` / etc.. and I recently found myself diving into the Github research of this repo or into the large examples fews times a day while working with TSL... | Suggestion,Documentation | low | Major |
2,640,110,157 | terminal | The tabs detach too easily. | ### Description of the new feature
This is more of a QoL thing against user mistakes and I think it should affect others too since I find it counterintuitive compared to the tabs we're used to on Browsers. Basically if you SLIGHTLY move a tab up or down it detouches from the window (unlike Browsers that it takes more ... | Issue-Bug,Needs-Tag-Fix,External-Blocked-WinUI3 | low | Minor |
2,640,116,674 | vscode | Child node missing in the test explorer | <!-- ⚠️⚠️ 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,testing | low | Critical |
2,640,118,596 | tauri | [bug] tauri plugin check permission error | ### Describe the bug
I follow this article to add permission for my plugin
https://tauri.app/develop/plugins/develop-mobile/#permissions
```kotlin
@TauriPlugin(
permissions = [
Permission(strings = [Manifest.permission.ACCESS_FINE_LOCATION], alias = "accessFileLocation")
]
)
class FunProxyP... | type: bug,status: needs triage | low | Critical |
2,640,225,743 | material-ui | [text field] Outlined input label is one pixel off | ### Steps to reproduce
Here are 4 focused inputs:

1. Outlined input as seen on https://mui.com/material-ui/react-text-field/
This input's styles have
```
transform: translate(14px, -9px) scale(0.75);
```
by defaul... | component: text field,package: material-ui,design,enhancement | low | Minor |
2,640,271,116 | go | build: build failure on x_arch-go1.23-linux-loong64 | ```
#!watchflakes
default <- builder == "x_arch-go1.23-linux-loong64" && repo == "arch" && mode == "build"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8732821898484307009)):
[W2024-10-28T23:39:34.541840+08:00 4004364 0 json_subtract.go:121] Unknown fields w... | NeedsInvestigation | low | Critical |
2,640,308,387 | pytorch | FPE in torch.nn.functional.pixel_shuffle | ### 🐛 Describe the bug
The following code:
```python
import torch
input = torch.empty((0, 0, 1, 0), dtype=torch.int16)
upscale_factor = torch.tensor(1732237826046558208)
torch.nn.functional.pixel_shuffle(input=input, upscale_factor=upscale_factor)
```
throws an FPE error when calling torch.nn.functional.... | module: crash,module: nn,triaged,module: edge cases | 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.