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,773,655,811 | go | x/telemetry/config: `collect go/platform/host/darwin/major-version:{20,21,22,23,24}` | ### Summary
We propose to add `go/platform/host/darwin/major-version:{20,21,22,23,24}` to the counters collected in the telemetry config. These counters correspond to macOS major versions 11 through 15 (11 is the oldest version we support, and 15 is the latest released version.
### Proposed Config Change
https://go-... | telemetry,Telemetry-Proposal | low | Minor |
2,773,661,743 | flutter | Replace `onSurfaceDestroyed` with `onSurfaceCleanup` in packages repo | `onSurfaceDestroyed` has been deprecated for Flutter 3.28+: https://github.com/flutter/flutter/blob/e3b301f23d35cacf5e054cf0e23ac49ea7f0086d/engine/src/flutter/shell/platform/android/io/flutter/view/TextureRegistry.java#L156
Known plugin usage:
`camera_android_camerax`
`video_player_android`
| platform-android,p: camera,p: video_player,P2,team-android,triaged-android,p: waiting for stable update | low | Minor |
2,773,670,616 | ollama | [feature] start ollama automatically on startup | i've been playing with this feature to automatically start ollama serve from startup (docker php init) but it won't start with an & (background process). then i tried to put it in a script with a lock file in cron and sees if that start the script. it starts my script but it then does not start `ollama serve` which sho... | feature request | low | Minor |
2,773,674,877 | tauri | [bug] Clicking on a datalist with a null-coalescing value intermittently crashes the frontend | ### Describe the bug
Thanks for all the work y'all put into tauri. This is infinitely easier and faster than any of the .NET ecosystem application development I've done.
I made a [repo](https://github.com/jmurphyct/broken-tauri-datalist) with minimal reproduction code
With the code in a solidjs project:
```
impo... | type: bug,status: needs triage | low | Critical |
2,773,677,531 | storybook | [Bug]: SvelteKit mocks doesn't support the `$app/state` module | ### Describe the bug
[SvelteKit 2.12.0](https://github.com/sveltejs/kit/releases/tag/%40sveltejs%2Fkit%402.12.0) introduced a new built-in module, `$app/state`, intended for Svelte 5 usage.
- https://bsky.app/profile/svelte.dev/post/3ldhdcfc62k2k
- https://svelte.dev/docs/kit/$app-state
It functions similarly to the... | bug,sveltekit | low | Critical |
2,773,678,341 | go | x/tools/gopls: check spelling of identifiers in declarations | It would be nice if gopls could reliably point out misspellings in declarations (but not in references, where it is just a nuisance), while being aware of Go conventions for capitalization, word breaking, and local project naming conventions. An analyzer seems like the easiest integration. (Semantic tokens doesn't have... | gopls,gopls/analysis | low | Minor |
2,773,705,140 | storybook | [Bug]: Svelte 5 docgen crashes with `MyComponent is not defined` if a variable has the same name as the filename | ### Describe the bug
In Svelte 5+Vite (or SvelteKit), if you have a variable _anywhere_ inside your Svelte component that is called the same as the filename, our internal Svelte docgen Vite plugin will crash with `MyComponent is not defined`.
Given the following Svelte component called `Greeting.svelte`:
```svelte
<... | bug,svelte,docgen | low | Critical |
2,773,707,353 | PowerToys | Keyboard mapping issue | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
I remapped my copilot key to act as my CTRL key since that's what it replaces on my laptop. I'm basically using that inside of a game to let CT... | Issue-Bug,Needs-Triage | low | Minor |
2,773,716,933 | go | net/http: Redirect hardening | The [`http.Redirect`](https://pkg.go.dev/net/http#Redirect) function writes a 3xx redirect to a `ResponseWriter`.
`Redirect` takes a URL parameter, of type string. The URL parameter has only minimal sanitization applied, and is not safe for use with attacker-controlled inputs.
One example of possibly-surprising b... | Security,NeedsFix,LibraryProposal | low | Major |
2,773,719,298 | PowerToys | PowerToys Run doesn't show up when the combo keys are pressed down | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
PowerToys Run module isn't starting with the combo key. Currently I set it to alt+space, and it doesn't open the interface
### ✔️ Expected ... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Minor |
2,773,747,451 | kubernetes | AppArmor fields dropped from higher-level workload spec (daemonset / replicaset / etc) if modified on skewed cluster | ### What happened?
1. Upgrade first node in 3-node cluster from 1.29 to 1.30
2. Modified a DaemonSet to migrate from `container.apparmor.security.beta.kubernetes.io` annotations to `appArmorProfile` field.
Modification was done by running `helm upgrade` on the node that had been upgraded, with a chart that check... | kind/support,sig/apps,sig/testing,needs-triage | low | Critical |
2,773,760,806 | go | proposal: x/mobile: bind support list of types to not export | ### Proposal Details
`gomobile bind` currently tries to export all exported types. There are cases like RPC and encoding where some types might be exported by the package, but should not be exported by gomobile (due to language feature support). In these cases, it would be clearer for usage to have a list of unexporte... | Proposal,mobile,LibraryProposal | low | Minor |
2,773,806,086 | flutter | [impeller] drawing fat arcs has artifacts sometimes | https://github.com/flutter/flutter/issues/158567 was filed to report artifacts when drawing oval sectors by drawing arcs with wide stroke widths. https://github.com/flutter/flutter/pull/161255 fixed that special case but it was seen that there are other inputs for which there are artifacts.
These cases are presumed... | P3,e: impeller,team-engine,triaged-engine | low | Minor |
2,773,843,054 | PowerToys | Snapped window stack scroll through | ### Description of the new feature / enhancement
The custom windows snap layouts are a game changer an a feature I very much appreciate. But even on the largest of screens we eventually run out of screen space to have windows side by side. Say for example you have a 2x1 grid and you snap a document to the left but you... | Needs-Triage | low | Minor |
2,773,846,027 | node | node:sqlite: sqlite module should provide wrapper for `sqlite3_create_window_function` api | ### What is the problem this feature will solve?
i want to create user-defined window functions when using my sqlite database.
`node:sqlite` provides a wrapper for `sqlite3_create_function_v2`, but sqlite expects window functions to be defined with `sqlite3_create_window_function`
### What is the feature you are pro... | feature request | low | Minor |
2,773,880,233 | vscode | Can we avoid creating extra text documents during batch refactors? | Related to #64485
**repo**
1. In a large workspace with no editors open
2. Do a workspace find replace for a common term
**Bug**
Observe that for each edited file, VS Code emits a `onDidOpenTextDocument` and then `onDidChangeTextDocument`. A bit later `onDidCloseTextDocument` is emitted when the documents are cleaned... | under-discussion | low | Critical |
2,773,897,392 | go | spec: for-range iterator yield function requires bool result - consider generalizing to any boolean type | Per the [spec](https://go.dev/ref/spec#For_statements), a "for-range" statement using an iterator requires the iterator's `yield` function to return `bool` not an arbitrary (user-defined) boolean:
```
Range expression 1st value 2nd value
array or slice a ... | LanguageChange,NeedsDecision,early-in-cycle,LanguageProposal | low | Major |
2,773,902,319 | go | path/filepath: EvalSymlinks ignores link type on Windows | Windows makes a distinction between symlinks to a file and to a directory. A file link pointing to a directory cannot be traversed, nor can a directory link pointing to a file.
`filepath.EvalSymlinks` doesn't pay any attention to the type of links, however, and will resolve links that Windows will not. It probably s... | OS-Windows,NeedsDecision,BugReport | low | Critical |
2,773,914,360 | go | os: Root ignores link type on Windows | Windows makes a distinction between symlinks to a file and to a directory. A file link pointing to a directory cannot be traversed, nor can a directory link pointing to a file.
The `os.Root` type doesn't pay attention to link types when resolving files, however, and will follow links that Windows will not. It probab... | NeedsInvestigation,BugReport | low | Major |
2,773,934,374 | next.js | Typescript error TP1001 when creating a Web Worker in Next.js 15.1.3 | ### Link to the code that reproduces this issue
https://github.com/farzadso/workers-issue
### To Reproduce
Run `npm run dev` and you can see the issue.
### Current vs. Expected behavior
There should be no errors in the console.
This is the error I see:
```
⚠ ./app/page.tsx:9:22
error TP1001 new Worker("/w... | Turbopack | low | Critical |
2,773,948,837 | vscode | Recursive variable font is rendered with wrong space width | <!-- ⚠️⚠️ 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,font-rendering,confirmation-pending | low | Critical |
2,773,970,877 | electron | Why does the copy event still fire when not focused in the window that's triggering the copy? | ### 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:,status/confirmed,has-repro-gist,34-x-y | low | Critical |
2,773,985,315 | pytorch | python-3.13t binaries are only available for Linux x86 | ### 🐛 Describe the bug
Looking at https://download.pytorch.org/whl/test/torch/ I've noticed that 3.13t binaries are only available for Linux-x86, neither linux-aarch64, not Windows nor Mac support those
### Versions
2.6/CI
cc @seemethere @osalpekar @atalman | module: binaries,oncall: releng,triaged | low | Critical |
2,773,987,817 | godot | CharacterBody3D lags behind when moving on AnimatableBody3D moved by code | ### Tested versions
Tested in 4.3.stable
### System information
Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1070 (NVIDIA; 32.0.15.6094) - Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz (8 Threads)
### Issue description
When using a CharacterBody3D on an AnimatableBody3D and ... | bug,topic:physics,needs testing,topic:3d | low | Critical |
2,773,999,079 | pytorch | Incorrect Results with Tensor Parallelism | ### 🐛 Describe the bug
I am trying a basic Tensor Parallel implementation on a 2 layer MLP using `ColwiseParallel` followed by a `RowwiseParallel`. I would expect the final output of the MLP to be the same in the Tensor Parallel version compared to the non-parallelized version. However, the output tensors are differe... | oncall: distributed | low | Critical |
2,774,008,028 | langchain | TypeError: Object of type NAType is not serializable during state serialization in LangChain | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The b... | 🤖:bug | low | Critical |
2,774,010,872 | pytorch | Skip empty frames recursively when top-level is empty | ### 🐛 Describe the bug
```python
import torch
def k(x):
return x
def g(x):
return k(x)
def f(x):
return g(x)
a = torch.ones(2, 2)
c = torch.compile(f, fullgraph=True)(a)
```
The above compile 3 times, f, g, and k with following log:
```
I0107 16:55:09.455000 1702873 torch/_dynamo/ut... | triaged,oncall: pt2,module: dynamo | low | Critical |
2,774,020,584 | rust | Maybe-bounds in associated type bounds don't get rejected | The following code gets erroneously accepted:
```rs
fn f<T>() where T: Trait<Ty: ?Sized> {}
// ^^^^^^ not good
trait Trait { type Ty/*: ?Sized*/; }
```
Maybe-bounds / unbounds are only meant to be put on type parameters and associated types "declared in the immediate vicinity" which isn't t... | T-compiler,C-bug,F-associated_type_bounds | low | Critical |
2,774,032,221 | pytorch | Some operators miss dtype check when using `torch.compile` | ### 🐛 Describe the bug
As reported here (https://github.com/pytorch/pytorch/issues/144314#issuecomment-2574508557), I notice some operators missing dtype check when executed in the context of `torch.compile`. The specific symptom is as follows:
- Eager Mode: Raises `not implemented for [specific dtype]` error
- torch... | module: error checking,triaged,module: structured kernels,oncall: pt2,module: inductor | low | Critical |
2,774,041,146 | godot | `.blend` "Save to File" breaks when assigned uid. | ### Tested versions
- Reproducible in: Godot v4.4.dev7.official
### System information
Windows 11 - Godot v4.4.dev7.official - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 4070
### Issue description
When using the `.blend` import settings and saving a mesh to a separate path using "Save to File" -> "Path", Go... | bug,topic:editor,regression | low | Critical |
2,774,069,582 | flutter | 9-Patch Images Renders Incorrectly with ColorFilter on v3.27 Android | ### Steps to reproduce
When using 9-patch images with a ColorFilter, a thin line appears at the slice positions. This appears with Flutter v3.27 with both Impeller and non-Impeller.

1. Download the 9-patch demo image bg_cha... | waiting for customer response,in triage | low | Major |
2,774,086,041 | rust | Inconsistent/wrong choice of trait impls under `miri` with transmuted vtables | Here is a test case
```rust
#![allow(coherence_leak_check)]
fn main() {
let x: &dyn Trait<Marker1> = &();
let y: &dyn Trait<Marker2> = unsafe { std::mem::transmute(x) };
y.report();
}
type Marker1 = fn(&()) -> (&(), &'static ());
type Marker2 = fn(&()) -> (&'static (), &());
trait Trait<M: 'static> {
... | I-ICE,T-compiler,C-bug,A-miri,A-trait-objects | low | Critical |
2,774,086,253 | ant-design | TreeSelect maxCount UI效果未生效 | ### Reproduction link
[https://ant.design/components/tree-select-cn#tree-select-demo-maxcount](https://ant.design/components/tree-select-cn#tree-select-demo-maxcount)
### Steps to reproduce
打开官网demo,勾选parent1,再尝试勾选parent2
### What is expected?
勾选完parent1后,勾选parent2不生效,且parent2应该被禁用
### What is actuall... | unconfirmed | low | Minor |
2,774,087,022 | pytorch | [XPU] quantile related tests failed with Assertion failed: helper.isSupportedLayout() && "Unexpected srcLayout in ReduceOpConversion" | ### 🐛 Describe the bug
When running the UT on Windows/Linux:
```Python
pytest -k test_comprehensive_nanquantile_xpu_float32 -v test_torchinductor_opinfo.py
pytest -k test_comprehensive_quantile_xpu_float32 -v test_torchinductor_opinfo.py
```
The test failed with the following:
```Python
Assertion f... | triaged,module: xpu | low | Critical |
2,774,096,111 | node | call exe by node reutrn 3221225477 | ### Version
18.20.1
### Platform
```text
a c++ program can run corrcetly by cmd.But when we call this in node spawn with code 3221225477.run program by node child_process.spwan corrcetly,but it broked return 3221225477.
I used windebug to display access violation. Is there any difference between using node to pull ... | windows | low | Critical |
2,774,124,098 | kubernetes | Pod GC should sort by finish Timestamp | ### What would you like to be added?
In Controller Manager, terminated pods gc should sort by it's finish time, other than it's creation time.
### Why is this needed?
When terminated pods reach gc's threshold (`--terminated-pod-gc-threshold` in Controller Manager, default 12500), Controller Manager will trigger pod ... | kind/feature,needs-sig,needs-triage | low | Major |
2,774,127,858 | flutter | When using FlutterEngineGroup on Android, the state of the page stack cannot be restored when a process is terminated due to a permission change. | ### Steps to reproduce
One solution to restore the page stack is to transition between pages using `Navigator.restorablePush`.
I confirmed this behavior when developing an application using `MultipleFlutter` with `FlutterEngineGroup`.
The above solution did not seem to work on `Flutter` screens launched by `Flut... | platform-android,a: quality,has reproducible steps,P2,team-android,triaged-android,found in release: 3.27,found in release: 3.28 | low | Critical |
2,774,135,901 | ui | [bug]: Dropdown component in a Sidebar appears behind the sidebar on the first click | ### Describe the bug
When a `DropdownMenu` component is part of a `Sidebar`, the very first click after a page refresh the pop up box ends up showing the selector items behind the sidebar. Any subsequent click it appears above the sidebar as expected. I've attempted to play with z-index with no success.
This also... | bug | low | Critical |
2,774,153,251 | flutter | Firebase Flutter tutorial missing statement "import" statement instruction | [This page ](https://firebase.google.com/codelabs/firebase-get-to-know-flutter#8) in the Firebase Flutter Tutorial is missing instruction to include statement "import 'yes_no_selection.dart';" in file lib/home_page.dart.
| team-codelabs,p: firebase,P2,triaged-codelabs | low | Minor |
2,774,160,687 | yt-dlp | [RFE] Supported Site Request - Means TV aka means.tv | ### 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 a new site support request
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https... | site-request,triage | low | Critical |
2,774,186,090 | flutter | [Impeller] re-enable runtime mipmap generation on Adreno GPU. | Based on a large number of issue reports and my own testing, generating mipmaps on Adreno GPU can occassionally corrupt the image - though this depends on the exact dimensions and number of mips. This can happen on 6XX, 7XX, and 8XX series.
* https://github.com/flutter/flutter/issues/160441
* https://github.com/flu... | P3,e: impeller,team-engine,triaged-engine | low | Critical |
2,774,249,522 | langchain | An error occurred while attempting to delete the message . | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The b... | 🤖:bug | low | Critical |
2,774,250,951 | tauri | [bug] `AppHandle::restart` may exit process without waiting for `RunEvent::Exit` event emit to plugins / app. | ### Describe the bug
`AppHandle::restart` may exit process without waiting for `RunEvent::Exit` event emit to plugins / app.
This is upstream / super issue for:
- #11392
- tauri-apps/plugins-workspace#1692
- tauri-apps/plugins-workspace#2256
### Reproduction
Add log on `RunEvent::Exit`, make do something a l... | type: bug,status: needs triage | low | Critical |
2,774,304,311 | PowerToys | Add a shortcut for taskbar show/hide settings | ### Description of the new feature / enhancement
There's a setting in windows Settings > Personalization > Taskbar that says "Automatically hide the taskbar in desktop mode". Natively, there's no shortcut assigned to it, and there isn't a way to manually assign one. It'd be great to have it on a shortcut, so that the ... | Needs-Triage | low | Minor |
2,774,323,131 | go | cmd/compile/internal/arm64: unrecognized failures | ```
#!watchflakes
default <- pkg == "cmd/compile/internal/arm64" && test == ""
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8726379937861302561)):
FAIL cmd/compile/internal/arm64 [build failed]
— [watchflakes](https://go.dev/wiki/Watchflakes)
| help wanted,OS-NetBSD,NeedsInvestigation,compiler/runtime | low | Critical |
2,774,333,126 | neovim | `:lua>` command to dump Lua values to a buffer | ### Problem
When writing or configuring plugins, it's often useful to see the output of functions or variables in a buffer where you can navigate with `/` and `%` and other vim motions. Since lua is the core config language of neovim, this would be a great built-in feature.
You can achieve something like this with `:... | enhancement,lua | low | Major |
2,774,340,629 | vscode | View/Editor actions padding inconsistent | Related to https://github.com/microsoft/vscode/issues/236223
The change in https://github.com/microsoft/vscode/commit/276e24792198ecb7e83533d575568b66da722064 reduced `padding` of actions in toolbars to `2px`. But the change does not seem to impact the editor part, resulting in different paddings for components that o... | bug,ux,papercut :drop_of_blood: | low | Minor |
2,774,350,308 | ant-design | RangePicker 在容器右侧时,弹出层的箭头位置不正确 | ### Reproduction link
[](https://codesandbox.io/p/sandbox/fan-wei-xuan-ze-qi-antd-5-23-0-forked-4rscry)
### Steps to reproduce
打开选择器,查看箭头
### What is expected?
箭头指向输入框的位置
### What is actually happening?
位置不正确
| Environ... | unconfirmed | low | Minor |
2,774,355,094 | flutter | Every Time Image Capture after Camera is Crash in android devices | ```
Issue the next TakePictureRequest.
D/Camera2CapturePipeline(22351): createPipeline: captureMode = 1, flashMode = 2, flashType = 0, pipeline tasks = []
D/Camera2CameraImpl(22351): {Camera@ddb2381[id=1]} Issue capture request
D/CaptureSession(22351): Issuing capture request.
D/Camera2CaptureRequestBuilder(22351)... | waiting for customer response,in triage | low | Critical |
2,774,361,882 | pytorch | Unable to compile models using tensorrt backend: CUDNN_STATUS_BAD_PARAM_STREAM_MISMATCH | ### 🐛 Describe the bug
When i use torch compile with tensorrt backend, im getting following error.
apparently tracing for conv2d operation is getting too many values (my guess)?
```bash
convolution = torch.ops.aten.convolution.default(slice_1, arg3_1, None, [2, 2], [3, 3], [1, 1], False, [0, 0], 1); sli... | triaged,oncall: pt2,module: inductor | low | Critical |
2,774,373,473 | langchain | DOC: Missing Information About the model Field in HuggingFaceEndpoint | ### URL
https://python.langchain.com/api_reference/huggingface/llms/langchain_huggingface.llms.huggingface_endpoint.HuggingFaceEndpoint.html#langchain_huggingface.llms.huggingface_endpoint.HuggingFaceEndpoint.model
### Checklist
- [X] I added a very descriptive title to this issue.
- [x] I included a link to the doc... | 🤖:docs | low | Minor |
2,774,388,491 | deno | Proposal: deno-lint-ignore-line to ignore the linter warning for the same line | # Reason
Adding a new `// deno-lint-ignore` comment line before an offending line of code, is useful to draw attention. But when the ignore issue is minor, ideally attention should not be drawn, by simply adding the comment after the statement, without creating a new line for it.
## Before
```ts
import {
g... | suggestion,lint | low | Minor |
2,774,404,478 | pytorch | torch.compile post_accumulate_grad_hook ordering is wrong for tiebreakers | ### 🐛 Describe the bug
```python
import torch
import torch.nn as nn
import functools
model = nn.Sequential(
nn.Linear(10, 10, bias=False), # i=0
nn.Linear(10, 10, bias=False), # i=1
nn.Linear(10, 10, bias=False), # i=2
)
hook_ordering = []
def hook(param, i):
global hook_ordering... | triaged,oncall: pt2,module: aotdispatch,module: pt2-dispatcher | low | Critical |
2,774,465,671 | flutter | Flutter app is crash due to custom painter in ios but working fine in android using impeller | ### Steps to reproduce
flutter run
### Expected results
app should be run fine on both platfrom
### Actual results
when I open a screen where Custom Painter uses the app, it crashes on IOS but working fine on android also no any logs if i run application from android studio but error showing in xcode
### Code ... | waiting for customer response,in triage | low | Critical |
2,774,482,269 | flutter | [pigeon]Support EventChannelApi in multiple interface files | ### Use case
In my project, I organize interface definitions across multiple files. I want to define EventChannelApi in multiple files using the `@EventChannelApi()` annotation.
However, this results in the generation of duplicate classes (e.g., `PigeonEventChannelWrapper` and `PigeonEventSink` in Swift), which cau... | package,c: proposal,team-ecosystem,p: pigeon,P2,triaged-ecosystem | low | Critical |
2,774,583,370 | flutter | [Android] Severe glitch when re-rending some widgets | ### Steps to reproduce
Take specific device:
Wall mounted 10.1 inch android POE tablet touch screen display : RK3568
Rockchip3568 Quad-core cortex A55 processor
and run flutter counter app
//
I give to the user a version with disabled impeller, but I'm not receiving from him any message by now(9hours ago). I... | e: device-specific,platform-android,engine,c: rendering,P3,e: impeller,team-engine,triaged-engine | low | Critical |
2,774,635,442 | flutter | CupertinoButton is missing minWidth and minHeight. | ### Use case
Most of the time, our buttons may need to be rectangular rather than perfectly square. Currently, CupertinoButton only has a minSize property. For users, it is unclear whether this refers to width or height. Moreover, it is impossible to set a minimum size with unequal width and height. The only option is... | framework,waiting for PR to land (fixed),f: cupertino,c: proposal,P2,team-design,triaged-design | low | Minor |
2,774,650,406 | PowerToys | Open an app with active focus | ### Description of the new feature / enhancement
I would really appreciate the possibility to have `Active Focus` in visibility other than `Normal` and `Hidden` in **Keyboard Manager > Remap a shortcut**.
### Scenario when this would be used?
You can create a shortcut like opening a terminal app (like Linux) on to... | Needs-Triage | low | Minor |
2,774,682,985 | flutter | iOS BackdropFilter Performance Issues with Impeller Engine | ### Steps to reproduce
When using BackdropFilter with ImageFilter.blur in my iOS app with Impeller enabled, I noticed significant performance issues and lag, especially with multiple blur effects. However, when I disabled Impeller in Info.plist, the performance dramatically improved and matched Android's performance... | waiting for customer response,in triage | low | Critical |
2,774,688,196 | deno | Long running tasks in parallel | The ability to run tasks in all workspace projects recursively is very useful, specifically for build tasks, but it would be nice to be able to run long running tasks recursively in parallel similar to how [Turborepo](https://turbo.build/repo/docs) works. | bug,task runner | low | Major |
2,774,722,477 | rust | improve spans for `CallArgument` constraints | that's a quirk of `CallArgument` constraints. they get their span from the `Location` of the call terminator; since they don't store the span of the particular argument, it gets lost in diagnostics. that said, it does look like we have the spans of each argument in `TypeChecker::check_call_inputs`, so they could store ... | C-enhancement,A-diagnostics,A-borrow-checker,T-compiler,D-imprecise-spans | low | Minor |
2,774,724,066 | fastapi | Duplicated OperationID when adding route with multiple methods | ### Discussed in https://github.com/fastapi/fastapi/discussions/8449
<div type='discussions-op-text'>
<sup>Originally posted by **bruchar1** March 30, 2022</sup>
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
-... | question,question-migrate | low | Minor |
2,774,739,040 | flutter | flutte version 3.27.1 runnig report | ### Steps to reproduce
flutter run -v
### Expected results
success
### Actual results
```console
PS F:\project_mix\fluter_v2\navers> flutter run -v
[ +458 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ +2 ms] Artifact Instance of 'AndroidInternalBuildArtif... | waiting for customer response,in triage | low | Critical |
2,774,743,712 | flutter | Linux_pixel_7pro integration_ui_keyboard_resize is 2.17% flaky | <!-- meta-tags: To be used by the automation script only, DO NOT MODIFY.
{
"name": "Linux_pixel_7pro integration_ui_keyboard_resize"
}
-->
The post-submit test builder `Linux_pixel_7pro integration_ui_keyboard_resize` had a flaky ratio 2.17% for the past (up to) 100 commits, which is above our 2.00% threshold.
One ... | P0,c: flake,team-tool | high | Major |
2,774,744,864 | flutter | [Proposal] AppBar `leadingWidth` should be available in `AppBarTheme` | ### Use case
In `AppBarTheme` I can provide the `toolbarHeight`.
But since app bar leading width uses the constant `kToolbarHeight` by default it is no longer a square because toolbar height is changed in the theme.
On Design Device (toolbar height `56`):
<img width="402" alt="Screenshot 2025-01-08 at 14 21 4... | c: new feature,framework,f: material design,waiting for PR to land (fixed),c: proposal,P3,team-design,triaged-design | low | Minor |
2,774,750,324 | kubernetes | Report event or record error/info log when drop podUpdates message | ### What would you like to be added?
In func (p *podWorkers) UpdatePod(options UpdatePodOptions) (pod_worker.go):
select {
case podUpdates <- struct{}{}:
default:
}
podUpdates buffer is 1, if the previous update message not finish, the new message will drop without any warning.
User cannot get any idea abo... | sig/node,kind/feature,needs-triage | low | Critical |
2,774,788,159 | pytorch | [ONNX] MelSpectrogram results in "Pads has incorrect number of values" | ### 🐛 Describe the bug
``` python
class DataCov(nn.Module):
def __init__(self):
super(DataCov, self).__init__()
self.transform = nn.Sequential(
torchaudio.transforms.MelSpectrogram(sample_rate=48000, n_fft=1536, hop_length=768, f_min=20, f_max=20000)
)
def forwar... | module: onnx,triaged | low | Critical |
2,774,808,705 | svelte | Untrack documentation is difficult to understand | ### Describe the problem
The documentation for `untrack` showcases usage of a function `save` which does not exist, so its hard to understand how or what it showcases in my opinion
https://svelte.dev/docs/svelte/svelte#untrack
### Describe the proposed solution
Write a bit more thorough explanation of what ... | documentation | low | Minor |
2,774,819,088 | rust | Performance regression on toy problem, but not for opt-level=1. | <!--
Thank you for filing a regression report! 🐛 A regression is something that changed between versions of Rust but was not supposed to.
Please provide a short summary of the regression, along with any information you feel is relevant to replicate it.
-->
I tried this code:
```rust
fn hanoi_int_inner(n : usize, sta... | A-LLVM,I-slow,P-low,T-compiler,regression-untriaged,C-optimization | low | Critical |
2,774,848,402 | flutter | [impeller] Performance and rendering problems on PowerVR device | ### Steps to reproduce
When running a Flutter app with Impeller on a Galaxy Tab 7 Lite (Android 14), the performance is really bad. Rendering stutters, crashes, rendering glitches. No problem at all without Impeller.
The device is a Samsung SM-T220, the GPU is PowerVR Rogue GE8320
It probably is something with a... | waiting for customer response,in triage | low | Critical |
2,774,851,486 | flutter | [impeller] rendering, performance problems with impeller on PowerVR devices | ### Steps to reproduce
When running a Flutter app with Impeller on a Galaxy Tab 7 Lite (Android 14), the performance is really bad. Rendering stutters, crashes, rendering glitches. No problem at all without Impeller.
The device is a Samsung SM-T220, the GPU is PowerVR Rogue GE8320
It probably is something with a... | waiting for customer response,in triage | low | Critical |
2,774,881,248 | rust | Tracking Issue for nonnull_provenance | <!--
Thank you for creating a tracking issue!
Tracking issues are for tracking a feature from implementation to stabilization.
Make sure to include the relevant RFC for the feature if it has one.
If the new feature is small, it may be fine to skip the RFC process. In that
case, you can use `issue = "none"` in your i... | T-libs-api,C-tracking-issue | low | Minor |
2,774,885,426 | ant-design | Space.Compact 紧凑布局问题 | ### Reproduction link
[https://codepen.io/sjzcxc/pen/KwPQwNp?editors=0010](https://codepen.io/sjzcxc/pen/KwPQwNp?editors=0010)
### Steps to reproduce
1、使用Space.Compact 紧凑布局,前部分是 Select,后部分是 TextArea,会导致圆角样式和高度都不对齐。
2、经过初步排查,TextArea 只要添加了 allowClear 属性,高度就会对不齐。
### What is expected?
期望圆角样式和高度能够对齐
... | 🐛 Bug,help wanted | low | Major |
2,774,890,073 | rust | `x86_64-unknown-linux-musl` with `-Ctarget-feature=-crt-static` links to glibc | tested with rustc stable 1.83.0, on Arch Linux (kernel 6.6.69 LTS)
```
rustup install stable-x86_64-unknown-linux-gnu
rustup target add x86_64-unknown-linux-musl
cargo new musl-hm
cd musl-hm
cargo rustc --target x86_64-unknown-linux-musl -- -Ctarget-feature=-crt-static
ldd target/x86_64-unknown-linux-musl/debug/musl-h... | A-linkage,O-linux,T-compiler,O-musl,C-bug,A-target-feature | medium | Critical |
2,775,021,398 | flutter | Issue rendering CustomPainter using Impeller | ### Steps to reproduce
I have updated to version 3.27, in which Impeller is enabled by default.
The issue is relatively easy to reproduce: simply create a CustomPainter widget with a lot of content inside (in my case, it contains approximately 200 Text widgets, a local image, a widget with a barcode, and another ... | waiting for customer response,in triage | low | Minor |
2,775,025,153 | react-native | flexWrap wrapping unexpectedly with alignItems: 'flex-end' | ### Description
This bug/issue seems to be **screen size dependent**. In the provided example with the used text the incorrect wrapping is visible on the Pixel 7 screen. The same issue is also on ios, but there I did not test which text + device causes the too early overflow. When the text is changed (shortened or len... | Issue: Author Provided Repro,Newer Patch Available | low | Critical |
2,775,025,722 | vscode | Deleting a folder ending in a dot, actually deletes a different folder |
Type: <b>Bug</b>
I accidentally created a folder ending with a dot, say `src/app/folder.`, when the directory `src/app/folder` (without a trailing dot) also existed. The folder ending with a dot was an accident, so I tried to delete it. However, when deleting the folder `src/app/folder.` in the GUI, VSCode actually d... | bug,file-explorer,windows,confirmation-pending | low | Critical |
2,775,039,383 | rust | Item-bounds can be used to non-productively prove themselves | This issue has been discovered by @steffahn in https://github.com/rust-lang/rust/issues/135011#issuecomment-2574201519
> ```rust
> // We only check that GAT where-clauses of the *trait* while normalizing;
> // normalizing `<T as Trait<U>>::Proof` to `U` trivially succeeds.
> trait Trait<R>: Sized {
> type Proof: T... | P-medium,A-associated-items,I-unsound,S-blocked,T-types | low | Minor |
2,775,065,445 | storybook | [Documentation]: Debugging in VSCode | ### Describe the problem
Need to explain how to set `launch.json` to make vscode breakpoints work with storybook.
### Additional context
https://github.com/storybookjs/storybook/issues/1754
https://github.com/storybookjs/storybook/discussions/26153 | documentation | low | Critical |
2,775,081,947 | excalidraw | radix popup overflowing viewport issues | - arrowhead picker

- color and font pickers should have max height so it's scrollable when they don't fit

| UX/UI | low | Minor |
2,775,087,274 | vscode | Flag invalid engine version in package.json schema of extensions | Right now extensions can put
```
"engines": {
"vscode": "*"
}
```
This is invalid per our docs https://code.visualstudio.com/api/references/extension-manifest
Can we flag this as a lint warning / error via JSON schema? | feature-request,extensions | low | Critical |
2,775,089,782 | PowerToys | Guides on screen | ### Description of the new feature / enhancement
One of the best and most useful features for developers and designers could be adding screen guides to help them build layouts without third-party tools.
Some useful actions:
- create it vertically and horizontally,
- lock it
- change the colours
- move it manually ... | Needs-Triage | low | Minor |
2,775,139,605 | ant-design | Email validator allows hypens to be at the first and the last position in domain part | ### Reproduction link
[](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-w2ntkh)
### Steps to reproduce
1. Create a `Form` component with `Form.Item` having rules type email in it
2. Enter email with hyphens at th... | unconfirmed | low | Critical |
2,775,160,592 | Python | Error regarding imports in replit | ### What would you like to share?
My code in replit is throwing an error regarding the import itertools function. The error is that it is showing is that the import is unsorted or unformatted. What should I do?
### Additional information
_No response_ | awaiting triage | medium | Critical |
2,775,233,749 | godot | Classes that inherit `PackedScene` do not store UIDs when serialized and do not have their script when reloaded | ### Tested versions
v4.4.dev7.official [46c8f8c5c]
master [d2ada64a03d2abdb97cafe8f10623db8a2ce1d4c]
### System information
Godot v4.4.dev7 - Fedora Linux 41 (KDE Plasma) on Wayland - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - integrated Intel(R) UHD Graphics 620 (KBL GT2) - Intel(R) Core(TM) ... | bug,topic:core,confirmed | low | Minor |
2,775,258,777 | PowerToys | Version 0.87.1 disabled PC audio | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
General
### Steps to reproduce
I had version 0.80.0 installed on my work PC, with WIN11 (KB5048685). I did the automatic update in PowerTools UI, the update worked, but I didn't ... | Issue-Bug,Needs-Triage | low | Critical |
2,775,310,461 | PowerToys | [Workspaces] Workspaces editor window opens outside the visible area if you have multiple monitor configurations | ### Microsoft PowerToys version
0.87.1
### Installation method
GitHub
### Running as admin
Yes
### Area(s) with issue?
Workspaces
### Steps to reproduce
Have two monitor settings:
- Set up the monitor to be to the left of the laptop monitor
- Open Workspaces' editor window
- Resize and move the window to the m... | Issue-Bug,Resolution-Fix Committed,Product-Workspaces | low | Minor |
2,775,344,782 | go | runtime/pprof: mechanism to show runtime frames in heap profiles | runtime/pprof [hides "runtime" frames](https://cs.opensource.google/go/go/+/master:src/runtime/pprof/protomem.go;l=39;drc=b50ccef67a5cd4a2919131cfeb6f3a21d6742385) in heap profiles, so allocations in maps appear at the map assignment location in the calling code, but not in `runtime.mapassign` itself.
Personally I f... | NeedsDecision,compiler/runtime,BugReport | low | Critical |
2,775,362,652 | node | Confusing error message when using `import` inside CJS file | ### Version
23.6.0
### Platform
```text
n/a
```
### Subsystem
esm
### What steps will reproduce the bug?
- Create a `file.cjs` file containing `import "path";`
- Run `node file.cjs`
### How often does it reproduce? Is there a required condition?
/
### What is the expected behavior? Why is that the expected b... | esm | low | Critical |
2,775,373,837 | langchain | DOC: <Issue related to /v0.2/docs/tutorials/rag/> | ### URL
https://python.langchain.com/v0.2/docs/tutorials/rag/
### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included a link to the documentation page I am referring to (if applicable).
### Issue with current documentation:
https://python.langchain.com/v0.2/docs/tutorials/rag/
The ins... | 🤖:docs | low | Minor |
2,775,415,858 | react | [React 19] Error when use create-react-app | ## Summary
When you try to run the command 'npx create-react-app .' and proceed to install the dependencies with npm it returns an error code ERESOLVE Unable to resolve dependency tree as it generates the package.json with React version 19 but @testing-library/react@13.4.0 is compatible exclusively with React 18.
... | React 19 | medium | Critical |
2,775,416,559 | godot | Crash when duplicating file with Ctrl+Drag and drop | ### Tested versions
4.4 dev7, dev6, didn't test earlier
### System information
W10
### Issue description
```
CrashHandlerException: Program crashed
Engine version: Godot Engine v4.4.dev.custom_build (d2ada64a03d2abdb97cafe8f10623db8a2ce1d4c)
Dumping the backtrace. Please include this when reporting the bug to the ... | bug,topic:editor,crash,regression | low | Critical |
2,775,478,492 | rust | Generic trait bound hides concrete type associated type | <!--
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 tried this code:
```rust
trait Tr<'x> {
type Out;
fn build() -> Self::Out;
}
struct Foo;
impl<'x> Tr<'x> for Foo {
type Out = i32;
fn build... | A-trait-system,C-bug,T-types,needs-triage | low | Critical |
2,775,569,420 | langchain | DOC: <Issue related to --upgrade flag in the lang chain documentation / > | ### URL
https://python.langchain.com/docs/integrations/memory/google_firestore/
### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included a link to the documentation page I am referring to (if applicable).
### Issue with current documentation:
URL : https://python.langchain.com/docs/inte... | 🤖:docs | low | Critical |
2,775,587,275 | vscode | Accessibility: Screen readers cut off lines in latest insider build |
Type: <b>Bug</b>
In this latest insiders build, screen readers (tested with both JAWS and NVDA) started cutting off lines of code. the amount read is a bit longer than what is visible on screen, but still it's nearly impossible to work because before the whole line was read no matter what.
Please fix or revert this.
... | bug,accessibility | medium | Critical |
2,775,612,843 | vscode | "outline.icons" stops working for jupyter notebook |
Type: <b>Bug</b>
Setting "outline.icons=false" no longer hides icons (e.g. "M↓" for md cell) in outline of .ipynb files. It still works in json and markdown.

VS Code version: Code 1.96.2 (Universal) (fabdb6a30b49f79a7aba0f2ad9... | bug,notebook-toc-outline | low | Critical |
2,775,617,643 | rust | rust-lld: error: undefined symbol: __gxx_personality_v0 | We encountered a bug, where the experimental rust-lld currently activated under nightly linux / x86-64, can't links certain executables in release mode with the "intel_tex_2" crate. Switching to the old linker solves the problem.
I created a small repository which includes a minimal example.
https://github.com/hasenb... | A-linkage,T-compiler,C-bug,requires-nightly,regression-untriaged,S-has-mcve,A-linkers | low | Critical |
2,775,638,943 | go | x/tools/gopls: "negative WaitGroup counter" panic in diagnoseChangedViews | ```
#!stacks
"runtime.gopanic" && "sync.(*WaitGroup).Add:+19" && "diagnoseChangedViews.func1:+16`"
```
Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks).
```go
func (wg *WaitGroup) Add(delta int) {
...
state := wg.state.Add(uint64(delta) << 32)
v := int32(st... | NeedsInvestigation,gopls,Tools,compiler/runtime,gopls/telemetry-wins,BugReport | low | Critical |
2,775,651,061 | next.js | [SourceMap] `prepareStackTrace` patch minifies server stack trace | ### Link to the code that reproduces this issue
https://github.com/troyt-42/nextjs-source-map
### To Reproduce
1. Checkout `https://github.com/troyt-42/nextjs-source-map`
2. Install dependencies
3. Generate a production build: `yarn build`
4. Start the server with source map enabled: `NODE_OPTIONS=--enable-source... | Runtime,linear: next | low | Critical |
2,775,652,771 | vscode | User settings UI does not update when configuration changes | Does this issue occur when all extensions are disabled?: Yes
Version: 1.96.2 (Universal)
Commit: fabdb6a30b49f79a7aba0f2ad9df9b399473380f
Date: 2024-12-19T10:22:47.216Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.2.0
Steps to Repr... | bug,settings-editor,confirmation-pending | 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.