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,804,595,679
material-ui
Rollup failed to resolve import "@mui/system/RtlProvider"
### Steps to reproduce Steps: 1. just run npm install ### Current behavior ![Image](https://github.com/user-attachments/assets/8e2ea918-5afd-45f3-b7f5-862dad454653) ### Expected behavior To succesfully install the package. ### Context _No response_ ### Your environment <details> <summary><code>npx @mui/envi...
status: waiting for author
low
Critical
2,804,613,078
deno
"Move to new file" quickfix does not work for `import * as ...`
Version: Deno 2.1.6 ```ts // main.ts import * as a from 'data:application/json,{"a":1}' with { type: "json" }; const y = a; ``` When you try to execute the "Move to a new file" quick fix in VS Code in the `main.ts` file, the LSP fails to respond to the `codeAction/resolve` request. It works if the file referenced fr...
lsp,tsc
low
Minor
2,804,630,849
PowerToys
Make default log base in Run calculator a setting
### Description of the new feature / enhancement Writing `log(5)` in the PowerToys Run calculator used to calculate the natural logarithm but this was changed following #14687 to instead use base 10. As discussed in that issue, the notation is inherently ambiguous and different users might have different, but very str...
Needs-Triage
low
Minor
2,804,648,948
react
Bug: eagerly adding `wheel` events to app root opts into changing input `type="number"` value on scroll
<!-- 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: 17+ ## Steps To Reproduce 1. Render `<input type="number" defaultValu...
Status: Unconfirmed
low
Critical
2,804,654,789
flutter
iOS release crash : `figTimebaseCopyTargetTimebase` : `pthread_mutex_lock$VARIANT$mp`
### Steps to reproduce The crash has happened in release mode on my live user. I have no way to reproduce it as i don't know what is it and never encountered it during development. Unfortunately i have no way to contact this user either. I am guessing according to the [StackTrace](https://github.com/user-attachments...
c: crash,platform-ios,waiting for customer response,engine,a: production,needs repro info,team-engine,fyi-ios
low
Critical
2,804,701,893
pytorch
distributed.new_group with backend GLOO hangs when distributed.split_group was called before
### 🐛 Describe the bug A call to `distributed.new_group` with backend GLOO hangs if `distributed.split_group` was called before and not all ranks are part of a new ProcessGroup (whether in `new_group` and/or `split_group`). Reproducer: ```python #!/usr/bin/env python3 import os import torch import torch.distributed ...
oncall: distributed
low
Critical
2,804,709,801
pytorch
Inductor autograd raises an error in the second run may because of fx graph cache
### 🐛 Describe the bug ```python import torch import os os.environ["CUDA_LAUNCH_BLOCKING"] = "1" @torch.compile def func(x): return x * x x = torch.tensor(0.0, device="cuda", requires_grad=True) func(x).backward() print(x.grad) ``` run the code twice will get a triton error in the second run. ``` Traceback (m...
high priority,triaged,bug,oncall: pt2,module: inductor
low
Critical
2,804,711,534
react-native
Memory Leak in Animated API
### Description A memory leak has been identified in the Animated API, specifically in the `_children` array within the AnimatedWithChildren class. The issue arises when rendering animated components using transforms and interpolation. Over time, the children array grows indefinitely, leading to increased memory usage...
Issue: Author Provided Repro,API: Animated
low
Major
2,804,712,308
ui
[bug]: Error adding shadcn for Turborepo
### Describe the bug Unable to add shadcn using turborepo. `npx shadcn@canary init` ✔ Preflight checks. ✖ Verifying framework. We could not detect a supported framework at /app-name. Visit https://ui.shadcn.com/docs/installation/manual to manually configure your project. Once configured, you can use the cli to add...
bug
low
Critical
2,804,716,187
electron
[Bug] unable to get `context-menu` event when using `-webkit-app-region: drag`
### 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/linux,component/menu,bug :beetle:,has-repro-gist,32-x-y,33-x-y,34-x-y
low
Critical
2,804,726,746
kubernetes
[Flaking Test][sig-node] Container Runtime blackbox test on terminated container should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
### Which jobs are flaking? master-blocking - gce-ubuntu-master-containerd ### Which tests are flaking? E2eNode Suite.[It] [sig-node] Container Runtime blackbox test on terminated container should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeCo...
sig/node,kind/flake,triage/accepted
low
Critical
2,804,730,726
pytorch
Loading weights using `torch.distributed.checkpoint` leads to large loss values
### 🐛 Describe the bug Using different init method leads to losses with different scales: ```python # NOTE: This will produce loss in range [3, 5] return init_with_meta(self, auto_wrap_policy) # NOTE: This will produce normal loss in range [0.4, 1] return init_with_hf(self, auto_...
oncall: distributed
low
Critical
2,804,736,173
PowerToys
Enhanced Functionality of "Always on Top" with Transparency
### Description of the new feature / enhancement Allow the user to apply opacity to a window that has the Always on top feature applied to. Customizable settings allowing specifc apps/windows to be effected differently or not at all. ### Scenario when this would be used? ### Enhanced Functionality of "Always on T...
Needs-Triage
medium
Critical
2,804,740,502
langchain
PERF: Langchain imports stat too many files causing 12 second import time
### 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 ...
Ɑ: core
low
Critical
2,804,768,206
vscode
very many error
Type: <b>Bug</b> very many error VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z) OS version: Windows_NT x64 10.0.19045 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz (4 x 2712)| |GPU Status|2d_c...
info-needed
low
Critical
2,804,775,547
pytorch
torch.logit works incorrectly when input < eps after torch.compile
### 🐛 Describe the bug According to the doc https://pytorch.org/docs/stable/special.html#torch.special.logit, when input < eps, the actual computation is: `ln(eps/(1-eps))`. But this is not what `torch.compile` (with inductor backend) does. ```python import torch input = torch.tensor(0.3, dtype=torch.float64) eps =...
triaged,bug,oncall: pt2,module: decompositions,module: aotdispatch,module: pt2-dispatcher
low
Critical
2,804,790,179
vscode
problem in vs code
Type: <b>Performance Issue</b> I am unable to select folder from the system VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z) OS version: Windows_NT x64 10.0.26100 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|11th Gen Intel(R) Core(TM...
info-needed,triage-needed
low
Critical
2,804,799,342
kubernetes
prober_probe_total stability
The `prober_probe_total` has been marked as Alpha since 3a5091779523a02278ad1ea334df7119ab4b2e5f (part of 1.16). Is it intended to be promoted or removed?
sig/instrumentation,triage/accepted
low
Minor
2,804,806,333
kubernetes
Scheduler topologySpreadConstraint to account for device plugin requests
### What happened? In my cluster, I have two separate nodegroups: - "regular" set of worker nodes that span 3 Availability Zones (`topology.kubernetes.io/zone`) - gpu nodes with nvidia device plugin (Allocatable: `nvidia.com/gpu`) that span 2 Availability Zones I have a Deployment with the following PodSpec: ```yaml ...
sig/scheduling,kind/feature,needs-triage
low
Critical
2,804,815,817
go
fmt: is %% a literal percent, or a degenerate conversion?
During the review of the printf format-string parser used by gopls (extracted from the one in vet's printf checker), the question arose as to whether %% is nothing more than a literal percent sign, dealt with by the printf scanner, or a degenerate conversion supporting width, flags, precision, and so on. Empirically...
NeedsInvestigation
low
Minor
2,804,818,621
rust
Tracking Issue for APC #316: In-place case change methods for String
<!-- Thank you for creating a tracking issue! Tracking issues are for tracking a feature from implementation to stabilization. Make sure to include the relevant RFC for the feature if it has one. If the new feature is small, it may be fine to skip the RFC process. In that case, you can use `issue = "none"` in your i...
T-libs-api,C-tracking-issue
low
Minor
2,804,820,295
vscode
Extend VSIX options for downloading other versions
<!-- ⚠️⚠️ 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. --> You can since 1.96.4 download the VSIX from a plugin ...
feature-request,extensions
low
Minor
2,804,853,646
flutter
Allow depending on `ModalRoute.popDispositionOf(context)`
### Use case I want to implement a custom widget that can close the current route using a gesture. One of my requirements is that the gesture is not accepted, if the current route can't be popped using a gesture (aka its `popDisposition` is `.doNotPop`). Unfortunately, I found no way to keep my widget updated, since ...
c: new feature,framework,f: routes,c: proposal,team-framework
low
Minor
2,804,854,006
angular
Signals with custom change methods
### Which @angular/* package(s) are relevant/related to the feature request? core ### Description By default a signal comes equipped with a generic `.set` / `.update` methods. However, many signals used in practice represent a piece of state that can / should only change in a particular way - as an example a counter...
area: core,canonical,core: reactivity,cross-cutting: signals
medium
Major
2,804,858,304
vscode
Automatically zoom the window level
Type: <b>Bug</b> Automatically zoom the window to about 40-60% when I open a new instance of VS Code. VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z) OS version: Windows_NT x64 10.0.22631 Modes: <!-- generated by issue reporter -->
feature-request,zoom
low
Critical
2,804,874,139
material-ui
[Chip] Variant typescript error
### Steps to reproduce ```jsx <Chip variant="outlined" color="warning" /> ``` ### Current behavior No overload matches this call. Overload 1 of 2, '(props: { component: ElementType<any, keyof IntrinsicElements>; } & ChipOwnProps & CommonProps & Omit<any, "className" | ... 15 more ... | "variant">): Element | n...
component: chip,status: waiting for author,typescript
low
Critical
2,804,885,786
electron
useSystemPicker when toggled on/off makes getDisplayMedia hang/crash
### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched ...
platform/macOS,bug :beetle:,33-x-y,34-x-y,35-x-y
low
Critical
2,804,891,282
rust
Tracking Issue for `VecDeque::pop_front_if` & `VecDeque::pop_back_if`
Feature gate: `#![feature(vec_deque_pop_if)]` Similar to #122741, but this time with `VecDeque` instead of `Vec`. ### Public API ```rust impl<T> VecDeque<T> { pub fn pop_front_if(&mut self, predicate: impl FnOnce(&mut T) -> bool) -> Option<T>; pub fn pop_back_if(&mut self, predicate: impl FnOnce(&mut T) -> b...
T-libs-api,C-tracking-issue
low
Minor
2,804,912,082
langchain
Using LangChain's ContextualCompressionRetriever with Milvus and Voyage AI Models
### 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,804,915,777
TypeScript
Design Meeting Notes, 1/21/2025
# Flag for Erasable Syntax Only * Flag in light of strippable type support for TypeScript in Node.js. * `--erasableSyntaxOnly` * What is it? * No enums, namespaces, parameter properties. * Allow all these in ambient contexts (`declare` keywords). * Can we get it in in the next week? * Probably. * `--verbatimMo...
Design Notes
low
Minor
2,804,920,178
react
Bug: `Suspense` components rendered by `renderToReadableStream()` cause render abort when served with Bun
React version: `19.0.0` ## Steps To Reproduce 1. Install [Bun](https://bun.sh/) and [Node](https://nodejs.org/en/download) 2. Clone my [reproduction repo](https://github.com/jmuzina/react-repro) 3. Install dependencies with Bun: `bun install` 4. Run React server with Node: `bun run ssr:node`. Open the [app](http://lo...
Status: Unconfirmed
medium
Critical
2,804,963,839
pytorch
flaky test issues should close themselves if the test doesn't exist anymore
I've been going through the pt2 flaky test issues and some of the tests look like they've been deleted. It would be nice for this to be automated. cc @seemethere @malfet @pytorch/pytorch-dev-infra @clee2000 @wdvr
module: ci,triaged,module: flaky-tests,module: infra
low
Minor
2,804,967,430
pytorch
Windows Pytorch compiler crash some version of cl.exe. Fix provided
### 🐛 Describe the bug Hi. In _cpp_builder.py / function 'check_compiler_exist_windows'_ you check for the existence of the cl C++ compiler by calling it with a '/help' option. However for some versions of cl.exe, the header of the help message contains some invisible invalid utf8 char (here a single xff): _Compila...
module: windows,triaged,oncall: pt2
low
Critical
2,804,967,554
vscode
Code Not complete properly
Type: <b>Performance Issue</b> Response time need so time to fix it .. If the script have so many code AI stop working ..Fix It VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z) OS version: Windows_NT x64 10.0.19045 Modes: <details> <summary>System Info</summary> |...
info-needed
low
Critical
2,804,977,080
ollama
Ollama stops giving outputs after a few runs
### What is the issue? I've been trying to run "smallthinker" and "llama3.2:1b", but after around 30 runs, the models stop giving outputs. However, ollama is running with 100% CPU in the background on my Mac. ### OS macOS ### GPU Apple ### CPU Apple ### Ollama version 0.5.7
bug
low
Minor
2,804,980,114
go
maps: make Equal O(1) for pointer-identical maps
### Go version go1.23 ### Output of `go env` in your module/workspace: ```shell GOARCH=amd64 GOOS=linux ``` ### What did you do? Ran this benchmark: ``` var m = func() map[int]string { m := make(map[int]string) for i := range 1000000 { m[i] = strconv.Itoa(i) } return m }() func Benchmark(b *testing.B) { fo...
Performance,NeedsInvestigation,LibraryProposal
low
Major
2,805,001,155
next.js
Error when using namespace/compound components in React Server Component
### Link to the code that reproduces this issue https://github.com/DanielGiljam/nextjs-rsc-jsx-issue ### To Reproduce 1. Start the application in development (next dev) 3. See the error ``` React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite componen...
linear: next,Module Resolution
low
Critical
2,805,002,807
godot
Typed Dictionary cannot use subclass of type in key with Invalid index type for a base type
### Tested versions v4.4.beta1.official [d33da79d3] ### System information Godot v4.4.beta1 - Windows 10 (build 19045) - Multi-window, 3 monitors - Vulkan (Forward+) - dedicated GeForce GTX 1050 - Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (12 threads) ### Issue description A typed Dictionary with index of type X ca...
discussion,topic:gdscript,documentation
low
Critical
2,805,029,010
pytorch
DISABLED test_view_of_slice_cuda (__main__.TestUnbackedSymintsCUDA)
Platforms: rocm This test was disabled because it is failing on main branch ([recent examples](https://torch-ci.com/failure?failureCaptures=%5B%22inductor%2Ftest_unbacked_symints.py%3A%3ATestUnbackedSymintsCUDA%3A%3Atest_view_of_slice_cuda%22%5D)). This seems to be an mi300-specific failure. cc @sunway513 @jithunnai...
module: rocm,triaged,skipped
low
Critical
2,805,039,550
PowerToys
Stop to work
### Microsoft PowerToys version 0.87.1 ### Installation method Microsoft Store ### Running as admin No ### Area(s) with issue? Mouse Without Borders ### Steps to reproduce My laptop just stop to connect to my computer. I try to restart, uninstall and reinstall and still not work. ### ✔️ Expected Behavior _No...
Issue-Bug,Needs-Triage
low
Minor
2,805,042,208
opencv
16-bit APNG Reading and Writing Problems
### System Information OpenCV version: 4.12.0-dev ### Detailed description The `imreadanimation` function currently fails to properly read specific 16-bit APNG files, including those with 2 channels (grayscale + alpha). Sample images for testing can be found in the APNGKit repository: [033.png](https://github.com/on...
bug,category: imgcodecs
low
Minor
2,805,047,673
pytorch
create DISABLED issues for specific runner labels
### 🚀 The feature, motivation and pitch ROCm CI runners are a mix of MI200 and MI300 systems. At the time of writing this issue, the MI200 runners are used pre-merge and the MI300 runners are only used post-merge. - rocm / linux-focal-rocm6.3-py3.10 / test (default, 1, 6, linux.rocm.gpu.mi300.2) [post-merge] - ro...
module: ci,triaged
low
Minor
2,805,047,969
vscode
terminal is not working
Type: <b>Bug</b> terminal is not working and i have windows 10 installed but vs code running 8 version VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z) OS version: Windows_NT x64 6.0.6002 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|I...
info-needed
low
Critical
2,805,062,011
godot
hint_range emit wrong error
### Tested versions - Reproducible in v4.3.stable.mono.official [77dcf97d8] ### System information Apple M1 Pro, Sequoia 15.2 ### Issue description hint_range with a non literal value produce the error: `Expected an integer constant after!.` hint_range works with floats but does not work with constants, so the e...
bug,confirmed,topic:shaders
low
Critical
2,805,084,927
rust
Tracking Issue for `atomic_try_update`
Feature gate: `#![feature(atomic_try_update)]` This is a tracking issue for an infallible version of `AtomicT::fetch_update` as well as a new name for the existing fallible version. <!-- Include a short description of the feature. --> ### Public API <!-- For most library features, it'd be useful to include a summa...
T-libs-api,C-tracking-issue
low
Minor
2,805,096,920
ollama
Add support for the AI HAT+
Add support for the new AI HAT+ that can be added on to Raspberry Pi 5 [info here](https://www.raspberrypi.com/products/ai-hat/) to enable speedups.
feature request
low
Minor
2,805,103,134
PowerToys
Hotkey to Refresh Connections in Mouse Without Borders
### Description of the new feature / enhancement It would be useful to have a Hotkey command to refresh connections in Mouse Without Borders. I have noticed that when my laptop connects or disconnects from the VPN I need for work, MWB loses connection to it and I have to go into the settings to hit the Refresh Connect...
Needs-Triage
low
Minor
2,805,103,881
godot
Visual shader editor stuck in pan mode
### Tested versions Godot v4.3.stable v4.4.beta1.official [d33da79d3] ### System information Fedora Linux 41 (KDE Plasma) - Wayland - Vulkan ### Issue description If you pan with Space + left mouse button while mouse is over a interactive control you get stuck in pan mode. You can get back to the normal state by ...
bug,topic:editor,topic:input
low
Minor
2,805,109,517
godot
Wayland Cursor custom image doesn't update when using Image instead of Texture2D
### Tested versions - v4.4.beta.gentoo [4ce466d7f] ### System information Linux Gentoo using Wayland ### Issue description When using the Wayland DisplayServer you can only update the custom mouse cursor once if you are using Image instead of Texture2D resources and the images have the same hotspot. The function ...
bug,platform:linuxbsd,topic:porting,topic:input
low
Critical
2,805,111,523
neovim
More structured health checks
### Problem Neovim provides a `:checkhealth` feature for plugins and Neovim itself to show "self-diagnostics". This allows users to 1. quickly see detectable problems and misconfigurations ("runtime is missing", "parsers are broken", "server not executable", "TERM misconfigured") 2. information about the internal stat...
checkhealth
low
Critical
2,805,115,049
go
runtime: SIGBUS in go/types in TestVet
``` #!watchflakes default <- pkg == "cmd/vet" && test == "TestVet/method" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8725028079657686513)): === RUN TestVet/method === PAUSE TestVet/method === CONT TestVet/method vet_test.go:195: error ch...
NeedsInvestigation,compiler/runtime
low
Critical
2,805,122,330
flutter
Cupertino navbars apply too much top padding within a sheet
When using a navbar within a CupertinoSheetRoute, the navbar applies unnecessary safe area padding at the top. Ideally the safe area padding would be reduced either by default or easily done manually. | Expected | Actual | | --- | --- | | <img width="206" alt="Image" src="https://github.com/user-attachments/assets/c57...
a: fidelity,f: cupertino,P2,team-design,triaged-design
low
Minor
2,805,132,253
flutter
[SwiftPM] Improve error message if app needs to raise its minimum deployment
### Background Swift Package Manager strictly enforces a package's platform requirements. For example, if your Flutter iOS app has a minimum deployment of iOS 12.0 and it depends on a plugin that requires iOS 15.0, you'll get an error like: ``` Failed to build iOS app Target Integrity (Xcode): The package product 'my-...
platform-ios,tool,P3,team-ios,triaged-ios
low
Critical
2,805,137,433
tauri
[feat] Improve mobile app version management
### Describe the problem For iOS, Tauri synchronizes both `CFBundleVersion` and `CFBundleShortVersionString` with the version property in `tauri.conf.json`. A similiar issue exists for Android builds. This means we cannot distinguish between the _user-facing_ version visible in stores and the _developer-facing_ build...
type: feature request
low
Minor
2,805,149,749
TypeScript
rewriteRelativeImportExtensions & enforce consistent extensions
### 🔍 Search Terms "rewriteRelativeImportExtensions", "extensions" ### ✅ Viability Checklist - [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [x] This wouldn't change the runtime behavior of existing JavaScript code - [x] This could be implemented without emitting different JS based...
Suggestion,In Discussion
low
Critical
2,805,169,621
pytorch
[EXPORT AOTI] `aoti_compile_and_package` custom_ops dependecies
### 🐛 Describe the bug I was trying to `export` and `aoti_compile_and_package` a model with this custom op: https://github.com/state-spaces/mamba/pull/651 `aoti_load_package` is working correctly on the same export env. But it is not going to work in a fresh env when I don't have the custom ops dependency installed...
oncall: pt2,export-triaged,oncall: export
low
Critical
2,805,176,620
angular
`HttpFeature` only accepts type `Provider` as providers
### Which @angular/* package(s) are the source of the bug? common ### Is this a regression? No ### Description Since `HttpFeature` providers passed to `provideHttpClient()` are being type cast to `EnvironmentProviders`, is there a reason why they only accept `Provider[]` and not `(Provider | EnvironmentProvider)[]...
feature,area: common/http
low
Critical
2,805,183,052
vscode
[wsl] bring back "Reopen Folder in WSL" to the remote menu
<!-- ⚠️⚠️ 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. --> Whoever did this, you probably inconvenienced milli...
feature-request,WSL
low
Minor
2,805,183,388
flutter
Create benchmarking app for flutter. It should have minimal assets, ios only, (optional) with endless scrolling.
null
platform-ios,f: scrolling,team: benchmark,team-ios
low
Minor
2,805,184,029
flutter
Create equivalent app for SwiftUI.
null
platform-ios,team: benchmark,team-ios
low
Minor
2,805,191,903
flutter
Time to first frame
null
platform-ios,c: rendering,perf: speed,team: benchmark,team-ios
low
Minor
2,805,191,965
flutter
Scrolling
null
platform-ios,f: scrolling,team: benchmark,team-ios
low
Minor
2,805,206,824
rust
`f16` creates doc-link ambiguity on stable
I `cargo doc`ed this code: ```rust #[allow(non_camel_case_types)] pub struct f16 {} /// Blah blah blah [`f16`] pub fn foo() -> f16 { f16 {} } ``` I got: ``` warning: `f16` is both a struct and a primitive type --> src/lib.rs:4:22 | 4 | /// Blah blah blah [`f16`] | ^^^ ambiguous link ...
T-rustdoc,C-bug,A-intra-doc-links
low
Critical
2,805,207,325
TypeScript
TypeScript 5.8 Iteration Plan
This document outlines our focused tasks for TypeScript 5.8. It minimally indicates intent to investigate tasks or contribute to an implementation. Nothing is set in stone, but we will strive to complete these tasks in a reasonable timeframe. Date | Event ---------------|------------------------- 2024-11-22 ...
Planning
low
Major
2,805,226,175
go
runtime: -msan / -asan stack corruption with CPU profiling and SetCgoTraceback context callback
[`msancall`](https://cs.opensource.google/go/go/+/master:src/runtime/msan_amd64.s;l=71;drc=b7c630dc3ac3f43b2294f803f26f512d75a54fc6) and [`asancall`](https://cs.opensource.google/go/go/+/master:src/runtime/asan_amd64.s;l=73;drc=5f7a40856372142372d3b67c9dd737373932f088) are used to call into the MSAN and ASAN C runtimes...
NeedsFix,compiler/runtime,BugReport
low
Critical
2,805,227,385
kubernetes
Add conversion function to translate between `corev1.LabelSelector` and apimachinery `labels.Selector`
### What would you like to be added? While writing k8s controllers, I have found a need to translate between the K8s API model type `LabelSelector` and the API Machinery `labels.Selector` type. While searching online has yielded a [stack overflow issue](https://stackoverflow.com/questions/77870908/convert-kubernetes-l...
sig/api-machinery,kind/feature,needs-triage
low
Minor
2,805,247,209
storybook
[Bug]: Storybook v8.5 First Test Fails on Cypress
### Describe the bug When running Storybook v8.5 with Cypress for end-to-end (E2E) tests, the first test always fails, irrespective of the test content. Subsequent tests execute and pass as expected. The failure occurs because the Storybook server does not appear to be running for the first test, displaying a white sc...
question / support,compatibility with other tools
low
Critical
2,805,250,527
flutter
[Impeller] Re-enable PowerVR GPU support.
Most of the remaining severe crashes or rendering issues on Vulkan Impeller are specific to certain PowerVR GPUs. For example, we have flickering when rendering on the Google TV streamer, or a complete black screen on an Oppo-Something. Both are 9000 series (though I don't have a fully understanding of how the model nu...
P3,e: impeller,team-engine,triaged-engine
low
Critical
2,805,251,424
flutter
[pigeon]pigeon documentation is missing task queue usage
### Use case I'm trying to understand how pigeon's task queue works. It looks like there's no such example in both https://github.com/flutter/packages/tree/main/packages/pigeon and https://github.com/flutter/packages/blob/main/packages/pigeon/example/README.md ### Proposal A example usage of TaskQueue API would be...
package,team-ecosystem,p: pigeon,P3,triaged-ecosystem
low
Major
2,805,269,782
go
x/build: run platform/arch specific builders when platform/arch constrained files are changed
When making changes to platform or arch constrained files (.go/.s) it would be nice for LUCI to automatically include builders of those types in the set that is run. Currently this has to be done manually, which is not always particularly obvious, and can lead to changes appearing to pass builders when they would fail ...
Builders,NeedsInvestigation
low
Minor
2,805,275,613
PowerToys
Please add folder comparison function
### Description of the new feature / enhancement Compare two folders, such as the number of files inside, whether each file has a corresponding file in another file, MD5 verification, etc. ### Scenario when this would be used? Development!!! ### Supporting information _No response_
Needs-Triage
low
Minor
2,805,276,189
pytorch
torch.compile has different numerics for var_mean
### 🐛 Describe the bug ``` import torch from torch._dynamo.utils import same def foo(x): return torch.ops.aten.var_mean.correction(x, [1], correction = 0, keepdim = True) inp = torch.rand([112958, 384], device="cuda", dtype=torch.float16) print(same(foo(inp), torch.compile(foo)(inp))) ``` > [ERROR]:Accuracy fa...
oncall: pt2,module: inductor
low
Critical
2,805,277,698
PowerToys
Key swap sticky issue
### Microsoft PowerToys version v0.81.0 ### Installation method WinGet ### Running as admin Yes ### Area(s) with issue? Keyboard Manager ### Steps to reproduce this bug happens when I _**switched on Keyboard Manager and replaced the CapsLock to CTRL and vice versa.**_ I am an architect who deal with rhino for...
Issue-Bug,Needs-Triage
low
Critical
2,805,289,310
ollama
I should not have to write the full model name
If I want to run mistral, and mistral is the only model I have starting with an "m", i should just have to type "ollama run m" if theres something called "mestral", then i can type "ollama run mi", and so on
feature request
low
Major
2,805,303,566
rust
`extern` symbols are always mangled on `wasm32-unknown-emscripten`
Attempting to compile a program with `EMCC_CFLAGS="-s ERROR_ON_UNDEFINED_SYMBOLS=0" cargo build --target wasm32-unknown-emscripten --release` results in all `extern` functions having unpredictable names, whether or not they have `#[no_mangle]`. I tried this code: ```rust extern "C" { fn foo() -> f64; } fn main()...
T-compiler,C-bug,O-emscripten,A-name-mangling
low
Critical
2,805,311,074
godot
Wrong window height in project conversion dialogue
### Tested versions reproducible in version 4.4 beta 1 not reproducible in version 4.3 stable ### System information Windows 11 (build 26100) - Multi-window, 2 monitors ### Issue description When converting an old Godot project from version 3 to version 4.4 beta 1, there is bug, where the height of the window disp...
bug,topic:editor,regression
low
Critical
2,805,340,531
langchain
ChatPerplexity does not implement `bind_tools` for structured output
### 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 ...
Ɑ: models
low
Critical
2,805,359,023
rust
`..` should be suggested when attempting to ignore a private enum variant with `_`
### Code ```Rust mod foo { struct Bar; pub enum Foo { #[allow(private_interfaces)] A(Bar), } } fn foo_bar(v: foo::Foo) { match v { foo::Foo::A(_) => {} } } ``` ### Current output ```Shell rustc: error: type `jobs::purge_old_event_summaries::foo::Bar` is private --> plat...
A-diagnostics,T-compiler
low
Critical
2,805,404,851
bitcoin
`DEFAULT_TRANSACTION_MAXFEE` is 0.1 ₿
### Please describe the feature you'd like to see added. I was reviewing a pull request, when I noticed that the `DEFAULT_TRANSACTION_MAXFEE` is set to 0.1×COIN. `src/wallet/wallet.h:constexpr CAmount DEFAULT_TRANSACTION_MAXFEE{COIN / 10};` ### Describe the solution you'd like It seems to me that given the current...
Brainstorming,Wallet,TX fees and policy
low
Minor
2,805,413,524
flutter
[Impeller] Playground and golden generator generate different images
### Steps to reproduce When I generate goldens for some Impeller playground tests they are scaled differently than they are in playground and as a result their content can be clipped. This is on MacOS. For example, try running a golden output for `Play/AiksTest.MaskBlurVariantTestOuterTranslucent/Metal` and compare i...
engine,P3,e: impeller,team-engine,triaged-engine
low
Critical
2,805,432,857
godot
Floating window causing errors when running with --headless
### Tested versions Reproducible in 4.3.stable ### System information Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated AMD Radeon RX 7900 XT (Advanced Micro Devices, Inc.; 32.0.11037.4004) - AMD Ryzen Threadripper 7970X 32-Cores (64 Threads) ### Issue description Exporting with --headless whe...
bug,topic:editor,needs testing
low
Critical
2,805,441,316
rust
Missing safety blocks in solid/io.rs
### Location - Second impl block for `BorrowedFd<'_>`, safety is in the first one: https://github.com/rust-lang/rust/blob/dee7d0e730a3a3ed98c89dd33c4ac16edc82de8a/library/std/src/os/solid/io.rs#L125-L126 - Near impl safety block of `OwnedFd`: https://github.com/rust-lang/rust/blob/dee7d0e730a3a3ed98c89dd33c4ac16edc82d...
C-cleanup,T-libs
low
Minor
2,805,457,070
next.js
Turbopack Error: "Next.js package not found" during pnpm dev
### Link to the code that reproduces this issue https://github.com/mjeanbosco19/events-mis ### To Reproduce To Reproduce 1. Clone the Repository: https://github.com/mjeanbosco19/events-mis 2. Use pnpm to install all project dependencies 3. Run the development server using Turbopack: pnpm dev 4. Observe the Error ![...
Turbopack,linear: turbopack
low
Critical
2,805,474,723
excalidraw
Remote element drag updates are slow
**Reproduction** 1. Connect two excalidraw clients (A and B) through a shared scene 1. Create freedraw element on client A 1. Drag the freedraw element on client A 1. Observe the updates being reflected in slow-mo speeds on client B **Technical details** The issue seems to lie in shape cache misses, likely due to re...
bug,performance ⚡️
low
Major
2,805,485,385
PowerToys
error
### Microsoft PowerToys version 0.87.1.0 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? PowerToys Run ### Steps to reproduce Version: 0.87.1.0 OS Version: Microsoft Windows NT 10.0.22631.0 IntPtr Length: 8 x64: True Date: 2025/01/23 7:34:19 Exception: System.Runtime....
Issue-Bug,Needs-Triage
low
Critical
2,805,489,863
godot
Error spam "target doesn't match" with OpenGL and global uniform of type `sampler2DArray` with no value
### Tested versions - Reproducible in v4.4.beta1.official [d33da79d3] ### System information Godot v4.4.beta1 - Pop!_OS 22.04 LTS on X11 - X11 display driver, Single-window, 3 monitors - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 4070 Ti - AMD Ryzen 9 7950X 16-Core Processor (32 threads) ### Issue description W...
bug,topic:rendering
low
Critical
2,805,526,447
PowerToys
Color Picker
### Description of the new feature / enhancement Is it possible to get a history feature/option for the Color Picker function? ### Scenario when this would be used? IT would be nice to go back and look at the colors captured over a period of time. ### Supporting information Nothing to add here.
Needs-Triage
low
Minor
2,805,533,453
flutter
Unresolved reference: StringListObjectInputStream
### What package does this bug report belong to? shared_preferences ### What target platforms are you seeing this bug on? Android ### Have you already upgraded your packages? Yes ### Dependency versions <details><summary>pubspec.lock</summary> ```lock # Generated by pub # See https://dart.dev/tools/pub/glossary...
platform-android,p: shared_preferences,package,team-ecosystem,P2,fyi-android
low
Critical
2,805,554,279
vscode
c# dev kit is downloading dotnet 8.0 version and failing to open the solutino.
<!-- ⚠️⚠️ 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...
triage-needed
low
Critical
2,805,567,817
vscode
Updating issue
The following message keeps popping up even after restarting it "Restart Visual Studio Code to apply the latest update"
info-needed
low
Minor
2,805,571,274
pytorch
aot inductor intermediate tensor debug printing (setting 2) not working
### 🐛 Describe the bug Code: ```python from torch._inductor.fuzzer import ConfigFuzzer, visualize_results #, create_simple_test_model_gpu import torch def create_simple_test_model_gpu(): """Create a simple test model function for demonstration.""" batch_size = 32 seq_length = 50 hidden_size = 768 ...
triaged,oncall: pt2
low
Critical
2,805,612,037
pytorch
XPU - UserWarning: Failed to initialize XPU devices. when run on Machine without without Intel GPU Driver
### 🐛 Describe the bug Based on following issue: https://github.com/pytorch/pytorch/issues/145290#issuecomment-2606374858 Test on Linux x86 without Intel Driver installed: ``` pip install --pre torch --index-url https://download.pytorch.org/whl/test/xpu Looking in indexes: https://download.pytorch.org/whl/test/xpu...
triaged,module: xpu
low
Critical
2,805,634,028
node
Add Option to Skip Initial Run in Watch Mode
### What is the problem this feature will solve? Currently, when running a Node.js application in `--watch` mode, the application executes immediately upon startup. While this is useful in many scenarios, there are cases where skipping the initial run would be beneficial, such as: - When setting up for long-running...
feature request
low
Minor
2,805,664,674
pytorch
seg fault in aot_inductor_package on arm GPU with 2.6.0 RC
### 🐛 Describe the bug When running internal test for 2.6.0 RC ARM wheels (https://download.pytorch.org/whl/test/torch/) on Grace Hopper 1GPU, getting seg fault/bus errors which are happening alternating on below test Reproduced errors on both CUDA and CPU wheels. ```python test/inductor/test_aot_inductor_package.p...
high priority,module: crash,triaged,oncall: pt2,oncall: export,module: aotinductor
low
Critical
2,805,677,144
ollama
Ollama does not perform structured output correctly.
### What is the issue? request: `{ "model":"llama3.2", "messages":datas+[ { "role":"user", "content":input_data, "images":[screenshot_base64] } ], "stream":False, "for...
bug
low
Minor
2,805,681,909
ui
[chore]: Upgrade to TailwindCSS v4
### Feature description Request to upgrade the project dependency to TailwindCSS v4 to ensure compatibility, leverage new features, and improve performance. Follow the [TailwindCSS Upgrade Guide](https://tailwindcss.com/docs/upgrade-guide#using-the-upgrade-tool) to streamline the update process. ### Affected compone...
area: request,tailwind
high
Major
2,805,693,005
pytorch
[dynamo] `random.Random` gives wrong result on second call
`random.Random` calls are not correct on the second call onward. This is because Dynamo generates RNG on `random.Random` objects by creating a new object and applying the RNG state at the time of tracing, which is not correct in general. Example failing test: ```python def test_random_object_repeat(self): ...
triaged,oncall: pt2,module: dynamo
low
Minor
2,805,694,771
pytorch
[dynamo] fix graph break on random.random
We used to not graph break on `random.random`, but we do now. ```python import random import torch @torch.compile(backend="eager", fullgraph=True) def fn(x): return x + random.random() fn(torch.ones(5, 5)) ``` This does not happen to other supported random functions - `randint`, `randrange`, `uniform`, liste...
triaged,module: regression,oncall: pt2,module: dynamo
low
Minor
2,805,697,173
react
[DevTools Bug]: react-devtools not start up
### Website or app sorrry I don't know how to reproduce this. ### Repro steps npm install -g react-devtools react-devtools react-devtools not start up on ubuntu24 , nothing happen , no error message at all ### How often does this bug happen? Every time ### DevTools package (automated) _No response_ ### De...
Type: Bug,Status: Unconfirmed,Component: Developer Tools
medium
Critical
2,805,705,762
ui
[feat]: Switch to radix-ui mono package
### Feature description Radix-ui has release a [new package](https://www.npmjs.com/package/radix-ui) which exposes the latest version of all Radix Primitives from a single place. Using it would avoid conflicting or duplicate dependencies. ### Affected component/components All components ### Additional Context Addi...
area: request
low
Minor