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,571,990,123
PowerToys
Peek: Expand Navigation Keyboard Shortcuts
### Description of the new feature / enhancement Current shortcuts include the keys Up, Down, Left and Right, and they are used interchangeably for navigating through files and file content. Adding support for CTRL + arrow keys would double the total shortcuts and make navigation easier and more functional. For inst...
Needs-Triage
low
Minor
2,571,990,923
create-react-app
create-expo-app fails
I get this error when trying to create a new expo-app 5183 verbose pkgid babel-plugin-react-compiler@0.0.0-experimental-7779988-20241007 5184 error code 1 5185 error path C:\Users\isaac\Documents\projects\Payjon\node_modules\babel-plugin-react-compiler 5186 error command failed 5187 error command C:\windows\syst...
needs triage
low
Critical
2,572,026,800
vscode
Help -> Report Issue -> Create on GitHub silently fails
<!-- ⚠️⚠️ 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 cr...
bug,issue-reporter
low
Critical
2,572,040,467
TypeScript
Huge jump in tsc memory usage from 5.5.4 -> 5.6.2
### 🔎 Search Terms "transformTime time", "compile time" ### 🕗 Version & Regression Information - This changed between versions 5.5.4 and 5.6.2 ### ⏯ Playground Link _No response_ ### 💻 Code `tsc` on 5.6.2 is taking up significantly more memory for unknown reasons. No other dep changes other than typescript up...
Needs More Info
medium
Major
2,572,043,337
vscode
Selection menu is permanently displayed
<!-- ⚠️⚠️ 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 cr...
bug,upstream,macos,menus
low
Critical
2,572,044,704
transformers
Add Loss Functions for QFormer Training in BLIP-2 Model (ITC, ITM, and ITG)
### Feature request I propose adding a loss calculation for QFormer training in the BLIP-2 model. Implementing this feature would allow fine-tuning the QFormer and language models for image-text retrieval and captioning tasks, which is crucial for practical applications. ### Motivation I want to train the BLIP-2 mod...
Feature request,Multimodal
low
Minor
2,572,071,224
stable-diffusion-webui
[Feature Request]: Add Custom Notifications for All Tabs (Not Just Text2Img)
### 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 helpful to have customizable notification sounds across all tabs in the WebUI, not just for Text2Img. This would allow users to set different sounds fo...
enhancement
low
Minor
2,572,096,045
pytorch
torch.compile graph break: torch._dynamo.exc.Unsupported: __self__ mismatch for bound method
### 🐛 Describe the bug ```python import torch import torch.nn as nn def set_attrs_from_orig_model(cls_instance, mod, *func_names): cls_instance.__dict__.update(mod.__dict__) if func_names is not None: for func in func_names: setattr(cls_instance, func, getattr(mod, func)) cla...
high priority,triaged,module: regression,oncall: pt2,module: dynamo,module: graph breaks
low
Critical
2,572,099,480
PowerToys
Mouse highlighter "Always highlight color" stays on after toggling opacity to zero again
### Microsoft PowerToys version 0.85.1 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? Mouse Utilities ### Steps to reproduce When you change the transparency to 0, a bug will appear. https://github.com/user-attachments/assets/a8e37894-7ea4-4a5b-854e-baaacc77b...
Issue-Bug,Help Wanted,Priority-3,Product-Mouse Utilities,Status-Reproducible
low
Critical
2,572,148,021
transformers
Add support for Apple's Depth-Pro
### Model description **Depth Pro: Sharp Monocular Metric Depth in Less Than a Second.** Depth Pro synthesizes high-resolution depth maps with unparalleled sharpness and high-frequency details. The predictions are metric, with absolute scale, without relying on the availability of metadata such as camera intrinsics...
New model,Vision
low
Major
2,572,157,145
PowerToys
Workspaces disables virtual desktop navigation
### Microsoft PowerToys version 0.85.1 ### Installation method PowerToys auto-update ### Running as admin No ### Area(s) with issue? Workspaces ### Steps to reproduce When enabled, the workspaces option disables keyboard shortcuts for virtual desktops <ctrl>+<win>+<right/left arrow> this makes using virtual de...
Issue-Bug,Needs-Triage,Product-Workspaces
low
Minor
2,572,196,239
flutter
iOS FlutterApplicationLifeCycleDelegate url callbacks are not called even when there are no other plugins
### Steps to reproduce 1. Create a new ios only project `flutter create -e --platforms ios linking` 2. Copy the code from the example 3. Run the app on an iOS Simulator through XCode 4. See "Added delegate" printed in the console 5. Put the app in background 6. Run `xcrun simctl openurl booted "linking-app:acti...
c: regression,platform-ios,engine,has reproducible steps,P2,team-ios,triaged-ios,found in release: 3.24,found in release: 3.26
low
Major
2,572,211,695
go
internal/coverage: internal error in coverage meta-data tracking encountered bad pkgID list of hard-coded runtime package IDs needs revising.
### Go version golang:1.22-alpine ### Output of `go env` in your module/workspace: ```shell Not sure the best way to do this from the Dockerfile in the github action? ``` ### What did you do? Ran the following github action: https://github.com/joe-at-startupmedia/pmon3/blob/5cc0fc72173f6ec021074152b...
NeedsInvestigation,compiler/runtime
low
Critical
2,572,236,743
vscode
Action/Command to show all files of a folder in a single view
<!-- ⚠️⚠️ 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. --> This idea is actually coming from the new diff v...
feature-request
low
Minor
2,572,259,861
tensorflow
tensorflow.python.ops.parsing_ops.parse_single_sequence_example can cause a crash
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version tf-nightly 2.19.0-dev20241007 ### Custom code Yes ### OS platform and distribution Linux Ubuntu 20.04.3 LTS ### Mobile device Linux Ubuntu 20.04.3 LTS ### Python version 3.10.14 ### B...
stat:awaiting tensorflower,type:bug,comp:ops
medium
Critical
2,572,267,701
kubernetes
Add Opaque as default type in kubectl create secret .
### What happened? Reference : https://github.com/kubernetes/kubernetes/pull/120337/files#r1408525014 Opaque is not added as default type in code as we see empty string when stating type in help message. ```shell Options: ... --type='': The type of secret to create ... ``` ### What did you expect to happ...
kind/bug,area/kubectl,sig/cli,needs-triage
low
Major
2,572,273,323
tensorflow
tensorflow.python.ops.signal.dct_ops.dct aborts with "Assertion failure no zero-sized FFTs"
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version tf-nightly 2.19.0-dev20241007 ### Custom code Yes ### OS platform and distribution Linux Ubuntu 20.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.14 ### Bazel versio...
stat:awaiting tensorflower,type:bug,comp:ops,2.17
medium
Critical
2,572,360,685
PowerToys
PowerRename: Possibility to choose between “Created” and “ Changed” date
### Description of the new feature / enhancement Hello! The “Created” date is currently used for _$YYYY.$MM.$DD (see screenshot). But for us, the “Changed” date is often relevant, see screenshot. It would be helpful to be able to switch in the PowerRename interface whether the “Created” or “Changed” date is used...
Needs-Triage
low
Minor
2,572,373,526
next.js
Consecutive slashes in URL trigger routing error and no page renders in browser when Next.js runs behind gateway
### Link to the code that reproduces this issue https://github.com/cosieLq/exampleApp_nextjs/tree/reproduction-double-slash-routing-error ### To Reproduce 1. Start the application (npm run dev or npm run start) 2. Start the gateway (node proxy.js) 3. Go to localhost:8000///about 4. Observe browser console and see...
bug,Navigation,Internationalization (i18n),Pages Router
low
Critical
2,572,417,889
pytorch
`torch.ops.aten.divide_` leads to "RuntimeError: result type Float can't be cast to the desired output type Int"
### 🐛 Describe the bug # Bug Description Similar to [42246](https://github.com/pytorch/pytorch/issues/42246), which has been fixed, I encountered the similar error while running `torch.ops.aten.divide_` and `torch.ops.aten.true_divide_`. # The Bug Code 1 - torch.ops.aten.divide_ ``` import torch tensor1 = to...
low priority,triaged,actionable,module: core aten
low
Critical
2,572,435,215
neovim
LSP: Cannot use Ctrl-O to scroll through omnifunc menu
### Problem After pressing `Ctrl-X Ctrl-O` one is supposed to be able to continue pressing `Ctrl-O` to cycle through the options presented. Convenient because you don't have to move your fingers after pressing the combo that brought up the menu in the first place. I have tested this with both `rust-analyzer` and `cla...
bug,input,has:repro,lsp,completion,insert-mode
low
Critical
2,572,439,725
flutter
`SNAPSHOT` in plugin `build.gradle` causes false positive warnings in some build analysis systems
Hi! I would like to use these plugins - path_provider_android - url_launcher_android in my Flutter application. My CI/CD procedure checks for any vulnerable dependencies. For these plugins, an unstable version is detected due to the version indicated in the build.gradle file of the native Android components (...
tool,P3,a: plugins,team-android,triaged-android
low
Major
2,572,441,173
pytorch
Better error message in `torch.linalg.vector_norm`
### 🐛 Describe the bug When processing complex data type, torch.linalg.vector_norm raises an overflow error. ```python import torch >>> torch.linalg.vector_norm(torch.randn(3, 3), torch.tensor(2 + 3j), dim=(0, 1), keepdim=False) #result RuntimeError: value cannot be converted to type double without overflow `...
low priority,module: error checking,triaged,actionable,module: edge cases
low
Critical
2,572,510,414
tauri
[feat] screensharing without pop up window
### Describe the problem Currently to share the screen, we can call `navigator.mediaDevices.getDisplayMedia` which will popup a mandatory window to ask user to choose which screen to share. ### Describe the solution you'd like Is there possible to get the screenid from the tauri api(like electron desktopCapturer), ...
type: feature request
low
Minor
2,572,515,592
stable-diffusion-webui
Color Discrepancies in Facial Restoration with ADetailer[Bug]:
### 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,572,529,887
electron
[Bug]: When `window.webContents.navigationHistory.goBack()` is called, the title set by the HTML's `<title>` tag will override the title set by `window.setTitle()`.
### 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,status/confirmed,has-repro-gist,has-repro-repo,32-x-y,33-x-y,34-x-y
low
Critical
2,572,653,355
vscode
Inline chat: allow to resize at borders to make larger
Now that inline chat looks more like a peek widget, I would like to make it larger by dragging at its borders with a sash, similar to how we can do this for peek references: ![Image](https://github.com/user-attachments/assets/9214c685-d31c-4d0b-84fd-36be253ffe54) ![Image](https://github.com/user-attachments/assets/b1...
feature-request,verification-found,verification-needed,inline-chat
low
Minor
2,572,664,806
three.js
FBXLoader : node translation should not be applied to morph elements
### Description I have some trouble with some of my fbx, when i set the parameter morphTargetInfluences to some weight, i saw that the render of the influence does not match what was made with 3dsmax. I have done some research to understand why, and manage to find the 'GeometricTranslation' is used in the function ge...
Loaders
low
Minor
2,572,702,394
node
`assert.any` for `assert.deepEqual` to match on types instead of values
### What is the problem this feature will solve? Given for example a `Date.now` in a nested object I would like be able to run `deepEqual` on the object. Such situation often happens if you are testing responses from APIs or something similar. This obviously will throw an AssertionError: ```javascript ...
assert,feature request
medium
Critical
2,572,747,518
go
proposal: slices: functions Shift, Rotate.
### Proposal Details ``` // Shift return a slice with n zero values of E inserted at the given position. func Shift[S ~[]E, E any](s S, at, n int) S // Rotate right-rotates the slice by n places. To left-rotate use -n. func Rotate[S ~[]E, E any](s S, n int) S ``` Judging from the source code of the `slic...
Proposal
low
Major
2,572,765,212
next.js
Catch-all Segments are mistakenly being triggered when it follows a Dynamic Segment (both get triggered)
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/suspicious-pine-go8s7s?layout=%257B%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522rootPanelGroup%2522%253A%257B%2522direction%2522%253A%2522horizontal%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522type%2522%253A%252...
Navigation,Runtime,Module Resolution,Parallel & Intercepting Routes
low
Minor
2,572,767,663
pytorch
[feature request] [ux] Introduce special value `SDPBackend.ALL` (or similar functionality) to mean "all available backends" for `torch.nn.attention.sdpa_kernel(...)` (some special value `SDPBackend.ERROR` already exists)
### 🚀 The feature, motivation and pitch This would simplify code using `torch.nn.attention.sdpa_kernel` as the list of backends may evolve (e.g. Flex Attention might become a backend for SDPA?) and hardcoding the list of all available backends in end-user code is brittle. Otherwise some hacks required as support...
triaged,enhancement,module: sdpa
low
Critical
2,572,818,233
ollama
GPU VRAM Usage Timeout Warnings on Embeddings Model Load
### What is the issue? Description: We are experiencing repeated GPU VRAM recovery timeouts while running multiple models on the ollama platform. The GPU in use is 2x NVIDIA RTX A5000. The system logs show that the VRAM usage does not recover within the expected timeout (5+ seconds), which affects performance and s...
bug,memory
low
Major
2,572,908,443
godot
Compatibility renderer 3D MSAA suspected memory leak (Android)
### Tested versions v4.4.dev3.official [f4af8201b] ### System information OpenGL API OpenGL ES 3.2 v1.r32p1-01eac0.394145956bc7cd8e697b330aba11e3d3 - Compatibility - Using Device: ARM - Mali-G57 MC2 ### Issue description When enabling MSAA 3D on Android the 'Native' memory use in the android studio profi...
bug,platform:android,topic:rendering,topic:3d
low
Critical
2,572,917,916
ollama
Getting Error with OpenAI compatibility
### What is the issue? ```js import { NextApiRequest } from 'next'; import { OpenAIStream, StreamingTextResponse } from 'ai'; import OpenAI from 'openai'; const openai = new OpenAI({ baseURL: 'http://localhost:11434/v1', apiKey: 'ollama', // required but unused }); export async function POST(re...
bug,api
low
Critical
2,572,978,280
godot
Close button not fully in the corner (Godot not truly full screen)
### Tested versions Godot 4.3 form steam and Godot 4.3 stable mono form the website. ### System information Windows 11 1920x1080 screen ### Issue description When closing Godot I thorw my mouse in the cornor of the screen and click the close button. But the full screen of Godot is not truly fullscreen. Then the w...
discussion,needs testing,topic:gui
low
Minor
2,573,016,042
godot
"Theme Override" for "Font" does not exist for AcceptDialog-node.
### Tested versions N/A ### System information Godot v4.3.stable - Windows 10.0.18363 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 970 (NVIDIA; 32.0.15.5599) - Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (8 Threads) ### Issue description The AcceptDialog node does not provide an option to override the font them...
enhancement,discussion,topic:gui
low
Minor
2,573,067,854
PowerToys
Microsoft Mouse without Bordes
### Description of the new feature / enhancement Screenshot control V + Control C through different computers ### Scenario when this would be used? Two diferents computers and the same net connected by Microsoft Mouse without Bordes, and the user copy an image (screenshot) from computer 1 and past in computer 2 ###...
Needs-Triage
low
Minor
2,573,114,645
go
net: TestDualStackTCPListener failures
``` #!watchflakes default <- pkg == "net" && test == "TestDualStackTCPListener" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8734647041618517201)): === RUN TestDualStackTCPListener listen_test.go:273: listen tcp :49159: bind: address already in use...
NeedsInvestigation
low
Critical
2,573,116,650
godot
Error ( !is_inside_tree() ) when opening a scene file with CPUParticles3D
### Tested versions - Reproducible in 4.3 official (and debug) ### System information Windows 10 ### Issue description I started getting log spam. My scene contains another subscene with CPUParticleSystem as a root. It is enabled and it is in the global space. It only occurs if I have set "editable c...
bug,topic:editor,needs testing,topic:particles
low
Critical
2,573,164,956
rust
Decide on name for `Freeze`
We still need to pick a name for `Freeze` (which may still be `Freeze`) so that we can proceed with: - https://github.com/rust-lang/rfcs/pull/3633 Thoughts? cc @rust-lang/lang @rustbot labels +T-lang +I-lang-nominated
T-lang,proposed-final-comment-period,disposition-merge,C-discussion,I-lang-radar,I-lang-bikeshed
medium
Major
2,573,201,249
godot
AnimationNode.blend_input time parameter is ignored when not seeking.
### Tested versions - Reproducible in `4.3.dev6`, `4.3.beta1`, `4.3.beta3`, `4.3.rc1`, `4.3.stable`, `4.4.dev3` - Even more broken in `4.1.4**`, `4.2.1.stable**`, `4.2.2**` - Not reproducible in `4.2.stable`, `4.3-dev4`, `4.3-dev5` - Not reproducible in `4.1.3.stable*`, `4.1.4-rc1*`, `4.1.4-rc2*`, `4.1.4-rc3*` ...
enhancement,discussion,topic:animation
low
Critical
2,573,225,193
yt-dlp
[Hotstar] HTTP Error 503: Service Unavailable with cookies
### 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 asking a question and **not** reporting a bug or requesting a feature - [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#re...
account-needed,geo-blocked,site-bug,triage
medium
Critical
2,573,248,826
excalidraw
When selecting a rectangle, ellipse, diamond, image, linear or arrow tool, clicking on the canvas should create a default sided shape
Create a 100x100 shape on pointer up in the canvas if the pointer was not dragged if a rectangle, ellipse, diamond, image, linear or arrow tool is selected.
enhancement
low
Major
2,573,320,834
deno
`deno jupyter` doesn't support `Variables` table in VSCode
<img width="827" alt="Screenshot 2024-10-08 at 16 01 53" src="https://github.com/user-attachments/assets/bc652848-9e18-4786-be64-766a58bd9070">
feat,deno jupyter
low
Minor
2,573,329,301
godot
`GPUParticles3D` is_emitting is incorrectly toggled
### Tested versions - Reproducible in 4.4 dev3 ### System information Godot v4.4.dev (0a9ad8f9d) - Artix Linux #1 SMP PREEMPT_DYNAMIC Wed, 02 Oct 2024 15:03:06 +0000 on Tty - X11 display driver, Multi-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce GTX 1050 Ti (nvidia; 560.35.03) - AMD Ryzen 5 26...
bug,topic:editor,needs testing,topic:particles
low
Critical
2,573,346,413
pytorch
Add indication in symbols or FakeTensor whether ranges is set via mark_dynamic
### 🚀 The feature, motivation and pitch Currently when a tensor is marked dynamic via mark_dynamic API. The range is reflected in the graph via ShapeEnv. However, no indication is present whether it is a user-provided range or a default range. The implication of this being hardship to differentiate user provided r...
triaged,enhancement,oncall: pt2,module: dynamic shapes
low
Major
2,573,405,762
ollama
Raw mode in `/api/generate` should return eos tokens
### What is the issue? Currently setting `"raw": true` does not return end of sequence tokens such as EOS, EOM, EOT, etc. ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
bug,api
low
Minor
2,573,407,724
three.js
Add Flag to Disable Rendering Object in Transmission Pass
### Description We render an object with the `MeshPhysicalMaterial` with `transmission` set to `1`. We allow users to apply clipping planes to that object. Because we want to render the "inside" of the object, we set the `side` to `DoubleSide`. However, we also want to render the object with a specific color. Dis...
Suggestion
low
Minor
2,573,427,923
excalidraw
Text outside of shape when rotating and using text align effects
https://github.com/user-attachments/assets/355a1462-6084-47a4-ad4c-9dea8465b3df
bug
low
Major
2,573,438,737
PowerToys
New+ freezing on Contex Menu (by Keyboard Key)
### Microsoft PowerToys version 0.85.1 ### Installation method WinGet ### Running as admin Yes ### Area(s) with issue? New+ ### Steps to reproduce In some situations when I access the Context Menu via keyboard, as my keyboard has a key to activate this menu, the focus is not available for navigation via the ke...
Issue-Bug,Needs-Triage
low
Critical
2,573,444,374
angular
Vite dev server crashes when HttpClient receives non-200 code
### Command serve ### Is this a regression? - [x] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was v17 ### Description Basically, it's a duplicate of https://github.com/angular/angular-cli/issues/26192 But now it's here again with v19, zonele...
area: server,core: zoneless
low
Critical
2,573,472,075
ollama
use the macOS electron app for Windows and Linux
I don't understand why the electron app is only for macOS when electron is perfectly capable of running on Windows and Linux. features like #7097 can easily be adopted for all platforms if electron is used.
feature request
low
Minor
2,573,477,188
rust
ICE: `invalid immediate for given destination place: scalar value has wrong size`
<!-- ICE: Rustc ./a.rs '' 'thread 'rustc' panicked at compiler/rustc_const_eval/src/interpret/operand.rs:119:17: 'assertion `left == right` failed: invalid immediate for given destination place: scalar value has wrong size'', 'thread 'rustc' panicked at compiler/rustc_const_eval/src/interpret/operand.rs:119:17...
I-ICE,T-compiler,C-bug,requires-nightly,S-bug-has-test,F-associated_const_equality,F-generic_const_items
low
Critical
2,573,480,671
flutter
Compact Visual Density is wrongfully applied to Checkboxes with `MaterialTapTargetSize.padded` on desktop platforms according to Material 3 Guidelines
### Steps to reproduce Create a simple widget tree with a checkbox that has a `materialTapTargetSize: MaterialTapTargetSize.padded`. Run it on web. Inspect its size. ### Expected results According to M3 guidelines, even if visual density is compact: ``` It’s important to keep accessibility in mind when...
framework,f: material design,a: desktop,has reproducible steps,P2,team-design,triaged-design,found in release: 3.24,found in release: 3.26
low
Critical
2,573,482,429
tensorflow
fatal error: 'NEON_2_SSE.h' file not found - macOS x86_64 build tensorflowlite_c library
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.17.0 ### Custom code Yes ### OS platform and distribution macOS ### Mobile device _No response_ ### Python version _No response_ ### Bazel ...
stat:awaiting tensorflower,type:build/install,comp:lite,subtype:macOS,2.17
low
Critical
2,573,599,383
go
internal/trace: TestTraceStress/Stress failures
``` #!watchflakes default <- pkg == "internal/trace" && test == "TestTraceStress/Stress" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8734639118266472945)): === RUN TestTraceStress/Stress exec.go:213: test timed out while running command: /home/swa...
NeedsInvestigation,compiler/runtime
low
Critical
2,573,628,107
PowerToys
V0.85.1 does not install properly
### Microsoft PowerToys version V0.85.0 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? General ### Steps to reproduce When I opened General -> Check for Updates it did NOT show that V0.85.1 was available. Yet, I had received email alerts that this new version - ...
Issue-Bug,Needs-Triage
low
Critical
2,573,633,828
electron
[Bug]: Unfocusable panel does not respond to hover if it has a parent
### 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:,status/confirmed,component/BrowserWindow,has-repro-gist,32-x-y,33-x-y
low
Critical
2,573,634,383
vscode
Signature verification failed with 'PackageIntegrityCheckFailed' error.
Type: <b>Bug</b> Ever since upgrading to the most recent release of vscode I cannot install or upgrade any vscode extensions. Cannot install ... extension because Visual Studio Code cannot verify the extension signature Signature verification failed with 'PackageIntegrityCheckFailed' error. VS Code version: Code 1...
bug,extension-signature
medium
Critical
2,573,661,090
excalidraw
Word search highlighting is flipped in RTL languages
The highlighting is in the wrong direction in RTL langs: ![Image](https://github.com/user-attachments/assets/a33752ab-dfaf-4346-98b9-f4b14d0cd4ab)
bug
low
Major
2,573,678,651
PowerToys
Please remove the artificial smooth scrolling from the Powertoys user interface
### Description of the new feature / enhancement When scrolling in the PowerToys user interface, there is an annoying smooth scrolling effect that prevents fast and exact scrolling. Power users usually hate it when smooth scrolling is forced upon them, at least if it's not configurable or can't be switched off. ...
Needs-Triage,Needs-Team-Response
low
Major
2,573,688,407
deno
Deno 2.0 RC Fails to Compile to Binary on Windows for Non-Administrator Users
Version: deno 2.0.0-rc.10 v8 12.9.202.13-rusty typescript 5.6.2 When trying to compile a simple Deno script (console.log("deno 2.0");) into binary on Windows, non-administrator users encounter the error below that prevent successful compilation. <pre> deno compile --output test.exe consolelog.ts Check file:///...
needs info
low
Critical
2,573,690,063
deno
`deno serve` should support `onListen` callback
Currently with `Deno.serve` you're able to know on which address you're listening to with `onListen`, but `deno serve` does not implement it: ```ts export default { onListen:() => { /* call me maybe */ }, fetch:() => new Response() } ``` Use-case: - knowing which port was chosen (useful when `--port 0`) - dynamic...
feat,serve
low
Minor
2,573,722,007
PowerToys
New+ enhanced feature request - multiple folders at once.
### Description of the new feature / enhancement I have to create multiple folders ![SeasonFoldersExample](https://github.com/user-attachments/assets/06d8ea5b-8e76-49ca-9f24-148cb4981178) (e.g. S00, S01, S02, etc.) It would be nice to be able to use New+ to create those folders automatically. The way New+ seems to ...
Needs-Triage
low
Minor
2,573,756,435
rust
High memory usage with cargo build in match statement
<!-- Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for how to create smaller examples. http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/ --> The memory usage gets high really quickly which...
I-crash,T-compiler,I-compilemem,C-bug,A-patterns
low
Critical
2,573,758,211
Python
Request to review my Pull Request which was created a week ago (#11671)
### What would you like to share? I create a pull request for the Implementation of Density-based spatial clustering of applications with noise (DBSCAN) ML Algorithm #11671. Its been a week and I still didn't get any approval or response in order to change the code if there is anything necessary to do so. Hence, I kin...
awaiting triage
medium
Minor
2,573,776,637
kubernetes
Replace admission poliy EscalationAllowed use with more targeted operation
For ValidatingAdmissionPolicy and MutatingAdmissionPolicy, we misuse `ExcalationAllowed` slightly to perform what is logically a `isSystemAdmin` check. We should make it more explicit. xref: https://github.com/kubernetes/kubernetes/pull/127134#pullrequestreview-2351878776
sig/api-machinery,sig/auth,triage/accepted
low
Major
2,573,783,219
godot
Editor Window width can't be resized down when using a RTL language.
### Tested versions 4.4.dev ### System information Windows 10 ### Issue description https://github.com/user-attachments/assets/4628dd62-5e3f-41f6-9c4b-76462521dffe ### Steps to reproduce Choose any RTL language then restart the editor. Disabling the root `Window` `wrap_controls` fixes it. ### Minimal r...
bug,needs testing,topic:gui
low
Minor
2,573,814,563
TypeScript
Language Service quickinfo always shows destructured properties as having an `any` type
### 🔎 Search Terms property rename destructured destructuring any quickinfo ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for entries about n/a ### ⏯ Playground Link https://www.typescriptlang.org/play/?ts=5.6.2#code/MYewdgzgLgBA3gDwFwwJ4F8YF57...
Bug,Help Wanted
low
Minor
2,573,852,298
pytorch
RuntimeError: Backend nccl does not support allgather_into_tensor_coalesced
### 🐛 Describe the bug I am using torchtune and receive the error in the title whenever it goes to save the model. I created an issue in their repo (https://github.com/pytorch/torchtune/issues/1762), but it seems to me a PyTorch issue. I've seen this with both 2.4.1+cu124 and the nightly version: ``` python -c ...
oncall: distributed,triaged
low
Critical
2,573,858,543
godot
WorldEnvironment not rendering
### Tested versions - Reproducible in 4.3.stable - Not reproducible in 4.2.1.stable ### System information Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4090 (NVIDIA; 32.0.15.6109) - 13th Gen Intel(R) Core(TM) i9-13900K (32 Threads) ### Issue description I hav...
enhancement,discussion,topic:editor
low
Minor
2,573,865,394
rust
Compiling `cranelift-codegen` with `-Z next-solver` is very slow
<!-- 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://github.com/bytecodealliance/wasmtime/ at commit https://github.com/bytecodealliance/wasmtime/commit/201b7b4ce4c5946cce8d5cd90ad2b6444...
I-compiletime,T-compiler,C-bug,T-types,WG-trait-system-refactor
low
Critical
2,573,877,504
godot
GDScript symbol lookup prefers enum constants over actuall lookup target
### Tested versions v4.4.dev.custom_build [4c4e67334] v4.3.stable.flathub [77dcf97d8] ### System information Fedora 40 ### Issue description The GDScript code lookup will look for the symbol as class constant of the current script before doing anything with the base, regardless of it's context. In some situations...
bug,topic:gdscript,topic:editor
low
Minor
2,573,881,868
PowerToys
Request that Workspace Editor auto-closes after launching a workspace
### Description of the new feature / enhancement - ### Scenario when this would be used? - ### Supporting information _No response_
Needs-Triage,Product-Workspaces
low
Minor
2,573,907,279
godot
Windows Hard Reboots When Waking from Sleep Mode with Godot Running
### Tested versions Encountered in 4.3 beta2, 4.3 beta3, 4.3 rc1, 4.3 stable (have not tested other versions) ### System information Windows 10 Pro (10.0.19045) - Godot 4.3 stable - Forward+ - Vulkan - Hardware: AMD Ryzen 3950X, RTX 3090, 128 GB Ram ### Issue description When leaving Godot 4.3 running on Windows, ...
bug,platform:windows,topic:editor
low
Minor
2,573,916,351
pytorch
[NCCL] Unordered destruction of `ProcessGroupNCCL` no longer supported
### 🐛 Describe the bug The `unordered` pg destroy test introduced in https://github.com/pytorch/pytorch/pull/119045 seems to no longer be supported in recent versions of NCCL. When checking with the NCCL team, the feedback was that this behavior has not been supported for several releases, and in general should not b...
oncall: distributed,module: nccl
low
Critical
2,573,975,913
rust
Tracking Issue for `const_copy_from_slice`
Feature gate: `#![feature(const_copy_from_slice)]` This is a tracking issue for using `<[T]>::copy_from_slice` in `const`. ### Public API ```rust impl<T> [T] { pub const fn copy_from_slice(&mut self, src: &[T]) where T: Copy; } ``` ### Steps / History - [x] Implementation: https://github.com/rust-l...
T-libs-api,C-tracking-issue
low
Minor
2,573,989,567
kubernetes
bug: No 'time' added when server-side-applying the same yaml as a 2nd field manager
### What happened? We have a use case where two field managers co-own some of `.metadata.managedFields`. It is observed that the 'time' is missing after the 2nd field manager server-side-applied its configuration, when that applied configuration is the same with that of the 1st field manager. An example of `.meta...
kind/bug,sig/api-machinery,triage/accepted
low
Critical
2,574,017,906
neovim
complete: keep pum visible when pressing <BS> for `complete()`
### Problem When completing via `complete()`, and then using backspace, it will close the pum. This is not consistent with how it works for omnifunc. It also seems like this is something that has been discussed previously (see: https://github.com/neovim/neovim/pull/27339#discussion_r1583574488) I am opening this issu...
bug-vim
low
Minor
2,574,030,355
pytorch
Support multiple ragged dims for NJT
Currently, NJT has a hard restriction that only a single dim can be ragged. It's useful to generalize this, allowing any non-batch dim to be ragged, for certain use cases: * Images of ragged width / height (e.g. as in [SAM](https://github.com/pytorch-labs/segment-anything-fast)) * The math fallback of SDPA computes Q...
triaged,module: nestedtensor
low
Minor
2,574,031,292
kubernetes
Support validate=strict for all component configs
The Kubernetes API supports [strict validation](https://kubernetes.io/blog/2023/04/24/openapi-v3-field-validation-ga/#server-side-field-validation). `kubectl ... --validate='strict'` is also available. ~But there is no way to use this feature with component config files. Should there be? How would it be enabled? ...
sig/api-machinery,triage/accepted
medium
Major
2,574,040,871
pytorch
comparing tensor sizes of different lengths should not guard symbolic dimensions
``` @torch.compile(fullgraph=True, dynamic=True, backend="inductor") def f(x): b = x[0] if(x.size()==b.size()): return x return x*2 ``` len(x.size()) is 2 and len(b.size()) is 1 sounds like we do not need to add the guards bellow in that case. ``` [0/1] [__guards] +- LAMBDA_GUARD: Ne(...
triaged,oncall: pt2,module: dynamic shapes
low
Minor
2,574,041,632
next.js
Stale link navigations are updating the UI in local dev
### Link to the code that reproduces this issue https://github.com/samselikoff/stale-link-updates-in-dev ### To Reproduce 1. Start the application in development (`npm run dev`) 2. Quickly click Link 1, Link 2, then Link 3 3. You'll see the UI update with all three navigations – it will show "Post 1", "Post ...
bug,Navigation
low
Minor
2,574,058,017
node
V8 isolate race condition/use-after-free with --shared_string_table flag
Present in v22.x and main, happens here: https://github.com/nodejs/node/blob/v22.9.0/deps/v8/src/execution/isolate.cc#L4600-L4610 `process_wide_shared_space_isolate_` is a static variable that is read and written without holding a mutex. Worse, it's a pointer to a "toplevel" isolate (for want of a better word)...
v8 engine
low
Critical
2,574,106,241
node
[rfc] V8 debug build CI?
Correct me if I'm wrong but I believe there's currently no CI job that builds V8 with all debug checks enabled? I'm doing some local light testing in that mode and so many bugs fall out, it's not even funny (ex. #55325.) Testing that regularly would be a Very Good Thing indeed. On a very related subject: can I su...
discuss,v8 engine
low
Critical
2,574,127,080
angular
Css Intellisense for inline styles ([style] binding)
### Which @angular/* package(s) are the source of the bug? elements ### Is this a regression? Yes ### Description Is there no way to get intellisense in [style] binding? ![Image](https://github.com/user-attachments/assets/7fc3014a-922b-46a2-8be7-eeb9a064d82b) ### Please provide a link to a minimal reproduction ...
area: language-service
low
Critical
2,574,127,748
pytorch
xpu: support triton against clang with nightly wheels
Using XPU nightly wheel works for me to run pytorch in eager mode on Intel GPU (I used PVC). For that it seem there is no need to install oneAPI following https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpu/2-5.html. This makes sense considering that the torch wheel inclu...
triaged,module: xpu
low
Critical
2,574,158,441
pytorch
Support torch.cond with differing (but same dimensionality) sizes on true/false branches
### 🐛 Describe the bug https://fb.workplace.com/groups/6829516587176185/permalink/8109696255824872/ Today, we require a torch.cond to return the same size in both branches. It is possible for us to support returns for tensors with differing sizes. When this occurs, we must create a new unbacked symint, whose size ...
triaged,oncall: pt2,module: dynamic shapes
low
Critical
2,574,172,692
rust
SIGSEGV: rustc crashed on valid 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 #[no_mangle] pub static mut a: i32 = 0; pub static mut g: [i32; 1] = [0; 1]; fn myfunc() { unsafe { while a != 0 { ...
I-crash,A-LLVM,T-compiler,C-bug
low
Critical
2,574,181,966
vscode
'Open Editors' panel has unnecessary padding
Hello VSCode friends, The 'Open Editors' panel seems to have some extra unneeded padding on the left-hand side: ![CleanShot 2024-10-08 at 13 42 25@2x](https://github.com/user-attachments/assets/4aa4b697-b7e3-48c2-9bdc-bb772b005aa9) It looks like some part of this is to provide a 'close' `x` button or an "unsav...
bug,open-editors,workbench-auxsidebar
low
Minor
2,574,205,294
react
Bug: Input don't send "select" events when type is "email"
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: reproduced on 17 and 18 ## Steps To Reproduce 1. Create an ...
Status: Unconfirmed,Resolution: Stale
low
Critical
2,574,213,211
pytorch
FSDP-2 doesnt do overlapping when composed with TP
### 🐛 Describe the bug with TP ![Screenshot 2024-10-08 at 6 41 21 AM](https://github.com/user-attachments/assets/31421762-5742-4184-a52f-36a5de388eaf) without TP ![Screenshot 2024-10-08 at 4 19 11 PM](https://github.com/user-attachments/assets/8aa6ab04-10e7-4b6d-9f7e-3533b2a2752d) seems like with TP it calls ...
needs reproduction,oncall: distributed,triaged
low
Critical
2,574,230,541
pytorch
Report WHY a symbol was created dynamically in symbolic_shapes logs
### 🐛 Describe the bug Mainly, want to know if it was due to (1) automatic dynamic, or (2) assume_static_by_default = False, or (3) mark_dynamic. Internal xref: https://fb.workplace.com/groups/3095840833991792/permalink/3848647042044497/ ### Versions main cc @chauhang @penguinwu @bobrenjc93
triaged,oncall: pt2,module: dynamic shapes
low
Critical
2,574,304,285
tensorflow
RuntimeError: failed to create XNNPACK runtimeNode number 2977 (TfLiteXNNPackDelegate) failed to prepare.
### 1. System information - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Google Colab with Python 3.10.12 - TensorFlow installation (pip package or built from source): pip package - TensorFlow library (version, if pip package or github SHA, if built from source): v2.17.0 ### 2. Code ``` impor...
stat:awaiting tensorflower,type:bug,comp:lite,TFLiteConverter,2.17
low
Critical
2,574,334,208
PowerToys
Chat GPT in advanced paste
### Description of the new feature / enhancement Mi nueva propuesta es que en la funcion de pegado avanzado le puedas preguntar cosas a Chat GPT ### Scenario when this would be used? Suppose you are typing a text in German and you don't know how to say open, you can ask Chat GPT through the special paste, it will tr...
Needs-Triage
low
Minor
2,574,354,063
angular
Signal for TransferState data
### Which @angular/* package(s) are relevant/related to the feature request? core ### Description When creating an app that uses Signals and TransferState, it was found that we had to do a fair amount of boilerplate for this to work with persisting the signal state to TransferState and then loading it again on the b...
feature,area: core,area: server,core: reactivity,cross-cutting: signals
low
Major
2,574,392,394
flutter
[Impeller] RenderPass::SetPipeline should accept a pipeline future and not the actual pipleine
Context is https://github.com/flutter/engine/pull/55694 > So I think this is a problem in the HAL design. We expect to be able to have a pipeline synchronously for encoding but 1) we can only get the pipeline on a particular thread for GLES 2) we don't actually need the pipeline until we render - which alwa...
P3,e: impeller,team-engine,triaged-engine
low
Minor
2,574,417,312
go
x/text/unicode/bidi: nested isolates don't produce correct visual order
Consider the following bit of HTML: ``` <p dir="ltr"> The title is <span dir="rtl">אבג <span dir="ltr">C++</span> דהו</span> in Hebrew. </p> ``` This is a Latin paragraph containing a (faux) Hebrew book title that itself contains the Latin name "C++". The title as a whole should render right-to-left, wit...
NeedsInvestigation
low
Minor
2,574,429,086
pytorch
Sparse BSR matrix returns `False` is `.is_sparse()`
### 🐛 Describe the bug The sparse BSR tensor is something like the CSR tensor but with blocks instead of fine-grained elements. Using `is_sparse()` on a BSR object returns `False`, which should instead be `True` because it is also a sparse matrix. Here is some code to reproduce this issue: ``` python a = torch...
module: sparse,triaged
low
Critical