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,605,934,815
TypeScript
bug: error message says 0n is truthy
### ๐Ÿ”Ž Search Terms falsey, truthy, bigint, PseudoBigInt, TS Error 2872, TS Error 2873, unnecessary condition, constant condition ### ๐Ÿ•— Version & Regression Information - This changed between versions 5.5.4 and 5.6.3, - https://github.com/microsoft/TypeScript/pull/59217 ([playground](https://www.typescriptlang.org/...
Bug
low
Critical
2,605,964,822
PowerToys
Unable to remap CAPS, strange behavior
### Microsoft PowerToys version 0.85.1 ### Installation method GitHub ### Running as admin Yes ### Area(s) with issue? Keyboard Manager ### Steps to reproduce Issue 1 Remap CAPS to Ctrl+C Issue 2 Remap CAPS to Alt+Shift ### โœ”๏ธ Expected Behavior Issue 1 Remap and work perfectly, with CAPSLOCK completely disa...
Issue-Bug,Needs-Triage
low
Minor
2,605,986,434
vscode
"Experimental" setting hover takes a surprisingly long time to show up
Testing #231887 I don't recall seeing a hover take as long as this one does to show up. I have not configured the default hover delay, are we using something custom here?
bug,settings-editor,confirmation-pending
low
Major
2,605,990,626
godot
Properties Defined in _GetPropertyList Revert to Default Values When Rebuilding Project
### Tested versions - Reproducible in: v4.3.stable.mono.official [77dcf97d8] ### System information Godot v4.3.stable.mono - Windows 11 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3080 (NVIDIA; 31.0.15.3640) - Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 Threads) ### Issue description Properties of nodes th...
bug,needs testing,topic:dotnet
low
Critical
2,605,997,410
angular
docs: Feature roadmap
### Which @angular/* package(s) are relevant/related to the feature request? _No response_ ### Description It's often that I ask myself when a particular feature was introduced/released to the Angular framework. Just searching for it on Angular docs website or Googling usually does not provide an immediate answer. ...
area: docs
low
Major
2,606,020,182
flutter
[web:a11y] VoiceOver (and maybe others) ignores aria-selected
`aria-selected` is ignored by VoiceOver (and potentially other screen readers). To reproduce, `flutter run -d chrome` the [a11y test app](https://github.com/flutter/flutter/tree/master/dev/a11y_assessments). And try any of the nav bar and tab demos.
a: accessibility,platform-web,P1,team-web,triaged-web
medium
Minor
2,606,035,573
neovim
LSP completion: wrong startcol if label is not a keyword
### Problem For a snippet `/** */` labeled with `/**` I get `/**/** */` after completion at the end of line containing `/**` (see repros). ### Steps to reproduce I have prepared both the test case and the repro to manual usage (extracted from existing tests). Test case: ```lua it('starts in correct place if lab...
bug,lsp
low
Minor
2,606,041,473
ui
[bug]: Cannot install sidebar-09
### Describe the bug Not able to install and use sidebar-09 ### Affected component/components Sidebar ### How to reproduce `npx shadcn@latest add sidebar-09` ### Codesandbox/StackBlitz link _No response_ ### Logs _No response_ ### System Info ```bash MacOS, Chrome ``` ### Before submitting - [X] I've made...
bug
low
Critical
2,606,089,514
deno
ERR_UNSUPPORTED_DIR_IMPORT when importing npm package
Version: Deno 2.0.2 Just try to use node-hue-api in Deno. And I see that it yield in ERR_UNSUPPORTED_DIR_IMPORT. Seems like it is due to the the way how .js/.ts/.mjs extension are handled in the file. Is there a way to pass --experimental-specifier-resolution=node to import to fix this. `deno install npm:node-...
upstream
low
Critical
2,606,110,372
vscode
[css] CSS intellisense for @starting-style
Type: <b>Bug</b> ```css .example { @starting-style { opacity: 0; } } ``` This css should not throw a syntax error, but @starting-style is not recognized, giving me the error `Unknown at rule @starting-stylecss(unknownAtRules)` Let me know if you need any more info VS Code version: Code 1.94.2 (384f...
help wanted,feature-request,css-less-scss
low
Critical
2,606,130,421
flutter
[cocoon] update createBranch for monorepo
`CreateBranch` is called from <TODO> with `branch` and `engine` parameters for branch name and engine sha. This does a search on gerrit commits in `flutter/recipes` looking for the commit nearest (`<=`) the engine sha commit and then creates the branch. ```dart '/api/create-branch': CreateBranch( bran...
monorepo
low
Minor
2,606,151,623
TypeScript
Partial Mode: IntelliSense not available for Typescript
<!-- โš ๏ธโš ๏ธ 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...
Needs Investigation
low
Critical
2,606,195,174
rust
Unhelpful borrowing suggested when wrongly constructing an unsized type
### Code ```rust fn main() { let _x = &str::from("value"); } ``` ### Current output ``` error[E0277]: the trait bound `str: From<_>` is not satisfied --> src/main.rs:2:15 | 2 | let _x = &str::from("value"); | ^^^ the trait `From<_>` is not implemented for `str` | help: consider borrowing h...
A-diagnostics,T-compiler
low
Critical
2,606,206,695
vscode
Should be able to type in account type
Testing #229420, https://github.com/microsoft/vscode/issues/231880 Since I'm able to type in this quick pick, I'd expect to be able to type in the name of an account I'd like to auth with: ![Image](https://github.com/user-attachments/assets/1c91b087-1182-4862-8ef6-b8bdb24d3d8a) ![Image](https://github.com/user-attachm...
feature-request,authentication
low
Minor
2,606,221,993
godot
`DEPTH` write glitch
### Tested versions godot 4.3 stable ### System information Kubuntu 22.04 ### Issue description In some runs, in some shaders, if you write to the `DEPTH` there will be a glitch happening. This issue will not happen if you don't write to `DEPTH`. By setting albedo to depth i have ensured that no such gl...
discussion
low
Critical
2,606,222,685
ui
[bug]: Inbox scroll area on shadcn-ui homepage Mail demo is too large
### Describe the bug Go to the https://ui.shadcn.com/ website and look at the Mail demo. Try inspecting or scrolling the items in the Inbox column. The scroll area is not fitting within the visible space and cuts off seeing lower down items. Not a great look for the first demo you see! <img width="1383" alt="imag...
bug
low
Critical
2,606,279,019
vscode
Pull > Pull From always give error to set git.config but not solving even set
<!-- โš ๏ธโš ๏ธ 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...
feature-request,git
low
Critical
2,606,281,883
flutter
Add dependency on androidx.test.uiautomator to integration_test
The [androidx.test.uiautomator](https://developer.android.com/reference/kotlin/androidx/test/uiautomator/package-summary) package provides a lot of necessary functionality: - Screenshots - Finding Android Views - Interaction with Android Views - Notifications - Permissions Today, our `integration_test` plugin...
platform-android,f: integration_test,P1
medium
Minor
2,606,320,045
ui
[bug]: Form install (React 19/Nextjs 15)
### Describe the bug Unable to install form component due to peer dependency error in React 19. ### Affected component/components Form ### How to reproduce 1. Create new Nextjs v15 project (with React 19) 2. Init shadcn 3. Add form component (error) ### Codesandbox/StackBlitz link _No response_ ### Logs ```b...
bug
low
Critical
2,606,330,586
flutter
Unable to dismiss popup menu in specific iOS devices with voiceover
Copied from Google internal issue b/374241149. See this issue for more context, links, and repro video. Unable to dismiss the popup menu by double tapping outside the menu in voice over mode in specific iOS devices. PopupMenuButton pushes _PopupMenuRoute which extends PopupRoute which extends ModalRoute which use...
c: regression,platform-android,platform-ios,framework,f: material design,a: accessibility,customer: money (g3),has reproducible steps,P1,team-accessibility,triaged-accessibility,found in release: 3.27
medium
Critical
2,606,368,110
flutter
CVMetalTextureRef created by CVMetalTextureCacheCreateTextureFromImage is released while in use
### Steps to reproduce Originally spotted in: https://github.com/flutter/packages/pull/7466 https://github.com/flutter/packages/pull/7466#issuecomment-2377628306 https://github.com/flutter/packages/pull/7466#issuecomment-2405893042 Try something that uses `FlutterTexture` like `video_player` plugin on macos. F...
engine,platform-mac,a: platform-views,p: video_player,package,P2,team-macos,triaged-macos
low
Critical
2,606,420,574
deno
Error during Deno 2.0 installation on WSL: .deno/enveval: No such file or directory
Version: Deno 2.x.x When installing Deno 2.0 in a WSL (Windows Subsystem for Linux) environment, the following error appears in the terminal upon opening a new Bash session: ```bash -bash: /home/diegot4l/.deno/enveval: No such file or directory ``` After investigating, I found a problematic line in the ~/.ba...
bug,windows,install
low
Critical
2,606,460,868
flutter
[cocoon] Track CiYaml usages that don't change in monorepo
null
monorepo
low
Minor
2,606,474,057
flutter
[cocoon] post-merge: update validate_all_ci_configs_test.dart to fetch engine ci.yaml from new location.
null
team-infra,P1,triaged-infra,monorepo
medium
Minor
2,606,492,459
flutter
Flutter web iframed doesn't take focus when clicking into it and receives no keyboard events
### Steps to reproduce 1. Requisites a. Accessibility (semantics tree) must not be enabled, and b. Flutter-web app must be iframed. 2. Click on one of the (non-text-field) widgets within the Flutter-web app. 3. Tab through the items using the physical keyboard. ### Expected results It should ta...
engine,platform-web,f: focus,P2,customer: samehere,team-web,triaged-web
low
Minor
2,606,628,255
pytorch
SDPA 2.5 Issue tracking
# Summary Track and burn down all issues with 2.5 release for sdpa: ## CUDNN backend issues: Mitigated #### Issues 1. https://github.com/pytorch/pytorch/issues/138529 2. https://github.com/huggingface/diffusers/issues/9704 3. https://github.com/pytorch/pytorch/issues/138340 / https://github.com/pytorch/pytorch/pu...
triaged,module: sdpa
low
Minor
2,606,652,559
react
[Compiler Bug]: Lint plugin is too strict about passing hooks as values
### What kind of issue is this? - [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build issue installing or using the Babel plugin) - [X] eslint-plugin-react-compiler (build issue installing or using the eslint plugin) - [ ] reac...
Type: Bug,Status: Unconfirmed,Component: Optimizing Compiler
low
Critical
2,606,656,943
pytorch
AOT eager accuracy regression in Segformer in 2.5.0 release
### ๐Ÿ› Describe the bug I noticed a qualitative regression in the inference quality when compiling a segformer-b0 model from the `transformers` library. This regression was introduced in the 2.5.0 release -- previously, the model output was qualitatively identical. The code below segments an example image. In **eag...
high priority,triaged,oncall: pt2,module: aotdispatch,module: pt2-dispatcher
low
Critical
2,606,658,147
next.js
Setting a metadata field to undefined prevents falling back to the parent component's metadata value
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/dark-architecture-go8s7s ### To Reproduce 1. Load the repro application in [Codesandbox](https://codesandbox.io/p/devbox/dark-architecture-go8s7s) 2. View source on the homepage - confirm that the "description" meta tag appears in the d...
bug,Metadata
low
Minor
2,606,661,947
react
make `react-hooks/exhaustive-deps` respect destructuring assignment
I wanna exhaustive-deps will allow destructuring assignment syntax, for example ```ts type Props = { a: string b: number c: any[] } useMemo(() => { const { a, b, c } = props }, [props.a, props.b, props.c]) // <- should pass ideally ``` You might think I can do by this ```ts const { a, b, c ...
Status: Unconfirmed
medium
Critical
2,606,677,993
flutter
`flutter <build> <ios>` regenerates plugins multiple times?
To reproduce: ```diff diff --git a/packages/flutter_tools/lib/src/flutter_plugins.dart b/packages/flutter_tools/lib/src/flutter_plugins.dart index 67e9799087..0f543219f5 100644 --- a/packages/flutter_tools/lib/src/flutter_plugins.dart +++ b/packages/flutter_tools/lib/src/flutter_plugins.dart @@ -1011,6 +1011,7 ...
tool,P2,c: tech-debt,team-ios,triaged-ios,fyi-tool
low
Minor
2,606,707,786
godot
[4.4.dev3] Forward+ Vertex Lighting clipping on the bottom of viewport/camera/screen for some resolutions
### Tested versions - reproducable in v4.4.dev3.official [f4af8201b] ### System information Linux (Zorin OS) - Godot v4.4.dev3.official [f4af8201b] - Vulkan (Forward+) ### Issue description When trying the new vertex lighting I noticed an issue with the light clipping along the bottom of my screen. I have been tr...
bug,topic:rendering,needs testing
low
Major
2,606,756,721
three.js
Compute Pipeline - incorrect shader computeProgram bindings returned when using WebGL backend
### Description I've been loving all the great new uses for compute shaders now available, however, I've been battling many issues when using the WebGL backend. When using different, unique buffers inside of unique instances of compute node functions with the webgl backend, it seems that a part of the inner caching...
WebGL Backend
low
Minor
2,606,771,219
electron
Seeing `Hit debug scenario: 4` when loading about:blank into an iframe
### 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/windows,platform/macOS,bug :beetle:,has-repro-gist,32-x-y
low
Critical
2,606,814,604
ui
[BUG][CLI]: Generating Tailwind Config Radius
### Describe the bug After generating via the CLI, which adjusts the tailwind.config.js, some characters are not removed, and the character ` remains in the borderRadius section. Example: `tailwind.config.js` ```javascript borderRadius: { lg: '`var(--radius)`', <- contains ` in string md: '`calc(va...
bug
low
Critical
2,606,858,034
go
cmd/go: env -changed misses CGO_LDFLAGS, others
### Go version go version go1.23.2 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/Users/rob/Library/Caches/go-build' GOENV='/Users/rob/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS=...
NeedsInvestigation,GoCommand
low
Critical
2,606,887,426
rust
Repeated calls to the same `async` fn can cause stack overflow
<!-- Thank you for filing a bug report! ๐Ÿ› Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> I tried this code: ```rust #[tokio::main] async fn main() { test_buf().await; test_buf().await; test_buf().await; // ... Execute n times, do no...
T-compiler,C-bug,A-async-await
low
Critical
2,606,888,437
excalidraw
Cmd+C and Cmd+V not working on iPadOS
The app seems to work pretty flawlessly on Safari with an attached keyboard (iPadOS 17.4.1, iPad 10th Generation), but Cmd+C and Cmd+V don't seem to be caught by Excalidraw outside of text editing mode. This would be helpful to copy and paste shapes around diagrams, like you can in Safari + Chrome on macOS. I have ...
bug,safari
low
Minor
2,606,943,669
transformers
LLaMa 3 8B - offloaded_static cache - layer_device_map TypeError
### System Info Transformers Patch release v4.45.2 PyTorch 1.10.1 Python 3.8.0 cuda 11.1 NVIDIA V100 ### Who can help? @gante @zucchini-nlp @Rocketknight1 ### Information - [ ] The official example scripts - [X] My own modified scripts ### Tasks - [X] An officially supported task in the `examples` folder (s...
Core: Pipeline,WIP,bug,Cache
low
Critical
2,606,950,065
neovim
LSP: `definition` "Cursor position outside of buffer" error
### Problem Following 0083e03d, `vim.lsp.buf.definition` can throw an error: ``` Error executing vim.schedule lua callback: /usr/local/share/nvim/runtime/lua/vim/lsp/buf.lua:102: Cursor position outside buffer stack traceback: [C]: in function 'nvim_win_set_cursor' /usr/local/share/nvim/runtime/lua/vim...
bug,has:plan,bug-regression,lsp,has:bisected
low
Critical
2,606,987,506
vscode
Link with :lineNumber didn't work on Terminal
<!-- โš ๏ธโš ๏ธ 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,help wanted,confirmed,terminal-links
low
Critical
2,607,047,612
PowerToys
PowerRename้€‰ๆ‹ฉ้ป˜่ฎคๅ’ŒไธŠไธ‹ๆ–‡่œๅ•๏ผŒๅณ้”ฎไผšๆ˜พ็คบไธคไธชโ€ไฝฟ็”จPowerRename้‡ๅ‘ฝๅโ€œ
### Microsoft PowerToys version v0.85.1 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? PowerRename ### Steps to reproduce PowerRename้€‰ๆ‹ฉ้ป˜่ฎคๅ’ŒไธŠไธ‹ๆ–‡่œๅ•๏ผŒๅณ้”ฎไผšๆ˜พ็คบไธคไธชโ€ไฝฟ็”จPowerRename้‡ๅ‘ฝๅโ€œ ### โœ”๏ธ Expected Behavior _No response_ ### โŒ Actual Behavior _No response_ ### Other Sof...
Issue-Bug,Needs-Triage
low
Minor
2,607,047,839
pytorch
dead code in test that can be removed
### ๐Ÿ› Describe the bug In the https://github.com/pytorch/pytorch/blob/main/test/test_proxy_tensor.py, you will find a function block as below, ``` def test_unbacked_unify_dependency_violation(self): def f(x1, x2, x3, y): z1 = x1.item() torch._check(z1 // 9 == 1) z2 = ...
module: tests,triaged
low
Critical
2,607,112,463
ui
[feat]: Include `sidebar` color schema on customizing theme
### Feature description On the themes page for customizing themes, a sidebar color scheme is not available. I wish there was a sidebar color scheme that complements the rest of the theme. When I use the prompt `npx shadcn@latest add sidebar-08`, the default blue color does not match my color scheme. ### Affected comp...
area: request
low
Minor
2,607,184,339
opencv
Text present in tutorial on Image Thresholding is misleading
### Describe the doc issue The doc https://docs.opencv.org/4.x/d7/d1b/group__imgproc__misc.html#gaa9e58d2860d4afa658ef70a9b1115576 mentions that in simple thresholding, all the pixels greater than the threshold are changed to have the maximum value, whereas all the pixels having pixel value less than the threshold val...
category: documentation
low
Minor
2,607,260,683
PowerToys
fancy zones will not work
### Microsoft PowerToys version v0.85.1 ### Installation method GitHub ### Running as admin Yes ### Area(s) with issue? FancyZones ### Steps to reproduce i press the ctrl+win+alt+0 and fancy zone appears for a moment and disappears. it will not let me utilize it ### โœ”๏ธ Expected Behavior i press the ctrl+win+...
Issue-Bug,Needs-Triage
low
Minor
2,607,314,346
deno
Type-checking fails when enabling the compiler option `isolatedDeclarations`
According to the Deno CLI [config file schema](https://deno.land/x/deno@v2.0.2/cli/schemas/config-file.v1.json?source=#:~:text=isolatedDeclarations), the compiler option [`isolatedDeclarations`](https://www.typescriptlang.org/tsconfig/#isolatedDeclarations) is supported. However, type-checking fails when enabling this ...
bug,lsp,tsc
low
Critical
2,607,335,905
pytorch
Fusion causes peak memory increase
### ๐Ÿ› Describe the bug Here is an example that fusion causes peak memory increases with very marginal perf wins. ``` import torch from triton.testing import do_bench @torch.compile def f(a, b, c): return (a @ c).sum(dim=-1) + (b @ c).sum(dim=-1) a = torch.randn(1024 * 32, 16, device="cuda") b = to...
triaged,oncall: pt2,module: inductor
low
Critical
2,607,402,664
rust
ICE: `assertion failed: !t.has_escaping_bound_vars()'`
<!-- ICE: Rustc ./CE531F27BAC370E4FA505E07B618FBD85FECBEB77738643B2951F77EBE023A19.rs '' 'thread 'rustc' panicked at compiler/rustc_trait_selection/src/traits/select/mod.rs:643:21: 'assertion failed: !t.has_escaping_bound_vars()'', 'thread 'rustc' panicked at compiler/rustc_trait_selection/src/traits/select/mod.rs:643:...
I-ICE,E-needs-test,T-compiler,C-bug,S-has-mcve,requires-debug-assertions,F-non_lifetime_binders
low
Critical
2,607,460,826
yt-dlp
[ximalaya:album] The album listing data is incomplete
### 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-bug,triage
low
Critical
2,607,478,804
PowerToys
cpu runs up on a remote host when locking rdp client
### Microsoft PowerToys version 0.85.1 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? General ### Steps to reproduce when locking screen with a remote desktop (which also has PowerToys installed and runing), the cpu runs at 30% usage avg, that's weird on a standb...
Issue-Bug,Needs-Triage
low
Minor
2,607,553,927
vscode
After configured `editor.tokenColorCustomizations` , editor rolling type perception error
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.94.2(user setup) - OS Version: Windows NT x64 10.0.19045 Steps to Reproduce: After configured `editor.tokenColorCustomizations` , editor rolling type perception error ```json "editor.tokenColorCustomizations": { "textMateRules": [...
bug,typescript,grammar
low
Critical
2,607,604,497
tauri
[bug] setIgnoreCursorEvents( ) not work
### Describe the bug I created a webview window with button click in main window, but can't do mouse click through the webview window with `setIgnoreCursorEvents(true)`, even when the appwindow is also set. I'm working on win10. ### Reproduction 1, In main window, there is a button to open a webview window ...
type: bug,status: needs triage
low
Critical
2,607,634,995
vscode
Show minimap Only During Search
<!-- โš ๏ธโš ๏ธ 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. --> Add an option to display the minimap exclusively when a search is active, highlighting results,...
feature-request,editor-minimap
low
Minor
2,607,642,876
kubernetes
The problem with the event recorder is that it runs (sic!) goroutines.
The problem with the event recorder is that it runs (sic!) goroutines. That makes initializing it in the `Run` method more suitable because then there is a proper context for those goroutines (cancellation!). What was problematic with https://github.com/kubernetes/kubernetes/commit/50c12437604b0cd5a73514389409fc2fde...
kind/cleanup,sig/node,needs-triage
low
Critical
2,607,690,813
godot
Compatibility mode breaks HDR on windows in exclusive fullscreen mode
### Tested versions Reproducable in: - Godot 4.3 stable - Godot 4.2.2 stable ### System information Godot v4.3.stable - Windows 10.0.19045 - GLES3 (Compatibility) - NVIDIA GeForce RTX 4080 (NVIDIA; 32.0.15.6094) - AMD Ryzen 7 3700X 8-Core Processor (16 Threads) ### Issue description When an Compatibility applica...
bug,platform:windows,topic:rendering,topic:porting,confirmed,high priority
medium
Critical
2,607,696,294
next.js
Cannot use 'import.meta' outside a module when using next.config.ts
### Link to the code that reproduces this issue https://github.com/hrougier/next15 ### To Reproduce 1. Start the application in development (next dev) 2. See error in the console 3. Open `next.config.ts` to see the failing code. ### Current vs. Expected behavior Following the steps from the previous section, I e...
bug,TypeScript
low
Critical
2,607,720,273
pytorch
dynamic control flow failed
### ๐Ÿ› Describe the bug ``` import torch import numpy as np def test_controlflow(): def is_scaled(val: np.ndarray) -> bool: return np.min(val) >= 0 and np.max(val) <= 1 def process(val): # np.min(val) >= 0 and np.max(val) <= 1 if is_scaled(val): val = val * 255 ...
triaged,oncall: pt2
low
Critical
2,607,823,587
go
cmd/go: go clean -cache silently ignores GOCACHE relative path
### Go version go version go1.23.1 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/mneverov/.cache/go-build' GOENV='/home/mneverov/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='...
NeedsInvestigation,GoCommand
low
Critical
2,607,824,770
vscode
Dragging a view or tab could show grabbing hand
Maybe depends on the platform, but I liked how on GH I get a grabbing cursor when dragging a tab around: ![Image](https://github.com/user-attachments/assets/79821766-d034-4986-93c1-9c80b0a4b461)
feature-request,polish,workbench-dnd
low
Minor
2,607,832,870
tauri
[feat] Can tauri transform mouse event to touch event?
### Describe the problem The software I need to develop may not have a keyboard or mouse, so I need to enable touch events, similar to the mobile emulator of the browser. I saw in electron that it can be enabled by webContents.debugger [https://stackoverflow.com/questions/46295772/can-electron-webview-transform-mo...
type: feature request
low
Critical
2,607,866,699
PowerToys
folder naming
### Description of the new feature / enhancement Would it be possible to add date characters so that the folder would be created with a specific name, for example {YYYY}{MM}{DD} - ### Scenario when this would be used? Would it be possible to add date characters so that the folder would be created with a specific nam...
Needs-Triage
low
Minor
2,607,908,654
PowerToys
Fancy Zones: Move newly created windows to the current active monitor (Experimental) - Text Extractor.
### Microsoft PowerToys version 0.85.1 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? TextExtractor ### Steps to reproduce When activating the following toggle in Fancy Zones: Move newly created windows to the current active monitor (Experimental), the text extr...
Issue-Bug,Needs-Triage
low
Minor
2,607,910,369
langchain
DOC: Filter syntax and filter query doc
### URL https://python.langchain.com/docs/how_to/query_constructing_filters/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: Filtering results is a core function of any sto...
๐Ÿค–:docs
low
Minor
2,607,918,258
electron
Background color on window is not applied when opening
### 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/windows,bug :beetle:,status/confirmed,32-x-y
low
Critical
2,607,931,085
rust
ICE: not enough bound vars
<!-- ICE: Rustc ./a.rs '' 'thread 'rustc' panicked at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_type_ir/src/binder.rs:320:21: 'Not enough bound vars: '^0.Named(DefId(0:7 ~ a[abce]::IntFactory::stream::'_), "'_") not found in []'', 'thread 'rustc' panicked at /home/gh-matthiaskrgr/vcs/github/...
I-ICE,E-needs-test,T-compiler,C-bug,S-has-mcve,requires-debug-assertions,F-return_position_impl_trait_in_trait,F-return_type_notation
low
Critical
2,607,963,573
PowerToys
Pasting from Clipboard history (โŠž + V) crashes apps
### Microsoft PowerToys version 0.85.1 ### Installation method Microsoft Store ### Running as admin No ### Area(s) with issue? Keyboard Manager ### Steps to reproduce 1. Enable **Keyboard Manager** in PowerToys 2. Open any app 3. Press `โŠž + V` to open **Clipboard history** and paste anything into the applicati...
Issue-Bug,Needs-Triage
low
Critical
2,607,994,054
kubernetes
kubelet system-reserved unexpectedly sets memory.max in system-reserved-cgroup under systemd
### What happened? When starting kubelet with config `system-reserved=memory=1.5Gi` as part of [reserved compute resources](https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/#system-reserved), running under `systemd`, with a `system-reserved-cgroup=systemreserved` (as per [Recommended Cg...
kind/bug,priority/backlog,sig/node,triage/accepted
low
Critical
2,608,008,807
PowerToys
[WPF] Excessive memory allocation on Windows on ARM64 (Color picker, Run, FZ Editor ... )
### Microsoft PowerToys version 0.85.1 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? PowerToys Run ### Steps to reproduce On Windows ARM64, i see an excessive memory allocation (~800Mb) for the process PowerToys.PowerLauncher.exe (PowerToys.Run): ![Image](https:...
Issue-Bug,Product-PowerToys Run,FancyZones-Editor,Product-Color Picker,Status-Reproducible
low
Minor
2,608,045,353
rust
Tracking Issue for `bare_link_kind`
<!-- NOTE: For library features, please use the "Library Tracking Issue" template instead. Thank you for creating a tracking issue! ๐Ÿ“œ Tracking issues are for tracking a feature from implementation to stabilisation. Make sure to include the relevant RFC for the feature if it has one. Otherwise provide a short summary ...
A-linkage,O-windows,T-lang,T-compiler,S-waiting-on-team,C-tracking-issue,S-blocked
low
Critical
2,608,242,421
ui
[feat]: add native support for deno 2 as a package manager.
### Feature description Deno 2 can be used as a drop in replacement for node and all package managers so please add support for Deno 2 in the CLI. Code within `init` and `add` commands test only for pnpm, yarn, npm, and bun so will not currently support deno. There are other issues as well, such as the dependency...
area: request
low
Major
2,608,253,217
transformers
Fast tokenizer for CANINE
### Feature request I have been using [CANINE](https://arxiv.org/pdf/2103.06874) for my experiments and I see that there does not exist a fast version of the tokenizer for the model. CANINE accepts unicode characters as its inputs, so the tokenizer splits the input into unicode characters. It would be great if a fast ...
Feature request
low
Major
2,608,388,339
flutter
Flutter Web embed mode not scrolling the hosting page
As reported in other issues, when we embed a flutter view inside another page, either using an iframe or multi-embedding view, the touch scrolling (mainly Android/iOS browsers) is not scrolling the host page In a recent fix it was mention that this will be a follow-up but I could not find an issue for it: > Scrol...
platform-web,has reproducible steps,P2,team-web,triaged-web,found in release: 3.24,found in release: 3.27
low
Major
2,608,400,333
rust
unsafe { &mut *x } vs &mut unsafe { *x }
<!-- Thank you for filing a bug report! ๐Ÿ› Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> I tried this code: ```rust fn main() { let y: &mut [bool] = &mut [false; 2]; let x = unsafe { &mut *(y as *mut [_] as *mut [std::mem::MaybeUninit<_>]) }...
A-diagnostics,D-terse,A-raw-pointers,C-discussion
low
Critical
2,608,410,082
ollama
launchctl setenv OLLAMA_HOST "0.0.0.0" does not work in version 0.3.14
### What is the issue? launchctl setenv OLLAMA_HOST "0.0.0.0" does not work in version 0.3.14. It still listens to 127.0.0.1 ### OS macOS ### GPU Apple ### CPU Apple ### Ollama version 0.3.14
bug
low
Major
2,608,431,807
tauri
[feat] (AppImage) Offline Build
### Describe the problem Building AppImage in a controlled environment (Offline) controlled. From a security perspective, the CI has no direct internet connection and must get all dependencies from our cached repositories (npm, cargo, etc.). We face an issue now with building AppImage since it tries to get some...
type: feature request,platform: Linux,scope: bundler
low
Minor
2,608,480,132
go
proposal: x/crypto/ssh: add support for "webauthn-sk-ecdsa-sha2-nistp256@openssh.com" signature algorithm
### Proposal Details OpenSSH has support for a "webauthn-sk-ecdsa-sha2-nistp256@openssh.com" signature algorithm which was added here: https://github.com/openssh/openssh-portable/commit/bb52e70fa5330070ec9a23069c311d9e277bbd6f The reasoning being that webauthn signatures have a different format to plain FIDO signat...
Proposal,Proposal-Crypto
low
Major
2,608,498,959
storybook
Revert disabling angular stories
Revert this commit: https://github.com/storybookjs/storybook/commit/d9972f7e1d76bd41fcae5f0405b27978481aeab9
angular,build
low
Minor
2,608,535,784
yt-dlp
[MurrtubeUser] Unable to download JSON metadata: HTTP Error 404 Not Found (caused by <HTTPError 404: Not Found>)
### 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...
NSFW,site-bug
low
Critical
2,608,546,569
rust
regression: crate compiles much slower with 1.82
<!-- Thank you for filing a regression report! ๐Ÿ› A regression is something that changed between versions of Rust but was not supposed to. Please provide a short summary of the regression, along with any information you feel is relevant to replicate it. --> Our project takes much longer to compile with Rust 1.82 comp...
I-compiletime,T-compiler,regression-from-stable-to-stable,C-bug
low
Major
2,608,579,691
PowerToys
New Feature: Grid
### Provide a description of requested docs changes I would like to know if it is possible to create an option to display a grid on the screen. Reason: Field alignment. I work with some tools that I need to position fields and I would like to leave them aligned.
Issue-Docs,Needs-Triage
low
Minor
2,608,637,115
TypeScript
[playground] Show transpiled output for JavaScript inputs
### Acknowledgement - [x] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment Apologies if this is the wrong repository, I could not find one for the playground. When setting the input language to "JavaScript", the playground does not s...
Bug,Website
low
Minor
2,608,638,183
next.js
Missing "Link" Header for Critical Resources in Production in Next.js 15
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/next-js-15-d55c3c ### To Reproduce 1. Run the application in development mode (next dev). 2. Check the response headers: the Link header for critical resources (e.g., fonts, styles) is present. 3. Build the application for produc...
bug,Performance
low
Major
2,608,694,519
deno
How do I vendor jsr std modules with Deno v2
With Deno v1 `deno vendor` command I used to build the complete local copy of the project dependencies, then to run it without having to rely on remote access with `deno run --no-remote` flag. Trying to vendoring with Deno v2 where `deno vendor` is removed with the following cli command: `/home/user/.deno/bin/den...
question
low
Critical
2,608,700,463
angular
Missing SVG as templates in v18, but present in 17
### Describe the problem that you experienced I have a question, why the part of angular v17 documentation section 'SVG as templates' (https://v17.angular.io/guide/svg-in-templates) is missing in v18 (I could not find, there is no link). Is this because is not recommended any more using: templateUrl: './svg.component....
area: docs
low
Critical
2,608,705,408
flutter
Proposal to get current available clusters on Google Maps
### Use case Currently there is no way to retrieve available clusters on Google Maps. The `GoogleMapsInspectorPlatform` offers a method `getClusters` for testing, but there is no corresponding method in the main `GoogleMapController`. There should be a way to get current cluster data directly from the primary co...
c: new feature,p: maps,package,c: proposal,team-ecosystem,P2,triaged-ecosystem
low
Minor
2,608,731,996
terminal
Mouse tracking does not respect the system's `rows to scroll` setting
### Windows Terminal version current main ### Windows build number 10.0.19045.4894 ### Other Software WSL + vim ### Steps to reproduce 1. Set the `rows to scroll` system setting to 5. 2. Run ``` wsl bash -c "vim -c :h" ``` 3. Scroll the mouse wheel. Type `:q` and press `Enter` (repeat twice) to quit. ###...
Area-Input,Issue-Bug,Area-TerminalControl,Product-Terminal,Priority-3
low
Major
2,608,742,395
PowerToys
Windows Groups (for FancyZones? or as standalone tool โ€œSnap Groups on Steroidesโ€?)
### Description of the new feature / enhancement I would like to be able to **mark multiple windows** to be **members of a single group**. The group should result in **activating** (moving to foreground, above other windows) **all windows in the group** when **any member windows is activated** (by selection by mouse, ...
Needs-Triage
low
Major
2,608,743,102
svelte
Manual sync state invalidation does not force update in Svelte 5
### Describe the bug In Svelte 4 you can do something like this to force a DOM update based on state: ```js value = null; value = valueToSet; ``` In Svelte 5, this does not force the update in cases where `value == valueToSet`. Admittedly, this is a bit of a hack. Workaround: ```js value = null; awai...
bug
low
Critical
2,608,768,862
opencv
fitEllipse fails with a certain set of points
### System Information OpenCV python version: 4.10.0 Operating System / Platform: Ubuntu 24.04.1 LTS Python version: 3.12.3 ### Detailed description cv2.fitEllipse function fails to fit an ellipse with a certain set of points. It seems that the returned angle of the ellipse should be around 90 degrees but 0 degree...
bug
low
Critical
2,608,794,014
rust
`~const` is allowed on structs (and other bad positions) within `const fn`.
We now silently accept `~const Trait` in illegal positions when they're nested in legal positions, because AST validation is not smart enough. I think it would be nice if we made validation more robust; perhaps moving it to ast lowering is the best thing to do. _Originally posted by @compiler-errors in https://github....
T-compiler,C-bug,F-const_trait_impl
low
Critical
2,608,795,468
godot
Uncaught exception of type recursive_mutex lock failed: Invalid argument
### Tested versions Godot v4.4.dev.mono (a852d037f) ### System information Godot v4.4.dev.mono (a852d037f) - Pop!_OS 22.04 LTS on Wayland - X11 display driver, Multi-window, 3 monitors - Vulkan (Forward+) - dedicated Intel(R) Arc(tm) A750 Graphics (DG2) - AMD Ryzen 7 5800X 8-Core Processor (16 threads) ### Issue de...
bug,topic:core,crash
low
Critical
2,608,800,303
pytorch
[CI/CD] Deprecating PyTorchโ€™s official Anaconda channel
### ๐Ÿ› Describe the bug This is umbrella issue related to: https://github.com/pytorch/pytorch/issues/138506 Phase 1 CD Deprecation: - [x] Replace magma-cuda dependency on pytorch/conda-builder Docker image @afrittoli See Magma Cuda Build: https://github.com/pytorch/builder/blob/main/magma/README.md Wor...
module: ci,triaged
low
Critical
2,608,871,078
flutter
HapticFeedback doesn't work on IOS except `HapticFeedback.vibrate()`
### Steps to reproduce Run any Flutter project and add one of the following HapticFeedback lines of code ### Expected results I would expect all methods of HapticFeedback to function properly on IOS ### Actual results lightImpact(), mediumImpact(), heavyImpact(), selectionClick() don't work on IOS (on my...
c: regression,platform-ios,has reproducible steps,P2,team-ios,triaged-ios,found in release: 3.24,found in release: 3.27
low
Major
2,608,904,468
electron
Add support for links `<a>` with `download` attribute
### 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:
low
Major
2,608,911,360
excalidraw
Copy-Pasting Text Box Produces `excalidraw/clipboard` JSON Instead of Text
### Translation: When selecting the entire text box and pressing **Ctrl+C** to copy, if you paste while inputting text, it will copy and produce code such as: ```json { "type": "excalidraw/clipboard", "elements": [ { "id": "-6ZwFFIin-0FOClLlKnAB", "type": "rectangle", "x": -65.73259755921458...
UX/UI
low
Critical
2,608,962,317
PowerToys
PowerToys prevents Nvidia Control from switching between display modes
### Microsoft PowerToys version 0.85.1 ### Installation method GitHub ### Running as admin No ### Area(s) with issue? General ### Steps to reproduce 1. have program running 2. run a game ### โœ”๏ธ Expected Behavior Nvidia Control Panel able to switch between dedicated and Inegrated gpu ### โŒ Actual Behavior N...
Issue-Bug,Needs-Triage
low
Minor
2,608,984,385
bitcoin
RPC: `getblockstats` might not return the *effective* percentile fee rate
One of the responses from the `getblockstats` RPC is `feerate_percentiles`, which returns the following: ```zsh "feerate_percentiles": [ (json array, optional) Feerates at the 10th, 25th, 50th, 75th, and 90th percentile weight unit (in satoshis per virtual byte) n, (numeric) The 10th...
RPC/REST/ZMQ
low
Minor
2,608,986,344
storybook
[Bug]: Storybook canvas doesn't persist arg from URL
### Describe the bug Storybook canvas doesn't persist an arg from the URL arg when `@storybook/addon-essentials` (docs add-on) is installed and an arg can accept `React.ReactNode` (or other complex type). For example, say I have a Button component with a label prop that accepts a string (`label: string`), I can: 1. ...
bug,help wanted,args,sev:S3
low
Critical
2,609,014,010
deno
Deno 2.0.2 - compliation for linux on linux - gose outside own project direcotry...
deno -v deno 2.0.2 deno compile --allow-all -L debug --output ./test/appTest app5.ts deno 2 go to all directory outside at compilation on linux for linux: DEBUG RS - deno::standalone::virtual_fs:204 - Adding file '/home/vm/Projekty/gnome-shell/src' DEBUG RS - deno::...
needs info
low
Critical