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,762,056,949
transformers
Compatibility Issue with Python 3.13
### System Info Python 3.13 ### Who can help? _No response_ ### Information - [ ] The official example scripts - [X] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [X] My own task or dataset (give details below) ### Reproduction pip ins...
dependencies,bug
low
Critical
2,762,061,969
transformers
Allow static cache to be larger than sequence length / batch size for encoder-decoder models
### Feature request In encoder decoder models using an encoder-decoder cache object when using a static cache: 1. the cross-attention cache size must equal the encoder sequence length. 2. batch size for both self-attention and cross-attention caches must be the same as the generating batch size. ### Motivation ...
Feature request
low
Major
2,762,078,519
vscode
"Unable to resolve resource vscode" codespaces firefox - #169930
<!-- ⚠️⚠️ 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...
*duplicate
low
Critical
2,762,082,491
transformers
`tokenizer` should be replaced to `processing_class` in `Seq2SeqTrainer`?
### System Info - `transformers` version: 4.47.1 - Platform: Linux-5.4.0-200-generic-x86_64-with-glibc2.31 - Python version: 3.10.16 - Huggingface_hub version: 0.27.0 - Safetensors version: 0.4.5 - Accelerate version: 1.2.1 - Accelerate config: not found - PyTorch version (GPU?): 2.5.1+cu124 (True) - Tens...
Core: Tokenization,trainer,bug
low
Minor
2,762,094,148
godot
Auto Converting C# 3.x project to 4.3 is replacing wrong function spellings.
### Tested versions - Godot 3.6 - Godot 4.3 ### System information Windows 11 ### Issue description I searched through the issues and couldn't find this. I just let 4.3 convert a C# 3.6 project. Lots of unnecessary errors because it is replacing functions with incorrect spelled ones.: **Particles2D** converted ...
bug,topic:editor,topic:dotnet
low
Critical
2,762,098,764
pytorch
No ONNX function found for <OpOverload(op='quantized_decomposed.dequantize_per_channel', overload='default')>
### 🐛 Describe the bug We tried to leverage per_channel quantization in QAT and exported the trained model in onnx format. ```py model = dummy pytorch model export_model = torch.export.export_for_training( model, example_inputs).module() quantizer = XNNPACKQuantizer().set_global(get_symmetric_quantiz...
module: onnx,triaged,OSS contribution wanted
low
Critical
2,762,099,870
rust
Pin::new_unchecked docs need to warn about Ptr: Drop too
### Location https://doc.rust-lang.org/std/pin/struct.Pin.html#method.new_unchecked ### Summary The `pin` [module-level doc](https://doc.rust-lang.org/std/pin/index.html#projections-and-structural-pinning) says > It should further be noted that creating a pinning pointer of some type `Ptr` *also* carries with it im...
T-libs-api,A-docs,A-pin
low
Minor
2,762,103,289
svelte
Allow to set custom types from data-attributes
### Describe the problem I would like to restrict the values allowed in a data-attribute similarly to what is already possible with completely non-standard attributes using the `svelteHTML` namespace. Today svelte will accept any value in any data-attribute and there seems to be no way to restrict it, even overri...
types / typescript
low
Critical
2,762,112,534
pytorch
Issue with aten::_sparse_coo_tensor_with_dims_and_tensors on Apple Silicon GPU (MPS) Backend when Using Whisper Model
### 🐛 Describe the bug ## Description Error occurs while running Whisper model on MPS. The operation `aten::_sparse_coo_tensor_with_dims_and_tensors` fails to fallback to CPU with `PYTORCH_ENABLE_MPS_FALLBACK=1`. ### Minimal Code to Reproduce the Issue ```python import whisper device = "mps" if torch.b...
module: sparse,feature,triaged,module: mps
low
Critical
2,762,113,912
vscode
`--enable-wayland-ime` is not supported in `~/.vscode/argv.json`
<!-- ⚠️⚠️ 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. --> `--enable-wayland-ime` is a command line option that ...
feature-request
low
Major
2,762,114,816
godot
Warnings when combining enums inside function parameter field of type Control.FlagSizes
### Tested versions v4.3.stable.custom_build [77dcf97d8] v4.3.stable.mono.official [77dcf97d8] ### System information Godot v4.3.stable (77dcf97d8) - Windows 10.0.19045 - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 2070 (NVIDIA; 32.0.15.6094) - AMD Ryzen 7 2700X Eight-Core Processor (16 Threads) ### Issue descri...
discussion,topic:gdscript
low
Minor
2,762,117,374
godot
Loading resources containing typed `Dictionary`s with values of type `Resource` causes a parse error
### Tested versions - Reproducible in v4.4.dev2 [97ef3c837] and later snapshots (tested in v4.4.dev2, v4.4.dev5, v4.4.dev6, and v4.4.dev7) - Not reproducible in earlier versions, as support for typed dictionaries had not been added yet. ### System information Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window...
bug,topic:core,regression
low
Critical
2,762,127,508
godot
PhysicsDirectSpaceState3D.collide_shape fails on various Shape3Ds
### Tested versions - Tested in 4.3.stable.custom_build (Guix Build) - Tested on 4.3 stable on Windows Downloaded from https://godotengine.org/download/windows/ ### System information Godot v4.3.stable unknown - Guix System #1 SMP PREEMPT_DYNAMIC 1 - X11 - Vulkan (Forward+) - dedicated AMD Radeon RX 7900 XT (RADV NA...
documentation,topic:physics,needs testing,topic:3d
low
Critical
2,762,134,414
terminal
Implement (Contour's) Color Palette Update Notification and report
### Description of the new feature Implement Dark and Light Mode detection protocol adopted by few terminals and apps (neovim being the most well known i guess) the specification is presented here: https://github.com/contour-terminal/contour/blob/master/docs/vt-extensions/color-palette-update-notifications.md ### Pr...
Issue-Feature,Product-Conhost,Help Wanted,Area-VT,Product-Terminal,Priority-3
low
Minor
2,762,138,200
godot
EXC_BAD_ACCESS (code=1, address=0x0) on iOS when running linked Godot Mono project in XCode
### Tested versions - Reproducible in v4.3.stable.mono.official [77dcf97d8] ### System information Godot v4.3.stable.mono - macOS 13.7.2 - GLES3 (Compatibility) - AMD Radeon Pro 560 OpenGL Engine - Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (8 Threads) ### Issue description I'm following [Steps to link a Godot proj...
bug,platform:macos,topic:dotnet,crash
low
Critical
2,762,139,102
react
[Compiler]: React Compiler should error on document.getElementById call during render
### 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) - [ ] eslint-plugin-react-compiler (build issue installing or using the eslint plugin) - [ ]...
Component: Optimizing Compiler
low
Critical
2,762,143,992
next.js
alternates metadata are not correctly merged
### Link to the code that reproduces this issue https://github.com/axeleroy/nextjs-alternates-repro ### To Reproduce 1. Start the dev server 2. Navigate to http://localhost:3000 3. Inspect the page. The alternates are ```html <link rel="alternate" hrefLang="en-US" href="https://nextjs.org/en-US"/> <link ...
Metadata
low
Minor
2,762,158,595
rust
Const generic equivalence check overrides diagnostic::on_unimplemented
### Code ```Rust #![feature(generic_const_exprs)] trait Trait { const VAL: usize; } struct A; impl Trait for A { const VAL: usize = 1; } struct B; impl Trait for B { const VAL: usize = 2; } #[diagnostic::on_unimplemented( message = "`{Self}` is not equivalent to `{T}`", )] trait Equivalent<T: Trait...
A-diagnostics,T-compiler,requires-nightly,F-generic_const_exprs
low
Critical
2,762,166,788
terminal
Support Github Copilot Free in Terminal chat
### Description of the new feature Terminal Chat does currently not work with the free version of Github Copilot. ![Image](https://github.com/user-attachments/assets/78f8cff1-46f6-48c5-b796-eb60775075d8) ### Proposed technical implementation details _No response_
Issue-Feature,Needs-Triage,Needs-Tag-Fix,Area-Chat
low
Minor
2,762,175,020
flutter
Flavor sets
### Use case It would be nice to have flavor sets. It is nice that flavor helps to exclude unneeded assets, specify bundle IDs, and exclude unneeded module code from the build. It is especially nice that flavor can be passed as an environment variable so we can reuse one container for Flutter Web. Let's look at a ...
c: new feature,tool,framework,c: proposal,P3,team-tool,triaged-tool
low
Major
2,762,175,026
transformers
Tokenizer does not split text according to newly added input tokens
### System Info - `transformers` version: 4.47.1 - Platform: Linux-6.1.85+-x86_64-with-glibc2.35 - Python version: 3.10.12 - Huggingface_hub version: 0.27.0 - Safetensors version: 0.4.5 - Accelerate version: 1.2.1 - Accelerate config: not found - PyTorch version (GPU?): 2.5.1+cu121 (False) - Tensorflow vers...
Core: Tokenization,bug
low
Minor
2,762,179,099
godot
The colour resolution is too low in Mobile
### Tested versions -Reproducible in v4.3 stable ### System information Windows 10 - Godot v4.3 Stable ### Issue description So, I wanted to make my game using the Mobile Renderer because I get performance issues with Forward+ and when I started implementing a flashlight into it, turns out Mobile can't handle high...
bug,topic:rendering
low
Major
2,762,180,321
rust
attribute macro's `call_site()` hygiene should come from the macro's name, not the `#[]`
<!-- 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: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=ade138e8d44ac15e91fb351253675a23 `my-macros/lib.rs`: ```rust use pr...
A-attributes,T-compiler,C-bug,T-libs,A-proc-macros,A-hygiene
low
Critical
2,762,183,340
godot
Freeze when resizing docks
### Tested versions Reproducible in: v4.3.stable.steam [77dcf97d8], v4.3.stable.official [77dcf97d8], v4.2.2.stable.official [15073afe3], v4.1.4.stable.official [fe0e8e557], v4.0.4.stable.official [fc0b241c9] Not reproducible in: v3.6.stable.official [de2f0f147] ### System information Godot v4.3.stable (77dcf97d8) -...
bug,topic:editor,topic:gui
low
Minor
2,762,185,048
tauri
[bug] Package name in `.deb` filename shouldn't contain uppercase letters
### Describe the bug I think the title is clear enough about the problem. Here's a link that might be useful to someone: https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_debian_package_file_names ### Reproduction _No response_ ### Expected behavior The package name in `.deb` filename has no upperc...
type: bug,status: needs triage
low
Critical
2,762,186,764
flutter
Frame rate is locked to 60FPS on some android devices
### Steps to reproduce 1.Create new flutter app with the latest version 2.Check show refresh rate in developer options 3.Run your flutter app in devices that supports 120 or above 4.check refresh rate getting locked at 60 ### Expected results it should run at chosen refresh rate or at max, should not get locked a...
waiting for customer response,in triage
low
Critical
2,762,193,563
transformers
Support Constant Learning Rate with Cooldown
### Feature request In `transformers.optimization` support `constant learning rate with cooldown` functions. ### Motivation This method will implement that scaling experiments can be performed with significantly reduced compute and GPU hours by utilizing fewer but reusable training runs. [SmolLM](https://huggingf...
Feature request
low
Minor
2,762,198,392
tauri
[bug] Weird Menu behaviour with custom titlebar
### Describe the bug So there is some buggy behaviour going on with my menu. My app can switch from a custom titlebar to no custom titlebar using `appWindow.setDecorations()` while running. The menu stays in place, but you can't click on it, and only if you use Alt to access it can you use the mouse on it as normal...
type: bug,status: needs triage
low
Critical
2,762,204,032
next.js
Importing local font in edge runtime is broken since Next 15 with pages router (vercel/og example)
### Link to the code that reproduces this issue https://github.com/chemicalkosek/og-reproduction ### To Reproduce 1. Start the app in dev mode `npm run dev` 2. Visit http://localhost:3000/api/og 3. See error: ```bash ⨯ Error [TypeError]: fetch failed at handler (pages/api/og.js:11:25) 9 | 10 |...
Runtime,Pages Router
low
Critical
2,762,204,526
deno
Deno run throws error to use --allow-read flag even after passing
Version: Deno 2.1.2 This is my `deno.json` file. I am using protobuf-js to generate JS and TS files. ``` { "nodeModulesDir": "auto", "tasks": { "dev": "deno run -A --unsafely-ignore-certificate-errors --watch src/main.ts --config-path /Users/niteshchowdharybalusu/Documents/zbd/lightning-interceptor-se...
bug
low
Critical
2,762,218,545
PowerToys
[PowerToys Run] Unit conversion - add shorthands for area units
### Description of the new feature / enhancement Currently if I want to convert areas, I need to type it like `200 squarefeet to squaremeter`. It would be quite handy if I could just write `200 sqft to sqm` like Google's unit converter supports. ### Scenario when this would be used? Any time someone needs to convert...
Needs-Triage
low
Minor
2,762,222,300
rust
Audit {`check-run-results`, `regex-error-pattern`, `error-pattern`, `check-stdout`, `normalize-*`, `dont-check-compiler-*`, `run-rustfix`, `rustfix-only-machine-applicable`, `forbid-output`} family of directives
I don't know about other contributors, but I have to look at the source implementation (or trial-and-error) every time I see or try to use one of these compiletest directives. IMO, we should audit the design of these directives, and possibly revamp them entirely. Concrete confusions: - `check-run-results` check both r...
A-testsuite,E-hard,T-compiler,T-bootstrap,C-bug,A-compiletest,E-needs-design,E-needs-investigation
low
Critical
2,762,224,906
godot
At startup `ERROR: editor/progress_dialog.cpp:169 - Do not use progress dialog (task) while flushing the message queue or using call_deferred()!`
### Tested versions - Happens in v4.4.dev7.mono.official [46c8f8c5c] ### System information Godot v4.4.dev7.mono - Windows 10 (build 19045) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 6GB (NVIDIA; 32.0.15.6094) - Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz (4 threads) ### Issue de...
bug,topic:editor,needs testing
low
Critical
2,762,225,127
rust
Audit `run-fail` ui tests to see if they need *exact* run stderr/stdout
> compiletest triage: I'm not convinced switching `error-pattern` run-fail ui tests to use only the current form of `check-run-results` is an improvement over `error-pattern` unconditionally. If anything, it would be a regression to flaky tests in many cases that are sensitive to *exact* run stdout/stderr (line numbers...
C-cleanup,A-testsuite,T-compiler,E-medium,E-tedious
low
Critical
2,762,237,861
vscode
html dosyasını yeni pencerede açtığımda boş sayfa görünüyor
Type: <b>Bug</b> ben normalde alt+l+o ya bastığımda html dosyam chrome de açılıyordu.ama istemeden birkaç ayarla uğraştım bidaha sayfa açılmadı hep boş sayfa gosteriyor VS Code version: Code 1.96.2 (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z) OS version: Windows_NT x64 10.0.19045 Modes: <det...
info-needed,*english-please,translation-required-turkish
low
Critical
2,762,240,713
rust
Impl has "stricter" requirement that is implied by existing requirement
<!-- 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: ```rust trait Foo { type Assoc; fn bar<'x>() where Self::Assoc: 'x; } impl<A: Foo> Foo for Option<A> { type Assoc ...
A-trait-system,C-bug,S-has-mcve,T-types,A-implied-bounds
low
Critical
2,762,242,853
godot
SubViewport's descendant tool nodes do not receive input in editor
### Tested versions 4.0.stable 4.3.stable.mono 4.4.dev7 ### System information Godot v4.3.stable.mono - Arch Linux #1 SMP PREEMPT_DYNAMIC Fri, 27 Dec 2024 14:24:37 +0000 - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 6600 (RADV NAVI23) - AMD Ryzen 7 9700X 8-Core Processor (16 Threads) ### Issue description...
bug,topic:editor,topic:input,topic:gui
low
Minor
2,762,246,939
stable-diffusion-webui
[Bug]: LORAs installed does not show up at Lora tab
### 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 - [X] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
asking-for-help-with-local-system-issues
low
Critical
2,762,248,307
vscode
Freeze and protect cell / skip execution
# Feature: Notebook Editor, Interactive Window, Python Editor cells <!----------------------------------------------------------------------------------------------- ***PLEASE READ*** If this issue doesn't relate to Jupyter Notebooks, Python Interactive Window feat...
help wanted,feature-request,notebook-serialization,notebook-execution
medium
Major
2,762,252,176
PowerToys
Allow certain pinned windows to stay pinned across multiple desktops.
### Description of the new feature / enhancement Some windows are pinned and specially selected. When switching between desktops (Ctrl + Win + Right/Left), these windows can follow the desktop you switch to and stay on top. ### Scenario when this would be used? Some apps can only open one window. If you try to reope...
Needs-Triage
low
Minor
2,762,265,430
flutter
[camera_android_camerax]The torch doesn't turn on back after switching to rear camera even after a manual test set
### What package does this bug report belong to? camera ### What target platforms are you seeing this bug on? Android ### Have you already upgraded your packages? Yes ### Dependency versions <details><summary>pubspec.lock</summary> ```lock # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfil...
platform-android,p: camera,package,has reproducible steps,P2,team-android,triaged-android,found in release: 3.27,found in release: 3.28
low
Critical
2,762,274,047
transformers
[Feature Request] Add beam search text streaming visualization feature
### Feature request ### Feature request Remove the limitation that prevents using streamers with beam search. Currently, there's an error in the generation code: ```python if streamer is not None and (generation_config.num_beams > 1): raise ValueError( "`streamer` cannot be used with beam search (yet!...
Feature request
low
Critical
2,762,279,410
rust
`std::fs::File::create` return a wrong error on Windows when the path points to a directory
`std::fs::File::create` return a wrong error on Windows. I tried this code: ```rust fn main() { // <path> points to an existing directory std::fs::File::create("<path>").unwrap(); } ``` I expected the `ErrorKind` is `IsADirectory`. Instead, the `ErrorKind` is `PermissionDenied`. ### Meta `rustc --version ...
O-windows,T-libs,A-io,C-discussion,A-filesystem
low
Critical
2,762,279,573
flutter
Swipe back gesture not smooth when pushing CupertinoPageRoute over a PageRouterBuilder
### Steps to reproduce When I open a CupertinoPageRoute from a custom page route, the manual swipe gesture for navigating back doesn’t work properly. I created a minimal reproduction that demonstrates the behavior when opening a CupertinoPageRoute from another CupertinoPageRoute and what happens when opening it from...
framework,f: cupertino,f: routes,a: quality,f: gestures,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28
low
Critical
2,762,279,854
tensorflow
No GPU support for tf.image.resize(method='bicubic')
### Issue type Feature Request ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.17.1 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_...
type:support,comp:gpu,2.17
medium
Critical
2,762,286,824
PowerToys
Unable to debug for OpenAl request failed with status code: 400 in Advanced Paste
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update ### Running as admin No ### Area(s) with issue? Advanced Paste ### Steps to reproduce 1. Open https://mp.weixin.qq.com/s/8qK4vOul97zt6Chv0Xt5RQ 2. Ctrl+A: Select All 3. Ctrl+C: Copy 4. Win+Shift+V: Advanced Paste 5. Enter `sum...
Issue-Bug,Needs-Triage
low
Critical
2,762,304,713
vscode
After frequently switching between Chinese and English inputs, the cursor is embedded in the editor
<!-- Failed to upload "IME.mp4" --> Type: <b>Bug</b> 频繁切换中文和英文输入法,输入英文时光标会出现随机陷入编辑器的情况。出现这种情况需要重启VSCode或者再次频繁切换输入法才能够解决。 好像是我的win11升级成24H2后出现的这个问题,VSCode 1.95版本就有这个bug了,1.96也存在这个bug。 @rebornix VS Code version: Code 1.96.2 (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z) OS version: Windows_NT ...
info-needed,*english-please,translation-required-chinese-simplified
low
Critical
2,762,307,738
godot
Image thumbnail is darker than the original file
### Tested versions - Reproducible in all 4.x versions, also tested in 3.6. ### System information Godot v4.4.dev (75ce4266c) - Windows 10 (build 19045) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated AMD Radeon RX 580 2048SP (Advanced Micro Devices, Inc.; 31.0.21921.1000) - AMD Ryzen 5 3600 6-Core Proces...
discussion,topic:editor
low
Minor
2,762,318,016
PowerToys
Mouse utilities: Dynamically change Mouse Speed, e.g. while pressing a Hotkey
### Description of the new feature / enhancement Hello Sometimes, one must select very precise a single pixel, therefore, it would be very useful, if one could change the mouse speed by a hotkey. Thanks a lot, kind regards, Thomas ### Scenario when this would be used? - For creating Screenshots - For measuring scr...
Needs-Triage
low
Minor
2,762,328,151
PowerToys
[Registry Preview] Add context menu to key tree and value
### Description of the new feature / enhancement Add context menu to key tree and value list for copy the data. ### Scenario when this would be used? Easily copy Information and especially the decoded value data. ### Supporting information _No response_
Idea-Enhancement,Resolution-Fix Committed,Area-User Interface,Product-Registry Preview
low
Minor
2,762,330,447
neovim
Combined injections not entirely highlighted
### Problem The treesitter highlighter fails to consider all text of a combined injection, even when it is visible on screen. Sometimes it will draw it correctly but the highlights go back to being incorrect on the next redraw(?) ### Steps to reproduce minimal.lua: ```lua vim.treesitter.query.set( 'lua', 'injec...
bug,highlight,treesitter
low
Critical
2,762,338,087
TypeScript
Mixins Overrides Drop Documentation
### 🔎 Search Terms mixins overrides, documentation dropped ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for entries about documentation, mixins, etc. ### ⏯ Playground Link https://www.typescriptlang.org/play/?ts=5.7.2#code/CYUwxgNghgTiAEkoGdnwEIp...
Help Wanted,Possible Improvement
low
Critical
2,762,346,118
pytorch
torch.dist is more numerical unstable on scalar input after torch.compile
### 🐛 Describe the bug It seems that torch.dist is more numerical unstable after torch.compile. Interestingly, this issue only occurs when `a` and `b` are scalar. If `a` or `b` contains more than one element, torch.dist has consistent result (and consistent numerical stability) after torch.compile. To reproduce `...
module: numerical-stability,triaged,oncall: pt2
low
Critical
2,762,352,537
deno
node:fs - cpSync doesn't respect options
Reproduction: ```ts import { cpSync } from "node:fs"; for (let i = 0; i < 2; i++) { cpSync("folder", "other", { force: true, recursive: true }); } ``` ``` > mkdir other > node main.mjs > deno run -A main.mjs error: Uncaught (in promise) AlreadyExists: Cannot create a file when that file ...
bug,node compat
low
Critical
2,762,355,441
godot
Tooltips for exported properties not showing up
### Tested versions v4.3.stable.official [77dcf97d8] (tried occasionally here and there from 4.0 onwards but was never able to make it work) ### System information Newest MacOS on Mac Mini M1 ### Issue description I tried all possible combinations following various older discussions on this topic, but no matter wh...
bug,topic:gdscript,topic:editor,needs testing
low
Major
2,762,356,078
PowerToys
mapping keyboard
### Provide a description of requested docs changes I have a problem with mapping of keyboard, I can't mapping new shortcut because i don't have the key that I need and this happen because the key that I need is already remapped, for exemple: 1)I created a new shortcut "Ctrl left" + "Alt left" + E --> è 2)I remapped...
Issue-Docs,Needs-Triage
low
Minor
2,762,363,001
PowerToys
[Registry Preview] MULTI_SZ parsing: Line breaks ignored
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? Registry Preview ### Steps to reproduce When parsing REG_MULTI_SZ the line breaks are ignored. ![Image](https://github.com/user-attachments/assets/9b49893f-c19e-4bc6-862f-141a...
Issue-Bug,Resolution-Fix Committed,Cost-Small,Product-Registry Preview
low
Minor
2,762,364,006
rust
Unary operator applied to range fails to parse
```rust struct S; impl<T> std::ops::Add<T> for S { type Output = (); fn add(self, _: T) {} } fn main() { let _ = ..0; let _ = S + ..0; let _ = &..0; let _ = || ..0; let _ = *..0; } ``` With the exception of `*..0`, all of the above expressions parse successfully, so `..` is definitely allo...
A-parser,T-lang,T-compiler,C-bug
low
Critical
2,762,374,483
TypeScript
[NewErrors] 5.8.0-dev.20241229 vs 5.7.2
The following errors were reported by 5.8.0-dev.20241229, but not by 5.7.2 [Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48) [Logs for the pipeline run](https://typescript.visualstudio.com/TypeScript/_build/results?buildId=164451) [File that generated the pipeline...
Needs Investigation
medium
Critical
2,762,376,839
PowerToys
[Registry Preview] Closing on opening instead of restoring
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? Registry Preview ### Steps to reproduce 1. Open Registry Preview from PowerToys icon flyout. 2. Load file. 3. Open other windows in front. (For the logic.) 4. Open Registry Pre...
Issue-Bug,Needs-Triage,Product-Registry Preview
low
Minor
2,762,383,384
next.js
Typescript/SWC not working when root directory name contains node_modules
### Link to the code that reproduces this issue https://github.com/Netail/repro-next-typescript-node_modules ### To Reproduce 1. Have the root directory of your project contain `node_modules` (In this case the default git clone name `repro-next-typescript-node_modules`) 2. Install dependencies; `yarn install`...
SWC,TypeScript
low
Critical
2,762,385,480
PowerToys
Add Pin to Taskbar and Pin to Start when searching for applications in PowerToys Run
### Description of the new feature / enhancement Normally, we'd be able to pin applications to taskbar or Start from the Start menu or the desktop. However, we'd like to be able to pin applications to taskbar or Start when searching for them in PowerToys Run. ### Scenario when this would be used? 1. Open PowerToys R...
Needs-Triage
low
Minor
2,762,397,825
yt-dlp
Using --load-info-json downloads the same download sections from the previous download
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting a bug unrelated to a specific site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](http...
external issue
low
Critical
2,762,399,159
TypeScript
Generic syntax ambiguity is handled incorrectly
### 🔎 Search Terms generic syntax ambiguity ### 🕗 Version & Regression Information - I was unable to test this on prior versions because there is no online tooling for it ### ⏯ Playground Link https://www.typescriptlang.org/play/?#code/MYewdgzgLgBAhjAvDAjAGhgIyTATB4HAZgwBMcAWDAUxwFYBuAKFEhABtqA6dkAcwAUCADxYMAwg...
Bug,Help Wanted
low
Minor
2,762,402,501
rust
explicit-outlives-requirements suggestion breaks code
<!-- 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: ```rust //@ run-pass // Test that the lifetime of the enclosing `&` is used for the object // lifetime bound. #![allow(dead_code)] use st...
A-diagnostics,T-compiler,C-bug,D-invalid-suggestion
low
Critical
2,762,404,058
godot
[4.4.dev7] The `Default Environment` setting is reset after the "cold" project loading (`res://` | `uid://` issue)
### Tested versions - reproducible in 4.4.dev7 (maybe 4.4.x) - not reproducible: 4.3.stable ### System information Godot v4.4.dev7 - Windows 11 (build 26100) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 Ti (NVIDIA; 32.0.15.6636) - 12th Gen Intel(R) Core(TM) i5-12400 (12 threads) ...
bug,topic:editor,regression
low
Critical
2,762,408,570
next.js
`params` are awaited well but the warning, `params` should be awaited before using its properties. is still displayed
### Link to the code that reproduces this issue https://github.com/ErwannRousseau/portfolio ### To Reproduce Steps to reproduce the issue: 1. Use the following `app/` directory structure: ```sh app/ ├── [lang] │ ├── blog │ │ ├── [slug] │ │ │ └── page.tsx │ │ ├── openg...
Metadata,Turbopack
low
Critical
2,762,410,028
transformers
Installation Error for transformers Package (🔥 maturin failed)
### System Info #### Source of environment data - `python --version` - `Get-ComputerInfo | Select-Object WindowsVersion, WindowsBuildLabEx` #### Python Version: - Python 3.13.1 #### Windows Version: - Windows 10 (2009) - _**User note**: it's strange as Windows has been updated to 11_ #### Windo...
bug
low
Critical
2,762,410,562
rust
Module items not in scoped for module `//!` comment when module also has `///` comment
Not very clear how //! in top of module or /// before 'mod' declaration works and what difference. I found one big difference when doing /// then in rest of //! at top of module, module items are not in the scoped. I understand it's normal module importer doesnt ahve module items in scoped by default. But its not norm...
T-rustdoc,C-bug,A-intra-doc-links,S-has-mcve
low
Critical
2,762,413,543
rust
ICE: `EvalCtxt is tainted -- nested goals may have been dropped in a previous call to `try_evaluate_added_goals`
<!-- ICE: Rustc ./a.rs '' 'thread 'rustc' panicked at /rustc/5c0a6e68cfdad859615c2888de76505f13e6f01b/compiler/rustc_next_trait_solver/src/solve/eval_ctxt/canonical.rs:88:9: 'assertion `left == right` failed: EvalCtxt is tainted -- nested goals may have been dropped in a previous call to `try_evaluate_added_go...
I-ICE,T-compiler,A-specialization,C-bug,S-bug-has-test,T-types,S-has-bisection
low
Critical
2,762,422,602
PowerToys
Folder of programs on taskbar
### Description of the new feature / enhancement Folders for the taskbar where you make custom bins for types of applications, similar to what iOS and Android phones have. ### Scenario when this would be used? I use too many programs for them to all fit on my taskbar. For me, this is a necessity. But even people wit...
Needs-Triage
low
Minor
2,762,433,647
PowerToys
PowerToys v0.87.1 upgdate from 0.86 fails, neither can be installed.
### Microsoft PowerToys version 0.87.1 ### Installation method GitHub ### Running as admin None ### Area(s) with issue? Installer ### Steps to reproduce When I opened v0.86, I was alerted that an update was available. I downloaded PowerToysUserSetup-0.87.1-x64.exe. When executing, I encountered an error loop: ...
Issue-Bug,Needs-Triage
low
Critical
2,762,448,049
opencv
ArucoDetector detectMarkers Memory leak and severe slowdown in recent versions
### System Information OpenCV 4.10.0.84 Windows 11 Home 24H2 Python 3.11.9 pip freeze: numpy==1.26.4 opencv-python==4.10.0.84 psutil==6.1.1 ### Detailed description Using detectMarkers repeatedly on the same noisy large image results in memory leaks and severe slow downs of the detection especially in the mo...
bug,category: objdetect
low
Major
2,762,452,288
PowerToys
PowerToys v0.87.1 upgdate from 0.86 fails, neither can be installed.
### Microsoft PowerToys version 0.87.1 ### Installation method GitHub ### Running as admin None ### Area(s) with issue? Installer ### Steps to reproduce I was running 0.86 and was alerted to the existence of 0.87.1. I downloaded it. It failed to complete with error messages, screenshots attached. I removed Po...
Issue-Bug,Needs-Triage
low
Critical
2,762,459,750
youtube-dl
Streamable.com reports two formats, only one gets downloaded
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
bug
low
Critical
2,762,504,001
bitcoin
Cannot figure out how to use std::atomic error for MacOS Sequoia 15.2
Fails to compile when running `cmake -B build -DWITH_BDB=ON` Attempted the build process on two different laptops with identical specifications and encountered the same error. Build Output: ``` -- Performing Test STD_ATOMIC_LINKS_WITHOUT_LIBATOMIC -- Performing Test STD_ATOMIC_LINKS_WITHOUT_LIBATOMIC - Failed -...
macOS,Build system
low
Critical
2,762,523,218
svelte
`const` type paremeter `svelte(js_parse_error)`
### Describe the bug `const` type parameters are a feature added in Typescript 5.0. However, trying to use them in a .svelte or .svelte.ts file results in `Unexpected keyword 'const' https://svelte.dev/e/js_parse_error` This is presumably a missing feature in `acorn-typescript`, and as such blocked by #13439 ...
blocked by upstream
low
Critical
2,762,527,733
stable-diffusion-webui
[Feature Request]: prepare host for specific gpu (needed for containers) without starting api/ui
### 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 ? It would be nice to have some option to initializen the current installation for a specific gpu right now I exploit the script to "simulate" my amd gpu `...
asking-for-help-with-local-system-issues
low
Major
2,762,528,284
electron
Can't access audio output on MacOS with NSAudioCaptureUsageDescription
### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched ...
platform/macOS,bug :beetle:,33-x-y
low
Critical
2,762,546,259
next.js
loading.tsx not affecting sub-routes in some cases
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/jovial-shockley-7yn8kf?workspaceId=ws_RG1nRyxTaV3usxvsfBToRH ### To Reproduce 1. Click the link to go to the other route, notice it is delayed until the page appears 2. Click the link go to back home, it also will delay until home appea...
Navigation
low
Major
2,762,555,484
yt-dlp
soundgasm.net `modified_date` and `modified_timestamp` Not Available
### 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...
enhancement,triage
low
Critical
2,762,577,602
ant-design
Form.Item.useStatus() 返回的 errors 不能按照预期更新
### Reproduction link [https://github.com/tgxpuisb/form-item](https://github.com/tgxpuisb/form-item) ### Steps to reproduce 根据上面仓库用vite启动server,将右侧select设置为9,触发表单验证,再将右侧select选择为8触发表单验证,此时两次的error应该不同,但是 `Form.Item.useStatus()` 并未返回最新的验证信息 通过浏览器 `react component` 插件可以看出 `StatusProvider`的值有更新,但是 `FormItemInp...
unconfirmed
low
Critical
2,762,583,066
pytorch
test case got killed file_based_local_timer_test.py test_get_timer_recursive
### 🐛 Describe the bug test case get killed when running test file_based_local_timer_test.py::FileTimerTest::test_get_timer_recursive output ``` python file_based_local_timer_test.py -k 'test_get_timer_recursive' Killed ``` ### Versions main cc @mruberry @ZainRizvi
module: tests,triaged
low
Critical
2,762,596,240
rust
matching on functions with similar call stacks breaks optimized backtraces even with debuginfo
<!-- 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: ```rust //@ compile-flags: -O -C debuginfo=full fn main() { let x = String::from("unwrap_result"); match &*x { "unwrap_resu...
A-LLVM,A-debuginfo,T-compiler,C-discussion,A-backtrace
low
Critical
2,762,600,557
pytorch
[distributed] parallelize_module error with `SequenceParallel`
### 🐛 Describe the bug repro code: run with `torchrun --nproc-per-node=8 --local-ranks-filter=1 -m bad_match` ```python import os from typing import Optional, Tuple import torch import torch.distributed as dist from torch import nn from torch.distributed.device_mesh import init_device_mesh from tor...
oncall: distributed,triaged
low
Critical
2,762,615,723
ant-design
虚拟表格和普通表格样式不一致
### Reproduction link [![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/run?file=demo.tsx) ### Steps to reproduce 通过 virtual 属性来回切换虚拟表格时可以看得有明显的样式差异,最明显的便是滚动条样式,给用户带来了不一致的体验 ### What is expected? 重写虚拟滚动逻辑 ![image](https://github.com/user-attachme...
unconfirmed
low
Minor
2,762,624,548
TypeScript
static block on unnamed class produces invalid javascript
### 🔎 Search Terms - class - invalid - codegen - static ### 🕗 Version & Regression Information - This changed after version 4.4 - This is the behavior in every version I tried, and I reviewed the FAQ for entries about classes, static members of classes - I was unable to test this on prior versions because static b...
Bug,Help Wanted
low
Minor
2,762,697,512
go
x/net/route: ParseRIB fail to parse utun up InterfaceMessage
### Go version go version go1.22.6 darwin/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='on' GOARCH='amd64' GOBIN='' GOCACHE='/Users/ruokeqx/Library/Caches/go-build' GOENV='/Users/ruokeqx/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' ...
NeedsFix,FixPending
low
Critical
2,762,717,355
TypeScript
misleading error message on invalid assignment when one type parameter extends another
### 🔎 Search Terms generic, type parameter, extends, arbitrary type which could be unrelated, assignment ### 🕗 Version & Regression Information - This changed between versions TS 3.8.3 and TS 3.9.7 (well, the pre-3.9 message isn't perfect, tbh but it only becomes fully wrong after that) ### ⏯ Playground Link htt...
Help Wanted,Possible Improvement
low
Critical
2,762,743,410
godot
Cannot connect signal in InstancePlaceHolder
### Tested versions Tested version: Godot_v4.3-stable_mono_win64 ### System information Godot v4.3.stable.mono - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1650 (NVIDIA; 31.0.15.3168) - Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 Threads) ### Issue description Scene reference as Instan...
discussion,topic:core,documentation
low
Critical
2,762,757,401
vscode
[Accessibility, Mouse]: When navigating with the mouse, the content in the editor is not reported to the screen reader.
Type: <b>Bug</b> This issue has existed for a long time and I am not sure if it is difficult to improve it because of the design. ## Steps to Reproduce 1. Run NVDA and turn on mouse tracking. 2. Install the Mouse enhancement Add-on in the Add-on Store to fix mouse tracking in Electron 3. Open the source file 4. Use...
bug,accessibility
low
Critical
2,762,764,855
pytorch
torch.compile() returns a different value than interpreted (NaN vs 1)
### 🐛 Describe the bug Snippet: ```python import torch class Model(torch.nn.Module): def __init__(self): super().__init__() def forward(self, x): x = torch.rsqrt(x) x = torch.angle(x) x = torch.atan(x) x = torch.positive(x) x = torch.sin(x) ...
module: cpu,module: NaNs and Infs,oncall: pt2,oncall: cpu inductor
low
Critical
2,762,778,805
PowerToys
Workspace takes wrong version of Access
### Microsoft PowerToys version 0.87.1 ### Installation method GitHub ### Running as admin None ### Area(s) with issue? Workspaces ### Steps to reproduce Installing both MS Access 365 & MS Access Runtime 2010, Opening MS Accesss 2010 adp file. Saving Workspace. Editing workspace to include CLI argument as path...
Issue-Bug,Needs-Triage,Product-Workspaces
low
Minor
2,762,782,625
vscode
Relative file link in Terminal not clickable
<!-- ⚠️⚠️ 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...
terminal-links
low
Critical
2,762,788,506
flutter
[engine][macOS/iOS] Make Flutter's Public Headers Swift 6 Friendly
### Use case With the release of Swift 6, the Swift community is adopting **Swift Strict Concurrency** and the **Swift 6 Language Mode**. However, based on my testing, Flutter's public headers are not fully compatible with Swift 6. For instance, the following code generates warnings when used in **Swift Strict Co...
platform-ios,engine,platform-mac,c: proposal,P2,team-ios,triaged-ios
low
Critical
2,762,851,051
vscode
[Accessibility, Mouse]: When using the mouse to navigate a menu, the content behind the menu is reported to the screen reader.
Type: <b>Bug</b> This issue has existed for a long time. ## Steps to Reproduce 1. Run NVDA and turn on mouse tracking. 2. Install the Mouse enhancement Add-on in the Add-on Store to fix mouse tracking in Electron 3. On non-editor pages, use the mouse to navigate the help menu ## Actual Behavior will report the co...
bug,accessibility
low
Critical
2,762,867,617
ant-design
支持给 RangePicker 两个 input 元素单独指定 id 和 className 等属性
### What problem does this feature solve? 在自动化测试中,我们经常需要精准定位到 input 并填充内容,通常需要 id 或 className 或 data-testid 之类的属性。然而目前 RangePicker 组件无法轻松地添加这些属性,除非自定义整个 input 组件,成本有点高。 ### What does the proposed API look like? ```jsx <DatePicker.RangePicker startInputProps={{ className: 'event-start-date' }} endInputPr...
unconfirmed
low
Minor
2,762,910,214
node
vm.runInContext Function Prototype Issue
### What is the problem this feature will solve? I'm having an issue with the vm module in Node.js.The function prototypes defined within a script using vm.runInContext do not match Function.prototype. ```javascript const vm = require('vm'); const context = vm.createContext({ console, Function: Function }); ...
feature request
low
Minor
2,762,913,280
vscode
HDR causes missing cursor in text areas
Type: <b>Bug</b> text cursor works fine in SDR. Flip display to HDR and the cursor stops showing up in text fields, main text window, and the terminal. VS Code version: Code 1.96.2 (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z) OS version: Windows_NT x64 10.0.26100 Modes: <details> <summary>S...
info-needed
low
Critical
2,762,933,686
TypeScript
private fields in nested classes should have separate types?
### 🔍 Search Terms typescript private field nested class ### ✅ Viability Checklist - [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [x] This wouldn't change the runtime behavior of existing JavaScript code - [x] This could be implemented without emitting different JS based on the t...
Suggestion,Awaiting More Feedback
low
Minor