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,765,998,670
go
net: TestDialWithNonZeroDeadline failures
``` #!watchflakes default <- pkg == "net" && test == "TestDialWithNonZeroDeadline" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8726880560451781425)): === RUN TestDialWithNonZeroDeadline dial_test.go:1106: dial tcp :63997: connect: connection refus...
NeedsInvestigation
low
Critical
2,766,066,541
flutter
Intermittent crash on ios18 on raster
### Steps to reproduce No Specific Repro steps, but app crashes randomly on ios18. ### Expected results there should be no crash on ios18 too. ### Actual results while running the app on IOS18, the app crash Intermittently. i got around 27 crashes from 12 mobile in last 2 weeks ### Code sample <details open...
waiting for customer response,in triage
low
Critical
2,766,084,562
TypeScript
Import path autocomplete regression: No classic resolution autocomplete when package does not have any "exports" but resolves fine
### 🔎 Search Terms "resolvePackageJsonExports", "no file autocomplete when importing internal package files with moduleResolution node16" ### 🕗 Version & Regression Information This changed between versions [5.7.0-dev.20241031](https://www.npmjs.com/package/typescript/v/5.7.0-dev.20241031) and [5.7.0-dev.20241101]...
Bug,Help Wanted
low
Minor
2,766,090,670
svelte
Suggestions to Improve Clarity in the Example of Passing State into Functions
Hi there! I found the example of passing state into functions a bit complicated and unclear. It might help to simplify the explanation or break it down into smaller steps. I'd really appreciate it! now: https://svelte.dev/docs/svelte/$state#Passing-state-into-functions ```ts function add(getA: () => number, getB:...
documentation
low
Minor
2,766,110,351
rust
Tracking Issue for amdgpu target
This issue tracks the implementation of the amdgpu target. - [x] MCP: https://github.com/rust-lang/compiler-team/issues/823 Old, closed tracking issue: #51575 Current work-in-progress branch: https://github.com/Flakebi/rust/tree/amdgpu ### Implementation - [ ] Add amdgpu target: #134740 - [x] Disable `f128` in `co...
A-LLVM,T-compiler,C-tracking-issue,O-amdgpu
low
Critical
2,766,136,896
ant-design
Support for `Arrays` as the `value` of the `Option` used for `CheckboxGroup`
### What problem does this feature solve? The interface `Option` is defined currently as : ``` interface Option { label: string; value: string; disabled?: boolean; } ``` where `value` is meant to be a `string` only, although it looks like passing `array` can work. The requested feature is to official...
unconfirmed
low
Minor
2,766,145,164
opencv
Adding new functionality to cv::warpPolar
### Describe the feature and motivation `cv::warpPolar` pays too much attention to the central region and ignores information about the edges of the image when mapping the image from Cartesian space to polar coordinate space. I introduced a new radial non-uniform sampling method, i.e., I introduced new macro defini...
feature
low
Minor
2,766,153,872
create-react-app
Create react issue(script problem from my system) ho
I having an issue creating a react app due to running script disabled on my system... How do I solve it ![1735828948749787895579439052525](https://github.com/user-attachments/assets/ad4c47d7-f47d-4660-ab81-693fe57623e2)
needs triage
low
Minor
2,766,163,156
godot
RayCast3D collision detection issue in simple demo scene
### Tested versions Reproducible in Godot 4.3.stable.official, 77dcf97d8 ### System information Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated Quadro T2000 - Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 Threads) ### Issue description This simple scene demonstrates using a RayCast3D on a "tu...
documentation,topic:physics,topic:3d
low
Critical
2,766,206,142
ant-design
'Alert.ErrorBoundary' cannot be used as a JSX component.
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-jyh2k9) ### Steps to reproduce 使用最新的vite react-ts模板(node 22.12.0) 安装antd,放入<Alert.ErrorBoundary/>组件 运行tsc -b ### What is expected? 返回...
help wanted
low
Critical
2,766,228,076
yt-dlp
Unable to download VIP content from Youku.com
### 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 - [ ] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
account-needed,geo-blocked,site-bug,triage,can-share-account
medium
Critical
2,766,231,810
pytorch
Inconsistent `padding_value` rounding decision when using `torch.nn.utils.rnn.pad_sequence` under torch.compile and eager
### 🐛 Describe the bug I think this is caused by the inconsistent type casting between torch.compile and eager. When `sequences` is a mixed of complex and integer tensors, pad_sequence under torch.compile mode will directly round `padding_value` to 0 but eager mode will keep `padding_value` as -0.7. See below code ...
module: nn,triaged,module: type promotion,oncall: pt2,module: inductor
low
Critical
2,766,239,323
PowerToys
Workspaces - slack fails to launch
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? Workspaces ### Steps to reproduce slack doesn't launch Create/edit a workspace. In my case, I have 3 apps split evenly in the screen (gmail running as a PWA app, onenote, and ...
Issue-Bug,Needs-Triage,Needs-Team-Response,Product-Workspaces
low
Major
2,766,250,320
go
proposal: crypto/webauthn: webauthn signature verification API
### Proposal Details Passkey Authentication is seeing wide-spread industry adoption for authenticating users on websites and is implemented through the https://w3c.github.io/webauthn specification. It would be great if Golang would support this authentication mechanism out of the box. As a first step towards t...
Proposal,Proposal-Crypto
low
Critical
2,766,250,655
tauri
[bug] open app from deep link will break accessory activation policy
### Describe the bug I am building a tray app and use `set_activation_policy(tauri::ActivationPolicy::Accessory)` to hide icon from dock. Recently I am adding deep link feature to my app, and I found that open app from deep link will make dock icon show again. I also have a tray menu item to toggle window show/hid...
type: bug,platform: macOS,status: needs triage
low
Critical
2,766,305,042
PowerToys
Keyboard inputs are ingored or lathced randomly when in games.
### Microsoft PowerToys version 0.83.0 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? General ### Steps to reproduce When in games, especially Source 2 games (cs 2, Deadlock) key inputs are sometimes ignored or latched, needing another press to unlatch. For ex in cs2 j...
Issue-Bug,Needs-Triage
low
Minor
2,766,310,549
godot
.ghsaderinc files with filenames that match included macro name cause macro argument errors
### Tested versions - Reproducible in 4.1, 4.2.1, 4.3, new build based on master dated 2025/01/02 - Other versions not tested ### System information Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 Ti (NVIDIA; 32.0.15.6614) - 11th Gen Intel(R) Core(TM) i7-11700F @ 2.50GH...
bug,topic:shaders
low
Critical
2,766,327,358
PowerToys
The PowerToys Run interface is black, and the content is not visible clearly.
### Microsoft PowerToys version 0.87.1 ### Installation method WinGet ### Running as admin Yes ### Area(s) with issue? PowerToys Run ### Steps to reproduce The PowerToys Run interface is black, and the content is not visible clearly. ![Image](https://github.com/user-attachments/assets/fa6456b6-f245-4287-bdb9-...
Issue-Bug,Needs-Triage
low
Minor
2,766,330,305
neovim
`pyfile` fails on `unittest.main()` and breaks python provider
### Problem An attempt to execute a python file via `pyfile`/`py3file` leads to a cryptic error and breaks python provider. The problem happens on latest master and stable realease. ``` line 1: return v:lua.vim.provider.python.call(a:method, a:args) Error detec...
bug,provider
low
Critical
2,766,343,794
godot
Animation Editor Filter Of Showing Tracks From Selected Node In Tree Focus Problem When Starting To Edit A Key
### Tested versions Reproducible in Godot v4.4.dev7.official [46c8f8c5c] ### System information Godot v4.4.dev7 - Ubuntu 24.04.1 LTS 24.04 on X11 - X11 display driver, Multi-window, 1 monitor - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 4060 Laptop GPU - 13th Gen Intel(R) Core(TM) i7-13700H (20 threads) ### Iss...
bug,topic:editor,topic:animation
low
Minor
2,766,357,370
rust
run-make-support: `assert_dirs_are_equal` traverses symlinks
`assert_dirs_are_equal` will try to read the file content behind symlinks, which is not necessarily the desired behavior. Either we should make it configurable, or avoid traversing symlinks.
T-compiler,T-bootstrap,C-bug,A-run-make
low
Minor
2,766,368,217
rust
cleanup: use full `strip` cli args in cg_ssa
> Suggestion [DISCARD-ALL 1/2]: can we spell out the full flag for this as well? `llvm-objcopy` docs say that `-x` is > > > --discard-all, -x > > > > Remove most local symbols from the output. Different file formats may limit this to a subset of the local symbols. For example, file and section symbols in ELF obje...
C-cleanup,T-compiler
low
Critical
2,766,371,314
rust
ICE in mir_drops_elaborated_and_const_checked
<!-- Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for how to create smaller examples. http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/ --> ### Code ```Rust pub type UserId<Backend> = <...
I-ICE,T-compiler,C-bug,S-bug-has-test
low
Critical
2,766,371,771
kubernetes
Support for ignoring bad response from mutating admissions webhook
### What would you like to be added? Currently, you can configure the kubernetes control plane to ignore errors when calling a mutating admission webhook > webhooks.failurePolicy (string) > > FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail....
sig/api-machinery,kind/feature,needs-triage
low
Critical
2,766,382,789
electron
Registering globalShortcut F14 fails on Linux on X11
### 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/globalShortcut,x11,33-x-y
low
Critical
2,766,387,891
storybook
[Bug]: Importing from `@storybook/test` breaks stories using args to pass children to lit component
### Describe the bug I have a simple `lit` component that can accept children to render, everything is working fine whether I pass the children as an array or ``html`...` `` like so: ```Buttons.js // Buttons.js import { html } from 'lit'; export const Buttons = ({ buttons }) => { return html` <div class="butto...
bug,needs triage
low
Critical
2,766,393,336
godot
Godot 2.1 - Engine compilation errors on macOS 15/Xcode 16
### Tested versions - Reproducible in 2.1.7.rc.custom_build [0919ee6], 2.1.7.rc.custom_build [7cef81b] ### System information macOS 15/Xcode 16 - Mac Mini (Intel i7), MacBook Air (M1) ### Issue description When compiling Godot 2.1 using macOS 15/Xcode 16, the 'Byte' type is not found by FreeType 1.8.1's included g...
bug,platform:macos,topic:buildsystem
low
Critical
2,766,411,644
flutter
Video does not work with ShaderMask
### Steps to reproduce Checkout https://github.com/willsmanley/video_shader ### Expected results Video should be masked to only be visible through the text, just like in the working image shader example. Here is a working example in JS of using a video as a text background: https://video-background-b9b.page...
framework,has reproducible steps,P3,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28
low
Major
2,766,481,107
angular
Zoneless SSR: usage of forkJoin to get multiple responses prevents server rendering
### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? No ### Description Using `forkJoin` to load multiple data using the HttpClient prevents the component to be rendered on the server. Using `combineLatest` instead works as expected. ### Please provide a link to...
area: core,area: server,area: common/http,core: zoneless
low
Critical
2,766,484,562
pytorch
[profiler][python 3.13] profiler with_stack=True failing on python 3.13
### 🐛 Describe the bug Repro: ```python import torch class ModuleA(torch.nn.Module): def __init__(self): super().__init__() self.linear = torch.nn.Linear(4, 4) def forward(self, x): return self.linear(x) class ModuleB(torch.nn.Module): def __init__(self): ...
oncall: profiler
low
Critical
2,766,494,156
terminal
Feature Request: Logging Input and Output for Each Terminal Tab Automatically
Description: I would like to request a feature that allows logging of input and output for each terminal tab in Windows Terminal automatically (Not export text manually, Because I often remember to review the terminal output only after I close the tab or the entire terminal program). This feature would be similar to th...
Needs-Triage,Needs-Tag-Fix
low
Critical
2,766,501,141
pytorch
activation memory budget partitioner can fail with unbacked symints
internal xref: https://fb.workplace.com/groups/1075192433118967/posts/1567692087202330/?comment_id=1572673046704234&reply_comment_id=1577244289580443 Stacktrace below. Still working on a minimal repro, but a few things that become apparent from looking at the [tlparse](https://manifold.edge.x2p.facebook.net/v0/read/...
high priority,triaged,oncall: pt2,module: dynamic shapes,module: aotdispatch,module: pt2-dispatcher
low
Critical
2,766,513,621
godot
lag when choosing a scene super class and in all full screen floating windows
### Tested versions 4.4 dev 7 and 4.3 stable ### System information Godot v4.4.dev7 - Nobara Linux 40 (GNOME Edition) on Wayland - X11 display driver, Multi-window, 2 monitors - Vulkan (Forward+) - integrated Intel(R) Iris(R) Xe Graphics (TGL GT2) - 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (8 threads) this is...
bug,topic:editor,needs testing,performance
low
Minor
2,766,520,298
go
x/tools/go/packages: overlay does not cause ExportFile to be cleared
In the `x/tools/go/pacakges` there is a comment, mentioning that overlay might invalidate export data, see: https://github.com/golang/tools/blob/b93274bf6492f1e1ab72ee5def8da5dfbc9e0e43/go/packages/packages.go#L800-L802 It was introduced in [CL 151999](https://go.dev./cl/151999). If that is still true, then we...
NeedsInvestigation,Tools,BugReport
low
Critical
2,766,523,766
TypeScript
Cache Declarations Directory
### 🔍 Search Terms cache declarations cached tsserver tsc ### ✅ Viability Checklist - [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [x] This wouldn't change the runtime behavior of existing JavaScript code - [x] This could be implemented without emitting different JS based on the t...
Suggestion,Needs Proposal
low
Minor
2,766,538,791
TypeScript
Compilation option: `stricterPropertyInitialization`
### 🔍 Search Terms Keywords: "stricter property initiazliation" ### ✅ Viability Checklist - [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [x] This wouldn't change the runtime behavior of existing JavaScript code - [x] This could be implemented without emitting different JS based on...
Suggestion,Awaiting More Feedback
low
Critical
2,766,578,790
godot
Triangulating fails on a single invalid triangle.
### Tested versions Reproducible in: versions 4.0+ and probably below but didn't really test ### System information All platforms ### Issue description When triangulating a 2d polygon, triangulate_polygon() fails and returns an empty array while the underlaying triangulate() function generates a mostly usable (tho...
discussion,topic:core,breaks compat,topic:2d
low
Critical
2,766,580,966
tauri
[feat] Allow macOS plugins to be written in Swift
### Describe the problem Swift support is not available for macOS plugins. It is only [available](https://tauri.app/develop/plugins/develop-mobile/) for iOS plugins. ### Describe the solution you'd like Since there are no production-ready Rust bindings for the macOS SDK, Swift support is needed for access to n...
type: feature request,platform: macOS
low
Minor
2,766,598,517
pytorch
allow_in_graph footgun: nested user functions
https://github.com/pytorch/pytorch/blob/bb5e439f2d8a46172b8b7d2fdb7609822b9a97b1/torch/_dynamo/decorators.py#L138-L153 allow_in_graph recognizes functions by their Python id. A nested user function might get deallocated and the id reused. This may lead to nondeterministic behavior. These dicts should be weakkeydicti...
triaged,oncall: pt2,module: dynamo
low
Minor
2,766,627,302
pytorch
Update TorchInductor to support removed AttrsDescriptor in upstream Triton
https://github.com/triton-lang/triton/pull/5512 removed `AttrsDescriptor` which TorchInductor generates in its output code. To support Triton versions after that PR we will need to update the code we generate. cc @ezyang @gchanan @zou3519 @kadeng @msaroufim @chauhang @penguinwu @voznesenskym @EikanWang @jgong5 @G...
high priority,triaged,oncall: pt2,module: inductor
low
Major
2,766,639,365
TypeScript
Mechanism for late inferred types in control flow analysis
### 🔍 Search Terms "control flow analysis" with variations of array, widening, callbacks, etc ### ✅ Viability Checklist - [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [x] This wouldn't change the runtime behavior of existing JavaScript code - [x] This could be implemented withou...
Suggestion,Awaiting More Feedback
low
Critical
2,766,647,046
transformers
Instructions to raise PR for addition of shared library files(.so) and .cpp files
### Feature request Hello @ArthurZucker @zucchini-nlp @Rocketknight1 @gante, I have an proposal for improvement of Mamba model for which I wanted to raise PR. **Method:** The code changes are made in c++ file. I use cython to integrate c++ code to python. For this I will be generating an shared library file (.so)...
Feature request
low
Minor
2,766,647,524
tauri
[bug] `@tauri-apps/cli` NPM package contains unnecessary files
### Describe the bug The following path in `packages/cli/Cargo.toml` is incorrect in [NPM package](https://www.npmjs.com/package/@tauri-apps/cli?activeTab=code): ```toml [dependencies] # Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix napi = { version = "2.16", default...
type: bug,good first issue,scope: cli.js,status: needs triage
low
Critical
2,766,672,134
godot
CharacterBody2D (only in Floating Motion Mode) accelerated by slides
### Tested versions v4.3.stable.official [77dcf97d8] ### System information Godot v4.3.stable - Linux Mint 22 (Wilma) - X11 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 (nvidia; 535.183.01) - AMD Ryzen 5 5600X 6-Core Processor (12 Threads) ### Issue description ## with Floating Motion Mode As you can se...
bug,topic:physics,topic:2d
low
Minor
2,766,672,828
tauri
[feat] Add Window API support to Android
### Describe the problem [Window](https://v2.tauri.app/reference/javascript/api/namespacewindow/) API support is not available for Android. ### Describe the solution you'd like Android provides support for a [presentation](https://developer.android.com/reference/android/app/Presentation) since API 17 which is a spec...
type: feature request,platform: Android
low
Minor
2,766,682,566
tauri
[feat] Add Window API support to iOS
### Describe the problem [Window](https://v2.tauri.app/reference/javascript/api/namespacewindow/) API support is not available for iOS. ### Describe the solution you'd like iOS provides support for [Scenes](https://developer.apple.com/documentation/uikit/scenes) which manage multiple instances of an app's UI simulta...
type: feature request,platform: iOS
low
Minor
2,766,683,733
PowerToys
Adding the option to turn on and off modules with keybinds
### Description of the new feature / enhancement Basically be able to assign the toggle option of a module to a keybind. ### Scenario when this would be used? For example, if i need to remap keys with the keyboard manager for a specific game but i need to turn it off for something else, instead of having to open po...
Needs-Triage
low
Minor
2,766,732,042
TypeScript
Unexpected "'Type' is declared but its value is never read." error with jsdoc @import syntax
### 🔎 Search Terms jsdoc `@import` "is declared but its value is never read" ### 🕗 Version & Regression Information I have seen this error since the introduction of `@import` in jsdoc comments (TS 5.5 if i recall correctly) ### ⏯ Playground Link _No response_ ### 💻 Code I made a testcase repo https://github.c...
Bug,Help Wanted,Fix Available
low
Critical
2,766,767,809
material-ui
[system] Remove prefix
### Summary As far as I know, prefixes are no longer needed for the last 12+ months. I don't know any of https://mui.com/material-ui/getting-started/supported-platforms/#browser that requires it. Now, considering that those are pure pain from a DX perspective. e.g. `-webkit-box-pack` 🤡 <img width="1242" alt="SC...
performance,external dependency,priority: important,package: system,dx
low
Minor
2,766,774,566
pytorch
Uneven Sharding in DTensor Leads to unexpected tensor resolution with `full_tensor`
### 🐛 Describe the bug Appears related at least to #143372. tl;dr: DTensor `full_tensor` operations are incorrect if sharding is not even AND if sharding isn't implicitly matching the uneven sharding that DTensor expects. I've recently hit this issue - uneven sharding of `DTensor` leads to unexpected results. ...
oncall: distributed,triaged,actionable,module: dtensor
low
Critical
2,766,791,758
flutter
[cross_file] XFile.name should use defaultTargetPlatform path separator, not Platform
The implementation of `XFile.name` (for `dart:io`) splits on `Platform.pathSeparator`: ```dart @override String get name => _file.path.split(Platform.pathSeparator).last; ``` This is fine in production, but can give the wrong answer in tests: `Platform` identifies the host platform the test is actually runni...
package,team-ecosystem,P2,p: cross_file,triaged-ecosystem
low
Major
2,766,793,104
langchain
an attempt to use DeterministicFakeEmbedding with pinecone vectorstore fails with PineconeApiTypeError
### 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...
Ɑ: vector store
low
Critical
2,766,803,435
rust
`Cargo Build` gets stuck compiling my code
While writing some code I wanted to see if it compiled, and instead cargo build just hung, either forever or longer than I was willing to late. It's a bug either way. I think I got it stuck in an infinite loop resolving traits Code is here. I was editing `mask.rs` when I encountered the issue. I think the problem c...
C-bug,I-hang,S-needs-repro
low
Critical
2,766,805,208
kubernetes
kubelet could reject pods with NodeAffinity error due to incomplete informer cache on the node object
### What happened? In our end (AKS), we observed that there is a case that kubelet could reject pods with NodeAffinty status if the node watch call got closed due to unknown reason during kubelet start up. An illustrated procedure is (using `Tx` to indicate time): - T1: kubelet starts, spawns the processes for...
kind/bug,priority/backlog,sig/node,triage/accepted
low
Critical
2,766,807,043
go
x/oscar/internal/commentfix: TestFixGitHubIssue/fix-run-concurrent failures
``` #!watchflakes default <- pkg == "golang.org/x/oscar/internal/commentfix" && test == "TestFixGitHubIssue/fix-run-concurrent" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8726812130181378417)): === RUN TestFixGitHubIssue/fix-run-concurrent testut...
NeedsInvestigation
low
Critical
2,766,817,482
yt-dlp
ReadMe/Documentation addition
### 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 requesting a feature unrelated to a specific site - [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme) - [X] I've ver...
docs/meta/cleanup,triage,wiki
low
Critical
2,766,819,123
pytorch
RNN batch_first argument only works on the input not h_0 when if should work on both
### 🚀 The feature, motivation and pitch Hi, the RNN batch_first argument only works on the input not h_0 when if should work on both. This applies to all 3 RNN implementations ([RNN](https://pytorch.org/docs/stable/generated/torch.nn.RNN.html), [GRU](https://pytorch.org/docs/stable/generated/torch.nn.GRU.html#torc...
module: nn,module: rnn,triaged
low
Minor
2,766,834,394
godot
Godot 4.3 Doesn't Fully Maximise on Larger Monitors.
### Tested versions System Info: - Windows 10 - Display resolution: 1080x720 (Primary Monitor), 1920x1080 (Secondary Monitor) - Integrated Intel(R) Iris(R) Xe Graphics (Intel Corporation; 30.0.100.9864) - 11th Gen Intel(R) Core(TM) i7-1195G7 @ 2.90GHz (8 Threads) Tested Versions: - Godot 4.3 - Godot 4.2 ### Syst...
topic:editor,needs testing
low
Minor
2,766,835,492
vscode
[Accessibility, a11y] Color contrast ratio of keyboard focus while navigating quick picks is 1.28:1 which is less than 3: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...
bug,themes,accessibility,quick-pick
low
Critical
2,766,845,007
PowerToys
The shortcut guide cannot display other languages and only shows English.
### Microsoft PowerToys version 0.87.1 ### Utility with translation issue Shortcut Guide ### 🌐 Language affected chinese ### ❌ Actual phrase(s) I have already set both the system and application language options to Chinese, but when I press Shift + Win + /, the interface still displays in English. Please improv...
Issue-Bug,Area-Localization,Needs-Triage,Issue-Translation
low
Minor
2,766,849,370
transformers
Loss.. should be specified as either training loss or validation loss
### System Info Doesn't apply.. using runpod ### Who can help? _No response_ ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own task or dataset (give details below) ### Repr...
bug
low
Minor
2,766,858,707
vscode
Add Inline View option for multi-file diff view
<!-- ⚠️⚠️ 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. --> In the source control panel there is a great option ...
polish,multi-diff-editor
low
Minor
2,766,884,013
ui
[bug]: Tooltip with overflow causes scroller to be shown for a brief moment.
### Describe the bug This seems an issue with Radix itself, but I am going to report here as well. There are 4 conditions for this issue to occur: 1. Tooltip with Arrow 2. Animate 3. Overflow-auto 4. Tooltip gets display on top of anchor When this condition is met, you will see a scroller being displayed while...
bug
low
Critical
2,766,886,159
Python
Project Euler prohibits sharing answers to problems 101 and after
### What would you like to share? > I learned so much solving problem XXX, so is it okay to publish my solution elsewhere? > > It appears that you have answered your own question. There is nothing quite like that "Aha!" moment when you finally beat a problem which you have been working on for some time. It is often ...
awaiting triage
medium
Minor
2,766,887,178
godot
low_processor_usage_mode increases CPU usage on empty scene
### Tested versions 4.4dev7 ### System information Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 2 monitors - OpenGL 3 (Compatibility) - AMD Radeon RX 6800 (Advanced Micro Devices, Inc.; 32.0.12033.1030) - AMD Ryzen 5 7600X 6-Core Processor (12 threads) ### Issue description Turning "Low Processor Mod...
bug,topic:editor,needs testing
low
Minor
2,766,900,404
vscode
Problem with anchor $ in the search-replace menu on a corner case
Hi, Sorry in advance it's a corner case but I ran into this problem when I wanted to make a "trim" of all my files in my working directory. Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.96.2 (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, x64) - OS Version: Ubuntu 22.04.5 LTS ## Steps...
bug,search
low
Critical
2,766,904,218
ui
[bug]: something went wrong while using this : npx shadcn@latest add calendar
### Describe the bug link-to-any@192 aakkaa-main % npx shadcn@latest add calendar ✔ Checking registry. ⠧ Installing dependencies. Something went wrong. Please check the error below for more details. If the problem persists, please open an issue on GitHub. Command failed with exit code 1: npm install react-day...
bug
low
Critical
2,766,904,813
godot
Saving a plugin while the game is running and the await keyword was used causes a plethora of engine errors.
### Tested versions Tested in 4.3.stable ### System information Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4070 SUPER (NVIDIA; 32.0.15.6636) - 13th Gen Intel(R) Core(TM) i5-13600KF (20 Threads) ### Issue description Whenever I edit a autoload script loaded by a plugin...
bug,topic:gdscript,topic:editor
low
Critical
2,766,906,966
tensorflow
The test case label_image .py of tensorflow2.4.1 source code fails to be execued.
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.4.1 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version 3.7.12 ### Bazel version 3.7 ### GCC/compiler version _N...
type:bug,TF 2.4
low
Critical
2,766,937,652
godot
WorldEnvironment `Glow > Bloom` effects Editor Gizmo/Origin
### Tested versions v4.3.stable.official [77dcf97d8] ### System information Godot v4.3.stable - Android - GLES3 (Compatibility) - Adreno (TM) 610 - (8 Threads) ### Issue description WorldEnvironment `Glow > Bloom` also effect the Editor Gizmo/Origin. It glows like neon lite. ![Image](https://github.com/user-atta...
topic:rendering,topic:editor,topic:3d
low
Minor
2,766,955,202
opencv
imgcodecs: (5.x) drop bundled OpenEXR
### Describe the feature and motivation (I'm sorry if new road map to drop bundled OpenEXR had been ready ) Currently OpenEXR supports CMake building system. It is very easy to install in user system. I think now is good timing to drop OpenEXR from 3rdparty source from 5.x branch. (At 4.x branch, I hope it is bet...
category: imgcodecs,category: 3rdparty,cleanup
low
Minor
2,766,958,796
PowerToys
Virtual Desktop Improvements: 2D movement, separate per-monitor virt desktops
### Description of the new feature / enhancement The built-in virtual desktops in Win 10+ function well enough, but lack some features that make them useful. I say this with Linux virtual desktops in mind where I could have a "grid" arrangement of 9 virtual desktops, which is unwieldy when you can only access them lef...
Needs-Triage
low
Minor
2,766,989,898
flutter
Suffix in TextFormField affect the vertical alignment of the text.
### Steps to reproduce ```dart class InputPage extends StatefulWidget { const InputPage({super.key}); @override State<InputPage> createState() => _InputPageState(); } class _InputPageState extends State<InputPage> { @override Widget build(BuildContext context) { return Scaffold( bod...
a: text input,framework,has reproducible steps,P2,team-text-input,triaged-text-input,found in release: 3.27,found in release: 3.28
low
Critical
2,766,992,956
tauri
[bug] window outer size is not correct since v2.1.1
### Describe the bug While creating the main WebviewWindow with the following snippet, it works well on Windows. ``` let main_window = tauri::WebviewWindowBuilder::new( app_handle, "main", tauri::WebviewUrl::default(), ) .fullscreen(false) .maximizable(false) .resizable(false) .visible(fals...
type: bug,status: needs triage
low
Critical
2,767,021,349
tauri
[feat] allow to emit events on android MainActivity
### Describe the problem I wanna to make my app reponsible to the config change. ### Describe the solution you'd like As per https://tauri.app/develop/plugins/develop-mobile/#plugin-events, the `trigger` function only works in plugins. But the config change handler should be defined in `MainActivity`. ``` ...
type: feature request
low
Minor
2,767,021,904
kubernetes
[Feature-Request] : Need a more explicit node drain tracking mechanism.
Currently I noticed there is no dedicated drain API which could indicate a node is being drained. While there is an eviction API present, the drain operation is done through series of operations which blend with the regular cluster lifecycle events making it inaccurate to decide when a node is being actually drained. ...
needs-sig,needs-triage
low
Minor
2,767,038,374
node
Provide a file system clock API (or platform specific clock API)
### What is the problem this feature will solve? Sometimes comparing file system timestamp with "current time" is necessary. An example would be doing something like `make`. To make it reliable, this ""current time" should be get from a clock source that is compatible with file system. - Windows has explicit APIs fo...
feature request
low
Major
2,767,042,074
vscode
Terminal Bug: Race condition looses terminal data in shell integration (AsyncIterable consumer with POC)
<!-- ⚠️⚠️ 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,api,terminal-shell-integration
low
Critical
2,767,052,672
godot
CodeEdit (TextEdit?) linewrap indentation is wrong if font hinting is set to "Normal"
### Tested versions 4.4dev7 ### System information Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 2 monitors - OpenGL 3 (Compatibility) - AMD Radeon RX 6800 (Advanced Micro Devices, Inc.; 32.0.12033.1030) - AMD Ryzen 5 7600X 6-Core Processor (12 threads) ### Issue description If font hinting is "normal...
bug,topic:gui
low
Critical
2,767,166,937
rust
ICE: stack overflow with instrument-coverage + gce
<!-- ICE: Rustc ./a.rs '-Cinstrument-coverage -ooutputfile -Zdump-mir-dir=dir' 'error: rustc interrupted by SIGSEGV, printing backtrace', 'error: rustc interrupted by SIGSEGV, printing backtrace' File: /tmp/im/a.rs --> auto-reduced (treereduce-rust): ````rust //@compile-flags: -Cinstrument-coverage #![featur...
I-crash,T-compiler,C-bug,F-generic_const_exprs,A-code-coverage
low
Critical
2,767,170,232
tensorflow
GPU Delegate for Object detection and Image classification from Tensorflow lite for Android
I'm using Android Kotlin code for object detection and image classification https://github.com/tensorflow/examples/tree/master/lite/examples var currentDelegate: Int = 1, val optionsBuilder = ObjectDetector.ObjectDetectorOptions.builder() .setScoreThreshold(threshold) ...
type:support,comp:lite,TFLiteGpuDelegate
low
Critical
2,767,192,689
flutter
[Accessibility] : AlertDialog semanticLabel not read in iOS 18
### Steps to reproduce The semanticLabel of my AlertDialog is not read by VoiceOver in iOS 18. It's working well on iOS 17 and above, and on Android. I'm facing the issue with Flutter 3.24 and 3.27 ### Expected results semanticLabel should be read when AlertDialog is focused ### Actual results semanticL...
platform-ios,a: accessibility,e: OS-version specific,has reproducible steps,P1,team-ios,triaged-ios,found in release: 3.27,found in release: 3.28
medium
Major
2,767,222,274
ant-design
Modal 组件弹出和收起都会有抽搐屏幕闪烁的问题
### Reproduction link [https://ant-design.antgroup.com/components/modal-cn#modal-demo-confirm](https://ant-design.antgroup.com/components/modal-cn#modal-demo-confirm) ### Steps to reproduce 点击时 屏幕分辨率为:2560 * 1440 会发现以上描述的现象 但是在同等条件下 分辨率为:1920*1080屏幕下是正常无症状 ### What is expected? 在2k的分辨率屏幕正常显示无闪烁 ### Wh...
unconfirmed
low
Major
2,767,261,618
flutter
`--experimental-faster-testing` doesn't sanitize paths
### Steps to reproduce 1. Create a Flutter project *with some tests* 2. Place it on a path that uses hyphens (for example, in a Git repository with a hyphenated name) 3. Run `flutter test --experimental-faster-testing` ### Expected results Tests compile and run correctly. ### Actual results Files generated with ...
a: tests,tool,has reproducible steps,P3,team-tool,triaged-tool,found in release: 3.27,found in release: 3.28
low
Critical
2,767,267,555
rust
Missing `Send` on "recursive" `Future`
Yesterday in the rust community discord, we came across the following (minimized) example. I don't understand why these futures aren't `Send`. Obviously, `bar` can only be `Send` if `foo` is as well. However, while `bar` requires `foo` to be `Send` in order to successfully type-check, it's `Send`ness shouldn't depend o...
T-compiler,C-bug,A-async-await,needs-triage
low
Critical
2,767,272,066
react-native
xcode 16.2 Could not build module 'DarwinFoundation'
### Description /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.2.sdk/usr/include/sys/_types/_mach_port_t.h:49:10 Could not build module 'DarwinFoundation' ### Steps to reproduce ![Screenshot 2025-01-03 at 2 49 30 PM](https://github.com/user-attachment...
Needs: Author Feedback,Needs: Repro
low
Minor
2,767,303,734
next.js
Next.js 15 `<Link>` scroll to top does not work if `loading.tsx` is present
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/youthful-davinci-xs9gmf ### To Reproduce 1) Run the server in production mode (`npm run build && npm run start`). 2) Navigate to the "/withloading" page. 3) Scroll to the bottom and click the "Next" button. 4) The page does not ...
Navigation
low
Critical
2,767,355,995
ollama
Ollama - Gentoo Linux support
Hello, world ! **Gentoo portage of Ollama**, binary release. RTX4060-i7 works perfectly ! [https://ftp.pingwho.org/pub/gentoo/ftp/overlay/pingwho-overlay/app-misc/ollama-bin/](https://ftp.pingwho.org/pub/gentoo/ftp/overlay/pingwho-overlay/app-misc/ollama-bin/) Enjoy !
feature request
low
Minor
2,767,394,077
svelte
Cannot import TS types from Svelte components in `.svelte.ts files`
### Describe the bug I cannot import types exported in a `<script module lang="ts">` block in a `.svelte.ts` file (I can import them in other .svelte files). TS complains that: >TS2614: Module '".svelte"' has no exported member 'ListRecord'. Did you mean to use 'import ListRecord from ".svelte"' instead? Indee...
documentation,types / typescript
low
Critical
2,767,437,612
flutter
Incorrect MediaQuery padding in small window (freeform) mode on xiaomi device(Xiaomi 14, HyperOS2.0.7.0, Android15, Api35) causing abnormal layout on Flutter 3.27.X
### Steps to reproduce 1. click small window mode button <img src="https://github.com/user-attachments/assets/65f74ddc-e73e-4b69-9939-e08e6b9afcab" width="400"> <img src="https://github.com/user-attachments/assets/521e64aa-82a2-420a-805a-e53b85a39d10" width="400"> ### Expected results All rght in flutt...
e: device-specific,platform-android,e: OS-version specific,P2,team-android,triaged-android
low
Critical
2,767,446,088
angular
Provide example with track function in `@for` docs
### Describe the problem that you experienced Documentation for `@for` control flow syntax might be improved with examples on how to use track functions. I've noticed that many developers when switching from `ngFor` to `@for` continue to use track function and provide it as a reference to a function which is incorrect...
area: docs
low
Critical
2,767,454,835
pytorch
Unable to parse and visualize "trace view" with tensorboard
### 🐛 Describe the bug I'm using the following code to profile my PyTorch model. https://github.com/Lightning-AI/pytorch-lightning/issues/20525 ```python import torch from pytorch_lightning.profilers import PyTorchProfiler import lightning as L schedule = torch.profiler.schedule( ...
module: tensorboard,oncall: profiler
low
Critical
2,767,466,179
flutter
[vector_graphics] Cannot set RenderingStrategy to picture
### Use case I use vector_graphics_compiler to compile a list of SVGs into vector format for vector_graphics. Specifically, I'm using them for country flags. The problem is that with `RenderingStrategy.raster` rendering is way less performant for them. ### Proposal Currently, raster mode is hardcoded in Vector...
c: new feature,package,c: proposal,workaround available,team-engine,p: vector_graphics
low
Critical
2,767,485,167
kubernetes
Pods stuck in Terminating state for >3 days; unable to delete via standard methods on GKE
### What happened? We encountered an issue where four pods in our GKE cluster have been stuck in the `Terminating` state for over three days. Jobs created these pods have already been deleted. Despite our attempts to delete the pods using standard methods (e.g., `kubectl delete --force --grace-period=0`), they remain ...
kind/bug,sig/apps,needs-triage
low
Critical
2,767,492,471
langchain
Cache de-serialization does not work on ChatOpenAI with structured output, Pydantic classes and json_schema
### 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,investigate
low
Critical
2,767,516,571
next.js
use dockerfile in render.com return 502 , so I change dockerfile to fix it, I hope it can help others.
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```bash render.com docker ``` ### Which example does this report relate to? With Docker ### What browser are you using? (if relevant) _No response_ ### How are you deployin...
examples
low
Critical
2,767,531,715
PowerToys
Certain controlling elements do not respect application language setting
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? General ### Steps to reproduce - Set system language to Chinese - Set PowerToys' "Application Language" to English - Flip through settings page ![Case 1](https://github.com/use...
Issue-Bug,Needs-Triage
low
Minor
2,767,534,124
PowerToys
NEW+ appears twice in the context menu
### Microsoft PowerToys version 0.87.1 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? New+ ### Steps to reproduce I am now seeing two instances of the NEW+ menu item when I right-click on a folder. BOTH work fine, but jut one will do! ![Image](https://github.com/user-...
Issue-Bug,Needs-Triage
low
Minor
2,767,549,852
ui
[bug]: Default fromField name not removed in Date Picker without hard reload
### Describe the bug When using the ShadCN UI **Date Picker** component, modifying the **fromField** name updates the value correctly, but the default fromField name is not removed unless a **hard reload** is performed. This behavior causes confusion and makes the component behave unexpectedly during development. ###...
bug
low
Critical
2,767,579,793
next.js
NextJS 15/Axios incompatibility has incomplete Set-Cookies header when doing request from Next middleware only
### Link to the code that reproduces this issue https://github.com/w7rus/nextjs15-incorrect-set-cookie-data-middleware ### To Reproduce 1. Run any backend service prebuilted at `./SetCookieBackend/build` 2. Run nextjs-14.2.2-pass example via ```bash npm i npm run dev ``` 3. Open `http://localhost:300...
Middleware
low
Minor