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,699,458,792 | angular | Check if a required input is provided using `withComponentInputBinding` | ### Which @angular/* package(s) are relevant/related to the feature request?
compiler
### Description
When using `withComponentInputBinding` in ApplicationConfig, I can pass:
- query parameters
- path and matrix parameters
- static route data
- data from resolvers
to component via inputs. But, even if I define m... | feature,area: router | low | Critical |
2,699,529,694 | flutter | Support all `Image` widget properties on `RawWebImage` | ### Use case
In https://github.com/flutter/flutter/pull/157755, an initial minimum viable product implementation of `WebImage` is added to Flutter. It supports some of the most commonly used `Image` properties, but not all of them. The missing properties are:
* `color`
* `opacity`
* `colorBlendMode`
* `repeat`
... | platform-web,e: web_canvaskit,P2,e: web_skwasm,team-web,triaged-web | low | Minor |
2,699,634,668 | go | x/tools/gopls: DidModifyFiles: "non-abs file path %q" bug in port.matches | ```
#!stacks
"bug.Reportf" && "cache.port.matches:+5"
```
Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks).
```go
func (p port) matches(path string, content []byte) bool {
ctxt := build.Default // make a copy
ctxt.UseAllFiles = false
path = filepath.Clea... | NeedsInvestigation,gopls,Tools,gopls/telemetry-wins | low | Critical |
2,699,636,205 | vscode | submodule support in ui for vscode web / github.dev | vscode for web is useless when a repo has a submodule
<img src="https://github.com/user-attachments/assets/5bf2a954-8f13-4977-964d-e675bf922bf8" width="30%" />
ui should have a menu option to pull and update submodule without needing terminal access (which github.dev doesn't provide) | feature-request,vscode.dev | low | Minor |
2,699,637,819 | ollama | Model Context Protocol (MCP) support | Model Context Protocol as the name suggests standardizes the external datasource interaction.
+ the fact that is completely open source opens up the path for faster collaboration/progress imo
[Official Github](https://github.com/modelcontextprotocol/)
[15-minute-walkthrough-yt](https://github.com/modelcontextp... | feature request | medium | Critical |
2,699,645,517 | rust | Tracking Issue for `BTreeSet` entry APIs | Feature gate: `#![feature(btree_set_entry)]`
This is a tracking issue for `Entry` and entry-like methods on `BTreeSet`.
### Public API
```rust
impl<T, A: Allocator + Clone> BTreeSet<T, A> {
pub fn get_or_insert(&mut self, value: T) -> &T
where
T: Ord,
{...}
pub fn get_or_insert_with<Q: ?Sized... | T-libs-api,C-tracking-issue | low | Critical |
2,699,659,932 | pytorch | Re-evaluate `nonzero` chunks with CCCL 2.8 | ### 🚀 The feature, motivation and pitch
This has introduced chunks:
https://github.com/pytorch/pytorch/pull/141592
Here native upstream for CCCL 2.8:
https://github.com/NVIDIA/cccl/pull/2400#issuecomment-2494987280
/cc @ptrblck @msaroufim @eqy @ngimel @ezyang
### Alternatives
_No response_
### Addit... | module: cuda,triaged | low | Major |
2,699,683,157 | next.js | Combining root catchAll route + parallel nested route causes build failure | Example setup that causes failure:
./app/[...segment]/page.tsx
./app/someroute/page.tsx
./app/someroute/layout.tsx
./app/someroute/@someslot/subroute/page.tsx
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/distracted-chatterjee-6vjhh9?workspaceId=6caaae1b-8862-4fe4-9ff9-fe86... | bug,Parallel & Intercepting Routes | low | Critical |
2,699,705,191 | flutter | Exposing the iOS `FlutterTextInputView` to control keyboard directly | ### Use case
Searching for how to add a Done button to a number keyboard in Flutter, there are thousands of searches and no solution...
Issues such as #12220 get closed with no resolution or point you to a https://pub.dev/packages/keyboard_actions, which while popular is not native and has its issues. (Functionalit... | a: text input,c: new feature,platform-ios,engine,c: proposal,P3,team-ios,triaged-ios | low | Minor |
2,699,718,189 | flutter | [file_selector_android] Attempting to return null paths from `FileUtils.java` results in an `IllegalStateException` | `FileUtils.java` will return a null path in a couple of exception cases:
https://github.com/flutter/packages/blob/main/packages/file_selector/file_selector_android/android/src/main/java/dev/flutter/packages/file_selector_android/FileUtils.java#L139
The idea behind this approach was as an alternative to throwing err... | platform-android,package,P2,p: file_selector,team-android,triaged-android | low | Critical |
2,699,747,133 | react | [React 19] Dynamically importing a data fetching hook via `use()` leads to an error | ### Describe the bug
I've been trying to create a component which would encapsulate data loading logic, to have the most granular approach to using `<Suspense/>`, avoiding UI duplication with skeletons. My goal was to have _one component_ which would handle suspending, fallback UI, loading, polling, errors, etc, and... | Resolution: Needs More Information,React 19 | low | Critical |
2,699,801,738 | yt-dlp | Stripchat livestream download ends abruptly | ### 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... | NSFW,site-bug,triage | low | Critical |
2,699,824,334 | neovim | LSP: data properties will be removed if null | ### Problem
Neovim provides `dataSupprt` for codeActions and publishDiagnostics
```
/**
* Whether code action supports the `data` property which is
* preserved between a `textDocument/codeAction` and a
* `codeAction/resolve` request.
*
* @since 3.16.0
*/
dataSupport?: boolean;
```
```
/**
* A data en... | bug,lsp | low | Minor |
2,699,874,716 | rust | Tracking issue for release notes of #116161: Stabilize `extended_varargs_abi_support` |
This issue tracks the release notes text for #116161.
### Steps
- [x] 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.
- [x] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-lang,T-compiler,relnotes,F-extended_varargs_abi_support,relnotes-tracking-issue | low | Minor |
2,699,876,909 | rust | Many applications on Windows (e.g. the Chocolatey wrapper) do not work when current_dir is a canonicalized path | <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I found a "weird" issue with std::process::Command and canonicalized paths on Windows. Something like (which assumes [lsd](https://github.com/lsd-rs/lsd) is ins... | O-windows,C-bug,T-libs | low | Critical |
2,699,936,123 | vscode | Editor GPU: Canvas stretches on resize | Repro:
1. Open editor with GPU acceleration
2. Resize canvas, 🐛 notice that the canvas stretches until the debounced resize kicks in | bug,editor-gpu | low | Minor |
2,699,957,028 | PowerToys | Convert Mis-Typed Text Between Languages | ### Description of the new feature / enhancement
Often, I accidentally type text in Persian when I think my keyboard is set to English. For example, I intended to type:
**"Does Raspberry Pi 5 support ADC?".**
But because my keyboard was on Persian, it came out as:
**"يخثس ًشسحذثققه [ه ۵ سعححخقف ؤيژ؟".**
It would be i... | Needs-Triage | low | Critical |
2,699,964,636 | deno | Streams: commit pull-into descriptors after filling from queue | In https://github.com/whatwg/streams/security/advisories/GHSA-p5g2-876g-95h9, we discovered that in Chromium, a user could run JavaScript code *synchronously* during `ReadableStreamFulfillReadIntoRequest` by patching `Object.prototype.then`, and use this gadget to break some invariants within `ReadableByteStreamControl... | web | low | Minor |
2,699,978,111 | excalidraw | Text fit to screen width | Hi, I would like to propose that text be able to adapt to the width of the screen. Currently, when writing a long text, only the last few words are displayed, while the initial text is out of view. This creates an extended text box that, in most cases, needs to be adjusted manually. This would be especially useful on v... | enhancement | low | Minor |
2,699,995,953 | pytorch | inductor and eager gives slightly different results for rms_norm, with `emulate_precision_casts=True` | repro below:
```python
import torch
torch._inductor.config.emulate_precision_casts = True
def f(x, scale):
y = x.float()
z = torch.rms_norm(y, (4096,), scale, 1e-05)
return z.to(dtype=torch.bfloat16)
torch.manual_seed(0)
x = torch.randn(2, 157, 4096, device='cuda:0', dtype=torch.bfloat16)
scal... | triaged,oncall: pt2 | low | Minor |
2,700,011,009 | godot | Bottom panel: Shader Editor keeps popping up over Animation tab | ### Tested versions
- Reproducible in 4.4dev5
### System information
Godot v4.4.dev5 - Windows 10.0.19045 - Single-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 (NVIDIA; 32.0.15.6094) - AMD Ryzen 7 5800X 8-Core Processor (16 threads)
### Issue description
The UX of the bottom panel coul... | bug,topic:editor,confirmed,regression | low | Major |
2,700,043,522 | angular | Support i18n boolean expression in template | ### Which @angular/* package(s) are relevant/related to the feature request?
localize
### Description
It is very common to translate the following:
```
<button>{{ active ? 'On' : 'Off' }}</button>
```
And the easiest way is to use the [select clause ICU expression](https://angular.dev/guide/i18n/prepare#mark-altern... | area: i18n | low | Minor |
2,700,049,861 | rust | Confusing error message when using Borrow'd keys in Hashmap | ### Code
```Rust
use std::borrow::Borrow;
use bumpalo::Bump;
use std::collections::HashSet;
#[derive(PartialEq, Eq, Hash)]
struct Board;
#[derive(PartialEq, Eq, Hash)]
struct TreeNode<'a> {
state: Board,
foo: &'a ()
}
impl Borrow<Board> for TreeNode<'_> {
fn borrow(&self) -> &Board {
&self.sta... | A-diagnostics,T-compiler | low | Critical |
2,700,131,100 | ollama | Deepseek (various) 236b crashes on run | ### What is the issue?
Deepseek V2, V2.5, and V2-coder all crash with an OOM error when loading the 236b size. Other versions of Deepseek may as well, that's all I've tested. Hardware is dual A6000's with 48GB each.
```
Error: llama runner process has terminated: cudaMalloc failed: out of memory
ggml_gallocr_... | bug,needs more info | medium | Critical |
2,700,223,522 | ui | [feat]: Adapting new Tailwind CSS v4.0 Beta | ### Feature description
### Why adapting?
The public release of Tailwind [CSS v4.0 Beta is out,](https://tailwindcss.com/docs/v4-beta#css-first-configuration) and I am thrilled with the new performance enhancements and features. There are so many global CSS features I'm excited to use, such as:
- [3D Transform](... | area: request | medium | Major |
2,700,227,343 | electron | [Docs] Document `view.setLayout()` | ### 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 | Minor |
2,700,298,351 | transformers | How to Log Training Loss at Step Zero in Hugging Face Trainer or SFT Trainer? | ### Feature request
log train loss on start
----
’m using the Hugging Face `Trainer` (or `SFTTrainer`) for fine-tuning, and I want to log the training loss at step 0 (before any training steps are executed). I know there’s an `eval_on_start` option for evaluation, but I couldn't find a direct equivalent for trai... | Feature request | low | Major |
2,700,318,676 | PowerToys | PowerToys fails to build on local machine | 
PowerToys fails to build on local machine due to, what seems like, a WinAppSDK generated file.
```
PRI175: 0x80073b0f - Processing Resources failed with error: D... | Issue-Bug,Needs-Triage | low | Critical |
2,700,346,368 | pytorch | DISABLED test_split_scan (__main__.MultiKernelTest) | Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_split_scan&suite=MultiKernelTest&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/33622700488).
Over the past 3 hours, it has been determin... | triaged,module: flaky-tests,skipped,oncall: pt2,module: inductor | low | Critical |
2,700,384,898 | deno | Temporal: Deno got into panic when trying to get `era` of Non-ISO 8601 calendars | Version: Deno 2.1.1
OS: macOS Sonoma 14.7
In `deno eval --unstable-temporal`, following code will cause a panic:
```console
Deno 2.1.1
exit using ctrl+d, ctrl+c, or close()
> Temporal.PlainDate.from("2024-11-28[u-ca=japanese]").era
#
# Fatal error in , line 0
# unimplemented code
#
#
#
#FailureMess... | bug,upstream | low | Critical |
2,700,390,806 | pytorch | [RFC] Intel GPU distributed Backend integration in `torch-xpu-ops`and registeration in PyTorch | ### 🚀 The feature, motivation and pitch
# Motivation
This Request for Comments (RFC) document aims to propose and discuss Intel GPU distributed support in PyTorch. This initiative begins with Intel distributed backend (`XCCL`) integration into PyTorch component `torch-xpu-ops`, and registration in PyTorch distribute... | triaged,module: xpu | low | Major |
2,700,415,877 | pytorch | "RuntimeError: Triton Error [CUDA]: device kernel image is invalid" when running generated Triton code | ### 🐛 Describe the bug
In https://github.com/pytorch/pytorch/issues/140395 I would like to run the generated Triton code for the program the user gave me. But I cannot: it has hard-coded what GPU architecture it is for, and I don't have exactly the same GPU. So when I run it, it fails with
```
Traceback (most rec... | triaged,module: inductor | low | Critical |
2,700,455,206 | pytorch | How to specify the port for processes with rank > 1 in the Gloo communication backend? | In Pytorch, when performing distributed training using gloo as the communication backend, you only need to specify master_addr and master_port; other processes will actively connect and use random ports for initialization. May I ask if it is possible for other processes to perform initialization by specifying the port?... | oncall: distributed,triaged | low | Minor |
2,700,493,372 | flutter | Keyboard TextInputAction intermittently not changing when moving focus between fields | ### Steps to reproduce
1. Create two `TextField` widgets, the first with `TextInputAction.next`, the second with `TextInputAction.done`
2. Run the flutter app
3. Tap the first text field to focus it and bring up the android keyboard
4. Tap the "Next" button on the android keyboard to focus the second field
Tes... | a: text input,platform-android,has reproducible steps,P2,team-text-input,triaged-text-input,found in release: 3.24,found in release: 3.27 | low | Critical |
2,700,500,190 | go | proposal: add a handful of acquire/release atomics (make the internal runtime versions public) | ### Proposal Details
I asked for this a [decade ago](https://github.com/golang/go/issues/35639), and I want to start this discussion up again.
I'm not saying Go should add the full gamut of relaxed, acquire, release, etc orderings available in other languages.
But I am saying it's useful to have some basic acq... | Proposal | low | Major |
2,700,517,648 | next.js | [codemod] Unused params Causes next build Failure After Async API Codemod Execution | ### Link to the code that reproduces this issue
https://github.com/CastaChick/next_codemod_example
### To Reproduce
1. Create new next app using `next@14` by `npx create-next-app@14` command.
2. Add new pages with/without unused params
`app/example-unused-params/[id]/page.tsx`
```tsx
interface ExampleUnusedPar... | bug,Output (export/standalone) | low | Critical |
2,700,547,889 | transformers | BatchEncoding.to throws away columns silently, thus no way to pass non-tensor columns such as String in Trainer metric computation | ### System Info
unrelated
### Who can help?
@muellerzr @SunMarc
(original tags, no longer valid)
@ArthurZucker
(re-tag because want to discuss patch release)
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `... | bug | low | Critical |
2,700,550,815 | tauri | [bug] How to display a window without taking focus in Linux | ### Describe the bug
I am trying to implement a function: a pop-up floating window does not grab the focus of the previous application. For example, I am renaming a file and a floating window is opened through a shortcut key. I should be in the file name editing state and the window is displayed on the top layer.
C... | type: bug,status: needs triage | low | Critical |
2,700,609,291 | ant-design | antd 的 5.13.0 的更新,会导致在ios 13.3.1版本的手机浏览器里,Input输入框出现每输入一个字符,键盘就收起的情况 | ### Steps to reproduce
1、使用umi4新建一个测试项目
2、在umi4中,集成antd 5.13.0
3、随便写一个页面,在页面里,输一个Input框
4、启动起来,复制本地服务器地址
5、将地址复制到ios 13.3.1版本浏览器中
6、点击输入框,输入任一字符,会出现每输入一个字符,键盘就收起的情况
### What is expected?
Input在ios 13.3.1版本浏览器中,Input能正常输入,每输入一个字符,键盘不会收起
### What is actually happening?
antd 的 5.13.0 的更新,会导致在ios 13.3.1... | 📱Mobile Device | low | Major |
2,700,616,427 | pytorch | Incorrect error message on incorrect byte boundries on _scaled_mm on fp8 | ### 🐛 Describe the bug
Incorrect error message:
```python
import torch
tensor1 = torch.rand(2048,2048, device="cuda").to(torch.float8_e4m3fn)
tensor2 = torch.rand(2048*2048+1, device="cuda").to(torch.float8_e4m3fn)[1:].view(2048,2048).T
print(torch._scaled_mm(tensor1, tensor2, torch.tensor(1.0, device="cud... | triaged,module: float8 | low | Critical |
2,700,642,360 | svelte | tick() doesn't seem to work | ### Describe the bug
The code below is supposed to change the `clientHeight` of the `div` when the `button` is pressed and then `console.log` the original and the new height. According to the [svelte documentation](https://svelte.dev/docs/svelte/lifecycle-hooks#tick), you can "use `tick` to ensure that the UI is upd... | documentation | medium | Critical |
2,700,650,527 | vscode | Invalid outline in search editor | <!-- ⚠️⚠️ 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,outline | low | Critical |
2,700,674,092 | godot | Reordering node highlights it in scene tree but doesn't open it in inspector | ### Tested versions
- Reproducible in: 4.3.stable
### System information
macOS 15.1.1 - Godot v4.3.stable - Forward+ - M1 Pro
### Issue description
Reparenting a node in the scene tree highlights the node and opens it in the inspector. However, reordering a node in the scene tree doesn't open the node in the inspe... | bug,topic:editor,usability | low | Minor |
2,700,779,715 | transformers | No use `no_sync` context manager when using gradient accumulation w/ deepspeed's zero stage 2 or 3 via `accelerate` | ### Feature request
`trainer.train` with deepspeed stage 2 or 3 via `accelerate` and gradient accumulation does not work as I expected. I suspect this is because deepspeed 0.16.0 introduces `no_sync` context manager https://github.com/microsoft/DeepSpeed/pull/6675.
For example, the error looks like
```
Trace... | Feature request | low | Critical |
2,700,784,145 | next.js | Fast Refreshing dynamic component with CSS modules unloads CSS | ### Link to the code that reproduces this issue
https://github.com/edenstrom/nextjs-dynamic-css-modules-reproduction
### To Reproduce
1. Start the application in development mode with `npm run dev`
2. Open MyComponent.tsx
3. Make any change, e.g. change the text in the component
4. CSS module unloads and th... | bug,Lazy Loading,dynamicIO,CSS | low | Critical |
2,700,910,751 | flutter | The text inside textfield overlaps with scrollbar in web and desktop platforms. | ### Steps to reproduce
1. Create textformfield
2. add maxLines: 2, minLines: 1, property
3. If more than 2 line it will shows the scrollbar inside the textformfield
### Expected results
Scrollbar should not overlap on the textformfield text content
### Actual results
Scrollbar overlapped on the textformfie... | a: text input,framework,f: material design,platform-web,a: desktop,has reproducible steps,P2,team-text-input,triaged-text-input,found in release: 3.24,found in release: 3.27 | low | Minor |
2,700,920,012 | vscode | Missing syntax highlighting for PHP `if-else` alternate syntax |
Type: <b>Bug</b>
While using the alternate syntax for the `if` statement in PHP, the `else` keyword is not being highlighted the same as `if` keyword.

VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2... | bug,php,confirmation-pending | low | Critical |
2,700,923,139 | pytorch | torch.compile for division gives different numeric output vs eager mode division: torch.tensor/torch.tensor | ### 🐛 Describe the bug
How to reproduce:
```python
import torch
from decimal import Decimal
y = torch.tensor([7.0], device="cuda") # torch.tensor
x = 11.0 # const
@torch.compile
def compiled_divide_v1(x, y):
return x / y
@torch.compile
def compiled_divide_v2(x: torch.Tensor, y: torch.Tensor):
... | high priority,triaged,oncall: pt2,module: inductor | low | Critical |
2,700,956,874 | kubernetes | Kubelet takes more than 10 minutes to pull up the pod | ### What happened?
Kubelet takes more than 10 minutes to pull up the pod,After adding logs for localization, it was found that it was `dswp.podManager.GetPods()` in `findAndAddNewPods()` method did not obtain the corresponding pod, suspecting that there is a problem with obtaining the lock. Causing waitForVolumeAtta... | kind/bug,sig/node,triage/needs-information,needs-triage | low | Major |
2,701,025,158 | react-native | Keyboard on iOS 18 changes from uppercase to lowercase when changing the text input field | ### Description
I encountered an issue where the keyboard changes from uppercase to lowercase when switching focus between two TextInput fields. Specifically, when focusing from Text Input Field A to Text Input Field B, and then back from Text Input Field B to Text Input Field A, the keyboard behavior unexpectedly s... | Platform: iOS,Issue: Author Provided Repro,API: Keyboard,Needs: Repro,Needs: Attention | low | Minor |
2,701,025,260 | vscode | The VS Code Server with Remote SSH extension or Code Server experiences a memory leak | <!-- ⚠️⚠️ 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,freeze-slow-crash-leak,remote,performance | low | Critical |
2,701,071,499 | ui | [bug]: Confusing error message | ### Describe the bug
I did this

Which gave this error message:

But I didn't use DialogTitle, so I spent a long time figurin... | bug | low | Critical |
2,701,086,556 | ant-design | 固定列有children时,无法固定在右侧 | ### Reproduction link
[](https://codesandbox.io/p/sandbox/biao-tou-fen-zu-antd-5-22-2-forked-jx3y3f)
### Steps to reproduce
打开demo,滑到右侧,发现无法固定有children的列
### What is expected?
期望能整体固定
### What is actually happening?
无法固定
... | 🐛 Bug,help wanted,Inactive | low | Minor |
2,701,093,707 | ollama | Installation not working on Fedora 41 Linux | ### What is the issue?
```
curl -fsSL https://ollama.com/install.sh | sh
> Installing ollama to /usr/local
> [sudo] password for bns:
> >>> Downloading Linux amd64 bundle
> ######################################################################## 100.0%
> >>> Creating ollama user...
> >>> Adding ollama user to ... | bug | low | Major |
2,701,175,699 | electron | Electron fails to launch on Windows when null device is disabled | ### 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,bug :beetle:,has-repro-comment,33-x-y | low | Critical |
2,701,185,422 | vscode | Don't import XYZ.contribution-files from non contribution/entry-files | We discussed the side-effects that contribution files have and that "normal" files inherit these side effects as soon as they import them. The couple of take aways
* contribution files shouldn't export anything
* contribution files shouldn't be imported by normal files
Let's look into lint rules for this | debt,engineering | low | Minor |
2,701,185,536 | flutter | [flutter_markdown] Allow specifying a custom image error builder | ### Use case
Developers that want to customize the layout of the error builder for images in markdown content.
### Proposal
In https://github.com/flutter/flutter/issues/158428 two problems were reported:
1) Invalid image urls caused crashes
2) there was no way to customize the error builder for the `Image` w... | c: new feature,a: images,package,c: proposal,team-ecosystem,P2,p: flutter_markdown,triaged-ecosystem | low | Critical |
2,701,195,143 | pytorch | Test in `test/test_overrides.py` failed with AssertionError | ### 🐛 Describe the bug
When developing on PR #134826, I built the pytorch from the source and ran the test in `test/test_overrides.py`. I got the output below with AssertionError:
```bash
$ python test/test_overrides.py
.................................................................................................. | triaged,module: testing | low | Critical |
2,701,263,715 | vscode | Git - Command `git.openFile` does not do the same thing as the "Open File" icon button on a file that has been committed in diff view | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid creat... | bug,git | low | Critical |
2,701,300,828 | node | fs.rmSync('速') crash without throw | ### Version
23.3.0
### Platform
```text
Windows 10
```
### Subsystem
_No response_
### What steps will reproduce the bug?
When `fs.rmSync('速')` files with name containing “速”, node 23.3.0 will crash without throw.
### How often does it reproduce? Is there a required condition?
Everytime
### What is the exp... | confirmed-bug,fs,windows,good first issue | low | Critical |
2,701,591,261 | pytorch | torch._dynamo.exc.Unsupported: call_method UserDefinedObjectVariable(set) __contains__ | ### 🐛 Describe the bug
```
import functools
import torch
import torch.utils._device
old_device_constructors_ = torch.utils._device._device_constructors()
@functools.lru_cache(1)
def origin_device_constructors():
global old_device_constructors_
return old_device_constructors_
torch.utils._devi... | triaged,oncall: pt2,module: dynamo | low | Critical |
2,701,595,110 | electron | [Bug]: On MacOS, desktopCapturer make window with resizeable:false resizeable | ### 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,bug :beetle:,status/confirmed,has-repro-gist,component/desktopcapturer,33-x-y | low | Critical |
2,701,612,152 | bitcoin | ARM Windows build and release | This was brought up recently:
* https://bitcointalk.org/index.php?topic=5517601.0
* https://groups.google.com/d/msgid/bitcoindev/e5b06aaa-1fe9-4c8f-a0ea-db10f8a7e48cn%40googlegroups.com | Windows,Build system,Upstream | low | Major |
2,701,646,125 | pytorch | Replace Miniconda with minforge as option | Subtask of #138696: [CI/CD] Deprecating PyTorch’s official Anaconda channel.
cc @seemethere @malfet @pytorch/pytorch-dev-infra | module: ci,triaged,enhancement,better-engineering | low | Minor |
2,701,808,659 | react-native | Cocoapods-art Installation gives : Unable to find a specification for `SocketRocket (= 0.7.1)` depended upon by `React-Core` | ### Description
We build a package for native modules, and we import a native SDK in iOS using cocoapods-art plugin for jfrog.
pod install fails with :
Unable to find a specification for `SocketRocket (= 0.7.1)` depended upon by `React-Core`
only when we use :
plugin 'cocoapods-art', :sources => [
'OUR SDK'... | Needs: Repro,Needs: Attention,Needs: Version Info | low | Critical |
2,701,820,635 | flutter | Codelab word puzzle section 6 code sample does not have any import statements | The code for [lib/widgets/crossword_info_widget.dart](https://github.com/flutter/codelabs/blob/main/generate_crossword/step_07/lib/widgets/crossword_info_widget.dart)
is missing the required imports (in the web page that describes what to do) and does not compile - however having copy / pasted the name of the file a... | team-codelabs,P1,triaged-codelabs | medium | Minor |
2,701,879,156 | TypeScript | Enable Type Checking for Custom File Extensions | ### 🔍 Search Terms
"xsjs", "xsjslib", "hana", "file extensions"
### ✅ 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... | Suggestion,Awaiting More Feedback | low | Minor |
2,701,903,051 | godot | Resizing button is lagging in theme preview | ### Tested versions
Happens since 4.3 dev3, 4.4 dev7
### System information
Godot v4.4.dev5 - Windows 10.0.19045 - Multi-window, 1 monitor - OpenGL 3 (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... | bug,topic:editor,needs testing,topic:gui,performance | low | Major |
2,701,937,707 | deno | deno init --npm vite doesn't exit after "Done" until you press Enter | Very minor bug: After running `deno init --npm vite`, the Vite scaffolding finishes and says Done, but Deno doesn't exit until you press Enter. I waited a fair bit until I thought "What if I press a key?" and happened to pick Enter. (Just Space or something doesn't work.) May be related to #26403? `npm create vite` exi... | bug,node compat | low | Critical |
2,701,982,855 | electron | [Bug]On MacOS, small size transparent windows become opaque white on 4K external monitor | ### 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,bug :beetle:,has-repro-gist | low | Critical |
2,702,066,775 | next.js | Next.js 15: Same-Path Redirect in Server Action Temporarily Breaks page.tsx Display | ### Link to the code that reproduces this issue
https://github.com/y-hsgw/reproduction-next-app
### To Reproduce
1. `next dev`
2. Click the "go home" button
### Current vs. Expected behavior
As shown in the attached video, redirecting ( [redirect function](https://nextjs.org/docs/app/api-reference/funct... | Navigation,linear: next | low | Major |
2,702,175,178 | angular | Web worker + barrel files can give JIT errors | ### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
In a project I have a web worker that runs some functions that are imported using a barrel file (an `index.ts`). The compiled web worker seems to also include all other files the barrel exports, while they ... | area: packaging | low | Critical |
2,702,185,737 | TypeScript | Start getting types error after update to v5.7.2 | ### 🔎 Search Terms
5.7.2 types issue, LibraryManagedAttributes, componentType issue
### 🕗 Version & Regression Information
on v5.7.2 the issue exists
with my previous v5.2.2 it was working
### ⏯ Playground Link
_No response_
### 💻 Code
```ts
import { ROUTES } from '@/shared/constants'
import { AppStore, Roo... | Needs More Info | low | Critical |
2,702,213,934 | neovim | Wrong ANSI colors in terminal | ### Problem
Terminal shows incorrect ANSI escapes for values 37 (bright white foreground) and 40 (black background). The black background seems to always be treated as background, even if particular color scheme uses a light color (here white). See `$PSStyle` output below, left are correct colors from regular terminal... | bug,terminal | low | Minor |
2,702,290,413 | vscode | R&D Workspace features for ai | <!-- ⚠️⚠️ 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. -->
Integrating AI capabilities into Visual Studio Code ... | feature-request | low | Minor |
2,702,310,279 | react-native | requestAnimationFrame callback order is nondeterministic | ### Description
In my experience, the order of rAF callbacks is always deterministic on web. It [seems](https://stackoverflow.com/a/34905490) like it's deterministic per spec. In other words, this:
```js
requestAnimationFrame(() => {
console.log('1')
})
requestAnimationFrame(() => {
console.log('2')
}... | Bug | low | Major |
2,702,316,561 | godot | SpinBox seemingly randomly crashes the whole Editor | ### Tested versions
Reproducible in: v4.3.stable.official [77dcf97d8]
(didnt test more versions since it takes so much time to get results)
### System information
Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 Ti (NVIDIA; 32.0.15.6094) - 13th Gen Intel(R) Core(TM) i5-1... | bug,crash,topic:gui | low | Critical |
2,702,346,968 | godot | Compressed animation blend shape tracks don't preserve weights of zero | ### Tested versions
Reproducible in Godot v4.4.dev [bbc54692c].
### System information
Windows 10.0.19045. Compiled with MSVC.
### Issue description
When rendering a mesh with blend shapes, the vertex shader will skip any shapes with a weight close to zero. However, compressed animation blend shape tracks output a... | bug,topic:animation | low | Critical |
2,702,429,692 | rust | Docs & `rustdoc`: Mark traits that have indirect and synthetic impls | There's a lot of implicit stuff going on behind the scenes in Rust that's dictated by the very nature of the trait-based type systems. However, that doesn't change the fact that hidden complexity makes it difficult to understand other people's code and write your own, let alone learn the language for newbies.
One exam... | T-rustdoc,C-enhancement,A-rustdoc-ui,T-rustdoc-frontend | low | Minor |
2,702,436,581 | godot | Unnecessary precision loss in compressed animation tracks | ### Tested versions
Reproducible in Godot v4.4.dev [bbc54692c].
### System information
Windows 10.0.19045. Compiled with MSVC.
### Issue description
Compressed animation tracks are losing half of their precision due to the choice of rounding in unorm conversion. The visual impact is very small in most cases, but t... | bug,topic:animation | low | Critical |
2,702,482,170 | godot | `Variant::iter_get` on empty `Array` crashes in release, but no errors reported with `DEBUG_ENABLED` | ### Tested versions
v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Mobile) - dedicated NVIDIA GeForce GTX 980 Ti (NVIDIA; 32.0.15.6603) - 13th Gen Intel(R) Core(TM) i7-13700K (24 Threads)
### Issue description
Calling `Variant::iter_get` on an empty `Array... | bug,topic:core | low | Critical |
2,702,501,015 | transformers | Replace all torch.FloatTensor by torch.Tensor | ### Feature request
I think `torch.FloatTensor` dtype should be replace by `torch.Tensor` now. torch.FloatTensor is quite anoying as it trigger warning most of the time, and force users to manually cast type to avoid such warning.
It seems that FloatTensor is not really use anymore in Torch. torch.FloatTensor and t... | Feature request | low | Minor |
2,702,582,226 | next.js | `Only plain objects can be passed from Client Components to Server Components` on route handler | ### Link to the code that reproduces this issue
https://github.com/tjwelde/next15-pinata-issue
### To Reproduce
1. `npm install`
2. `npm run dev`
3. open page (e.g. http://localhost:3000/)
4. everything still normal
5. reload page
6. see error in server logs
### Current vs. Expected behavior
Expecte... | bug | low | Critical |
2,702,591,726 | electron | Request for official rpm package | ### 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 | Minor |
2,702,620,195 | node | WebAssembly source phase imports | TC39 proposal [source phase imports](https://github.com/tc39/proposal-source-phase-imports) reached to stage 3 and has been implemented in V8 (starting from M131).
```js
import source FooModule from "./foo.wasm";
FooModule instanceof WebAssembly.Module; // true
```
The feature requires Node.js integration to s... | esm,wasm,web-standards | low | Minor |
2,702,646,258 | flutter | [go_router] Accessing GoRouterState in NavigationObserver after showMenu causes application to hang | ### Steps to reproduce
1. Setup GoRouter using a ShellRoute and add a NavigationObserver that uses ```GoRouterState.of(route.navigator!.context)```
2. add call to ```showMenu()``` in app
3. Line ```GoRouterState.of(route.navigator!.context)``` causes application to hang
Have noticed after setting up sample co... | package,has reproducible steps,P2,p: go_router,team-go_router,triaged-go_router,found in release: 3.24,found in release: 3.27 | low | Critical |
2,702,694,496 | PowerToys | clipboard didn't function well, when I come back to my pc's and the Screensaver are on then I can't open the second pc, and after that the mouse don't even comes back... | ### Microsoft PowerToys version
v0.86.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Mouse Without Borders, FancyZones, Awake, General
### Steps to reproduce
x
### ✔️ Expected Behavior
x
### ❌ Actual Behavior
nothing
### Other Software
_No response_ | Issue-Bug,Product-Mouse Without Borders | low | Major |
2,702,734,393 | next.js | Next.js 14 `loading.tsx` bug | ### Link to the code that reproduces this issue
https://github.com/jelius-sama/loading-bug-nextjs-14.git
### To Reproduce
1. Start the dev server.
2. Do a hard refresh to make sure nothing is cached in the browser.
3. From the index route ("/"), navigate to "art page" by clicking the link an observe the bordered s... | bug,Navigation,Lazy Loading | low | Critical |
2,702,803,384 | react | Blocking the event loop spawnSync | To avoid blocking event loop use **execSync** is best compare to **SpawnSync** this cause performance, when running multiple concurrent tasks in React build pipeline
**Consider replacing `spawnSync` with `spawn` to prevent blocking**
```js
const sha = execSync('git rev-parse HEAD').slice(0, 8);
| React 19 | medium | Major |
2,702,806,080 | opencv | Integrate TEBLID efficient descriptor with ORB feature detector | ### Describe the feature and motivation
[TEBLID](https://docs.opencv.org/4.x/dd/dc1/classcv_1_1xfeatures2d_1_1TEBLID.html) developed by @iago-suarez is a very efficient feature detector that is much better than [ORB](https://docs.opencv.org/4.x/db/d95/classcv_1_1ORB.html) current descriptor using the same pixel pair g... | feature,category: features2d,GSoC | low | Major |
2,702,816,034 | PowerToys | Disabling Alt+Tab+1234567890 | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
To recreate: hold down Tab in WoW.exe and execute a macro (Alt+1).
This will open the Alt+Tab window, even when disabled in PowerTools and the... | Issue-Bug,Product-Keyboard Shortcut Manager,Needs-Triage | low | Minor |
2,702,871,630 | rust | `no method named "fract" found for type "f64" in the current scope` when in `no_std` | I tried this code:
```rust
#![no_std]
fn get_fract(f: f64) -> f64 {
f.fract()
}
```
I expected to see this happen: Compiles successfully
Instead, this happened: Fails to compile with `E0599` "no method named `fract` found for type `f64` in the current scope"
### Meta
`rustc --version --verbose`:
```
rustc 1.83... | T-libs-api,T-libs,C-discussion | low | Major |
2,702,872,013 | rust | compiletest can explode due to cyclic auxiliaries | Right now, compiletest does not forbid auxiliaries from declaring each other as auxiliaries, creating a cycle in the auxiliary build graph. This means that, e.g. for aux A requesting aux build of B, aux B can also request aux build of A.
This will eventually kaboom.
I can't find an existing issue for this, tried sear... | E-hard,T-bootstrap,C-bug,A-compiletest | low | Minor |
2,702,876,397 | deno | Mongodb Deno SRV connection not working. | Version: Deno 2.0.* / canary
I am using windows and decided to switch from feathersjs to simple deno or hono+deno with mongoose/mongodb
Tried all possible options, changing deno versions or mongoose or mongdb.
It works on my IP (sometimes) but rest it doesnt work from any other IP.
Evfen my Atlas cloud Networ... | bug,node compat | low | Critical |
2,702,876,993 | rust | compiletest: Automatically specify `-Zunstable-options` when the `edition` header is set to an unstable edition | During each new edition, it is a bit of a hassle to add/remove `-Zunstable-options` headers for the next edition. I think it would be helpful to automatically specify `-Zunstable-options` when an `edition` header specifies an unstable edition. This means there would roughly be one place to make the switch (compiletest ... | A-testsuite,C-enhancement,T-compiler,T-bootstrap,A-compiletest,E-needs-investigation | low | Minor |
2,702,924,772 | ui | [bug]: Unhandled Runtime Error TypeError: Cannot destructure property 'getFieldState' of '(0 , {imported module [project]/nodemodules/.pnpm/react-hook-form@7.53.2react@18.3.1/nodemodules/react-hook-form/dist/index.esm.mjs [app-client] (ecmascript)}.useFormContext)(...)' as it is null. | ### Describe the bug

React does not recognize the `handleSubmit` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `handlesubmit` instead. If you accidentally p... | bug | low | Critical |
2,702,925,168 | godot | Tileset's physics layer polygon editor doesn't update tile preview when selecting another tile in expanded mode | ### Tested versions
- v4.3.stable.arch_linux, should be https://github.com/godotengine/godot/commit/77dcf97d82cbfe4e4615475fa52ca03da645dbd8
### System information
Godot v4.3.stable unknown - Arch Linux #1 SMP PREEMPT_DYNAMIC Fri, 22 Nov 2024 16:04:27 +0000 - X11 - Vulkan (Mobile) - integrated Intel(R) UHD Graphics ... | bug,topic:editor,topic:2d | low | Minor |
2,703,023,038 | ui | [bug]: CLI not abiding by -p / --path | ### Describe the bug
`npx shadcn@latest add button --path=/foo/bar/test-path` is using what's in my `components.json` aliases and not the `test-path`.
Seems like something may have broke as the reply to this doesn't work: https://github.com/shadcn-ui/ui/issues/1803
### Affected component/components
All
### How t... | bug | low | Critical |
2,703,053,925 | node | monitorEventLoopDelay metrics are completely off especially the count | ### Version
v23.3.0
### Platform
```text
Darwin Rochs-MBP-3710.localdomain 23.4.0 Darwin Kernel Version 23.4.0: Wed Feb 21 21:44:43 PST 2024; root:xnu-10063.101.15~2/RELEASE_ARM64_T6000 arm64
```
### Subsystem
perf_hooks
### What steps will reproduce the bug?
```js
const { monitorEventLoopDela... | perf_hooks | low | Critical |
2,703,164,765 | tauri | [bug] Hot reload on android (angular) not working: [vite] failed to connect to websocket | ### Describe the bug
I want to build an app on android using tauri with angular. Hot reload is not working and i get below error message when starting using `npm run tauri android dev`:
When making changes, they are detected and I see the logs:
```
Initial chunk files | Names | Raw size
main.js | ma... | type: bug,status: needs triage | 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.