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,747,992,637 | vscode | Debug: Search inside collapsed nodes |
Type: <b>Feature Request</b>
Would it be possible to add an option to the debug -> variables to filter/search inside collapsed notes, looking at the key & values for data buried data, this is something that's available within Pycharm so it must be possible to do ;-)
At the moment the only way to search deep inside a... | feature-request,debug | medium | Critical |
2,748,025,574 | react-native | Click events do not take effect in animation views (Some Android devices, Huawei) | ### Description
On some Android devices (Huawei), the buttons in the animation view cannot respond to click events normally, and you need to click many times before you can touch them occasionally.
### Steps to reproduce
1、install the application with yarn android
2、click '显示弹框'
3、click '关闭',It takes many cl... | Platform: Android,Needs: Author Feedback,Needs: Repro,Newer Patch Available,Type: New Architecture | low | Major |
2,748,036,046 | rust | compiletest: debugger ignore logic papers over debugger failing to init | Example in https://github.com/rust-lang/rust/pull/134458#issuecomment-2551321173:
```
tests\debuginfo\issue-13213.rs ... ignored, ignored when the debugger is cdb (Fails with exit code 0xc0000135 ("the application failed to initialize properly"))
``` | A-testsuite,A-debuginfo,T-compiler,T-bootstrap,E-medium,C-bug,A-compiletest | low | Critical |
2,748,050,399 | vscode | terminal suggest becomes buggy when the content wraps | No issues occur if I make the terminal wider cc @Tyriar
https://github.com/user-attachments/assets/5cb4c533-181e-4b23-9376-546325b7f53e
| bug,terminal-suggest | low | Critical |
2,748,056,235 | flutter | Semantics of elements are not same in listview and Column | ### Steps to reproduce
1. Paste in a DartPad
### Expected results
The rendering of `Column` should be the same whether it's in a `ListView` or a `Column`.
<img width="753" alt="image" src="https://github.com/user-attachments/assets/60ea1a05-91ad-4575-880a-8c67f29670f5" />
### Actual results
`Column` are rendere... | framework,a: accessibility,has reproducible steps,P3,team-accessibility,triaged-accessibility,found in release: 3.27,found in release: 3.28 | low | Critical |
2,748,057,014 | rust | Incorrect suggestion to derive `Clone` on `Vec` directly | ### Code
```Rust
pub struct NotClone {}
pub fn foo(v: &Vec<NotClone>) {
let _v = v.clone();
}
```
### Current output
```Shell
warning: call to `.clone()` on a reference in this situation does nothing
--> src/lib.rs:4:15
|
4 | let _v = v.clone();
| ^^^^^^^^
|
= note: the type `Vec<NotC... | A-diagnostics,T-compiler,A-suggestion-diagnostics,D-invalid-suggestion | low | Minor |
2,748,069,494 | TypeScript | tsc looses trailing comments in the produced js files | ### 🔎 Search Terms
"missing comments", "missing comments in .js output", "trailing comments"
### 🕗 Version & Regression Information
Happens in every version available in the playground (3.3.3 to v5.8.0-dev.20241218)
### ⏯ Playground Link
https://www.typescriptlang.org/play/?ts=5.7.2#code/MYGwhgzhAECC0G8CwAoa7oHp... | Help Wanted,Possible Improvement | low | Minor |
2,748,070,732 | stable-diffusion-webui | [Feature Request]: Maximum size for Inpaint "Resize to" | ### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
When inpainting and then sending the generated image back to inpaint, the "Resize to" width and height are changed to the size of the image. This should not be a h... | enhancement | low | Critical |
2,748,103,692 | rust | bootstrap: retry `cargo` invocations if stderr contains a known pattern | ## Why
Our CI auto builds sometimes fail for known reasons that are not related to the PRs we are trying to merge.
Most of the times, these errors are hard to understand and fix (or can't be fixed at all), decreasing the success rate of the auto builds for several weeks or months.
The impact is that we loose days of ... | E-hard,C-enhancement,T-bootstrap,T-infra,A-CI,A-bootstrap-config | low | Critical |
2,748,130,188 | vscode | Enable disposable tracking | With https://github.com/microsoft/vscode/pull/236487 I have added a disposable tracker that uses the finalization registry. The logic is that a GC'ed disposable that hasn't been disposed is a bug that we need to fix.
This should be enabled by default when running out of dev but before that we need to mark a couple of... | debt | low | Critical |
2,748,143,813 | vscode | Snippet Choice Traps Focus | <!-- ⚠️⚠️ 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,snippets | low | Critical |
2,748,145,671 | yt-dlp | Can't download video (and subtitles) when many comments | ### 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 bug unrelated to a specific site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](http... | question | low | Critical |
2,748,145,735 | ui | [bug]: ContextMenu fails to update location on right-click to a new location after opening | ### Describe the bug
### Title: ContextMenu fails to update location on right-click to a new location after opening
#### Description:
When using the `ContextMenu` component in ShadCN UI, the context menu correctly opens when right-clicking. However, if the user right-clicks again at a different location within t... | bug | low | Critical |
2,748,179,831 | react-native | FlatList > Orientation change > Different Item Heights for Portrait and Landscape Do Not Persist Scroll Position Correctly | ### Description
render items have a different height (landscape = 50 portrait = 200)
When scrolling down a list of flat list items, when the orientation is changed (from portrait to landscape and vise versa), the current scroll position is incorrect.
It seems to retail the current scroll position in pixels and n... | Issue: Author Provided Repro,Component: FlatList | low | Critical |
2,748,189,710 | electron | Add flag to enable PipeWire Camera support | ### 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,748,196,102 | PowerToys | Can you add an option that only displays the New+menu when holding down Shift?🙏🙏🙏 | ### Provide a description of requested docs changes
I'm sorry for the translation software I used
I hope to add an option for the New+menu to only appear when the Shift key is pressed, as template files are not used as frequently
And when I mistakenly use a new+ template to create a new one
Because my template is quit... | Issue-Docs,Needs-Triage,Product-New+ | low | Minor |
2,748,198,792 | svelte | Client errors aren't that helpful in the docs | I've managed to trigger the `Svelte error: state_unsafe_mutation` error a couple of times while migrating my app from Svelte 4 to 5. When it happens i am a little confused as to why, and when i click on the link to the client errors in the docs i get no further explanation on common use cases, how it can happen and wha... | documentation | low | Critical |
2,748,209,037 | rust | Unsized types in required trait methods | so this issue is a follow up for #134422 (closed as not planned) to suggest making a lint instead.
# What the issue talked about
Rust does not check for `T: Sized` in required trait methods
```rust
trait Foo {
fn bar(self: Self, x: str);
}
```
The above code compiles, even though `Self` and `str` are both `?Sized`
... | A-lints,T-lang,C-feature-request,needs-rfc,T-types,A-trait-objects | low | Major |
2,748,211,125 | kubernetes | Failing test: [sig-network] Services should fail health check node port if there are only terminating endpointsimage | ### Which jobs are failing?
https://testgrid.k8s.io/sig-node-containerd#image-validation-ubuntu-e2e
Sig network tests are failing due to issues with curl.
### Which tests are failing?
- [sig-network] Services should fail health check node port if there are only terminating endpointsimage
- [sig-network] Networ... | sig/network,kind/failing-test,needs-triage | low | Critical |
2,748,213,456 | ollama | falcon3:10b gives empty response sometimes | ### What is the issue?
Ollama 0.5.4 with falcon3:10b randomly gives empty response. The question I asked is "Why is e^(B_t-t/2) a martingale? Specifically why is it finite?". Initial debugging with help from Ollama Discord points to structured output problems.
Server log: [com.i0ntpst.ollama.log](https://github.com/u... | bug | low | Critical |
2,748,224,813 | ollama | IBM Granite MoE & Dense-2b is very slow when KV Cache quantization is enabled | ### What is the issue?
I found all Granite MoE models + dense:2b runs extremely slow when KV Cache is enabled, there didn't seems to be any hit on models response quality, just speed, kinda strange
I'm using Windows 11 + RTX 4090
Here is an example using model: granite3.1-moe:3b-instruct-q8_0
### `set OLLAM... | bug | low | Major |
2,748,236,791 | flutter | WASM + Edge: TypeError: type incompatibility when transforming from/to JS | ### Steps to reproduce
1. Run the [Superlist app](https://app.superlist.com) with Microsoft Edge version 131 + Windows 10
### Expected results
Flutter app runs for all users
### Actual results
Flutter app does not run for some users and throws an error relating to `boxed_double.dart` & `alignment.dart`. ... | platform-windows,platform-web,assigned for triage,browser: edge,e: wasm,team-web | low | Critical |
2,748,264,068 | opencv | Unknown C++ exception from OpenCV code from python using QR Detect | ### System Information
OpenCV version: 4.10.0.82
Operating System / Platform: Windows 10 Version 22H2 (OS Build 19045.5247)
Python 3.9.13
Reproduced in Docker Image as well:
OpenCV version: 4.10.0.84
Operating System / Platform: Ubuntu 24.04.1
Python: 3.12.3
### Detailed description
Particular images a... | bug,category: objdetect | low | Critical |
2,748,264,589 | godot | Text servers can't be built as extensions | ### Tested versions
4.4.dev [6395450b10d73bc3515763c7bbd1b2f5b7425d10]
### System information
Windows 11
### Issue description
While working on https://github.com/godotengine/godot/pull/100562 I was attempting to confirm the compilation as an extension would work but ran into unrelated problems, two primary ones c... | bug,discussion,topic:buildsystem,topic:gdextension | low | Critical |
2,748,264,593 | godot | CavasItem's clip only mode on skewed styleboxes fails to clear. | ### Tested versions
- Reproducible in: 4.3.stable
### System information
Godot v4.3.stable.mono - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1660 Ti (NVIDIA; 32.0.15.6636) - AMD Ryzen 7 4800H with Radeon Graphics (16 Threads)
### Issue description
 from Triton.
This function was modified from operating on a dict to a list ... | triaged,oncall: pt2,module: dynamo | low | Critical |
2,748,330,660 | godot | Stream sync play and seek is setting wrong position on certain cases | ### Tested versions
- Reproducible in: 4.3.stable and later
- Not reproducible in: 4.2.stable and earlier
### System information
Godot v4.3.stable - Windows 10.0.19045 - GLES3 (Compatibility) - Intel(R) HD Graphics 5500 (Intel Corporation; 20.19.15.5107) - Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz (4 Threads)
### Is... | bug,topic:audio,regression | low | Critical |
2,748,334,631 | go | runtime: use runtime.AddCleanup in the standard library | AddCleanup has been added to the runtime (#67535). We should use runtime.AddCleanup instead of runtime.SetFinalizer in the standard library wherever it is possible.
@mknyszek | NeedsFix,compiler/runtime | low | Major |
2,748,362,367 | flutter | Question for the engine team about making copyPixelBuffer/textureFrameAvailable more explicit about call patterns | From https://github.com/flutter/packages/pull/7466#discussion_r1871942627:
"I think the next step is to file an issue to explore with the engine team whether making the copyPixelBuffer/textureFrameAvailable more explicit about call patterns (e.g., saying that calls will not be more frequent than ~the screen refresh ... | engine,P3,team-engine,triaged-engine | low | Major |
2,748,363,512 | flutter | Button taps have vertical offset on a emulator/simulator | ### Steps to reproduce
1. Run the example app
2. Scroll until you see the button "inside scroll"
3. Try tapping the top half of the button. Taps are not detected. Now try tapping right under the button, but outside the box. Taps go through. It seems like there is a vertical offset in its hitbox. Images attached
... | framework,f: gestures,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28 | low | Minor |
2,748,376,750 | ollama | Setup window scaling is bigger than expected. | ### What is the issue?
It's probably not causing any problems during usage but this kinda bothers me on each update. The setup window, text and buttons are larger than expected. I'm currently on `0.5.4` but same exists on previus versions. I have dual monitor setup. Both 1080p and never used scaling (on default %100).... | bug | low | Major |
2,748,443,008 | godot | [GDScript] Cannot declare variable in lambda with the same name as parent scope | ### Tested versions
Godot v4.3.stable - Windows 10.0.26100 - Vulkan (Forward+) - integrated Intel(R) Iris(R) Xe Graphics (Intel Corporation; 31.0.101.5595) - 13th Gen Intel(R) Core(TM) i5-1340P (16 Threads)
### System information
N/A
### Issue description
When creating a GDScript function containing a lambda in it... | discussion,topic:gdscript | low | Critical |
2,748,492,876 | PowerToys | Hang when logging in via Windows Remote Desktop to a machine with PowerToys installed | ### Microsoft PowerToys version
0.87.0.0
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
General
### Steps to reproduce
Log in via Remote Desktop and try to do just about anything
### ✔️ Expected Behavior
_No response_
### ❌ Actual Behavior
Version: 0.87.0.0
... | Issue-Bug,Product-PowerToys Run,Needs-Triage | low | Minor |
2,748,520,619 | transformers | InternVL is ExecuTorch Compatible | ### Feature request
### Feature request
Enable OpenGVLab/InternVL2-1B to ["Export to ExecuTorch"](https://github.com/huggingface/transformers/issues/32253) workflow
### Motivation
See details in #32253
### Your contribution
model enablement | Feature request,ExecuTorch | low | Minor |
2,748,525,313 | ant-design | Slider: allow "included=true" to begin from a specified value | ### What problem does this feature solve?
Currently `included=true` always starts from left-most (right-most if reversed) edge. Currently there is no way to start the track fill to begin from a middle of the range. For example if you have a range from -10 to 10 and the default value is 0 then you may want to include... | unconfirmed | low | Minor |
2,748,543,894 | angular | Angular router leaks components and their DOM Elements | ### Which @angular/* package(s) are the source of the bug?
router
### Is this a regression?
No
### Description
Every time we navigate to a component and route away asynchronously, the Angular router is leaking the component.
This is causing severe memory issues in production code.
Steps to reproduce:
1. `git clon... | memory leak,area: router | low | Critical |
2,748,555,544 | rust | ICE: impossible case reached wit gce + v0 symbol mangling | <!--
[31mICE[0m: Rustc ./a.rs '-Cinstrument-coverage -ooutputfile -Zdump-mir-dir=dir' 'error: internal compiler error: compiler/rustc_symbol_mangling/src/v0.rs:578:42: impossible case reached', 'error: internal compiler error: compiler/rustc_symbol_mangling/src/v0.rs:578:42: impossible case reached'
File: /tmp/im/a.r... | I-ICE,T-compiler,C-bug,F-generic_const_exprs,S-bug-has-test,requires-incomplete-features | low | Critical |
2,748,585,500 | go | x/pkgsite: code example format request returns HTTP 405 method not allowed error | <!--
Please answer these questions before submitting your issue. Thanks!
If you would like to have your package removed, please file an issue at https://golang.org/s/pkgsite-package-removal.
-->
### What is the URL of the page with the issue?
https://pkg.go.dev/net/url#Values.Encode (click the "Format" butto... | help wanted,NeedsInvestigation,pkgsite | low | Critical |
2,748,599,924 | vscode | Selected tab underline thickness is hard to see | <!-- ⚠️⚠️ 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. -->
I would like there to be a way to customize the acti... | feature-request,workbench-tabs | low | Major |
2,748,613,485 | godot | Alt-tabbing doesn't switch focus to different window | ### Tested versions
4.4 dev6
### System information
Godot v4.4.dev6 - Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated AMD Radeon RX 580 2048SP (Advanced Micro Devices, Inc.; 31.0.21921.1000) - Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz (4 threads)
### Issue description
When switching from... | bug,topic:editor,needs testing | low | Minor |
2,748,643,914 | rust | Equality constraints break type resolution | <!--
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.
-->
Imagine a trait for serialization (AsRaw). I'm trying to make a trait for wrappers that serialize into the same encoding as their inner type. I tried this:
```... | C-bug,T-types,needs-triage | low | Critical |
2,748,654,398 | ollama | StructuredOutputs Schema Missing in Prompt [Unlike OpenAI API Default Behavior] | When using StructuredOutputs, I noticed that the model's outputs were nonsensical and didn't align with expectations.
After debugging, I discovered that the output schema isn't included in the prompt, leaving the model unaware of its options and what it should generate. While developers could manually add the schema... | feature request | low | Critical |
2,748,661,940 | ui | [feat]: Switch to `gap-XX` instead of `space-y-XX` | ### Feature description
Tailwind `gap-XX` is the proper way to space elements within `flex` or `grid` elements.
We should refactor the codebase and switch every `space-x-XXX` or `space-y-XXX` to `gap-XXX` when appropriate.
### Affected component/components
_No response_
### Additional Context
The downside of ... | area: request | low | Minor |
2,748,717,020 | kubernetes | Missing imports using register-gen since v0.32.0 | I tried the register-gen and the imports `k8s.io/apimachinery/pkg/runtime` and `k8s.io/apimachinery/pkg/runtime/schema` are missing with the version 0.32.0.
This is due to the dependency `k8s.io/gengo/v2` being updated after the merge if this PR: https://github.com/kubernetes/gengo/pull/277. The field `FormatOnly` is ... | sig/api-machinery,kind/regression,triage/accepted | low | Major |
2,748,725,813 | go | testing/synctest: "all goroutines in bubble are blocked" should list blocked goroutines | When all the goroutines in a synctest bubble are durably blocked and no progress can be made, synctest.Run panics. This is essentially a more limited version of the runtime's fatal error "all goroutines are asleep - deadlock!".
Currently, when this panic occurs in a test, by default you see a stack trace for the gor... | NeedsInvestigation | low | Critical |
2,748,734,800 | vscode | Expanding references in quick chat should grow picker | https://github.com/user-attachments/assets/aad8fac3-f497-4e67-9c54-f43afe7bb8df
originally internally reported by @bpasero | bug,quick-chat | low | Minor |
2,748,789,711 | vscode | Sticky scroll lines in the diff editor don't fully extend horizontally | repro:
- open diff editor to check changes for a commit
- scroll one of the diff lines to a point where it is at the top of the viewport (where the sticky elements would be)
- 🐛 see the diff peeking through between the sticky line and scroll bar

- [X] My... | bug | low | Minor |
2,748,841,449 | kubernetes | [Compatibility Version] kube version validation should be moved out of component base | xref: https://github.com/kubernetes/kubernetes/pull/128279/files#r1890633759
> is k8s.io/component-base supposed to be agnostic for in-tree or out-of-tree components? trying to make sure the n-3 / 1.31 floor we set here is enforced for ValidateKubeEffectiveVersion but wouldn't break a different component with a diff... | sig/api-machinery,triage/accepted | low | Minor |
2,748,841,458 | vscode | Git - Add "Cherry Pick with No Commit" option to Source Control Graph | <!-- ⚠️⚠️ 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. -->
### Description:
The "Source Control Graph" in Visu... | feature-request,git | low | Minor |
2,748,857,798 | flutter | Use of `flutter update-packages` makes code reviews/merges painful | As an example, see https://github.com/flutter/flutter/pull/160354/files.
There are 92 files changed because a new package was added, and to use uniform package versions, `flutter update-packages` was used, which in turn requires updating the entire repository. We should either stop using pinned packages (and move to... | team-infra,c: tech-debt | low | Minor |
2,748,893,230 | tauri | [bug] Invalid scale on linux | ### Describe the bug
When i run my application everything is tiny and when i open the devtools my <body> tag has a size of -150000 px by -40000 px which makes it unstably tiny
### Reproduction
1. Create a new project with `bun create tauri-app`
2. Run it on linux on wayland(i haven't tested on xorg)
3. open devtoo... | type: bug,status: upstream,platform: Nix/NixOS | low | Critical |
2,748,915,466 | go | x/build: improve the container deployment process | I propose changing how services are deployed from the x/build repository. I would like to continue/finalize the migration from building and deploying containers on local machines to doing most of the work on Cloud Build. I propose we:
Current State: Services are built and deployed as containers primarily on local ma... | Builders,NeedsFix | low | Critical |
2,748,920,276 | flutter | Attempt to execute code removed by Dart AOT compiler (TFA) (crash after updating to 3.27.1 from 3.24.5) | ### Steps to reproduce
I get this error when launching iOS application with 3.27.1 (on 3.24.5 it works fine)
The stacktrace points to PopupMenuButton but that is not even being used anywhere in the app.
### Expected results
The app should behave exactly like how it works when build with 3.24.5
### Actual... | c: regression,c: crash,tool,dependency: dart,P1,team-tool,triaged-tool,dependency:dart-triaged | medium | Critical |
2,748,947,330 | go | proposal: x/net/http3: add HTTP/3 implementation | This is a proposal to add an HTTP/3 client and server implementation in x/net/http3.
Similarly to the accepted form of #58547 (x/net/quic), this proposal is to add an experimental package with an API subject to change during development. Once we have a complete implementation, we will file a separate proposal for AP... | Proposal | medium | Major |
2,748,977,958 | pytorch | FSDP learning hangs when the program tries to save the model | ### 🐛 Describe the bug
## TL;DR
I have strange intermittent error which I can fix in my own (just by adding one line), but I don't know how to fix it properly in general
## What's the problem?
Recently I have tried to fine-tune some LLMs using [Accelerate](https://github.com/huggingface/accelerate) from Hugg... | oncall: distributed,module: distributed_checkpoint | low | Critical |
2,748,988,333 | ui | [bug]: Sidebar useIsMobile doesn't change when slowly | ### Describe the bug
When I expand the window slowly, the `isMobile` doesn't change to `false`.
Add `console.log(window.innerWidth, e.matches)` get `767 false`, but `MOBILE_BREAKPOINT` is `768`, so setIsMobile is `true`.
Use `event.matches` or `mql.matches` or ~`<=`~?
I find a questions: [html - Media query m... | bug | low | Critical |
2,749,035,299 | flutter | Semantics onTap also triggering background content on mobile web | ### Steps to reproduce
1. Wrap a button with semantics with the following values:
```
Semantics(
label: "test",
hint: "hint test",
excludeSemantics: true,
onTap: _incrementCounter,
child: IconButton(
onPressed: _incrementCo... | a: accessibility,platform-web,has reproducible steps,P2,browser: safari-ios,team-web,triaged-web,found in release: 3.27,found in release: 3.28 | low | Critical |
2,749,076,401 | transformers | DeBERTa's `DisentangledSelfAttention` hardcodes `float` dtype, which causes `bfloat16` overflow error | ### System Info
transformers: 4.47.0
Python: 3.10.5
PyTorch: 2.5.1+cu124
GPU: NVIDIA GTX 980 Ti
### Who can help?
@ArthurZucker
### Information
- [ ] The official example scripts
- [X] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [X... | bug | low | Critical |
2,749,078,035 | godot | `sample_baked_with_rotation` in Curve3D gives wrong rotation near first and last points | ### Tested versions
#### Reproducible in
- 4.4.dev.custom_build.fafc07335
- 4.3.stable.official.77dcf97d8
- 4.2.2.stable.official.15073afe3
### System information
Godot v4.3.stable - Ubuntu 22.04.5 LTS 22.04 - X11 - GLES3 (Compatibility) - NVIDIA GeForce RTX 3080 (nvidia; 550.120) - Intel(R) Core(TM) i5-8600K CP... | bug,topic:3d | low | Minor |
2,749,079,736 | flutter | `AnimationStyle` API improvements | - It'd be nice to have `AnimationStyle.merge` (similar to [**TextStyle.merge**](https://main-api.flutter.dev/flutter/painting/TextStyle/merge.html))
- It'd also be nice if the `.lerp()` method was more than just a binary switch, since maybe someone would want to animate the animation style!
- Since it's an immutable ... | c: new feature,framework,a: animation,c: proposal,P3,team-framework,triaged-framework | low | Minor |
2,749,081,726 | godot | LightmapGI: Custom Sky environment does not contribute to ambient light | ### Tested versions
Reproducible in the Godot v4.4.dev (7f5c46929) build (built from the AUR and currently only a few commits behind)
### System information
Godot v4.4.dev (7f5c46929) - Manjaro Linux #1 SMP PREEMPT_DYNAMIC Mon, 09 Dec 2024 11:58:37 +0000 on Wayland - X11 display driver, Multi-window, 1 monitor - Vul... | bug,topic:rendering,topic:3d | low | Critical |
2,749,104,909 | TypeScript | Check if path is excluded via watch options before adding watchers during `watchFailedLookupLocationOfNonRelativeModuleResolutions` | ### 🔍 Search Terms
finishCachingPerDirectoryResolution
failedLookupLocation
### ✅ 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... | Help Wanted,Possible Improvement | low | Critical |
2,749,114,090 | transformers | AllAboardBertweetModel | ### Model description
AllAboardBertweetModel used for AllaboardSystem
### Open source status
- [X] The model implementation is available
- [X] The model weights are available
### Provide useful links for the implementation
_No response_ | New model | low | Minor |
2,749,118,574 | deno | Uncaught PermissionDenied: Permission denied (os error 13) When running vite | Version: Deno 2.1.4
I have a remix project which contain a directory with restricted permission. When i run the project with npm, the project run without a problem. But with Deno it gives me `Uncaught PermissionDenied`. The folder itself is ignored in `.gitignore`
Here is the log
```
DEBUG RS - deno_config... | needs info | low | Critical |
2,749,127,381 | vscode | Can't install extension properly |
Type: <b>Bug</b>
1. Click update button in extention page
```log
2024-12-19 10:43:50.754 [info] Getting Manifest... llvm-vs-code-extensions.vscode-clangd
2024-12-19 10:43:51.633 [info] Installing extension: llvm-vs-code-extensions.vscode-clangd {"pinned":true,"productVersion":{"version":"1.96.1","date":"2024-12-17T17... | info-needed | medium | Critical |
2,749,191,312 | angular | Add more ergonomic api to declare server-side services | ### Which @angular/* package(s) are relevant/related to the feature request?
core, platform-server
### Description
This is regarding the recommended way to declare server only services:
https://github.com/angular/angular/issues/53168#issuecomment-1827805974
At the moment it feels like a lot of boilerplate to create... | area: server | low | Minor |
2,749,218,097 | react-native | property is not configurable This error is located at: in VirtualizedList (created by FlatList) | ### Description
I am using React Native 0.76, and whenever I try to use a FlatList, the same TypeError: property is not configurable issue arises. This time, I encountered the same error while using the GooglePlacesAutocomplete component, which internally uses FlatList or VirtualizedList to render suggestions.
### St... | Component: VirtualizedList,Component: FlatList,Needs: Triage :mag:,Newer Patch Available | low | Critical |
2,749,219,808 | PowerToys | Launch and Edit option in Workspaces clears all configured the CLI arguments | ### Microsoft PowerToys version
0.87.0
### Installation method
Microsoft Store
### Running as admin
None
### Area(s) with issue?
Workspaces
### Steps to reproduce
### Problem Description
Currently when using `Launch & Edit` option in Workspaces, it resets all previously configured CLI arguments.
I hope Everyo... | Issue-Bug,Resolution-Fix Committed,Product-Workspaces | low | Minor |
2,749,262,131 | flutter | Menus should be configurable to not overlap with parent button | ### Steps to reproduce
Looking at the docs from `MenuStyle` it says:
```dart
/// Determines the desired alignment of the submenu when opened relative to
/// the button that opens it.
///
/// If there isn't sufficient space to open the menu with the given alignment,
/// and there's space on the othe... | c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design | low | Minor |
2,749,322,074 | ant-design | Table 组件开启虚拟列表后,在 windows 上卡顿掉帧 | ### What problem does this feature solve?
目前,Table 开启虚拟列表后,mac 上没有问题,windows 上滚动时会卡顿掉帧。antd 文档例子就有这个问题,但 4.x 版本的很流畅。windows 测试机型配置如下:处理器:AMD Ryzen 7 PRO 4750U with Radeon Graphics 1.70 GHz。机带 RAM:16.0 GB。
### What does the proposed API look like?
5.x 的 Table 组件在开启虚拟列表后,window 上也能流畅滚动。
<!-- generated by ant-... | unconfirmed | low | Major |
2,749,339,758 | langchain | "TypeError in embed_documents: Nested Embedding Structure (List[List[float]]) Causes Failure in LlamaCppEmbeddings with langchain-community v0.3.12" | ### 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 bug is ... | 🤖:bug | low | Critical |
2,749,354,353 | vscode | Add editable filters to the workspace (folder) |
Type: <b>Feature Request</b>
When there is a lot of content in the workspace folder, browsing becomes troublesome and difficult. At this point, we want to use a JSON like configuration document to customize folder filters, similar to this:
```json
{
“filter0": [**/*],
"filter1":
[
rootdir\\apps\\folder1,
rootdir\\ap... | feature-request,file-explorer | low | Minor |
2,749,371,092 | go | spec: clarify that map iteration always yields the latest version of an entry | ### Proposal Details
Consider the following program (https://go.dev/play/p/wd1Ge2PIyAK):
```
package main
import "fmt"
func main() {
m := map[string]string{
"a": "original",
"b": "original",
}
for k, v := range m {
fmt.Println(k, v)
m["a"] = "new"
}
}
```
Map iteration order unspecif... | NeedsFix,FixPending | low | Critical |
2,749,379,013 | ollama | Unable to load dynamic library: libstdc++.so.6: cannot open | ### What is the issue?
oll```
ama run llama3.1
Error: Unable to load dynamic library: Unable to load dynamic server library: libstdc++.so.6: cannot open shared object file: No such file or directory
```
### OS
_No response_
### GPU
_No response_
### CPU
_No response_
### Ollama version
_No response_ | bug | low | Critical |
2,749,418,944 | ant-design | Segmented 有多項 option 會超出頁面寬度 | ### What problem does this feature solve?
Segmented 有多項 option 時,橫向顯示會超出頁面寬度
雖然可自己寫樣式修正,不過期望能有像 Tabs 一樣 slider 的功能,或是有更好的呈現方式
### What does the proposed API look like?
以 Tabs 為例, <Segmented> 組件中可根據自身 options 選項及寬度調整是否需滑動
或是以類似 flex-wrap 的 API 讓使用者自定是否可多行顯示(不過還是比較喜歡 Tabs 的顯示方式)
<!-- generated by ant-design... | 💄 Design,improvement | low | Minor |
2,749,440,079 | flutter | No top padding in `NavigationBar` and `BottomAppBar` in Android's edge to edge mode | ### Steps to reproduce
1. Create a Flutter app and add Material 3's `BottomNavigationBar` widget or `BottomAppBar` (with a `FloatingActionButton` with location as `FloatingActionButtonLocation.endContained` to distinguish) widget.
2. Run the app with edge-to-edge mode enabled. (which is the default for Android 15+ in ... | platform-android,e: OS-version specific,P1,team-android,triaged-android | medium | Minor |
2,749,469,350 | next.js | Route Handler PATCH export type error in Next.js 15 | ### Link to the code that reproduces this issue
https://github.com/shellen/repro-next-route-handler
### To Reproduce
After an npm install of the attached repro, just run `npm run build` to observe a failure to compile:
Linting and checking validity of types ..Failed to compile.
`src/app/api/test/[id]/route.ts... | TypeScript | low | Critical |
2,749,513,456 | PowerToys | Problems encountered when using New+on the desktop in Win10 system | ### Microsoft PowerToys version
0.87.0
### Installation method
GitHub
### Running as admin
Yes
### Area(s) with issue?
New+
### Steps to reproduce
【I'm sorry, I used translation software】
【To avoid translation errors, I try my best to have the translator translate simple sentences】
My computer has two screens
... | Issue-Bug,Needs-Triage,Product-New+ | low | Critical |
2,749,518,394 | kubernetes | Container name not showed in the `probe` event message | ### What would you like to be added?
Add container name ` Container abc` in the `probe` event message, like:
```
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 18m default... | kind/feature,sig/cli,needs-triage | low | Critical |
2,749,534,814 | ui | [bug]: When using rich text Editor inside a Dialog, the built-in popups of the rich text editor cannot gain focus | ### Describe the bug
When using rich text editor inside a Dialog, the built-in popups of the rich text editor cannot gain focus
Can Dialog these two properties be set the same way as in MUI?
1.disableEnforceFocus={true}
2.disableAutoFocus={true}
### Affected component/components
Dialog
### How to reproduce
... | bug | low | Critical |
2,749,564,057 | next.js | DYNAMIC_SERVER_USAGE error with parallel and/or intercepted routes | ### Link to the code that reproduces this issue
https://github.com/diamondT/with-modal-app
### To Reproduce
1. build application with `npm run build`
2. start with `npm run start`
3. navigate to `http://localhost:3005`
4. click on the "Create an address" button
### Current vs. Expected behavior
### Cu... | Runtime,Parallel & Intercepting Routes | low | Critical |
2,749,629,972 | PowerToys | Command Not Found won't work | ### Microsoft PowerToys version
0.87.0
### Installation method
WinGet
### Running as admin
Yes
### Area(s) with issue?
Command not found
### Steps to reproduce
Simply install Powertoys and enable Command-Not-Found
### ✔️ Expected Behavior
something to happen
### ❌ Actual Behavior
It used to work with my cu... | Issue-Bug,Needs-Triage,Product-CommandNotFound | low | Minor |
2,749,647,878 | pytorch | "aten::any" and "aten::all" behavior for unsigned tensors different than signed | ### 🐛 Describe the bug

When I use torch.any ot torch.all for an int8 tensor, the result is boolean as expected for these boolean ops. But, for some reason, when I use uint8 for example, so the result is a uint8 tensor. That's... | triaged,module: reductions,module: unsigned int | low | Critical |
2,749,718,163 | vscode | Devcontainer: prompts me to open a folder without further insights | Steps to Reproduce:
1. fresh stable
2. click on remote indicator and container
🐛 I am immediately asked to open a folder
https://github.com/user-attachments/assets/3b3a8d96-d47f-4451-97e1-55003692487c
| macos,remote | low | Minor |
2,749,719,807 | yt-dlp | Request for Custom Extractor for pornhat.com in yt-dlp | ### 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://gith... | site-request,NSFW,triage | low | Critical |
2,749,764,799 | ant-design | DatePicker disable auto convert formats | ### Reproduction link
[https://codepen.io/Feng-Zhang-the-typescripter/pen/JoPWBVj](https://codepen.io/Feng-Zhang-the-typescripter/pen/JoPWBVj)
### Steps to reproduce
I have a DatePicker whose formats is an array ['MM/YYYY', 'MM/YY']
### What is expected?
I want to input `03/2025`, expected `03/2025`
#... | unconfirmed | low | Minor |
2,749,793,776 | PowerToys | Workspaces do not recognize some programs | ### Microsoft PowerToys version
0.87.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Workspaces
### Steps to reproduce
Launch:
- Marmoset Toolbag 5 (5010)
- Zbrush 2023.3
Go to workspaces - create workspace - see the program list - none of the launched above a... | Issue-Bug,Needs-Triage,Product-Workspaces | low | Minor |
2,749,800,628 | pytorch | [Bug] Memory leak in C++ libtorch | ### 🐛 Describe the bug
It seems there is a bug leading to a memory leak in the (C++) libtorch.
```
#include <torch/extension.h>
#include <thread>
class FrameVector {
private:
std::vector<int> data;
public:
FrameVector() {
std::vector<int> data(7056);
this->data = data;
... | module: cpp,triaged | low | Critical |
2,749,822,052 | pytorch | Failed to load TorchScript of SSDLite in android | ### 🐛 Describe the bug
I tried to load SSDLite in Android but always failed with it.
Here is my code for export TorchScript: [sun-jiao/pytorch_ssdlite_export](https://github.com/sun-jiao/pytorch_ssdlite_export).
Use `detection_export.py` to convert the pretrained model to TorchScript. And then use `detection.... | oncall: mobile | low | Critical |
2,749,836,163 | angular | Template HMR broken with Ionic, showing old template even after full page reload | ### Which @angular/* package(s) are the source of the bug?
compiler, compiler-cli, core
### Is this a regression?
No
### Description
First off, I'm not sure if this is a bug with Angular, Ionic, or both. I've created the issue here because this is still an experimental feature.
I've created a default [Ionic](http... | area: compiler | low | Critical |
2,749,863,038 | next.js | Can't Navigate from App Router to Pages Router in Dev Mode | ### Link to the code that reproduces this issue
https://github.com/Henrixounez/repro-next-navigating-app-to-pages-in-dev-mode
### To Reproduce
1. Start the application in development (`npm run dev`)
2. Access the Home page in App Router `/`
3. Click on links that should redirect to the About page in Pages Router
... | Navigation | low | Minor |
2,749,883,512 | godot | Big memory usage when too many `Area2D`s collision pair's | ### Tested versions
- Reproducible in: v4.3.stable.mono.official [77dcf97d8]
### System information
Windows 10 - Vulkan(Foward+) - Nvidea 1070
### Issue description
~~There seems to be a big memory leak when spawning too many **Area2D's** too fast.~~
~~This leak also happens when using **JoltPhysics2D**.~~
**Edit... | bug,topic:core,topic:2d | low | Major |
2,749,925,125 | vscode | Remove the extra steps when installing updates to VS Code | <!-- ⚠️⚠️ 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. -->
Currently, updating Visual Studio code involves the ... | bug,install-update | low | Minor |
2,749,947,261 | flutter | [Impeller] Render outside viewBox image when there is a `mix-blend-mode` different from normal on iOS | ### Steps to reproduce
1. Create an application
2. Paste code in sample
3. Run on iOS
### Expected results
When I launch with flutter 3.24.5:
<img width="360" alt="image" src="https://github.com/user-attachments/assets/486e00dc-e9c7-4729-8f8e-a08aa9f4bdab" />
### Actual results
When I launch with flutter 3.27.2:... | package,has reproducible steps,team-engine,found in release: 3.27,p: flutter_svg,found in release: 3.28 | low | Minor |
2,749,947,590 | PowerToys | New feature request: Mouse jump | ### Description of the new feature / enhancement
Because of the issue described in "Scenario", I think it would be nice if there was a feature that would:
1. when a window receives focus with Alt+Tab, check if the mouse is already on that screen and, if not, move the mouse to the last saved position on that screen.
2... | Idea-Enhancement,Needs-Triage,Product-Mouse Utilities | low | Minor |
2,749,958,621 | PowerToys | Improvement suggestion for Find My Mouse (should also work by dbl-pressing the right Ctrl) | ### Description of the new feature / enhancement
Find My Mouse (see picture in German) should also work by dbl-pressing the right Ctrl.
So far it seems to work only by dbl-pressing the left Ctrl.

### Scenario when this would b... | Idea-Enhancement,Needs-Triage,Product-Mouse Utilities | low | Minor |
2,749,963,476 | kubernetes | Don't copy whole response during response marshalling | ### What would you like to be added?
When experimenting with measuring memory usage for large LIST requests I noticed one thing that surprised me. It's expected that apiserver requires a lot of memory when listing from etcd. It needs to fetch the data, decode etcd, however what about listing from cache?
I was surp... | sig/api-machinery,kind/feature,triage/accepted | medium | 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.