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,588,433,172 | ui | [bug]: error occurring while installing the components | ### Describe the bug
npx shadcn@latest add avatar
⠴ Checking registry.
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
request to https://ui.shadcn.com/r/index.json failed, reason: self-signed certificate in certificate chain
### ... | bug | low | Critical |
2,588,446,767 | tensorflow | TypeError: true_fn and false_fn arguments to tf.cond must have the same number, type, and overall structure of return values | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.17.0
### Custom code
Yes
### OS platform and distribution
Linux CentOS 7.9
### Mobile device
_No response_
### Python version
3.12.4
### Bazel version... | type:bug,2.17 | medium | Critical |
2,588,477,705 | material-ui | [TextField][a11y] Add aria-describedby in the input assosiated with the id of the start/end adornment | ### Summary
When using start/end adornment the input needs to be well associated with the description they provide, by adding an aria-describedby to have the value of the adornment id so that the unsighted users can get the same hint as sighted users.
As a first step, we can likely start with improving this demo, a... | accessibility,component: text field | low | Minor |
2,588,514,972 | opencv | GRU parsing is not implemented in the new ONNX parser | ### System Information
The implementation is just commented. The old parser makes several preliminary steps to extract constant blobs. The solution should be reworked with the new one.
Reference: https://github.com/opencv/opencv/pull/26056
### Detailed description
-
### Steps to reproduce
-
### Iss... | bug,category: dnn (onnx) | low | Minor |
2,588,522,582 | opencv | QLinear* layers are not implemented in the new DNN engine | ### System Information
Platform: any
Reference: https://github.com/opencv/opencv/pull/26056
### Detailed description
-
### Steps to reproduce
-
### Issue submission checklist
- [X] I report the issue, it's not a question
- [ ] I checked the problem with documentation, FAQ, open issues, forum.opencv... | bug,category: dnn (onnx) | low | Minor |
2,588,578,446 | go | cmd/compile: should delete loops without side-effects | As of `go1.24-cbdb3545ad`, none of the following loops get optimized away:
```
package main
func main() {
for range 10 {
// Just an empty loop
}
var x int
for range 20 {
// x never gets read after the loop
x++
}
var y [30]int
for i := range y {
// The bounds check gets optimized out... | Performance,help wanted,NeedsInvestigation,compiler/runtime | low | Critical |
2,588,635,065 | electron | [Bug]: 'login' event is not emitted when the HTTP request is sent from the 'main' process using 'net.fetch()' on Windows and MacOS | ### 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 ... | bug :beetle:,component/net,has-repro-gist,component/utilityProcess,32-x-y | low | Critical |
2,588,653,034 | rust | target_feature leads to confusing note in rustdoc | I tried this code:
```rust
#[target_feature(enable = "avx2")]
pub unsafe fn f() {}
```
I expected to see this happen:
Rustdoc says something along the lines of:
> Requires target feature avx2 at runtime.
Instead, this happened:
Rustdoc says:
> Available with target feature avx2 only.
It is not clear what “avail... | T-rustdoc,C-bug,A-rustdoc-ui,T-rustdoc-frontend | low | Critical |
2,588,755,160 | react | [Compiler Bug]: false positive when accessing `window.location` from the props object | ### 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)
- [X] eslint-plugin-react-compiler (build issue installing or using the eslint plugin)
- [ ] reac... | Type: Bug,Status: Unconfirmed,Component: Optimizing Compiler | medium | Critical |
2,588,801,396 | pytorch | Inductor's require_stride_order and require_exact_strides should pull from the graph sent to inductor | Custom operators and triton kernels can be marked with "require_stride_order" or "require_exact_strides". This means that during lowering, Inductor will ensure that the inputs to the custom operator have the same strides as observed in the post_grad Inductor graph.
However, Inductor passes are able to muck around wi... | triaged,module: custom-operators,oncall: pt2,module: inductor,module: pt2-dispatcher | low | Minor |
2,588,820,412 | go | proposal: crypto: support 3rd-party hash algorithms | ### Proposal Details
`crypto/rsa.SignPSS()` and similar packages take a `crypto.Hash`, which is hard-coded to only support known-to-Go hash algorithms.
This is a total show-stopper for me, because I need to be able to support new, not-yet-existing hash algorithms.
I propose a new implementation for `src/crypto/cry... | Proposal,Proposal-Crypto | low | Critical |
2,588,830,461 | flutter | LayoutBuilder throwing assertion on hot reload, when parent is dynamically determining the children during the build phase | ### Steps to reproduce
1. create a new project with "flutter create bug"
2. paste the minimal reproducible sample in the main.dart
3. resize the window, so the container doesnt fit the constrains
4. perform a hot reload or hot restart
### Expected results
No assertion is thrown,.
The use of AppChildFitter is t... | c: crash,framework,t: hot reload,a: desktop,a: error message,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27 | low | Critical |
2,588,849,617 | TypeScript | Certain homomorphic mappings break assignability with exactOptionalPropertyTypes | ### 🔎 Search Terms
eopt exactOptionalPropertyTypes homomorphic Omit unassignable
### 🕗 Version & Regression Information
- This is the behavior in every version I tried
### ⏯ Playground Link
https://tsplay.dev/w28Qzm
### 💻 Code
```ts
// @exactOptionalPropertyTypes
type T = {
foo?: true;
bar?: true;
};
... | Help Wanted,Possible Improvement | low | Critical |
2,588,882,334 | rust | Tracking issue for wasm32-emscripten ui test failures | These are the tests that are failing after #131705:
- [ ] `abi/numbers-arithmetic/return-float.rs` -- adding `-Cpanic=abort` fixes the failure. [The upstream bug report](https://github.com/emscripten-core/emscripten/issues/22743) has a C++ reproducer. More reason it would be nice to resolve #112195.
- [x] `async-await... | A-testsuite,C-bug,C-tracking-issue,O-emscripten | low | Critical |
2,588,885,385 | flutter | DecoratedSliver could benefit from example that turns off clip behavior on parent scrollview | ### Steps to reproduce
1. flutter create bug
2. Paste the code sample
3. flutter run -d chrome
4. Make the window bigger and smaller, so that the scrollbar appears/disappears on the sliver
5. When the scrollbar is shown, the decoration is clipped on _all_ sides, which makes the shadows disappear in the sample.
... | framework,f: scrolling,d: api docs,good first issue,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27 | low | Critical |
2,588,949,461 | react | [DevTools Bug]: v6.0.0 (9/26/2024) of devtools makes a page extremely slow in dev (even when devtools are closed) | ### Website or app
difficult to build a repor for now, since
### Repro steps
I'm unsure what's the best way to reproduce the issue, but I'm loading a page with React Router v6 with React@19.0.0-rc-6cf85185-20241014 (using the latest version of the compiler), and v6.0.0 of devtools. Chrome version 129.0.6668.1... | Type: Bug,Status: Unconfirmed,Component: Developer Tools | low | Critical |
2,588,950,027 | godot | BoneAttachment3D signal error after re-set the external skeleton during gameplay | ### Tested versions
Reproductible in: v4.3.stable.mono.official [77dcf97d8]
### System information
Windows 10 Godot V4.3 Forward+
### Issue description
BoneAttachment3D signal error after re-set the external skeleton during gameplay.
The Script is pretty simple, just change the skeleton during gamepla... | needs testing,topic:dotnet,topic:animation | low | Critical |
2,588,985,508 | storybook | [Bug]: hash navigation does not work | ### Describe the bug
If you click on the anchor tag next to a story title in the autodocs page, it adds a hash parameter to the page url. However, this hash parameter cannot be used again to go to the same story.
### Reproduction link
https://stackblitz.com/github/storybookjs/sandboxes/tree/next/react-webpack/18-ts/... | bug,addon: docs | low | Critical |
2,589,000,414 | stable-diffusion-webui | [Bug]: Unable to create venv in directrory | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | bug-report | low | Critical |
2,589,125,881 | rust | with_exposed_provenance(0).with_addr(addr) is compiled as gep null | Miri executes this program without error, but I believe our lowering to LLVM IR adds UB:
```rust
#![feature(strict_provenance, exposed_provenance)]
#[no_mangle]
pub fn from_exposed_null(addr: usize) -> *const u8 {
let ptr = 0x0 as *const u8;
ptr.with_addr(addr)
}
// Main for Miri
fn main() {
let data = 0u8... | T-compiler,C-bug,A-strict-provenance,T-opsem | low | Critical |
2,589,128,280 | next.js | Redirect from Server Action takes precedence over the Redirect from Middleware when they are sequential | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/dqqhy7
### To Reproduce
1. Visit the [demo](https://dqqhy7-3000.csb.app/)
2. Click the Trigger A redirect button
3. You'll be redirected. The search params you'll see have hello='xyz' (This was expected to be hello=xyz&identifier... | bug,Middleware | low | Minor |
2,589,168,511 | deno | Add "ignore" to Deno.watchFs | Hey,
been using Deno for a while now.
For a cli tool I'm using Deno.watchFs, which works fine.
My use case is the following: I want to watch a whole directory recursively and then have different actions depending on what files have changed. This allows me do dynamically listen for new folder creations etc. in ... | feat,public API,ext/fs | low | Minor |
2,589,241,136 | electron | [Bug]: powerMonitor on resume event fires twice | ### 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:,component/powerMonitor,31-x-y,32-x-y,33-x-y | low | Critical |
2,589,280,429 | rust | `get_unchecked()` is never inlined on armv7-unknown-linux-gnueabihf in functions with `#[target_feature(enable = "neon")]` | While working on armv7 neon support for [simdutf8](https://github.com/rusticstuff/simdutf8) I ran across inlining problems for functions with `#[target_feature(enable = "neon")]`. One of them is that `get_unchecked()` is never inlined in such functions.
More info:
* It also is not inlined with the armv7-linux-androide... | A-LLVM,I-slow,A-codegen,O-Arm,T-compiler,A-SIMD,C-bug,A-target-feature | low | Minor |
2,589,297,392 | godot | [DX12] RenderingDeviceDriverD3D12 does not correctly check minimum supported shader model | ### Tested versions
Still present in current master.
### System information
Windows DirectX
### Issue description
The loop implemented in [rendering_device_driver_d3d12.cpp:6394](https://github.com/godotengine/godot/blob/master/drivers/d3d12/rendering_device_driver_d3d12.cpp#L6394)
```C++
shader_model... | bug,platform:windows,topic:rendering | low | Critical |
2,589,345,618 | pytorch | cprofile on compiler should trigger on backwards | ### 🐛 Describe the bug
Right now they don't:
<img width="784" alt="image" src="https://github.com/user-attachments/assets/c41d12f2-96f6-4b37-a7df-55f6c895963b">
### Versions
main
cc @chauhang @penguinwu | triaged,oncall: pt2 | low | Critical |
2,589,369,860 | flutter | Accidental Dismissals of ListView Items During Scroll | ### Steps to reproduce
1.Create a ListView with 35 items.
2.Use a Dismissible widget for each item inside the ListView.
3.Scroll the list up and down.
4.Observe that when starting the scroll with a diagonal swipe motion, **_sometimes_** items get dismissed unintentionally.
5. Tested on Android with Samsung A33.
... | framework,f: scrolling,f: gestures,has reproducible steps,P3,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27 | low | Major |
2,589,380,153 | godot | SteamInput can fail on Windows | ### Tested versions
4.dev [6699ae7]
### System information
Godot v4.3 - Windows 10 D3D12 (Forward+)
### Issue description
There are multiple bugs when using Steam Input with Godot under Windows currently.
- Godot will not always use XInput for these controller even tough Steam will provide a XInput API for the... | bug,platform:windows,needs testing,topic:input | low | Critical |
2,589,435,070 | rust | Tracking Issue for `-Zregparm` | This is a tracking issue for the `-Zregparm` flag for x86. It is the equivalent of Clang's/GCC's `-mregparm=3`. The kernel needs it to support the x86 32-bit architecture, together with [`-Zreg-struct-return`](https://github.com/rust-lang/rust/issues/116972).
It could potentially be a ["global target feature"](https:/... | T-compiler,C-tracking-issue,A-ABI,A-CLI,O-x86_32,A-rust-for-linux | low | Critical |
2,589,463,849 | godot | Editor prints infinite errors while an opened LightOccluder2D polygon is in view of a GPUParticles2D with collision mode | ### Tested versions
Reproducible in 4.3 stable
### System information
Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 Laptop GPU (NVIDIA; 32.0.15.6081) - Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz (16 Threads)
### Issue description
Opening a LightOccluder2D p... | bug,topic:editor,topic:2d | low | Critical |
2,589,465,076 | PowerToys | Keyboard Manager: make `Remap key` Multiple Letters support | ### Description of the new feature / enhancement
Feature like **GBoard Distionary** word suggestions
Like this
when type `my-bio` then write `my bio text`
### Scenario when this would be used?
when type `my-bio` then write `my bio text`
### Supporting information
_No response_ | Needs-Triage | low | Minor |
2,589,504,778 | pytorch | torch/nn/modules/conv.py torch.OutOfMemoryError: HIP out of memory | ### 🐛 Describe the bug
I have a similar error with workloads that i hear anecdotally should be much less taxing on the VRAM.
this particular example is deigned for **10GB. it utilizes CogXVideo at 5B with a q4_0 quantization**: https://github.com/kijai/ComfyUI-CogVideoXWrapper/blob/main/examples/cogvidex_fun_5b_G... | module: rocm,module: memory usage,triaged | low | Critical |
2,589,536,724 | PowerToys | CTRL key stops working periodically | ### Microsoft PowerToys version
0.85.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
[PowerToysReport_2024-10-15-19-09-17.zip](https://github.com/user-attachments/files/17382827/PowerToysReport_2024-10-15-19-09-17.zip)
Some... | Issue-Bug,Needs-Triage | low | Minor |
2,589,539,971 | pytorch | Make SkipFiles graph breaks actionable | internal x-ref: https://fb.workplace.com/groups/1075192433118967/posts/1520479595256913/
If a user hits a graph break due to a skipfiles thing, they don't know what to do. We should (1) make the error message better, and (2) maybe we can even give the users an API that forces dynamo to trace through a function (inst... | triaged,oncall: pt2,module: dynamo | low | Critical |
2,589,565,846 | Python | Hollow diamond alphabets pattern | ### Feature description
Add the hollow_diamond_alphabet function, which prints a hollow diamond pattern using uppercase alphabet characters based on the specified size. The parameter n determines the number of rows in the diamond. This function uses spaces for alignment and hollow spaces within the diamond structure, ... | enhancement | medium | Minor |
2,589,602,797 | material-ui | Pigment CSS is 16.2KB gzipped JavaScript in MUI’s example app | ### Steps to reproduce
[Link to live example](https://github.com/o-alexandrov/material-ui-pigment-css-vite-ts)
Steps:
1. Clone the repo (it's exactly the same as the vite [example from this repo](https://github.com/mui/material-ui/tree/master/apps/pigment-css-vite-app))
- I just added `rollup-plugin-visuali... | performance,package: pigment-css | low | Major |
2,589,620,116 | three.js | LineSegments2 raycast bug | ### Description
When a `LineSegments2` object is rendered off the screen, the `LineMaterial.resolution` variable doesn't get updated until the `onBeforeRender` function is run. This causes raycasters to intersect with the lines incorrectly even when they are not on the screen. It gets resolved once you pan to the li... | Addons | low | Critical |
2,589,684,454 | flutter | CupertinoNumericTransition Widget | ### Use case
Since iOS 17, SwiftUI has a built-in way to animate numbers.
This is what it looks like.

There is no built-in way to achieve this in flutter.
### Proposal
Having this tra... | c: new feature,framework,a: animation,f: cupertino,c: proposal,P3,team-design,triaged-design | low | Major |
2,589,708,624 | kubernetes | Unable to SSA remove array entry containing nested field with "foreign" owner | ### What happened?
We are in the process of removing a long-time deprecated API version in one of our internal operators. We have done this process before, and are familiar with how it should be done. But since then, we have migrated all our code to use SSA. While this in general has been a pleasant experience, we h... | kind/bug,sig/api-machinery,triage/accepted | low | Critical |
2,589,737,097 | Python | Add Ridge Regression to Machine Learning | ### Feature description
###Feature: Ridge Regression with Regularization
### **Description**:
The program implements Ridge Regression, a type of linear regression that includes an L2 regularization term to prevent overfitting and improve generalization. It uses gradient descent to optimize the feature vector (wei... | enhancement | medium | Critical |
2,589,737,903 | godot | Labels with Emojis | ### Tested versions
Reproducible in 4.4 dev 3 (mono), 4.3 stable (mono), 4.0 stable (standard)
### System information
Godot v4.3.stable.mono - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce RTX 4070 (NVIDIA; 32.0.15.6094) - 13th Gen Intel(R) Core(TM) i5-13600K (20 Threads)
### Issue description
Labe... | discussion,topic:gui | low | Minor |
2,589,764,282 | flutter | [web] The future of `flutter_service_worker.js` | ### Document Link
https://flutter.dev/go/web-cleanup-service-worker
### What problem are you solving?
The current default service worker implementation is one of (several) approaches that can be used by Flutter web, however it's not a good fit for all use-cases.
This confuses users when it doesn't behave as they ... | platform-web,P1,design doc,team-web,triaged-web,:scroll: | medium | Critical |
2,589,779,158 | PowerToys | [PowerRename] Indicate when search field includes leading whitespace | ### Description of the new feature / enhancement
In a recent bug report, the user had accidentally copied in a string with a leading space, resulting in no matches being shown (see #35325). This sort of error is very difficult to spot, so it may be useful to show an informational message in the results area when there... | Needs-Triage | low | Critical |
2,589,792,491 | material-ui | PigmentCSS `createTheme`. Invalid typings in `styleOverrides` | ### Steps to reproduce
[Link to live example](https://github.com/o-alexandrov/material-ui-pigment-css-vite-ts)
Steps:
1. Clone
2. Refer to `vite.config.ts`
### Current behavior
`components[string].styleOverrides` has invalid typings.
No typings errors are presented to the user.
### Expected behavior
Th... | typescript,package: pigment-css | low | Critical |
2,589,829,167 | pytorch | `_disable_byteorder_record` parameter should be added to the doc of `save()` | ### 📚 The doc issue
[The doc](https://pytorch.org/docs/stable/generated/torch.save.html) of `save()` shows its parameters as shown below:
> torch.save(obj, f, pickle_module=pickle, pickle_protocol=DEFAULT_PROTOCOL, _use_new_zipfile_serialization=True)
But `save()` also has `_disable_byteorder_record` parameter ... | module: docs,module: serialization,triaged | low | Minor |
2,589,834,961 | vscode | Make scrolling chat keyboard accessible | Repro:
1. Ask copilot a question with a long response, eg. `explain in detail how a red black tree works`
2. Try scroll to the bottom of the answer with the keyboard only
I wasn't able to figure it out. Here's me trying to with what I intuitively tried:
 -ooutputfile -Zdump-mir-dir=dir' 'error: internal compiler error: encountered type variable', 'error: internal compiler error: encountered type variable'
File: /tmp/im/a.rs
-->
auto-reduced (treereduce-rust):
````rust
#![feature(unboxed_closures)]... | I-ICE,A-closures,T-compiler,C-bug,F-unboxed_closures,S-bug-has-test | low | Critical |
2,589,844,830 | vscode | Extension detail content escapes editor | See the red part - the scroll bar escapes the editor:

| help wanted,polish,good first issue,extensions | low | Major |
2,589,850,140 | vscode | The chat scroll to bottom button doesn't align with the extension detail scroll to top button | Similar idea but the icon in particular is a different style:


| ux,panel-chat,extensions-editor | low | Major |
2,589,942,900 | flutter | Unpin google_mobile_ads | # Background
`google_mobile_ads` 5.2.0 breaks the builds of Flutter apps: https://github.com/googleads/googleads-mobile-flutter/issues/1193
As a result, the pub autoroller broke the tree (https://github.com/flutter/flutter/issues/156606) until we pinned `google_mobile_ads` to version 5.1.0 (https://github.com/flutt... | platform-ios,P2,team-ios,triaged-ios | low | Minor |
2,589,944,015 | tauri | [bug] multiwebview appears to only render the last child. | ### Describe the bug
Running the multiwebview example with `cargo run --example multiwebview --features unstable` presents me with an application window where only the last child is rendered.
<img width="803" alt="Screenshot 2024-10-15 at 2 58 44 PM" src="https://github.com/user-attachments/assets/9dafa3a9-a41b-44... | type: bug,status: needs triage,scope: unstable flag | low | Critical |
2,589,952,465 | ollama | Model change hash detection feature | When I download a model and then manually flip a bit or two in the blob, there is no apparent check or complaint that the hash has changed. I've tried both quitting a running ollama prompt that uses the model and restarting it, and stopping and restarting the service. I can of course confirm that the SHA256 does inde... | feature request | low | Minor |
2,589,988,815 | rust | ICE: `underline_start >= 0 && underline_end >= 0` | <!--
Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide
a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
how to create smaller examples.
http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
-->
### Code
```Rust
#![feature(generic_assert)]
... | A-diagnostics,I-ICE,T-compiler,C-bug,S-bug-has-test,F-generic_assert | low | Critical |
2,589,999,825 | three.js | Postprocessing: Add SSILVB GI and AO | ## [Current Demo](https://raw.githack.com/zalo/three.js/feat-ssilvb-gtvbao/examples/webgl_postprocessing_ssilvb.html)
### Description
Recent advances in screen-space global illumination have yielded exceptional improvements to the realism and quality of real-time scenes, even over GTAO. One particular advanceme... | Post-processing | medium | Critical |
2,590,011,779 | TypeScript | Infinite type instantiation around recursive conditional types | ### 🔎 Search Terms
infinite type instantiation excessively deep recursive conditional
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about infinite and recursive types.
### ⏯ Playground Link
https://www.typescriptlang.org/play/?ts=5.6.3#... | Bug,Help Wanted | low | Critical |
2,590,015,924 | vscode | Allow terminal links to be opened in a web browser | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
In the integrated terminal, links to files can be cl... | feature-request,terminal-links | low | Critical |
2,590,058,536 | pytorch | Error while exporting `keypointrcnn_resnet50_fpn` | ### 🐛 Describe the bug
Code for reproducing the problem
```
from torchvision.models.detection import keypointrcnn_resnet50_fpn, KeypointRCNN_ResNet50_FPN_Weights
import torch
model = keypointrcnn_resnet50_fpn(weights=KeypointRCNN_ResNet50_FPN_Weights.DEFAULT)
model.eval()
input_frame = torch.randn(1,3... | oncall: pt2,oncall: export | low | Critical |
2,590,064,658 | godot | AnimationPlayer Node Doesn't Function Correctly with Negative Speed Scale | ### Tested versions
- Found in v4.3.stable.official [77dcf97d8]
- Reproducible in v4.2.2.stable.official [15073afe3]
### System information
Godot v4.3.stable - Linux Mint 22 (Wilma) - X11 - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 3080 (nvidia; 535.183.01) - AMD Ryzen 9 5900X 12-Core Processor (24 Threa... | discussion,documentation,topic:animation | low | Minor |
2,590,214,699 | TypeScript | Changes in JSON files cause stale TS error squiggles in ts/tsx files |
Type: <b>Bug</b>
1. Configure a TS project to allow JSON imports
2. Import a JSON file into a TS/TSX file.
3. Use the type information from the JSON file to infer different types.
4. Change the contents of the JSON file.
5. Navigate back to the TS file.
6. Observe that any TS errors become stale/new errors are not vi... | Bug,Help Wanted | low | Critical |
2,590,264,465 | pytorch | `Calculate Docker Image` step times out if run on LF runners | ### 🐛 Describe the bug
See https://github.com/pytorch/pytorch/actions/runs/11354238493/job/31581094669?pr=137992
Have no idea how to debug something like that, but it finishes in 50 min on our own runners
### Versions
CI
cc @seemethere @pytorch/pytorch-dev-infra | module: ci,triaged | low | Critical |
2,590,277,799 | godot | Lots of errors, temporary file flooding, and unable to create scenes when running Godot through Steam on Steam Deck. | ### Tested versions
v4.3.stable.steam [77dcf97d8]
### System information
Godot v4.3.stable - SteamOS holo - X11 - Vulkan (Forward+) - integrated AMD Custom GPU 0405 (RADV VANGOGH) - AMD Custom APU 0405 (8 Threads)
### Issue description
When I use Godot downloaded through the Steam on Steam Deck (Linux) it floods m... | platform:linuxbsd,topic:editor,needs testing | low | Critical |
2,590,285,553 | stable-diffusion-webui | [Bug]: wrong Python version for Ubuntu 24.04 | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | bug-report | low | Critical |
2,590,348,775 | go | proposal: x/crypto/x509roots/fallback: export certificate bundle | ### Proposal Details
The `x/crypto/x509roots` package was added in https://github.com/golang/go/issues/43958 and https://github.com/golang/go/issues/57792 (cc @rolandshoemaker @rsc @FiloSottile who were involved in prior discussion).
One feature was discussed in issue https://github.com/golang/go/issues/43958 but d... | Proposal,Proposal-Crypto | low | Major |
2,590,357,301 | deno | Error when trying to run a jest set of tests panicked at ext\node\global.rs:286:56: called `Option::unwrap()` on a `None` value | Hi guys,
I was trying to run the jest tests of a solution we have at work and I keep getting this consistently.
PS C:\git\wtg\Glow\Glow\DotNet\HTML\Client\Client> deno run test
Task test jest
============================================================
Deno has panicked. This is a bug in Deno. Please repor... | bug,node:vm | low | Critical |
2,590,440,608 | deno | Ability to use deno_node without deno_kv. | # I want to use deno_node without using deno_kv
The problem:
- **deno_node** relies on **deno_runtime**
- **deno_runtime** relies on **deno_kv** and **deno_cron**
- Therefore I can't use **deno_node** without adding **deno_runtime** to my project
## The good solution (I think/hope)
- deno_node relies on `... | suggestion,custom runtime | low | Minor |
2,590,532,360 | godot | Spatial Shader ALPHA makes mesh draw over NavigationMesh3D nav mesh and other visual nodes | ### Tested versions
- Reproducible in 4.3.stable
### System information
Windows 10 64 bit - Godot 4.3.stable - Vulkan (Forward+)
### Issue description
While APLHA is changed in the 3D mesh's shader, the mesh(es) with the shader will draw over other nodes, eg. NavigationRegion3D's nav mesh.
Here's what it looks ... | topic:rendering,needs testing,topic:3d | low | Minor |
2,590,553,492 | opencv | cv::cuda::transpose does not change dst mat at all | ### System Information
`cv::cuda::transpose(src, dst)` does not change dst value at all.
OpenCV: 4.10.0
compiler: clang 17.0.6
Platform: almalinux9
cuda sdk: 12.3
### Detailed description
if I have cv::cuda::GpuMat src and dst, after `cv::cuda::transpose(src, dst)` we would expect the value in src gets mapped ... | bug,category: gpu/cuda (contrib) | low | Critical |
2,590,660,919 | rust | Overly restrictive lifetime in `std::panic::Location::file` | # The problem
The signature of [`std::panic::Location::file`](https://doc.rust-lang.org/std/panic/struct.Location.html#method.file) is currently:
```rs
pub struct Location<'a> {
file: &'a str,
// ...
}
impl<'a> Location<'a> {
pub const fn file(&self) -> &str
}
```
which, with lifetimes expanded, is:
```r... | A-lifetimes,T-libs-api,A-panic | low | Critical |
2,590,682,488 | kubernetes | [Flaking Test] [NodeFeature:SidecarContainers] Containers Lifecycle when A pod with restartable init containers is terminating | ### Which jobs are flaking?
29 ci-cos-cgroupv1-containerd-node-e2e-features ►
11 ci-cos-cgroupv2-containerd-node-e2e-features ►
5 ci-cos-containerd-node-e2e-features ►
3 ci-kubernetes-node-swap-fedora ▼
### Which tests are flaking?
E2eNode Suite.[It] [sig-node] [NodeFeature:SidecarContainers] Containe... | sig/node,kind/flake,priority/important-longterm,triage/accepted | low | Critical |
2,590,725,343 | kubernetes | [Flaking Test][NodeFeature:DevicePlugin] [Serial] [Disruptive] Keeps device plugin assignments after kubelet restart and device plugin restart (no pod restart) | ### Which jobs are flaking?
- ci-kubernetes-node-swap-fedora-serial
### Which tests are flaking?
- E2eNode Suite.[It] [sig-node] Device Plugin [NodeFeature:DevicePlugin] [Serial] DevicePlugin [Serial] [Disruptive] Keeps device plugin assignments after kubelet restart and device plugin restart (no pod restart)
### S... | priority/backlog,sig/node,kind/flake,triage/accepted | low | Critical |
2,590,813,477 | flutter | [video_player] Native Stack trace crashes when putting the app in inactive state while video is playing on Android | ### Steps to reproduce
1. Run the [video_player](https://pub.dev/packages/video_player) example code
2. Click on play on the Bee video
3. Put the app in background while the video is playing
4. See the Stack Traces
### Expected results
The behavior that i thought was fixed by #156451 is unfortunately still... | c: crash,platform-android,p: video_player,package,has reproducible steps,P2,team-android,triaged-android,found in release: 3.24,found in release: 3.27 | low | Critical |
2,590,816,254 | pytorch | DISABLED test_dynamo_export_retains_readable_parameter_and_buffer_names (__main__.TestFxToOnnx) | Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_dynamo_export_retains_readable_parameter_and_buffer_names&suite=TestFxToOnnx&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/31586854408).
... | module: onnx,triaged,module: flaky-tests,skipped | low | Critical |
2,590,829,417 | godot | Godot Editor crashes when creating a pck file with a deleted .godot directory and adding fonts | ### Tested versions
- Reproducible in: 4.3.stable
### System information
Ubuntu 22.04.5 LTS - Godot Editor 4.3.stable
### Issue description
If fonts are added to the project, and the **pck** file is created using **Godot Editor**, with the **".godot"** directory removed before that, then sometimes the **... | bug,needs testing,crash,topic:export | low | Critical |
2,590,848,135 | deno | Turbo/ core pack support | I am liking Deno but I have one thing before I can switch, the ability to work with Turbo and put Deno as the package manager in my existing package.json | question | low | Major |
2,590,916,887 | excalidraw | Option to disable the add text function on double tap in mobile | I understand this isn't a bug, but it would be great if there were an option to disable the double-tap add text function in mobile view. The current behavior isn't very user-friendly, as when I'm adjusting elements on the canvas, an accidental double tap frequently triggers the text input mode and opens the keyboard. ... | enhancement | low | Critical |
2,590,916,929 | PowerToys | Workspaces tabbed browsers and documents | ### Microsoft PowerToys version
0.85.1
### Installation method
GitHub
### Running as admin
None
### Area(s) with issue?
Workspaces
### Steps to reproduce
1. Open multiple browsers (Brave) with TidyTabs and each tabbed browser window with multiple tabbed documents open.
2. Create workspace with PowerToys
3. Sa... | Issue-Bug,Needs-Triage,Product-Workspaces | low | Minor |
2,591,015,349 | next.js | I get the error when I use handlebars with next.js server actions. | ### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: win32
Arch: x64
Version: Windows 10 Pro
Available memory (MB): 32660
Available CPU cores: 8
Binaries:
Node: 20.17.0
npm: ... | examples | low | Critical |
2,591,021,462 | vscode | Zen mode does not exit when leaving fullscreen after restart | Steps to Reproduce:
1. go fullscreen
2. enable zen mode
3. quit
4. leave fullscreen
=> 🐛 zen mode is not exit because `zenModeExitInfo.transitionedToFullScreen` is not remembered correctly between restarts
| bug,workbench-zen | low | Minor |
2,591,048,486 | go | x/crypto/ssh/test: TestRunCommandSuccess failures | ```
#!watchflakes
default <- pkg == "golang.org/x/crypto/ssh/test" && test == "TestRunCommandSuccess"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8734348983558033425)):
=== RUN TestRunCommandSuccess
session_test.go:40: session failed: EOF
... | NeedsInvestigation | low | Critical |
2,591,083,714 | electron | [Bug]: 'setCertificateVerifyProc()' is ignored when the HTTP request is sent from a 'utility' process using 'net.fetch()' on Windows and MacOS | ### 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 ... | bug :beetle:,component/net,has-repro-gist,component/utilityProcess,32-x-y | low | Critical |
2,591,152,528 | terminal | Wired scrollbar click behaviour | ### Windows Terminal version
1.20.11781.0
### Windows build number
10.0.22631.4317
### Other Software
_No response_
### Steps to reproduce
Typically when mouse click the scrollbar(not the thumb), hold the mouse button down. The scrollbar will:
page up, <wait some time>, page up, page up, page up, page up,...
Th... | Resolution-External,Issue-Bug,Product-Terminal,Tracking-External | low | Minor |
2,591,196,654 | PowerToys | feat: PowerToys Run: Unit Converter convert multiple units | ### Description of the new feature / enhancement
# PowerToys Run: Unit Converter
**Unit Converter able to convert multiple units**
like
`5ft 9in to in` 5 feet 9 inches -> inches
### Scenario when this would be used?
PowerToys Run: Unit Converter
### Supporting information
make sure handle different types of u... | Needs-Triage | low | Critical |
2,591,197,929 | vscode | TypeError: Cannot read properties of undefined (reading 'implicitContext') | I am seeing this stack after installing the Copilot extension without being signed in:
```
Cannot read properties of undefined (reading 'implicitContext'): TypeError: Cannot read properties of undefined (reading 'implicitContext')
at ChatImplicitContextContribution.updateImplicitContext (vscode-file://vscode-app/U... | debt,chat | low | Critical |
2,591,209,868 | flutter | [Web] Text selection, and tooltip interactions seems broken on iOS | ### Steps to reproduce
Build the sample code for the **web**, then launch the website on a physical iOS device, or in a simulator.
When the website is up and running, interact with the TextField, by trying to select text in various scenarios.
### Expected results
The behavior should be the same as when we s... | a: text input,platform-web,has reproducible steps,P2,browser: safari-ios,team-web,triaged-web,found in release: 3.24,found in release: 3.27 | low | Critical |
2,591,225,862 | flutter | TextFormField autofill not working for password with obscureText true on iOS 17.5+ | ### Steps to reproduce
You need an app with apple associated domain to be able to test iOS autofill password.
1. Launch app.
2. Click on "Login with obscureText".
3. Click on password.
4. Click on the suggested password from your keyboard
` function that we seem to be missing. See https://nodejs.org/api/dns.html#dnslookupserviceaddress-port-callback
## Steps to reproduce:
Run this snippet:
```ts
import dns from "node:dns";
dns.lookupService("127.0.0.1", 22, (err, hostname, service) => {
cons... | bug,node compat | low | Critical |
2,591,310,441 | react-native | Issue with rendering a list of elements in React Native FlatList or using the array mapping method. | ### Description
Hi,
I’m encountering an issue with the FlatList in React Native (or when using the array mapping method). The rendered items are stacking on top of the previous ones. Below is the code I'm working with. Could you please help me resolve this behavior?
Thank you!
### Steps to reproduce
`import { ... | Issue: Author Provided Repro,Component: FlatList,Needs: Author Feedback,Newer Patch Available,Type: Old Architecture | medium | Major |
2,591,318,564 | godot | [Editor] Disabling `JSON` Feature Stops `.json` Files from Showing in the FileSystem | ### Tested versions
v4.3.stable.official [77dcf97d8] & latest master
### System information
Godot v4.4.dev.mono (af77100e3) - Windows 10.0.17763 - Multi-window, 4 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4060 Ti (NVIDIA; 32.0.15.6109) - AMD Ryzen 9 5900X 12-Core Processor (24 threads)
###... | discussion,topic:editor | low | Minor |
2,591,323,421 | ollama | How to add support for RWKV? | Hi! I would like to try to make RWKV v6 models working with ollama.
llama.cpp has it supported already.
- Currently ollama fails to load the model due to a bug in llama.cpp. Here's the fix PR: https://github.com/ggerganov/llama.cpp/pull/9907
- Another issue is the chat template. I wonder how should a chat template b... | model request | low | Critical |
2,591,339,294 | flutter | Wrong dateHelpText in MaterialLocalizationIt - flutter_localizations | ### Steps to reproduce
The current value for `dataHelpText` used in `MaterialLocalizationIt` is `"mm/gg/aaaa"` but it should be `"gg/mm/aaaa"`, as the standard order for dates in Italian is day/month/year (giorno/mese/anno in Italian)
### Expected results
`String get dateHelpText => `gg/mm/aaaa';`
### Actual result... | framework,a: internationalization,P2,team-design,triaged-design | low | Minor |
2,591,369,098 | neovim | LSP: disable wrapping in hover window | ### Problem
Context: https://github.com/juanfranblanco/vscode-solidity/issues/467.
Some LSPs display the hover text wrapped:

The solution would be to do `set nowrap` automatically, as mentioned here https://github.com/juanfranb... | enhancement,lsp,floatwin | low | Major |
2,591,425,484 | godot | Huge performance regression using Tr() when moving project from 3.5.3 to 3.6 (.net) | ### Tested versions
- Reproducible in 3.6 .net C# and all beta/rc .net builds
- Not reproducible in 3.5.3 .net C#
### System information
Windows 11 - Godot 3.5.3 .net - GLES 3 - RTX4080 - 14900k
### Issue description
For my existing project I noticed a huge performance regression when switching from 3.5... | bug,regression,topic:gui,performance | low | Major |
2,591,451,617 | next.js | Page is not rendered if router.push({static path with query params}) | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/nostalgic-butterfly-m4yqwg?file=%2Fpackage.json
### To Reproduce
1. I use static export and app routes, all my components are client components
2. Reproduse in production env
3. Example: router.push("/login?firstVisit=true") -> l... | bug,Navigation | low | Minor |
2,591,459,502 | ui | [bug]: `CarouselContent` should be `overflow-hidden w-full h-full` not `overflow-hidden` | ### Describe the bug
In a scenario where carousel size is determined by the container, not the content (item) passing
```tsx
<CarouselContent className="w-full h-full">
```
won't work since the className is accepted by the second child
```tsx
const CarouselContent = React.forwardRef<
HTMLDivElement,
... | bug | low | Critical |
2,591,532,639 | deno | `deno remove` doesn't remove the package from node_modules folder | Version: Deno 2.0.0 | bug,node compat | low | Major |
2,591,625,624 | material-ui | InfoOutlineRounded | ### Summary
I saw that almost all Icons for warnings have a Rounded Outline Version only the one for the Info Icon is missing.
Can you please add the InfoOutlineRounded Icon?
import InfoRoundedIcon from '@mui/icons-material/InfoRounded';
import HelpOutlineRoundedIcon from '@mui/icons-material/HelpOutlineRounded';... | package: icons,enhancement | low | Minor |
2,591,676,482 | ui | [feat]: Drawer Component: Auto-Adjust Handle Position to Match Swipe Direction | ### Feature description
I would a small improvement to the drawer component when we change the direction. i think that small div at the top should move automatically to the right and becomes vertical in the case where the `direction == 'left'`, same goes for other directions, it should adapt to reflect the current swi... | area: request | low | Minor |
2,591,686,724 | next.js | Unable to use imported objects from client components in server components | ### Link to the code that reproduces this issue
https://stackblitz.com/edit/stackblitz-starters-xotxrf?file=app%2Fpage.tsx
### To Reproduce
1. Start the application in Development
1. Check the logs for a log of test string that gets imported from the `ClientComponent.tsx`
1. Notice that instead of seeing the... | bug,Runtime,Turbopack | low | Critical |
2,591,730,962 | vscode | debug.onDidChangeActiveDebugSession not always fired when active session implicitly changes after old active session terminated | <!-- ⚠️⚠️ 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,debug | low | Critical |
2,591,738,819 | deno | Deno compile could not resolve `fork` in a right way maybe? | # Version
```
deno 2.0.0 (stable, release, x86_64-unknown-linux-gnu)
v8 12.9.202.13-rusty
typescript 5.6.2
```
# Problem Description
Suppose there are two files main.js and echo.js
I use `fork` of `node:child_process` to fork `echo.js` in `main.js` and then use
`createServer` of `node:net` to create a socket s... | bug,needs info,compile | 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.