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,591,759,300
rust
ice when implementing `Try` trait
`rustc-ice` this is the project i was working on https://github.com/zahash/fullstack/commit/2c2bb78e2b742c2125e7b4c816ad65cb378064fa i don't exactly know what caused this but i was trying to implement the `Try` trait for one of my structs. this is the final result ```rust pub struct Redacted<T>(T); impl<T, E> Try f...
I-ICE,T-compiler,A-incr-comp,C-bug,S-needs-repro
low
Critical
2,591,798,287
deno
Deno is not able to resolve npm workspace dependency types
Version: Deno 2.0.0 tldr: Deno seems to be having problems resolving npm workspace dependency types with packages having only `package.json`; Maybe because the exports uses `*`? My current structure is: `project/apps/project` -> Remix app with a package.json. Runtime runs vite w/ deno, and the imports are res...
bug,tsc,workspaces
low
Critical
2,591,821,740
angular
Give an error/warning when testing for falsy against signal functions in the template
### Which @angular/* package(s) are relevant/related to the feature request? _No response_ ### Description Consider the following code: ```ts @Component({ //... template: ` <!-- not doing the correct !isFalsy() check --> @if (!isFalsy) { Hello world! } `, //... }) export class ExampleCompo...
area: compiler,compiler: extended diagnostics
low
Critical
2,591,830,100
flutter
Camera preview for front camera is flipped post Impeller updates
### What package does this bug report belong to? camera ### What target platforms are you seeing this bug on? Android ### Have you already upgraded your packages? Yes ### Dependency versions Latest version of `camera_android_camerax: 0.6.10`, however, the bug was first observed in `0.6.8+2` ### Steps to reprodu...
c: regression,platform-android,p: camera,package,has reproducible steps,P1,e: impeller,team-android,triaged-android,fyi-ecosystem,found in release: 3.24,found in release: 3.27
medium
Critical
2,591,835,944
opencv
the cv::cuda::transpose crash when CV_32F rows exceed 1048560
### System Information OpenCV: 4.10.0 compiler: clang 17.0.6 Platform: almalinux9 cuda sdk: 12.3 ### Detailed description ``` exception message: OpenCV(4.10.0) opencv-4.10.0/contrib/modules/cudev/include/opencv2/cudev/grid/detail/transpose.hpp:118: error: (-217:Gpu API call) invalid configuration argument in fun...
bug,category: gpu/cuda (contrib)
low
Critical
2,591,857,355
deno
Deno lint ignores the `ignore` and `exclude` options
Version: Deno 2.0.0 I'm using deno in a workspace that includes a npm package `project/packages/ui` which is a collection of React components, that use tailwind. In this package, i have a `globals.css` file that is not valid for the default Deno CSS linter, since i have a setup that uses postcss to process it (for t...
bug,lint
low
Major
2,591,862,834
flutter
[webview_flutter] No password manager on Android when using loadRequest
### Steps to reproduce 1. expose html in http://locahost:8080/login ```html <!DOCTYPE html> <html> <body> <form> <label for="username">Username:</label><br> <input type="text" id="username" name="username" autocomplete="username"><br> <label for="...
c: new feature,platform-android,a: quality,p: webview,package,has reproducible steps,P2,team-android,triaged-android,found in release: 3.24,found in release: 3.27
low
Minor
2,591,873,077
vscode
SCM - Git commit view: Show message on top of diffs
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> It is great that since the last update (I did), the git history in the side-panel finally shows the full commit message in the tool-tip! However, when I continue working/reviewing code, that display obviously quickly vanishes and even though I can copy th...
feature-request,scm
low
Minor
2,591,876,555
excalidraw
Space's link
Is there in excalidraw anything similar to a "space's link"? I don't know if this feature exist in any application to draw at all. I want something like a link that when you press bring you to some coordinates of the whiteboard. Is that a stupid idea? I think that can be really useful in diagrams of big dimension.
enhancement
low
Minor
2,591,886,676
rust
Diagnostics differ between regular execution and ui tests
Consider this example: ```rust fn main() { let val = 2; let ptr = std::ptr::addr_of!(val); unsafe { *ptr = 3; } } ``` On the playground and when I run it locally, this produces: ``` error[E0594]: cannot assign to `*ptr`, which is behind a `*const` pointer --> src/main.rs:6:14 | 6 | unsafe { *ptr = 3;...
A-diagnostics,T-compiler,T-bootstrap,D-diagnostic-infra,A-compiletest
low
Critical
2,591,900,406
pytorch
`export()` fails for `full((n,), v)` but succeeds for `ones((n,)) * v` where `v` is dynamic
### 🐛 Describe the bug When using `torch.full((n,), v)` to create a tensor with a dynamic value, one receives a `Pending unbacked symbols` error. A simple workaround is to use `torch.ones((n,)) * v`, but unless I'm missing something the former should work just as well. Below is a minimal example to reproduce the...
oncall: pt2,module: dynamic shapes,module: dynamo,oncall: export
low
Critical
2,591,953,980
go
proposal: x/crypto/ssh: support parsing sk-* private keys
### Proposal Details Support for sk-* key types on the server-side was added in 2019: https://github.com/golang/crypto/commit/86a70503ff7e82ffc18c7b0de83db35da4791e6a While working on a FIDO2 for SSH project I noticed that the library supports parsing sk-ecdsa-sha2-nistp256@openssh.com and sk-ed25519@openssh.com pu...
Proposal,Proposal-Crypto
low
Minor
2,591,961,918
vscode
RGB alpha on terminal cursor has no effect after changing settings
<!-- ⚠️⚠️ 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...
help wanted,upstream,good first issue,upstream-issue-linked,terminal-rendering
low
Critical
2,591,975,054
flutter
Kurdish text does not display properly on iOS 18
### Steps to reproduce There is a text bug in Kurdish language with flutter + iOS 18. I didn't have this issue with previous iOS versions it only occurs in IOS 18 and later and I have the latest flutter version. I didn't use any packages for this project it is a normal text widget. <img src="https://github.co...
platform-ios,engine,a: internationalization,a: typography,e: OS-version specific,has reproducible steps,P1,team-ios,triaged-ios,found in release: 3.24,found in release: 3.27
medium
Critical
2,591,997,825
flutter
DropdownButton Menu Does Not Close or Reposition on Screen Resize in Web and desktop platforms
### Steps to reproduce 1- Run the provided code in a Flutter web project. 2- Open the DropdownButton menu. 3- Resize the browser window. ### Expected results - The DropdownButton menu should automatically close when the screen size changes. - The dropdown menu should reposition itself directly under the dro...
framework,f: material design,platform-web,a: desktop,has reproducible steps,P2,team-design,triaged-design,found in release: 3.24,found in release: 3.27
low
Critical
2,592,006,828
vscode
Contribution Points documentation is missing notebooks
https://code.visualstudio.com/api/references/contribution-points does not include any information about the `notebooks` contribution point.
debt,notebook
low
Minor
2,592,038,509
ollama
Library tags not present in model information - RFC
Today, I was using a third party software along Ollma (Msty). That program has support for text and vision models. As I was trying MiniCPM-V, a vision model, it was not detected by the program. Somehow I assumed that the Vision tag present on the library would be also present in the Model information. But that does not...
feature request
low
Minor
2,592,047,079
vscode
Chinese not fully supported.
<!-- ⚠️⚠️ 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,notebook-output
low
Critical
2,592,094,002
vscode
GitHub Copilot Reference Links Disrupt NVDA Screen Reader
Type: <b>Bug</b> When there is a reference to GitHub in the Copilot explanation, it is difficult to understand the link to the reference, and it disrupts reading with NVDA. See an example below. Explanation Context: This code snippet appears to be part of a method for constructing or configuring an object, possibly u...
bug,accessibility,chat
low
Critical
2,592,168,113
vscode
Segmentation fault in VS Code Dev Container
Type: <b>Bug</b> **Version Information**: - **VS Code Version**: 1.95.0-insider (8d8f0cd9d4b25e89621ce897e82f2111eca6a278) - **Dev Containers Version**: 0.388.0 - **Docker Desktop Version**: 4.24.2 - **Docker Engine Version**: 24.0.6 - **OS**: macOS (Docker context: desktop-linux) - **Base Image**: mcr.microsoft.com/...
info-needed,freeze-slow-crash-leak,macos,containers
low
Critical
2,592,246,135
rust
fails to compile `rustc_middle` for `i686-pc-windows-gnullvm`
<!-- 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. --> While updating compiler to 1.82.0 version (host with stable 1.81.0 toolchain used) for i686-pc-windows-gnullvm target it failed to compile `rustc_middle` due to...
O-windows-gnu,I-compilemem,C-bug
low
Critical
2,592,275,441
rust
ICE: `no non-'#[track_caller]' frame found`
<!-- ICE: Rustc ./a.rs '' 'error: internal compiler error: compiler/rustc_const_eval/src/interpret/eval_context.rs:387:9: no non-`#[track_caller]` frame found', 'error: internal compiler error: compiler/rustc_const_eval/src/interpret/eval_context.rs:387:9: no non-`#[track_caller]` frame found' File: /tmp/im/a....
A-attributes,I-ICE,T-compiler,C-bug,A-const-eval,S-bug-has-test
low
Critical
2,592,277,321
flutter
`UiKitView` is transformed incorrectly when applying a perspective transformation with a non-left Alignment
### Steps to reproduce Try the sample code (or repository at https://github.com/kekland/calayer_impeller_transform) 1. Try to set any left alignment (vertical alignment doesn't matter). Observe that when changing the slider, the applied transformation is correct both for the Flutter widget and the iOS widget 2. ...
platform-ios,a: platform-views,has reproducible steps,P2,team-ios,triaged-ios,found in release: 3.24,found in release: 3.27
low
Critical
2,592,352,278
flutter
Iframed flutter web in a fixed position with a ListView in a SingleChildScrollView will share scrolling with the parent page
### Steps to reproduce 1. Wrap a ListView in a SingleChildScrollView 2. Embed the flutter app on another website in a fixed position 3. Hover over the flutter app and scroll ### Expected results Just the flutter app scrolls. ### Actual results The flutter app AND the parent website scrolls. ### Code sample <de...
framework,f: scrolling,platform-web,has reproducible steps,P2,team-web,triaged-web,found in release: 3.24,found in release: 3.27
low
Minor
2,592,364,010
storybook
[Bug]: react-docgen-plugin is failing Storybook at build time
### Describe the bug We are trying to move from Storybook 6 to 8. Everything is working fine except for a single story that make Storybook build fail. Here's the output: ``` yarn build-storybook @storybook/core v8.3.5 info => Cleaning outputDir: dist info => Loading presets info => Building manager.. info => Manager ...
bug,react,docgen
low
Critical
2,592,381,142
godot
Autoloads in editor are loaded before GDExtensions
### Tested versions Godot v4.4.dev3 - Windows 10.0.19045 - Single-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 4050 Laptop GPU (NVIDIA; 32.0.15.6070) - 13th Gen Intel(R) Core(TM) i5-13500HX (20 threads) ### System information Godot v4.4.dev3 - Windows 10.0.19045 - Single-window, 1 monitor - Open...
bug,topic:editor,topic:gdextension
low
Critical
2,592,412,545
TypeScript
Incorrect static method overload inheritance between TypeScript and JavaScript with JSDoc
### 🔎 Search Terms Static method overload, inheritance, JSDoc, static method TypeScript, class inheritance, overload error, static side incompatible. ### 🕗 Version & Regression Information **TypeScript Version:** 5.6.3 ### Problem When using JSDoc in JavaScript as a substitute for TypeScript, the behavior of sta...
Bug,Help Wanted,Domain: JSDoc
low
Critical
2,592,439,827
deno
Deno + Vite: cannot resolve deno dependencies
Version: Deno 2.0.0 & Deno 2.0.0-f94cdd1 I have followed both docs on creating a vite app with react: - https://docs.deno.com/deploy/tutorials/vite/ - https://docs.deno.com/runtime/tutorials/how_to_with_npm/react/ Both tutorials work until you add a package. for example `@std/text` from `jsr`. The first one us...
bug,bundler-resolution
low
Critical
2,592,456,795
ollama
Ministral-8B-Instruct-2410
https://huggingface.co/mistralai/Ministral-8B-Instruct-2410 <img width="1633" alt="instruct_table_with_gemma" src="https://github.com/user-attachments/assets/23eb1742-ee5e-475a-bf7b-5853f781c4f7">
model request
low
Major
2,592,483,682
terminal
Keybind to suppress all keybinds
# Description of the new feature/enhancement We have a lot of programs like vim or others which could have keybinds that map to the same which is in terminal the keyboard is kind of limited for all the possible keybinds to not be used when running this command # Proposed technical implementation details (optional) In ...
Area-TerminalControl,Area-Settings,Product-Terminal,Issue-Task
low
Major
2,592,499,767
go
proposal: x/image/webp: errInvalidFormat should be exported
### Proposal Details When an unknown image type gets decoded in the x/image/webp a unexported error is returned . This should probably be exported. This would allow us to catch it better than doing string parsing to catch the error type. https://cs.opensource.google/go/x/image/+/refs/tags/v0.21.0:webp/decode.g...
Proposal
low
Critical
2,592,521,229
PowerToys
Cannot use PowerToys Run, occasional errors on login, clicking on error produces another error window
### Microsoft PowerToys version 0.85.1 ### Installation method WinGet ### Running as admin Yes ### Area(s) with issue? PowerToys Run, General ### Steps to reproduce [2024-10-11.txt](https://github.com/user-attachments/files/17399950/2024-10-11.txt) [2024-10-12.txt](https://github.com/user-attachments/files/173...
Issue-Bug,Needs-Triage
low
Critical
2,592,540,827
react
Bug: On mobile devices, clicking checkboxes in a list of 2 or more checkboxes will toggle the wrong one.
When rendering a list of checkboxes, clicking checkboxes in sequence will sometimes trigger the wrong checkbox to be toggled. Behavior seems to be that sometimes previously clicked checkbox gets toggled instead of currently clicked checkbox. This issue only seems to be on mobile or possibly touch devices. Could poss...
Status: Unconfirmed
low
Critical
2,592,581,102
rust
Unreachable post-monomorphization error triggered by `-C link-dead-code`
I have the following code: ```rust #![allow(dead_code)] trait Foo { fn baz() { const { panic!() } } } impl Foo for () {} ``` If I build normally (using `cargo build`), it succeeds. If I build passing `RUSTFLAGS='-C link-dead-code'`, Rust attempts to monomorphize `Foo::baz` and fails despite `Foo::ba...
I-monomorphization,link-dead-code
low
Critical
2,592,585,511
godot
`vkCmdCopyImageToBuffer` called with zero image extent on Godot XR template
### Tested versions - Reproducible in: v4.3.stable.official.77dcf97d8 ### System information Vulkan 1.3.296 - Forward Mobile - Using Device #0: Qualcomm - Turnip Adreno (TM) 750 ### Issue description Godot when launched with the [XR template](https://github.com/GodotVR/godot-xr-template) having no modifications, e...
bug,topic:rendering,topic:xr
low
Critical
2,592,587,515
react-native
Inconsistent text wrap behavior when opening/closing accordion rows
### Description We've seen instances where text wrapping will sometimes overflow the View boundary in accordion rows. The issue only occurs when specific rows are opened and closing/opening previous rows will sometimes make the issue go away. I tried to reproduce this in a standalone RN application (v0.75) and wh...
Needs: Attention
low
Minor
2,592,648,203
vscode
Tools API & prompt-tsx: `tokenOptions` and `PromptSizing` not really paired
Here's the typing for `prompt-tsx`'s `PromptSizing`: ```ts /** * The sizing hint for the prompt element. Prompt elements should take this into account when rendering. */ export interface PromptSizing { /** * The computed token allocation for this prompt element to adhere to when rendering, * if it speci...
api,panel-chat
low
Critical
2,592,672,906
godot
GDScript suggests closing curly brace when comma is missing in dictionary
### Tested versions Reproducible in 4.3.stable.arch_linux ### System information Arch Linux, Vulkan 1.3.280 - Forward+, NVIDIA GeForce GTX 1080 Ti ### Issue description When forgetting to add a comma after a dictionary entry, the engine will give an error saying: > "Expected closing "}" after dictionary elements...
discussion,topic:gdscript
low
Critical
2,592,702,070
flutter
Codesigning failing for 3.27 beta
[engine commit](https://flutter.googlesource.com/mirrors/engine/+/d63244175cfeba9ac15dd0af1d1ba3369218f046) [build](https://ci.chromium.org/ui/p/dart-internal/builders/flutter/Mac%20Production%20Engine%20Drone/14363/infra) [logs](https://logs.chromium.org/logs/dart-internal/buildbucket/cr-buildbucket/8733911943888945...
team-release
medium
Critical
2,592,734,887
kubernetes
Mutating Admission Policy work tracking
### What would you like to be added? The KEP of Mutating Admission Policy is in: https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/3962-mutating-admission-policies The first alpha of Mutating Admission Policy is expected to be merged in 1.32. And we plan to have a second alpha before ...
sig/api-machinery,kind/feature,triage/accepted
low
Critical
2,592,795,871
storybook
[Bug]: Uncaught TypeError: Converting circular structure to JSON
### Describe the bug I came across a situation where my whole Storybook preview page bugged out whenever hovering over a specific argument in the docs table. ![Image](https://github.com/user-attachments/assets/aa8a9a55-2863-45c0-97eb-2e42a3f8ef05) I use Storybook + Vite + React to manage a component library. My use ...
bug,args,argtypes
low
Critical
2,592,813,774
rust
Figure out which target features are required/incompatible for which ABI
The context for this is https://github.com/rust-lang/rust/issues/116344: some target features change the way floats are passed between functions. Changing those target features is unsound as code compiled for the same target may now use different ABIs. In https://github.com/rust-lang/rust/pull/134794, I am adding the ...
T-compiler,C-tracking-issue,A-floating-point,A-ABI,A-target-feature
low
Major
2,592,907,421
next.js
Error on browsers like chrome 83
### Link to the code that reproduces this issue https://github.com/ViniciusLeviVL/next-catalogo-digital-debug2 ### To Reproduce Steps to reproduce: Just init a next project with create-next-app@latest, deploy and see using a emulator like appetize.io (need to be deployed in web first) or insomnia (can reproduce in ...
create-next-app,bug,Pages Router,Parallel & Intercepting Routes
low
Critical
2,592,907,894
PowerToys
Power Toys will NOT open
### Microsoft PowerToys version 0.85.1 ### Installation method Microsoft Store ### Running as admin No ### Area(s) with issue? Settings, General ### Steps to reproduce When I try to open PowerToys, either from the system tray or the start menu or the .exe. ### ✔️ Expected Behavior The application window wher...
Issue-Bug,Needs-Triage
low
Minor
2,592,921,831
rust
We have two independent checks for "is this attribute unsafe"
Turns out https://github.com/rust-lang/rust/issues/123757 was implemented by duplicating existing information previously added for https://github.com/rust-lang/rust/issues/82499: - Attributes are marked as unsafe here: https://github.com/rust-lang/rust/blob/624c071b997f3bab0ef086af24f59ebc95f37c59/compiler/rustc_featu...
C-cleanup,A-attributes,T-compiler
low
Minor
2,592,925,613
tauri
[feat] Receive mouse events on inactive window (macOS)
### Describe the problem Currently we can't receive mouse events when the window is inactive. This causes a couple of quirks in an always on top / picture-in-picture situation: - clicking the window to activate it when it's already on top is counterintuitive - it's not possible to react to window mouse enter/exi...
type: feature request
low
Minor
2,592,947,603
deno
Deno npm:node-firebird won't work
Version: Deno 2.0.0 ```js import * as Firebird from "npm:node-firebird"; let options = {}; options.host = "server.ip"; options.port = 3050; options.database = "aDatabase"; options.user = "SYSDBA"; options.password = "password"; Firebird.attach(options, function (err, db) { console.log("in callback"); }...
bug,node compat
low
Minor
2,592,966,607
deno
yaml/yml fmt - Indentless arrays as an option
To directly quote https://github.com/prettier/prettier/issues/12385#issue-1156771175, > I am a Kubernetes engineer (aka YAML engineer), do you support customization of the autoformat style of the YAML file? I prefer not adding indent for the array in YAML. > > ![image](https://user-images.githubusercontent.com/49...
suggestion,deno fmt
low
Minor
2,592,978,784
godot
StreamPeerTLS randomly disconnects when pulling 0 bytes in get_partial_data
### Tested versions 4.3 ### System information Windows 10 - Godot 4.3 Stable (Same behavior on Linux, same behavior when changing wifi) ### Issue description I am really not sure if what I encountered is the expected behavior or if I'm mis-using TLS, but here's something I noticed: When invoking get...
bug,needs testing,topic:network
low
Critical
2,592,982,138
deno
Add parallel flag in serve method
hi why not add parallel as default arg in serve method ``` const cpuCount = ..... Deno.serve({ parallelism: cpuCount, ... }) ```
suggestion,serve
low
Minor
2,593,012,666
deno
support additional signals (SIGHUP, SIGKILL, etc) on windows
Currently we only support `SIGINT` and `SIGQUIT`. Node/libuv support other signals: https://github.com/libuv/libuv/blob/fbe2d85bd5a5c370a8cacea92b3bdfbd9f98a530/include/uv/win.h#L78-L96.
feat,node compat
low
Minor
2,593,013,045
pytorch
Error while exporting BLIP
### 🐛 Describe the bug Steps: 1) `pip install timm==0.4.12 fairscale transformers` 2) `git clone https://github.com/salesforce/BLIP.git` Code for reproducing the problem ``` import torch from models.blip import blip_decoder device = torch.device('cuda' if torch.cuda.is_available() else 'cpu') im...
oncall: pt2,oncall: export
low
Critical
2,593,026,478
godot
New editor shortcut disappears after restart
### Tested versions v4.3.stable.official [77dcf97d8] ### System information Godot v4.3.stable - Pop!_OS 22.04 LTS - X11 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 Laptop GPU - AMD Ryzen 7 5800H with Radeon Graphics (16 Threads) ### Issue description I go to `Editor -> Editor Settings -> Shortcuts`, co...
bug,topic:editor,needs testing
low
Minor
2,593,048,565
PowerToys
Advanced Paste AI Prompt Field Showing Even When Disabled
### Microsoft PowerToys version 0.85.1 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? Advanced Paste ### Steps to reproduce 1. Enable _Advanced Paste_. 2. Disable _Enable Paste with AI_. 3. Press <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>V</kbd> 4. Observe that ...
Issue-Bug,Needs-Triage
low
Minor
2,593,063,340
node
node:sqlite: support database.backup
### What is the problem this feature will solve? no simple function to make backup of the sqlite database. ### What is the feature you are proposing to solve the problem? make a backup of sqlite database with a simple function like `database.backup(filename);` refer to sqlite backup API: https://www.sqlite.org/back...
feature request,sqlite
low
Major
2,593,070,791
pytorch
[autograd] do not clear all variables when retain_graph=False
In `torch.distributed.pipelining` we split up the backward into two smaller operations `backward_input` and `backward_weight`. During `backward_input` we save the intermediate nodes that were computed during `autograd.grad` for the inputs with respect to the outputs: https://github.com/pytorch/pytorch/blob/b72ff35f2...
module: autograd,triaged,needs research,has workaround
low
Minor
2,593,078,153
deno
Allow different fmt options for specific file types
I use these `fmt` options in my `deno.json`: ```json { "fmt": { "indentWidth": 4, "semiColons": false, "singleQuote": true } } ``` I just upgraded to Deno 2 and now `deno fmt` formats my YAML files too, which is great! Except it forces them to be indented with 4 spaces 😦 It should be possible to conf...
suggestion,deno fmt
low
Minor
2,593,091,541
pytorch
Error while exporting wav2vec2 speech emotion recognition
### 🐛 Describe the bug Code to reproduce the problem ``` import torch from transformers import AutoModelForAudioClassification, AutoFeatureExtractor model = AutoModelForAudioClassification.from_pretrained("alefiury/wav2vec2-xls-r-300m-pt-br-spontaneous-speech-emotion-recognition") model.eval() input_v...
oncall: pt2,oncall: export
low
Critical
2,593,105,708
ui
[bug]: Sidebar has extra space at bottom when framed
### Describe the bug When the sidebar on the main site, and possibly all sidebar blocks, are framed, there is extra space at the bottom that is unnecessary. **Screenshot:** ![](https://github.com/user-attachments/assets/ec28f664-89c3-4a79-bb1f-ad5c8cca4b4b) **Screen recording:** https://github.com/user-att...
bug
low
Critical
2,593,124,410
pytorch
Error while exporting depth estimation model `intel-isl/MiDaS`
### 🐛 Describe the bug Code for reproducing the problem ``` import torch model_type = "DPT_Large" device = torch.device("cuda") if torch.cuda.is_available() else torch.device("cpu") model = torch.hub.load("intel-isl/MiDaS", model_type) model.eval() input_frame = torch.randn(1,3,384,480) exported_pro...
oncall: pt2,oncall: export
low
Critical
2,593,127,072
flutter
Capture logs when simulator tests in flutter/packages fail
Provide better debug info to fix: https://github.com/flutter/flutter/issues/153578 So it looks like the packages recipe already supports this: - recipes [src](https://flutter.googlesource.com/recipes/+/refs/heads/main/recipes/packages/packages.py#147) - Example packages [build](https://ci.chromium.org/ui/p/flutter...
package,P2,team-ios,triaged-ios
low
Critical
2,593,155,213
deno
feat: `deno test --include [glob/pattern]`
Hi, I'd like to propose to add a `--include [glob/pattern]` CLI option for `deno test`. ## Problem My project currently have unit, integration and e2e tests. Unit tests live under `src/**/*.test.ts`, integration `integration/**/*.test.ts` and e2e `e2e/**/*.test.ts`. Currently I rely on these tasks in deno.j...
suggestion,testing
low
Major
2,593,156,111
go
unicode/utf8: potential performance improvement of UTF8 validation
### Proposal Details I've been [experimenting](https://github.com/romshark/utf8) with different kinds of optimization techniques in order to speed up [utf8.Valid](https://pkg.go.dev/unicode/utf8#Valid) and [utf8.ValidString](https://pkg.go.dev/unicode/utf8#ValidString) and I'd like to share my findings that appear to ...
NeedsInvestigation
low
Major
2,593,165,059
go
proposal: x/net/http2: add "SETTINGS_NO_RFC7540_PRIORITIES"
### Proposal Details According to **[RFC 9217: Section 2, P1](https://www.rfc-editor.org/rfc/rfc9218.html#section-2.1)**, the `SETTINGS_NO_RFC7540_PRIORITIES` is now a known setting in `SETTINGS` frame. It is also used in Firefox 132.0-b8 (Dev channel), if you could add it in net/http2 for devs who have experimen...
Proposal
low
Major
2,593,178,293
flutter
[Impeller] Emulate glBlitFramebuffer using shaders for drivers that don't support GLES 3.
`glBlitFramebuffer` is a GLES 3-only feature. There is no user-side cap check for this in a HAL. Right now we'll just fail blits on GLES 2-only drivers in `BlitCopyTextureToTextureCommandGLES::Encode` if the proc couldn't be resolved. Having a cap check for Texture->Texture blits would be a painful limitation for Im...
engine,P3,e: impeller,team-engine,triaged-engine,e: opengl
low
Major
2,593,225,062
electron
Support for allocating memory larger than 2GiB via partition allocator
### 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 ...
enhancement :sparkles:,platform/all
low
Critical
2,593,241,732
flutter
[in_app_purchase_storekit] Re-add reference to tests to the Mac project after bots are upgraded to Mac 14
https://github.com/flutter/packages/pull/7812 Even thought StoreKitTest is technically a mac 11 framework, the bulk of the testing features, such simulating network errors and things like that are mac 14 only. Since our fleet is part mac 13 and part mac 14 right now, the tests only pass when being run on a mac 14 bo...
platform-ios,p: in_app_purchase,package,P2,team-ios,triaged-ios
low
Critical
2,593,271,820
kubernetes
TODO: Remove AllowServiceLBStatusOnNonLB gate in or after v1.35
Revert https://github.com/kubernetes/kubernetes/pull/128139
sig/network,triage/accepted
low
Minor
2,593,303,531
TypeScript
Mapped type with enum keys emits string keys in d.ts type, but uses enum keys in .ts type
### 🔎 Search Terms mapped type, enum, declaration ### 🕗 Version & Regression Information - This is the behavior in every version I tried ### ⏯ Playground Link https://www.typescriptlang.org/play/?ts=5.6.3&ssl=25&ssc=36&pln=25&pc=1#code/KYOwrgtgBAYg9nKBvAUFKBBKBeKByAQzwBo0oAhHfAIxJQF8UATYAYwBsCAnYKAMzAhWAFwCWcEP...
Bug,Help Wanted
low
Critical
2,593,328,353
pytorch
torch.cond with shape condition in predicate doesn't allow for assertions
### 🐛 Describe the bug ```python import torch from torch.nn.attention.flex_attention import create_block_mask, flex_attention torch.set_default_device("cuda") @torch.compile(dynamic=True) def f(x): def g(x): return x.view(x.shape[0] * x.shape[1]) def h(x): assert x.shape[0] == 1...
triaged,oncall: pt2,module: dynamic shapes,module: higher order operators,module: pt2-dispatcher
low
Critical
2,593,374,573
TypeScript
Google feedback on TS 5.7-beta
### Acknowledgement - [x] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment This GitHub issue contains feedback on the TS 5.7-beta release from the team that is responsible for keeping Google's internal software working with the latest...
Discussion
low
Critical
2,593,385,468
kubernetes
Sts pod pending in scheduler cache
### What happened? 1 . we found the mysql pod is pending , but its pvc is already bounded, the pods show as follows ``` [root@sphere-node-1 ~]# kubectl get po -n mysql NAME READY STATUS RESTARTS AGE mysql-0-0 0/1 Pending 0 4h4m mysq...
kind/bug,sig/scheduling,lifecycle/stale,needs-triage
low
Major
2,593,406,467
electron
Fix thread restriction violating callsites
### 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,bug :beetle:,34-x-y
low
Critical
2,593,468,917
flutter
Adding the GoogleProvider crashes iOS apps.
Referring to - https://firebase.google.com/codelabs/firebase-auth-in-flutter-apps#6 Ran through this section 2 times. Did not see anything I missed. Saw some issues on github with google_sign_in. When I reach the point where I am adding the GoogleProvider for the Google signin. The iOS app crashes. The Android ap...
team-codelabs,P2,triaged-codelabs
low
Critical
2,593,491,418
pytorch
OptimizedModule __getattr__ may causes dead recursive call loop
### 🐛 Describe the bug It is a common practice to compile a region of a large model to save compiling time like the following: ```python class Model(torch.nn.Module): def __init__(self, apply_regional_compilation): super().__init__() self.linear = torch.nn.Linear(10, 10) # Apply co...
module: nn,triaged,oncall: pt2,module: dynamo
low
Critical
2,593,508,525
PowerToys
Mouse Pointer stick-slip occurs when the Mouse Pointer Crosshairs is ON
### Microsoft PowerToys version 085.1 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? Mouse Utilities ### Steps to reproduce When the Mouse Pointer Crosshairs is ON, after over time of operating Excel, the mouse pointer movement becomes stick-slip, and which gets ...
Issue-Bug,Needs-Triage
low
Minor
2,593,542,916
flutter
DropdownButtonFormField arrow icon is misaligned vertically
### Steps to reproduce 1. Run sample 2. Observe dropdown icon is aligned to where the content would be instead of the field as a whole ### Expected results The dropdown icon should be vertically centered within the form field. ### Actual results The dropdown icon is centered vertically relative to the selected co...
framework,f: material design,a: fidelity,has reproducible steps,P2,team-design,triaged-design,found in release: 3.24,found in release: 3.27
low
Critical
2,593,569,875
PowerToys
Always on top in all tabs
### Description of the new feature / enhancement The **always on top** extension does **not work on windows applications**, for example: CMD, GitBash, PowerShell, this would be a perfect feature for **developers** ### Scenario when this would be used? When taking a course or, for example, facing computer problems th...
Needs-Triage,Needs-Team-Response
low
Minor
2,593,569,984
pytorch
nan in sparse mv result when I use cpu
### 🐛 Describe the bug When I use cpu to compute A@x where A is a CSR sparse matrix, x is a vector through a function, if the non-zero elements number in A is large enough, then there somstimes exist a nan in the result vector. Howerver such problem did not occur when I use gpu to compute. ``` import torch imp...
module: sparse,triaged
low
Critical
2,593,644,259
tauri
[bug]
### Describe the bug ![image](https://github.com/user-attachments/assets/e506345d-83ae-423e-860d-f0f0a26fc45f) ### Reproduction No need to provide, default to any template, select vue or react ### Expected behavior Normal operation ### Full `tauri info` output ```text [✔] Environment - OS: Windows 10.0.22...
type: bug,status: needs triage
low
Critical
2,593,679,095
next.js
[turbopack] emotion transform plugin drop `config.import_map` needlessly
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```bash Operating System: Platform: linux Arch: x64 Version: #1 SMP PREEMPT_DYNAMIC Sun Aug 6 20:05:33 UTC 2023 Available memory (MB): 4102 Available CPU co...
Turbopack
low
Critical
2,593,691,781
ollama
Basic AI test result inconsistent compared to llama.cpp
### What is the issue? For the following basic AI test: ``` I have 10 apples. I find 3 gold coins in the bottom of a river. The river runs near a big city that has something to do with what I can spend the coins on. I then lose 4 apples but gain a gold coin. Three birds run into my path and drop 6 apples each. I pla...
bug
low
Minor
2,593,707,113
vscode
Support a chat participant getting an event when a link is clicked
<!-- ⚠️⚠️ 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. --> It'd be nice if when a user clicked a link in a chat window, that we had some event or telemetr...
chat
low
Minor
2,593,740,931
deno
Working with workspaces like yarn package manager
Yarn package manager for Nodejs has amazing CLI for working with monorepos - https://yarnpkg.com/features/workspaces It would be great if Deno could implement it as well since it supports monorepos as of recent. ## [`yarn workspace`](https://yarnpkg.com/cli/workspace) Run commands only for the specified worksp...
cli,suggestion
low
Minor
2,593,744,618
ollama
Add nemotron-4-340b-instruct
Since we recently discovered how good LLAMA 3.1 70B Nemotron is, maybe we could consider adding the 340B model... for those with abundant GPU resources - are there any?
model request
low
Minor
2,593,766,247
react
[DevTools Bug]: `gl.useProgram(program);` will cause react-refresh to perform incorrect code injection.
### Website or app https://github.com/Yukiniro/reproduce/tree/master/rspack-issue-hot-update-worker ### Repro steps 1. clone `https://github.com/Yukiniro/reproduce/tree/master/rspack-issue-hot-update-worker` 2. Run pnpm run dev 3. Go to http://localhost:8080/ ```js const setup = () => { const of...
Type: Bug,Status: Unconfirmed,Component: Developer Tools
low
Critical
2,593,817,698
pytorch
NestedTensor doesn't support elementwise operations?
### 🐛 Describe the bug I copied this code from this tutorial: https://pytorch.org/tutorials/prototype/nestedtensor.html and elementwise sum, subtraction, etc. is supposed to be supported yet I get this. Is it only supported for non-jagged layouts? If so, the tutorial/docs should be more clear given that the differe...
triaged,module: nestedtensor
low
Critical
2,593,818,322
flutter
[ios][platform view]Simplify platform view's touch gesture logic
Touches can be consumed by either flutter widgets or platform views. The touch callback needs to be on platform thread, while the information of which component should receive the touch is in the framework on the UI thread. Previously we had separate platform thread and UI thread, so we came up with pretty convolut...
platform-ios,a: platform-views,P2,team-ios,triaged-ios
low
Critical
2,593,826,595
Python
adaptive merge sort and stalin sort addition in sorting algorithms
### Feature description I would like to add adaptive merge sort and stalin sort which are the different types of sorting in python and sometimes are helpful. Kindly assign me the issue and check the PR:#11989 and PR:#11993
enhancement
medium
Minor
2,593,869,755
tauri
[bug] App::restart does not restart after update.download_and_install in rust
### Describe the bug When a new version on macOS has been downloaded and installed the app closes down but does not start again. It is a desktop app for macOS and Windows. It has a main window that the user can close/hide while the icon tray remains. So on WindowEvent::CloseRequested we prevent closing the app. C...
type: bug,status: needs triage
low
Critical
2,593,888,601
ant-design
Button添加一个 “asyncLoading” 的api
### What problem does this feature solve? 无需重复的写按钮loading逻辑,loading的时候会自带 “防抖” 功能 ### What does the proposed API look like? Button添加一个api,例如叫 asyncLoading,当我绑定的处理函数为 promise 并且asyncLoading为true时,会开启按钮的loading,当事件函数返回true的时候,暂停当前的按钮loading <!-- generated by ant-design-issue-helper. DO NOT REMOVE -->
💡 Feature Request
low
Major
2,593,890,164
vscode
SCM - Option to Reverse the Order of Elements in the Source Control Section
<!-- ⚠️⚠️ 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. --> I would like to suggest an enhancement to the Source ...
scm,under-discussion
low
Minor
2,593,901,444
deno
Support Wrangler, the CLI for Cloudflare Workers
I checked the fix with Deno v2.0.1, but it seems that a different error has occurred. [Closed] Support Wrangler, the CLI for Cloudflare Workers https://github.com/denoland/deno/issues/25899 [Merged] fix(child_process): map node --no-warnings flag to --quiet https://github.com/denoland/deno/pull/26288 Cloudfl...
bug,node compat,node:vm
low
Critical
2,593,944,008
react-native
Dimensions.get('window').height not consistent in Android 14 and Android 15
### Description Hi React Native team There seems to be issue with the latest Android 15 release, The `Dimensions.get('window').height` seems not consistent in the model device Pixel6a , i think its same for other pixel devices which has latest android 15 recently | Android 14 (pixel 6a - emulator) | And...
Platform: Android,API: Dimensions
medium
Critical
2,593,960,767
TypeScript
NoInfer breaks discriminate union autocomplete
### 🔎 Search Terms no infer discriminate union ### 🕗 Version & Regression Information Tested on version 5.6.3 ### ⏯ Playground Link https://www.typescriptlang.org/play/?#code/JYOwLgpgTgZghgYwgAgILIN4ChnLATwAcIAuZAcjnIBodkA3OAGwFdTkBnMKUAcwG4sAXyxZQkWIhQAhTHQLEy5AEY06HYAC92IFgFtl0QSKwKUAVRDAA9iGQBeNMgA+yaYKwwWIBG...
Suggestion,Experience Enhancement
low
Minor
2,593,961,857
ollama
Suggest adding shibing624/text2vec model
Text2vec is used as a vectorized model, but it is currently not found in the library. I don't know how to add the model
feature request
low
Minor
2,593,967,564
svelte
Svelte 5: Custom element's default <slot> not created when no initial children are passed
### Describe the bug When Svelte creates a custom element, if no child elements are initially passed in, the default `<slot>` tag will not be created, causing subsequently added child elements to not be rendered in the slot. It seems that this part might be responsible: https://github.com/sveltejs/svelte/blob/f5...
bug,custom element
low
Critical
2,594,022,500
rust
x86-32 "f16" ABI needs SSE, incompatible with i586 targets
@beetrees [wrote](https://github.com/rust-lang/rust/issues/131799#issuecomment-2418896985) > On 32-bit x86, [the ABI specifies that f16 gets returned in xmm0](https://gitlab.com/x86-psABIs/i386-ABI/-/blob/hjl/x86/master/low-level-sys-info.tex#L358-360), which is what Clang and GCC do (neither Clang nor GCC support _Fl...
A-LLVM,C-bug,A-ABI,O-x86_32,F-f16_and_f128,S-waiting-on-LLVM
low
Critical
2,594,049,411
storybook
[Bug]: Angular APP_INITIALIZER not firing at Storybook 8
### Describe the bug When using storybook 8 version in angular, the APP_INITIALZER dosen't work. The problem looks the same as [the issue](https://github.com/storybookjs/storybook/issues/21121) before. I tried to correct it by referring to what was on[ this link](https://github.com/storybookjs/storybook/issues/22674...
bug,angular
low
Critical
2,594,061,543
vscode
Cannot be built in AIX 7.1
<!-- ⚠️⚠️ 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...
install-update,under-discussion
low
Critical