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,760,730,501
pytorch
The special size tensor containing batches has a difference of a few tens of thousands in calculation results between CPU and GPU
### ๐Ÿ› Describe the bug You can modify the comments to switch and run to view the changes in the results๏ผ ``` import torch.nn as nn import torch.nn.functional as F import torch BN_MOMENTUM = 0.1 def conv3x3(in_planes, out_planes, stride=1): return nn.Conv2d(in_planes, out_planes, kernel_size=3, stride=...
needs reproduction,module: cuda,triaged
low
Critical
2,760,753,285
rust
c++ code frequency dlclose/dlopen *.so compiled by rust cause crash
[reproduction code upload to this repo](https://github.com/Rust401/rust_cpp_dlopen_crash_bug) Scenario: 1. Use rust to compile a staticlib with cxx build, target is `aarch64-linux-android` 2. Integrate the staticlib(*.a) to a c++ compiled .so 3. Use dlopen/dlclose to use the symbol in this .so 4. Run the binary on and...
A-linkage,T-compiler,T-libs,C-discussion,A-dynamic-library
low
Critical
2,760,761,266
pytorch
How to correctly asynchronously copy a GPU tensor to a CPU tensor in another process without introducing blocking?
### ๐Ÿ› Describe the bug I am developing a distributed PyTorch application designed to asynchronously transfer data from a GPU process to a CPU process, ensuring that GPU computations remain non-blocking. In my current implementation, I utilize the non-blocking copy_ method to transfer data from a GPU tensor to a CPU...
needs reproduction,oncall: distributed,triaged
low
Critical
2,760,779,340
neovim
Built-in which-key plugin
### Problem Currently, one of the barrier to keyboard-centric editor like Vim/Neovim is that there are too many keymappings to remember. And this is just worse when plugins also introduce their own mappings. Both Emacs and Helix has something like [which-key.nvim](https://github.com/folke/which-key.nvim) built-in. I...
enhancement
low
Major
2,760,804,538
rust
Tracking Issue for `int_from_ascii`
Feature gate: `#![feature(int_from_ascii)]` This is a tracking issue for `int_from_ascii`, providing equivalent methods to `{usize,u8,u16,u32,u64,u128,isize,i8,i16,i32,i64,i128}::from_str()` and `from_str_radix()` that allow working directly on byte slices, in order to skip UTF-8 validation. ### Public API For each ...
T-libs-api,C-tracking-issue
low
Critical
2,760,806,848
PowerToys
PowerToys Run lost the acrylic effect again
### Microsoft PowerToys version 0.87.1 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? As had already happened in May of last year, Run no longer shows the acrylic effect, maybe it is related to the recent fix "Ported the UI from WPF-UI to .NET 9 WPF". [This](https://gith...
Issue-Bug,Product-PowerToys Run,Area-User Interface
low
Major
2,760,832,274
node
crypto.generatePrime results in an abort in FIPS mode
### Version v22.11.0 ### Platform ```text Linux u24vm 6.8.0-50-generic #51-Ubuntu SMP PREEMPT_DYNAMIC Sat Nov 9 17:58:29 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux ``` ### Subsystem crypto ### What steps will reproduce the bug? Setup a node instance, ``` ยป node ``` and run the following javascript code. ``` _crypt...
confirmed-bug,crypto
low
Critical
2,760,896,971
yt-dlp
[TikTok] Live streams are not detected as live
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
site-bug,triage
low
Critical
2,760,933,919
vscode
terminal title supports branch variable
<!-- โš ๏ธโš ๏ธ 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. --> The `terminal.integrated.tabs.title` and `terminal.i...
feature-request,terminal-tabs
low
Major
2,760,946,108
transformers
Missing weights are not properly initialized when using model.from_pretrained()
### System Info - `transformers` version: 4.47.1 - Platform: Linux-5.15.0-122-generic-x86_64-with-glibc2.35 - Python version: 3.12.2 - Huggingface_hub version: 0.27.0 - Safetensors version: 0.4.5 - Accelerate version: 1.1.1 - Accelerate config: not found - PyTorch version (GPU?): 2.2.1+cu121 (True) - Tens...
Core: Modeling,bug
low
Critical
2,760,951,669
yt-dlp
downloaded audio only m3u8 format not able to play in some media players
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting a bug unrelated to a specific site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](http...
site-bug,site:youtube,core:post-processor
low
Critical
2,760,955,634
TypeScript
Possible regression of intersection type inference in 5.7.2 compared to 5.6.3
### ๐Ÿ”Ž Search Terms inference generic types ### ๐Ÿ•— Version & Regression Information - This changed between versions 5.6.3 and 5.7.2 - This changed in commit or PR https://github.com/microsoft/TypeScript/pull/52095 ### โฏ Playground Link https://www.typescriptlang.org/play/?ts=5.7.2#code/MYGwhgzhAEBqYCcCWYBGICmAeAq...
Help Wanted,Possible Improvement
low
Critical
2,760,995,563
PowerToys
broken preview pane
### Microsoft PowerToys version 0.87.1 ### Installation method Microsoft Store ### Running as admin No ### Area(s) with issue? File Explorer: Preview Pane ### Steps to reproduce fresh windows install, install powertoys preview breaks ### โœ”๏ธ Expected Behavior to see any txt style preview ### โŒ Actual Behavio...
Issue-Bug,Needs-Triage
low
Critical
2,761,006,739
tauri
[feat] Centralize mobile app configuration in Tauri configuration files
### Describe the problem Today, a lot of mobile app configuration requires knowledge of editing mobile platform-specific configuration files for managing permissions, signing, etc. ### Describe the solution you'd like As it does for desktop, Tauri would allow setting mobile configuration in Tauri's cross-platform co...
type: feature request
low
Minor
2,761,017,921
langchain
max_completion_tokens (and max_tokens) param in ChatOpenAI() can't be processed by OpenAI() object
### 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,investigate
low
Critical
2,761,025,975
langchain
Add "developer" role support to ChatPromptTempkate
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content Add support for ```python ChatPromptTemplate([("developer", "...")]) ```
โฑญ: core
low
Minor
2,761,029,625
pytorch
The link for the source in page torch.Tensor.backward is broken.
### ๐Ÿ“š The doc issue The link for the source in page torch.Tensor.backward is broken.[link](https://pytorch.org/docs/stable/generated/torch.Tensor.backward.html) ### Suggest a potential alternative/fix _No response_ cc @svekars @brycebortree @sekyondaMeta @AlannaBurke @ezyang @albanD @gqchen @pearu @nikitaved @soul...
module: docs,module: autograd,triaged,needs design
low
Critical
2,761,037,268
bitcoin
Running out of memory on a 2GB box - Initializing chainstate Chainstate [ibd] @ height -1 (null)
I have a server running a pruned bitcoind node as a Docker container with 2G RAM. There are some other services using maybe 500MB of the RAM but I got into a state where bitcoind tries to initialize the chainstate but then starts sucking up all the available RAM so it gets killed with OOM error. Docker then restarts it...
UTXO Db and Indexes,Resource usage
low
Critical
2,761,044,672
go
x/tools/gopls: revisit the set of 'quickfix' refactorings
Why can gopls@v0.16.2 do fill struct code action and gopls@v0.17.1 doesn't feature or bug ? <img width="633" alt="image" src="https://github.com/user-attachments/assets/82e11a15-603e-4eee-a4b1-0f2dababe2b1" /> gopls@v0.17.1 <img width="311" alt="image" src="https://github.com/user-attachments/assets/7976b879-e...
gopls,Tools
low
Critical
2,761,049,336
PowerToys
Workspaces Incorrect File error when running as admin
### Microsoft PowerToys version 0.87.1 ### Installation method GitHub ### Running as admin Yes ### Area(s) with issue? Workspaces ### Steps to reproduce - run powertoys as an Admin user (ie, seperate account from the logged in user) - create new workspace with any configuration - try launching the workspace...
Issue-Bug,Needs-Triage,Product-Workspaces
low
Critical
2,761,125,666
godot
CanvasItemMaterial Light Mode Only not working with lights
### Tested versions 4.3 ### System information Windows 11, Godot 4.3 ### Issue description You can add the CanvasItemMaterial to lights and set Light Mode Light Only but it doesn't work. ### Steps to reproduce Add the CanvasItemMaterial to PointLight2d and set Light Mode Light Only, doesn't work. ### Minimal re...
enhancement,discussion,topic:rendering,topic:2d
low
Minor
2,761,126,573
pytorch
Set up Mac builds with clang >= 17 even though Xcode only has at most clang 16
### ๐Ÿš€ The feature, motivation and pitch This would enable a couple disparate improvements: 1) Our binary releases should include the latest compiler features and optimizations. The concrete motivating example is that the compiler used for Mac wheels apparently doesn't pass [`COMPILER_SUPPORTS_BF16_TARGET`](https://g...
module: binaries,module: ci,triaged,enhancement
low
Critical
2,761,136,144
pytorch
RuntimeError: could not create an engine
### ๐Ÿ› Describe the bug Hi, I experienced the following error (the message before the exception): File c:\Users\xiaoy\anaconda3\envs\llm2\Lib\site-packages\torch\nn\modules\linear.py:125, in Linear.forward(self, input) 124 def forward(self, input: Tensor) -> Tensor: --> 125 return F.linear(input, self.weight, sel...
module: windows,triaged,module: xpu
low
Critical
2,761,142,869
godot
SoftBody3D can cause editor to hang when opening scene on multi-threaded physics
### Tested versions - Reproducible in: v4.3.stable.mono.official [77dcf97d8], custom build from commit 99a8ab795 ### System information Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3080 (NVIDIA; 32.0.15.6614) - AMD Ryzen 7 5800X 8-Core Processor (16 Threads) ### Issue description When usin...
bug,topic:editor,topic:physics,topic:3d
low
Critical
2,761,167,915
flutter
Make _LocalizedShortcutLabeler public
### Use case Showing customizable shortcuts in the app could be a lot of code. Making the built in public could simplify the code. Additionally this could be useful to make my own menuitembutton with shortcuts. ### Proposal Change the name of the class from `_LocalizedShortcutLabeler` to `LocalizedShortcutLabele...
framework,f: material design,c: proposal,P3,team-design,triaged-design
low
Minor
2,761,194,865
deno
Using vitest in a monorepo produces an unexpected module dependency error
Rewriting my issue from #23882 as requested, since it was bloated. Trying to use Deno 2.1.4 with Vitest 2.1.8 in a monorepo produces a strange error. The monorepo (nx) is roughly as follows: - apps/ - node-app1/ - node-app2/ - deno-app/ - functions/ - deno.json, deno.lock... ...
bug,node compat
low
Critical
2,761,209,532
vscode
Some sidebar items, such as Copilot Edits, select colors from unrelated elements
<!-- โš ๏ธโš ๏ธ 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,cross-file-editing
low
Critical
2,761,209,791
PowerToys
Have setting for Screen Ruler to close on click
### Description of the new feature / enhancement When this setting is enabled, then clicking anywhere on the screen whilst in ruler mode will: 1. Copy the measurement to the clipboard (as it does presently) 2. Close the ruler (_not done presently_) The only ways to close the ruler currently are to move the mouse back...
Needs-Triage
low
Major
2,761,218,250
vscode
Please add "Diff Editor: Render Side By Side" to the Command Palette or to the diff view's context menu, or to the both places
<!-- โš ๏ธโš ๏ธ 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. --> When dealing with the diff view, sometimes it is more preferable to see the diff (changes) inli...
info-needed
low
Minor
2,761,233,077
godot
Crash on searching in the "Pick Root Node Type" dialog
### Tested versions Crash occurred in v4.4.dev.custom_build [99a8ab795] ### System information Linux X11 Debian ### Issue description Searching in the "Pick Root Node Type" dialog crashes the Editor. ``` ================================================================ handle_crash: Program crashed with signal 4 E...
bug,topic:editor,needs testing,crash
low
Critical
2,761,233,948
flutter
Support for Kotlin 1.9 and 2.0 in flutter module template
### Use case Hi! Our Android project is integrated with Flutter trough [flutter module](https://docs.flutter.dev/add-to-app/android/project-setup); it's a large native codebase project where we are migrating to 100% Flutter. # Context The native side setup is built with `Kotlin 2.0 and AGP 8.2.2` and we are ...
c: new feature,platform-android,tool,t: gradle,a: existing-apps,c: proposal,team-android
low
Critical
2,761,250,534
next.js
Nested node_modules causes incorrect bundling
### Link to the code that reproduces this issue https://github.com/Netail/repro-nested-modules ### To Reproduce 1. Install packages using `yarn install` 2. Run the web app `yarn dev` 3. Observe `[TypeError: this.getDefaultUrl is not a function]` being thrown ### Current vs. Expected behavior The error ...
Upstream,Webpack,Turbopack
low
Critical
2,761,261,790
flutter
[web] Upgrading to 3.27.1 results in NoSuchMethodError: method not found: 'quickReject' (quickReject is not a function)
### Steps to reproduce 1. Upgrade Flutter web from 3.24.5 stable to 3.27.1 stable 2. `flutter build web --web-renderer canvaskit --source-maps` ### Expected results No errors are expected. ### Actual results We're seeing tens of thousands of `method not found: 'quickReject'` errors per day on Flutter 3.27.1 stabl...
c: regression,platform-web,a: production,team-web
medium
Critical
2,761,272,095
next.js
SWC minifier changes Temporal workflow names in turborepo setup
### Link to the code that reproduces this issue https://github.com/njoshi22 ### To Reproduce 1. Create Next app as apps/web 2. Create separate temporal packages for activities and workflows 3. Create temporal client as part of an API route apps/web and import one of the workflows from the workflows package 4. Cal...
SWC
low
Minor
2,761,292,241
flutter
[monorepo] mac builds too slow
`Linux mac_android_aot_engine`, `Mac mac_host_engine`, `Mac mac_ios_engine`, etc are currently the biggest source of build slowness in the PRs and the MQ. Frequently, everything else is long done, and the PR cannot land waiting for the last couple of mac build to finish, for example: ![Screenshot 2024-12-27 at 12 43...
team-infra,P1,monorepo
medium
Critical
2,761,300,918
flutter
flutter attach fails to discover Dart VM service on iOS Simulator in add2app setup
I'm experiencing an issue where the `flutter attach` command fails to automatically discover the Dart VM service when running a Flutter module in an iOS Simulator. The command works correctly on a physical device, and I can manually connect using the `--debug-url` option with the Dart VM address. ### Steps to reprod...
platform-ios,a: existing-apps,has reproducible steps,P2,team-ios,triaged-ios,found in release: 3.27,found in release: 3.28
low
Critical
2,761,303,244
flutter
Flutter dashboard golden-files should support Mac or use Skia Gold
Golden-file matching in `flutter/cocoon` [uses local-file comparison, but only runs on Linux](https://github.com/flutter/cocoon/blob/6c83f7fa4064eb18a2ae0f68262d0bd03c2d6d66/dashboard/test/utils/golden.dart#L31). This means with a Mac or WIndows machine, I cannot make any UI-impacting changes to coocon without getti...
team-infra,P2,c: tech-debt
low
Minor
2,761,311,329
flutter
Undismissable "Android x86 targets" warning on `flutter build apk`
When I run `flutter build apk --debug` using the main/master channel, I get the following warning: ``` $ flutter build apk --debug Support for Android x86 targets will be removed in the next stable release after 3.27. See https://github.com/flutter/flutter/issues/157543 for details. Running Gradle task 'assemble...
platform-android,tool,P2,team-android,fyi-tool
low
Critical
2,761,321,813
next.js
Turbo loader options type too strict
### Link to the code that reproduces this issue https://github.com/Netail/repro-typescript-next-config ### To Reproduce 1. Install dependencies; `yarn install` 2. Inspect `next.config.ts` 3. Svgr options clash with turbo options type ### Current vs. Expected behavior The turbo loader options type are a...
TypeScript
low
Minor
2,761,322,083
react-native
Unexpected color given in StatusBar._updatePropsStack when using PlatformColor for theming
### Description Setting a `PlatformColor` value as the `backgroundColor` prop of `StatusBar` causes an "Unexpected color given in StatusBar._updatePropsStack" error. ### Steps to reproduce 1. Install and run the application on an Android device or emulator which supports Material You theming with `npm run android` ...
Issue: Author Provided Repro,Component: StatusBar
low
Critical
2,761,327,395
godot
Freeing a node on macOS + Godot Mono from `_GuiInput` causes a crash
### Tested versions - Reproducible in `v4.3.stable.mono.official [77dcf97d8]` - Reproducible in `v4.4.dev.mono.custom_build.c602c168b` ### System information Sonoma 14.6.1 ### Issue description Freeing a node right when Godot calls the `GridMapEditorPlugin` destructor causes a crash. This only seems to happen on m...
bug,discussion,platform:macos,topic:editor,documentation,needs testing,crash,topic:3d
low
Critical
2,761,344,870
flutter
Preserve file date (mtime) for images/files picked
### Use case When picking a file or files, it's often useful to know when the original file was created/edited. This allows features like sorting by date as well as by file name. Unfortunately, at least on Android, the last edit date (mtime) of the temp file returned from image_picker has the date/time of when the f...
c: new feature,platform-android,p: image_picker,package,c: proposal,P2,team-android,triaged-android
low
Minor
2,761,346,898
rust
Unexpected static lifetime requirement for nested boxed closures with generic parameters
<!-- 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 type BoxedClosure<U> = Box<dyn for<'e> Fn(&'e Context<'e, U>) -> bool + Sync + Send + 'static>; pub struct CompiledExpr<U>(Boxe...
T-compiler,C-bug,T-types,needs-triage
low
Critical
2,761,350,605
pytorch
Unnecessary CPU to GPU copies within flex_attention
There are a few unnecessary CPU to GPU copies within flex_attention that cause unnecessary `cudaStreamSynchronize`s to occur. This decreases GPU utilization. ## Note The below is based on a profiling run without `torch.compile`. I haven't looked at profiles of the compiled version in depth yet, but based on a qui...
triaged,oncall: pt2,module: pt2-dispatcher,module: flex attention
low
Minor
2,761,379,578
flutter
Japanese IME input is not working properly on macOS
### Steps to reproduce This is a report following the this issue. https://github.com/singerdmx/flutter-quill/issues/2178 > Enter a sentence with two or more phrases using Japanese IME. > Example: ใใ‚‡ใ†ใฏใ„ใˆใซใ‹ใˆใ‚Šใพใ™ This sentence consists of three phrases, recognized during IME conversion as: ใใ‚‡ใ†ใฏ ใ„ใˆใซ ใ‹ใˆใ‚Šใพใ™ > > Pre...
a: text input,platform-mac,a: internationalization,has reproducible steps,P2,fyi-text-input,team-macos,triaged-macos,found in release: 3.27,found in release: 3.28
low
Critical
2,761,380,808
langchain
TypeError: DocumentIntelligenceClientOperationsMixin.begin_analyze_document() missing 1 required positional argument: 'body' when trying to use the AzureAIDocumentIntelligenceLoader with the bytes_source parameter
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
๐Ÿค–:bug
low
Critical
2,761,384,711
rust
ICE while trying to field project out of opaque value by utilizing type ascription
Reproducer: ```rs #![feature(type_ascription)] #![allow(dead_code)] struct Ty(()); fn mk() -> impl Sized { if false { let _ = type_ascribe!(mk(), Ty).0; } Ty(()) } fn main() {} ``` Compiler output (backtrace disabled): ``` note: no errors encountered even though delayed bugs were created not...
I-ICE,P-low,T-compiler,A-impl-trait,C-bug,requires-nightly,F-type_ascription,S-bug-has-test,fixed-by-next-solver
low
Critical
2,761,388,595
pytorch
The model compiled with torch.compile encounters an error when run.
### ๐Ÿ› Describe the bug I have an LLM and I used torch.compile to compile the function for each step of decoding. After that, I encapsulated a server-side interface using Flask. When I make two concurrent calls, I encounter an error as follows: ``` nknown:0: unknown: block: [1,0,0], thread: [32,0,0] Assertion `ind...
triaged,oncall: pt2,module: inductor
low
Critical
2,761,393,466
excalidraw
Rescaling Shapes Doesn't Work!
Many of you might know that rescaling the shapes doesn't work as the shapes resize but the strokes are too thick when risized very much! I have also noticed that resizing the texts does work! So it means that rescaling the shapes properly is possible! Just we need to pay some attention towards this corner of excali...
bug
low
Minor
2,761,408,753
react
Bug: Chrome dev tools memory leak heads up
TLDR: There is a bug with Chrome dev tools that prevents nodes to be garbage collected ( detached nodes ) I noticed a lot of detached nodes when navigating in my Vite react 18 app. Thought it was something with react-router, but then tried with tanstack router and there was the same issue. Later I could reproduce ...
Status: Unconfirmed
medium
Critical
2,761,432,094
go
x/crypto/ssh: `ParseRawPrivateKey` should return `PassphraseMissingError` for `ENCRYPTED PRIVATE KEY`
### Go version go1.23.4 ### Output of `go env` in your module/workspace: ```shell N/A ``` ### What did you do? I was validating a [Box-generated private key](https://github.com/box/developer.box.com/blob/d7a17fc79446b32f02e1ddb8e0043b9587882710/content/guides/authentication/jwt/with-sdk.md?plain=1#L6...
NeedsInvestigation
low
Critical
2,761,500,083
next.js
Boundary Serialization - `Props must be serializable for components in "use client" file` warning
### Link to the code that reproduces this issue https://github.com/inducingchaos/riley-barabash ### To Reproduce **(Ignore code repro - SEE https://github.com/vercel/next.js/discussions/46795)** In my experience: just create any component in a `"use client"` file that accepts a function, dispatch for state,...
Linting,Partial Prerendering (PPR)
low
Major
2,761,546,871
kubernetes
apiserver healthz should check etcd override endpoints
### What happened? It seems the apiserver will fail bootstrap if the etcd override endpoint is not healthy. But after the bootstrap completes, if the etcd override endpoint become unhealthy, the apiserver health check will still report OK while `kubectl get cs` will report etcd override endpoint is not healthy. ### ...
kind/bug,sig/api-machinery,triage/accepted
low
Minor
2,761,557,244
tauri
[bug] iOS Microphone Access
### Describe the bug I've a standard web application that requires mic access, it works perfectly on Chrome/Firefox. When I deployed the app to iOS using tauri, it failed to access the mic nor enumerate media devices. The mic permission is shown randomly once. Here's the code I use to initialize user's media: ...
type: bug,status: needs triage
low
Critical
2,761,560,321
ui
[bug]: EUNSUPPORTEDPROTOCOL while trying to create monorepo
### Describe the bug While creating a new monorepo project, it throws below error: ```sh chintansoni@192 projects % npx shadcn@canary init โœ” The path /Users/chintansoni/projects does not contain a package.json file. Would you like to start a new project? โ€บ Next.js (Monorepo) โœ” What is your project named? โ€ฆ ...
bug
low
Critical
2,761,571,001
flutter
[Flutter Driver] - Don't print non-error logs during standard behaviors
I'm using `FlutterDriver` to communicate from my host machine to a running Flutter app. This connection is printing logs to my console that I don't want: ``` hell: VMServiceFlutterDriver: Connecting to Flutter application at ws://127.0.0.1:42929/8muWsyIrrOE=/ws Shell: VMServiceFlutterDriver: Isolate found with num...
t: flutter driver,will need additional triage
low
Critical
2,761,581,543
react-native
RCTNotAllowedValidationDisabled not working
### Description I can't seem to turn off the error: ` (NOBRIDGE) ERROR Error: Tried to access NativeModule "RNFBAppModule" from the bridge. This isn't allowed in Bridgeless mode.` ### Steps to reproduce 1. Using React Native in Bridgeless mode. 2. Call any function that triggers the use of RNFBAppModule (or a s...
Needs: Author Feedback,Needs: Repro
low
Critical
2,761,587,345
deno
fmt(astro): formatter error on attribute using template strings
Version: Deno 2.1.4 ```sh PS C:\astro> deno fmt --unstable-component Error formatting: C:\astro\eg.astro Syntax error (expected attribute value) at file:///C:/astro/eg.astro:4:0 Checked 1 file PS C:\astro> ``` eg.astro ```astro --- const color = "red" --- <p style=`color: ${color};`>Hello</p> ``...
bug,deno fmt
low
Critical
2,761,640,665
opencv
Can't build for iOS arm64: No CMAKE_Swift_COMPILER
### System Information - OpenCV version from this commit: aeb7a9b3838ac17ca4dde452822c0cb04de295d1 - Operating System: macOS Ventura 13.7.2 - Compiler: cmake ### Detailed description -- The Swift compiler identification is Apple CMake Error at CMakeLists.txt:20 (enable_language): No CMAKE_Swift_COMPILER could ...
bug,category: build/install,platform: ios/osx
low
Critical
2,761,645,508
ant-design
Column Group in table
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/kcstd8) ### Steps to reproduce use table with group column ### What is expected? show separator between grouped column and other columns ### What is actually happeni...
unconfirmed
low
Minor
2,761,662,298
PowerToys
Mapping Copilot key (win + shift + F23) -> CTRL: almost impossible to use Copilot in hotkeys as CTRL key - need "Remap a KEY" for Copilot
### Microsoft PowerToys version 0.87.1 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? Keyboard Manager ### Steps to reproduce i was able to remap copilot as a shortcut: ![Image](https://github.com/user-attachments/assets/3227789f-772d-41a1-a557-89ee8facfa0f) but in s...
Issue-Bug,Needs-Triage
low
Minor
2,761,663,822
PowerToys
Highlighting text and modifying its style, as done in Android.
### Description of the new feature / enhancement Hi, Modifying the selected text using "ticks" (similar to Android) would be an interesting option. Kind regards ![Image](https://github.com/user-attachments/assets/bfc09a15-a103-47b2-89de-308a14c27744) https://github.com/user-attachments/assets/24297699-4f03-48ae-98...
Needs-Triage
low
Minor
2,761,670,912
storybook
[Bug]: Missing "./vite" specifier in "@testing-library/svelte" package
### Describe the bug When running `yarn start` on the next branch: ``` ๐Ÿฅพ Bootstrapping > npx nx run-many -t build --parallel=15 An error occurred while executing: `npx nx run-many -t build --parallel=15` โŒ Failed to bootstrap Error running task compile for react-vite/default-ts: { "shortMessage": "Command failed ...
bug,svelte
low
Critical
2,761,676,576
ui
[feat]: Quick Navigation by Year in Calendar
### Feature description In the current version of the `Calendar`, there are only two buttons for navigating to the previous or next month. I wonder if it would be possible to add a way to select a specific year or month, similar to using `captionLayout="dropdown"` in React DayPicker. Since `Calendar` is built o...
area: request
low
Major
2,761,680,979
rust
Confusing error when using CoercePointee
### Code ```Rust #![feature(derive_coerce_pointee)] use std::marker::CoercePointee; use std::rc::Rc; #[repr(transparent)] #[derive(CoercePointee)] struct RcWithId<T: ?Sized> { inner: Rc<(i32, Box<T>)>, } ``` ### Current output ```Shell error[E0277]: the trait bound `Box<T>: Unsize<Box<__S>>` is not satisfied -...
A-diagnostics,T-compiler,F-derive_coerce_pointee
low
Critical
2,761,684,483
flutter
ใ€3.27.0 SDK ใ€‘Create a blank project, compile the web version, and cannot enter the app
### Steps to reproduce 1. use flutter 3.27.0 sdk 2. create a project 3. flutter build web --release Redmi k20 and HuaWei P20 , cant into app,show app content, blank page ### Flutter Doctor output <details open><summary>Doctor output</summary> ```console Doctor summary (to see all details, run flut...
waiting for customer response,in triage
medium
Critical
2,761,692,948
create-react-app
npx create-react-app failed on windows
<!-- Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo. If you're in a hurry or don't feel confident, it's fine to report bugs with less details, but this makes it less likely they'll get fixed soon...
needs triage,issue: bug report
low
Critical
2,761,704,161
PowerToys
Window Catch
### Description of the new feature / enhancement Catch a window, show some information and can perform some window operations, such as its postion, adjusting process priorities, restarting and so on.The parameter should be customizable. ### Scenario when this would be used? Some apps need restarting to applicate som...
Needs-Triage
low
Minor
2,761,705,855
PowerToys
Auto Update Some Files
### Description of the new feature / enhancement Check for updates from a certain url(be set manually) on a regular basis or when some specific conditions are met. ### Scenario when this would be used? Powertoys Run plugin cannot be updated automatically. ### Supporting information _No response_
Needs-Triage
low
Minor
2,761,725,190
ollama
Segmentation Fault in AMD GPGPU Applications on 780M
### What is the issue? Hi, I start my ollama model failed again when try use AMD 780M iGPU. following is the log for `HSA_OVERRIDE_GFX_VERSION=11.0.0 /usr/bin/ollama serve` ```sh โ•ฐโ”€โ”€โžค $ HSA_OVERRIDE_GFX_VERSION=11.0.0 /usr/bin/ollama serve 2024/12/28 21:16:53 routes.go:1259: INFO server config env="map[CUDA...
bug
low
Critical
2,761,739,058
godot
Inverted `GPUParticlesCollisionHeightField3D` on compatibility renderer only
### Tested versions - Reproduceable in: 4.3.stable.fedora, 4.4.dev7.official. ### System information Fedora 41, Wayland, dedicated NVIDIA GeForce RTX 3060 Ti, proprietary driver v.565.77 ### Issue description As title says: `GPUParticlesCollisionHeightField3D` is inverted on Compatibility renderer. It works comple...
bug,confirmed,topic:3d,topic:particles
low
Critical
2,761,770,788
vscode
Emmet: Wrap with Abbreviation text on its own new line not working
<!-- โš ๏ธโš ๏ธ 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...
emmet,under-discussion
low
Critical
2,761,780,232
godot
MultiplayerSynchronizer stops syncing node when node owned by another client is freed
### Tested versions v4.3.stable.official [77dcf97d8] ### System information Windows 11 ### Issue description Each client owns a player which has a MultiplayerSpawner to spawn their character. When any character dies, the MultiplayerSynchronizer of other spawned characters stops synchronizing the value property eve...
bug,topic:multiplayer
low
Critical
2,761,789,181
flutter
Crash Android release : `FlutterView.sendUserSettingsToFlutter: java.lang.NoSuchMethodError` when uploading to Play Store for review
### Steps to reproduce I have the same issue as #141949 but using the latest version of flutter stable `3.27.1`. I am also using gradle `8.7.3` and kotlin `2.0.20` to compile the app. I have never encounter the error running on `3.24.x` and uploading no less than 20 releases of my app to the Play Store. Now...
platform-android,P1,team-android,triaged-android,fyi-tool
medium
Critical
2,761,798,040
rust
Unexpected behavior with type inference
<!-- 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. --> Hi Rust! ๐Ÿฆ€ I tried this code: ```rust struct Foo; struct Target; impl From<Target> for Foo { fn from(_t: Target) -> Self { Self } } fn ma...
T-compiler,A-inference,C-bug
low
Critical
2,761,801,833
PowerToys
Quick Accent does not have ฯ‚
### Description of the new feature / enhancement When pressing lowercase "s" with arrow keys or spacebar the end of word lowercase sigma ( ฯ‚ ) should also appear alongside ฯƒ ### Scenario when this would be used? This is useful for people typing in Greek who wish to have this as an option ### Supporting information ...
Needs-Triage
low
Minor
2,761,815,557
stable-diffusion-webui
[Bug]: Error loading script: main.py
### Checklist - [ ] The issue exists after disabling all extensions - [ ] 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 - [ ] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
not-an-issue
low
Critical
2,761,816,769
PowerToys
NewPlus starting digits, spaces, and dots should ALSO be ignored in creating the file from the template file
### Description of the new feature / enhancement If a template file is called "0100. Template.doc", and the setting "Hide template filename starting digits, spaces, and dots" is turned on, the new file resulting from this should be created as "Template.doc". Alternatively, a second setting "Skip starting digits, space...
Needs-Triage
low
Minor
2,761,822,079
rust
`#![feature(..)]` outside of crate root only warns and should be louder
When [a `feature` attribute is declared anywhere but the crate root, we currently emit an unused attribute warning](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=17ac08b4a6e3c35532de862cfed49fcb): ```rust fn main() { #![feature(default_field_values)] let () = 1; } ``` This [has caus...
A-lints,A-diagnostics,T-compiler,requires-nightly,D-newcomer-roadblock,D-terse,L-unused_attributes
low
Critical
2,761,825,804
neovim
Crash when using old `TSNode` after reparse
### Problem It is possible to crash Neovim by using a `TSNode` (or a query cursor) of a tree that was edited afterwards. Details: https://github.com/neovim/neovim/pull/31631#discussion_r1898103653 TL;DR: 1. Subtrees in tree-sitter are reference counted, but nodes and query cursors (which reference the subtree) do no...
bug-crash,treesitter
low
Critical
2,761,828,674
angular
NgIf Else Block Breaks Hydration
### Which @angular/* package(s) are the source of the bug? common ### Is this a regression? No ### Description The new built-in `@if` block seems to ignore the `@else` block during hydration, ensuring an consistent markup structure after the application becomes stable. However, the legacy NgIf is unaware of the hy...
area: core,state: needs more investigation,P3,core: hydration
low
Critical
2,761,832,092
yt-dlp
[twitter] Intermittent "Failed to parse JSON" errors
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
cant-reproduce,site-bug
low
Critical
2,761,875,029
svelte
Improve Spring data typing, or improving it so it doesn't bother about unsupported data types
### Describe the problem Issue #14840 made me suggest the following typing for the `Spring` class: ```diff + type MotionPrimitive = number | Date; + interface MotionRecord { + [x: string]: MotionPrimitive | MotionRecord | (MotionPrimitive | MotionRecord)[]; + }; - export class Spring<T> { + export cla...
types / typescript,transition/animation
low
Minor
2,761,880,522
ui
[bug]: Next 15 docs incorrectly state that CMDK works with react 19
### Describe the bug The [docs state](https://ui.shadcn.com/docs/react-19#upgrade-status) that cmdk works with react 19, [but it does not](https://github.com/pacocoursey/cmdk/issues/266)? ### Affected component/components Command ### How to reproduce 1. Create a Next project 2. Install shadcn command component 3...
bug
low
Critical
2,761,884,334
rust
Tracking issue for release notes of #133870: Stabilize `asm_goto` feature gate
This issue tracks the release notes text for #133870. ### Steps - [ ] 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...
A-inline-assembly,T-lang,relnotes,F-asm,needs-triage,relnotes-tracking-issue
low
Minor
2,761,909,094
pytorch
Add differentiable flag to SGD
### ๐Ÿš€ The feature, motivation and pitch When using SGD on cuda, it defaults to the foreach implementation. Because SGD is so simple, this often doesn't call any non differentiable operations, but when using weight_decay, it calls _foreach_add which is nondifferentiable. Currently, to make cuda SGD w/ weight_dec...
module: optimizer,triaged
low
Minor
2,761,912,213
godot
Godot4.4dev7: Using `@warning_ignore` annotation at function signature level is broken
### Tested versions - Reproducible in v4.4.dev7.mono.official [46c8f8c5c] - Works on v4.4.dev6.mono.official [1f47e4c4e] ### System information Windows 11 ### Issue description I updated my CI-PR workflow to Godot4.4dev7 and it fails now It reports now the warning and is ignoring the `@warning_ignore("unsafe_metho...
discussion,topic:gdscript
low
Critical
2,761,917,058
PowerToys
Let users change the New+ keyboard shortcut to open Templates in a new window
### Description of the new feature / enhancement If a user presses CTRL+SHIFT+N to try creating a new folder in File Explorer, the Templates folder will open in a new window. It'd be great to change the New+ keyboard shortcut that opens the Templates folder in a new window, so that CTRL+SHIFT+N can always create a new...
Needs-Triage
low
Major
2,761,921,156
ui
[bug]: `add --path` is broken
### Describe the bug I haven't found any combination of arguments to get a custom path out of the add function https://github.com/shadcn-ui/ui/blob/1081536246b44b6664f4c99bc3f1b3614e632841/packages/cli/src/commands/add.ts#L127 I noticed in the code that it resolves CWD, but passing that as an option as well does...
bug
low
Critical
2,761,934,439
next.js
Nextra and MDX generation doesn't work with Turbopack
### Link to the code that reproduces this issue https://github.com/frogermcs/next-issue-reproduce ### To Reproduce In the App Router config, I want to add Nextra, which lands in /pages directory. Renderring the page without turbopack works as expected, while using turbopack results with error, as described below. ...
Turbopack,Pages Router,Markdown (MDX)
low
Critical
2,761,957,674
godot
RigidBody2D freezes when accessing GlobalRotation or GlobalPosition inside _physics_process while the camera is moving and the RigidBody is the child of a Parallax2D node.
### Tested versions 4.4.dev 7 - mono ### System information Windows 11 ### Issue description When using a Parallax2D in combination with a RigidBody2D node, the RigidBody2D will freeze while the camera is moving and the RigidBody2D GlobalPosition or GlobalRotation is accessed (e.g. print). ### Steps to reproduce ...
bug,topic:physics,topic:2d
low
Critical
2,761,963,328
godot
Polygon2D does not deform it's mesh using the physics-interpolated position of Bone2Ds
### Tested versions `4.0.dev1`, `4.3.RC1`, `4.3.stable`, `4.4.dev6`, `4.4.dev7` ### System information Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 1 monitor - Vulkan (Mobile) - integrated AMD Radeon(TM) 760M (Advanced Micro Devices, Inc.; 31.0.24018.2001) - AMD Ryzen 5 7640U w/ Radeon 760M Graphics (...
bug,topic:physics,topic:animation,topic:2d
low
Critical
2,761,973,642
flutter
Impeller GPU calls fail to render on Windows (GLES)
### Steps to reproduce As of a few weeks ago, enabling Impeller and making `flutter_gpu` calls on Windows (OpenGL / GLES) was actually working as desired, despite not yet being listed as a supported platform. This only broke in a recent update to the `main` channel - right now, I'm unable to render anything to a `flut...
c: regression,engine,platform-windows,c: rendering,has reproducible steps,P2,e: impeller,team-engine,triaged-engine,flutter-gpu,found in release: 3.28
low
Critical
2,761,975,222
react-native
TypeError: Object is not defined
### Description I upgraded my react native version to 0.75.4 and so react navigations versions also to latest one, but got stuck in the loop saying object is not a function in react. Main page shown for some seconds and then got the below error. Currently i am using these versions | @react-navigation/native ...
Stale,Needs: Author Feedback,Needs: Repro
low
Critical
2,761,978,682
rust
Dependency of rustc_fluent_macros getting compiled with -Ztls-model=initial-exec
Proc macros must not be compiled with `-Ztls-model=initial-exec` as `-Ztls-model=initial-exec` is incompatible with dlopen. Glibc is somewhat lenient with dlopening dylibs compiled with `-Ztls-model=initial-exec` for as long as there is room, but other libc implementations may not provide enough room or provide room at...
T-compiler,T-bootstrap,A-thread-locals,C-bug
low
Critical
2,761,994,378
ui
[bug][docs]: Drawer docs usage section typo which leads to nested buttons
### Describe the bug The `DrawerClose` usage under the Usage section of Drawer docs doesn't specify the asChild prop but uses a nested button as child. This leads to the following error when devs copy the code as-is: ```shell Error: In HTML, <button> cannot be a descendant of <button>. This will cause a hydrati...
bug
low
Critical
2,762,021,349
ui
[bug]: shadcn website light/dark toggle broken
### Describe the bug I had the docs open then started using the theme toggle on the website to see what certain blocks/components would look like in dark mode. After that I set it back to light mode and stepped away. Then this video happened, please be warned it flashes **very** fast, so I am wrapping the link that wa...
bug
low
Critical
2,762,049,402
neovim
`vim.lsp.enable()`: do not launch LSP server if root dir not found (like `single_file_support=false` from nvim-lspconfig)
### Problem Many LSPs can initialize without a root dir, but their usefulness may be heavily limited. For instance, without a compile_commands.json, clangd is quite helpless. In such a case it may be preferred to not have the language server active at all, as their presence is more distracting than helpful. ### Expec...
enhancement,has:workaround,lsp
low
Major
2,762,052,471
rust
`Methods from Deref<Target=[T]>` doesnt appear for type aliases
I have a type alias for a type that implements `Deref<Target=[T]`, but Rustdoc doesnt generate the corresponding section in the sidebar like it does for the concrete type I'm aliasing ```rust #[derive(Copy, Clone, Eq, PartialEq, Debug)] pub struct Col<T: Copy, const N: usize> { data: [T; N], } pub type Mat<T, con...
T-rustdoc,C-bug,A-rustdoc-js,T-rustdoc-frontend
low
Critical
2,762,056,282
deno
Error: Not implemented: cluster.fork
Version: Deno v2.1.4 Attempting to use the node:cluster module to cluster.fork() throws an error `Error: Not implemented: cluster.fork` Code to duplicate: ```ts import cluster from 'node:cluster'; import http from 'node:http'; import { availableParallelism } from 'node:os'; import process from 'node:proce...
node compat,node:cluster
low
Critical