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,794,624,107 | go | x/tools/gopls: gopls not properly interpreting `build.directoryFilters` | ### gopls version
```
golang.org/x/tools/gopls v0.17.0
golang.org/x/tools/gopls@v0.17.0 h1:yiwvxZX6lAQzZtJyDhKbGUiCepoGOEVw7E/i31JUcLE=
github.com/BurntSushi/toml@v1.4.1-0.20240526193622-a339e1f7089c h1:pxW6RcqyfI9/kWtOwnv/G+AzdKuy2ZrqINhenH4HyNs=
github.com/google/go-cmp@v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/X... | gopls,Tools,gopls/metadata,ToolProposal | low | Critical |
2,794,629,608 | flutter | Bug Report: CupertinoListTile Remains backgroundColorActivated After launchUrl(url) | ### Steps to reproduce
1. Tap on a `CupertinoListTile` to launchUrl(url).
2. Observe that the tile occasionally remains in the `backgroundColorActivated` state (gray background color) after launchUrl.
### Expected results
The `CupertinoListTile` should not remain in the `backgroundColorActivated` state after navigat... | framework,f: cupertino,f: focus,has reproducible steps,P2,team-design,triaged-design,found in release: 3.27,found in release: 3.28 | low | Critical |
2,794,634,179 | ollama | FR: Meaningful names of models in models/blobs dir | Please make models to have meaningful filenames (like user/modelname-quantization.gguf) in models/blobs directory, so they can be (easier) used with other model inference software.
Currently they have a lot of similar names like `sha256-2bada8a7450677000f678be90653b85d364de7db25eb5ea54136ada5f3933730`. | feature request | low | Minor |
2,794,634,685 | go | cmd/internal/bootstrap_test: TestRepeatBootstrap failures | ```
#!watchflakes
default <- pkg == "cmd/internal/bootstrap_test" && test == "TestRepeatBootstrap"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8725538157882983345)):
=== RUN TestRepeatBootstrap
reboot_test.go:59: GOROOT overlay set up in 8.4418815... | NeedsInvestigation | low | Critical |
2,794,634,719 | go | cmd/internal/obj/x86: TestVexEvexPCrelative failures | ```
#!watchflakes
default <- pkg == "cmd/internal/obj/x86" && test == "TestVexEvexPCrelative"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8725529494471363313)):
=== RUN TestVexEvexPCrelative
pcrelative_test.go:68: error exit status 1 output # runt... | NeedsInvestigation | low | Critical |
2,794,665,775 | pytorch | Make flex_attention work if `score_mod`'s output doesn't require gradients at all | ### 🚀 The feature, motivation and pitch
See https://github.com/pytorch/pytorch/issues/139548#issuecomment-2597509430
```
import warnings
import numpy as np
import torch
from torch.nn.attention.flex_attention import flex_attention, create_mask, create_block_mask
# import astropy_healpix as hp
hlc = 4
num_healpix_c... | triaged,oncall: pt2,module: higher order operators,module: pt2-dispatcher,module: flex attention | low | Minor |
2,794,695,668 | deno | compat: deno install `file:` protocol | Version: Deno 2.1.6
When running `deno install` in an existing node project (using its `package.json` file), it should be able to install/link local files and directories as dependencies.
> see https://docs.npmjs.com/cli/v11/commands/npm-install#install-links
```json
{
"dependencies": {
"foobar": "file:./fooba... | node compat | low | Minor |
2,794,706,432 | pytorch | DISABLED test_nested_optimize_decorator (__main__.MiscTests) | Platforms: linux, mac, macos
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_nested_optimize_decorator&suite=MiscTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35754430609).
Over the past 3 hours,... | triaged,module: flaky-tests,skipped,oncall: pt2,module: dynamo | low | Critical |
2,794,717,220 | PowerToys | FancyZones is unable to differentiate multiple web apps that run on Edge. | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store, PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
FancyZones
### Steps to reproduce
Run multiple instances of Edge whether be it a full browser or web app that runs on Edge behind the scenes (not WebView2) then... | Issue-Bug,Needs-Triage | low | Minor |
2,794,737,325 | three.js | Slow rendering on : webgpu_compute_particles | ### Description
On iphone12 pro max it seems the "[webgpu_compute_particles](https://threejs.org/examples/?q=webgpu%20particle#webgpu_compute_particles)" is very slow, I originally though its the computation, but it's actually the particule rendering:
- Webgpu safari, top angle : 60fps
- Webgpu safari, bottom angle... | Suggestion | low | Major |
2,794,767,221 | ant-design | CheckableTag组件添加可访问性增强 | ### What problem does this feature solve?
用户使用可以用键盘操控
### What does the proposed API look like?
使用<button/>替代<span/>实现
<!-- generated by ant-design-issue-helper. DO NOT REMOVE --> | ⌨️ Accessibility | low | Minor |
2,794,771,848 | next.js | `new URL(”...” , import.meta.url)` to get the path, but the file contents are unintentionally loaded at build time. | ### Link to the code that reproduces this issue
https://github.com/yskszk63/nextjs-unexpected-js-eval
### To Reproduce
1. `npm run build`
### Current vs. Expected behavior
## Current
```
$ npm run build
> build
> next build
▲ Next.js 15.2.0-canary.13
Creating an optimized production build ...
✓ Compiled... | Module Resolution | low | Critical |
2,794,803,554 | go | unique: unrecognized failures | ```
#!watchflakes
default <- pkg == "unique" && test == ""
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8725520602403648273)):
FAIL unique [build failed]
# unique [unique.test]
panic: runtime error: invalid memory address or nil pointer dereference
... | NeedsInvestigation | low | Critical |
2,794,806,571 | flutter | google_sign_in Error PlatformException(sign_in_failed, O3.a: 10: , null, null) | Flutter Doctor:
```
[✓] Flutter (Channel stable, 3.27.1, on macOS 15.2 24C101 darwin-arm64, locale en-US)
• Flutter version 3.27.1 on channel stable at /opt/homebrew/Caskroom/flutter/3.24.4/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 17025dd882 (5 weeks ago), 2... | waiting for customer response,in triage | low | Critical |
2,794,831,368 | vscode | Copilot stuck after website authentification |
Type: <b>Bug</b>
I click on "Sign in to GitHub.com"
Sign in on the website.
Get redirected to VsCode and then nothing happens.
The prompt "Ask Copilot Sign in with GitHub to use GitHub Copilot, your AI pair programmer." is still there. Same display as before the login. I am asked to click "Sign in to GitHub.com" agai... | info-needed,network | low | Critical |
2,794,850,960 | go | runtime: increased memory usage in 1.23 with AzCopy | ### Go version
go 1.23.1
### Output of `go env` in your module/workspace:
```shell
go env
set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\dphulkar\AppData\Local\go-build
set GOENV=C:\Users\dphulkar\AppData\Roaming\go\env
set GOEXE=.exe
set GOEXPERIMENT=
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTO... | Performance,WaitingForInfo,NeedsInvestigation,BugReport | low | Critical |
2,794,868,896 | godot | Manually activating the game window requires pressing "Input" or other tabs in the embedded game window | ### Tested versions
v4.4.beta1.official [d33da79d3]
### System information
w11
### Issue description
When the game is running and you switch between the "Input," "2D," or "3D" tabs, the game window loses focus.
Example: You select "2D" and then switch to "Input" to control the game. However, at this point, keybo... | bug,topic:editor,usability | low | Minor |
2,794,879,853 | transformers | `pipeline` AttributeError with `torch.nn.DataParallel` | ### System Info
- `transformers` version: 4.48.0
- Platform: Linux-6.5.0-35-generic-x86_64-with-glibc2.35
- Python version: 3.11.5
- Huggingface_hub version: 0.27.1
- Safetensors version: 0.4.3
- Accelerate version: 0.33.0
- Accelerate config: not found
- PyTorch version (GPU?): 2.1.1+cu121 (True)
- Tensorflow vers... | bug | low | Critical |
2,794,884,700 | flutter | [Shared Preferences] Kotlin version error in latest shared_preferences_android version (2.4.1) | ### Steps to reproduce
- Create a new project including Android platform.
- Install shared preferences plugin
- Be sure the latest version of the plugin "shared_preferences_android' is set to "2.4.1" (check on the pubspec.lock file)
- Launch an integration test.
### Expected results
Launch will be successful
### Ac... | waiting for customer response,in triage | low | Critical |
2,794,888,056 | rust | ICE: "Missing value for constant, but no error reported?" with unresolvabe const due to trivial bounds | ### Code
[playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=a7a73b9b5a81b53a17feb7f8ff506a8e)
```Rust
#![feature(trivial_bounds)]
trait Project {
const ASSOC: usize;
}
fn foo()
where
(): Project,
{
[(); <() as Project>::ASSOC];
}
```
### Rust Version
```Shell
`rustc ... | I-ICE,T-compiler,C-bug,A-const-eval,F-trivial_bounds | low | Critical |
2,794,920,055 | PowerToys | Mouse Utilities >> Find My Mouse | ### Description of the new feature / enhancement
Under Mouse Utilities >> Find my Mouse, is it possible to have a rectangular highlighter. This will have an additional option of chaning "Spotlight Radius (px)" to something like "Spotlight Dimension (Len * Wid)" for rectangular region.
This is particular useful for cr... | Needs-Triage | low | Minor |
2,794,931,762 | godot | Parse error at runtime even though everything is fine at design time (OpenXR app on Meta Quest 3) | ### Tested versions
Reproducable in 4.4 dev 3 on Meta Quest 3
### System information
Meta Quest 3, V71.0.0
### Issue description
An OpenXR application for Meta Quest 3 aborts with the error "Could not find type "OpenXRFbSpatialEntity" in the current scope", although everything is OK in the editor and "OpenXRFbSpat... | bug,needs testing,topic:xr | low | Critical |
2,794,937,870 | rust | Inconsistent lifetime inference with return `impl Future`/`BoxFuture` and higher ranked lifetimes | <!--
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.
-->
Compiling base line version: https://github.com/weiznich/diesel_async/blob/buggy_lifetimes/src/run_query_dsl/mod.rs#L783-L817
I encountered several inconsisten... | A-impl-trait,C-bug,needs-triage | low | Critical |
2,794,945,172 | flutter | [pigeon] Support for default values in data classes | ### Steps to reproduce
1. Use pigeon 22.7.2
2. Create pigeon file `pigeons/messages.dart ` containing:
```dart
@ConfigurePigeon(
PigeonOptions(
dartOut: 'lib/src/api.g.dart',
kotlinOut:
'android/src/main/kotlin/com/example/api/api/api.g.kt',
swiftOut: 'ios/Classes/api.g.swift',
kotlinOptions... | c: new feature,package,team-ecosystem,p: pigeon,P2,triaged-ecosystem | low | Critical |
2,794,988,123 | flutter | [CP] <title>Fix mouse scrolling issue on desktop and web | ### Issue Link
https://github.com/flutter/flutter/issues/160953#issuecomment-2597744826
### Target
stable
### Cherry pick PR Link
https://github.com/flutter/flutter/pull/156190
### Changelog Description
Fix mouse scrolling problem on desktop and web in TwoDimensionalScrollView
### Impacted Users
end-customers ... | cp: review | low | Minor |
2,795,010,298 | node | Chrome devtools console method autocompletion for node is not working | ### Version
v22.13.0
### Platform
```text
Microsoft Windows NT 10.0.19045.0 x64
```
### Subsystem
_No response_
### What steps will reproduce the bug?
1. open Chrome 132.0.6834.84 and load chrome://inspect
3. open dedicated devtools for node
4. run "node --inspect"
5. wait for node to connect to devtools
6. ente... | inspector | low | Critical |
2,795,019,900 | kubernetes | Reduce relist operations in client-go | ### What would you like to be added?
Reduce the relist operations performed by the informer when encountering InternalError
### Why is this needed?
Currently, parameter `MaxInternalErrorRetryDuration` exists in the reflector and is only used in the kube-apiserver. It was introduced in this [PR](https://github.com/ku... | kind/bug,sig/api-machinery,kind/feature,needs-triage | low | Critical |
2,795,037,805 | godot | Shader displaying artifacts depending on Object scale / curvature | ### Tested versions
v4.3.stable.official [77dcf97d8]
v4.4.beta1.official [d33da79d3]
### System information
Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 SUPER (NVIDIA; 32.0.15.6636) - Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz (16 Threads)
### Issue description
The f... | bug,topic:rendering,topic:3d | low | Minor |
2,795,041,016 | tensorflow | Unequal width and height of stride in tf.nn.depthwise_conv2d not supported? | Is that right?
IF YES, how can I convert the pretrained weights trained with unequal strides to tensorflow `dw-conv` with some other ops?
THX! | stat:awaiting response,type:support | medium | Minor |
2,795,061,190 | flutter | GIFs stop playing on Flutter web after about 1min | ### Steps to reproduce
Add fireball.gif to lib
Add "lib/fireball.gif" to yaml
Run the app with a GIF.
### Expected results
fireball should be playing all the time
### Actual results
Stops playing the fireball after around 30s every time, on Flutter web since 3.27.x on all browsers I have, recent Safari, recent Ch... | engine,a: assets,platform-web,c: rendering,has reproducible steps,team-web,found in release: 3.27,found in release: 3.28 | low | Critical |
2,795,084,500 | electron | Minidumps for child process crashes | I added some [additional e2e tests](https://github.com/getsentry/sentry-electron/pull/1050) to the Sentry Electron SDK to test for crashes in child processes.
Firstly, I was surprised that `child-process-gone` is only triggered for Electron utility process crashes. There are no events for child processes created usin... | bug :beetle:,has-repro-comment,35-x-y | low | Critical |
2,795,085,386 | go | syscall: inconsistent error messages for syscall.ESTALE across architectures | ### Go version
go 1.23.4
### Output of `go env` in your module/workspace:
```shell
go env
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/vipinydv_google_com/.cache/go-build'
GOENV='/home/vipinydv_google_com/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
G... | NeedsInvestigation,compiler/runtime,BugReport | low | Critical |
2,795,117,764 | transformers | Qwen2VL exhibits significant performance differences under different attention implementations. | ### System Info
`transformers=4.47.1 `
`pytorh=2.3.0`
`flash-attn=2.7.2`
`python=3.10`
### Who can help?
@amyeroberts @qubvel @zucchini-nlp
### Information
- [ ] The official example scripts
- [x] My own modified scripts
### Tasks
- [x] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ... | bug | low | Major |
2,795,253,523 | rust | Tracking issue for release notes of #127154: Tracking Issue for anonymous pipe API |
This issue tracks the release notes text for #127154.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,needs-triage,relnotes-tracking-issue,F-anonymous_pipe | low | Minor |
2,795,259,369 | pytorch | `_pdist_forward` causes segmentation fault for 3D tensor with last dimension of size 0 | ### 🐛 Describe the bug
When passing a 3D tensor where the last dimension has size 0 to the torch.ops.aten._pdist_forward function, a segmentation fault occurs.
```python
import torch
print(torch.__version__)
input = torch.rand((11, 15, 0))
torch.ops.aten._pdist_forward(input, p=2.0)
```
output:
```
2.7.0.dev20250... | module: crash,module: error checking,triaged,actionable,module: empty tensor,topic: fuzzer | low | Critical |
2,795,264,041 | storybook | [Bug]: Initial Next.JS template failed | ### Describe the bug
Failed to initial Next.JS template.
```txt
╔ 🔎 Empty directory detected ═════════════════════════════════════════════════════════════════════╗
║ ║
║ Would you like to generate a new project from th... | bug,good first issue,help wanted,cli,nextjs,sev:S2 | low | Critical |
2,795,289,399 | godot | [3.6] ShapeCast exhibits unexpected behavior. | ### Tested versions
Reproducible in: 3.6
### System information
Linux MInt 22 Cinnamon - Godot 3.6.0
### Issue description
1. When given a negative value in `ShapeCast.target_position` it will register hits _in any direction_, even 180 degrees in the opposite direction. This bug respects the variable's magnitude, ... | bug,discussion,topic:physics,topic:3d | low | Critical |
2,795,330,533 | godot | minimal project doesn't import errorless (main_scene uid) | ### Tested versions
reproducible in 4.4-dev7, 4.4-beta1
### System information
Godot v4.4.beta1 - Windows 10 (build 19045) - Multi-window, 2 monitors - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 4070 (NVIDIA; 32.0.15.6636) - AMD Ryzen 9 3950X 16-Core Processor (32 threads)
### Issue description
MRP import has ... | bug,topic:editor,confirmed | low | Critical |
2,795,345,470 | kubernetes | Changelog is missing for kubectl DEB package | **What happened**:
Apt install/upgrade isn't able fetch the changelog for the DEB package (see output below).
```text
Calling ['apt-get', '-qq', 'changelog', 'kubectl=1.29.13-1.1'] to retrieve changelog
apt-listchanges: Unable to retrieve changelog for package kubectl; 'apt-get changelog' failed with: E: Failed to fe... | kind/feature,sig/release,needs-triage | low | Critical |
2,795,355,233 | pytorch | SIGFPE error when passing very large kernel_size to `avg_pool1d` | ### 🐛 Describe the bug
Passing a very large value for the kernel_size parameter to the `torch.ops.aten.avg_pool1d` function results in a SIGFPE error.
```python
import torch
print(torch.__version__)
sym_0 = (0, 1)
sym_1 = torch.double
sym_2 = torch.strided
sym_3 = (9223372036854775807,)
sym_4 = (-1,)
sym_5 = (0,)
... | module: crash,triaged,topic: fuzzer | low | Critical |
2,795,375,310 | pytorch | SIGSEGV error when passing a 0-sized tensor to `_local_scalar_dense` | ### 🐛 Describe the bug
Passing a tensor with size `(0,)` to the `torch.ops.aten._local_scalar_dense` function results in a segmentation fault (SIGSEGV).
```python
import torch
print(torch.__version__)
input = torch.randn(size=(0,))
torch.ops.aten._local_scalar_dense(input)
```
output:
```
2.7.0.dev20250116+cu124
... | module: crash,triaged,module: empty tensor,topic: fuzzer | low | Critical |
2,795,393,261 | neovim | Calling `redraw` clears `inputlist()` choices | ### Problem
When `redraw` is called async(?), it will clear the choices presented by `inputlist()`.
Before `redraw`:
<img width="602" alt="Image" src="https://github.com/user-attachments/assets/06bf084a-95b1-41bc-8726-1f9bb548b5b3" />
After:
<img width="602" alt="Image" src="https://github.com/user-attachments/ass... | bug,ui,cmdline-mode | low | Minor |
2,795,395,459 | stable-diffusion-webui | [Bug]: Installing K diffusion | ### 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... | not-an-issue | low | Critical |
2,795,395,772 | godot | A transparent window prevent me to do anything after hot reload GDExtension | ### Tested versions
Version: 4.2.2 stable
I'm using the same version godot-cpp to bind extension
### System information
Godot v4.2.2.stable - Linux Mint 21.3 (Virginia) - X11 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4060 Laptop GPU () - 13th Gen Intel(R) Core(TM) i7-13650HX (20 Threads)
### Issue descript... | bug,topic:editor,needs testing,topic:gdextension | low | Minor |
2,795,409,315 | pytorch | DISABLED test_sparse_add_cuda_complex64 (__main__.TestSparseCSRCUDA) | Platforms: rocm
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_sparse_add_cuda_complex64&suite=TestSparseCSRCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35768157832).
Over the past 3 hours, it h... | module: sparse,module: rocm,triaged,module: flaky-tests,skipped | low | Critical |
2,795,438,332 | pytorch | Segment fault on CPU and IndexError on CUDA for `_adaptive_avg_pool2d_backward` | ### 🐛 Describe the bug
When calling the `torch.ops.aten._adaptive_avg_pool2d_backward` function with mismatched tensor dimensions, it causes a segmentation fault (SIGSEGV) on the CPU, but an `IndexError` on CUDA.
For exmple in CUDA:
```python
import torch
print(torch.__version__)
sym_0 = (1, 3, 8, 3)
sym_1 = torc... | module: crash,module: error checking,triaged,topic: fuzzer | low | Critical |
2,795,458,053 | storybook | [Bug]: React autodoc with JSDoc | ### Describe the bug
As React 19 is now stable and they don't support PropTypes and defaultProps anymore, we don't want to rewrite all our code to TypeScript, a good aternative is the JSDoc, so we migrated all our PropTypes and defaultProps to JSDoc.
But it seems the autodoc of storybook 8 with storybook/react-vite d... | feature request,react,has workaround,docgen | low | Critical |
2,795,466,258 | flutter | Add ability to switch color palettes for Coloured Fonts | ### Use case
It seems like Flutter already has support for [colored fonts](https://css-tricks.com/colrv1-and-css-font-palette-web-typography/), but it lacks a feature to switch the color palettes.
A font file can have more than 1 color palettes that user can chooses. In HTML, we can choose the palettes using `font-pa... | framework,a: typography,c: proposal,P3,team-engine,triaged-engine | low | Minor |
2,795,482,157 | flutter | Discrete `Slider` applies thumb padding when using custom Slider shapes | ### Steps to reproduce
Originally reported in https://github.com/rydmike/flex_color_picker/issues/90 by @rydmike
Last year, I've updated the `Slider` widget to properly align the thumb shape with the tick marks, which has been last standing visual bug. However, with the 3.27 release, Mike reported that his discret... | c: regression,framework,f: material design,has reproducible steps,P2,team-design,triaged-design,found in release: 3.27 | low | Critical |
2,795,495,140 | node | RSS growing into several hundreds of megabytes and never going down in size in any significant way when no activity is being served. | ### Version
18.20.4
### Platform
```text
FreeBSD 14.1
```
### Subsystem
_No response_
### What steps will reproduce the bug?
I would like to ask if following behaviour of RSS part of memory of node process
is within a norm. Or is this an abnormal behaviour caused by memory leaks in some ibraries.
It's hard to j... | question,memory | low | Critical |
2,795,510,053 | pytorch | Illegal memory access and segmentation fault due to large `storage_offset` in `as_strided` | ### 🐛 Describe the bug
Passing a very large value for the `storage_offset` parameter in `torch.as_strided` causes different errors on CPU and CUDA:
* On CPU, it leads to a segmentation fault (SIGSEGV).
* On CUDA, it results in an illegal memory access error when attempting to print or access the result after perform... | module: crash,triaged,topic: fuzzer | low | Critical |
2,795,514,347 | transformers | How can we use CPU offloading when using AutoModelForCausalLM and THUDM/cogvlm2-llama3-chat-19B | It is working great with below however still not sufficient. Uses around 16 GB VRAM
I want to further lower the requirement if possible
How can I achieve that?
model path is : `THUDM/cogvlm2-llama3-chat-19B`
```
model = AutoModelForCausalLM.from_pretrained(
MODEL_PATH,
... | bug | low | Minor |
2,795,535,727 | deno | Running simple TypeScript crashes Deno | Version: Deno 2.1.5
I upgraded to Deno 2.1.5 and found the Deno process immediately crashes when running my TypeScript. I've boiled down the code to a reproducible test case [here](https://github.com/garethj2/deno-2-crash).
Here's the resultant error...
```
./run.sh: line 2: 61461 Trace/BPT trap: 5 deno run ./... | bug,upstream,swc | low | Critical |
2,795,540,568 | PowerToys | Taskbar Separator / Divider | ### Description of the new feature / enhancement
I would like to see the taskbar separator in Power Toys
In terms of settings, it is good to have an option to control the separation width and maybe a separator icon itself
### Scenario when this would be used?
To organize apps pinned to the taskbar
### Supporting in... | Needs-Triage | low | Minor |
2,795,549,326 | vscode | provide a way to collapse the extension info | <!-- ⚠️⚠️ 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... | accessibility,extensions | low | Critical |
2,795,571,497 | flutter | [Proposal] Add spacing property to ListView and ListView.builder | ### Use case
it's more convenient to add this feature ,it's makes since to be consistent with row and column
### Proposal
this have to be provided by Flutter directly | c: new feature,framework,f: scrolling,c: proposal,team-framework | low | Minor |
2,795,572,611 | opencv | Issue in decomposeProjectionMatrix documentation: confusion about the translation vector | ### Describe the doc issue
Hello OpenCV team,
Thanks for all your hard work on OpenCV! I hope this feedback helps improve the clarity of the documentation.
I noticed a point of confusion in the documentation for the function [decomposeProjectionMatrix](https://github.com/opencv/opencv/blob/1d701d1690b8cc9aa6b86744bf... | category: documentation | low | Minor |
2,795,611,127 | pytorch | AssertionError: increase TRITON_MAX_BLOCK['X'] to 4096 Again! | ### 🐛 Describe the bug
I have ran into the compile issue of flax attention modules again, where I get the notorious: `AssertionError: increase TRITON_MAX_BLOCK['X'] to 4096`.
I have read this issue: https://github.com/pytorch/pytorch/issues/135028 and tried this workaround:
`If you set torch._inductor.config.realiz... | triaged,oncall: pt2,module: inductor,module: higher order operators,module: pt2-dispatcher,module: flex attention | low | Critical |
2,795,618,198 | rust | Give recursion limit errors a span | For example in https://github.com/rust-lang/rust/blob/master/tests/ui/infinite/infinite-struct.rs we get an error like
```
error: reached the recursion limit finding the struct tail for `Take`
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]`
```
We could pass in the ob... | E-easy,A-diagnostics | low | Critical |
2,795,620,157 | react | [Compiler Bug]: eslint plugin erroneously flags third-party functions starting with "use" as hooks | ### 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,795,628,194 | godot | Using Tween on `global_position` and `scale` at the same time results in a completely different scale center | ### Tested versions
v4.3.stable.steam [77dcf97d8]
### System information
Godot v4.3.stable (77dcf97d8) - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 (NVIDIA; 32.0.15.6094) - AMD Ryzen 5 5600X 6-Core Processor (12 Threads)
### Issue description
After modifying the pivot offset propert... | bug,topic:gui,topic:animation | low | Critical |
2,795,643,398 | flutter | Built-in Flutter development web server serves Javascript files with wrong 'text/plain' MIME type if a query string is used | ### Steps to reproduce
1. Create a Flutter web application using Flutter version 3.24+
2. In your `index.html` file, modify your `<body>` section to have the following Flutter bootstrap code:
```html
<script>
{{flutter_js}}
{{flutter_build_config}}
_flutter.loader.load({
onEntrypointLoaded: a... | tool,platform-web,has reproducible steps,P2,team-web,triaged-web,found in release: 3.27,found in release: 3.28 | low | Critical |
2,795,650,611 | pytorch | Negative values in stride causing error in `avg_pool2d` (on both CPU and CUDA) | ### 🐛 Describe the bug
Passing a tuple with negative values (such as sym_6) as the stride parameter to the `torch.nn.functional.avg_pool2d` function causes an error on both CPU and CUDA. The function currently checks for zero values but does not handle negative values, leading to unexpected behavior when negative str... | module: crash,module: error checking,triaged,actionable,topic: fuzzer | low | Critical |
2,795,669,647 | godot | Code editor scrolls to show caret on text entry in Project Settings window | ### Tested versions
Reproducible in 4.3.stable
### System information
Godot v4.3.stable - macOS 15.2.0
### Issue description
Normally, if you enter a text character in the script code editor with the editor scrolled so the caret is not visible, the view is scrolled so the entry will be visible and the character is... | bug,topic:editor | low | Minor |
2,795,690,301 | godot | Custom anchor Container Sizing switching to Full Rect | ### Tested versions
4.4 beta 1
### System information
Windows 11
### Issue description
First, If you set any node to Anchor Mode, and then set Preset to "Full Rect", it will change a default of:
Anchor Points: 0,0,1,1 and
Anchor Offsets: 0,0,0,0.
thus, Full Rect is:
Anchor Points: 0,0,1,1 and
Anchor Offsets: 0,... | discussion,topic:gui | low | Critical |
2,795,716,674 | tensorflow | Could not get sample weight from customized loss | ### Issue type
Feature Request
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.13.1
### Custom code
Yes
### OS platform and distribution
CentOS 7.9
### Mobile device
_No response_
### Python version
3.8.3
### Bazel version
_No response_
### GC... | type:feature,comp:keras,TF 2.13 | low | Critical |
2,795,721,851 | TypeScript | tsserver seems to watch entire home directory | ### 🔎 Search Terms
When developing on a typescript project I keep needing to restart the tsserver because it always gets unresponsive after the first iteration checking my opened file.
Today I finally had a look at the log file.
I found the following lines (redacted my user name):
```
DirectoryWatcher:: Added:: Watch... | Needs More Info | low | Minor |
2,795,726,193 | neovim | `vim.lsp.config/enable` improvements | Tracking issue to collect requirements to help guide how to design improvements for `vim.lsp.config/enable`.
- Ability to prevent attaching an LSP to a buffer.
- If there are no workspace folders
- Based on buffer name/path | lsp | low | Minor |
2,795,731,426 | pytorch | list comprehension in SkipFiles are always skipped with no way to override | Proposal: list comprehensions should always be inlined and never markable as skip.
Internal xref: https://fb.workplace.com/groups/1075192433118967/posts/1585141438790728/?comment_id=1585152455456293&reply_comment_id=1586067422031463
cc @chauhang @penguinwu @voznesenskym @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper... | triaged,oncall: pt2,module: dynamo | low | Minor |
2,795,741,847 | PowerToys | Add Fancy zone integration with workspaces. | ### Description of the new feature / enhancement
We would have the ability to assign a distinct FancyZone layout to each monitor, ensuring that any application opened on a given monitor can then be placed in a specific zone within that layout.
### Scenario when this would be used?
Currently, Workspaces can launch ap... | Needs-Triage | low | Critical |
2,795,744,885 | godot | Compute Texture Demo is failing on Metal rendering backend | ### Tested versions
4.4-beta1
### System information
macOS 13.7.2, Apple M1 Pro 16 GB, Godot 4.4-beta1
### Issue description
Compute Texture Demo is failing on Metal rendering backend, but works as usual on Vulkan
### Steps to reproduce
1. Run Godot 4.4-beta1
2. Install the Compute Texture Demo from AssetLib
3. ... | bug,platform:macos,topic:rendering | low | Critical |
2,795,747,763 | go | x/tools/gopls: preserve comments when invoking fillstruct on partially filled composite literals | It looks like in #39804, there was a desire to preserve comments when filling partial literals, but it was deemed too challenging.
I think with recent work by @madelinekalil to reassemble the resulting literal, this should be a solvable problem, and a nice UX improvement.
Tentatively assigning for v0.18.0. It would b... | FeatureRequest,gopls,Tools | low | Minor |
2,795,775,400 | react-native | fetch does not work with the android content:// uri scheme | ### Description
fetch does not handle the Android 'content:' scheme.
It specifically fails [here](https://github.com/JakeChampion/fetch/blob/ba5cf1ed2e02ebb96fa1e60b4fd2eb04071b60e4/fetch.js#L547) as success status is 0 for blobs and scheme is 'content://' and not 'file://'
### Steps to reproduce
1. Install the a... | 🌐Networking,Platform: Android,Needs: Triage :mag: | low | Critical |
2,795,824,628 | pytorch | partitioner hangs for some long chains of ops with many users | Causing the compile hang / NCCL timeout in https://fb.workplace.com/groups/1075192433118967/posts/1585106652127540/?comment_id=1585174555454083
Here's a min repro, which still hangs for me after several minutes of compiling:
```
import torch
import time
class Mod(torch.nn.Module):
def forward(self, x):
tm... | high priority,triaged,oncall: pt2,module: aotdispatch,module: pt2-dispatcher | low | Minor |
2,795,826,351 | godot | [4.4-beta.1] Editor reads keyboard inputs incorrectly when using uncommon Keyboard Layout BÉPO | ### Tested versions
- Reproducible in : 4.4.beta1
- Not Reproducible in : 4.3.stable
### System information
Godot v4.4.beta1 - Windows 10 (build 19045) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1070 (NVIDIA; 32.0.15.6603) - Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz (4 threads)
###... | bug,platform:windows,topic:input | low | Minor |
2,795,836,056 | go | x/tools/gopls/internal/analyzer/modernize: bug in slices.Contains transformation | [split out of https://github.com/golang/go/issues/70815#issuecomment-2598663385]
@findleyr says:
I encountered a bug in the slices.Contains modernizer today.
Modernizing using slices.Contains here results in an error:
https://cs.opensource.google/go/x/tools/+/master:gopls/internal/golang/highlight.go;l=348;drc=344e48... | gopls,Tools,BugReport | low | Critical |
2,795,841,407 | neovim | Too many redraws when reparsing becomes async | ### Problem
The highlighter runs an async parse in `on_win`, which redraws in the callback to update once parsing finishes. This redraw is *not* run when the parsing was able to complete synchronously, because we can just call `on_line` after so it is not necessary. Reparses will *usually* run synchronously because th... | highlight,treesitter | low | Critical |
2,795,860,904 | rust | Tracking issue for release notes of #132268: Impl TryFrom<Vec<u8>> for String |
This issue tracks the release notes text for #132268.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,needs-triage,relnotes-tracking-issue | low | Minor |
2,795,860,973 | rust | Tracking issue for release notes of #91399: Tracking Issue for `float_next_up_down` |
This issue tracks the release notes text for #91399.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
The... | T-libs-api,relnotes,A-floating-point,needs-triage,relnotes-tracking-issue | low | Minor |
2,795,873,185 | godot | Linux unable to compile `window template_release` with `lto=full production=yes` | ### Tested versions
4.4 master
### System information
ArchLinux 6.12.9-zen1-1.1-zen (64)
### Issue description
Full command:
`pyston-scons platform=windows target=template_release module_mono_enabled=yes linker=mold lto=full optimize=size production=yes vulkan=no speechd=no fast_unsafe=yes disable_3d=yes disable_... | bug,platform:linuxbsd,topic:buildsystem,needs testing | low | Critical |
2,795,884,718 | godot | iOS export fails with provisioning profile error | ### Tested versions
4.4.beta1.mono
### System information
Godot v4.4.beta1.mono - macOS Sonoma (14.6.1) - Multi-window, 1 monitor - Metal (Mobile) - integrated Apple M2 (Apple8) - Apple M2 (8 threads)
### Issue description
iOS export was working in Godot 4.3 stable but fails to create the .ipa when using version 4... | bug,platform:ios,topic:editor,topic:export | low | Critical |
2,795,896,228 | node | Excessive slowness during AES-GCM decryption | ### Version
22.2.0
### Platform
```text
Darwin MBP.local 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:23 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T6000 arm64
```
### Subsystem
_No response_
### What steps will reproduce the bug?
Profile the following:
```js
import webcrypto from 'tiny-webcrypto';
... | crypto | low | Critical |
2,795,899,526 | kubernetes | [Sig-Network] Networking Granular Checks: Pods should function for intra-pod communication: sctp [LinuxOnly] [Feature:SCTPConnectivity] | ### Which jobs are failing?
- https://testgrid.k8s.io/sig-node-containerd#cos-cgroupv2-containerd-node-features
- https://testgrid.k8s.io/sig-node-containerd#node-e2e-features
- https://testgrid.k8s.io/sig-node-containerd#cos-cgroupv1-containerd-node-features
### Which tests are failing?
[Sig-Network] Networking Gra... | sig/network,kind/failing-test,needs-triage | low | Critical |
2,795,908,353 | PowerToys | [Settings] ImageResizer settings files may be saved too often | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Settings
### Steps to reproduce
1. Open the Settings application and navigate to the ImageResizer page
2. Click on the Edit button for any one of the listed size presets
![Image... | Issue-Bug,Idea-Enhancement,Product-Settings,Area-Quality,Needs-Triage | low | Major |
2,795,954,517 | PowerToys | Auto Text Expand or Auto Text | ### Description of the new feature / enhancement
Integrate a "Auto Text " feature into Microsoft PowerToys, providing users with advanced text input tools. This feature would include capabilities such as auto-correction, text expansion, customizable shortcuts, predictive text, and multi-language support. The goal is t... | Needs-Triage | low | Minor |
2,795,954,591 | vscode | Shell type should be undefined when running an unrecognized shell | Repro:
1. Open pwsh on Windows
2. Open R shell
3. Try paste with ctrl+v, 🐛 doesn't work
Context: https://github.com/microsoft/vscode/issues/238126#issuecomment-2598624657 | feature-request,terminal-shell-integration | low | Minor |
2,795,954,655 | pytorch | [torchbench] torch._dynamo.exc.Unsupported: Graph break due to unsupported builtin None.morphologyEx | ### 🐛 Describe the bug
Repro:
```
python benchmarks/dynamo/torchbench.py --accuracy --no-translation-validation --inference --amp --export --disable-cudagraphs --device cuda --only doctr_det_predictor
```
```
cuda eval doctr_det_predictor
ERROR:common:
Traceback (most recent call last):
File "/dat... | oncall: pt2,module: dynamo,oncall: export,pt2-pass-rate-regression | low | Critical |
2,795,963,924 | PowerToys | Automation for PowerToys | ### Description of the new feature / enhancement
Integrate a "Microsoft Automation" feature into Microsoft PowerToys, enabling users to automate repetitive tasks and workflows directly within the PowerToys suite. This feature would provide tools for creating scripts, automating UI interactions, and streamlining proces... | Needs-Triage | low | Minor |
2,795,974,752 | godot | SpringBoneSimulator3D raises Node3D asserts when exiting tree | ### Tested versions
- v4.4.beta1.official [d33da79d3]
### System information
Godot v4.4.beta1 - Windows 11 (build 22631) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 SUPER (NVIDIA; 32.0.15.6603) - Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz (16 threads)
### Issue description
Whe... | bug,topic:animation,topic:3d | low | Critical |
2,795,988,104 | ant-design | Table组件在设置了scroll后,切换路由头部会闪烁一下 | ### Reproduction link
[](https://codesandbox.io/p/sandbox/84lz8y)
### Steps to reproduce
来回切换路由可以看见头部闪一下
### What is expected?
不要闪烁
### What is actually happening?
切换路由就会闪烁
| Environment | Info |
| --- | --- |
| antd | 5.23.1 |
| Reac... | unconfirmed | low | Minor |
2,796,017,429 | ui | [bug]:The list width is 2 pixels wider than the trigger width | ### Describe the bug
The list width is 2 pixels wider than the trigger width. I haven't tested the component in the project, I just noticed this imperfection in the documentation
<img width="886" alt="Image" src="https://github.com/user-attachments/assets/a67aee98-cd5e-4ced-bb59-4c0cd8dec9f9" />
### Affected compone... | bug | low | Critical |
2,796,058,489 | flutter | [go_router] Implement go_router devtool using DevTools extensions | ### Use case
Sometimes developers need to navigate to a specific route for testing. This can be challenging if the route originates from an HTTP request or if you need to perform certain actions to invoke the routing action.
Another troublesome issue arises when your app has numerous complex redirects, and you need t... | team-go_router | low | Critical |
2,796,061,961 | node | libuv assertion on Windows with Node.js 23.x | ### Version
23.x
### Platform
```text
Windows
```
### Subsystem
_No response_
### What steps will reproduce the bug?
Write the following file as `registryServer.mjs`:
<details><summary><code>registryServer.mjs</code></summary>
The original file is https://github.com/nodejs/corepack/blob/main/tests/_registrySer... | windows,libuv | low | Critical |
2,796,073,888 | pytorch | Inductor aten.clone lowering ignores Conjugate and Negative dispatch keys | ### 🐛 Describe the bug
In runtime-dispatched `torch`, conjugation and certain forms of negation are lazily evaluated at dispatch. The current lowering for `aten.clone` ignores this. See the minimal reproducer below:
```python
import torch
fn = torch.compile(torch.ops.aten.clone.default) # this issue does not occur... | triaged,module: correctness (silent),bug,oncall: pt2,module: inductor | low | Critical |
2,796,074,082 | TypeScript | Branded string literals revert to `string` in some cases | ### 🔎 Search Terms
If I create a branded string literal it seems to respect the string literal in the basic case of assigning to a property, however it loses this information and just reverts to string when assigning to a property or in a template string.
It makes sense that the brand object needs to be dropped in t... | Help Wanted,Possible Improvement | low | Minor |
2,796,078,456 | pytorch | Tracking issue: Incorrect Meta Strides / Turn On PyDispatcher in FakeTensor Mode | ### 🐛 Describe the bug
Incorrect Strides can manifest in errors within torch.compile. Potentially what makes them trickier is that they only sometimes cause errors. An incorrect stride can lay dormant for a while and then cause a problem.
See, [this discussion](https://github.com/pytorch/pytorch/issues/144699#issue... | triaged,oncall: pt2,module: fakeTensor,module: decompositions,module: pt2-dispatcher | low | Critical |
2,796,078,744 | PowerToys | [ImageResizer] Pick up settings changes automatically | ### Description of the new feature / enhancement
This enhancement would automatically reload any changes made by the user to the Image Resizer options within the Settings application. Currently, making changes requires Image Resizer to be closed and reopened.
Ideally, there would be a brief notification in the Image ... | Idea-Enhancement,Product-Image Resizer,Needs-Triage | low | Minor |
2,796,098,976 | rust | Tracking issue for release notes of #127292: Tracking Issue for PathBuf::add_extension and Path::with_added_extension |
This issue tracks the release notes text for #127292.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,needs-triage,relnotes-tracking-issue | low | Minor |
2,796,100,180 | PowerToys | [ImageResizer] Images may be saved to a new file but not resized | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Image Resizer
### Steps to reproduce
1. Create a new Image Resizer preset within the Settings application of 4000 by 4000 pixels with a Fit setting of "Fit"
2. In Explorer, right... | Issue-Bug,Needs-Triage | low | Minor |
2,796,104,322 | TypeScript | [isolatedDeclarations] Quick-fix for adding missing annotations can duplicate comments | ### 🔎 Search Terms
isolatedDeclarations, autofixer, quick fix, quickfixer, quick-fix, duplicate, redundant, comments
### 🕗 Version & Regression Information
TS5.5+
### ⏯ Playground Link
https://www.typescriptlang.org/play/?downlevelIteration=true&importHelpers=true&target=99&module=1&isolatedDeclarations=true&ts=... | Bug,Help Wanted | 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.