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,717,239,959
puppeteer
"[screenshot.spec] Screenshots ElementHandle.screenshot should run in parallel with page.close()" is flaky with Firefox
See https://github.com/puppeteer/puppeteer/actions/runs/12157249591/job/33902654440#step:11:807 ``` 29) Screenshots ElementHandle.screenshot should run in parallel with page.close(): ProtocolError: Protocol error (browsingContext.create): unknown error TypeError: webProgress.browsingContext....
confirmed,P3,firefox
low
Critical
2,717,279,307
deno
`deno clean -e` / `deno clean --prod`
It would be great to add a mode to `deno clean` where it only cleans _some_ of the `DENO_DIR` / `node_modules` folder. I am imagining a `deno clean -e` that has the same behaviour as `deno clean && rm -rf node_modules && deno install -e`, and a `deno clean --prod` which has the same behaviour as `deno clean && rm -rf n...
cli,suggestion,install
low
Major
2,717,497,086
storybook
[Investigation]: Support React 19
### Describe the bug React 19 has been released. We should investigate all the changes that are needed to fully support it. - Make sure that React 19 is supported in all packages that have it as peer dependency - [ ] @storybook/ember - [x] @storybook/addon-links - [x] @storybook/blocks - [x] @storybook/rea...
bug,dependencies,react
high
Critical
2,717,518,369
svelte
transition:slide does not apply overflow:hidden in Safari (Svelte 5 only)
### Describe the bug After migrating to Svelte 5, all my "slide" transitions overflow their inner content in Safari. https://github.com/user-attachments/assets/08dd4e87-b7cf-467b-a16d-aab52b540535 In the code for the slide transition, there is an 'overflow: hidden' css that's supposed to be applied (and it doe...
transition/animation
low
Critical
2,717,529,274
go
all: remote file server I/O flakiness with "Bad fid" errors on plan9
``` #!watchflakes post <- builder ~ `plan9-` && `: Bad fid` ``` Intermittent `Bad fid` errors are observed especially on plan9-arm performing I/O to a remote file server. The most common context is demand-loading pages from a binary hosted on the LUCI swarming front-end (linux) machine: ``` 2024-11-08 14:46 x_to...
OS-Plan9,NeedsInvestigation
low
Critical
2,717,660,035
kubernetes
cpumanager:staticpolicy:smtalign: pod admission failed after kubelet restart
### What happened? When Kubelet is configured with `static` CPUManager policy + `full-pcpus-only` option, after kubelet restart, pod is not get admitted and I'm getting the following error under kubelet logs: ``` Dec 04 12:42:25 kubenswrapper[2410667]: I1204 12:42:25.173086 2410667 kubelet.go:2320] "Pod admissi...
kind/bug,sig/node,triage/accepted
low
Critical
2,717,707,718
vscode
Rendered text has thinner lines and colors are off
Testing #234762 | Without Gpu accel | With Gpu accel | |----------|----------| | ![Image](https://github.com/user-attachments/assets/b0066d2a-1e8a-49c8-897c-aeba7e905e02) | ![Image](https://github.com/user-attachments/assets/3517c427-df4d-4cad-855c-c2cc44b2eb48) | ![Image](https://github.com/user-attachments...
bug,macos,editor-gpu
low
Minor
2,717,768,878
vscode
VSCode for GitHub: search results incomplete
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creat...
bug,info-needed,search
low
Critical
2,717,813,983
PowerToys
FancyZones causing issues when used with Firefox (the browser window decreases in size until it's just a small line when scrolling/moving mouse)
### Microsoft PowerToys version 0.86.0 ### Installation method GitHub ### Running as admin Yes ### Area(s) with issue? FancyZones ### Steps to reproduce I'm using the latest version of Firefox (133.0 64-bit). Have created zones with fancyzones and it was working fine, but recently a strange issue is now consis...
Issue-Bug,Product-FancyZones,Needs-Triage
low
Critical
2,717,872,964
neovim
Node selection behavior changed after recent Treesitter update in Neovim
This issue was originally reported on the nvim-treesitter repository. I was advised to open it here and attempt a bisect to identify the cause. After a recent update to Neovim (commit 865ba42e0401043836bca567b4add164c5c46e6f), the behavior of Treesitter in R scripts has changed. Specifically, when placing the cursor a...
status:blocked-external,bug-regression,has:bisected,treesitter
low
Minor
2,717,877,771
PowerToys
black empty screen while using fancyzones
### Microsoft PowerToys version 0.86.0 ### Installation method GitHub ### Running as admin No ### Area(s) with issue? General ### Steps to reproduce 1. enter fancy zones editor 2. customize a new one (3 zones) 3. enable it and use it for a while (about 5 minutes) 4. hold and press Ctrl + Windows + Shift + B A...
Issue-Bug,Product-FancyZones,Needs-Triage
low
Minor
2,717,896,964
flutter
Allow setting render resolution / DPI
### Use case In games, it is common to limit the resolution of the output as a tradeoff between quality and performance. Games need to run smooth even when the user has a 5K screen, so they simply render to a lower-than-native resolution. I think this might get more and more relevant to Flutter because of the follo...
c: new feature,engine,c: proposal,P3,team-engine,triaged-engine
low
Major
2,717,899,625
langchain
ContextualCompressionRetriever._get_relevant_documents() returns a list of _DocumentWithState instead of a list of Document
### 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,717,936,051
flutter
Allow limiting FPS
### Use case I have noticed that Unity automatically limits games to 30 FPS on mobile devices.[^5] The developer can override this but it's a pretty well-hidden setting and I think most don't. This is a trade off I can completely understand since 30 FPS is probably more than enough for most mobile games, and it sav...
c: new feature,engine,c: proposal,P3,team-engine,triaged-engine
low
Major
2,717,944,027
angular
AOT builds with TypeScript 5.6 or later are slower in Angular 19
### 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 18.0.1 ### Description After upgrading my project from Angular 18 to Angular 19 using ng update, I've noticed a significant performance degradat...
area: performance,regression,area: compiler
medium
Critical
2,717,950,370
vscode
typescript and javascript language features extension loading foreever
Type: <b>Bug</b> This is happening a lot lately. After working for a while on my TypeScript Next.js project, Intellisense is taking forever to do whatever. "Loading Intellisense Status" is not ending. VS Code version: Code 1.95.3 (Universal) (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z) OS ver...
info-needed
low
Critical
2,717,986,606
pytorch
Device check missing in torch.linalg.solve_triangular leading to hard crash
### ๐Ÿ› Describe the bug It seems there is a device check missing in `torch.linalg.solve_triangular`. When I run ``` import torch sq_shape = (3, 3) device = torch.device('mps:0') A = torch.normal(torch.zeros(sq_shape), torch.ones(sq_shape)).to(device=device) eye = torch.eye(A.shape[0], device=torch.device...
module: crash,good first issue,triaged,module: linear algebra
low
Critical
2,718,003,344
vscode
Paste mode button looks different to other inline buttons
The blue background is very heavy and it's white on blue compared to the normal buttons that show up (yellow/blue foreground lightbulbs on transparent) ![Image](https://github.com/user-attachments/assets/de0f4019-69bd-4d9c-8d7f-014aff06837a) It also features a shadow which the light bulbs don't: ![Image](https://git...
ux,polish,under-discussion
low
Minor
2,718,009,665
tensorflow
TPU not support TensorFlow 2.18 and 2.17.1
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.18 and tf. 2.17.1 ### Custom code No ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ...
stat:awaiting tensorflower,type:bug,comp:tpus,TF 2.18
low
Critical
2,718,056,857
tensorflow
Are checkpoints broken in >= 2.16?
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.16, 2.17 ### Custom code No ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/...
stat:awaiting tensorflower,type:bug,comp:apis,2.17
medium
Critical
2,718,098,355
angular
The `provideAnimations()` return type is `Provider` instead of `EnvironmentProviders`
### Which @angular/* package(s) are the source of the bug? platform-browser ### Is this a regression? No ### Description The `provideAnimations()` return type is `Provider` which makes it possible to add it to the `providers: []` of standalone component which is never correct as the multiple provisions could lead ...
area: animations,state: has PR,P3,bug
low
Critical
2,718,135,510
vscode
Support an executable based recommendation by executable prefix name
MongoDB compass does not seem to be recommended for me on my machine. Code pointer https://github.com/microsoft/vscode-distro/blob/main/mixin/insider/product.json#L875 MacOS 1. Install https://www.mongodb.com/products/tools/compass 2. Open VS Code Insiders 3. No recommendation ๐Ÿ›
feature-request,extensions,extension-recommendations
low
Major
2,718,208,153
tensorflow
Potential Remote Code Execution (RCE) Vulnerability in Custom Layers Handling
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.18.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device Kali Linux 2024.1 ### Python version Python 3.11.9 ### Baz...
type:others,TF 2.18
medium
Critical
2,718,235,085
flutter
`Linux_pixel_7pro new_gallery_opengles_impeller__transition_perf` is timing out sometimes
Examples: - https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_pixel_7pro%20new_gallery_opengles_impeller__transition_perf/5379/overview - https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_pixel_7pro%20new_gallery_opengles_impeller__transition_perf/5288/overview spawned from https://github.com/flutt...
P2,c: flake,team-engine,triaged-engine
low
Minor
2,718,311,494
vscode
Markdown Characters Should Be Skipped When Reading Aloud
Type: <b>Bug</b> **Title:** Markdown Characters Should Be Skipped When Reading Aloud **Description:** When reading back Markdown content, the reader currently vocalizes Markdown syntax characters such as asterisks (`*`) used for bold or italic text. This behavior detracts from the meaning and readability of the cont...
feature-request,accessibility,under-discussion,workbench-voice
low
Critical
2,718,335,769
vscode
Add to `vscode.window.createWebviewPanel` an option to open detached (new `ViewColumn`)
<!-- โš ๏ธโš ๏ธ 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. --> Hi All! I tried and followed many suggestions here t...
feature-request,api,webview,workbench-auxwindow
low
Minor
2,718,354,308
vscode
`shellIntegration.ps1` adds additional errors to `$Error` variable when errors occur
## Env info - VS Code Version: 1.95.3 - OS Version: Windows 11 24H2 x64 - PowerShell version: v7.4.6 x64 - Extension: PowerShell v2024.0 ## Reproduce In a PowerShell Extension terminal, do: ```pwsh # Clear error $Error.Clear() # Invoke request known to fail $null = Invoke-RestMethod -Method 'Post' -Uri 'https://g...
bug,confirmation-pending,terminal-shell-pwsh
low
Critical
2,718,374,786
terminal
Use Bold To Mean Bold Text Where It Is Currently Ignored
### Description of the new feature Currently, the presence of the bold tag (\e[1m) is used to indicate that one of the original 8 basic colors (30-37) ought to be "bold". The meaning of bold is configurable, but the default is that these colors are promoted to their bright variants. If the color is not 30-37, if it ...
Issue-Feature,Area-Rendering,Area-VT,Product-Terminal
low
Major
2,718,392,132
vscode
Reduce space taken up by cached data
I have a macbook with only 256GB SSD as I am not willing to pay the insane upgrade prices of apple Thus, 700MB here and there do add up and I want to reduce the disk space taken up by software so I can store more photos etc. Is it really necessary to keep these VSIX cached after they have been installed? Can their si...
debt
low
Minor
2,718,412,930
pytorch
[Tensor Parallel] Conv2d with replicate inputs and weights raise error in backward
### ๐Ÿ› Describe the bug Conv2d with replicate DTensor inputs and weights raise error in backward. Error Msg: ``` [rank2]: Traceback (most recent call last): [rank2]: File "/path/to/tp_conv_bug.py", line 24, in <module> [rank2]: res_l.backward(dres) [rank2]: File "/opt/miniconda/envs/torchdev/lib/python...
oncall: distributed,triaged,module: dtensor
low
Critical
2,718,425,298
rust
Tracking Issue for rustc_contracts
This is a tracking issue for the experimental contracts feature [compiler-team MCP #759](https://github.com/rust-lang/compiler-team/issues/759) The feature gate for the issue is `#![feature(rustc_contracts)]` (external user interface). There is also a feature gate, `#![feature(rustc_contracts_internals)]`, which cover...
T-lang,T-compiler,C-tracking-issue
low
Critical
2,718,473,217
next.js
Variable expansions for media queries inside styled-jsx break with Turbopack (bis)
### Link to the code that reproduces this issue https://github.com/miselin/next-style-jsx-var-expansion-repro ### To Reproduce 1. Clone reproduction repository 1. Run `npm install` 1. Run `npm run dev` 1. Visit http://localhost:3000/ 1. The page should display without error, showing an "Hello" text that changes ...
bug,Turbopack,linear: turbopack
low
Critical
2,718,479,657
deno
Optional dependencies that can't be resolved during npm resolution should not cause a failure
See https://github.com/denoland/deno/issues/27231 The constraint of the optional dependency `"@reflink/reflink-darwin-x64": "0.1.18"` doesn't work because the 0.1.18 package doesn't exist, leading to a failure, but it shouldn't fail because it's an optional dependency.
bug,install
low
Critical
2,718,513,819
vscode
VS Code re-installing extensions immediately after uninstalling
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creat...
bug,settings-sync
low
Critical
2,718,551,255
rust
ICE: `deeply_normalize should not be called with pending obligations`
<!-- ICE: Rustc ./a.rs '' 'error: internal compiler error: compiler/rustc_trait_selection/src/traits/normalize.rs:69:17: deeply_normalize should not be called with pending obligations: [', 'error: internal compiler error: compiler/rustc_trait_selection/src/traits/normalize.rs:69:17: deeply_normalize should not...
I-ICE,T-compiler,C-bug,S-has-mcve,S-bug-has-test
low
Critical
2,718,559,214
kubernetes
Sweep and adjust Stat/Lstat/EvalSymlinks to go 1.23 behavior on Windows
Context: https://github.com/kubernetes/kubernetes/issues/129080 Go 1.23 changed stdlib behavior of filesystem calls Stat / Lstat / EvalSymlinks on Windows. This broke some kubelet handling of volumes on Windows, and possibly other use of those functions. For Kubernetes 1.32, the behavior was temporarily reverted via...
priority/important-soon,sig/storage,sig/node,sig/windows,triage/accepted
low
Critical
2,718,589,859
ui
[bug]: https://ui.shadcn.com/r/styles/default/add.json was not found in the registry
### Describe the bug ![image](https://github.com/user-attachments/assets/8f4dc47b-68a8-4974-b3e4-8effb2dbc8c9) the error is in the image above. I have seen similar errors. it does not resolve even by choosing some other theme ### Affected component/components Styles ### How to reproduce 1.Go to the terminal 2.Pa...
bug
low
Critical
2,718,614,003
PowerToys
New+
### Microsoft PowerToys version 0.86.0 ### Installation method GitHub ### Running as admin Yes ### Area(s) with issue? New+ ### Steps to reproduce in template folder create a folder with just numbers ### โœ”๏ธ Expected Behavior it would show up in de New+ right mouse click field. only folders with letters show ...
Issue-Bug,Needs-Triage,Status-Reproducible,Product-New+
low
Minor
2,718,619,216
godot
Shader editor bottom panel still opens when undocked
### Tested versions 4.4 dev5, 4.4 dev4 ### System information Godot v4.4.dev5 - Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated AMD Radeon RX 580 2048SP (Advanced Micro Devices, Inc.; 31.0.21921.1000) - Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz (4 threads) ### Issue description When open...
bug,topic:editor,topic:shaders
low
Minor
2,718,640,543
angular
[FR] A utility similar to react-scan, but then for angular
### Which @angular/* package(s) are relevant/related to the feature request? core ### Description Having a tool similar to react scan ( https://github.com/aidenybai/react-scan ) for angular would be great. ### Proposed solution Having a tool similar to react scan ( https://github.com/aidenybai/react-scan ) for an...
area: devtools
low
Major
2,718,669,847
kubernetes
flowcontrol: maxCL is unreachable
### What happened? With the current implementation of `maxCL`, it is possible that the value reported by `apiserver_flowcontrol_upper_limit_seats` exceeds the total concurrency limit. Since the concurrency limit of a given priority level is bound by the total concurrency limit, this effectively means the value repor...
kind/bug,sig/api-machinery,triage/accepted
low
Critical
2,718,680,798
rust
ICE files are missing the span and message from `bug!`/`span_bug!`
I have seen it a couple of times already that people attach ICE files but these backtrace or files look like they are missing the actual ICE message from the report. for example, my ICE may look like this (or, this is what I would consider part of it) <!-- Include a backtrace in the code block by setting `RUST_BACKTR...
T-compiler,C-bug,D-diagnostic-infra,A-metrics
low
Critical
2,718,725,174
flutter
[in_app_purchase] Crash for iOS 18.2 when purchase, when Deprecated field `applicationUsername` is null.
### Steps to reproduce 1. On iOS 18.2 calling buyNonConsumable or buyConsumable API will crash This issue is copy of https://github.com/flutter/flutter/issues/158097, because it needs attention. `applicationUsername` is deprecated by apple since iOS 18. https://developer.apple.com/documentation/storekit/skmutab...
c: crash,platform-ios,p: in_app_purchase,package,e: OS-version specific,P2,team-ios,triaged-ios
low
Critical
2,718,741,534
rustdesk
100% scale display to remote hidpi 175% display: cursor movements don't match full frame
### Bug Description 100% scale display to remote hidpi 175% display: cursor movements don't match the full remote frame. ### How to Reproduce My setup was: * local laptop 1680x1050 @ 100% scale * remote laptop 2880x1800 @ 175% scale Judging by the screenshot below I could only reach the ~960x600 area of 1...
bug
low
Critical
2,718,745,950
vscode
[terminal completions]: broken in `bash`/`zsh` on Unix
Follow up on: https://github.com/microsoft/vscode/issues/235021 The completions seem to be broken on Unix machines, in `bash`/`zsh` terminals. Please see https://github.com/microsoft/vscode/issues/235021#issuecomment-2515627451 for more info.
bug,linux,terminal-suggest
low
Critical
2,718,751,320
rust
-Zthreads causes rustfix/jobserver to deadlock
```bash git clone --recursive -b rustfix_deadlock_repro https://gitlab.com/lib.rs/main.git/ cd main cargo +nightly fix --edition-idioms --all --allow-dirty cargo +nightly fix --edition-idioms --all --allow-dirty ``` The config in `.cargo/config.toml` has `-Zthreads=10`. I'm running it on 16-core Apple M3 Max. I can al...
T-compiler,C-bug,I-hang,WG-compiler-parallel
low
Critical
2,718,797,483
vscode
Hover: Make the width a bit wider so that the action labels fit
Create the following TS file: ``` foo() { return ( <div className="page-container profile"> <div className="sidebar-menu"> } ``` - Hover over the error at the first `className` ![Image](https://github.com/user-attachments/assets/ab0bb041-7bc7-412f-a8fc-e5fc8b266529) > It would be nice if the hover can be a ...
polish,under-discussion,editor-hover
low
Critical
2,718,814,956
flutter
[webview_flutter_android] Allow restricting File Access in WebView for Android SDK Versions < 29
### What package does this bug report belong to? webview_flutter ### 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/glossar...
platform-android,p: webview,package,e: OS-version specific,P2,team-android,triaged-android
low
Critical
2,718,855,580
godot
RenderingDevice: Extraneous wait on swapchain adds 1-2 frames of display latency
- *Production edit: Related to https://github.com/godotengine/godot/issues/71795.* ### Tested versions Reproducible in latest git ### System information Godot v4.4.dev (9e6098432) - Windows 10.0.22631 - Multi-window, 2 monitors - Direct3D 12 (Forward+) - dedicated NVIDIA GeForce RTX 3070 (NVIDIA; 32.0.15.6614) - AM...
bug,topic:rendering,topic:2d,topic:3d,performance
low
Critical
2,718,871,122
TypeScript
Inconsistent narrowing of adjacently tagged unions
### ๐Ÿ”Ž Search Terms narrow adjacently tagged union ### ๐Ÿ•— Version & Regression Information This changed between versions v4.8.4 and v4.9.5: Prior to v4.9.5, TypeScript would work the same both for `SomeInterface | string | undefined` and `SomeInterface | string`, which is still undesired behavior, but it is consist...
Suggestion,Experimentation Needed
low
Critical
2,718,882,631
PowerToys
Feature Suggestion: Alt + Tab Enhancement to Show Only Visible Windows
### Description of the new feature / enhancement I would like to suggest adding an option in FancyZones to modify how the **Alt + Tab** shortcut works. Specifically, the idea is to list only the first visible window in each zone, instead of listing all windows in all zones. This option would be **optional** and user...
Idea-New PowerToy,Needs-Triage
low
Minor
2,718,907,313
vscode
`Add line comment` should await the tokenization to get the correct language at the position
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creat...
bug,editor-contrib
low
Critical
2,718,912,154
next.js
Server action with redirect to external URL returns undefined to client
### Link to the code that reproduces this issue https://github.com/alexeden/server-action-returns-undefined ### To Reproduce 1. Clone repo, install, `npm dev` 2. Open browser & console 3. Click button that calls action with relative URL redirect, note that the action result isn't logged (expected) 4. Click button...
bug,Navigation,Runtime
low
Critical
2,718,923,298
flutter
[ios]Further investigate iOS 18.2 WebView behavior
This is a follow-up for the original issue [here](https://github.com/flutter/flutter/issues/158961) On iOS 18.2 the web view's gesture recognizer likely cached the old state of our `FlutterDelayingGestureRecognizer` (see PR description [here](https://github.com/flutter/engine/pull/56804)). The current workaround...
platform-ios,engine,P2,team-ios,triaged-ios
low
Critical
2,718,924,060
vscode
Confusion on 'Filter Coverage To Test'
Testing #234946 I'm a bit confused on, if there is only one relevant test, how moving from 'All Tests' to a single test changes the coverage. I would expect 'All tests' to be the intersection of all the component tests that you could filter down to? Perhaps this is just an implementation quirk? (Looks like 'all test...
polish,testing
low
Minor
2,718,930,959
godot
No velocity pivot equivalent for radial acceleration in `ParticleProcessMaterial`
### Tested versions - Reproducible in: 4.3.dev5 ### System information macOS 15.1.1 - Godot v4.3.dev5 - Forward+ - 14" MacBook M1 Pro ### Issue description I'm trying to create a GPUParticles2D that causes a cluster of particles to follow a point (specifically, the cursor). ParticleProcessMaterial allows changing ...
feature proposal,topic:2d,topic:particles,topic:vfx
low
Minor
2,718,934,457
vscode
Copy-paste screws up indentation for no reason AND alters contents of pasted string
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creat...
bug,info-needed,editor-autoindent
low
Critical
2,718,935,471
flutter
Create API to set keyboard brightness on Android
### Steps to reproduce This is mostly a re-open of #75521 Dismissing it as invalid is wrong based on the fact that for example .NET MAUI is able to do it just fine. Therefore there is in fact a way to control it. even if it may be indirect. Another fact that makes me think that Flutter already does somehow alter...
c: new feature,platform-android,P2,team-android,triaged-android
low
Major
2,718,943,225
svelte
css_nesting_selector_invalid_placement false positive using tailwind 4 import reference
### Describe the bug Have style block like this ```svelte <style> @import '../../app.css' reference; </style> ``` using new tailwind 4 syntax, [see](https://github.com/tailwindlabs/tailwindcss/pull/15228) Svelte diagnostic emits top level warning `Nesting selectors can only be used inside a rule or as the firs...
css
low
Critical
2,718,969,977
storybook
[Bug]: expect.any(String) always fails
### Describe the bug `expect.any` is modified due to `@storybook/instrumenter` so it's asymmetric matching capabilities are broken. ```ts import { expect} from '@storybook/test'; expect('hi').toEqual(expect.any(String)) // throws an error ``` running the above line using expect from `vitest` passes as expected. ###...
bug,sev:S2,test utilities
low
Critical
2,718,984,725
go
internal/coverage/cfile: TestCoverageApis/emitToNonexistentDir failures
``` #!watchflakes default <- pkg == "internal/coverage/cfile" && test == "TestCoverageApis/emitToNonexistentDir" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8729443650529759569)): === RUN TestCoverageApis/emitToNonexistentDir === PAUSE TestCoverageApi...
NeedsInvestigation
low
Critical
2,719,072,990
ollama
KV Cache quants run into issues every couple of messages.
### What is the issue? This is the error message I run into when running my scripts with KV cache q4_0 or q8_0. These are the models: ``` gemma2:27b-instruct-q4_0 (will be switching to q4_K_S) minicpm-v-2.6-8b-q8_0 ``` ``` Traceback (most recent call last): File "C:\Users\user\PycharmProjects\vector_compa...
bug
low
Critical
2,719,074,050
rust
Misleading error when a value moved into a closure gets depleted (moved away) when that closure is called
### Code Check out this repo: https://github.com/mcclure/rs-bug/tree/z_bug_clone_error branch `z_bug_clone_error`. There are two adjacent commits. `2b22470` exhibits the bad error, `be44a0022` fixes the bad error (by adding a `.clone()`. To reproduce, you must run `cargo build --example vim`. This is a somewhat hea...
A-diagnostics,T-compiler
low
Critical
2,719,093,150
pytorch
torch.distributed.new_group got stuck when use backend=mpi
### ๐Ÿ› Describe the bug ```python # test.py import torch import os rank = int(os.getenv("LOCAL_RANK")) torch.distributed.init_process_group('mpi') g = torch.distributed.new_group(ranks=[0]) torch.distributed.barrier() print("Done!") ``` ### Description The problem same with #134314 , but I run them wi...
oncall: distributed,module: mpi
low
Critical
2,719,095,493
terminal
Snippets pane doesn't include snippets from .wt.json
It probably should.
Issue-Bug,Area-Settings,Product-Terminal,Needs-Discussion
low
Minor
2,719,104,024
pytorch
xpu: torch distributed ops like c10d::allgather are not implemented for XPU backend
With: * (pytorch) https://github.com/pytorch/pytorch/commit/00134d68af2ce50560fa5a74473665ea229e6c9d * https://github.com/intel/torch-xpu-ops/commit/98f47b621e3d8757ea6c03c4dacbad491dc84014 Running with `gloo` torch distributed backend, the following aten operators are not currently implemented for XPU backend (li...
triaged,module: xpu
low
Critical
2,719,108,129
ollama
Mini-CPM-V-2.6-q8_0 produces incoherent responses after applying KV Cache q4_0 or q8_0.
### What is the issue? This happens when running ollama `/generate` via the python API. The output looks like the model is having a seizure. It seems to be able to see the images but its output is so random and erratic I can't make out anything from the text. I didn't change any other parameter about the model. ### O...
bug
low
Minor
2,719,114,902
node
`.pipeTo(Writable.toWeb(process.stdout))` returns a never-settling Promise
### Version - v22.9.0 - v22.12.0 - v23.3.0 ### Platform ```text Linux a54ff73afbfe 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 GNU/Linux ``` ```text Linux SURFACE9PRO 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux `...
web streams
low
Critical
2,719,135,927
langchain
Lancedb hybrid search use reranker will throw ValueError
### 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 ...
โฑญ: vector store
low
Critical
2,719,163,021
PowerToys
Activity Modes
### Description of the new feature / enhancement I very often need to adjust the screen saver timeout, display off timeout, and sleep settings of windows. These settings are related, but the dialogs to change them are all over the place and difficult to open. It would be nice to be able to configure and save various ...
Idea-New PowerToy,Needs-Triage,Needs-Team-Response
low
Minor
2,719,184,334
rust
Likely unintentionally stabilized support for inhabitedness checks to permeate `Pin`
```rs use std::pin::Pin; enum Void {} fn demo(x: Pin<Void>) { match x {} } ``` this compiles successfully since 1.82 The issue with this is that generally, the check does *not* look through private implementation details. However, the field of `Pin` is technically public (only hidden and unstable) in order to sup...
T-lang,T-compiler,C-bug
low
Minor
2,719,196,047
ollama
model requires more system memory than is available when useMmap
### What is the issue? When I use continue vscode extension to call ollama config like ``` { "model": "qwen2.5-coder:14b", "title": "qwen2.5-coder:14b", "provider": "ollama", "completionOptions": { "keepAlive": 9999999, "useMmap": true } }, ``` It still...
bug
low
Critical
2,719,214,397
deno
[Feature Request] Workspace task with --env-file
In my project we have the same env variables on all our workspace. It would be nice to have `--env-file` on task so that we would only set env on RootDir deno.json file ```json { "tasks" { "build": "deno task --recursive build", "build:dev": "deno task --env-file=.env.dev build", "build:prod": "deno...
suggestion,task runner
low
Minor
2,719,230,202
rust
rustdoc: support #![cfg(feature)] that disables doc tests
Code in doc comments may require specific Cargo features or platforms, but currently the syntax for disabling doctests is non-obvious, verbose, and by mixing languages and syntaxes, it doesn't play well with Markdown syntax highlighting: ````rust #![cfg_attr(feature = "alloc", doc = " ```")] #![cfg_attr(not(feature = ...
T-rustdoc,C-feature-request,A-doctests,A-cfg
low
Minor
2,719,248,324
neovim
LSP: need a strategy for handling stateful data
### Problem Some LSP request responses need to be retained after processing the results, such as: - `textDocument/foldingRange` needs to retain state for closing a specific `foldingRangeKind`. For neovim, folding information must be cached. - `textDocument/inlayHint` and `textDocument/codeLens` require maintaining st...
enhancement,lsp,architecture
low
Critical
2,719,252,123
pytorch
[compiled autograd] Does compiled autograd under torch 2.4 support using selective checkpoint?
### ๐Ÿ› Describe the bug While implementing selective checkpointing in compiled autograd, we encountered the following error: ``` torch._dynamo.exc.Unsupported: 'inline in skipfiles: CheckpointFunction.backward | backward /.../site-packages/torch/utils/checkpoint.py, skipped according to trace_rules.lookup SKIP_DIR...
triaged,oncall: pt2,module: compiled autograd
low
Critical
2,719,259,764
PowerToys
Desktop Background Manager
### Description of the new feature / enhancement Windows 11 has decent multi-monitor support for desktop backgrounds. You can use a random or alphabetical slideshow of images from a specified folder and make the backgrounds unique or mirrored across monitors. If you right-click the background, you can cycle to the nex...
Idea-New PowerToy,Needs-Triage
low
Minor
2,719,261,762
transformers
Is there a way to find the earliest version of transformers that has a certain model?
### Feature request Is there a way to find the earliest version of transformers that has a certain model? For example, I want to use CLIP into my project, but the existing transformers version is old, I want to upgrade transformers to a lowest version that can use CLIP, so that other parts of my code do not change. #...
Feature request
low
Major
2,719,341,854
angular
UMD version of Zone.js is incorrectly transpiled
### Which @angular/* package(s) are the source of the bug? zone.js ### Is this a regression? No ### Description The implementation of ZoneAwarePromise.allWithCallback uses a `for(... of ...)` loop. This is expected and correct, as [Promise.all](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Glob...
area: zones
low
Critical
2,719,397,916
ant-design
Feature to identify the exact reason of triggering event
### What problem does this feature solve? This feature solves the ambiguity in handling the onChange event in the Ant Design AutoComplete component by allowing developers to identify whether the event was triggered by user typing, selecting an option, or clearing the input. This enhances event handling precision and...
๐Ÿ—ฃ Discussion,Inactive
low
Minor
2,719,432,608
neovim
LSP: Improve textDocument/diagnostic performance by conforming to LSP spec
### Problem Users of the Roslyn LSP (used for C# in VS Code) have encountered significant delays when retrieving pull diagnostics in large documents while using Neovim. For instance, diagnostics in a 2000-line .cs file can take over 20 seconds to display after edits in Neovim, whereas in VS Code, diagnostics for the s...
enhancement,performance,lsp
low
Major
2,719,498,530
deno
deno task: globstar does not work properly on task dependencies ?
Version: Deno 2.1.2 ``` PS C:\GitHub\mizu> deno task build:readmes Task build:readmes deno run --quiet --allow-read --allow-env --allow-write=@mizu/**/README.md,README.md --allow-run=deno .github/tools/mod_html_to_readme_md.ts $INIT_CWD glob: no matches found 'C:\GitHub\mizu/--allow-write=@mizu/**/README.md,READM...
cli,task runner
low
Minor
2,719,522,371
flutter
[macOS] : To update flutter/examples supporting desktop platform
### Use case Based on https://github.com/flutter/flutter/issues/84306 and https://github.com/flutter/flutter/issues/84306#issuecomment-2158870461 I am filing separate issue to update examples to support macOS platform. ### Proposal Update flutter/examples to support macOS platform, although I do see https://githu...
platform-mac,d: examples,c: proposal,a: desktop,P3,team-macos,triaged-macos
low
Minor
2,719,526,858
flutter
[windows] : To update flutter/examples supporting desktop platform
### Use case Based on #84306 and #84306 (comment) I am filing separate issue to update examples to support windows platform. ### Proposal Update flutter/examples to support windows platform.
platform-windows,d: examples,c: proposal,a: desktop,P3,team-windows,triaged-windows
low
Minor
2,719,529,612
flutter
[Linux] : To update flutter/examples supporting desktop platform
### Use case Based on #84306 and #84306 (comment) I am filing separate issue to update examples to support Linux platform. ### Proposal Update flutter/examples to support Linux platform.
d: examples,platform-linux,c: proposal,a: desktop,P3,team-linux,triaged-linux
low
Minor
2,719,591,265
rust
Tracking Issue for ui test suite cleanups and maintenance
This is a tracking issue for an initiative of improving ui test suite organization and ui test usability. This issue is not meant for general discussions, but is instead intended for tracking logistics of PRs. For specific matters, please discuss in the zulip thread https://rust-lang.zulipchat.com/#narrow/channel/13182...
C-cleanup,A-testsuite,T-compiler,E-medium,C-tracking-issue,E-tedious,S-tracking-forever
low
Minor
2,719,647,246
flutter
[in_app_purchase_android]: Add functionality to `setOriginalExternalTransactionId`
### Use case Documentation: https://developer.android.com/google/play/billing/alternative/alternative-billing-with-user-choice-in-app#subscriptions_bought_through_an_alternative_billing_system The documentation says: > Instead of specifying a `SubscriptionUpdateParams` object in the parameters, use `setOriginalExt...
c: new feature,platform-android,p: in_app_purchase,package,c: proposal,P2,team-android,triaged-android
low
Minor
2,719,670,037
rust
Tracking issue for release notes of #132390: bootstrap: show diagnostics relative to rustc src dir
This issue tracks the release notes text for #132390. ### Steps - [x] Proposed text is drafted by PR author (or team) making the noteworthy change. - [ ] Issue is nominated for release team review of clarity for wider audience. - [ ] Release team includes text in release notes/blog posts. ### Release notes text Th...
relnotes,T-libs,relnotes-tracking-issue
low
Minor
2,719,760,577
PowerToys
Example animations on Welcome pages not scaled correctly
### Microsoft PowerToys version 0.86.0 ### Installation method PowerToys auto-update ### Running as admin No ### Area(s) with issue? Welcome / PowerToys Tour window ### Steps to reproduce I hope I'm not the only user with a 4K screen @100% scale, but this has been an ongoing issue with each installation for me...
Issue-Bug,Area-OOBE,Needs-Triage
low
Minor
2,719,760,669
opencv
Memory leak in cv2.getWindowImageRect on Mac M1 Air
### System Information OpenCV python version: 4.10.0 Operating System / Platform: MacOS Sonoma 14.2 Python version: 3.10 ### Detailed description I have made a simple highgui functionality to keep/restore aspect ratio after changing the size of the Window. It uses: - cv2.getWindowImageRect(self.window_name) - c...
bug,platform: ios/osx,needs investigation
low
Minor
2,719,767,082
go
proposal: cmd/go: go test flag -skip should be cacheable
### Proposal Details Running tests with the `-skip` flag should be able to use the test result cache. In the original design of the test result cache (#11193), the test flag `-run` is a cacheable flag. However, the subsequent proposal (#41583) that added the `-skip` flag to go test but did not make it cacheable. ...
Proposal
low
Minor
2,719,768,068
bitcoin
Args: -noconnect=0 is interpreted as -connect=0.0.0.1
### Motivation `-noconnect=0` is interpreted as `-connect=1` which is interpreted as `-connect=0.0.0.1` ``` โ‚ฟ build/src/bitcoind -noconnect=0 -debug=net ``` Produces the following output: ``` 2024-12-05T08:20:41Z Warning: parsed potentially confusing double-negative -connect=0 2024-12-05T08:20:41Z Bitcoin C...
Utils/log/libs
medium
Critical
2,719,795,387
PowerToys
customizing the powertoys Run window.
### Description of the new feature / enhancement an additional option which allows us to set a background image to the powertoys run window would be really nice. ### Scenario when this would be used? anytime when we use the powertoys run feature ### Supporting information _No response_
Idea-Enhancement,Product-PowerToys Run,Needs-Triage
low
Minor
2,719,823,600
pytorch
Incorrent output with dtyper=float64 in `torch.nn.functional.conv1d` and `torch.nn.functional.conv3d` operations
### ๐Ÿ› Describe the bug Similar to [issue#141221](https://github.com/pytorch/pytorch/issues/141221)๏ผŒ the same issue occurs with `torch.nn.functional.conv1d` and `torch.nn.functional.conv3d`. Code: ```python def test_conv_api(conv_func, input_shape, weight_shape, dilation, dtype): x = torch.ones(input_shape,...
needs reproduction,module: windows,module: nn,triaged
low
Critical
2,719,841,216
storybook
[Bug]: If not export all members I can see the error "The requested module 'XXX' does not provide an export named 'XXXProps'"
### Describe the bug If the ".stories.ts" file doesn't import the component directly but imports a file that exports the component, the storybook reports the error. I can reproduce this by using the generated demo. Here is what I did: - After executing the ` npx storybook@latest init`, create a file "import.ts" under...
bug,has workaround,docgen
low
Critical
2,719,842,834
godot
Controller vibration set in an unfinished tween persists after stopping instance with the editor "Stop Running Project" button
### Tested versions v4.3.stable.official [77dcf97d8] ### System information windows 11, xbox series controller ### Issue description When running a game from the editor, setting the controller vibration through a tween and stopping the game 1. while the tween runs and 2. using the editor's stop button will cause t...
bug,topic:editor,topic:input
low
Minor
2,719,862,498
kubernetes
Add more features to `kubectl` packages
I will describe the issue taking Debian package as example, but as far I can see it is the same issues are present in RPM package as well. So let's look at Debian package contents. The package installed by [official instruction](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#install-using-native-packa...
kind/feature,sig/release,needs-triage
low
Major
2,719,874,753
ui
[bug]:
### Describe the bug Getting error while initiating Next Project, ![Screenshot_2](https://github.com/user-attachments/assets/de8f4423-0304-444d-ab62-318e0a7a3577) ### Affected component/components Initial setup ### How to reproduce init with Next js ### Codesandbox/StackBlitz link _No response_ ### Logs _...
bug
low
Critical
2,719,879,136
godot
When using inherited scenes, renaming nodes in the super scene leads to data loss in sub scene
### Tested versions - Reproducible in: 4.3, 4.4dev5 (other versions weren't tested) ### System information Godot v4.4.dev5 - macOS 15.0.1 - Multi-window, 1 monitor - Metal (Forward+) - integrated Apple M1 Pro (Apple7) - Apple M1 Pro (8 threads) ### Issue description When you rename a node in a super scene, all cha...
bug,topic:editor
low
Critical
2,719,995,697
pytorch
[Bug]need check for duplicate malloc calls in CUDAPluggableAllocator
### ๐Ÿ› Describe the bug Noticing that CUDAPluggableAllocator checks for duplicate free calls on the same pointer, but there is no check for duplicate malloc calls in CUDAPluggableAllocator. Duplicate call of malloc in the same pointer would occur if the statically allocated PluggableAllocator is used. Suppose t...
module: cuda,triaged,module: CUDACachingAllocator
low
Critical