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,779,619,116
pytorch
dynamically set the number of SMs in torch.distributed.all_reduce
### 🚀 The feature, motivation and pitch I want to dynamically set the number of SMs in torch.distributed.all_reduce. NCCL supports using the nccl_max_nchannels environment variable setting.but cant dynamically set in the program. It is mentioned here that ncclCommInitRankConfig can be used in the program [(link),](...
oncall: distributed,triaged
low
Minor
2,779,636,045
electron
[webRequest.onHeadersReceived] Not all requests show modified headers
### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched ...
platform/windows,bug :beetle:,has-repro-gist,component/webRequest,33-x-y,34-x-y
low
Critical
2,779,640,992
kubernetes
Packaging - kubernetes >=1.30 - yum autoremove proposing to uninstall kubelet
Since kubernetes 1.30, I've noticed that when launching a ```yum autoremove``` (on a RHEL8 server ... certainly the same on other distributions), yum is proposing to uninstall kubelet !? (it was not the case with kubernetes <=1.29, I don't know for 1.32) For example: # From a RHEL8 server still running kubernetes...
kind/support,sig/release,needs-triage
low
Major
2,779,650,676
pytorch
`torch.index_put` raise error when `accumulate=True`
### 🐛 Describe the bug I run the following code ```python torch.set_default_device('cuda') x = torch.arange(1, 61).reshape(5, 4, 3) indices=[ # torch.tensor([1, 2, 0]), torch.tensor([[0, 2], [1, 3]]), # torch.tensor([0, 1, 2]), # torch.tensor([0, 1, 2]), ] values=torch.tensor([100, 200,...
module: cuda,triaged,module: advanced indexing
low
Critical
2,779,653,614
opencv
[CMake] : Is compilation with external zlib really working ?
### System Information OpenCV 4.11.0 Visual Studio 2019 ### Detailed description [context, talking about TIFF first] When CMake-configuring OpenCV, it is possible to opt-out "BUILD_TIFF" and opt-in "WITH_TIFF" in order to provide external libs through "Tiff_Dir", "TIFF_LIBRARY_DEBUG" and "TIFF_LIBRARY_RELEAS...
bug,category: build/install,incomplete
low
Critical
2,779,675,215
go
crypto/tls: ClientHelloOuter should hide the actual ALPN list
### Go version go version 1.24rc1 ### 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' GO111MODULE='' GOAMD64='v1' GOARCH='amd64' GOAUTH='netrc...
NeedsInvestigation,BugReport
low
Critical
2,779,689,629
node
TextDecoder incorrectly decodes 0x92 for Windows-1252
### Version v23.6.0, v22.13.0 ### Platform ```text Darwin xxx 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:00:32 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6030 arm64 (but no problems reproducing it on Linux amd64 or arm64/) ``` ### Subsystem _No response_ ### What steps will reproduce the bug? ``` co...
confirmed-bug,good first issue,encoding,v22.x,v23.x
low
Critical
2,779,711,473
pytorch
torch.compile does not work with Flash attention 3
### 🐛 Describe the bug Torch.compile cannot compile when using FA-3 kernels ### Error logs ``` FA3 not working with torch.compile [rank7]: torch._dynamo.exc.Unsupported: Graph break due to unsupported builtin flash_attn_3_cuda.PyCapsule.fwd. This function is either a Python builtin (e.g. _warnings.warn) or a thir...
high priority,triaged,module: custom-operators,oncall: pt2,module: pt2-dispatcher
low
Critical
2,779,725,058
PowerToys
svgl in Powertoys Run
### Description of the new feature / enhancement This would be a new plugin for Powertoys Run allowing users to search logos using svgl. ### Scenario when this would be used? It could be useful when, for example, creating graphic design work, when an SVG logo is needed, without having to search it on the web, and by...
Idea-Enhancement,Run-Plugin
low
Minor
2,779,775,303
flutter
Flutter Integration tests - Text is not entered while executing scripts on iOS Device in test lab. Getting error as 'Can't find keyplane that supports type 4 for keyboard iPhone-PortraitChoco-NumberPad;'
### Steps to reproduce 1. Create a sample app with two fields. 2. One as TextField with keyboardType as TextInputType.number or TextInputType.text or TextInputType.numberWithOptions() 3. Second field as Pin with as CustomPinCode field 4. Create an integration script to enter number in first text field and pin i...
platform-ios,framework,f: integration_test,has reproducible steps,P1,team-ios,triaged-ios,found in release: 3.27,found in release: 3.28
medium
Critical
2,779,788,123
langchain
MistralAIEmbeddings retry decorator catches wrong exception type for rate limiting
### 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 ...
🤖:bug
low
Critical
2,779,794,627
react
[Compiler]: Extend Function outlining to object methods
### What kind of issue is this? - [X] 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) - [ ]...
Type: Enhancement,Component: Optimizing Compiler
medium
Critical
2,779,836,337
next.js
PPR always loads the largest image dimension for prioritized images
### Link to the code that reproduces this issue https://github.com/mustafakareem040/simple-next/tree/main ### To Reproduce Install latest nextjs canary on home page add a LCP image and enable priority: ``` import Image from "next/image"; export default function Home() { return ( <Image src={"h...
Image (next/image),Partial Prerendering (PPR)
low
Minor
2,779,838,239
go
proposal: crypto/tls: support encrypt_then_mac extension
### Go version go version 1.23.3 X86_64/linux ### Output of `go env` in your module/workspace: ```shell GO111MODULE='on' GOARCH='amd64' GOBIN='' GOCACHE='/home/tmpusr/.cache/go-build' GOENV='/home/tmpusr/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECU...
Proposal,Proposal-Crypto,LibraryProposal
low
Critical
2,779,857,095
opencv
Problems with Linking avif in Visual Studio
### System Information OpenCV version: 4.12.0 (d12fa37) Operating System / Platform: Windows 11 24H2 26100.2605 Compiler & compiler version: Visual Studio 2022 (v143) ### Detailed description I `git clone` the code directly, and then directly in powershell via `cmake ... ` generated the `.sln` file, and then when ...
bug,category: build/install,category: imgcodecs
low
Critical
2,779,858,443
material-ui
Display glitch when using multiline in TextField
### Steps to reproduce Steps: 1. Open this link to live example: https://mui.com/material-ui/react-text-field/#multiline with iOS simulator Version 16.0 (1038) 2. Click into the first example, so that the TextField get's the focus 3. Click outside so that the TextField looses the focus ### Current behavior ## Wit...
bug 🐛,component: text field,browser: Safari
low
Minor
2,779,934,855
node
Test runner matching every .ts and .js if glob is not provided
### Version Test on v23.6.0 and v22.10.0 ### Platform ```text All ``` ### Subsystem test_runner ### What steps will reproduce the bug? Consider this folder structure: ``` └── test ├── fixtures │ ├── boom.js │ └── boom.ts └── index.test.js ``` When running `node --test` the test runner will ...
test_runner
low
Critical
2,779,949,723
go
google.golang.org/protobuf: TestIntegration/Go1.22.6/LazyDecoding failures
``` #!watchflakes default <- pkg == "google.golang.org/protobuf" && test == "TestIntegration/Go1.22.6/LazyDecoding" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8726229609822898209)): === RUN TestIntegration/Go1.22.6/LazyDecoding integration_test.g...
NeedsInvestigation
low
Critical
2,779,964,008
node
net module ->blocklist->clear method
### What is the problem this feature will solve? in net module block list has feauture to add ip but cannot able to clear it ### What is the feature you are proposing to solve the problem? add a blockList.removeaddress,remove range, clear all in net module currently it have only blocklist.addaddress, blockList....
feature request
low
Minor
2,779,991,550
svelte
append_styles(...) --> Cannot read properties of null (reading 'querySelector')
### Describe the bug I get some random `Cannot read properties of null (reading 'querySelector')` pointing to the function `apend_styles(anchor, css)` in `css.js`. ``` css.js:20 Uncaught TypeError: Cannot read properties of null (reading 'querySelector') at Array.<anonymous> (css.js:20:15) at run_all ...
awaiting submitter
low
Critical
2,779,996,094
flutter
[camera] Error: The method 'CameraPreview' isn't defined for the class
### Steps to reproduce 1.carate a flutter application 2.use camera: ^0.11.0+2 plugin for launching camera 3.When trying to application it is showing CameraPreview not found ### Actual results CameraPreview which is already existed in camera: ^0.11.0+2 but now it is showing it is not found or it is not part of this...
waiting for customer response,in triage
low
Critical
2,780,057,037
vscode
Close running code tabs through a single place / button
<!-- ⚠️⚠️ 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. --> ### Close button which closes the running tabs throu...
feature-request,workbench-tabs
low
Minor
2,780,063,268
vscode
Quick input - explore changes to border/shadow/backdrop/overlay
Here is a screenshot where it is difficult to "focus visually" on the quick input. Things that we could explore: 1. Tweak the border/shadow of the widget so that it stands out 2. Use a backdrop/overlay to dim the workbench behind the input <img width="1826" alt="Image" src="https://github.com/user-attachments/assets/5...
quick-pick,under-discussion
low
Minor
2,780,091,411
vscode
Language model not available
Type: <b>Bug</b> I just subscribed to Copilot but cannot use it in VS Code. It just says "language model not available" VS Code version: Code 1.96.2 (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z) OS version: Windows_NT x64 10.0.22631 Modes: <details> <summary>System Info</summary> |Item|Value...
triage-needed,stale
low
Critical
2,780,097,876
flutter
Render issues when displaying borderer/outlined text
### Steps to reproduce Using TextStyle with higher strokeWidth values in foreground Paint. Here is the docs link with a sample https://api.flutter.dev/flutter/painting/TextStyle-class.html#painting.TextStyle.6 My code expands on it a bit to test for all uppercase chars and sets Roboto font for consistency across ...
engine,a: typography,c: rendering,has reproducible steps,P2,team-engine,triaged-engine,found in release: 3.27,found in release: 3.28
low
Critical
2,780,101,130
PowerToys
could you add slope calculation in ruler section?
### Description of the new feature / enhancement could you add slope calculation in ruler section? ### Scenario when this would be used? na ### Supporting information na
Needs-Triage
low
Minor
2,780,107,204
ui
[bug]: Disabled Slider is Not Styled or Supported by Label Properly
### Describe the bug The `Slider` Component carries incorrect TailwindCSS classes to support the @radix-ui/react-slider implementation, because the implementation (correctly) doesn't utilize a `disabled` attribute (those are only available to INPUTs, not SPANs, as implemented). The Slider generator currently uses `...
bug
low
Critical
2,780,111,445
react-native
Archive broken on Xcode 16 for React Native 0.75
### Description I have a production app built with react native that has the iOS Archive broken after an upgrade. This is a bare React Native project (not an expo project). I upgraded the following: react-native version to 0.75.4 Xcode to v16 So I'm not really sure which of those upgrades are causing ...
Needs: Author Feedback,Needs: Repro
low
Critical
2,780,112,775
react-native
RTL FlatList horizontal Layout Pressable Version 0.76.6 issues
### Description I faced an issue with the latest React Native Build in **a Physical Android Phone Not an Emulator**. If we render the data using FlatList on Horizontal Mode and the Layout is LTR the pressable works perfectly, however, if the Layout is RTL the Pressable won't take action it needs multiple touches to ...
Resolution: Fixed,Component: FlatList,Needs: Repro
low
Minor
2,780,126,026
TypeScript
'identity' modifier to indicate a function's parameter-less returns should be narrowed like a value
### 🔍 Search Terms indicate function returns identical value cached memoized signals ### ✅ 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 ...
Needs More Info
high
Critical
2,780,132,106
deno
Deno allow-read doesn't work for / (root directory) if a deny-read parameter is set.
Version: Deno 2.1.5 (also tested on 1.44.4, 1.46.4, 2.1.2) OS: MacOS 15.2 (also tested on linux) When allow-read is used in combination with deny-read, it doesn't allow access to the root directory. ## Test file ```ts import * as fs from "node:fs"; console.log(fs.statSync("/tmp").mtime); console.log(fs.s...
bug,node compat
low
Critical
2,780,133,136
tensorflow
Tensorflow.math.floormod()
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.17.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/co...
stat:awaiting response,type:bug,stale,comp:apis,2.17
medium
Critical
2,780,163,969
kubernetes
vishvananda Netlink breaking changes in 1.2.1
The vishvananda netlink library had a behavior change in 1.2.1 , see https://github.com/vishvananda/netlink/pull/1018 for more details > Before https://github.com/vishvananda/netlink/pull/925 (in v1.2.1), the flag was ignored and results were returned without an error. With that change, response handling is aborted,...
priority/important-soon,sig/network,triage/accepted
medium
Critical
2,780,165,294
flutter
[Proposal] TableView: add jump to/scroll to a specified item
### Use case Can the tableView be enhanced with a feature that allows it to jump to/scroll to a specified row and column when given the row index and column index? ### Proposal jump to/scroll to
c: new feature,f: scrolling,package,c: proposal,P3,team-framework,triaged-framework,p: two_dimensional_scrollables
low
Minor
2,780,169,030
rust
Broken LLVM module: inlinable function call in a function with debug info must have a !dbg location
<!-- Thank you for filing a regression report! 🐛 A regression is something that changed between versions of Rust but was not supposed to. Please provide a short summary of the regression, along with any information you feel is relevant to replicate it. --> ### Code I tried this code foundry-rs/foundry@0cc535504a909...
A-LLVM,A-debuginfo,P-high,T-compiler,regression-from-stable-to-stable,C-bug,E-needs-mcve,A-LTO
low
Critical
2,780,180,832
PowerToys
Advanced Past causes issues with larger clipboard content on remote desktop
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? Advanced Paste ### Steps to reproduce - Having advanced paste active on host machine - Open remote desktop session (e.g. AVD) - Use the snipping tool to copy a larger area of t...
Issue-Bug,Needs-Triage
low
Minor
2,780,183,657
godot
Baking LightmapGI with shadowmasks can crash Godot after transparency support was added
### Tested versions -Reproducible in latest master v4.4.dev.gh [24d74510e] ### System information Windows 10 - Godot 4.4dev - Vulkan (Foward+) - Nvidea 1070 ### Issue description Trying to bake the LightmapGI with shadowmasks can get stuck and crash Godot in some circunstances. Using the latest master (v4.4.dev.g...
bug,topic:rendering,crash,regression,topic:3d
medium
Critical
2,780,202,137
flutter
[google_maps_flutter][web] Support clickableIcons flag
### Use case As a developer I want to hide the default info window which appears when clicking on a POI <img width="660" alt="Screenshot 2025-01-10 at 15 13 38" src="https://github.com/user-attachments/assets/fb396db0-510a-4890-b804-093a35f7443f" /> ### Proposal While going through the source files of google_...
c: new feature,p: maps,platform-web,package,c: proposal,team-web
low
Minor
2,780,203,409
next.js
Inconsistent `context.resolvedUrl` behavior in `getServerSideProps` after middleware rewrite
### Link to the code that reproduces this issue https://github.com/guinnod/next-js-issue ### To Reproduce 1. Start the application `(npm run build & npm run start)` 2. Go to the page `/old?param=oldValue` ### Current vs. Expected behavior When accessing `/old?param=oldValue` Expected resolvedUrl: `/new?param=n...
Middleware,Pages Router
low
Critical
2,780,218,270
vscode
Add keybindings to chat edit actions, help dialog
The following should have default keybindings to aid screen reader users and keyboard only users and be included in the a11y help dialog: - Undo Last Edit (proposed `ctrlCmd+z`) - Redo Last Edit (proposed `ctrlCmd+shift+z`) - Clear Working Set (proposed `ctrlCmd+k`) - Save All (proposed `alt+ctrlCmd+s`) - View All Edi...
feature-request,accessibility
low
Minor
2,780,256,697
next.js
CSS Module Hot Reloading Issue in Next.js Dev Mode
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/unruffled-rui-xqj4ys ### Issue Description: I encountered an issue with CSS modules in my Next.js project when working in development mode. When I modify CSS properties in a CSS module and save the file, the styles do not update as exp...
CSS
low
Critical
2,780,286,200
PowerToys
Move AltGR functions to Left Alt key
### Description of the new feature / enhancement Example: To write the @ character I need to hold AltGR and press 2 on my Nordic ISO keyboard. I would rather hold <Left Alt> and press 2, but it doesn't work. ### Scenario when this would be used? Everyday use for characters like @£$€{[]}\ It would also free up a k...
Needs-Triage
low
Minor
2,780,286,520
PowerToys
Snap new windows when started
### Description of the new feature / enhancement As soon as a new app window is launched, snap it to a zone in the active screen/monitor, following where the mouse cursor is. ### Scenario when this would be used? Today we have the ability to "remember" the last position of an app when re-launched. The idea is to be ...
Needs-Triage
low
Minor
2,780,289,410
terminal
WT causes the whole Windows animation to be super laggy (after RDP?), until all the WT processes are terminated
### Windows Terminal version 1.21.3231.0 ### Windows build number 10.0.19045.5247 ### Other Software Command line ### Steps to reproduce There are no concrete steps to reproduce, as the issue occurs randomly. However, I’ve noticed two recurring patterns: 1. Using RDP to access this computer often triggers the b...
Issue-Bug,Needs-Triage,Needs-Attention
low
Critical
2,780,294,127
transformers
Trainer sets `state.best_model_checkpoint` even when it doesn't save there; leads to training crash
### System Info - `transformers` version: 4.49.0.dev0 - Platform: Windows-10-10.0.22631-SP0 - Python version: 3.9.16 - Huggingface_hub version: 0.24.7 - Safetensors version: 0.4.5 - Accelerate version: 0.34.2 - Accelerate config: not found - PyTorch version (GPU?): 2.4.1+cu121 (True) - Tensorflow version ...
bug
low
Critical
2,780,300,086
PowerToys
Add ability to resize snapped windows together with others
### Description of the new feature / enhancement When having a bunch of windows snapped, would be nice to be capable to resize all other windows avoiding overlapping others, following the same approach as the native Windows snip feature. ### Scenario when this would be used? Whenever we have snapped windows covering...
Needs-Triage
low
Minor
2,780,300,366
langchain
Google Gemini Grounding Tool: `'Tool' object has no attribute 'name'`
### 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 ...
🤖:bug
low
Critical
2,780,300,864
langchain
Streaming output does not work when using bind_tools
### Checked other resources - [X] This is a bug, not a usage question. For questions, please use GitHub Discussions. - [X] I added a clear and detailed title that summarizes the issue. - [X] I read what a minimal reproducible example is (https://stackoverflow.com/help/minimal-reproducible-example). - [X] I included a ...
investigate
low
Critical
2,780,363,622
PowerToys
Suggestions for the Workspace function
### Description of the new feature / enhancement Add an option to move windows without activating them. Add a shortcut key to quickly move windows. ### Scenario when this would be used? After the monitor wakes up from sleep mode, all windows are resized to the upper left corner. ### Supporting information _No re...
Needs-Triage,Needs-Team-Response,Product-Workspaces
low
Minor
2,780,375,761
flutter
Material Error: The control character U+0000 can only be used in strings and comments.
### Steps to reproduce 1. flutter run ``` 󰍲 ekusi  …\herit   feat/purchase $   18:54   flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.27.1, on Microsoft Windows [Version 10.0.26120.1252], locale en-US) [√] Windows Version (Installed versio...
waiting for customer response,in triage
low
Critical
2,780,388,553
godot
Using "DisplayServer.window_set_mode" to unminimise borderless windows causes them to be lost in window limbo
### Tested versions Reproducible in: v4.3.stable.official [77dcf97d8] v4.4.dev7.official [46c8f8c5c] ### System information Godot v4.3.stable - Windows 10.0.19045 - GLES3 (Compatibility) - NVIDIA GeForce GTX 1050 (NVIDIA; 32.0.15.6094) - Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz (4 Threads) ### Issue description Af...
bug,topic:gui
low
Critical
2,780,408,198
vscode
How to fix Microsoft Visual studio code, language pack issue from English to French at first launch.
<!-- ⚠️⚠️ 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. --> We are facing issue regarding the Microsoft Visual s...
bug,info-needed,l10n-platform,confirmation-pending
low
Minor
2,780,438,896
transformers
Trainer: TensorBoardCallback not working for "on_save" and "on_save_end" events
### System Info transformers 4.47.1 torch 2.5.0+cu121 Ubuntu 22.04 LTS ### Who can help? Hi, @muellerz and @SunMarc I'm trying to get storage I/O related to the Trainer's checkpoint-saving operations. For that matter I implemented the following class: ``` import time impor...
bug
low
Critical
2,780,442,504
ollama
Ollama version doesn't properly truncate tokens to 512 max for official snowflake-arctic-embed-l model
### What is the issue? When using the official Ollama model of snowflake-arctic-embed-l (latest/335m - 21ab8b9b0545), if input is greater than 512 tokens, instead of truncating, the model encounters an error. On a previous version (0.3.9) when you pass it more than 512 tokens, it returns only [0,0,0...] embeddings....
bug
low
Critical
2,780,486,208
langchain
Presigned URLs can become invalid in `LakeFSLoader.load` when Unstructured is slow
### 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 ...
🤖:bug
low
Critical
2,780,516,324
tauri
[bug] Crash on MacOS when navigating with a pending invoke
### Describe the bug On MacOS there appears to be a race condition when an asynchronous invoke request is in progress while the webview is navigating to a new page. This leads to a panic in `wry::wkwebview::class::url_scheme_handler::start_task::{{closure}}::response::{{closure}}` which causes an immediate abort becau...
type: bug,priority: 1 high,platform: macOS,status: needs triage
low
Critical
2,780,559,409
flutter
[ally][iOS] : ModalBottomSheet's DragHandle missing semantic information
When using a screeneader you can tap on the DragHandle of ModalBottomSheet to dismiss it. iOS VoiceOver will only read 'dismiss' and provide no indication that this is a clickable element. (On Android TalkBack will say 'Dismiss, Double-Tap to activate'). Since, when navigating with a screenreader the DragHandle is tapp...
platform-ios,a: accessibility,platform-mac,good first issue,has reproducible steps,P2,team-accessibility,triaged-accessibility,found in release: 3.27,found in release: 3.28
low
Minor
2,780,559,802
deno
Docker container uses massive amount of memory to boot (150MB)
`docker run -it --rm denoland/deno:2.1.5 repl` 150MB from `docker container stats`: <img width="166" alt="image" src="https://github.com/user-attachments/assets/349ba074-082d-4595-a3cf-83b2be22a701" /> For reference, I observed the following for other container images: - `docker run -it --rm python:3.12 python`...
needs investigation
low
Minor
2,780,604,811
pytorch
Multiple tests not run / run as no-ops by `run_test.py`
### 🐛 Describe the bug I noticed this while working on https://github.com/pytorch/pytorch/issues/126523 Basically the test suite runner `run_test.py` runs each test file separately or in parallel. It boils down to e.g. executing: `python -bb distributed/optim/test_apply_optimizer_in_backward.py --shard-id=1 --num...
high priority,module: tests,triaged
low
Critical
2,780,606,871
storybook
[Bug]: composeStories() create errors on Next.js
### Describe the bug I'm trying to get stories from /packages/canon but /website is isolated from the rest of the repo so I'm using relative paths to get stories. If you run the website on yarn dev and see the two pages I created you can see that on the client version using use client; the components appears correctly...
bug,sev:S3,portable stories
low
Critical
2,780,608,150
vscode
Debt: add callback to verify state is changed inside of dispatchKeybinding call in smoketests
To reduce smoketest flakiness, we should change the method `dispatchKeybinding` in the driver to verify the state has changed successfully on key dispatch before proceeding to further code execution. This issue is used to track this debt item.
debt
low
Minor
2,780,608,713
langchain
AzureOpenAIWhisperParser fails with DefaultAzureCredential due to incorrect token parameter
### 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 ...
🤖:bug
low
Critical
2,780,653,081
godot
Selection Cube in Gridmap not selecting correctly in some workflows
### Tested versions 4.3dev7 ### System information Windows 11 Godot 4.4dev7 ### Issue description When working with modular assets (e.g. floors, walls, corners), and hence having cells half the size of the asset size, with `centerX=centerY=CenterZ=false` for correct alignment, we get the following issue where the ...
bug,topic:editor,topic:3d
low
Minor
2,780,666,444
pytorch
Tabulate not official dependency of PyTorch but needed by features like FlopCounterMode
``` Traceback (most recent call last): File "/home/rzou/dev/ocu11/tutorials/recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py", line 338, in <module> with FlopCounterMode() as flop_counter: File "/home/rzou/dev/ocu11/pt-ocu11/torch/utils/flop_counter.py", line 726, in __exit__ print(s...
triaged,dependency issue,module: flop counter
low
Critical
2,780,682,813
next.js
revalidateTag/revalidatePath do not work when directly followed by a redirect in a route handler
### Link to the code that reproduces this issue https://github.com/WebDevSimplified/next-cache-redirect-bug ### To Reproduce 1. Run `npm run dev` 2. Navigate to http://localhost:3000 3. Note the random numbers being generated 4. Navigate to http://localhost:3000/revalidate 5. Notice the numbers are still the sam...
Navigation,dynamicIO
low
Critical
2,780,695,333
vscode
Issues with CSS in development mode
<!-- ⚠️⚠️ 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...
ESM
low
Critical
2,780,718,709
flutter
Need to use rootOverlay for positioning MenuAnchor
After merging #155539 Since `OverlayPortal.targetsRootOverlay` is now used, the root `Overlay` must be used when calculating the position for `_Submenu` ```dart final RenderBox overlay = Overlay.of( anchorContext, rootOverlay: true // NEED ADD THIS ).context.findRenderObject()! as RenderBox; ``` **Line to need...
framework,f: material design,has reproducible steps,P2,team-design,triaged-design,found in release: 3.27,found in release: 3.28
low
Major
2,780,725,172
godot
AudioStreamSynchronized stops playback if 'set_sync_stream' is called while playing
### Tested versions - Reproducible in: 4.3.stable and later - Not reproducible in: 4.2.stable and earlier ### System information Godot v4.3.stable - Windows 10.0.19045 - GLES3 (Compatibility) - Intel(R) HD Graphics 5500 (Intel Corporation; 20.19.15.5107) - Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz (4 Threads) ### I...
bug,topic:audio
low
Minor
2,780,758,400
pytorch
torch.accelerator.is_available() raise RuntimeError if no available CUDA/XPU devices
### 🐛 Describe the bug ```python >>> import torch >>> torch.accelerator.is_available() /home/guangyey/repos/stock-pytorch/torch/xpu/__init__.py:120: UserWarning: XPU device count is zero! (Triggered internally at /home/guangyey/repos/stock-pytorch/c10/xpu/XPUFunctions.cpp:117.) torch._C._xpu_init() Traceback (...
high priority,triaged,module: regression,bug,module: accelerator
low
Critical
2,780,786,665
godot
print() of empty array using format string does not work
### Tested versions Godot Engine v4.4.dev7.official.46c8f8c5c ### System information Godot v4.4.dev7 - Windows 10 (build 19045) ### Issue description the print of an empty array with a format string does not work like expected. the print of an empty dictionary with a format string works but has 2 spaces between t...
discussion,topic:gdscript,documentation
low
Critical
2,780,835,931
react-native
Issue when displaying a modal after dismissing another modal
### Description Before RN 0.76.5, on iOS it was possible to show a modal and after dismissing it, showing another one. Now, when doing the exact same thing on the **old architecture** the second modal is not showing up. https://github.com/facebook/react-native/issues/47694 https://github.com/facebook/react-native/...
Component: Modal,Needs: Triage :mag:,Newer Patch Available
medium
Critical
2,780,880,913
vscode
VSCode claims no JSON formatter installed, but 5 seconds later formats the document just fine
Type: <b>Bug</b> Everything has to be done pretty fast after VS Code starts. 0. Start with no VSCode running. 1. Copy some JSON document into clipboard. 2. Start VSCode. 3. As soon as it starts, Ctrl+N to create an editor 4. Paste the clipboard content as soon as editor opens 5. Press F1 and type "Format" and have "...
formatting
low
Critical
2,780,881,532
flutter
Update multiway AGP/Java/Gradle compatibility logic to also include a check for kotlin
https://kotlinlang.org/docs/whatsnew20.html#current-k2-compiler-limitations Kotlin 2.0 requires agp 8.3 or higher but that error condition is not evaluated in our multi way compatibility logic. packages/flutter_tools/gradle/src/main/kotlin/dependency_version_checker.gradle.kts Context https://github.com/flutt...
platform-android,t: gradle,P1,team-android,triaged-android
medium
Critical
2,780,891,309
transformers
Better handeling of hardcoded component in PretrainedModel.from_pretrained.
### System Info - `transformers` version: 4.42.0 - Platform: Linux-5.15.0-125-generic-x86_64-with-glibc2.35 - Python version: 3.10.12 - Huggingface_hub version: 0.23.4 - Safetensors version: 0.4.2 - Accelerate version: 0.28.0 - Accelerate config: not found - PyTorch version (GPU?): 2.2.1+cu121 (True) - Tens...
bug
low
Critical
2,780,908,985
flutter
bot_update failing and/or timing out due to upstream issue with Git hosts
Edit: there is an upstream issue in Google's internal git hosts that is causing this issue (I've also closed and forwarded https://github.com/flutter/flutter/issues/161448 here). I am tracking progress on that, and will update this issue when we have recovered. --- For example: https://logs.chromium.org/logs/flut...
team-infra,P1
medium
Critical
2,780,912,643
go
cmd/cgo: unused parameter when exporting Go function
### Go version go version go1.22.10 darwin/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='auto' GOARCH='amd64' GOBIN='' GOCACHE='/tmp/.gocache' GOENV='/Users/rittneje/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='darwin' G...
NeedsInvestigation,compiler/runtime,BugReport
low
Critical
2,780,967,506
PowerToys
Fancy Zones corrupting screen snipper Snagit
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? FancyZones ### Steps to reproduce Simply turning FancyZones on and off both corrupts and corrects the conflict. ### ✔️ Expected Behavior To be able to clip areas of my screen...
Issue-Bug,Needs-Triage
low
Minor
2,780,977,460
go
cmd/cgo: _GoStringLen and _GoStringPtr implicitly declared when exporting Go function
### Go version go version go1.22.10 darwin/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='auto' GOARCH='amd64' GOBIN='' GOCACHE='/tmp/.gocache' GOENV='/Users/rittneje/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='darwin' G...
NeedsInvestigation,compiler/runtime,BugReport
low
Critical
2,780,983,203
rust
Trait aliases make it possible to sidestep various syntactic trait bound checks
Similar to how type aliases allow you to circumvent some syntactic/syntax-driven[^1] checks made by AST lowering (#132212), you can utilize trait aliases to bypass certain restrictions applying to trait bounds. ```rs #![feature(trait_alias)] trait SuperMaybeNeg: ?Sized {} // 🔴 REJECTED: `?Trait` is not permitted in ...
T-compiler,C-bug,F-trait_alias,requires-nightly,T-types
low
Minor
2,780,999,958
PowerToys
Move mouse point to default button on dialog/message boxes
### Description of the new feature / enhancement It would be very handy to have the option to move the mouse pointer to the default button on dialog and message boxes, either automatically when they appear or with a hotkey. I used to use a product called Actual Windows Manager that offered this feature (automatic but ...
Needs-Triage
low
Major
2,781,044,098
pytorch
lintrunner has stale errors
### 🐛 Describe the bug Sometimes lintrunner will have stale errors even though the errors no longer exist (eg. if you switch back to a clean main commit). Here's a small repro: ``` ghstack checkout https://github.com/pytorch/pytorch/pull/144263 lintrunner -a git checkout --detach origin/main lintrunner -a `...
module: lint,triaged,module: devx
low
Critical
2,781,096,545
vscode
The terminal is glitching when it's split in groups
Type: <b>Bug</b> This bug happens when you open two or more terminals and split them together. Text gets "doubled" and wrong sized in one of the terminals and you can't fix it unless you close all the terminals. VS Code version: Code - Insiders 1.97.0-insider (f80816ab8e21c65ed7f1f7e08ccdbffae63610c6, 2025-01-10T09:...
info-needed,terminal-rendering
low
Critical
2,781,114,028
PowerToys
Quick Accent - En dash disappeared from hyphen options
### Microsoft PowerToys version 0.87.1 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? Quick Accent ### Steps to reproduce Hold hyphen key then activation key (space, for me) to pull up the hyphen's Quick Accent options. ### ✔️ Expected Behavior En dash (–) should app...
Issue-Bug,Needs-Repro,Needs-Triage,Needs-Team-Response
low
Minor
2,781,141,955
tauri
[feat] Add way to check if Tauri's initialization scripts have run
### Describe the problem Tauri's initialization scripts may not have executed when the webview starts executing user scripts. This can cause Tauri API calls to fail unexpectedly. For example calling `await listen(...)` at a top level will fail if the `__TAURI_INTERNALS__` object has not yet been populated. ### Descri...
type: feature request
low
Minor
2,781,142,682
tauri
[bug] titleBarStyle: "Transparent" Uses Opposite Hex Color for Background on macOS
### Describe the bug When setting "titleBarStyle": "Transparent" and specifying a backgroundColor in a Tauri app on macOS, the expected behavior is for the title bar to match the provided background color. However, instead of using the exact hex color, Tauri applies what seems to be the opposite color, or black. ### ...
type: bug,status: needs triage
low
Critical
2,781,150,261
pytorch
`torch._foreach_mul` does not support autograd
### 📚 The doc issue This is just a note for the eventual foreach docs. If someone has the same error, they can arrive here through search. ``` File "/usr/local/lib/python3.10/dist-packages/torch/autograd/__init__.py", line 347, in backward _engine_run_backward( File "/usr/local/lib/python3.10/dist-packa...
module: autograd,triaged,actionable,module: mta
low
Critical
2,781,178,491
puppeteer
[Bug]: Install fails to 24.0.0: Error: ERROR: Failed to set up chrome v131.0.6778.264! Set "PUPPETEER_SKIP_DOWNLOAD" env variable to skip download.
### Minimal, reproducible example ```TypeScript upgrading puppeteer in node.js project from 23.11.1 to 24.0.0 and now get the following error: npm ERR! code 1 npm ERR! path /XXX/node_modules/puppeteer npm ERR! command failed npm ERR! command sh -c -- node install.mjs npm ERR! **INFO** Skipping Firefox download ...
bug,unconfirmed,not-reproducible
low
Critical
2,781,227,093
neovim
`vim.hl.range` inconsistent behavior of `start` and `finish` parameters
### Problem As mentioned in the docs `start` and `finish` parameters accepts a tuple of (line, column) or a string accepted by `getpos()` but it behaves accordingly if you build the tuple using `getpos()`. ### Steps to reproduce - nvim --clean - insert two lines of text - go back to normal mode and keep the cursor o...
documentation,lua
low
Minor
2,781,228,529
kubernetes
Virtual Service Description Rendering of Maps
### What happened? When executing the following command: **kubectl describe vs my-vs-virtualservice** , the istio http header set is not rendered correctly. The virtual service functions as expected and get the virtual service in yaml format also works as expected. The issue is only with the describe command. Here...
kind/bug,needs-sig,needs-triage
low
Minor
2,781,271,159
stable-diffusion-webui
[Bug]: Dreambooth installed but tab is not viewed on UI
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [X] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been reported before...
bug-report
low
Critical
2,781,300,035
deno
Deno installs unused npm dependencies despite --entrypoint flag usage
Given this simple project: main.ts: ```ts import "@std/assert"; import "express"; console.log("oioioi"); ``` deno.json: ```json { "tasks": { "dev": "deno run --watch main.ts" }, "imports": { "@std/assert": "jsr:@std/assert@1", "dbmate": "npm:dbmate@2.24.2", "express": "npm:ex...
install
low
Major
2,781,311,024
godot
Calling add_child() during NOTIFICATION_WM_ABOUT always gives "Parent busy setting up children" error
### Tested versions Reproduced in 4.3 ### System information Godot v4.3-stable - macOS 15.2.0 - Vulkan (Forward+) - integrated Apple M3 - Apple M3 (8 Threads) ### Issue description Seems like a pretty trivial use case to add an AboutMenu kind of node for NOTIFICATION_WM_ABOUT. But no matter what node I add it to, ...
bug,platform:macos,topic:gui
low
Critical
2,781,321,699
go
x/tools/gopls: gopls does not reset workspace/configuration if missing from the client
### gopls version master head, following experiment is based on commit `6efe0f4b404b25e02999c3e34db08771f855fc28` ### go env ```shell NA ``` ### What did you do? Locate semantic token information from gopls of a string or a number. Toggle feature `noSemanticString` or `noSemanticNumber`. ### What did you see hap...
gopls,Tools,BugReport
low
Minor
2,781,340,713
bitcoin
cmake -P $buildDir/Coverage.cmake: Test execution for coverage fails. Wrapper resource "cov_tool_wrapper.sh.in" missing from build cache folder.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behaviour When following Compiling for Test Coverage instructions: [doc/developer-notes-CompilingForTestCoverage](https://github.com/bitcoin/bitcoin/blob/master/doc/developer-notes.md#compiling-for-test-coverage) I en...
Build system
low
Critical
2,781,360,280
transformers
Help Understanding Beam Search Scores in Hugging Face (LLaMA + LoRA)
### System Info Hello Hugging Face community, I’m working with a LLaMA-based model that has a LoRA (Low-Rank Adapter) applied, and I’m using beam search in Transformers. I’m trying to debug how the final beam scores are computed, because the step-by-step log probabilities I print out look far more negative than the f...
bug,Generation
low
Critical
2,781,369,347
next.js
`next lint` uses yarn even though project uses npm because no package-lock.json because using turborepo
### Link to the code that reproduces this issue https://github.com/astriaorg/flame-apps ### To Reproduce 1. create turborepo next app 2. cd to apps/web 3. `npm run lint` ### Current vs. Expected behavior Next will try to use yarn to install eslint because no package-lock.json is found. ### Provide ...
Linting
low
Minor
2,781,374,612
PowerToys
Feature Request: Power File Converter Tool
### Description of the new feature / enhancement I often find myself spending significant time and effort searching for simple, reliable tools to convert files between formats. It would be incredibly useful if PowerToys included a "Power File Converter" tool that integrates directly into the Windows right-click contex...
Needs-Triage
low
Major
2,781,379,588
flutter
DL/Geometry engine migration tracking issue
The engine is slowly being migrated to only use DisplayList/Impeller geometry classes throughout its code and the associated Skia objects will only be used when talking directly to Skia, say, in the Skia DisplayList adapter interfaces. Converted/done items: - [x] Unit tests in the impeller/ directory (see https://gith...
engine,P2,team-engine,triaged-engine
low
Critical
2,781,380,893
flutter
Bad instructions for installing android command line tools
![Screenshot 2025-01-10 at 3 07 57 PM](https://github.com/user-attachments/assets/7f1e4e8a-2d11-4517-8b6d-a3ced9e8accf) The instructions say: ``` cmdline-tools component is missing Run `path/to/sdkmanager --install "cmdline-tools;latest" ``` If you do not have command line tools installed, then you don't hav...
tool,t: flutter doctor,P2,team-tool,triaged-tool
low
Minor
2,781,402,070
rust
E0195 diagnostic should take into account GATs, etc
### Code ```Rust pub trait Trait { type Gat<'a>; fn example(self, _: Self::Gat<'_>) -> Self::Gat<'_>; } impl Trait for () { type Gat<'a> = (); fn example(self, _: Self::Gat<'_>) {} } ``` ### Current output ```Shell error[E0195]: lifetime parameters or bounds on method `example` do not match the trai...
A-diagnostics,T-compiler
low
Critical