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,753,691,278
pytorch
[torch.compile] `torch.compile` throws an error when nn.Module contains a dataclass with float values.
### 🐛 Describe the bug I think `torch.compile` somehow treats scalar values as `tensors` but i don't see how scalar values should be a problem in this case. This helps but falls back to eager mode ``` torch._dynamo.config.suppress_errors = True ``` What is the best way to debug this? ``` Traceback (mos...
triaged,oncall: pt2,module: dynamo
low
Critical
2,753,698,269
godot
Documentation tooltip disappears when you move the mouse - 4.4 dev7
### Tested versions Godot 4.4 Dev 7 (MACOS mono build) ### System information MacOS Sequoia 15.2 running on an M1 Pro ### Issue description Several issues: 1) Tooltip disappears when you move your mouse over it. It should persist instead, and only fade out after like 0.5ms or a second when the mouse is no longer ...
bug,topic:editor,needs testing
low
Major
2,753,722,279
three.js
GLTFLoader: Error loading .glb from Revit 3D Tiles 1.1 export
### Description I exported the Revit file to 3Dtile (3Dtile 1.1 standard, Meshopt compression), which can be loaded normally in Cesium, but in 3Dtilerender it either cannot be loaded or the model loses objects after loading.After communicating with 3DTilesRendererJS( https://github.com/NASA-AMMOS/3DTilesRendererJS/...
Needs Investigation
low
Critical
2,753,756,752
transformers
`RuntimeError: self and mat2 must have the same dtype, but got Float and BFloat16` when training with `torch_compile`
### System Info - `transformers` version: 4.48.0.dev0 - Platform: Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.35 - Python version: 3.12.5 - Huggingface_hub version: 0.25.1 - Safetensors version: 0.4.5 - Accelerate version: 0.34.2 - Accelerate config: not found - PyTorch version (GPU?): 2.5.1+...
bug
low
Critical
2,753,782,631
flutter
Letter spacing is wrong for text with long length
### Steps to reproduce 1. Create Text widget with text of length >= 4,449,555 characters. ### Expected results Letter spacing is correct and consistent throughout the entire text. ### Actual results Letter spacing is not consistent and is wrong towards the end of the text. ### Code sample <details open><summary>...
engine,a: typography,has reproducible steps,P3,team-engine,triaged-engine,found in release: 3.27,found in release: 3.28
low
Minor
2,753,784,715
flutter
[LUCI] Engine builds can be excluded from pure framework updates
### Type of Request feature request ### Infrastructure Environment LUCI ### What is happening? Every PR will schedule engine builds for now. See https://github.com/flutter/flutter/pull/160643/checks as an example. ### Expected results Not running engine builds for framework updates will improve t...
team-infra
low
Major
2,753,815,666
excalidraw
Inconsisten Brush stroke which changes with speed
This is a pretty annoying to be honest. ![Image](https://github.com/user-attachments/assets/4d9fdb40-03f0-4778-90f9-7c10fe69891a) Using a drawing pen, it changes based on the speed at which I draw and I mean I don't get how this could be useful in any sense, if it was based on pressure that would be fine but it's ba...
freedraw
low
Minor
2,753,821,931
PowerToys
[PowerToys Run] causes some fullscreen apps/3D games to minimize on launch.
### Microsoft PowerToys version 0.87.1 ### Installation method WinGet ### Running as admin No ### Area(s) with issue? PowerToys Run ### Steps to reproduce Clean install of Windows 10 (IOT LTSC used, but Win11 also affected), nVidia drivers, and Passmark Performance Test (Other apps affected, but this one is an...
Issue-Bug,Product-PowerToys Run,Needs-Triage,Needs-Team-Response
low
Major
2,753,823,513
PowerToys
Quick Accent - Add Vietnamese language support
### Description of the new feature / enhancement As [the most diacriticated language currently in use](https://linguistics.stackexchange.com/q/16850), it would be useful to add Vietnamese support in Quick Accents. May also address this misfiled issue #22347 ### Scenario when this would be used? As it would be used ...
Idea-Enhancement,Help Wanted,Product-Quick Accent
low
Minor
2,753,831,357
PowerToys
Advanced Paste : remove locale part from URL
### Description of the new feature / enhancement Some document site's URL has locale string (en-us, ja-jp). for example : https://learn.microsoft.com/en-us/windows/powertoys/install Could you remove `en-us` when paste from clipboard. copy string: https://learn.microsoft.com/en-us/windows/powertoys/install paste stri...
Needs-Triage,Needs-Team-Response,Product-Advanced Paste
low
Minor
2,753,836,577
PowerToys
PowerRename
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? PowerRename ### Steps to reproduce Not in Standard Menu available even if it should appear ### ✔️ Expected Behavior Should be in the standard menu ### ❌ Actual Behavior Not ...
Issue-Bug,Product-PowerRename,Needs-Triage,Needs-Team-Response
low
Minor
2,753,848,089
three.js
GLTFLoader support KHR_texture_procedurals
### Description GLTF is gearing up to be the final mile delivery system for 3D platforms. One of the key goals expressed is better interoperability between GLTF and OpenUSD. One of the primary ways to do that is supporting MaterialX. To do that, GLTF first wants to support procedural materials (including MaterialX)...
Loaders
low
Major
2,753,850,408
flutter
[video_player] Allow Passing query parameters to every segment request and manifest in MPEG DASH
### What package does this bug report belong to? video_player ### What target platforms are you seeing this bug on? Android, iOS ### Have you already upgraded your packages? Yes ### Dependency versions _No response_ ### Steps to reproduce Hi Everyone, Is there a way to dynamically add query parameters to al...
c: new feature,p: video_player,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Critical
2,753,852,918
PowerToys
Command not Found is not installable
### Microsoft PowerToys version 0.86.0 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? Command not found ### Steps to reproduce Install Powertoys, and attempt to install the winget module ### ✔️ Expected Behavior Expect installation to succeed ### ❌ Actual Behavior ...
Issue-Bug,Needs-Triage,Needs-Team-Response,Product-CommandNotFound
low
Critical
2,753,861,784
pytorch
Segmentation Fault (core dumped) on as_strided with torch.compile
### 🐛 Describe the bug The following script lead to a segmentation fault. ``` import torch @torch.compile def as_strided(input, size, stride, storage_offset=0): return input.as_strided(size, stride, storage_offset) input = torch.tensor([], dtype=torch.float32) size = [17,18] stride = [-80,1] stora...
module: crash,triaged,oncall: pt2,module: fakeTensor,module: aotdispatch
low
Critical
2,753,862,599
pytorch
Unable for CMake in setup.py to list anything OpenCL-ROCm
### Commands that are run to build PyTorch ``` python3.11 -m venv /opt/pyt2c1k/pyenv source /opt/pyt2c1k/pyenv/bin/activate export HSA_OVERRIDE_GFX_VERSION=9.0.0 export PATH=/opt/rocm/bin:$PATH export LD_LIBRARY_PATH=/opt/rocm/lib:$LD_LIBRARY_PATH export OpenCL_INCLUDE_DIR=/opt/rocm-6.3.0/include export OpenCL_...
module: build,module: rocm,triaged
low
Critical
2,753,868,039
PowerToys
PowerToys Run: Support array when customize the direct activation commands
### Description of the new feature / enhancement the config of direct activation commands only support one value now. Hope to support more value for the config. ### cureent commands | Plug-in | Direct activation command(one character) | |--------|--------| | Windows search | `?` | | Shell command | `>` | ### new f...
Idea-Enhancement,Product-PowerToys Run
low
Minor
2,753,869,125
tauri
[feat] Support Android 6.0
### Describe the problem Currently, there are still some devices running on Android 6.0, and we hope that the official support can be provided. ### Describe the solution you'd like Support Android 6.0 ### Alternatives considered _No response_ ### Additional context _No response_
type: feature request,platform: Android
low
Minor
2,753,883,842
kubernetes
TestServerRunWithSNI Unit Test Fails Intermittently
### What happened? The `TestServerRunWithSNI` unit test is failing intermittently. ``` === NAME TestServerRunWithSNI/loopback:_bind_to_0.0.0.0_=>_loopback_uses_localhost serving_test.go:339: Dialing localhost:43713 as "" serving_test.go:372: failed to connect with loopback client: Get "https://0.0.0....
kind/bug,area/apiserver,sig/api-machinery,triage/accepted
low
Critical
2,753,887,465
godot
[.Net] `Handle is not initialized.` when assigning `TweenMethod` to a later-disposed `Tween`
### Tested versions v4.3.stable.mono.official [77dcf97d8] ### System information Godot v4.3.stable.mono - Windows 10.0.19044 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4060 Ti (NVIDIA; 32.0.15.6603) - AMD Ryzen 9 5900X 12-Core Processor (24 Threads) ### Issue description Assigning `TweenMethod` to a `Tween...
enhancement,topic:core,topic:dotnet
low
Critical
2,753,890,420
tauri
[feat] Rust equivalent convertFileSrc()
### Describe the problem I'm currently trying to write a markdown editor in Tauri. For this I need to convert the file paths the user enters to tauris file paths. Since I use a Rust library to parse the markdown to HTML, I need to do the file path conversion in Rust. ### Describe the solution you'd like For this...
type: feature request
low
Minor
2,753,892,992
flutter
DraggableScrollableSheet does not resize on a single child
### Steps to reproduce 1. Start scrolling the items list up as in attempt to go to item 100 ### Expected results The `DraggableScrollableSheet` should first be resized to max height. ### Actual results The `DraggableScrollableSheet` stays the same. ### Code sample <details open><summary>Code sample</summary> ...
framework,f: material design,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28
low
Minor
2,753,966,940
PowerToys
Error in PowerToys.PowerLauncher.exe on ntdll.dll
### Microsoft PowerToys version 0.87.1 ### Installation method GitHub ### Running as admin Yes ### Area(s) with issue? PowerToys Run ### Steps to reproduce I used machine translation, which may result in inaccurate translation. I tried pressing Alt+Space to start it, but it didn't work. I am certain that this ...
Issue-Bug,Severity-High,Needs-Triage,Needs-Team-Response
low
Critical
2,753,970,671
godot
Wrong Bus for `play_stream` in Web Export Only (in 4.3, worked in 4.2)
### Tested versions - Reproducible in: v4.3.stable.official [77dcf97d8] - Not reproducible in: v4.2.stable.official [46dc27791] ### System information Windows 11 - Google Chrome ### Issue description The method `play_stream` has a new argument `bus` in 4.3. - 4.3. https://docs.godotengine.org/en/4.3/classes/class_...
bug,platform:web,topic:porting,needs testing,topic:audio
low
Minor
2,753,981,206
excalidraw
Bug: typing while scrolled up from WYSIWYG causes menus and toolbars to be scrolled up
https://github.com/user-attachments/assets/981981c0-3e65-497e-9285-073b58a62a65 It seems to happen due to the browser's behavior that scrolls the cursor into view when text is inputted, which violates how scrolling is handled in the canvas. It doesn't happen when the WYSIWYG is hidden from the top. Probably because Ex...
bug
low
Critical
2,753,998,570
transformers
Support modernBERT for encoder-decoder models
### Feature request The docs state that the [EncoderDecoderModel](https://huggingface.co/docs/transformers/main/en/model_doc/encoder-decoder#transformers.EncoderDecoderModel) can be used to initialize a sequence-to-sequence model with any pretrained autoencoding model as the encoder. Though [ModernBERT](https://huggin...
Feature request
low
Critical
2,754,032,790
rust
internal compiler error: Missing value for constant, but no error reported?
<!-- 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_const_exp...
I-ICE,T-compiler,C-bug,F-generic_const_exprs,S-has-mcve,S-bug-has-test
low
Critical
2,754,038,793
tauri
[bug] inner_size giving incorrect dimensions on window creation
### Describe the bug I'm trying to create a new window from rust and embed a GStreamer sink into it. However, to do so, I need the dimensions of the window to embed the surface. The window is opening in fullscreen (1920 x 1800). I'm trying to use the `inner_size` method and I'm not getting the correct dimensions i.e...
type: bug,status: needs triage
low
Critical
2,754,046,388
go
mime/quotedprintable: LWSP-char not accepted between = and CRLF
### Go version go version go1.23.4 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/simon/.cache/go-build' GOENV='/home/simon/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE=...
FixPending
low
Critical
2,754,067,094
rust
atomic RMW intrinsics: avoid unnecessary ptr/int conversions
Currently, the type of our atomic RMW intrinsics looks like ```rust fn atomic_xadd_seqcst<T: Copy>(_dst: *mut T, _src: T) -> T ``` However, this is not quite what we want: for atomic operations on a pointer, we want `dst` to be something like `*mut *mut T`, but `src` should be `usize`. The return type should be `*mut T...
A-codegen,A-intrinsics,A-strict-provenance,A-atomic
low
Minor
2,754,104,263
puppeteer
[Bug]: `TypeError: Cannot convert undefined or null to object` with resolve argument of a Promise
### Minimal, reproducible example ```TypeScript import puppeteer from "puppeteer"; function createPromise(page, callback) { return page.evaluateHandle( // eslint-disable-next-line no-eval cb => [new Promise(eval(`(${cb})`))], callback.toString() ); } function awaitPromise(promise) { r...
bug,P1,confirmed
medium
Critical
2,754,135,782
transformers
modernbert logits do not have gradient
### System Info latest transformers version (from source), python 3.10 ### Who can help? @Arthurz ### Information - [X] The official example scripts - [X] My own modified scripts ### Tasks - [X] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own task or d...
bug
low
Minor
2,754,155,291
svelte
{#if}/{:else} blocks should preserve order during transitions
### Describe the problem When the condition of an `{#if}/{:else}` is updated, the content of the blocks are removed/added into the DOM. But the order of the blocks are not preserved during transitions : the new visible block is always added after the previous visible block. I think it would make more sense to pres...
transition/animation
low
Minor
2,754,192,863
excalidraw
PNG copy & paste results in black stroke around the pasted element
https://discord.com/channels/723672430744174682/1319699270630113400/1319699270630113400
bug,firefox,blocked-upstream
low
Minor
2,754,199,964
kubernetes
[FG:InPlacePodVerticalScaling] Pod CPU limit is not configured to cgroups as calculated if systemd cgroup driver is used
### What happened? As a result of #124216, which was introduced in v.1.32, a pod CPU limit calculated in `ResourceConfigForPod()` is rounded up to the nearest 10ms in `libcontainer` at resizing the pod: - Resize a pod: ``` $ kubectl patch pod resize-pod --subresource=resize --patch '{"spec":{"containers":[{"n...
kind/bug,sig/node,triage/accepted
medium
Major
2,754,210,042
three.js
`DataTexture`: Proposal to support partial update
### Description Hi! I am using `DataTexture` quite a lot to handle data with `BatchedMesh` and `InstancedMesh2` (`InstancedMesh` + indirection). In my case, I would like to update the color of only one instance (on the mouse over), but send the gpu the whole texture is expensive because it's very large. I ...
Suggestion
low
Critical
2,754,232,632
rust
Tracking issue for release notes of #133820: Stabilize `derive(CoercePointee)`
This issue tracks the release notes text for #133820. ### 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-lang,relnotes,needs-triage,F-derive_coerce_pointee,relnotes-tracking-issue
low
Minor
2,754,236,624
godot
class_name doc comments edited with external editor don't update until editor restart
### Tested versions Reproducible in v4.3.stable.official [77dcf97d8] Class doc comments were added in d1231be1c8f8f2c16fd1047adcd3c7f997a07c1f, but I haven't checked if it occurred in that build. ### System information Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2060 (N...
bug,topic:gdscript,topic:editor,needs testing
low
Minor
2,754,292,765
ollama
Enhanced aria2c download support with optimized configurations
the install script uses curl for downloading Ollama components. While there is value in adding aria2c support for faster downloads, we can further optimize it with additional aria2c configurations for better reliability and performance.
feature request
low
Major
2,754,292,812
godot
Behavior of VERTEX.y in canvas_item Shaders changes drastically depending on whether Compatibility or Forward+ Render Engine is selected
### Tested versions Godot 4.x (tested up to Godot 4.3-stable) Godot 3.x (tested from Godot 3.5 upwards) ### System information OS and hardware independent ### Issue description The goal was to highlight the square tile map cell over which the mouse cursor is currently hovering with a simple shader. However, when s...
bug,topic:rendering
low
Critical
2,754,318,238
youtube-dl
Abema TV support
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request
low
Critical
2,754,318,668
ollama
docker installation failure due to your installation failure...
### What is the issue? => [vps2_core 23/28] RUN curl -fsSL https://ollama.com/install.sh | sh 5432.3s => => # >>> Installing ollama to /usr/local => => # >>> Downloading Linux amd64 bund...
bug
low
Critical
2,754,321,971
ui
[bug]: monorepo CLI fails to create project `BUN`
### Describe the bug When attempting to create a new Next.js monorepo project using the shadcn CLI (canary version), the process fails due to missing workspace dependencies. ### Affected component/components CLI ### How to reproduce ## Steps to Reproduce 1. Run the following command: `bunx --bun shadc...
bug
low
Critical
2,754,329,611
go
all: CI's enforcement of clean `go generate` is lacking
### Go version go version devel go1.24-110ab1aaf4 Sat Dec 21 08:22:08 2024 -0800 linux/amd64 ### Output of `go env` in your module/workspace: ```shell AR='ar' CC='gcc' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_ENABLED='1' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' CXX='g++' GCCGO='gccgo' ...
help wanted,NeedsInvestigation
low
Critical
2,754,349,650
ollama
MultiGPU ROCm
### What is the issue? System: CPU AMD Ryzen 9950X RAM 128 GB DDR5 GPU0 AMD Radeon PRO W7900 GPU1 AMD Radeon RX7900XTX ROCM: 6.3.1 Ubuntu 24.04 LTS (currently patched) ERROR: I start a large LLM (e.g. Llama-3.3-70B-Instruct-Q4_K_L) with open webui and a context window of 32678 and get the following error in ...
bug,amd,gpu
low
Critical
2,754,349,667
flutter
Laggy First Keyboard Open (Physical iOS Device)
### Steps to reproduce checkout https://github.com/willsmanley/flutter-textfield-keyboard-ios-bug run on a physical ios device (with either impeller or skia) press the textfield to focus it and trigger a keyboard open. the first time during app run takes 2 second lag. every subsequent time is immediate. not...
a: text input,platform-ios,a: quality,has reproducible steps,team-ios,fyi-text-input,found in release: 3.27,found in release: 3.28
medium
Critical
2,754,350,307
godot
GPU Particles 3D: New particles not emitting with specific Lifetime + Scale Curve settings
### Tested versions Occurs in 4.3 Tested in 4.2, but can't get the specific particle system to work, in general ### System information Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated GeForce GTX 1060 6GB - Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz (12 Threads) ### Issue description The curre...
bug,topic:particles
low
Critical
2,754,356,100
flutter
Ancient Unicode character on Windows not visible
### Steps to reproduce 1. Create a Text widget with the Unicode characters 133FA-13402 ### Expected results I expect to see 9 the ancient Egyptian hieroglyph Z015-Z015H which represent the digits 1-9. ### Actual results I see only 8 hieroglyphs. The digit 3 ("𓏼" Z015B) is missing. ### Code sample <details open>...
platform-windows,a: typography,P3,a: adaptivity,team-engine,triaged-engine
low
Critical
2,754,365,893
ollama
Documentation for manual Linux installation is outdated/doesn't work for AMD GPU setup
### What is the issue? [The documentation for manual Linux installation](https://github.com/ollama/ollama/blob/d8bab8ea4403d3fb05a9bf408e638195b72bebf9/docs/linux.md) provides the following instructions to set up AMD gpu: download an additional archive and extract it using ``` sudo tar -C /usr -xzf ollama-linux-amd6...
bug
low
Critical
2,754,367,917
yt-dlp
[Youtube] Immediate HTTP Error 403 on download
### 🚨 [click here to see the current status of this issue](https://github.com/yt-dlp/yt-dlp/issues/11868#issuecomment-2560431566) 🚨 - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported*...
site-bug,needs-investigating,site:youtube
high
Critical
2,754,368,863
next.js
Unexpected Turbopack Error: AliasMap::lookup panicked in Next.js
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/sweet-nova-x2vydg ### To Reproduce **Steps to Reproduce:** - Set up a Next.js project with Turbopack by including the dependencies as described in the package.json below. - Add a basic useRouter hook usage in any component ...
create-next-app
low
Critical
2,754,376,982
PowerToys
Quick Accent doesn't have "È" symbol and others, that are important in most languages, in UTF-8
### Microsoft PowerToys version 0.87.1 ### Installation method Microsoft Store ### Running as admin None ### Area(s) with issue? Quick Accent ### Steps to reproduce 1. Open any text editor or application where text input is required. 2. Use PowerToys to access the character set. 3. Attempt to insert an accente...
Issue-Bug,Needs-Triage
low
Major
2,754,384,930
PowerToys
Support ability to configure/place independent "activation zones" in FancyZones
### Description of the new feature / enhancement I would like to see support for small "activation zones" representing a larger zone that can be manually placed during layout configuration. This is a crude drawing showing what this might look like: ![Image](https://github.com/user-attachments/assets/99b067c9-0de2-48d...
Needs-Triage
low
Minor
2,754,392,604
PowerToys
PowerToys Run does not show when Brave Browser or Terminal has focus
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update ### Running as admin No ### Area(s) with issue? PowerToys Run ### Steps to reproduce Set PowerToys run shortcut to "Windows Key" + "Spacebar" Open Brave browser or Open Windows Terminal Try and open Run. Nothing happens Only ...
Issue-Bug,Needs-Triage
low
Minor
2,754,403,538
rust
Always show the lint name involved in a diagnostic?
### Description After the first occurrence of a lint, the name of the lint is not displayed anymore. That is a real annoyance: - When the diagnostics are shown in a console, one has to find out the first occurrence of the error. - When the diagnostics are shown in an IDE, there is not such a thing as the first di...
A-lints,A-diagnostics,T-compiler,WG-diagnostics,C-discussion
low
Critical
2,754,405,636
transformers
ModernBERT inference fails on CPU: ValueError: Pointer argument (at 0) cannot be accessed from Triton (cpu tensor?)
### System Info - `transformers` version: 4.48.0.dev0 - Platform: Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.35 - Python version: 3.12.5 - Huggingface_hub version: 0.25.1 - Safetensors version: 0.4.5 - Accelerate version: 0.34.2 - Accelerate config: not found - PyTorch version (GPU?): 2.5.1+...
bug
low
Critical
2,754,406,060
godot
3D viewport camera freelook doesn't work anymore with hold rotate + WASD
### Tested versions - Reproducible in: 4.4 dev3 and above - Not reproducible in: 4.3 and earlier ### System information Godot v4.4.dev7.mono - Windows 10 (build 19045) - Multi-window, 2 monitors ### Issue description In version 4.3 and before, I could move 3D viewport camera with holding camera rotate button and u...
bug,topic:editor,topic:3d
low
Minor
2,754,415,549
godot
GridMapEditorPlugin: `set_selected_palette_item` does not update the cursor mesh
### Tested versions - Reproducible since 4.4.dev [baf03e4fb60bd642bd3ad361b4021470e00ccd3a] ### System information Godot v4.4.dev7 - Windows 11 (build 22631) - Multi-window, 1 monitor - Vulkan (Mobile) - dedicated AMD Radeon RX 6700 XT (Advanced Micro Devices, Inc.; 32.0.12011.1036) - AMD Ryzen 5 5600X 6-Core Proces...
bug,topic:editor,topic:3d
low
Minor
2,754,415,559
godot
InputEventScreenTouch & get_get_global_mouse_position() updates delayed after initial tap
### Tested versions 3.6 stable ### System information Android 10 ### Issue description On Android export. InputEventScreenDrag, InputEventMouseMove and get_global_mouse_position() cannot detect the movement of a touch until it passes a pixel threshold relative to (may need a backport to 3.x, to add more android fi...
bug,platform:android,topic:input
low
Critical
2,754,419,256
rust
Missed optimization: bounds check not elided for `i * s < n` when `0 <= i < n / s`
I tried this code: ```rust #[inline(never)] pub fn step_sum(arr: &[u32]) -> u32 { const STEP_SIZE: usize = 8; let mut result = 0; for step in 0..(arr.len() / STEP_SIZE) { result += arr[step * STEP_SIZE]; // I'd also want to add an offset `i < STEP_SIZE`, but it's not necessary to cause th...
A-LLVM,T-compiler,C-optimization
low
Critical
2,754,430,060
pytorch
Upgrading torch 2.5.0+xpu to torch 2.6.0+xpu breaks import torch on Ubuntu 24.04.1 / Python 3.12
### 🐛 Describe the bug Installing the new 2.6.0 xpu torch version from https://download.pytorch.org/whl/test/xpu on Ubuntu 24.04.1 / Python 3.12 breaks `import torch` for me with an undefined symbol error. This error does not happen with version 2.5.0+xpu, where I can successfully import torch on the same syst...
needs reproduction,module: binaries,triaged,module: regression,module: xpu
low
Critical
2,754,432,386
neovim
0.10.3 `Inspect` command throws error
### Problem ## Problem After upgrading to 0.10.3 (build from source)`Inspect` command throws error: ``` Error executing Lua callback: ...s/jlima/.local/share/nvim/r untime/lua/vim/_inspector.lua:189: attempt to index field 'h l' (a nil value) stack traceback: ...
bug,lua
medium
Critical
2,754,447,908
ui
[bug]: Toaster Default Setting Not working
### Describe the bug In line 3 of toaster.jsx it shows: `import { useToast } from "@/components/hooks/use-toast" ` This causes an error because use toast is in @/hooks/use-toast It should be: ` import { useToast } from "@/hooks/use-toast" ` ### Affected component/components Toast ### How to reproduce `npx...
bug
low
Critical
2,754,459,085
rust
[ICE]: Associated const projection not yet supported
### Code ```Rust #![feature(specialization)] #![feature(associated_const_equality)] pub trait IsVoid { const IS_VOID: bool; } impl<T> IsVoid for T where T: ?Sized { default const IS_VOID: bool = false; } impl IsVoid for () { const IS_VOID: bool = true; } pub trait NotVoid: IsVoid<IS_VOID = false> { ...
I-ICE,T-compiler,C-bug,S-has-mcve,S-bug-has-test,F-associated_const_equality,WG-trait-system-refactor
low
Critical
2,754,465,605
rust
A shebang is displaced in HIR & expanded outputs
I tried this code: ```rs #!/usr/bin/env rust fn test() {} ``` After running `rustc -Zunpretty=hir test.rs`, I expected to see this happen: ```rs #!/usr/bin/env rust #[prelude_import] use ::std::prelude::rust_2015::*; #[macro_use] extern crate std; fn test() { } ``` Instead, this happened: ```rs #[prelude_import]...
A-pretty,C-enhancement,T-compiler,requires-nightly
low
Minor
2,754,479,627
three.js
WebGLRenderer: Add support for Node Materials
### Description I wanted to open a discussion to talk about the possibility of adding Node Materials to WebGLRenderer - as far as I understand Node Materials are only supported with WebGPURenderer which poses a lot of issues for community adoption, practical testing, and library support: WebGPURenderer looks like...
TSL
low
Major
2,754,481,265
next.js
[Edge runtime] `console.error` does not include `error.cause`
### Link to the code that reproduces this issue https://github.com/juliesaia/next-error-edge-repro ### To Reproduce 1. next dev 2. Click "Trigger error" 3. No cause is logged 4. Uncomment `export const runtime = "edge";` 5. Click "Trigger error" 6. Cause logged (`[cause]: Error: cause...`) ### Current vs. Expe...
Runtime
low
Critical
2,754,495,297
rust
Tracking Issue for `sync_nonpoison` and `nonpoison_{condvar,mutex,once,rwlock}`
Feature gates: - `#![feature(sync_nonpoison)]` - `#![feature(nonpoison_condvar)]` - `#![feature(nonpoison_mutex)]` - `#![feature(nonpoison_once)]` - `#![feature(nonpoison_rwlock)]` This is a tracking issue for versions of synchronization primitives that do not not need to worry about poison. ### Public API #### `s...
E-hard,T-libs-api,E-help-wanted,C-tracking-issue
low
Critical
2,754,497,590
rust
Tracking Issue for `sync_poison_mod`
Feature gate: `#![feature(sync_poison_mod)]` This is a tracking issue moving all poisonable `std::sync` types to `std::sync::poison`, with reexports in `std::sync`. In a future edition, we will be able to instead reexport `std::sync::nonpoison` (this module does not exist yet). ### Public API ```rust // std::sync::p...
E-easy,T-libs-api,E-help-wanted,C-tracking-issue
low
Critical
2,754,504,927
yt-dlp
[telegram:embed] Extractor telegram:embed returned nothing
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
site-bug,patch-available
low
Critical
2,754,512,698
vscode
SCM Graph - does not detect changes in the cloud when working for a remote source (SSH)
Type: <b>Bug</b> When I'm working on a remote (SSH) repository. Source Control Graph under Source Control tab never detect changes on the cloud. I tried to manually click on refresh, it still does not sync commit activities on the cloud. See picture <img width="756" alt="Image" src="https://github.com/user-attachme...
bug,scm
low
Critical
2,754,513,402
go
cmd/compile: compile-time-evaluate memory loads statically known to only touch the `.rodata` section
While doing https://go-review.googlesource.com/c/go/+/637936/3 I tested it on some code of mine and it failed to mark many of my functions pure because one callgraph leaf use a `const string` as a LUT. This would also allow the compiler to reorder theses loads with stores which could help regalloc among other things. ...
Performance,NeedsInvestigation,compiler/runtime
low
Critical
2,754,514,847
rust
something made tidy extremely slow when running it first time
When I run `./x test tidy --bless` on my laptop, first invocation took around 4 minutes for some reason but this didn’t happen again. The same thing happened on my desktop machine. Something caused `tidy` to run extremely slowly when it's running first time on the system. ![Image](https://github.com/user-attachments/a...
T-bootstrap,C-bug,A-tidy,E-needs-investigation
low
Major
2,754,515,874
ui
[bug]: Calender in Shadcn not working properly
### Describe the bug when we used shadcn components, one component calender component not working properly. ### Affected component/components Calendar ### How to reproduce go to shadcn library where you search calender component .. ### Codesandbox/StackBlitz link _No response_ ### Logs _No response_ ### Syste...
bug
low
Critical
2,754,518,481
godot
UI Elements of Godot not aligned on ARM
### Tested versions Reproducible in 4.3 ### System information Godot v4.3.stable.mono - Windows 10.0.26100 - GLES3 (Compatibility) - D3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU) - Snapdragon(R) X 10-core X1P64100 @ 3.40 GHz (10 Threads) ### Issue description Many of the UI elements are not aligned to where your mouse...
bug,topic:gui
low
Minor
2,754,535,105
godot
Removing a type in Theme Editor's Manage Items dialog removes all types instead of just the one clicked
### Tested versions Reproducible in (at least): v4.4.dev7.official [46c8f8c5c] ### System information Windows 11 ### Issue description Simply put, when I click the trash icon next to a type item in the Manage Items dialog (Theme Editor), it removes ALL items, instead of just the one I clicked. ### Steps to reprod...
bug,topic:editor
low
Minor
2,754,550,731
three.js
Request Uniforms/Inputs from a NodeMaterial
### Description When creating a node material you can create inputs with the `uniform` node and later change them from javascript etc. However, there's no easy way to get the uniforms or inputs later in the system. Consider a loader that returns a `NodeMaterial` you wont know what the inputs are let alone change...
Suggestion,WebGPU
low
Minor
2,754,556,260
PowerToys
Simple Enhancements to the "Find My Mouse" Feature for Better Reading Focus
### Description of the new feature / enhancement The "Find My Mouse" feature is currently designed to locate the cursor by creating a spotlight effect but I found this feature to be especially useful for improving focus while reading because of how the contrast between the background and spotlight work, I think the fo...
Needs-Triage
low
Minor
2,754,558,089
pytorch
[Fake Tensor] `.div` pass the check on inductor when divisor is zero
### 🐛 Describe the bug An error is raised when the divisor is 0 on eager. However, inductor passes the check and outputs the max value of Long. both occurs on cpu and cuda. ```python import torch import torch.nn as nn class Model(nn.Module): def __init__(self): super(Model, self).__init__...
triaged,oncall: pt2,module: fakeTensor,module: aotdispatch,module: pt2-dispatcher
low
Critical
2,754,560,102
flutter
Customizable Keybindings for Flutter interactive Console
### Use case When running flutter run in an interactive console, pressing certain keys can trigger actions that may be unintentionally invoked during regular development work. For example, in my case, pressing J accidentally results in the creation of jank metrics. While these metrics are useful, they can interfere wi...
c: new feature,tool,c: proposal,team-tool
low
Minor
2,754,565,944
rust
`minicore`: use the host's `core` when available
From discussion at https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/Using.20.60minicore.60.20for.20more.20compiletests, it would be ideal to replace `minicore` with the host's `core` if that is built. @jieyouxu pointed out that this did exist for the ABI compatibility test at some point https://g...
A-testsuite,C-enhancement,T-bootstrap,A-compiletest
low
Minor
2,754,579,538
godot
Environment: Background Mode: Canvas causes Popup windows to become severely transparent (including default "ToolTip") regardless of `background_canvas_max_layer` property
### Tested versions - Reproducible in Godot 4.3 (Renderer: Mobile) ### System information Windows 11 - Godot Engine v4.3.stable.official.77dcf97d8 - https://godotengine.org Vulkan 1.3.278 - Forward Mobile - Using Device #0: NVIDIA - NVIDIA GeForce RTX 3050 Laptop GPU ### Issue description When using World environm...
bug,topic:rendering,topic:2d
low
Minor
2,754,585,605
go
go/parser: `goto;` is incorrectly valid
While poking around the `go/types` internals, i noticed that nothing really "type-checks" `goto`s without labels. First pass: https://github.com/golang/go/blob/500675a7c8c72bd6b1054a7eb4daaf61970f5ad7/src/go/types/stmt.go#L578-L608 Second pass: https://github.com/golang/go/blob/500675a7c8c72bd6b1054a7eb4daaf619...
NeedsFix
low
Critical
2,754,595,435
vscode
В jupiter notebook создаются пустые ячейки с которыми нельяз взаимодействовать
Type: <b>Bug</b> В какой-то момент после недавнего обновления появиласть проблема. Ячейка дя кода создаётся, но писать в неё нелья. Иногда помогает создать ещё одну ячейку и удалить сломанную. Иногда помогает только перезапуск VS Code version: Code 1.96.0 (138f619c86f1199955d53b4166bef66ef252935c, 2024-12-11T02:29:0...
info-needed,*english-please,translation-required-russian
low
Critical
2,754,599,702
flutter
[format] Set up line length & rules for Dart code when using VSCode
### Use case Developers wanting to contribute to the framework (or engine), by writing Dart code, while having their VSCode `User` settings set to something that differs from the framework's settings. Context: In https://github.com/flutter/flutter/commit/5491c8c146441d3126aff91beaa3fb5df6d710d0 the settings for ...
framework,c: proposal,P2,team-framework,triaged-framework
low
Critical
2,754,601,584
rust
ICE: const eval: `InterpErrorInfo(InterpErrorInfoInner { kind: ResourceExhaustion(MemoryExhausted) .. `
<!-- ICE: Rustc ./a.rs '-Zmir-opt-level=5 -Zvalidate-mir -ooutputfile -Zdump-mir-dir=dir' 'thread 'rustc' panicked at compiler/rustc_const_eval/src/const_eval/valtrees.rs:225:55: 'called `Result::unwrap()` on an `Err` value: InterpErrorInfo(InterpErrorInfoInner { kind: ResourceExhaustion(MemoryExhausted), backtrace: In...
I-ICE,T-compiler,C-bug,A-mir-opt-inlining,S-bug-has-test,A-mir-opt-GVN
low
Critical
2,754,619,048
PowerToys
Update fail, uninstall/reinstall fail
### Microsoft PowerToys version 0.87.1 (version prior) ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? Installer ### Steps to reproduce Attempted to update from notice, just stopped with no notice. Tried 'modify' in Apps, it uninstalled, tried to install from Stor...
Issue-Bug,Needs-Triage,Needs-Team-Response
low
Critical
2,754,619,123
flutter
[proposal][wasm][ffi] AOT wasm interoperability
### Use case wasm interoperability would offers great value to flutter's framework I'm sure the team is aware of this [[1](https://github.com/dart-archive/wasm/issues/146#issuecomment-1578567050), [2](https://github.com/dart-archive/wasm/issues/146#issuecomment-1579495860)] given that there used to be a [labs.dart...
c: new feature,dependency: dart,will need additional triage,c: proposal,e: wasm
low
Major
2,754,648,764
godot
[3.x] Task.Delay throws NullReferenceException on HTML5 exports
### Tested versions Reproducible in: v3.6.stable.mono.official [de2f0f147] * Occurs both when "Export as Debug" is set and when it isn't. * Does *not* occur on Windows exports ### System information Windows 11 64-bit, Chrome 131.0.6778.205 ### Issue description Awaiting `Task.Delay` works fine in editor builds, ...
bug,platform:web
low
Critical
2,754,651,443
vscode
[json] Automatically Escape Pasted Text in JSON string
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> I have a need to paste a large amount of text into a...
feature-request,json
low
Critical
2,754,653,452
flutter
[go_router] Add meta property to GoRoute for custom attributes
### Use case The meta property can be used to store additional metadata for routes, which can then be utilized for various purposes, such as generating navigation menus and managing permissions. ### Proposal I would like to propose adding a meta property to the GoRoute class in the go_router package. This property w...
package,c: proposal,P3,p: go_router,team-go_router,triaged-go_router
low
Major
2,754,655,952
react
[DevTools Bug] Could not find commit data for root "1"
### Website or app http://localhost:5173/ ### Repro steps was trying to test the performance of my react application ### How often does this bug happen? Only once ### DevTools package (automated) react-devtools-extensions ### DevTools version (automated) 6.0.1-c7c68ef842 ### Error message (automated) Could n...
Type: Bug,Status: Unconfirmed,Component: Developer Tools
medium
Critical
2,754,661,714
kubernetes
Enhance Local service affinity to reduce service to service network calls.
### What would you like to be added? Suggestion to enhance Kubernetes by introducing a process to **prioritize local service communication** when endpoints exist on the same node is insightful and addresses one of the key efficiency challenges in service-to-service communication. Let's unpack this idea and its implica...
kind/feature,needs-sig,triage/needs-information,needs-triage
low
Critical
2,754,666,574
go
proposal: errors: In() to check Is against multiple errors
### Proposal Details **Problem** The code looks redundant and cumbersome in cases when you need to check an error match several times. Example: ```go func foo() { err := bar() if errors.Is(err, err1) || errors.Is(err, err2) || errors.Is(err, err3) { // some logic } } ``` **Solution** A new funct...
Proposal
low
Critical
2,754,668,118
go
proposal: x/crypto/ssh/knownhosts: Add `LineWithMarker` function and `MarkerCert` and `MarkerRevoked` constants
### Proposal Details The [Line](https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.31.0:ssh/knownhosts/knownhosts.go;l=455) function doesn't allow you to write known host lines with the optional `@cert-authority` and `@revoked` markers, I suggest we introduce a new function: ```go const MarkerCert = "@cert-...
Proposal,Proposal-Crypto
low
Minor
2,754,670,877
svelte
Static support for `$state` in `.svelte.ts`
### Describe the problem I have a class that is entirely static (only static properties and methods). I cannot declare a `$state` property, either with a field initializer or in a static initialization block. In both cases, Svelte complains that: >_Error: CompileError: state_invalid_placement: `$state(...)` can onl...
feature request,runes
low
Critical
2,754,682,233
node
Node.js tty.ReadStream does not pass in mouse event ANSI escape codes in Windows terminal
### Version v22.9.0 ### Platform ```text Microsoft Windows NT 10.0.19045.0 x64 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? 1. Save blew code snippet to file named like "mouse-test.js" ```js process.stdout.write('\x1b[?1000h'); process.stdout.write('\x1b[?1003h'); // Enable all mouse ev...
tty
low
Critical
2,754,684,064
flutter
[pigeon] Kotlin code should be `internal`
As noted in https://github.com/flutter/flutter/issues/160737, we are currently generating Kotlin code using public visibility, which isn't what we want. `internal` would be consistent with Swift and with our usage guidance.
package,team-ecosystem,p: pigeon,P2,triaged-ecosystem
low
Minor
2,754,689,073
flutter
Scroll Listener does not trigger when keyboard is dismissed
### Steps to reproduce When a TextField is used within a CustomScrollView, opening the keyboard triggers events from the ScrollController due to changes in the scroll position. However, when the keyboard is dismissed, no ScrollController events are triggered, even though the scroll position adjusts due to layout cha...
framework,f: scrolling,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28
low
Major
2,754,690,800
pytorch
add "enabled=True" to DistributedDataParallel.no_sync()
### 🚀 The feature, motivation and pitch Training a model with DDP and gradient accumulation is quite common. To avoid unnecessary sync, the no_sync() operation is used. Providing an `enabled=True` argument is already done in pytorch, and is very useful in pytorch in `torch.amp.autocast` and `torch.amp.GradScaler`...
oncall: distributed,module: ddp
low
Critical