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,736,101,917 | react-native | [0.76.5] Modal glitchy behavior on iOS | ### Description
My issue is closely related to https://github.com/facebook/react-native/issues/47694. Initially I didn't see 2nd modal at all (in 0.76.3), but after updating to 0.76.5 at least 2nd Modal started appearing.
But what I noticed is that hiding animation shows artifacts of the previous render of a Modal ... | Platform: iOS,Issue: Author Provided Repro,Resolution: PR Submitted,Component: Modal | low | Critical |
2,736,141,952 | godot | Bug with VisibilityEnabler and AudioStreamPlayer | ### Tested versions
The bug is present in the stable 4.3 version and the several 4.4 dev versions that I have tried.
### System information
Godot v4.4.dev6 - Windows 10.0.19045 - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 6GB (NVIDIA; 32.0.15.6636) - AMD Ryzen 7 2700X Eight-Core... | bug,topic:core | low | Critical |
2,736,230,216 | vscode | Paste slow | <!-- ⚠️⚠️ 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,typescript | high | Critical |
2,736,255,973 | go | x/net/http2: when StrictMaxConcurrentStreams enabled ClientConn.ReserveNewRequest() causes stalls in request processing | ### Go version
go1.23.3
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='on'
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/michal/Library/Caches/go-build'
GOENV='/Users/michal/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='arm64'
GOHOSTOS='darwin'
GOINSE... | NeedsInvestigation | low | Critical |
2,736,272,796 | ui | [bug]: 2.1.7 breaks alias resolution | ### Describe the bug
`npx shadcn@latest add sidebar` doesn't work (points to 2.1.7)
`npx shadcn@2.1.6 add sidebar` works as expected.
Here are examples of my config
```json
{
...
"aliases": {
"components": "@org/package1/components",
"utils": "@org/package1/lib/utils",
"ui": "@org/pack... | bug | low | Critical |
2,736,293,506 | pytorch | [FlexAttention] Support the number of shared query heads in GQA to not be the power of 2 | ### 🚀 The feature, motivation and pitch
I've implemented FlexAttention for SmolLM, but since HF team uses 3 query heads per KV-head, the compilation fails for `seq_length=5`:
```
LoweringException: ValueError: Number of shared query heads sharing the same KV head must be power of 2.
target: flex_attention
... | triaged,oncall: pt2,module: higher order operators,module: pt2-dispatcher,module: flex attention | low | Critical |
2,736,329,518 | node | module.registerHooks() tracking issue | - [x] Initial proposal: https://github.com/nodejs/node/issues/52219
- [x] Loaders design proposal: https://github.com/nodejs/loaders/pull/198
- [x] Initial implementation: https://github.com/nodejs/node/pull/55698
- [ ] Implement evaluation hook for at least CJS to help use cases like require-in-the-middle, which was s... | module,loaders | low | Minor |
2,736,331,021 | rust | Lint for returning a pointer to stack memory associated with a local variable | ### Code
```Rust
pub fn foo() -> *const i32 {
let x = 42;
&x
}
```
### Current output
rustc doesn't currently warn about this.
### Desired output
A warning that this pointer is referencing a local variable and is going to be dangling immediately. E.g.
```text
error: returning a pointer to stack memory as... | A-diagnostics,T-compiler | low | Critical |
2,736,332,834 | go | x/crypto/sha3: TestCSHAKELargeS times out on s390x | ### Go version
go version go1.23.2 linux/s390x
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='s390x'
GOBIN=''
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='s390x'
GOHOSTOS='linux'
GOINSECURE=''
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPRIVATE=''
GOPROXY='direct... | NeedsInvestigation,arch-s390x | low | Critical |
2,736,335,695 | react-native | Missing '#include "ReactCommon/SchedulerPriority.h"'; 'SchedulerPriority' must be declared before it is used | ### Description
I'm trying to upgrade the react native version to 0.76.3, but an error occurs in iOS and the build fails. What's the problem?
### Steps to reproduce
1. pod install
2. bundle install && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
3. Xcode ios build
### React Native Version
0.76.3
### Affected ... | Needs: Repro,Newer Patch Available,Needs: Attention,Type: New Architecture | medium | Critical |
2,736,340,904 | go | proposal: structs: NoCopy | **Background:** In general, copying of mutable Go data structures is a risky business. Go has no analogue of C++'s DISALLOW_COPY_CONSTRUCTORS macro or Rust's Copy trait, so it is always possible to copy values of any type. However, shallow copying may hide very subtle aliasing bugs:
- The original and the copy can no ... | Proposal,Analysis | medium | Critical |
2,736,351,799 | rust | ICE: `assertion failed: self.let_source != LetSource::None` | <!--
[31mICE[0m: Rustc ./a.rs '' 'thread 'rustc' panicked at compiler/rustc_mir_build/src/thir/pattern/check_match.rs:437:9: 'assertion failed: self.let_source != LetSource::None'', 'thread 'rustc' panicked at compiler/rustc_mir_build/src/thir/pattern/check_match.rs:437:9: 'assertion failed: self.let_source != LetSou... | I-ICE,T-compiler,C-bug,F-coerce_unsized,S-has-mcve,S-bug-has-test | low | Critical |
2,736,366,745 | storybook | [Documentation]: Improve docs for storybook/@nextjs-experimental-vite | ### Describe the problem
Could the docs be improved for the Next.js 'With Vite' setup?
I would personally greatly appreciate a template repo as I have not been able to get the right config to get this specific setup working.
I understand this is experimental - but its hard to be a tester if I can't get it running.
@... | documentation | low | Minor |
2,736,369,998 | godot | Scene takes ~10 seconds longer on startup if another Godot Instance or the Godot Project Manager is open in the background | ### Tested versions
Godot v4.3.stable (77dcf97d8)
### System information
Godot v4.3.stable (77dcf97d8) - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 Laptop GPU (NVIDIA; 32.0.15.6614) - 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (16 Threads)
### Issue description
If the project ... | bug,topic:editor,performance | low | Minor |
2,736,388,377 | pytorch | assert_size_strided hit on Conv1d with strided input | ### 🐛 Describe the bug
backend: inductor, any mode
reproducer:
```python
import torch
from torch.nn import Conv1d
net_d = Conv1d(in_channels=1, out_channels=16, kernel_size=15, stride=1, padding=7, device='cuda')
net_d = torch.compile(net_d)
wave = torch.randn((8, 1, 1024), device='cuda').as_strided(
... | triaged,oncall: pt2,module: inductor | low | Critical |
2,736,392,325 | angular | Inconsistency between "Accessing query parameters and fragments" headline and provided example | ### Describe the problem that you experienced
The current documentation under the headline "Accessing query parameters and fragments" does not actually demonstrate how to handle query parameters or fragments. Instead, it focuses on accessing a route (path) parameter and navigating to a route with a path parameter.
Fo... | area: docs | low | Critical |
2,736,405,054 | vscode | VSCode launch failed (code 43) (conflict with MacType?) | <!-- ⚠️⚠️ 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,windows,sandbox,mitigated | low | Critical |
2,736,411,159 | ollama | Windows NUMA 4 socket, 144 core system, default thread count causes very poor performance | ### What is the issue?
A 135M-parameter model only yielded 4 words after running for 3.5 hours on one 36-core CPU @ 100% load.
A 3.8B model yielded only 10 words after 10.5 hours on the same machine.
Prompt in both cases: "Introduce yourself."
Windows Server 2016 OS (direct install, no Docker).
Ollama 0.5.... | bug,performance,windows | low | Major |
2,736,438,995 | rust | Detect different borrowing in different sub-expressions the same expression and suggest borrowing when applicable | ```
error[E0308]: mismatched types
--> compiler/rustc_middle/src/ty/context.rs:3212:73
|
3210 | match expr.kind {
| --------- this expression has type `rustc_hir::ExprKind<'_>`
3211 | hir::ExprKind::Path(qpath)
| ----- first introduced... | A-diagnostics,P-low,T-compiler,A-suggestion-diagnostics,D-terse | low | Critical |
2,736,440,309 | rust | SIGSEGV/SIGILL while building `rustc` itself in x86_64 apple CI jobs | This does not seem like an isolated case, see label https://github.com/rust-lang/rust/labels/CI-spurious-x86_64-apple-SIGSEGV-SIGILL
---
In the revert PR #134207, non-compiler (and AFAICT unrelated changes) ran into a SIGSEGV while compiling `rustc_codegen_llvm` on the `dist-x86_64-apple` job.
CI job: https://github... | I-crash,O-x86_64,T-compiler,A-spurious,C-bug,S-needs-repro,O-apple,CI-spurious-x86_64-apple-SIGSEGV-SIGILL | low | Critical |
2,736,447,987 | terminal | GitHub Copilot on Terminal Chat might be adding some shortcut hotkey | ### Description of the new feature
The `Clear the message history` might be able to bind a hotkey on it. For example, `Ctrl-L`.

### Proposed technical implementation details
_No response_ | Issue-Feature,Product-Terminal,Needs-Tag-Fix,Priority-3,Area-Chat | low | Minor |
2,736,477,871 | pytorch | MPS incompatibility: Calls into the C++ engine to run the backward pass | ### 🐛 Describe the bug
I've been build a CLIP model
This is my architecture
```python
from transformers import DistilBertModel
import torch
import torch.nn as nn
class TextEncoderHead(nn.Module):
def __init__(self, model):
super(TextEncoderHead, self).__init__()
self.model = model
... | triaged,module: regression,module: mps | low | Critical |
2,736,495,479 | react | [Compiler Bug]: Handle TSInstantiationExpression expressions | ### What kind of issue is this?
- [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing or using the Babel plugin)
- [ ] eslint-plugin-react-compiler (build issue installing or using the eslint plugin)
- [ ] reac... | Type: Bug,Status: Unconfirmed,Component: Optimizing Compiler | medium | Critical |
2,736,496,041 | kubernetes | Failed to get rootfs info if the host machine uses bcachefs raid array | ### What happened?
If you create a host machine with bcachefs file system with multiple drives:
```bash
❯ bcachefs format /dev/nvme0n1p2 /dev/nvme1n1p2 --replicas=2
❯ mount -t bcachefs /dev/nvme0n1p2:/dev/nvme1n1p2 /mnt
```
The filesystem device is in every linux tool defined as `/dev/nvme0n1p2:/dev/nvme1n1p2... | kind/bug,priority/backlog,sig/node,triage/accepted | low | Critical |
2,736,508,208 | TypeScript | Scoped module declarations | ### 🔍 Search Terms
scoped module declarations, scoped globals, scoping global types
### ✅ 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 d... | Suggestion,Needs Proposal | low | Critical |
2,736,513,497 | kubernetes | Don't use namespace index when btree is enabled | ### What would you like to be added?
There are two competing improvements to perfomance of namespaced LIST:
* StorageNamespaceIndex - introduced to Beta in 1.30, configures pod resource to index by namespace.
* BtreeWatchCache - introduced to Beta in 1.31, allows prefix based listing which includes namespace. Rem... | sig/api-machinery,kind/feature,triage/accepted | low | Major |
2,736,550,372 | terminal | Make sure foo.ico,0 works as an icon specifier | ### Windows Terminal version
1.21.3231.0
### Windows build number
10.0.19045.5198
### Other Software
_No response_
### Steps to reproduce
Change default PNG resource with any std Windows ICO resource and you get one behavior. Add ",0" at the end for another behavior. Both together would be correct as a whole. In... | Issue-Bug,Area-UserInterface,Product-Terminal,Needs-Tag-Fix,Priority-3 | low | Major |
2,736,589,961 | go | x/vulndb/internal/worker/log: TestGoogleCloudHandler failures | ```
#!watchflakes
default <- pkg == "golang.org/x/vulndb/internal/worker/log" && test == "TestGoogleCloudHandler"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8728801344753110513)):
=== RUN TestGoogleCloudHandler
log_test.go:28:
got {... | NeedsInvestigation,vulncheck or vulndb | low | Critical |
2,736,591,853 | PowerToys | Add greater than to the possible key remapping | ### Description of the new feature / enhancement
Hi,
in **Powertoys Keyboard Manager** remaping the "<" key is straghtforward but ">" must be done by using SHIFT+ combination for "<". (not very intuitive)
I am writing this from a laptop keyboard that (for some strange reason) does not have "<" nor ">" but i have see... | Issue-Bug,Product-Keyboard Shortcut Manager,Priority-2 | low | Minor |
2,736,596,840 | go | proposal: slices: MutableValues iterator | ### Proposal Details
It's a common task to iterate over a slice and modify its elements. For the following structure:
```go
type element struct {
field int
}
var (
elements = []element{
{field: 1},
{field: 2},
{field: 3},
}
doubledElements = []element{
{field: 2},
{field: 4},
{field... | Proposal | medium | Major |
2,736,603,389 | vscode | Use unique sounds for code action triggered and applied | ATM, we're re-using sounds, it would be better to have unique ones to reduce confusion.
cc @jooyoungseo, @afre100 | feature-request,accessibility | low | Minor |
2,736,617,423 | vscode | Expose syntactic or semantic tokens with styles to extensions | <!-- ⚠️⚠️ 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. -->
While VSCode has for a while supported the "text/html... | feature-request,api,semantic-tokens | low | Minor |
2,736,620,437 | rust | alloc_error_handler can be an `unsafe fn` which is then unsoundly invoked | This code currently compiles:
```rust
#![feature(alloc_error_handler)]
#![no_std]
extern crate alloc;
#[alloc_error_handler]
unsafe fn f(_: alloc::alloc::Layout) -> ! {
core::hint::unreachable_unchecked();
}
```
This is unsound if the alloc error handler ever gets invoked.
The alloc_error_handler feature is sti... | T-compiler,I-unsound,C-bug,requires-nightly | low | Critical |
2,736,640,387 | rust | bootstrap/compiletest: msys2 msys `--skip` filter behaves strangely | > As I suspected (unfortunately), inside MSYS2 MSYS, the `--skip` on the exact path does not work (I suspect this is a compiletest problem, not bootstrap). However, MSYS2 MSYS also has several other `./x test`-related issues, so this is not worth blocking on MSYS2 problems IMO.
```bash
$ ./x test tests/ui/traits/f... | E-hard,C-enhancement,T-bootstrap,A-compiletest,A-test-infra | low | Critical |
2,736,690,029 | pytorch | Support Mutation on Epilogue Fusion on template | ### 🐛 Describe the bug
It seems that `torch.compile` does not fuse matmul followed by `index_add`, even though scatter (`index_put_`) is considered pointwise and should theoretically be fusable.
When attempting to fuse `op1 (matmul)` -> `op2 (index_put_)`, the inductor throws a fusion error due to `index_put_` inv... | triaged,oncall: pt2,module: inductor | low | Critical |
2,736,729,528 | terminal | SUI Nullable Colors & Icon control Follow-ups | Follow-ups from #17870:
- [x] [A11y] Screen readers don't read expander's preview text
- Tracked in https://github.com/microsoft/microsoft-ui-xaml/issues/10282
- ~Hmm... it might be better to just directly set the `AutomationProperty.Name`~
- PR #18418
- [ ] Add Tab Color to settings UI
- [ ] Update CursorColo... | Product-Terminal,Issue-Task,Needs-Tag-Fix,Area-SettingsUI | low | Critical |
2,736,729,758 | storybook | [Bug]: At the end of a test run, the description briefly flashes "Not run" | When running tests, the description goes through these phases:
1. _"Starting..."_
1. _"Testing... X/Y"_
1. _"Not run"_ 👈 **Bug**
1. Empty, causing the UI to jump for a frame or two 👈 **Bug**
2. _"Ran X tests Y seconds ago"_
(The video is slowed down x0.5)
https://github.com/user-attachments/assets/e00ee708-0fbb-47... | bug,ui,sev:S3,addon: test | low | Critical |
2,736,748,539 | ui | [bug]: Missing tailwind config for borderRadius xl | ### Describe the bug
Affects components that use `rounded-xl`. eg. the `<Card />` component.
See discussion:
https://github.com/shadcn-ui/ui/discussions/4902
### Affected component/components
Card
### How to reproduce
1. Change your global css ---radius to 0rem
2. You'll see ever component except for `<Card /... | bug | low | Critical |
2,736,756,260 | svelte | More detailed explanation of why using $effect is not a good idea if it can be avoided | ### Describe the bug
I think the explanation of when not to use `$effect`'s is rather lacking in terms of the exact reasons why. Instead of just saying `don't do this...`, which is fine, it would more helpful for learning to understand the exact reasons.
This section: https://svelte.dev/docs/svelte/$effect#When-... | documentation | low | Critical |
2,736,768,105 | pytorch | bug with pytorch compile + DTensor on latest nighly | ### 🐛 Describe the bug
```shell
[rank1]: Traceback (most recent call last):
[rank1]: File "<frozen runpy>", line 198, in _run_module_as_main
[rank1]: File "<frozen runpy>", line 88, in _run_code
[rank1]: File "/u/mayank98/scratch/tmp1/dolomite-engine/dolomite_engine/pretrain.py", line 411, in <module>
[ran... | oncall: distributed,triaged,oncall: pt2,module: aotdispatch,module: pt2-dispatcher | low | Critical |
2,736,787,539 | flutter | Overlay content scroll should not change Appbar's Background Color | As per [material 3 guide for Appbar](https://m3.material.io/components/top-app-bar/overview). The Appbar should apply a container fill color to separate app bar from body content. This works well when using the Flutter app bar.
But when the body Contains an overlay with a scrollable the Appbar color changes when sc... | framework,f: material design,has reproducible steps,P2,team-design,triaged-design,found in release: 3.27,found in release: 3.28 | low | Critical |
2,736,809,868 | flutter | Incorrect flutter tools output for profile mode web apps | DevTools is not available for profile mode web apps, but "Open Flutter DevTools" is still available in the help menu. We should remove this option for profile mode web apps.
It would be nice if the flutter tools output gave an instruction for how to profile this type of app. Something that instructs the user to user... | tool,platform-web,team-tool | low | Critical |
2,736,810,488 | go | x/tools/gopls/internal/analysis: add "modernizer" analyzers | Between generics, iterators, min and max, new standard packages such as `slices`, `maps`, and `cmp`, there are a large number of new ways to write Go code more concisely and no less clearly. We should develop "modernizer" analyzer(s) that identify such opportunities and offer suggested fixes.
Many of these are already... | FeatureRequest,gopls,Tools,Analysis,gopls/analysis,Refactoring | medium | Critical |
2,736,820,588 | react | [React 19] [SUGGESTION] Consistency: Rename useFormStatus().pending to useFormStatus().isPending | This isn’t a bug report or a question, apologies if this isn’t the right place to post.
Throughout the documentation, conventions like adding prefixes to booleans (e.g., isPending for startTransition, useActionState, etc.) are consistently followed.
To keep things consistent, could useFormStatus().pending be rena... | React 19 | low | Critical |
2,736,826,792 | go | x/build: set a maintenance window for the kubernetes instance | The Kubernetes instance we have on GKE should have a maintenance window set. The Go 1.24 RC1 release was interrupted by a Kubernetes upgrade. We should decide when an optimal window is and set it.
@golang/release | Builders,NeedsFix | low | Minor |
2,736,870,967 | ui | [bug]: 'SidebarContext' is already defined @typescript-eslint/no-redeclare | ### Describe the bug
great work with the sidebar component. it works very well!
when i cleanup my project and reduce all warnings, i found that the sidebar component contains one.
of course i can eslint ignore the line, but i think its worth revisiting to avoid that others need to do this as well:
https://git... | bug | low | Critical |
2,736,911,996 | ollama | Add support for setting models to private on `ollama push` | Currently, while it's possible to create private repositories through the ollama.com web interface, there's no way to initialize a new private repository directly through the ollama push CLI command. This creates friction in automated workflows and requires context switching between CLI and web interface when working w... | feature request | low | Minor |
2,736,936,556 | rust | The combination of alloc_error_handler and target_features_11 is unsound | The following code compiles:
```
#![feature(target_feature_11, alloc_error_handler)]
#[target_feature(enable = "avx")]
#[alloc_error_handler]
fn f(_: std::alloc::Layout) -> ! {
panic!()
}
```
However, this is unsound if the allocation error handler is invoked on a machine that does not support `avx`.
The alloc... | T-compiler,I-unsound,C-bug,requires-nightly,F-target_feature_11 | low | Critical |
2,737,062,102 | go | runtime: panic in runtime.mapiterinit (loong64) | ```
#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/integration/misc" && test == "TestIssue38815/default"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8728815051462899121)):
=== RUN TestIssue38815/default
panic: runtime error: i... | help wanted,NeedsInvestigation,Tools,arch-loong64,compiler/runtime | low | Critical |
2,737,080,683 | angular | Incorrect parsing of complex selectors inside `:host-context` | ### Which @angular/* package(s) are the source of the bug?
compiler
### Is this a regression?
No
### Description
Basically the expectation is:
```
expect(shim(':host-context(:where(.foo:not(.bar))) {}', 'contenta', 'hosta')).toEqualCss(
':where(.foo:not(.bar))[hosta], :where(.foo:not(.bar)) [hosta] {}',
... | area: compiler,compiler: styles | low | Critical |
2,737,082,772 | godot | TileMap Pixel Snapping Precision - Black Lines | ### Tested versions
4.3
4.4-dev6
### System information
Windows 11 - Godot 4.3
### Issue description
TileMap pixel snapping loses precision the further away from the origin you get. Near (0,0) coordinates the TileMap behaves perfectly, for the sake of exaggerating the effect, I've attached a minimal project at ~20... | bug,topic:2d | low | Minor |
2,737,115,483 | pytorch | is it desirable to assume complex expressions in torch._check to be true | ### 🚀 The feature, motivation and pitch
For the following code,
```python
import torch
torch._dynamo.config.capture_scalar_outputs = True
def f(x):
c = x.item()
return torch.ones(c*2)
out = torch.compile(f, fullgraph=True)(torch.tensor(3, dtype=torch.int64))
```
I'm getting an data dependent er... | oncall: pt2,module: dynamic shapes,oncall: export | low | Critical |
2,737,118,469 | rust | Trivial bounds with associated types regression | ### Code
I tried writing some macro code that in some cases generates code similar to:
```rust
pub trait A {
type X;
}
pub trait B: A<X = Self::Y> {
type Y: C;
}
impl<L> A for L {
type X = L;
}
pub trait C {}
impl C for () {}
impl<T> B for T
where
T: A,
T::X: C,
{
type Y = T::X;
}
fn de... | A-trait-system,P-low,regression-from-stable-to-stable,C-bug,T-types,fixed-by-next-solver | low | Critical |
2,737,141,779 | PowerToys | Keep Awake - option for 'until another program is not busy' | ### Description of the new feature / enhancement
I would like to be able to select another option on the Keep Awake tray icon context menu for 'keep awake until program finishes'
Then, I choose the process from a list or maybe just select an active window on the screen like a terminal window.
Once the selected progr... | Idea-Enhancement,Needs-Triage,Needs-Team-Response,Product-Awake | low | Minor |
2,737,169,657 | kubernetes | "Error syncing pod, skipping" err="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial unix /run/containerd/containerd.sock: connect: connection refused\"" pod="" podUID="" | ### What happened?
Pod has been terminating, error: "Error syncing pod, skipping" err="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial unix /run/containerd/containerd.sock: connect: connection refused\"" pod="" podUID="", Actually, containerd is normal
### What... | kind/bug,needs-sig,needs-triage | low | Critical |
2,737,171,624 | pytorch | Cannot compile a block that contains Flex attention without graph breaks | ### 🐛 Describe the bug
Flex attention needs to be compiled independently to the rest of the block which creates graphbreaks.
To make it work it wrap the flex attention as follow:
```python
flex_attention_compiled = torch.compile(
flex_attention,
dynamic=False,
)
@torch.compiler.disable(recursive... | triaged,oncall: pt2,module: higher order operators,module: pt2-dispatcher,module: flex attention | low | Critical |
2,737,191,457 | kubernetes | store more event in watch cache when apiserver restart to avoid watch request trigger relist | ### What would you like to be added?
Due to the existence of the bookmark mechanism, the difference between the resource version that the client carries when rewatching and the resource version that the apiserver gets from the list in etcd when it starts up is not too big.
It would be nice to be able to cache more ... | sig/api-machinery,kind/feature,triage/accepted | low | Major |
2,737,192,396 | flutter | [SwiftPM] When Swift Package Manager migration fails, link to documentation instructions to set it up manually | The Xcode project format has a notoriously bad reputation among iOS/macOS software engineers. It is fragile, hard to read, and difficult to maintain. This is why iOS engineers often reinvent alternatives or generators for Xcode project files, such as [XcodeGen](https://github.com/yonaskolb/XcodeGen) and [Tuist](https:/... | platform-ios,tool,platform-mac,c: proposal,P2,team-ios,triaged-ios | low | Critical |
2,737,203,788 | react | Bug: Replace md5 with sha256 in createFastHash(). | 1.MD5 has potential collision risks.
2.Even for speed considerations, MD5 is slower than SHA256, so replacing MD5 with SHA256 is worthwhile.
code at:https://github.com/facebook/react/blob/e06c72fcf4632ad3117add713a25f6354631f037/packages/react-server/src/ReactServerStreamConfigNode.js#L234-L238
Below are the speed t... | Status: Unconfirmed | low | Critical |
2,737,210,753 | flutter | Screen readers cannot list or move focus to elements outside of the current viewport | ### Steps to reproduce
<p>NVDA, JAWS, and VoiceOver Screen readers cannot list or move focus to elements outside of the current viewport. Any elements that have scrolled out of view or haven't yet been scrolled into view will NOT be reachable via screen reader basic keyboard commands for reading and navigating web c... | framework,a: accessibility,platform-mac,platform-windows,platform-web,P2,customer: castaway,team-web,triaged-web | low | Minor |
2,737,219,918 | kubernetes | 'requiredDuringSchedulingIgnoredDuringExecution' evicts Daemonset when node label removed | ### What happened?
The node affinity requires that the Daemonset be deployed on a node with a specified label. Affinity type is requiredDuringSchedulingIgnoredDuringExecution.
When Daemonset has been running for a while, remove the label.
Daemonset will be destroyed.
However, according to [the official doc,](ht... | kind/bug,sig/scheduling,needs-triage | low | Minor |
2,737,274,756 | godot | `Area2D` `monitorable`, `monitoring` and `area_enter` logic flaw | ### Tested versions
v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10.0.22621 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4060 Laptop GPU (NVIDIA; 31.0.15.2887) - 13th Gen Intel(R) Core(TM) i7-13700H (20 Threads)
### Issue description
There are two area2d,we call them A ... | topic:physics,topic:2d | low | Minor |
2,737,304,911 | ant-design | Input 存在 suffix 的情况下 Popover 弹出位置错乱 | ### Reproduction link
[](https://codesandbox.io/p/sandbox/ji-ben-shi-yong-antd-5-22-4-forked-wq79lt?workspaceId=ws_UGUVoYEGqyRdAXEjC2LGE2)
### Steps to reproduce
看重现链接中代码
### What is expected?
Popover 弹出框始终以 Input 元素的包装 dom 节点的... | 🐛 Bug,help wanted | low | Major |
2,737,306,104 | vscode | Add the 'preview' flag to vscode.window.createWebviewPanel | <!-- ⚠️⚠️ 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. -->
Add `preview: boolean` to `vscode.window.createWebvie... | feature-request,api,webview | low | Minor |
2,737,306,446 | ant-design | 使用px2remTransformer时,css变量中的px没有被转化 | ### Reproduction link
[](https://codesandbox.io/p/sandbox/sandpack-project-forked-3zrwyk?file=%2Fapp.tsx)
### Steps to reproduce

见复现链接,我找到... | 🐛 Bug | low | Minor |
2,737,313,180 | kubernetes | watcher always terminal | ### What happened?
when is use
https://xxxxxx/api/v1/pods?timeoutSeconds=10000&watch=true
watcher will terminal
we have 100000 pods
i see #13969
this param will return all pods event
(c *cacheWatcher) processInterval will exec process func when initEvents send to result success,but is took 5s-6s.
if... | kind/bug,needs-sig,needs-triage | low | Major |
2,737,406,067 | kubernetes | add `matchLabelKeys: ["pod-template-hash"]` in the default `ScheduleAnyway` topology spread | We recently added `matchLabelKeys` feature at [pod topology spread](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/).
Pod topology spread has the [Cluster-level default constraints](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#cluster-level... | sig/scheduling,kind/feature,sig/apps,needs-triage | medium | Critical |
2,737,444,812 | deno | mutation testing | Deno's testing and code coverage support are great and continue to improve. Sometimes developers write code and don't realize their tests don't assert certain things. Sometimes they write tests and they pass but don't realize that they wouldn't fail even if the code under test were changed. We can "test our tests" usin... | suggestion,testing | low | Major |
2,737,459,128 | svelte | Nested Destructuring of $props() | ### Describe the problem
I often find myself destructuring $props. In cases such as
```ts
const { index } = $props()
```
This is, as shown, simple and clean. But what if the prop we are destructuring is in itself an object?
```ts
const { suggestion: { id } } = $props()
```
The above does not work, and gives ... | feature request | low | Critical |
2,737,466,003 | ant-design | Autocomplete dropdown not moving to next line when there is a textarea with multiple lines |
### Reproduction link
[](https://codesandbox.io/p/sandbox/h7r72q)
### Steps to reproduce
Look at the Customize Input Component for Autocomplete.
When you type in the next line of the textarea - the dropdown of the Autocomplete s... | improvement | low | Minor |
2,737,473,325 | pytorch | Compiled Autograd + Activation Checkpointing/Offloading | ### 🚀 The feature, motivation and pitch
There's been many issues interested in this topic, so I'm going to use this issue to track the current status.
## Full support
- Checkpointing inside of compiled region i.e. `torch.compile(checkpoint(fn))`
- Reentrant i.e. `checkpoint(fn, use_reentrant=True)` on 2.6+
## Parti... | triaged,oncall: pt2,module: compiled autograd,activation-checkpointing | low | Critical |
2,737,522,010 | PowerToys | Keyboard manager is not working | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
I use Dvorak keyboard layout. So, I map Ctrl-J to Ctrl-C and Ctrl-K to Ctrl-V.
It would work half of the time and half of other time it ... | Issue-Bug,Product-Keyboard Shortcut Manager,Needs-Triage,Needs-Team-Response | low | Minor |
2,737,545,868 | pytorch | FSDP constructor get stuck with `sync_module_states=True` | ### 🐛 Describe the bug
When using FSDP with `sync_module_states=True`, the FSDP constructor will get stuck. Since the CUDA operations are async, the main process will get stuck at the first time accessing the FSDP wrapped model.
```python
import torch
import torch.distributed as dist
from transformers impor... | oncall: distributed,module: fsdp | low | Critical |
2,737,606,089 | pytorch | [Inductor] [CPU] `nn.LayerNorm` outputs numerical error compared with eager | ### 🐛 Describe the bug
related to #142839.
To be honest, I am not sure whether it's my negligence because It seems that many `Norm` operators output numerical error in `Inductor mode`.
This error is only obvious on `CPU`.
Subsequently, I would check other `Norm` operators.
Plz feel free to correct me ... | triaged,module: correctness (silent),oncall: pt2,module: inductor,oncall: cpu inductor | low | Critical |
2,737,607,946 | tauri | [bug] window randomly restarts and freezes, possibly WASM related | ### Describe the bug
I am working on an application that uses whisper from transformers.js (which downloadss wasm files), in electron and the browser this issue doesn't exist.
I am not seeing any error messages in the console or in the terminal.
What I am seeing is that the page randomly refreshes, and sometime... | type: bug,status: upstream,platform: macOS,status: needs triage | low | Critical |
2,737,666,079 | vscode | SCM - The version-control comment is not DevContainer-specific | - VS Code Version: 1.69.0 | 92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9 | x64
- OS Version: Linux | 5.15.0-40-generic | 43-Ubuntu SMP | x86_64 GNU/Linux
Steps to Reproduce:
1. Install Remote Development extension
2. Set a `name` for the `devcontainer.json`
3. Get inside the DevContainer
4. Make a commit comment
... | bug,scm | low | Major |
2,737,709,016 | pytorch | [Inductor] [Device] `LazyConv` behave differently on CUDA and CPU with 1D, 2D, and 3D | ### 🐛 Describe the bug
Using `LazyConv2d` as an example, When the `input_channels` in `input_tesor` is set to **0**.
`CUDA Inductor` can't pass the check while others return empty tensors.
```python
import torch
import torch.nn as nn
class Model(nn.Module):
def __init__(self):
super(Mode... | module: autograd,triaged,oncall: pt2,module: inductor | low | Critical |
2,737,881,542 | tauri | [bug] Android build on Arch Linux: 'getentropy' is unavailable: introduced in Android 28 | ### Describe the bug
I used reqwest in the project and needed to compile it to Android, but reqwest relies on 'opensl-sys', which reported an error when compiling Android.
`When compiling Android "openssl-sys" read the"aarch64-linux-android24-clang" version, but we followed the error message and requested to use a ve... | type: bug,status: needs triage | low | Critical |
2,737,891,221 | ant-design | form.setFieldsValue don't work when trigger twice | ### Reproduction link
[](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-jztmdz)
### Steps to reproduce
1. 点击 setValue 按钮
2. Select 选择 2
3. 再次点击 setValue 按钮
### What is expected?
list 的值应该是 1
### What ... | 📝 Documentation | low | Minor |
2,737,896,252 | create-react-app | Bug: creation reactjs new project latest so v19 | see issue and solution on https://github.com/facebook/react/issues/31701 | needs triage,issue: bug report | low | Critical |
2,737,926,458 | godot | The value format of `_spawnable_scenes` property of `MultiplayerSpawner` in .tscn is different between 4.4.dev3 and 4.4.dev6 | ### Tested versions
- Reproducible in 4.4.dev6 official and 4.4.dev3 official
### System information
Godot v4.4.dev3 - Windows 10.0.22631 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 Ti (NVIDIA; 32.0.15.6094) - 13th Gen Intel(R) Core(TM) i5-13600KF (20 threads)
### Issue descrip... | discussion,topic:multiplayer | low | Critical |
2,737,963,986 | ollama | ollama : /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.25 not found - Kylin Linux glibc++ version incompatible with official builds | ### What is the issue?
when run ollama the error has happend as follow:
ollama : /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.25 not found
### OS
_No response_
### GPU
_No response_
### CPU
_No response_
### Ollama version
_No response_ | bug,linux | low | Critical |
2,737,981,698 | angular | docs: `HttpRequest` is missing constructor information. | ### Describe the problem that you experienced
An API entry like `HttpRequest` should have its constructor signatures (overloaded) display on the API docs.
ex: https://angular.dev/api/common/http/HttpRequest
| area: docs-infra | low | Minor |
2,738,006,176 | three.js | NodeMaterial support in Loader | ### Description
Add support to NodeMaterial in GltfLoader/Loader in general.
### Solution
Assign node material directly instead of legacy material in Loaders.
### Alternatives
Pass an option to the LoaderManager to return the node or legacy material version ( ex: StandardNodeMaterial / StandardMaterial) .
Then i... | Loaders | low | Minor |
2,738,022,645 | excalidraw | arrow binding indicator should scale with zoom | The binding area indicator when binding an arrow to a shape should scale with zoom. Meaning, on zoom <> 100% it should be visibly identical to 100%.

incorrect:
 {}'
> rustc --crate-name ūwū --crate-type bin --extern öwö=liböwö.rlib - <<<'fn main() { öwö::öwö(); }'
```
I expected to see this happen: successful compilation
Instead, this happened:
```
error: crate name `öwö` passed to `... | A-metadata,A-Unicode,T-compiler,C-feature-request,A-crates | low | Critical |
2,738,057,324 | PowerToys | Specific key remapping not working | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce

### ✔️ Expected Behavior
Remapping a key to ... | Issue-Bug,Product-Keyboard Shortcut Manager,Needs-Triage,Needs-Team-Response | low | Major |
2,738,110,495 | vscode | VSCode shows a loading spinner on pasting anything |
Type: <b>Bug</b>
This doesn't reproduce all the time. It happens randomly. I disabled extensions using start extension bisect and it's still happening. There's a related old issue that got closed #210540
VS Code version: Code - Insiders 1.97.0-insider (b425f4802fcbcccb11ad991208fa262c06255be3, 2024-12-13T05:04:19.45... | info-needed,typescript | low | Critical |
2,738,112,289 | pytorch | `torch.linalg.qr_ex` and `torch.linalg.lstsq_ex` | ### 🚀 The feature, motivation and pitch
PyTorch already includes multiple linear algebra functions that return the `info` error code from the underlying LAPACK call: [`torch.linalg.cholesky_ex`](https://pytorch.org/docs/stable/generated/torch.linalg.cholesky_ex.html), [`torch.linalg.solve_ex`](https://pytorch.org/doc... | triaged,enhancement,module: linear algebra | low | Critical |
2,738,113,508 | excalidraw | Option to Lock Sizes within a Group | Currently, when a group of items is scaled, all items inside the group are scaled proportionally. There is no feature to lock the dimensions of specific items within the group.
Feature Request:
Add an option to lock the dimensions of individual items in a group so they remain unchanged during group scaling. This would... | enhancement | low | Minor |
2,738,114,705 | react | [React 19] `renderToString`'s output missing some rendered elements | ## Summary
The bug can be seen on [stackblitz](https://stackblitz.com/edit/stackblitz-starters-a7nkhwt8?description=Starter%20project%20for%20Node.js,%20a%20JavaScript%20runtime%20built%20on%20Chrome%27s%20V8%20JavaScript%20engine&file=index.js&title=node.new%20Starter).
It looks like some timing issue so reprod... | React 19 | low | Critical |
2,738,145,218 | react-native | 0.75.4 - Android 15 for StatusBarModule (EdgeToEdge) | ### Description
Your app uses deprecated APIs or parameters for end-to-end display
One or more APIs you use or parameters you set for end-to-end screen and window display have been discontinued in Android 15. Your application uses the following deprecated APIs or parameters:
android.view.Window.getStatusBarCol... | Platform: Android,Component: StatusBar,Needs: Author Feedback,Needs: Repro | medium | Major |
2,738,158,272 | godot | Godot 4.3 crashes when trying to open AssetLib | ### Tested versions
Reproducible in:
Godot v4.3.stable from godotengine.org
Not reproduced in:
Godot v4.3.stable (77dcf97d8) - Freedesktop SDK 24.08 (Flatpak runtime) - Wayland - Vulkan (Forward+) - integrated Intel(R) Graphics (ADL GT2) - 12th Gen Intel(R) Core(TM) i7-12700H (20 Threads)
### System information
G... | bug,topic:editor,crash | low | Critical |
2,738,202,527 | godot | ctrl+f in editor has delay before switching, in which key presses can be captured by the code window | ### Tested versions
v4.3.stable.official [77dcf97d8]
### System information
windows 11 (also present on earlier)
### Issue description
When pressing ctrl+f to search in the editor, there is sometimes a delay before the focus switches, so some characters are typed into the code window instead of the search bar.
#... | bug,topic:editor,usability,topic:input | low | Major |
2,738,212,271 | flutter | Update the DeviceLab README.md with updated warnings and info on how to run tests on a local machine | ### Use case
### Use case: Engineers get up-to-date information from the DeviceLab readme
The https://github.com/flutter/flutter/blob/master/dev/devicelab/README.md file explains how to run DeviceLab tests locally. But it omits some important details that differ from the usual behaviour of running tests engineers a... | framework,P2,team-framework,triaged-framework,d: docs/ | low | Critical |
2,738,266,786 | react-native | SectionList renders all items at once. | ### Description
I found out section list invokes `renderItem` method for all the items even if there are not visible in the screen.
Here's the expo snack link: https://snack.expo.dev/7cjOb_kzYa8_8gcuW9i9s
If anyone can help understand why is it happening?
This is the basic code snippet
```js
import React f... | Issue: Author Provided Repro,Component: SectionList | low | Major |
2,738,358,305 | storybook | [Bug]: global decorator are not updated in composed storybook | ### Describe the bug
Adding [project level modes](https://www.chromatic.com/docs/modes/#project-level-modes) to let the user switch between light and dark mode works pretty well in a single storybook package.
When the user clicks the light/dark mode button, the content is re-rendered in the expected theme.
In a [pack... | bug,needs triage | low | Critical |
2,738,379,105 | bitcoin | build: compiler flags in linker flags output | This is confusing / undermines the output printed, so it'd be good if it could be improved, or fixed entirely.
Seeing:
```bash
Linker flags .......................... <a bunch of compiler flags> i.e `-ftrivial-auto-var-init=pattern`
```
just doesn't make sense. | Build system | low | Major |
2,738,438,700 | next.js | Cannot enable incremental PPR in a page file that is marked with 'use cache' | ### Link to the code that reproduces this issue
https://github.com/focux/dynamicio-with-inc-ppr-repro
### To Reproduce
1. Start the app
2. Run `npm run build`
### Current vs. Expected behavior
When you try to build the app, it throws this error:
```
Error: x Only async functions are allowed to be exported in ... | Partial Prerendering (PPR),dynamicIO | 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.