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,808,297,031
go
x/vuln: default govulncheck output is very long
### govulncheck version Go: go1.23.4 Scanner: govulncheck@v1.1.4 DB: https://vuln.go.dev DB updated: 2025-01-17 21:48:34 +0000 UTC ### Does this issue reproduce at the latest version of golang.org/x/vuln? Yes ### Output of `go env` in your module/workspace: ```shell GO111MODULE='on' GOARCH='arm64' GOBIN='' GOCACHE...
vulncheck or vulndb
low
Critical
2,808,307,809
TypeScript
Type inference fails to recognize never when it's the result of a template tag function
### 🔎 Search Terms tagged template literal never type ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for entries about the never type and about template literals. ### ⏯ Playground Link https://www.typescriptlang.org/play/?#code/GYVwdgxgLglg9mABMAhj...
Suggestion,Awaiting More Feedback
low
Critical
2,808,356,388
node
Intl.DateTimeFormat.format() output for fi locale no longer matches chrome or latest ICU data (v22)
### Version 22.13 ### Platform ```text MacOS, Windows, and Linux ``` ### Subsystem _No response_ ### What steps will reproduce the bug? v22 sandbox (incorrect month format): https://codesandbox.io/p/devbox/node22-finnish-datetimeformat-bug-vt3jx6 ```sh en: Jan 24 fi: 24.1. ``` v20 sandbox (correct): https://co...
v8 engine
low
Critical
2,808,360,780
pytorch
torch crashes on ubuntu:24.04 during SDPA-CuDNN test
### 🐛 Describe the bug Please see issue: https://github.com/pytorch/pytorch/issues/138340 this happens with cu118, cu124 and cu126 binaries Test: ``` import torch import torch.nn as nn import torch.nn.functional as F from dataclasses import dataclass from torch.nn.attention import bias, sdpa_kernel, SDPBackend @da...
module: cudnn,triaged,module: sdpa
low
Critical
2,808,372,299
flutter
Flutter Web: Text <input> form elements that collect information about the user require the autocomplete attribute (Accessibility)
### Use case Text `<input>` form elements that collect information about the user require the autocomplete attribute. The `autocomplete` attribute allows the browser to do a pattern match against a list of values locally stored with the browser, and supplies the appropriate corresponding value when the input is progra...
a: text input,c: new feature,a: accessibility,platform-web,c: proposal,customer: castaway,team-accessibility
low
Minor
2,808,381,073
flutter
Flutter Web: Radio buttons require proper keyboard interactions (Accessibility)
### Use case Radio buttons (contained in a radiogroup) do not have the expected keyboard interactions. ### Proposal Add the following keyboard interactions for radio buttons contained inside of a radiogroup: - **Tab** and **Shift + Tab**: Move focus into and out of the radio group. When focus moves into a radio gro...
a: text input,c: new feature,framework,a: accessibility,platform-web,c: proposal,customer: castaway,team-accessibility
low
Minor
2,808,386,818
ollama
Please separate deepseek-r1 from deepseek-r1-Distill!
Please separate deepseek-r1 from deepseek-r1-Distill! This is not the same model and the architecture is different! The model on the ollama official website is a perfect obfuscation!
model request
low
Major
2,808,396,754
PowerToys
Copilot and PowerToys Run have the same keyboard shortcut, so maybe add Copilot as a plugin
### Description of the new feature / enhancement I noticed that Copilot and PowerToys Run both have the same keyboard shortcut, Alt + Space, and so it makes sense to add Copilot as a plugin so that for example anything you type after '.' keyword becomes a copilot prompt, this way both can be used with the same hotkey ...
Needs-Triage
low
Minor
2,808,398,740
ui
[bug]: PostCSS and Tailwind new configuration: components no longer work / Outdated documentation
### Describe the bug The documentation no longer works, I believe it has to do with the new version of tailwind, or it might just be some error with the documentation. I tried multiple times, and followed tutorials to see if I am messing something up, but in fact the documentation needs some update because of how tail...
bug,tailwind
low
Critical
2,808,400,931
flutter
Flutter Web: Landmark roles are required to identify regions of a page (Accessibility)
### Use case WAI-ARIA landmark roles provide a powerful way to identify the organization and structure of a web page. By classifying and labelling sections of a page, they enable structural information that is conveyed visually through layout to be represented programmatically. Screen readers exploit landmark roles to...
c: new feature,a: accessibility,platform-web,c: proposal,customer: castaway,team-accessibility
low
Minor
2,808,407,177
tailwindcss
Variant doesn't expand when inside a media query
**What version of Tailwind CSS are you using?** v4.0.0 **What build tool (or framework if it abstracts the build tool) are you using?** Astro 5.1.9 @tailwindcss/vite 4.0.0 **What version of Node.js are you using?** v23.4.0 **What browser are you using?** Chrome **What operating system are you using?** Windows ...
bug,v4
low
Minor
2,808,407,431
vscode
Inline Color Picker should be enabled/disabled depends on context (file type)
Similar Issues: #233193 #235479 A `#XXXXXX` annotation does not always mean an html color, as obviously `#` just means number or id in natural languages, and in programming it can refer to an issue id or line number. When not in an web development context, displaying such inline color pickers can be quite annoying - ...
editor-color-picker
low
Minor
2,808,408,362
flutter
Flutter Web: aria-required must be an available property on form inputs (Accessibility)
### Use case The WAI-ARIA property `aria-required` must be available on all Flutter form input elements types/widgets when user input is required on the element before a form may be submitted. ### Proposal Add the WAI-ARIA property `aria-required` to the list of semantics flags on the following element types/widgets...
c: new feature,a: accessibility,platform-web,c: proposal,customer: castaway,team-accessibility
low
Minor
2,808,413,919
flutter
Flutter Web: aria-describedby must be an available property on all component types (Accessibility)
### Use case The WAI-ARIA property `aria-describedby` must be available on all Flutter component types/widgets to provide more information about an element that the user might need. ### Proposal Add the WAI-ARIA property `aria-describedby` to the list of semantics flags on all Flutter component types/widgets. Its va...
c: new feature,a: accessibility,platform-web,c: proposal,customer: castaway,team-accessibility
low
Minor
2,808,425,569
flutter
Flutter Web: aria-expanded must be an available property on elements that toggle visibility of content (Accessibility)
### Use case The `aria-expanded` attribute is applied to a focusable, interactive element that toggles visibility of content in another element. For example, show/hide or "accordion" elements, `combobox` elements, `listbox` elements, and more. ### Proposal Add the WAI-ARIA property `aria-expanded` to the list of sem...
c: new feature,a: accessibility,platform-web,c: proposal,customer: castaway,team-accessibility
low
Minor
2,808,430,951
rust
Inconsistent `fn` casting behavior in `if`-`else` branches for tuple and struct
<!-- 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: #### Version 1 (Compiles successfully): ```rust use std::hint::black_box; use std::any::type_name_of_val; fn foo() {} fn bar() {} fn main(...
T-compiler,C-bug,needs-triage
low
Critical
2,808,431,291
flutter
Flutter Web: aria-invalid must be an available property on form inputs (Accessibility)
### Use case The WAI-ARIA property `aria-invalid` must be available on all Flutter form input elements types/widgets when the value is computed to be invalid or out-of-range. ### Proposal Add the WAI-ARIA property `aria-invalid` to the list of semantics flags on the following element types/widgets. Its value is `tru...
c: new feature,a: accessibility,platform-web,c: proposal,customer: castaway,team-accessibility
low
Minor
2,808,493,928
yt-dlp
LBRY/ODYSEE: downloading non-video content (zip file) fails with error "This stream is not 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,808,511,867
tensorflow
LiteRT build for Android failing
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version v2.17.0 ### Custom code No ### OS platform and distribution Ubuntu 22.04 ### Mobile device _No response_ ### Python version 3.10 ### Bazel version bazel 6.5.0 ### GCC/compi...
stat:awaiting response,type:build/install,comp:lite,2.17
medium
Critical
2,808,521,925
ui
[bug]: ShadCn Ui Not Working :tailwind css not installing using vite after update of tailwind v3 to v4
### Describe the bug tailwind css not installing using vite after update of tailwind v3 to v4 ... i tried Many time from yesterday but it is not working i think code and installation should code have to update error occuring in npx tailwindcss init -p it is not working ### Affected component/components installation...
bug,tailwind
low
Critical
2,808,552,608
rust
Tracking Issue for `Vec::push_mut`
Feature gate: `#![feature(push_mut)]` This is a tracking issue for `Vec::push_mut`, as discussed in the comments of [this ACP](https://github.com/rust-lang/libs-team/issues/465). This adds a way to get a reference to the just-pushed value, which can eliminate having to `.unwrap()` or access the back of the list twice....
T-libs-api,C-tracking-issue
low
Minor
2,808,566,400
godot
ColorRect not scaling to entire viewport under BackBufferCopy with anchor preset set to full rect (& expand)
### Tested versions - Reproducible in: 4.3-stable (commit 77dcf97d82cbfe4e4615475fa52ca03da645dbd8) Compiled for double precision floats ### System information 6.12.9 (NixOS) 4.3-stable-77dcf97d82cbfe4e4615475fa52ca03da645dbd8 (Mobile preset) ### Issue description A simple ColorRect won't scale to the window, even...
documentation,topic:2d
low
Major
2,808,599,814
ui
[bug]: Animation stuttering on Sheet component after update tailwind v3 to v4
### Describe the bug Sheet component somehow looses the smooth animation. Idk if updating tailwind v3 to v4 is related to the problem, but i tryed one version before the update and the sheet component opened smoothly without any problem. ### Bad opening https://github.com/user-attachments/assets/ca326b72-fadd-4ab4-b4...
bug,tailwind
low
Critical
2,808,609,669
tailwindcss
Out of memory after migrating from 3 > 4
**What version of Tailwind CSS are you using?** v4.0.0 **What build tool (or framework if it abstracts the build tool) are you using?** For example: Angular 19 **What version of Node.js are you using?** For example: v22.0.x **What browser are you using?** For example: Chrome **What operating system are you usin...
needs reproduction
low
Critical
2,808,612,495
pytorch
_pickle.UnpicklingError: invalid load key, ''.
### 🐛 Describe the bug `import pickle import torch import io _pickler = pickle.Pickler _unpickler = pickle.Unpickler tensor = torch.tensor([126, 188, 133, 30, 60, 138, 188], dtype=torch.uint8) buf = tensor.numpy().tobytes()[:3] _unpickler(io.BytesIO(buf)).load()` tobytes is error: [rank14]: File "/usr/local/l...
oncall: distributed
low
Critical
2,808,624,780
yt-dlp
Mango tv partially unsupported。error messge:HTTP Error 401: Unauthorized
### 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...
geo-blocked,site-bug,triage
low
Critical
2,808,634,114
flutter
[iOS] Password save dialog not appearing with autofillHints on Flutter 3.27.1
### Description While the password save dialog was displayed using autofillHints in Flutter 3.10.5, upgrading to Flutter 3.27.1 caused the same code to no longer display the password save dialog. Please check why it is no longer appearing. ### Steps to reproduce 1.Install the app for the first time. 2.Enter ID/passwo...
in triage
low
Critical
2,808,642,022
puppeteer
[Feature]: Convert Puppeteer Response object into Response object of Fetch API
### Feature description `Page.goto` method returns `HTTP Response`: https://pptr.dev/api/puppeteer.httpresponse In my project, I'm encapsulating puppeteer. I make an interface like ```ts export type IPage = { goto( url: string, options?: { timeout: number } ): Promise<Response | null>; ``` Not to unawa...
feature,P3
low
Minor
2,808,675,495
vscode
Python file is not running
Type: <b>Bug</b> print("adithya"+"ranjit") 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|AMD Ryzen 3 3250U with Radeon Graphics (4 x 2595)|...
info-needed
low
Critical
2,808,684,287
next.js
[Turbopack] Error: ENOENT: no such file or directory, open '[project]/......'
### Link to the code that reproduces this issue https://github.com/HMubaireek/nextjs-turbopack-zeebe-node ### To Reproduce 1. Clone the repo, run npm install, then serve the app with: `npx nx dev nextjs-with-zeebe-node --turbo` 2. Open this link in the browser: `http://localhost:3000/api/zeebe` 3. See the error in t...
Turbopack
low
Critical
2,808,702,791
neovim
:terminal can display images (graphic protocol support)
### Problem in neovim , create a terminal by :terminal ma@ubuntu2204:~$ kitten icat en.png Error: Terminal does not support reporting screen sizes in pixels, use a terminal such as kitty, WezTerm, Konsole, etc. that does. ### Expected behavior I apologize if my previous explanation was unclear, but I believe thi...
terminal,image
low
Critical
2,808,703,487
tauri
[bug] ureq proxy agent failing
#7338 I don't know where the problem is, but I tried with the reqwest library and it is OK. Can anyone rewrite this block of code? [file](https://github.com/tauri-apps/tauri/blob/dev/crates/tauri-bundler/src/utils/http_utils.rs) ```rust fn create_agent_and_url(url: &str) -> (ureq::Agent, String) { generate_github_a...
type: bug,status: needs triage
low
Critical
2,808,758,507
rust
Rust can't figure out that two types are the same with supertraits and associated types.
I tried this code: ```rust trait Foo { type ToBar; } trait Bar { type ToFoo: Foo<ToBar = Self>; } trait SubFoo: Foo { type SubToBar: Bar<ToFoo = Self>; } fn works<F: SubFoo>(x: F::SubToBar) -> F::ToBar { fn helper<B: Bar>(x: B) -> <B::ToFoo as Foo>::ToBar { x } helper::<F::SubToBar>...
A-trait-system,A-associated-items,C-bug,F-associated_type_bounds,T-types
low
Critical
2,808,782,849
angular
bug(mat-tab): MatTab content is removed instantly at the start of route transition animation
### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was _No response_ ### Description The content of a mat-tab instantly gets removed when implementing a route transition animation between two components. Here is a gif ...
area: router,needs triage
low
Critical
2,808,799,040
rust
u128 manual byte-reading is not optimized, in contrast to u64
## Code https://play.rust-lang.org/?version=stable&mode=release&edition=2021&gist=7e184ab3e02960b05e214be4d73d84e8 ```rust use std::hint::black_box; use std::array::from_fn; #[inline(never)] fn test_u64() { let n: u64 = black_box(137_777); let a: [u8; 8] = black_box(from_fn(|i| ((n >> (i*8)) & 255) as u8)); ...
A-LLVM,I-slow,T-compiler,C-optimization
low
Minor
2,808,800,704
go
cmd/link: place Darwin bind entries on the __DATA_CONST segment
#38830 moved the .rodata, .typelink, .itablink, and .gopclntab sections to the __DATA_CONST segment. Looks like the .got section can also go into that new segment. It is currently passed in the __DATA segment. You can verify that the macOS clang linker already does what I'm suggesting here by following these steps: 1...
compiler/runtime,FixPending,Implementation
low
Critical
2,808,825,122
flutter
[PageView] The BouncingScrollPhysics is not applied when the scroll direction is scrolling up
### Steps to reproduce ### Title [PageView] The BouncingScrollPhysics is not applied when the scroll direction is scrolling up --- ### Question I'm experiencing an issue with Flutter's `PageView` when using `BouncingScrollPhysics`. The behavior of the scroll physics changes unexpectedly when scrolling vertically an...
framework,f: scrolling,has reproducible steps,team-framework,found in release: 3.27,found in release: 3.29
low
Critical
2,808,831,401
pytorch
[Dynamo] compile torch.logit with different data types
### 🐛 Describe the bug When fixing https://github.com/pytorch/pytorch/issues/145379, I met a failure which seems related to dynamo. If test with `torch.float64`, below example works well. However, it fails with `torch.float32` with error ``` File "/home/leslie/community/pytorch/torch/_dynamo/variables/builder.py", ...
triaged,oncall: pt2,module: dynamic shapes
low
Critical
2,808,851,638
terminal
Crash when closing one terminal window, all other terminal instances get killed
### Windows Terminal version 1.21.3231.0 ### Windows build number 22621.1413 ### Other Software powershell 5.1 ### Steps to reproduce I have several powershell instances, running in separate windows terminal instances. (So they should be separate processes) I closed one, it seems like it crashed. (powershell its...
Issue-Bug,Needs-Triage
low
Critical
2,808,857,272
rust
Meta Tracking Issue for LLVM workarounds
This is a meta tracking issues for LLVM workarounds that should eventually be removed once newer LLVM versions render the workarounds obsolete. Please edit this issue to backlink to relevant PRs or issues as suitable (preferably open new issues for specific LLVM workarounds). You can also leave a `FIXME(#135981)` or a ...
A-LLVM,T-compiler,C-tracking-issue,WG-llvm,T-libs,PG-portable-simd,S-tracking-forever
low
Minor
2,808,883,825
godot
Editing an exported array of type Resource, will not update in a running debug instance.
### Tested versions v4.3.stable.official [77dcf97d8] ### System information Godot v4.3.stable - Windows 11 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 (NVIDIA; 32.0.15.6094) - 12th Gen Intel(R) Core(TM) i7-12700K (20 Threads) ### Issue description If I try to edit an exported Array[Resource] inside the...
bug,topic:editor
low
Critical
2,808,885,721
rust
Workaround for llvm bug for f32x3 saturating fp->int opt-level=0 on aarch64 is fixed in LLVM 20
workaround added in https://github.com/rust-lang/portable-simd/pull/422#issuecomment-2153517021 for https://github.com/llvm/llvm-project/issues/94694 fixed in llvm 20
C-cleanup,A-LLVM,A-SIMD,WG-llvm,T-libs,PG-portable-simd,O-AArch64
low
Critical
2,808,923,715
pytorch
add scalar inputs with out causes error in torch.compile
### 🐛 Describe the bug ``` import torch def add_fn(params): res = torch.add(**params) return res if __name__ == "__main__": add_fn = torch.compile(add_fn) params = {'other': 1.1, 'alpha': 0.4, 'input': 2, 'out': torch.tensor(1.)} res = add_fn(params) print(res) ``` It cases below error: ``` E...
triaged,oncall: pt2,module: decompositions,module: aotdispatch,module: pt2-dispatcher
low
Critical
2,808,937,994
godot
Screenspace Reflections do not change intensity when changing materials Specular value
### Tested versions Tested in 4.4 master ### System information Windows 11 - RTX 2070 Super - Forward + ### Issue description When changing the specular value on a material while SSR is enabled you would expect the intensity of the reflections to change with the specular. Also worth noting that this happens...
bug,topic:rendering,topic:3d
low
Critical
2,808,953,153
kubernetes
ReplicaSet controller may create extra Pods when expectations expire during informer delays
### What happened? The ReplicaSet controller may create more Pods than desired under the following conditions: 1. ReplicaSet controller creates N Pods and sets expectations (+N) 2. Due to network issues or high latency, PodInformer hasn't received the Pod creation events 3. After 5 minutes, the expectations expire (i...
kind/bug,sig/apps,needs-triage
low
Critical
2,808,967,214
vscode
ctrl+v, paste not working after electron update
<!-- ⚠️⚠️ 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,808,999,555
ollama
Use cases for using Ollama in Microsoft Word
If Microsoft Word users are a potential target audience for Ollama, what use cases would you expect? We recently released the following quick demo based on Ollama, and we are curious about what the next use case could be from this community's perspective. We’d greatly appreciate any advice. * [Use Ollama in Microsoft...
feature request
low
Minor
2,809,002,551
transformers
ERROR: Video features and Video Tokens do not match!!!
Hi, i tried to fine tune LLava Next Video using a custom Dataset, but every time i try to train the model i receive this error in output. I followed the guide for the fine tuning here https://github.com/NielsRogge/Transformers-Tutorials/blob/master/LLaVA-NeXT-Video/Fine_tune_LLaVa_NeXT_Video_with_HFTrainer.ipynb. I do...
bug,Multimodal,VLM
low
Critical
2,809,014,671
PowerToys
Service DCOM 100% CPU Usage when Powertoys and Edge is Running
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? General ### Steps to reproduce It doesn't happen all the time, and I don't understand what might trigger it. I have two Edge windows and several hundred tabs open. In Powertoys...
Issue-Bug,Needs-Triage
low
Minor
2,809,042,931
flutter
[tool_crash] _TypeError: (#0 Plugin._getDefaultPackageForPlatform (package:flutter_tools/src/plugins.dart:351:71))
## Command ```sh flutter --no-color run --machine --track-widget-creation --device-id=chrome --start-paused --dart-define=flutter.inspector.structuredErrors=true lib/main.dart ``` ## Steps to Reproduce 1. ... 2. ... 3. ... ## Logs _TypeError: (#0 Plugin._getDefaultPackageForPlatform (package:flutter_tools/src/pl...
c: crash,tool,P2,team-tool,triaged-tool
low
Critical
2,809,061,187
vscode
New file using keyboard only in file explorer not working on macbook
<!-- ⚠️⚠️ 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,file-explorer
low
Critical
2,809,099,990
deno
`npm:google-auth-library` causes unresolved top-level await
Version: Deno 2.1.6 If the Google Auth library fails to lookup googleapis.com, that error is apparently impossible to `catch` from Deno scripts. # Reproduction 1. Download the password-protected service account file from the bottom of the first comment of [this issue](https://github.com/denoland/deno/issues/27384) a...
node compat
low
Critical
2,809,127,396
rust
Missing Safety Guarantee in `merge_down` Function Documentation (`smallsort` Module)
### Location The _SAFETY_ comment in question is located in the [`merge_down`](https://github.com/rust-lang/rust/blob/48ef38d3503a04e5e18157e664e3e65dc7eca1a5/library/core/src/slice/sort/shared/smallsort.rs#L721) function in the `smallsort` module in `shared` in `sort` in the `slice` module of the `core` crate. ### S...
A-docs,T-libs
low
Minor
2,809,131,152
vscode
Cannot open a terminal inside a dev container
Type: <b>Bug</b> It was working fine. Today when I re-opened, the terminals that weere already opened had like a disconnection symbol in red, but when hivering on it, there was no info. I closed it completely and reopened, however, the issue persists: I cannot open any terminal. When I try to do so, some sort of ghos...
info-needed,terminal
low
Critical
2,809,151,507
ollama
burn windows update at the stake
Listen, Its 5am, I am tired, I dont want to be awake anymore, if this makes any sense or is logically possible, please do ANYTHING I just posted [this](https://www.reddit.com/r/ollama/comments/1i8spym/recovering_lost_model_files_due_to_forced_windows/) to the subreddit Hours and hours lost to windows update. **Please...
feature request
low
Minor
2,809,177,304
kubernetes
[Flaking test] [sig-node] Kubernetes e2e suite.[It] [sig-node] Pods Extended Pod Container Status should never report container start when an init container fails
### Which jobs are flaking? master-blocking - gce-ubuntu-master-containerd ### Which tests are flaking? Kubernetes e2e suite.[It] [sig-node] Pods Extended Pod Container Status should never report container start when an init container fails [Prow](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e...
sig/node,kind/flake,needs-triage
low
Critical
2,809,178,195
ollama
Error: server metal not listed in available servers map
### What is the issue? I downloaded Ollama today on my Macbook (Apple M3 Pro, with MacOS Sonoma 14.3 23D56), and tried to run deepseek-r1:8b, but ollama failed with this error: > $ ollama run deepseek-r1:8b > Error: [0] server metal not listed in available servers map[] p.s. I can run this model with llama-cli on th...
bug
low
Critical
2,809,182,773
ollama
Error when trying to download deepseek-r1:7b
### What is the issue? I tried using ollama run deepseek-r1:7b It started to download for a minute then this error appeared Error: Post "http://127.0.0.1:11434/api/show": dial tcp 127.0.0.1:11434: connectex: No connection could be made because the target machine actively refused it. ### OS Windows ### GPU Nvidia ...
bug
low
Critical
2,809,189,231
flutter
Add ability to tree shake icon for rfw
### Use case Example code: ``` import 'package:flutter/widgets.dart'; import 'package:rfw/rfw.dart'; void main() { final runtime = Runtime() ..update(const LibraryName(['core']), createCoreWidgets()); runApp( RemoteWidget( runtime: runtime, data: DynamicContent(), widget: const FullyQua...
package,team-ecosystem,p: rfw
low
Critical
2,809,189,946
transformers
ZeroShotClassificationArgumentHandler should be explicit it has a somewhat unsafe internal behaviour.
### Feature request Currently, `ZeroShotClassificationArgumentHandler::__call__` will execute https://github.com/huggingface/transformers/blob/main/src/transformers/pipelines/zero_shot_classification.py#L41 , that is, it will call python `.format()` on the hypothesis provided to format the label in it, while allowing ...
Feature request
low
Minor
2,809,211,922
vscode
Allow customization of editor tab height and editor tab bar scrollbar height
<!-- ⚠️⚠️ 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 be able to customize the height of ta...
feature-request,workbench-tabs
low
Minor
2,809,213,866
deno
Repl prints an error twice
Version: Deno 2.1.7 1. Run `deno` to start the repl 2. Execute `for (console.log("a") of [1]);` It reports the syntax error twice: ``` ➜ deno Deno 2.1.7 exit using ctrl+d, ctrl+c, or close() REPL is running with all permissions allowed. To specify permissions, run `deno repl` with allow flags. > for (cons...
repl
low
Critical
2,809,214,360
pytorch
`torch.ops.aten.copy` causes SIGSEGV when handling sparse CSR tensors with invalid metadata
### 🐛 Describe the bug Using torch.ops.aten.copy with sparse CSR tensors can cause a segmentation fault (SIGSEGV). The issue appears to stem from a lack of validation for the sparse tensor metadata (crow_indices, col_indices, and values). When the metadata contains invalid or uninitialized data (e.g., due to torch.ra...
module: sparse,module: crash,triaged
low
Critical
2,809,238,675
TypeScript
Type variables in type abstractions are not properly concretized
### 🔎 Search Terms type variables unknown ### 🕗 Version & Regression Information - This changed between versions 4.9.5 and 5.0.4. ### ⏯ Playground Link https://www.typescriptlang.org/play/?ts=5.7.3#code/MYewdgzgLgBAZjAvDAPADQDQD4AUBzALlQEFscAjItASiSxkxgitsXrxwmoG4AoX0JFgAnAKaxkcHCgBCZAB5EZregEYMMAETRhmnrwD0BmCZg...
Bug,Fix Available
low
Critical
2,809,263,612
kubernetes
[Flaking Test] [sig-api-machinery] k8s.io/kubernetes/test/integration/apiserver/coordinatedleaderelection.coordinatedleaderelection
### Which jobs are flaking? master-blocking - integration-master ### Which tests are flaking? k8s.io/kubernetes/test/integration/apiserver/coordinatedleaderelection.coordinatedleaderelection [Prow](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-integration-master/1881787128904421376) [Triage](http...
sig/api-machinery,kind/flake,needs-triage
low
Critical
2,809,271,562
ollama
Model loaded each time
### What is the issue? Model reload each time it's need the internet to load when i terminate the cmd and run again ![Image](https://github.com/user-attachments/assets/cfe596be-53e6-458b-a84e-a60194e39d9c) ### OS _No response_ ### GPU _No response_ ### CPU Intel ### Ollama version 0.5.4
bug
low
Minor
2,809,305,316
next.js
Automatically adding initial-scale to meta viewport
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/fervent-microservice-fxis37?fork=true ### To Reproduce 1. open root layout.tsx 2. add ``` export const viewport: Viewport = { width: 390, userScalable: false, }; ``` ### Current vs. Expected behavior **Current** `<meta name="viewp...
Metadata
low
Minor
2,809,323,533
vscode
Source Control is missing a disable for this file option
Type: <b>Feature Request</b> After I enabled source control for my project file, it was annoying to see the green text so I wanted to turn it off but there is no option for that, please look forward to it. VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z) OS version: W...
info-needed
low
Minor
2,809,326,090
langchain
Azure search similarity_search_with_score method error
### 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,809,328,154
react-native
[Text on Android]: setting selectable to true breaks the text truncation and lineHeight on Android
### Description I use Text component that has to contain selectable text and should be truncated if it extends the width of the parent component. On iOS everything works fine. On Android if I set `selectable={true}` truncation and line height of the text are breaking. ### Steps to reproduce 1. import Text componen...
Platform: Android,Needs: Triage :mag:
low
Major
2,809,342,200
pytorch
Kw argument `dtype` less relative with the functions themselves
### 🐛 Describe the bug The docs of [`torch.randint()`](https://pytorch.org/docs/stable/generated/torch.randint.html#torch-randint), [`torch.randint_like()`](https://pytorch.org/docs/stable/generated/torch.randint_like.html#torch-randint-like), [`torch.randperm()`](https://pytorch.org/docs/stable/generated/torch.randp...
triaged,module: random,module: edge cases
low
Critical
2,809,352,899
pytorch
ROCm+gcc 15 asserts
### 🐛 Describe the bug Fedora 42 will have gcc 15. Gcc 15's libstdc++ asserts in multiple places in the ROCm build. The errors look like this /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/array:210:2: error: reference to __host__ function '__glibcxx_assert_fail' in __host__ __device__ function 210...
module: rocm,triaged
low
Critical
2,809,354,138
yt-dlp
how to download playlist in bilibili.tv
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [x] I'm asking a question and **not** reporting a bug or requesting a feature - [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#re...
site-enhancement,triage
low
Critical
2,809,423,565
electron
Ubuntu 24.04 BrowserWindow setIcon does not change the icon
### 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:,component/BrowserWindow,has-repro-gist,33-x-y
low
Critical
2,809,429,647
langchain
LangGraph + PromptFlow KeyError __pf_main__ on instruction StateGraph(State)
### Checked other resources - [x] I added a very descriptive title to this issue. - [x] I searched the LangChain documentation with the integrated search. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is ...
🤖:bug
low
Critical
2,809,457,146
transformers
Support Shared Cache
### Feature request A new cache class that supports sharing the same or part of the KV cache between different layers to improve cache efficiency. ### Motivation Many studies have shown that attention weights between different attention layers are always similar, and `KV cache sharing` only causes a small quality de...
Feature request,Cache
low
Minor
2,809,458,797
transformers
Mask2Former _init_weights
### System Info - `transformers` version: 4.45.2 - Platform: Linux-6.8.0-51-generic-x86_64-with-glibc2.39 - Python version: 3.11.9 - Huggingface_hub version: 0.24.6 - Safetensors version: 0.4.4 - Accelerate version: not installed - Accelerate config: not found - PyTorch version (GPU?): 2.4.0+cu121 (True) - Tensorflow ...
Core: Modeling,bug,Vision
low
Minor
2,809,464,988
PowerToys
Environmental Variables are not included in Backup
### Microsoft PowerToys version 0.87.1 ### Installation method Other (please specify in "Steps to Reproduce") ### Running as admin Yes ### Area(s) with issue? Environment Variables ### Steps to reproduce 1) Having some additional/any environmental varbiables in windows or having some added through PowerToys as...
Issue-Bug,Needs-Triage
low
Minor
2,809,465,812
svelte
Cannot read properties of undefined (reading 'call')
### Describe the bug It works in browser and Astro's `npm run dev` . I'm getting this error when trying to test with Vitest of Astro page with svelte file. ``` TypeError: Cannot read properties of undefined (reading 'call') // edited - moved to Logs section ``` ### Reproduction If required then later might try t...
awaiting submitter
low
Critical
2,809,471,982
pytorch
mmap fails on 64k page aarch64 systems for AOTI model loading
### 🐛 Describe the bug The AOTI loader mmap's a file with an offset `weights_offset`. An asssertion ensures that `weights_offset` is a multiple of 16k. The offset in à `mmap` syscall needs to be a multiple of the page size though, causing this mmap to fail on kernels with 64k pages but not on 4k pages. https://githu...
module: crash,module: arm,oncall: pt2,export-triaged,oncall: export,module: aotinductor
low
Critical
2,809,473,270
godot
Always on top does not work
### Tested versions [alwaysontop.zip](https://github.com/user-attachments/files/18536259/alwaysontop.zip) Reproducable in 4.4 Beta 1 but not in 4.3 ### System information Godot v4.4.beta1 - Windows 11 (build 26100) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4070 Laptop GPU (NVIDIA...
needs testing,topic:gui
low
Minor
2,809,503,213
tensorflow
tensorflow takes a long time to prepare before the first iteration
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version TF 2.10.0 ### Custom code Yes ### OS platform and distribution Linux Ubuntu 22.04 ### Mobile device _No response_ ### Python version 3.8 ### Bazel version _No response_ ### GCC/compi...
stat:awaiting response,type:performance,TF 2.10
low
Critical
2,809,513,501
vscode
Settings option to disable overtype mode.
Type: <b>Feature Request</b> I don't begrudge people that use overtype/overstrike mode. I expected that there would be a settings entry to control allowing the previous behaviour or the new behaviour. This seems to usually be the case for new features that change an existing behaviour. Accessibility wise, if one's ...
info-needed
low
Minor
2,809,528,054
langchain
ChatOllama with_structured_output not honoured by langchain. Works fine using direct ollama chat() call.
### 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,809,530,687
rust
`extern { fn f(_: *const __m128); }` emits `improper_ctypes`
### Code ```Rust use std::arch::x86_64::__m128; extern { fn f(_: *const __m128); } ``` ### Current output ```Shell warning: `extern` block uses type `__m128`, which is not FFI-safe --> <source>:5:13 | 5 | fn f(_: *const __m128); | ^^^^^^^^^^^^^ not FFI-safe | = help: consider adding a `...
A-diagnostics,T-compiler,L-improper_ctypes,L-false-positive
low
Minor
2,809,558,466
kubernetes
Add ability to override maxWaitForUnmountDuration for attach detach controller in controller manager
### What would you like to be added? When node non graceful shutdown occur kube controller manager updates taints on node and sets `node.kubernetes.io/unreachable` taint. When pod's `tolerationSeconds` expired controller manager evict pod from node. I set `tolerationSeconds: 60` for my pod and it's get evicted in time...
sig/storage,kind/feature,needs-triage
low
Critical
2,809,593,625
rust
Replace `rustc_layout_scalar_valid_range_start` attribute with pattern types
the `rustc_layout_scalar_valid_range_start` and `rustc_layout_scalar_valid_range_end` attributes require a lot of machinery to stay sanely usable. Pattern types don't require less machinery, but they are simpler as they don't break through layers of layouts and then require surprisingly subtle unsafe code to be used co...
F-pattern_types
low
Minor
2,809,597,478
rust
invalid opcode regression in `x86_64-unknown-linux-musl` release builds while compiling code using `generic-array`
[Repro](https://github.com/SohumB/rustc-musl-opcode-regression-202501). searched nightlies: from nightly-2024-11-21 to nightly-2025-01-24 regressed nightly: nightly-2025-01-10 searched commit range: https://github.com/rust-lang/rust/compare/a580b5c379b4fca50dfe5afc0fc0ce00921e4e00...824759493246ee383beb9cd5ceffa0e15de...
T-compiler,O-musl,C-bug,A-mir-opt,I-miscompile,A-mir-opt-GVN
low
Minor
2,809,617,914
flutter
Impeller Errors
### Steps to reproduce A clear and concise description of what the bug is. ``` [ERROR:flutter/impeller/renderer/backend/metal/context_mtl.mm(218)] Break on 'ImpellerValidationBreak' to inspect point of failure: Could not set up the command queue. [ERROR:flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetal...
waiting for customer response,in triage
low
Critical
2,809,618,969
vscode
Remotes UI is totally confusing
Type: <b>Feature Request</b> The "Remotes (Tunnels/SSH)" tab of REMOTES EXPLORER lists remotes, but shows no way to edit them. I forget how I added them originally and I can't right-click on them, and the "..." menu is useless. VS Code version: Code 1.96.3 (91fbdddc47bc9c09064bf7acf133d22631cbf083, 2025-01-09T18:14:...
info-needed
low
Major
2,809,620,839
kubernetes
Pop from the backoff queue whenever the active queue is empty
### What would you like to be added? Disclaimer: this is a high level description of the idea without providing all necessary details, which can be worked on later whenever there is agreement regarding the general approach. Whenever the active queue is empty, scheduler could pick the first pod from the backoff queue ...
sig/scheduling,kind/feature,needs-triage
low
Major
2,809,622,402
next.js
Error during dev and warning at build in middleware.ts with --turbo flag
### Link to the code that reproduces this issue https://github.com/sommeeeer/next-middleware-edge-turbo-node ### To Reproduce 1. start the dev server with `pnpm dev` 2. open up [http://localhost:3000](http://localhost:3000) and look for the request header: `hello-from-function`. 3. close the dev server and now run i...
Middleware,Runtime,Turbopack
low
Critical
2,809,681,423
pytorch
torch.compiler.disable should have the option to raise an informative exception (other than `torch._dynamo.exc.Unsupported`)
### 🚀 The feature, motivation and pitch ## Context I'm working on making distributions compatible with compile. We expect that the validate step will never be compilable. Ideally, users who run into that graph break (whether fullgraph=False and they're using TORCH_LOGS or using fullgraph=True and they look at the ex...
triaged,oncall: pt2,module: dynamo,dynamo-logging
low
Critical
2,809,705,777
vscode
Still showing it as an issue even after i rectified it
Type: <b>Bug</b> I had an issue in my code and so it was underlined with red. But even after i rectified it, still it is underlined but my code was running perfectly that means i fixed the issue in my code. that red underline irritating me a lot. Please fix it VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad80...
info-needed
low
Critical
2,809,707,110
langchain
Passing runtime value args to a tool created by subclassing BaseTool: tool.invoke doesn't see the runtime arg even when provided
### Discussed in https://github.com/langchain-ai/langchain/discussions/29411 <div type='discussions-op-text'> <sup>Originally posted by **shruthiR-fauna** January 24, 2025</sup> ### Checked other resources - [X] I added a very descriptive title to this question. - [X] I searched the LangChain documentation with the...
🤖:bug,Ɑ: core
low
Critical
2,809,727,056
go
text/template: improve error message "incompatible types for comparison"
### Go version go version go1.23.5 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='on' GOARCH='amd64' GOBIN='/home/jdemeyer/.local/bin' GOCACHE='/home/jdemeyer/.cache/go-build' GOENV='/home/jdemeyer/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='li...
NeedsInvestigation,LibraryProposal
low
Critical
2,809,731,043
vscode
KEY BOARD SHORTCUTS NOT WORKING PROPERLY
Type: <b>Bug</b> Some keyboard shortcuts are not working properly, especially github copilot(copilot inline chat =ctrl+I). please fix this issue or suggest me some way to correct this issue VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z) OS version: Windows_NT x64 1...
info-needed
low
Critical
2,809,734,777
go
crypto/internal/fips140/nistec: p256NegCond is variable time on ppc64le [1.22 backport]
@rolandshoemaker requested issue #71383 to be considered for backport to the next 1.22 minor release. > We'll backport this to the next minor releases. > > @gopherbot please open backport issues, this is a minor security issue.
Security,CherryPickCandidate
low
Minor
2,809,734,810
go
crypto/internal/fips140/nistec: p256NegCond is variable time on ppc64le [1.23 backport]
@rolandshoemaker requested issue #71383 to be considered for backport to the next 1.23 minor release. > We'll backport this to the next minor releases. > > @gopherbot please open backport issues, this is a minor security issue.
Security,CherryPickCandidate
low
Minor
2,809,758,666
TypeScript
Text between Unicode escapes within an identifier is skipped
### 🔎 Search Terms - Unicode escape sequences - extended Unicode escapes - variables, constants, property names, JSX identifiers, JSX attribute names… - regular expression group names, RegExp identifiers - bundling & transpilation ### 🕗 Version & Regression Information - This is the behavior since #32725 lands #...
Bug,Help Wanted
low
Critical