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,805,711,342 | vscode | "NVDA Not Reading When I Open a Folder from Within VSCode" |
Type: <b>Bug</b>
When I open a folder within Visual Studio Code, NVDA announces the folder as "unknown" instead of reading anything . i have to restart nvda and alt tab out and back in. This issue prevents me from knowing which folder or files are being opened, making it difficult to navigate effectively within VSCo... | info-needed | low | Critical |
2,805,719,003 | react | Bug: Synchronously Restart Render on Error During Async Rendering to Prevent Inconsistencies | Synchronously restart when an error is thrown during async rendering
### Description
In async mode, events are interleaved with rendering. If an event mutates state that is later accessed during render, it can cause inconsistencies. Restarting the render synchronously resolves the inconsistency and prevents further m... | Status: Unconfirmed,Resolution: Needs More Information | medium | Critical |
2,805,742,425 | angular | Expose `createInputSignal`, or ease restrictions on static analysis for Signal functions to reduce boilerplate | ### Which @angular/* package(s) are relevant/related to the feature request?
core
### Description
The Angular CDK provides `coercion` functions to make it easy to transform `input` values. For example:
```ts
import { BooleanInput, coerceBooleanProperty } from '@angular/cdk/coercion';
public readonly canEdit = inpu... | area: compiler,cross-cutting: signals | low | Critical |
2,805,760,863 | ollama | API parameter: 'reasoning_effort' (for DeepSeek-R1) | When I will be able to use `reasoning_effort` like on DeepSeek-R1? :)
Doc: https://api-docs.deepseek.com/guides/reasoning_model | feature request | low | Minor |
2,805,761,049 | react | Bug: Prevent event log from growing unbounded | When a Scheduler profile runs without stopping, the event log will grow unbounded. Eventually it will run out of memory and the VM will throw an error.
React version: [v16.9.0](https://github.com/facebook/react/releases/tag/v16.9.0)
## Steps To Reproduce
1. Run Scheduler profile
2. Watch memory resource growing
... | Status: Unconfirmed | medium | Critical |
2,805,765,889 | flutter | [go_router] [go_router_builder] go_router already supports preloading but go_router_builder doesn't | ### Use case
Support preload for `StatefulShellBranch` when use `go_router_builder`
### Proposal
Add `preload` field to `go_router_builder` and code gen helper function of `go_router` | c: new feature,package,c: proposal,p: go_router_builder,team-go_router | low | Minor |
2,805,773,579 | pytorch | [Dynamo]while_loop raise an exception | ### ๐ Describe the bug
while loop will raise an exception.
The reason is input tensor has been sliced.
```
tensor strided info: shape: torch.Size([192]), original_tshape: [64], slice:slice(None, None, 3)
```
This creates tensor with stride=3, but once the body_fn execute tensor+1 the stride is reset to 1 and this ... | triaged,oncall: pt2,module: higher order operators,module: pt2-dispatcher | low | Critical |
2,805,777,333 | PowerToys | Keeps forgetting that I have fancy zones turned on. | ### Microsoft PowerToys version
0.87.1
### Installation method
Other (please specify in "Steps to Reproduce")
### Running as admin
Yes
### Area(s) with issue?
FancyZones
### Steps to reproduce
Installation method don't remember. From Google search.
It randomly forgets that I have fancy zones turned on (great ... | Issue-Bug,Needs-Triage | low | Minor |
2,805,797,414 | react | Bug: Fix Buffer - Write Chunks to Separate Buffers | <!--
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.
-->
The bug happens when using ReactDOMFizzServer.renderToReadableStream to render big chun... | Status: Unconfirmed | medium | Critical |
2,805,814,674 | pytorch | [CUDA] Illegal Memory Access with `AdaptiveMaxPool2d` | ### ๐ Describe the bug
Found by fuzzer, the parameter used to trigger this does not look too corner-case.
@eqy
```python
import torch
m1 = torch.randn(8812, 1, 2).cuda()
model = torch.nn.AdaptiveMaxPool2d(output_size=[262143, 1]).cuda()
model(m1)
```
```bash
computer-sanitizer python3 poc7.py
```
compute-sanitiz... | module: nn,module: cuda,triaged,module: edge cases | low | Critical |
2,805,822,844 | pytorch | torch._dynamo.exc.Unsupported: Graph break due to unsupported builtin torch._C._dynamo.eval_frame.set_eval_frame. | ### ๐ Describe the bug
Part of an example as the following:
```python
from torch_mlir import fx
module = fx.export_and_import(
model,
input_tensor,
output_type="tosa",
func_name="forward",
)
```
when I use pyinstaller to pack the fx graph export and import to a binary file, it encounters the follo... | oncall: pt2,export-triaged,oncall: export | low | Critical |
2,805,827,334 | rust | Error installing cargo-watch | <!--
Thank you for finding an Internal Compiler Error! ๐ง If possible, try to provide
a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
how to create smaller examples.
http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
-->
### Code
```Rust
cargo install cargo-watch
``... | I-ICE,T-compiler,C-bug,S-needs-repro | low | Critical |
2,805,829,310 | pytorch | DISABLED test_tensor_subclass_basic (__main__.TestCompiledAutograd) | Platforms: asan, linux, rocm, mac, macos, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_tensor_subclass_basic&suite=TestCompiledAutograd&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/3602855783... | triaged,module: flaky-tests,skipped,oncall: pt2,module: inductor | low | Critical |
2,805,848,501 | electron | I am currently upgrading the project from Electron 15 to 29, but the embedded document websites consistently pop up a font download popup window | ### 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/macOS,blocked/need-info โ,bug :beetle:,has-repro-gist | low | Critical |
2,805,853,403 | flutter | Engine `local_engine_builds` failing since #161825 | `local_engine_builds` has been in bringup, which means https://github.com/flutter/flutter/pull/161825 broke it without knowing.
(https://github.com/flutter/flutter/pull/160627 initially marked it as `bringup: true`, @jonahwilliams was this intended to be permanent?)
@eyebrowsoffire can you fix this (or revert your ch... | engine,P1,c: tech-debt,team-engine,triaged-engine,fyi-web,e: engine-tool | medium | Minor |
2,805,876,375 | vscode | Terminal font ligatures doesn't render as expected | In terminal

In editor

Version: 1.97.0-insider (user setup)
Commit: d226a2a497b928d78aa654f74c8af5317d3becfb
Date: 2025-01-22T05:05:14.56... | info-needed,terminal-ligatures | low | Major |
2,805,889,854 | pytorch | Flex Attention not support score_mod with gradients | ### ๐ Describe the bug
`Flex Attention` does not support `score_mod with gradients`, making it impossible to define a learnable score_mod for the dynamic mask attention variants.
```python
import torch
from torch.nn.attention.flex_attention import flex_attention
A = torch.nn.Parameter(torch.zeros(1))
query = torch.... | triaged,oncall: pt2,module: higher order operators,module: pt2-dispatcher,module: flex attention | low | Critical |
2,805,914,111 | godot | (4.4.beta1) Android app crashes when exported with .NET 9 | ### Tested versions
**Reproducible:**
4.4.beta1
4.4.dev7
**Not Reproducible:**
4.4.dev3
### System information
Godot v4.4.beta1.mono - Windows 10 (build 19045) - OpenGL 3 (Compatibility)
### Issue description
When exporting to Android with .NET 9 using Gradle Build via the Remote Deploy, the app crashes immediate... | bug,platform:android,topic:dotnet,regression,topic:export | low | Critical |
2,805,951,390 | pytorch | Incomplete check of LR as a tensor in Optimizer | ### ๐ Describe the bug
A tutorial "[Running the compiled optimizer with an LR Scheduler](https://pytorch.org/tutorials/recipes/compiling_optimizer_lr_scheduler.html)" presents how LR as a tensor is used. According to this tutorial, we should use a 0-dim tensor for LR. However, Optimizer can accept a 1-dim tensor of s... | module: optimizer,triaged,actionable | low | Critical |
2,805,959,485 | vscode | Squash Merge will list a lot of commits msg that lead to crash in some cases | <!-- โ ๏ธโ ๏ธ 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,git | low | Critical |
2,805,981,004 | flutter | Impeller Rendering failed | ### Steps to reproduce
The following problems occur when using texture createSurfaceProducer on Huawei p30 devices in flutter-3.27.3 environment:
1-Impeller surfaceProducer is not enabled?. setSize(width, width * 9 / 16) Setting texture size has no effect, Bitmap crashes using textured surface generation
):
=== RUN TestGenericFunctionSelector
builder_test.go:799: err: fork/exec /ho... | NeedsInvestigation,Tools | low | Critical |
2,805,997,681 | go | cmd/compile: worse performance when built with pgo | ### Go version
go version go1.23.5 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/transaction/.cache/go-build'
GOENV='/home/transaction/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GO... | NeedsInvestigation,compiler/runtime,BugReport | low | Critical |
2,806,003,966 | PowerToys | ๅจedgeไธๆ ๆณๅ้ฆ | ### Provide a description of requested docs changes
ๅจๆ ้ขๆ ่พๅ
ฅไปปๆ้ฎไผ่ทณ่ฝฌ่ณๅบ็ฐ้่ฏฏ้กต้ข | Issue-Docs,Needs-Triage | low | Minor |
2,806,004,012 | PowerToys | ๅจedgeไธๆ ๆณๅ้ฆ | ### Provide a description of requested docs changes
ๅจๆ ้ขๆ ่พๅ
ฅไปปๆ้ฎไผ่ทณ่ฝฌ่ณๅบ็ฐ้่ฏฏ้กต้ข | Issue-Docs,Needs-Triage | low | Minor |
2,806,008,166 | PowerToys | ้ผ ๆ ่งๅ
็ฌๆ ๆณ็ฝฎไบ always on topไธ | ### Provide a description of requested docs changes
ๅจ็ฝฎ้กถ็ชๅฃๅ้ผ ๆ ็งป่ณ็ฝฎ้กถ็็ชๅฃไผๅฏผ่ด่งๅ
็ฌๆ ๆณไฝฟ็จ๏ผ่ๅจ็ฝฎ้กถ็ชๅฃไนๅค็ๅบๅไพๆง่ฝๅคไฝฟ็จ
| Issue-Docs,Needs-Triage | low | Minor |
2,806,059,279 | pytorch | Mark Dynamic does not work for nn module constructor inputs | for the following code if we compile it we get the following graph :
code:
```
import torch
import torch._dynamo.config
from torch.utils.checkpoint import _is_compiling
@torch.compile()
class Y(torch.nn.Module):
def __init__(self):
super().__init__()
def forward(self, x):
return x.view(-1, s... | triaged,module: dynamic shapes | low | Critical |
2,806,171,351 | react | Title Unnecessary updates to defaultValue and checked properties in <textarea> and <input> elements | ### Description
It looks like React is updating the defaultValue of <textarea> elements and the checked property of <input> elements even when their values havenโt changed. This leads to unnecessary DOM mutations, which can impact performance, especially when there are many components that re-render frequently.
### S... | Status: Unconfirmed | medium | Major |
2,806,172,873 | react | Bug: | The custom Jest matchers introduced for async operations in the React Test Renderer (toFlushAll, toFlushThrough, toFlushAndThrow, toClearYields) throw unexpected errors in specific scenarios involving yielded values. These errors prevent the test suite from running as expected when handling complex async updates.
Rea... | Status: Unconfirmed | medium | Critical |
2,806,200,871 | flutter | [native assets] [testing] Cleanup fake in tests | I stumbled upon some weird looking code in some of our testing fakes:
https://github.com/flutter/flutter/blob/97ca57cf0823a1948cbb6646a04054550842080d/packages/flutter_tools/test/general.shard/isolated/fake_native_assets_build_runner.dart#L25-L26
https://github.com/flutter/flutter/blob/97ca57cf0823a1948cbb6646a040545... | P3,c: tech-debt,team-tool,triaged-tool | low | Minor |
2,806,204,015 | kubernetes | code-generator v1.32.x defaulter-gen error | ### What happened?
defaulter-gen `zz_generated.defaults.go` Content error.
example case: https://github.com/dongjiang1989/customapis/tree/main/pkg/apis/custom/v1
```yaml
package v1
import (
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)
// +genclient
// +k8s:deepcopy-... | kind/bug,needs-sig,needs-triage | low | Critical |
2,806,213,306 | opencv | โcv2.CAP_PROP_POS_FRAMESโ jump is incorrect | ### System Information
Name: opencv-python Version: 4.8.0.76
System: Ubuntu 20.04
Python Version: 3.11.9
### Detailed description
I use cap.set(cv2.CAP_PROP_POS_FRAMES, start_frame) to jump to the 360th frame, with a frame rate of 60, which is 6 seconds, but I found that the frame after the jump is the video frame a... | bug,category: videoio,incomplete | low | Critical |
2,806,216,788 | storybook | [Storybook 9]: Remove deprecations | The following deprecations will be removed in Storybook 9:
| Feature | Description | File Path |
|---------|-------------|-----------|
| Addon Backgrounds | features.backgroundsStoryGlobals | code/addons/backgrounds/src/preview.ts |
| Addon Viewport | features.viewportStoryGlobals | code/addons/viewport/src/preview.ts... | bug,needs triage | low | Minor |
2,806,238,913 | pytorch | [inductor][torchbench] Unsupported operator issue when running the torch_multimodal_clip model with batch size 4. | ### ๐ Describe the bug
I'm conducting an accuracy test for the `torch_multimodal_clip `model. I noticed that the graph breaks count is 0 when using a batch size of 1. However, when increasing the batch size to 4, the graph breaks count rises to 3. Upon printing the graph break details, I discovered the unsupported op... | module: nn,triaged,oncall: pt2,module: sdpa | low | Critical |
2,806,242,455 | vscode | Source control not working after adding turborepo to project | Does this issue occur when all extensions are disabled?: Yes
- VS Code Version:
- Version: 1.96.1 (Universal)
- Commit: 42b266171e51a016313f47d0c48aca9295b9cbb2
- Date: 2024-12-17T17:50:05.206Z (1 mo ago)
- Electron: 32.2.6
- ElectronBuildId: 10629634
- Chromium: 128.0.6613.186
- Node.js: 20.18.1
- V... | info-needed,git | low | Critical |
2,806,249,840 | vscode | Git error dialog swap button functions | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
When an error occurs from the Git hooks, a dialog appears with buttons:
- Open Git Log
- Show Command Output
- Cancel
The problem is that the button click events are swapped. Cancel works correctly, but the other 2 buttons are wrong.
- Open Git Log -> Show... | info-needed,git | low | Critical |
2,806,250,364 | storybook | [Storybook 9]: Drop support for tooling/integrations/frameworks | ### Describe the bug
The official support and maintenance of the following third-party toolings/integrations/frameworks will be removed in Storybook 9:
| Category | Tool | Versions |
|----------|------|----------|
| JavaScript Engine | Node.js | v18 |
| Package Manager | npm | v8, v9 |
| Package Manager | yarn | v3 |... | bug,needs triage | low | Critical |
2,806,254,072 | electron | Calls to window.open in offscreen documents do not work | ### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [x] I have searched ... | platform/linux,bug :beetle:,34-x-y | low | Critical |
2,806,255,097 | rust | Long type name emitted if the type name is part of a suggestion | ### Code
```Rust
use diesel::prelude::*; //diesel = { version = "2.2.6", default-features = false, features = ["postgres"] }
diesel::table! {
foo (id) {
id -> Int4,
name -> Text,
}
}
fn main() {
diesel::debug_query(
&foo::table
.filter(foo::id.eq(42))
.orde... | A-diagnostics,T-compiler | low | Critical |
2,806,269,401 | flutter | [BUG] Error: PathNotFoundException during symbolic link resolution on Linux (/proc/self/exe not found) | ### Steps to reproduce
1. Run the Flutter application on a Linux device.
2. Observe the error during startup.
### Expected results
The application should start without errors, and the `path_provider_linux` package should successfully resolve symbolic links for the application support path.
### Actual results
`Path... | waiting for customer response,in triage | low | Critical |
2,806,272,957 | vscode | Crashing when clicking on File menu with native title bar |
Type: <b>Bug</b>
Steps to Reproduce:
1. Arch linux with wayland (hyprland compositor)
2. Hover/click the file menu
2. All windows crash
This looks very similar to the issue discussed at https://github.com/microsoft/vscode/issues/230604
But at least for me, I'm on latest versions and made sure that the recommended ... | bug,upstream,freeze-slow-crash-leak,upstream-issue-linked,chromium,mitigated | low | Critical |
2,806,284,064 | transformers | resume_from_checkpoint failed when using PEFT LORA | ### System Info
- `transformers` version: 4.43.1
- Platform: Linux-6.5.0-45-generic-x86_64-with-glibc2.35
- Python version: 3.10.14
- Huggingface_hub version: 0.24.7
- Safetensors version: 0.4.5
- Accelerate version: 1.1.0
- Accelerate config: - compute_environment: LOCAL_MACHINE
- distributed_type: MULTI_... | bug | low | Critical |
2,806,293,420 | react | [DevTools Bug]: Support Iterables in React DevTools | ### Website or app
React DevTools
### Repro steps
1.Open a React app using React 19.0.0.
2.Pass an Iterable<T> to a component's props or state.
3.Inspect the component using React DevTools.
4.Observe the display or handling of the Iterable.
### How often does this bug happen?
Every time
### DevTools package (auto... | Type: Bug,Status: Unconfirmed,Component: Developer Tools | medium | Critical |
2,806,304,172 | terminal | The lowercase I glyph (U+0069) in JuliaMono renders incorrectly | ### Windows Terminal version
1.22.241118002-preview, also happens on 1.21.3231.0
### Windows build number
10.0.26100.2894
### Other Software
_No response_
### Steps to reproduce
1. Download the JuliaMono font if you haven't yet.
2. Set the terminal font to JuliaMono.
3. Open a terminal and type in "i". The glyph... | Issue-Bug,Needs-Triage | low | Major |
2,806,313,473 | react | Clarify Behavior of useSyncExternalStore When Using Server-Side Rendering (SSR) | # Title:
Clarify Behavior of useSyncExternalStore When Using Server-Side Rendering (SSR)
## Description:
After reviewing PR #29760, which addresses the optimization of useSyncExternalStore in React, I noticed that the behavior of this hook when used in server-side rendering (SSR) scenarios isn't clearly documented. S... | Status: Unconfirmed | medium | Critical |
2,806,323,057 | godot | There is no order in calling method _input_event() of Area2D. Expectation is order by node position in sence tree | ### Tested versions
4.3-stable
### System information
MacOS 15
### Issue description
See the picture below, i have created a minimal reproduction project following.
This issue make it impossible to control the propagation order of input event.
 enabled, so trickle delay should not be an issue.
_Originally posted by @maflcko in https://github.com/bitcoin/b... | CI failed | low | Major |
2,806,330,642 | vscode | VSCode will rollback file content |
Type: <b>Bug</b>
I am using vs2022 and vscode for same folder, but vscode will rollback other editor's change.
First use other editor change the file, save, then use vs code open it, the file will be rollback, I tested , the reason is vs code will use cache "C:\Users\qwe\AppData\Roaming\Code", if delete this folder... | workbench-copilot | low | Critical |
2,806,376,723 | rust | Cleanup "no panic support" tests | There are a bunch of tests that say `ignore-wasm` or `ignore-emscripten` or `ignore-$platform` with a comment "no panic support" or "no panic". It would be good to audit them and see if one or more of the following capability-based conditional test execution directives can be used instead:
- `//@ needs-unwind`
- `//@ ... | C-cleanup,A-testsuite,T-compiler,E-medium,A-panic | low | Minor |
2,806,379,010 | flutter | FFI: SIGSEGV crash in release mode when handling image data between C++ and Dart, woks in debug mode | ### Steps to reproduce
Clone repository: https://github.com/rmatif/Local-Diffusion
Build and run in debug mode - works correctly
Build release APK: flutter build apk --release --target-platform android-arm64
Install and run release APK
Initialize model and generate an image
Observe crash after image generation comple... | c: crash,platform-android,dependency: dart,will need additional triage | low | Critical |
2,806,379,552 | angular | Add field to ResourceLoaderParams to find out whether the loader is triggered for the first time | ### Which @angular/* package(s) are relevant/related to the feature request?
_No response_
### Description
Sometimes, it's necessary to determine whether the loader was triggered for the first time. Before 19.1.x, we could have checked `param.previous.status` for Idle, but now, this status is already set to `loading... | area: core,state: has PR,core: reactivity,cross-cutting: signals | low | Minor |
2,806,384,481 | pytorch | Is there a PyTorch version that can work properly on the Thor platform based on the Blackwell architecture? | Is there a PyTorch version that can work properly on the Thor platform based on the Blackwell architecture? I encounter many errors when compiling PyTorch source code on the Thor platform, and I don't know how to solve them. Is there any expert who can help me
cc @ptrblck @msaroufim @eqy | module: cuda,triaged | low | Critical |
2,806,403,723 | excalidraw | Feature: both a background color and a scratch fill type? | I've noticed that quite often I need to stack shapes on top of one another for some fancier constructions. I use the non-solid fill types to highlight various things, but given that their background is transparent (apart of the shading), stacking them leaks the thing underneath. My current solution is to have 2 of ever... | enhancement | low | Minor |
2,806,407,068 | ui | [bug]: Documentation of toast component for manual installation is wrong | ### Describe the bug
If you go to the official documentation: https://ui.shadcn.com/docs/components/toast
And select manual installation, the three snippets of code that you are supposed to copy and paste into your project are the same one. I guess it was a mistake when creating the page.
Could you please fix this a... | bug | low | Critical |
2,806,414,251 | ollama | deepseek-r1 `qwen` variants use a new pre-tokenizer, which is not implemented in the llama.cpp version used | ### What is the issue?
The newly supported `deepseek-r1` model variants that have `distill-qwen` in the name use a new pre-tokenizer. Support for this has been added to the latest llama.cpp (not sure if the release version or just the latest commit on the main branch).
The backend llama.cpp that Ollama uses should b... | bug | low | Minor |
2,806,434,387 | pytorch | torch.backends.cudnn.flags use error when test | ### ๐ Describe the bug
https://github.com/pytorch/pytorch/blob/main/test/nn/test_convolution.py#L3311
There is a problem with the use of cudnn.flags() here. The original purpose was to test the accuracy of allow_tf32 when it was turned on and off, but the call to cudnn.flags() causes allow_tf32 to always be True.
`... | module: cudnn,module: convolution,triaged | low | Critical |
2,806,442,186 | ui | [bug]: Checkbox | ### Describe the bug
When using the [Tasks demo page](https://ui.shadcn.com/examples/tasks) with Firefox 134.0.2 on Windows 11, the checkbox move when you click on it.
See the video below:
https://github.com/user-attachments/assets/704cd821-0be9-4322-b2cf-35ce163a2ce7
The problem only reproduces on Firefox.
### A... | bug | low | Critical |
2,806,451,493 | storybook | [Bug]: can't get scss to load despite storybook does not crash | ### Describe the bug
I can't get the storybook to show scss styling, I've tried everything (with and without @storybook/preset-scss), but it still doesn't show styling coming from scss files - it does work with inline styling.
Storybook doesn't complain. Most webpackFinal config options without @storybook/preset-scs... | bug,needs triage | low | Critical |
2,806,465,641 | neovim | gF should recognize more file/line/column patterns and seek to column | ### Problem
Right now the [gF](https://neovim.io/doc/user/editing.html#gF) feature seems to only support a limited set of patterns. In particular, it doesn't seem to work with python's backtrace format:
```
Traceback (most recent call last):
File "/path/to/file.py", line 123, in <module>
```
It also seems to compl... | jumps-navigation,editor | low | Critical |
2,806,472,718 | material-ui | [docs] Tabs need two clicks to work on Firefox | ### Related page
https://mui.com/material-ui/react-tabs/
### Kind of issue
Broken demo
### Issue description
For some examples It needs to click twice to change the tab. That's happening to the firefox browser in chromium based browsers looks fine.
### Context
Open the tabs demo documentation in Firefox. I'm on... | docs,component: tabs,status: waiting for author,support: docs-feedback | low | Critical |
2,806,540,487 | vscode | HTML can't wite any more code Visual Studio Code |
Type: <b>Bug</b>
I have issue with Visual Studio Code. All of a sudden , i can't write code anymore. let me explain: when i try to mwrite code, it keeps inserting closing tag and i can no longer open any tags. The closing tags appear for all tags like DIV, MAIN, BODY. However ,i've checked my code many times, and it'... | info-needed | low | Critical |
2,806,557,437 | ant-design | AutoComplete customize input size | ### Reproduction link
[](https://codesandbox.io/p/sandbox/customize-input-component-antd-5-23-2-forked-grw9hy?file=%2Fdemo.tsx)
### Steps to reproduce
Switch between small, middle and large
### What is expected?
AutoComplete wrapper shou... | improvement | low | Minor |
2,806,591,034 | storybook | [Bug]: โThe current testing environment is not configured to support actโ errors when changing between component docs pages | ### Describe the bug
When switching between component docs pages you get bunch of
```
The current testing environment is not configured to support act(...)
```
and occasionally
```
An update to ZoomElement inside a test was not wrapped in act(...).
```
errors in browser console.
### Reproduction link
https://stackbl... | bug,react,needs triage,upgrade:8.5 | low | Critical |
2,806,591,543 | rust | compiletest: investigate if it's possible to do run-time capability detection against *target* | Some tests are conditioned on *capabilities*, which are most accurately detected at run-time *against* the **target** under cross-compilation scenarios (compared to having to maintain allowlists or denylists of targets). However, implementing this is non-trivial:
- You have to build *and* run the capability run-time t... | E-hard,C-enhancement,A-cross,T-compiler,T-bootstrap,A-compiletest,E-needs-design | low | Minor |
2,806,596,749 | flutter | [ Web ] Flutter web Autofill doesn't work when browser password manager is protected with Windows Hello | ### Steps to reproduce
- Create a basic login form with a login and password fields, with autofill
- Activate Windows Hello protection on browser (in Chrome : password manager -> settings -> Activate Windows Hello)
- First run on browser -> save credentials
- Restart your web app
- Use this second run to use the saved... | a: text input,platform-windows,platform-web,has reproducible steps,browser: chrome-desktop,team-web,fyi-text-input,found in release: 3.27,found in release: 3.28 | low | Minor |
2,806,608,458 | kubernetes | Pass ctx to the remaining WaitForXXX methods in test/integration/util/util.go | ### What would you like to be added?
Pass ctx to the remaining WaitForXXX methods in test/integration/util/util.go
### Why is this needed?
We should use existing test context consistently. | sig/scheduling,kind/feature,needs-triage | low | Minor |
2,806,630,532 | flutter | [A11y]: Slider labels not included in the `Semantics` widget | ### Steps to reproduce
When creating `Slider` widgets, the `Slider.label` information isn't passed to the semantics widget.
### Expected results
Sliders should announce their labels when tabbing through with a screen reader such as NVDA. I can't test platforms other than Windows or Chrome while at work.
### Actual ... | in triage | low | Major |
2,806,638,283 | react | Bug: onChange Not Triggering for range input After Dynamic Updates | <!--
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.
-->
## Description
When using range input in React, the onChange event does not trigger p... | Status: Unconfirmed | medium | Critical |
2,806,647,618 | react | [DevTools Bug]: [DevTools Bug] Cannot reorder children for node "0" because no matching node was found in the Store. | ### Website or app
https://www.autotrack.nl/aanbod
### Repro steps
1. Start profiling in chrome
2. Click on any filter
3. Uncaught Error: Cannot reorder children for node "0" because no matching node was found in the Store.
Dismiss
The error was thrown at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/mai... | Type: Bug,Status: Unconfirmed,Component: Developer Tools | medium | Critical |
2,806,652,646 | rust | pthread_exit crashes on threads created by std::thread::spawn in 1.84, not 1.83, breaking pyo3-log | ## Meta
Tested on Ubuntu 24.04 and Amazon Linux 2, x86_64.
## Workaround to the production problem
In your Cargo.toml that is compiling your Python module, set
```toml
[profile.release]
debug = 0
lto = false
```
This prevents the 1.84 crashes.
However, there is still UB going on even with this setting.
## The Pro... | T-compiler,C-bug,T-libs,A-thread,S-has-mcve,S-has-bisection | low | Critical |
2,806,660,658 | kubernetes | Replace reflect.DeepEqual with cmp.Diff in pkg/scheduler tests | ### What would you like to be added?
In some tests, `reflect.DeepEqual` is used to compare expected and actual values. It should be replaced to `cmp.Diff` if possible.
### Why is this needed?
According to the [SIG Scheduling guidelines](https://github.com/kubernetes/community/blob/master/sig-scheduling/CONTRIBUTING.... | sig/scheduling,kind/feature,needs-triage | low | Minor |
2,806,663,453 | PowerToys | Error after enabling high contrast(accesibility panel) from default unlock window | ### Microsoft PowerToys version
0.87.0.0
### Installation method
GitHub
### Running as admin
None
### Area(s) with issue?
General
### Steps to reproduce
lock pc and enable high contrast throw accessibility panel
[2025-01-23.txt](https://github.com/user-attachments/files/18519748/2025-01-23.txt)
### โ๏ธ Expect... | Issue-Bug,Needs-Triage | low | Critical |
2,806,669,948 | kubernetes | [Flaking Test] [sig-apps] Kubernetes e2e suite.[It] [sig-apps] ReplicaSet Replace and Patch tests [Conformance] | ### Which jobs are flaking?
master-blocking
- gce-cos-master-default
### Which tests are flaking?
Kubernetes e2e suite.[It] [sig-apps] ReplicaSet Replace and Patch tests [Conformance]
[Prow](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-gci-gce/1882170659614756864)
[Triage](https://storage.go... | kind/flake,sig/apps,needs-triage | low | Critical |
2,806,699,847 | PowerToys | Your message on my computer: A problem has occurred - Report the error in the GitHub repository for PowerToys - 2025-01-23 | ### Microsoft PowerToys version
0.87.1.0
### Installation method
WinGet
### Running as admin
None
### Area(s) with issue?
Settings
### Steps to reproduce
Date: 23.01.2025 11:34:34
Exception:
System.Windows.Markup.XamlParseException: Set property
[2025-01-23.txt](https://github.com/user-attachments/files/18519... | Issue-Bug,Needs-Triage | low | Critical |
2,806,712,685 | transformers | Paliegemma Pad Token not Masked | ### System Info
- `transformers` version: 4.48.0
- Platform: Linux-6.1.92-3-x86_64-with-glibc2.31
- Python version: 3.10.15
- Huggingface_hub version: 0.26.2
- Safetensors version: 0.4.5
- Accelerate version: 1.1.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.5.1+cu124 (True)
- Tensorflow version (GPU... | bug,Multimodal,VLM | low | Critical |
2,806,743,430 | godot | ColorPicker load/save swatches button issues | ### Tested versions
v4.4.beta1.official [d33da79d3]
### System information
Fedora Linux 40 (KDE Plasma) on Wayland - Wayland display driver, Single-window
### Issue description
ColorPicker load/save swatches button moves when clicked:
https://github.com/user-attachments/assets/e16bfa09-8fb9-492f-acb0-44ae6a18f443... | bug,topic:gui | low | Minor |
2,806,759,283 | flutter | revert deprecating Color withOpacity / opacity | Read through the [code](https://github.com/flutter/flutter/blob/master/engine/src/flutter/lib/ui/painting.dart#L328-L332) and [migration guide](https://docs.flutter.dev/release/breaking-changes/wide-gamut-framework) but still having trouble supporting the end result here.
### Axioms
1. the vast majority of production... | engine,customer: crowd,c: proposal,P3,team-engine,triaged-engine | high | Critical |
2,806,782,186 | material-ui | [Chip] Clickable area expands with `line-height` | ### Steps to reproduce
Steps:
1. Open this link to live example: https://stackblitz.com/edit/react-ryuspuxm?file=Demo.tsx
2. Click anywhere inside the black border box
### Current behavior
The chip is clicked even though the pointer is outside the Chip.
### Expected behavior
The chip should only be clicked when ... | bug ๐,component: chip,ready to take | low | Minor |
2,806,782,948 | flutter | iOS Zoom is very sensitive | ### Steps to reproduce
1. Open the camera on an iOS device
2. Pinch zoom
### Expected results
Zooming in using the pinch gesture functions the same as the native camera.
### Actual results
Zooming in using the pinch gesture is extremely sensitive & zooms in a lot, very quickly.
### Code sample
<details open><sum... | waiting for customer response,in triage | low | Minor |
2,806,796,663 | flutter | [iOS][PlatformView] Conflict between Flutter ListView scrolling and PlatformView | ### Steps to reproduce
This example highlights a conflict between Flutter's scrolling and the native platform view's `TextView` scrolling and text selection. Specifically, text selection in the TextView only works when `ListView` scrolling is disabled using physics: NeverScrollableScrollPhysics(). This limitation affe... | platform-ios,framework,f: scrolling,a: platform-views,has reproducible steps,team-ios,found in release: 3.27,found in release: 3.29 | low | Critical |
2,806,796,688 | node | [v20.x] `parallel/test-buffer-tostring-range` fails on SmartOS | ### Test
parallel/test-buffer-tostring-range
### Platform
SmartOS
### Console output
```console
03:13:42 not ok 177 parallel/test-buffer-tostring-range
03:13:42 ---
03:13:43 duration_ms: 5550.52900
03:13:43 severity: fail
03:13:43 exitcode: 1
03:13:43 stack: |-
03:13:43 node:internal/buffer:961
03:13... | smartos,flaky-test,v20.x | low | Critical |
2,806,815,184 | vscode | Braces colouring is off inside Dart multiline strings | <!-- โ ๏ธโ ๏ธ 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... | triage-needed | low | Critical |
2,806,817,554 | react-native | SectionList onViewableItemsChanged behaviour difference between iOS and Android/Web | ### Description
**Expected:**
`SectionList` `onViewableItemsChanged` should correctly report `viewableItems` across multiple sections when items from those sections are within the viewport. This is the current behaviour on Android and Web.
**Actual:**
`SectionList` `onViewableItemsChanged` will only report `viewableI... | Platform: iOS,Platform: Android,Component: SectionList | low | Minor |
2,806,829,033 | pytorch | [custom ops] [2.7 nightly] custom ops with typing.List breaks when importing annotations from future | ### ๐ Describe the bug
The latest nightly version does not support `typing.List` in combination with `from __future__ import annotations`, but requires the use of `list`. While I agree that using `list` is better and more modern, this introduces a breaking change that makes it difficult to keep the custom ops working... | high priority,triaged,module: custom-operators,oncall: pt2,module: pt2-dispatcher | low | Critical |
2,806,850,843 | vscode | We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. We were unable to automatically build your code. Please change the build mode for this language to manual and specify build steps for your project. See https://docs.github.com/en/code-security/... | https://github.com/latamexiovas10/todo/actions/runs/12929318719/job/36058459946#step:7:161 | info-needed,triage-needed | low | Critical |
2,806,857,981 | react | CSP violation | As per guidelines from security team, framework team wants to enable Content Security Policy (CSP ) at the gateway layer to enforce good web-security practice. In 2412, framework team evaluated the impact of enabling lenient CSP at the gateway layer. As part of this exercise, we enabled CSP in the gateway layer in Rep... | Status: Unconfirmed | medium | Minor |
2,806,867,847 | vscode | Allow multiple lines per StickyScroll entry | <!-- โ ๏ธโ ๏ธ 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. -->
Some coding conventions mandate opening/closing brace... | feature-request,editor-sticky-scroll | low | Critical |
2,806,891,699 | react | [React 19] Without extra Generic Type to useActionState hook | ## Summary
Hi everyone!
I have a question about the types from the new hook 'useActionState'.
Actually, I'm working on a project and I need some extra types for my action function

Why don't we ha... | React 19 | medium | Critical |
2,806,902,523 | PowerToys | Last Modifed Date Is Sometimes More Appropriate Than File Creation Date | ### Description of the new feature / enhancement
I shoot many videos with my camera. Then I remove the memory card, insert into a reader on my Windows computer, and use the Sony utility to copy them to a Windows volume. The copy modifies the file creation date.
If I let videos accumulate for a few days before copyin... | Needs-Triage | low | Minor |
2,806,914,239 | next.js | pnpm workspace package with non shared lockfile break dev mode | ### Link to the code that reproduces this issue
https://github.com/LukasGerm/pnpm-next-test
### To Reproduce
1. pnpm i
2. Go into the packages/test-package and run pnpm build
3. Go to apps/my-app and run pnpm dev
### Current vs. Expected behavior
Observe that
<img width="397" alt="Image" src="https://github.com/... | Turbopack,linear: turbopack,Package Managers | low | Minor |
2,806,923,162 | flutter | FlutterEngineGroup isolates run in same thread but should not | ### Steps to reproduce
I am utilizing FlutterEngineGroup between my main and my worker isolates on mobile devices so that I can share [complex objects](https://github.com/flutter/flutter/issues/152484).
I am also using a fork of flutter_isolate plugin, so that I can have callbacks from native side to the respective is... | waiting for customer response,in triage | low | Major |
2,806,939,325 | flutter | [file_selector] Add option to customize the directory selection dialog title | ### Use case
When calling `getDirectoryPath` I couldn't find a way to customize the dialog title.
This would be important to give context to the user about the purpose of the directory selection.
### Proposal
A ppssible solution is to add an optional parameter to the method:
`getDirectoryPath({String? dialogTitle})` | package,team-ecosystem,P3,p: file_selector,triaged-ecosystem | low | Minor |
2,806,954,203 | godot | Unrecognized UID: "uid://a" | ### Tested versions
4.4 beta1
### System information
W10
### Issue description
When opening project
```
Unrecognized UID: "uid://a"
```
is printed to the console.
I tracked the source to GDScript parser, but no idea what causes it.
### Steps to reproduce
Open MRP.
### Minimal reproduction project (MRP)
[Godot... | bug,topic:gdscript,needs testing,regression | low | Critical |
2,806,971,341 | ui | [bug]: When trying to initialize `shadcn-ui` in an Astro project, I encounter an error: `ENOENT: no such file or directory`, related to the creation of the folder `src/*/lib`. | ### Describe the bug
### Description
When trying to initialize `shadcn-ui` in an Astro project, I encounter an error: `ENOENT: no such file or directory`, related to the creation of the folder `src/*/lib`.
> ENOENT: no such file or directory, mkdir 'C:_beppe\Astro_dev\ahorros-familiares-astro-sphere\src*\lib' of my ... | bug | low | Critical |
2,806,976,716 | electron | document.fragmentDirective has no properties inside webview | ### 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 ... | component/webview,bug :beetle:,platform/all,has-repro-gist,34-x-y,35-x-y | low | Critical |
2,806,989,174 | terminal | User32.dll Import Cause Windows Terminal Crash | ### Windows Terminal version
1.21.3231.0
### Windows build number
10.0.26100.0
### Other Software
_No response_
### Steps to reproduce
## Problem Statement
It seems like the use of user32.dll could cause stability issue on Windows terminal. Eventually, it will cause the crash.
This issue only happens with a ... | Issue-Bug,Needs-Triage | low | Critical |
2,806,995,030 | terminal | Can't disable startup | ### Windows Terminal version
1.21.3231.0
### Windows build number
10.0.26100.0
### Other Software
Docker (disabled on startup, does not launch)
AthenaOS WSL
### Steps to reproduce
1. Install WSL (any distro, currently using AthenaOS WSL)
2. Install Windows Terminal
3. Install Docker Desktop
4. Disable docker on ... | Issue-Bug,Needs-Triage | low | Critical |
2,807,025,153 | rust | Tracking issue for release notes of #126604: Uplift `clippy::double_neg` lint as `double_negations` |
This issue tracks the release notes text for #126604.
### 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... | T-lang,relnotes,needs-triage,relnotes-tracking-issue | low | Minor |
2,807,038,420 | iptv | Edit: Workpoint 23 (1080p) | ### Stream URL (required)
http://appdootv2.dootvde.com:1935/live/50016_workpoint_tv.stream.smil/playlist.m3u8
### Channel ID
Workpoint23HD.th
### Channel Name
Workpoint 23
### Quality
1080p
### Label
None
### Timeshift
_No response_
### HTTP User Agent
_No response_
### HTTP Referrer
_No response_
### N... | streams:edit | low | Minor |
2,807,051,525 | vscode | Provide way to disable Copilot Free signup prompt for enterprises | <!-- โ ๏ธโ ๏ธ 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. -->
In many enterprises the free version of GitHub Copilo... | workbench-copilot | low | Minor |
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.