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,665,055,234
neovim
Segfault when new window is created inside WinLeave event callback
### Problem If new window is created in WinLeave event callback when closing current tab page, neovim segfaults with the following stack trace: ``` Program received signal SIGSEGV, Segmentation fault. 0x0000559beb72f584 in frame2win (frp=0x0) at /home/apollo1321/neovim/src/nvim/window.c:3474 3474 while (frp->fr_...
has:backtrace,bug-crash,floatwin,events
low
Critical
2,665,055,979
vscode
Request: Git reset from the CLI should not remove files from the "Go to File..." dialog's "recently opened" section
<!-- ⚠️⚠️ 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 consider this to be a minor UX improvement. Steps...
feature-request,workbench-history
low
Minor
2,665,060,251
terminal
Windows Server 2025: Windows Terminal: Crash in OpenConsole.exe (0xc0000094, division by zero) causes programs to fail with 0xC0000142. How to detect and work around this Windows Terminal version?
### Windows Terminal version 1.18.2401 ### Windows build number 10.0.26100.2314 ### Other Software Bitvise SSH Server 9.39 installer Bitvise SSH Client 9.39 installer ### Steps to reproduce This problem is frequently observed by users of Bitvise software who attempt to install on Windows Server 2025 before the W...
Issue-Bug,Product-Terminal,Needs-Tag-Fix
low
Critical
2,665,101,944
material-ui
Extending the outer theme with a nested ThemeProvider throws an error if css variables are active
### Steps to reproduce Steps: 1. Open this link to live example: (required) https://codesandbox.io/p/sandbox/exciting-rhodes-zk9kwk 2. Enable css variables in the outer ThemeProvider 3. Nest a ThemeProvider within the outer ThemeProvider 4. Attempt to extend the outer theme following the guidance in [Theming](htt...
docs,customization: theme
low
Critical
2,665,120,939
godot
GLTF Root Scale does not apply to Collision Shapes generated from Meshes
### Tested versions - Reproducible in: 4.4.dev4.mono [36e6207bb] ### System information Godot v4.4.dev4.mono - macOS 15.2.0 - Multi-window, 1 monitor - Metal (Forward+) - integrated Apple M1 (Apple7) - Apple M1 (8 threads) ### Issue description Using the `Create Collision Shape...` button <img width="235" alt="...
bug,topic:import,topic:3d
low
Minor
2,665,122,809
deno
Deno v2 throws error on simple Mysql2 snippet
Deno Version: Deno 2.0.1. Trying to run the following snippet from the Mysql2 [documentation](https://sidorares.github.io/node-mysql2/docs): ```typescript // Get the client import mysql from "mysql2/promise"; // Create the connection to database const connection = await mysql.createConnection({ host: "lo...
needs info
low
Critical
2,665,130,883
godot
Sub-window graphics issues with Forward+ on Raspberry Pi
### Tested versions - Reproducible in 4.3-stable ### System information Godot v4.3.stable - Debian GNU/Linux 12 (bookworm) 12 - Wayland - Vulkan (Forward+) - integrated V3D 7.1.7 - ARM Cortex-A76 (4 Threads) ### Issue description Whenever I have a 3d scene open (even a blank one), the menus and sub-windo...
bug,platform:linuxbsd,topic:porting
low
Minor
2,665,159,981
godot
The material of a CSGShape3D as child of a CSGCombiner3D does not obey local triplanar coordinates
### Tested versions - Reproducible in: v4.3.stable.mono.official [77dcf97d8] ### System information Godot v4.3.stable.mono - macOS 14.7.1 - Vulkan (Forward+) - integrated Apple M1 Pro - Apple M1 Pro (10 Threads) ### Issue description When assigning a material (with local triplanar mapping enabled) to a `CSGShape3D...
bug,topic:3d
low
Minor
2,665,160,985
pytorch
inconsistency in ```torch.special.xlogy``` on CPU and GPU
### 🐛 Describe the bug inconsistent results of ```torch.special.xlogy``` function on CPU and GPU ```python # import torch self = torch.tensor([[-0.6914]], dtype=torch.bfloat16) other = torch.tensor([[3070.0]], dtype=torch.bfloat16) result_cpu = torch.special.xlogy(self, other) self_cuda = self.cuda() oth...
module: numerical-stability,triaged,module: bfloat16
low
Critical
2,665,164,695
pytorch
Build fails in py311 with torch xpu ops
### 🐛 Describe the bug Building wheel torch-2.6.0a0+gitb86b534 -- Building version 2.6.0a0+gitb86b534 cmake -GNinja -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=E:\pytorch\torch -DCMAKE_PREFIX_PATH=E:\ProgramData\anaconda3\envs\py311\Lib\site-packages;D:\Intel\oneAPI\tbb\l...
module: build,module: windows,triaged,module: xpu
low
Critical
2,665,198,535
rust
Tracking Issue for String::into_chars
Feature gate: `#![feature(string_into_chars)]` This is a tracking issue for: * `String::into_chars` ### Public API ```rust impl String { pub fn into_chars(self) -> IntoChars { IntoChars { bytes: self.into_bytes().into_iter() } } } impl Iterator for IntoChars { type Item = char; } ``` ### Steps...
T-libs-api,C-tracking-issue
low
Minor
2,665,213,021
neovim
`<Cmd>` keys not handled properly when used with `--remote-send`
### Problem `<Cmd>` keys are not handled properly when used with `--remote-send`. Keys wrapped in between `<Cmd>` and `<CR>` can be interpreted as if they are typed in normal mode instead of part of a command. For example, if an nvim instance is in the middle of a `gi` keymap, after pressing `g`, if we send it `<Cmd>...
bug,input,event-loop,remote
low
Minor
2,665,227,905
node
--experimental-test-module-mocks is not working as expected
### Version v24.0.0-pre ### Platform ```text Linux fedora 6.11.6-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 16:09:34 UTC 2024 x86_64 GNU/Linux ``` ### Subsystem _No response_ ### What steps will reproduce the bug? This issue was observed inside the nodejs source code, when tying to creat...
test_runner
low
Critical
2,665,284,614
pytorch
DCP fails to save optimizer state if zero_grad() has not been called
### 🐛 Describe the bug The loaded state dict is silently empty if the parameter still has grads. (Testcase modified from some dcp async_save tutorial.) ``` import os import torch import torch.distributed as dist import torch.distributed.checkpoint as dcp import torch.multiprocessing as mp import torch.nn a...
oncall: distributed,triaged
low
Critical
2,665,286,115
pytorch
DCP fails to save "initial_lr" field, created by an LR scheduler
### 🐛 Describe the bug Initial LR is present in the optimizer's state dict on saving, but it disappears on loading. This prevents resuming an LR scheduler; we need to use hacks around `last_epoch=-1` or manually patching `initial_lr` to make one work. Testcase: ```python import os import torch import torch...
oncall: distributed,triaged
low
Critical
2,665,329,483
vscode
Some references.view shortcuts not working
<!-- ⚠️⚠️ 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...
feature-request,references-viewlet
low
Critical
2,665,330,637
vscode
My Snippents in LaTeX Files doesn't work?
<!-- ⚠️⚠️ 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...
info-needed,snippets
medium
Critical
2,665,335,243
flutter
Flutter doesn't honor archivesBaseName
### Steps to reproduce When using `archivesBaseName` with app/build.gradle, Run `flutter build apk --release` ### Expected results Expect to find `MyApp***-v0.0.1-release.apk` at `build/app/outputs/flutter-apk/` instead of `app-release.apk` ### Actual results Produces two identical apks ```...
c: new feature,platform-android,tool,t: gradle,a: build,has reproducible steps,P2,team-android,triaged-android,found in release: 3.24,found in release: 3.27
low
Minor
2,665,409,703
Python
Find:audio_filters/butterworth_filter.py issure
### Repository commit fcf82a1eda21dcf36254a8fcaadc913f6a94c8da ### Python version (python --version) Python 3.10.6 ### Dependencies version (pip freeze) ``` absl-py==2.1.0 astunparse==1.6.3 beautifulsoup4==4.12.3 certifi==2024.8.30 charset-normalizer==3.4.0 contourpy==1.3.0 cycler==0.12.1 dill==0.3.9 dom_to...
bug
medium
Critical
2,665,454,278
svelte
Improved error message for @render containing invalid html
### Describe the problem I spent hours debugging from errors about illegal invocation and node type and tried googling and searching svelte docs and found nothing. Below are the errors I got: ![image](https://github.com/user-attachments/assets/15e65043-cd86-46bc-8e13-c22e5dea7382) ![image](https://github.com/u...
awaiting submitter
low
Critical
2,665,486,532
react
Bug: The downloaded release version of 18.2.0 is 18.1.0 when opened.
<img width="1218" alt="image" src="https://github.com/user-attachments/assets/7288ae96-3b04-4451-b58b-73bedd29b06f"> <img width="646" alt="image" src="https://github.com/user-attachments/assets/0589ec1a-2dbc-4c70-bb07-ad341cf68356"> The downloaded release version of 18.2.0 is 18.1.0 when opened.
Status: Unconfirmed
medium
Critical
2,665,490,727
PowerToys
Screen Ruler: Lines barely visible on 4k screen (1px width)
### Description of the new feature / enhancement **Problem Summary:** On Windows 11 24H2 (other versions not tested), PowerToys version 0.86.0, and 4K displays of any size, the **Ruler tool's lines are almost invisible.** This issue is **particularly noticeable on large 4K displays,** commonly used in web/app developm...
Needs-Triage
low
Minor
2,665,625,826
godot
Focused `SpinBox` fires `ValueChanged` signal when `SetValueNoSignal` is called
### Tested versions Reproducible in: - godot.v4.3.stable.mono.official - godot.v4.4.dev4.mono.official ### System information Tested on Windows 11 and Ubuntu, so its not OS or hardware specific ### Issue description A focused `SpinBox` will fire a `ValueChanged` signal with the **old value** when setti...
bug,needs testing,topic:gui
low
Critical
2,665,652,228
electron
Enable Chromium flag #windows11-mica-titlebar to address white flash issues on Windows
### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched ...
enhancement :sparkles:,platform/windows,component/BrowserWindow
low
Major
2,665,702,925
bitcoin
MSVC 17.12.0 internal compiler error
The [latest version](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes#17.12.0) of MSVC causes an internal compiler error in `src/test/fuzz/utxo_snapshot.cpp` for both "Release" and "Debug" configurations: ``` < snip > utxo_snapshot.cpp C:\Users\hebasto\source\repos\bitcoin\src\test\fuzz\...
Windows,Upstream
medium
Critical
2,665,711,245
opencv
Support optional foreground input mask to cv::BackgroundSubtractor::apply
### Describe the feature and motivation For some applications, it would be beneficial to support an optional foreground input mask to cv::BackgroundSubtractor::apply that indicates areas of the image that are known to be foreground pixels, and thus shouldn't be used in updating the background model. This should help...
feature,category: video
low
Major
2,665,711,666
ui
[bug]: CLI can't parse existing tailwind.config.ts and messes up while running "add" command
### Describe the bug In my project, I use shadcn ui components and tremor components. I installed shadcn ui components first and then configured tremor components (https://tremor.so/docs/getting-started/installation/next) Both of these component libraries require the tailwind.config.ts to be modified. So, I have...
bug
low
Critical
2,665,722,615
PowerToys
Symbols stuck in the top for a while
### Microsoft PowerToys version 0.86.0 ### Installation method Microsoft Store ### Running as admin No ### Area(s) with issue? General ### Steps to reproduce ![Image](https://github.com/user-attachments/assets/59b8dfba-add9-4676-9a32-2948f965ede2) ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavio...
Issue-Bug,Needs-Triage,Product-Quick Accent
low
Minor
2,665,805,641
neovim
`:trust` puts incorrect(?) SHA-256 to trust database
### Problem `trust` command writes incorrect hash to trust database ### Steps to reproduce ``` echo "vim.o.exrc = true" > %LOCALAPPDATA%/nvim/init.lua mkdir "C:\tmp\1.d" cd "C:\tmp\1.d" echo abc = 1 > .nvim.lua ``` open `nvim`, press `a` to trust `.nvim.lua` in current directory and exit NeoVim ``` cat %LOCALAPPDA...
bug,platform:windows,needs:repro,filesystem
low
Minor
2,665,818,562
react
[React 19] Prewarm with use() broken in certain state-change situations in the parent
## Summary <!-- Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a ...
Type: Bug,React 19
medium
Critical
2,665,821,681
next.js
Build error with Next.js 15 in monorepo
### Link to the code that reproduces this issue https://github.com/omarshehab221/DoomUI ### To Reproduce Just clone the repo and try to build the apps/template or the apps/playground (I made sure not change anything in this one from what `bun create next-app@latest` created to test the error) ### Current vs. Expect...
create-next-app,bug,Output (export/standalone),Turbopack
low
Critical
2,665,829,153
stable-diffusion-webui
resume_download deprecation
### 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,665,830,807
PowerToys
dimming screen for dark environments
### Description of the new feature / enhancement the feature is to add a dimming filter on the screen, i mostly use the find my mouse feature (because it dims the screen and highlight the mouse) for this purpose but as soon as i move the mouse or click any button the overlay disappears so it would be cool to add it as...
Needs-Triage
low
Minor
2,665,889,270
angular
Reattaching same Angular element causes `Shadow root cannot be created on a host which already hosts a shadow tree`
### Which @angular/* package(s) are the source of the bug? elements ### Is this a regression? No ### Description I'm trying to reuse the same custom Angular element I created. I created an element class with `createCustomElement()`, added it to the list of custom elements, created the element and rendered it with ...
area: elements
low
Critical
2,665,894,555
PowerToys
Allow cascade menu on New+ context menu
### Description of the new feature / enhancement HI... New+ and their template function are amazing, but in some cases it's necessary to categorize these templates. In the current format I use a prefix for each new template category, but if there was a way to create a second level of menu it would help a lot. Example...
Needs-Triage
low
Minor
2,665,911,403
pytorch
Grabbing dtype from NamedTuple vs Tuple for cast causes graph breaks "Unexpected type in sourceless builder."
### 🐛 Describe the bug It took me a while to make the reproduction for this one, since I really have no idea what is going on. It seems, that using a NamedTuple instead of a Tuple and casting to a dtype grabbed from that NamedTuple causes a graph break. The interesting part is it seems to graph break on the part...
triaged,oncall: pt2,module: dynamo,module: graph breaks
low
Critical
2,666,046,007
vscode
"Accept all changes from .." button in merge editor duplicates non-conflicting changes
<!-- ⚠️⚠️ 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,merge-editor
low
Critical
2,666,060,080
go
cmd/go: TestScript/test_json_build failures
``` #!watchflakes default <- pkg == "cmd/go" && test == "TestScript/test_json_build" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8731013230249521921)): === RUN TestScript/test_json_build === PAUSE TestScript/test_json_build === CONT TestScript/te...
NeedsInvestigation
low
Critical
2,666,062,894
godot
Script Editor: select next occurrence can't handle newlines
### Tested versions 4.2.2, 4.3 ### System information macOS 12.7 ### Issue description `ui_text_add_selection_for_next_occurrence` throws an error when the selection includes a newline <img width="155" alt="image" src="https://github.com/user-attachments/assets/286a0420-58df-4239-9b7c-97be0ff6e77e"> ``` ...
bug,topic:editor,topic:gui
low
Critical
2,666,079,563
langchain
ChatGoogleGenerativeAI doesn't support two system messages.
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the [LangGraph](https://langchain-ai.github.io/langgraph/)/LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a ...
🤖:bug
low
Critical
2,666,095,616
godot
Internal Script Error: Opcode :0
### Tested versions currently only seen in v4.2.2 ### System information Windows 10- Godot _v4.2.2-stable ### Issue description The error happened at runtime. The output was this : internal script error, Opcode: 0(please report) I guess this must be some internal engine bug.It happened to Timer created in the sce...
bug,topic:gdscript
low
Critical
2,666,178,482
next.js
Error: Could not find the module ... in the React Client Manifest. This is probably a bug in the React Server Components bundler.
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/keen-swartz-k22cmx?file=%2Fapp%2Fpage.js%3A9%2C34 ### To Reproduce # Dublicate of https://github.com/vercel/next.js/issues/61046 ### This issue still open! ### Current vs. Expected behavior ![image](https://github.com/user-attachmen...
bug,Navigation
low
Critical
2,666,235,145
go
x/tools/go/analysis/unitchecker: TestVetStdlib failures
``` #!watchflakes default <- pkg == "golang.org/x/tools/go/analysis/unitchecker" && test == "TestVetStdlib" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8731155300376311825)): === RUN TestVetStdlib vet_std_test.go:101: go vet std failed (exit statu...
NeedsFix,Tools
medium
Critical
2,666,253,240
pytorch
[2.5.0+] Running a compiled model under FlopCounterMode regresses its performance
### 🐛 Describe the bug Invoking a compiled model under FlopCounterMode context results in a slower compiled model. If we run our benchmark _before_ the model is instrumented with FlopCounterMode, then `ms_per_iter` records a decent latency, benefitting from compilation. If we run our benchmark _after_ the model...
triaged,module: __torch_dispatch__,oncall: pt2,module: dynamo
low
Critical
2,666,254,702
kubernetes
kube-proxy nftables test are flaky
### Which jobs are flaking? https://testgrid.k8s.io/sig-network-kind#sig-network-kind,%20nftables,%20master https://testgrid.k8s.io/sig-network-kind#sig-network-kind,%20nftables,%20IPv6,%20master ### Which tests are flaking? Seems to impact test randomly ### Since when has it been flaking? 15-11-2024 ### Testg...
priority/important-soon,sig/network,kind/flake,triage/accepted
medium
Critical
2,666,311,547
go
build: build failure on gotip-linux-riscv64
``` #!watchflakes default <- builder == "gotip-linux-riscv64" && repo == "go" && mode == "build" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8731005195353882721)): [I2024-11-17T17:51:33.134407Z 170175 0 sink.go:277] SinkServer: warm-up started [I2024-11...
NeedsInvestigation
low
Critical
2,666,322,707
next.js
Route "/" used `crypto.randomUUID()` outside of `"use cache"` and without explicitly calling `await connection()` beforehand.
### Link to the code that reproduces this issue https://github.com/TheCukitoDev/blog ### To Reproduce 1. Fill the env variables 2. Run pnpm run dev:turbo 3. Open localhost:3000 ### Current vs. Expected behavior I think this shouldn't happen because i don't use any crypto.randomUUID() in my project or at least in...
bug,dynamicIO
low
Critical
2,666,393,137
PowerToys
ImageResizer - Option to Select Encoder when Resizing
### Description of the new feature / enhancement What it be possible to add an option to select a decoder to be used? For example, when resizing an iOS .HEIC file, I would like to reformat it to .JPEG. This would be an option beyond just a fallback. Perhaps the presents also have an encoder option. ### Scenario whe...
Needs-Triage
low
Minor
2,666,405,866
godot
Minimum window size of the editor is too large, especially for standard 1920x1080 monitors
### Tested versions - Reproducible in v4.3.stable.mono [77dcf97d8]. ### System information Godot v4.3.stable.mono (77dcf97d8) - cpe:/o:nixos:nixos:25.05 #1-NixOS SMP PREEMPT_DYNAMIC Thu Nov 14 12:19:41 UTC 2024 - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 550 / 550 Series (RADV POLARIS12) - 12th Gen Intel...
discussion,topic:editor,usability
low
Minor
2,666,434,774
react
[Compiler Bug]: False positive local mutation warning inside filter
### 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,Component: Optimizing Compiler
low
Critical
2,666,485,175
PowerToys
clipboard history button
### Description of the new feature / enhancement Hi could you please include a clipboard history button so that you have an alternative to "Windows key + v". I don't use the feature regularly because I keep forgetting about it! A button would make it really convenient, especially with advanced paste! Also while you ...
Needs-Triage,Needs-Team-Response
low
Minor
2,666,491,410
PowerToys
Windows Power Modes from PowerToys Run
### Description of the new feature / enhancement Searching PowerToys Run for any of the terms `power mode`, `best performance`, `balanced`, or `best power efficiency` would set the current Windows 11 power mode (the _Plugged in_ mode if computer is currently plugged in, and the _On battery_ mode if it's currently on b...
Needs-Triage
low
Major
2,666,521,199
pytorch
TypeError: Type parameter +RV without a default follows type parameter with a default in _inductor/utils.py
### 🐛 Describe the bug env: python 3.9, torch.__version__='2.5.1' also observed in 2.4.1 when importing transformers and torch I get error triggered by typing problem in this line: `class CachedMethod(Protocol, Generic[P, RV]):` https://github.com/pytorch/pytorch/blob/99014a297c179862af38ee86bac2051434d3db...
module: typing,triaged,actionable,oncall: pt2
low
Critical
2,666,545,031
tauri
[feat] data-tauri-drag-region should handle touch controls
### Describe the problem Currently, `data-tauri-drag-region` does not work with touch controls. On Windows 11 touch controls do not work at all. On Linux (X11/Plasma 6) the drag gesture does not work and instead the window jumps when tapping on the region and then on another position on the screen. ### Describe the s...
type: feature request
low
Minor
2,666,574,749
rust
ICE: `Encountered anon const with inference variable args but no error reported`
Unfortunately, I can't share the code that caused this ICE, and have not (yet) been able to minimize it into something I can share. <!-- 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 smalle...
I-ICE,T-compiler,C-bug,T-types,S-needs-repro
low
Critical
2,666,581,995
rust
How should we handle SPARC's vector ABI?
This concerns SPARC and its `vis` AKA [Visual Instruction Set][vis-wiki]. Quoting from @taiki-e > AFAIK it's at least 64-bit. > - [GCC's SPARC VIS builtins provides `vector_size (8)` (64-bit) and `vector_size (4)` (32-bit) vectors](https://gcc.gnu.org/onlinedocs/gcc/SPARC-VIS-Built-in-Functions.html). > - According t...
T-compiler,A-SIMD,O-SPARC,A-ABI,E-needs-design
low
Minor
2,666,585,465
storybook
[Bug]: Error when using `+page.svelte` files as `component` in stories
### Describe the bug When using Svelte 5 and SvelteKit, there's an error thrown for any story that uses a `+page.svelte` route as the meta `component`: ``` ReferenceError: Page is not defined at http://localhost:6007/src/routes/+page.svelte:33:27 ``` This happens because the Svelte Docgen plugin calculates the c...
bug,svelte,sveltekit,docgen
low
Critical
2,666,586,010
rust
How should we handle matrix ABIs?
Some CPU architectures have developed "matrix extensions". These are sometimes equivalent to "vectors, but bigger" in terms of how the ABI should be handled (reusing the same architectural state, thus having similar concerns). But not always! They may use entirely different architectural state, usually entirely "caller...
O-x86_64,T-compiler,O-PowerPC,O-AArch64,A-ABI,E-needs-investigation
low
Major
2,666,588,995
rust
How should we handle dynamic vector ABIs?
The primary unresolved question of https://github.com/rust-lang/rust/issues/131800 I would say is this edge-case. Opening this marker issue for now, I will explain a bit later but basically: we understand most of the factors here but we need to account for what we actually want to do. ## AArch64 - Scalable Vector Exte...
T-compiler,A-SIMD,O-riscv,O-AArch64,A-ABI,E-needs-design
low
Minor
2,666,678,913
PowerToys
[Hosts File Editor] Breaks sections created by other applications which leads to duplicates creation (e.g. Docker or Tailscale)
### Microsoft PowerToys version 0.86.0 ### Installation method Microsoft Store ### Running as admin None ### Area(s) with issue? Hosts File Editor ### Steps to reproduce 1. Install Docker or Tailscale. 2. Check content of the hosts file - there will be sections made with comments: ``` # Added by Docker D...
Issue-Bug,Needs-Triage
low
Minor
2,666,758,217
langchain
ChatHuggingFace with AgentExecutor (legacy) or create_react_agent (langgraph) tool outputs NEVER passed back to model
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
🤖:bug
low
Critical
2,666,764,215
godot
Exported properties of parent class not showing on derived class in editor
### Tested versions 4.3 modules ### System information Windows 10, godot 4.3, RTX3070TI ### Issue description Class A, class B inherits A: Class A exported properties not showing in Class B in the editor (C++ modules) ### Steps to reproduce Create a class A. create a class B that inherits from A...
bug,topic:editor,needs testing
low
Minor
2,666,770,568
rust
rustdoc skips first line of some list items, and incorrect clippy warning
<!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> I tried this code (minimal reproduction `lib.rs`): ```rust /// - [`SDL_PROP_WINDOW_CREATE_COCOA_WINDOW_POINTER`]: the /// `(__unsafe_unretained)` NSWindow as...
T-rustdoc,A-intra-doc-links,C-external-bug
low
Critical
2,666,790,240
ant-design
tabs使用官网的自定义标签可拖拽功能后,向后拖动标签会出现滚动条重置问题
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-klwtg4) ### Steps to reproduce 1.把官网的antd5的tabs的可拖拽标签用例复制过来 2.改动第三个标签的children能出现滚动条 3.将第三个标签拖动到前面会出现滚动条重置 ![tabs](https://github.com/user...
Inactive,improvement,🧶 Low Priority
low
Minor
2,666,797,267
opencv
opencv4.9.0 Huawei CANN support error: CANN check failed in function 'forward'
### System Information ![image](https://github.com/user-attachments/assets/fdc4864f-8aa0-4843-a211-93f47305a1c3) ### Detailed description 编译cann版本opencv4.9.0后,在推理yolov8代码时经常会出现以下错误(有时又不会出现): [ INFO:0@51.135] global net_cann.cpp:204 initBackend DNN/CANN: converting layer onnx_node!/model.22/Add_1@NaryEltwise@361 t...
bug,category: dnn
low
Critical
2,666,835,883
transformers
IsADirectoryError when training with tqdm enabled for trainer
### System Info Error info: ```python **IsADirectoryError**: [Errno 21] Is a directory: '\n <div>\n \n <progress value=\'2\' max=\'108\' style=\'width:300px; height:20px; vertical-align: middle;\'></progress>\n [ 2/108 : < :, Epoch 0.04/4]\n </div>\n <table border="1" class="dataframe">\n <...
Good First Issue,bug
low
Critical
2,666,837,865
PowerToys
Keyboard Manager not working after enabling in PowerToys
### Microsoft PowerToys version 0.86.0 ### Installation method PowerToys auto-update, GitHub ### Running as admin Yes ### Area(s) with issue? Keyboard Manager ### Steps to reproduce Open PowerToys Settings. Enable "Keyboard Manager". Set up a key remapping (e.g., remap "End" to "Delete"). Press the remapped ke...
Issue-Bug,Needs-Triage
low
Minor
2,666,838,157
stable-diffusion-webui
[Feature Request]: Added notification sound
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? Not do, does. Not sending up as a pull request, more fyi if anyone wants the feature and how to do it. Does: Upon completion of image generation, or, completio...
enhancement
low
Minor
2,666,898,598
ollama
Feature suggestions and development compilation environment issues
Wish: 1. set env avx=0 will automatically try to use Nvidia gpu 2. On this repository page, press `.` to enter a complete development environment to modify code, compile, download files, and run tests. Configuring this development environment is so complicated and difficult. Good luck to you ------- set env ...
feature request
low
Minor
2,666,916,537
ui
[bug]: sidebar.openMobile doesn't get reset on browser width resize > mobile layout
### Describe the bug If the sidebar is opened with mobile layout. openMobile is true. When the browser is resized above the mobile width, the sidebar closes but the openMobile is still set to true. ### Affected component/components Sidebar ### How to reproduce 1. Open sidebar on mobile screen size 2. Resize windo...
bug
low
Critical
2,667,001,046
PowerToys
FancyZones resets space around zone without user interaction
### Microsoft PowerToys version 0.86.0 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? FancyZones, FancyZones Editor ### Steps to reproduce Open FancyZones Editor. Turn off the "Space around zones" setting for each grid in use. Restart the system (I think this is ...
Issue-Bug,Needs-Triage
low
Minor
2,667,014,377
godot
AudioEffectCapture and AudioStreamGenerator producing slowed audio since after 4.4-dev3
### Tested versions - Reproducible in v4.4.dev.custom_build [5efd124ca] - Not reproducible in v4.4.dev3.official [f4af8201b] ### System information Godot v4.4.dev (5efd124ca) - macOS 15.1.0 - Multi-window, 2 monitors - OpenGL 3 (Compatibility) - AMD Radeon Pro 5500 XT OpenGL Engine - Intel(R) Core(TM) i7-10700K CPU...
bug,topic:audio,regression
low
Major
2,667,259,652
pytorch
[cudnn_frontend] Error: No execution plans support the graph when using CUDNN_ATTENTION in SDPA
### 🐛 Describe the bug ```py import torch from torch.nn.attention import SDPBackend, sdpa_kernel class MyModule(torch.nn.Module): def __init__(self) -> None: super().__init__() def forward(self, query: torch.Tensor, key: torch.Tensor, value: torch.Tensor) -> torch.Tensor: return t...
module: cudnn,module: cuda,triaged,module: sdpa
low
Critical
2,667,275,360
node
test_runner: support mock file system
### What is the problem this feature will solve? The current test requires writing files to a real disk when reading and writing files related to the file system, which is very unsafe. After all, the file may remain due to test case failure and other reasons. ### What is the feature you are proposing to solve the ...
fs,feature request,test_runner
low
Critical
2,667,306,068
godot
Mouse jumps to random positions upon moving, when mode is set to confined and if warp mouse is used
### Tested versions Reproducible in 4.3 while using Macos and Windows, have not used in later/earlier versions ### System information MACOS Sonoma 14 - Godot 4.3 - Vulkan 1.2.283 - Forward+ ### Issue description As said in the title, setting mouse mode to confined/confined hidden while using warp mouse commands in...
bug,topic:input
low
Minor
2,667,337,997
tensorflow
Regular expression matches also directory in name
https://github.com/tensorflow/tensorflow/blame/5d1bf95155485aa137a13b72fbf3bd3e83b2f544/tensorflow/lite/CMakeLists.txt#L602 I found a problem tensorflow lite library compilation where I put my project into directory named: `~/workspace/final_test_6.6.36$` I found that "test_.*" matches also directory name in m...
stat:awaiting tensorflower,type:bug,comp:lite
medium
Minor
2,667,436,367
PowerToys
Requesting audio sync feature
### Description of the new feature / enhancement Hi PowerToys Team, First off, I just want to say thank you for all the amazing work you’re doing with PowerToys. It’s one of my go-to tools, and I’ve been loving how it keeps getting better with each update! I have a feature request that I think could make PowerToys e...
Needs-Triage
low
Minor
2,667,505,935
langchain
NotImplementedError: Provider cohere model does not support chat.
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
🤖:bug
low
Critical
2,667,506,428
next.js
`<Link />` and `redirect` navigation causes route handler being called twice
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/t66xm6 ### To Reproduce 1. Start the application in development (`next dev`) 2. Navigate to `/` 3. Click “Link to /route”, “Link to /route without prefetch” or “redirect to /route” to see the current behavior of `route.js` handler 3. ...
bug,Navigation
low
Minor
2,667,574,106
deno
@grpc/grpc-js cannot reconnect after server restart
Hello, I am using `@grpc/grpc-js` in version `1.12.2`. I am reporting a bug related to this issue on the owner's repo: https://github.com/grpc/grpc-node/issues/2853 Bug does not occur when using Node, only with Deno. The steps to reproduce would be to make one successful RPC call, then restart the server a...
bug,node compat
low
Critical
2,667,592,534
PowerToys
Enable/ Disable Fancy Zones with hotkey
### Description of the new feature / enhancement I would like to be able to enable/ disable the Fancy Zones module through a hotkey. ### Scenario when this would be used? This is useful when software does not work well with Fancy Zones for its pop-up windows. In that case, the initial windows can be positioned usin...
Needs-Triage
low
Minor
2,667,618,765
PowerToys
New+ supports generating file names from variables
### Description of the new feature / enhancement For example, dates, time stamps, etc. ### Scenario when this would be used? Since it is a template, it will inevitably need to be renamed to a new version, usually with a date or timestamp suffix to differentiate, if it can be done automatically will be very convenien...
Needs-Triage
low
Minor
2,667,625,440
vscode
Regex replace matches without consuming and leaks groups between matches
Type: <b>Bug</b> 1. Create a new directory 2. Create a text file in it with the contents `abcde=fghijkl=mnopq` 3. Go to the search tab 4. Enable regex 5. Enter replacement `$1 = $2` 6. Enter search term `([^= ])(?:=)([^\n= ])` When doing this, the replacements end up like this: ![Image](https://github.com/user-atta...
search,under-discussion
low
Critical
2,667,634,746
tauri
[bug] [v2] [android] [windows] Nuxt.js based android app - Cannot redefine property & tauri.localhost
### Describe the bug The result is an android emulator with white screen and few errors, the desktop app is working correctly 11-18 01:50:55.088 20184 20184 E Tauri/Console: File: - Line 138 - Msg: Uncaught TypeError: Cannot redefine property: postMessage 11-18 01:50:55.088 20184 20184 E Tauri/Console: File: -...
type: bug,status: needs triage
low
Critical
2,667,752,827
go
cmd/compile: some codes in DSE rely on the order of values
### Go version go version devel go1.24-3ca78afb3b Mon Nov 18 04:56:52 2024 +0000 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GOAMD64='v1' GOARCH='amd64' GOHOSTARCH='amd64' GOHOSTOS='linux' GOOS='linux' GOVERSION='devel go1.24-3ca78afb3b Mon Nov 18 04:56:52 2024 +0000' ``` ### What di...
NeedsInvestigation,compiler/runtime
low
Minor
2,667,772,132
langchain
with_structured_output not working with OpenAI ChatLiteLLM
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
investigate
low
Critical
2,667,773,321
next.js
bug: swc external helper breaking webpack's dependency resolution in next 15
### Link to the code that reproduces this issue https://github.com/rishabh3112/next-15-swc-external-helpers-bug ### To Reproduce 1. Clone reproduction repo 2. `npm install` 3. `npm run dev` ### Current vs. Expected behavior It should work as it was working in next 14. #### Current: After webpack par...
bug,SWC,Webpack
low
Critical
2,667,794,350
kubernetes
DRA: DRAResourceClaimDeviceStatus API cleanup
### What would you like to be added? https://github.com/kubernetes/kubernetes/pull/128240 added claim.status.devices. Some cleanup of the API would be useful. - Fix inconsistency: ```console $ diff -c pkg/apis/resource/types.go <(sed -e 's;`json:",inline.*;// inline;' -e 's;metav1.TypeMeta // inline;metav1.Ty...
sig/node,kind/feature,needs-triage,wg/device-management
low
Major
2,667,798,557
godot
Free a node which has a running Tween or an awaited coroutine method will cause Memory leak
### Tested versions - Reprocucible in 4.4.dev 4 ### System information Windows 11, Vulkan API 1.3.280 - Forward+ - Using Vulkan Device #0: NVIDIA - NVIDIA GeForce RTX 3060 Ti ### Issue description If a Tween is running but free it's bound Node midway, will cause memory leak. If await a Node's coroutine ...
bug,topic:core
low
Critical
2,667,813,509
react-native
when upgrading to react native version 0.76.1 ios/Pods/RCT-Folly/folly/functional/Invoke.h:22:10: 'boost/preprocessor/control/expr_iif.hpp' file not found 22 | #include <boost/preprocessor/control/expr_iif.hpp>. when run react-native run-ios
### Description when upgrading to react native version 0.76.1 The build doesn't work, it seems there are missing files in some Pod dependencies. ### Steps to reproduce upgrading react native from 0.72.4 to 0.76.1 and using same steps in https://react-native-community.github.io/upgrade-helper/?from=0.72.4&to=0.76.1 ...
Platform: iOS,Needs: Repro,Newer Patch Available,Needs: Attention
low
Critical
2,667,896,854
vscode
Updates not being installed automatically
Type: <b>Bug</b> I am having manually install all the updates. VS Code version: Code 1.95.1 (65edc4939843c90c34d61f4ce11704f09d3e5cb6, 2024-10-31T05:14:54.222Z) OS version: Linux x64 6.8.0-48-generic Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|AMD Ryzen 7 4700U with Radeon Graphics...
bug,install-update
low
Critical
2,667,919,771
vscode
SCM - Add margin in file tree
<!-- ⚠️⚠️ 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. --> Please add more margin (5px for example) in file tre...
bug,ux,scm
low
Minor
2,667,966,010
godot
`AudioStreamInteractive` breaks when modified while already playing
### Tested versions Reproducible in: - v4.3.stable [506d6e4] - v4.4.dev [5efd124ca] ### System information Nobara Linux 40 (KDE Plasma) on Wayland ### Issue description `AudioStreamInteractive` can be modified at runtime by increasing or decreasing `clip_count` and using `set_clip_stream()`. I ran ...
bug,topic:audio
low
Critical
2,668,010,253
next.js
URL.parse() not polyfilled
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/determined-knuth-87352t?file=%2Fapp%2Fpage.tsx%3A3%2C16 ### To Reproduce 1. Run or build the application 2. Get error ### Current vs. Expected behavior Expected result is no error Actual result is a runtime/buildtime error ...
bug,Runtime,linear: next
low
Critical
2,668,032,496
langchain
DOC: Add support for custom user agent in the tutorial for openai
### URL https://python.langchain.com/docs/integrations/llms/openai/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: There is no explicit section in this documentation about...
🤖:docs
low
Minor
2,668,109,328
material-ui
Allow overriding props in styled
### Summary When created reusable components, it is often very helpful to pass default props to the component. Adding `props` to `interface MuiStyledOptions` will allow the users to set these props. ### Examples One use case: Creating a reusable outlined button with extra css. Instead of doing: ``` export const...
new feature,package: system
low
Critical
2,668,139,113
PowerToys
[New+] Only up to 16 context items are shown. Remaining are missing.
### Microsoft PowerToys version 0.86.0 ### Installation method WinGet ### Running as admin Yes ### Area(s) with issue? New+ ### Steps to reproduce Extract template files [Template.zip] in template folder and open New+ context menu. [Templates.zip](https://github.com/user-attachments/files/17798980/Templates.z...
Issue-Bug,Needs-Triage
low
Minor
2,668,164,808
kubernetes
Conflicting topologySpreadConstraints, podManagementPolicy: OrderedReady and PVCs can lead to unschedulable pods in StatefulSets
### What happened? I honestly don't know if this is a real bug or not, since it seems like the configuration conflicts with itself. I thought I'd file a bug and see what sig-scheduling says, since the behaviour isn't obvious to the user until the situation occurs. With a StatefulSet it's possible to end up in a sit...
kind/bug,sig/scheduling,needs-triage
low
Critical
2,668,334,606
angular
The documentation for ng serve proxy is incomplete
### Describe the problem that you experienced This part of documentation https://angular.dev/tools/cli/serve#proxying-to-a-backend-server is incomplete or maybe incorrect. It indicates that Webpack server is used for development and has links to Webpack documentation. However, newer versions of angular seem to be usin...
help wanted,good first issue,area: docs
low
Critical
2,668,353,509
pytorch
[export][quant] AttributeError: 'FunctionalTensor' object has no attribute '_quantized_linear_op'
### 🐛 Describe the bug I'm trying to export a model to use w8/a8 quantisation. In my example, I'm using BERT. However running `torch.export` fails with `AttributeError: 'FunctionalTensor' object has no attribute '_quantized_linear_op'` A traceback is here: <details><summary>Traceback</summary> <p> ``` ...
oncall: pt2,oncall: export
low
Critical