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,801,238,281
pytorch
No Range Check for `storage_offset` in `as_strided` Function
### 🐛 Describe the bug An issue has been identified in the `as_strided` function of PyTorch related to the `storage_offset` parameter (referred to as sym_3 in the provided example). The function does not perform a range check on storage_offset, which leads to memory access errors when the value is out of bounds. In t...
module: crash,module: error checking,triaged,topic: fuzzer
low
Critical
2,801,262,703
storybook
[Bug]: Component on Docs page doesn't recover from error
### Describe the bug When visiting a docs page and changing a story so that it throws an error, the docs page successfully shows the error. Reverting the change and make the story render successfully doesn't lead to a recovered docs page. The docs page remains in an error state. ### Reproduction link - ### Reproduc...
bug,addon: docs,upgrade:8.5
low
Critical
2,801,267,920
storybook
[Bug]: Vitest doesnt work with Svelte CSF when using the legacyTemplate option to support the old v4 API
### Describe the bug The new v5 of the addon has a legacyTemplate option that allows users to keep using deprecated APIs (how to define stories) until they've successfully migrated to the new API. The legacy support works by injecting a Vite plugin that has enforce: 'pre' that will behind the scenes, migrate the stor...
bug,svelte,addon: test,upgrade:8.5
low
Critical
2,801,271,546
storybook
[Bug]: Init scaffolds broken template files in a Nextjs+JS project
### Describe the bug The template components (Button.jsx, etc.) uses the prop-types package to define prop types, but that package isn't added as a dependency, so starting Storybook results in a Webpack compile error. Presumably prop-types was already part of Next.js with React 18, but not with React 19. But we don'...
bug,nextjs,upgrade:8.5
low
Critical
2,801,284,213
godot
Remote inspector doesn't show description of member variables added via ##
### Tested versions - Reproducible in 4.3-stable and 4.2.1-stable ### System information Godot v4.3.stable - Ubuntu 22.04.5 LTS 22.04 - X11 - Vulkan (Forward+) ### Issue description The code below creates description that appears when hovering with the mouse over a variable in a custom script, but shows "No descri...
bug,topic:editor
low
Critical
2,801,296,416
tauri
[bug] How to remove the top title bar of Android
### Describe the bug How to remove the top title bar of Android,If it is horizontally displayed, there will be a title bar at the top,I feel very uncomfortable. ### Reproduction _No response_ ### Expected behavior _No response_ ### Full `tauri info` output ```text npm run tauri info ``` ### Stack trace ```text...
type: bug,status: needs triage
low
Critical
2,801,297,133
storybook
[Bug]: VTA failure gets lost in CLI noise
### Describe the bug When using both VTA and Addon Test and clicking on “run all tests”, VTA will fail with a message that is just completely lost in the CLI (image 1). Additionally, the tests will never complete, it will be in a hanging state forever. Same happens when the component tests succeed, but VTA command fai...
bug,addon: test,upgrade:8.5
low
Critical
2,801,304,893
storybook
[Bug]: Addon-Test: tests’ timing out get the test module into a stuck state
### Describe the bug The message in the terminal is from Vitest but it’s not very clear. I can see how someone could be confused since there’s nowhere within the storybook they can set a timeout value. ![Image](https://github.com/user-attachments/assets/91a2a649-bac0-4cd1-bf2a-1707d23c4172) ![Image](https://github.co...
bug,addon: test,upgrade:8.5
low
Critical
2,801,377,167
flutter
REOPEN | Flutter does not get the correct initial route when launched as cold/killed app
### Steps to reproduce 1. Integrate deep link via: https://docs.flutter.dev/development/ui/navigation/deep-linking 2. Run the app in release mode in emulator to see logs 3. Kill the app (Remove from background) 4. Click the link 5. Following logs are being printed out ```bash I/flutter ( 3947): ---------------result...
waiting for customer response,in triage
low
Critical
2,801,391,812
tauri
[docs]
Hello, I am new to tauri / npm. After cloning my tauri repo to a new machine, i did run into this ``` cargo tauri dev Running BeforeDevCommand (npm run dev) Info Watching [...]/src-tauri for changes... npm error Missing script: "dev" npm error npm error To see a list of scripts, run: npm error npm run npm e...
type: documentation
low
Critical
2,801,392,695
next.js
Optimizing @mui/joy package barrel imports does not work with optimizePackageImports and turbopack
### Link to the code that reproduces this issue https://github.com/PMudra/reproduction-app-optimize-package-imports-joy-ui ### To Reproduce 1. Start the aplication in dev mode and turbopack. `npm run dev -- --turbopack` 2. Open the page with your browser. 3. Inspect the loaded js modules using the "Coverage" tab of ...
Performance,Turbopack,linear: turbopack
low
Major
2,801,411,316
tauri
CI does not check for semver breaking changes
~~#12461 suggested a major breaking change.~~ Automated checking of breaking changes would permit prioritizing PR merging and provide some immediate feedback to the PR without manual intervention by maintainers. This would also prevent mistakes in semver management. A tool for this is [cargo-semver-checks](https://git...
type: feature request,github_actions
low
Minor
2,801,416,051
node
util.debuglog callback argument behavior and purpose appears to be documented incorrectly
### Affected URL(s) https://nodejs.org/docs/latest/api/util.html#utildebuglogsection-callback ### Description of the problem The usage example of the callback function for `util.debuglog` is not sufficiently documented imho. Moreover, when looking at the code, it also seems to even work differently than described. ...
util,doc
low
Critical
2,801,423,175
ant-design
The Range picker(with time) does not close on single click of 'Ok' button
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/v5xnzc) ### Steps to reproduce 1. Open-range picker 2. Select the start date and time 3. Click on 'ok' 4. It changes focus to end date 5. Again click on the 'ok' button 6. Picker c...
unconfirmed
low
Minor
2,801,442,956
rust
crash when dlopen/dlclose rust-made *.so multi-times on android/ohos aarch64
crash when dlopen/dlclose rust-made *.so multi-times on android/ohos aarch64 Senario: 1. Compile a Rust source file into a shared object (.so) file. 2. A C++ file uses dlopen to load the .so file and retrieve the target symbol. 3. Call the Rust function within the loaded .so. 4. Use dlclose to unload the .so file. R...
C-bug,needs-triage
low
Critical
2,801,475,304
transformers
[Feature Request] Support register customize quantization method out-of-tree
### Feature request Support register customize quantization method out-of-tree. The usage would be as follows: ```python from transformers.quantizers import HfQuantizer from transformers.quantizers import regsiter_quantization_config, register_quantizer from transformers.utils.quantization_config import Quantization...
Feature request
low
Minor
2,801,477,785
pytorch
Custom symbolic functions for ONNX export with None args causes SEGFAULT
### 🐛 Describe the bug `torch.onn.export` with custom symbolic function produces SEGFAULT. It happens when I set some aguments optional with `None`. OnnxRuntime opset allows it https://github.com/microsoft/onnxruntime/blob/3e4c5e64877c6d9814e4ebce5dcbb1fe71588ec5/docs/ContribOperators.md#commicrosoftpackedmultiheada...
module: crash,module: onnx,triaged
low
Critical
2,801,483,220
pytorch
Missing create_graph arguments in torch.func apis
### 🐛 Describe the bug Hi, I want replace `torch.autograd.functional.jvp`/`torch.autograd.functional.vjp` with `torch.func.jvp`/`torch.func.vjp`. Since `torch.func.jvp` is more efficient compared to autograd ops. However, I notice these apis are not equivalent, since I calculate jvp to create a loss, thus second-ord...
triaged,module: functorch
low
Critical
2,801,486,683
pytorch
[Pipelining] Problem using `torch.distributed.pipelining` on `Gemma2ForCausalLM`
Hi there! I have problem testing torch pipelining against gemma2 model. Here is the code snippet: ```python config = AutoConfig.from_pretrained("google/gemma-2-2b-it") model = Gemma2ForCausalLM(config) pipeline(model, mb_args=(torch.LongTensor([[1,2,3],[4,5,6]]),), split_spec={"model.layers.13": SplitPoint.BEGINNING}...
oncall: distributed
low
Critical
2,801,494,683
ollama
Missing tool support for DeepSeek-R1 Distillates based on Qwen
### What is the issue? I tried `deepseek-r1:70B` and ollama claims that it doesn't support tools. ``` { "error": { "message": "registry.ollama.ai/library/deepseek-r1:70B does not support tools", "type": "api_error", "param": null, "code": null } ``` Looks to me like the template you have is miss...
bug
medium
Critical
2,801,498,724
bitcoin
ci: tidy task doesn't run on aarch64
```bash time env -i HOME="$HOME" PATH="$PATH" USER="$USER" bash -c 'FILE_ENV="./ci/test/00_setup_env_native_tidy.sh" ./ci/test_run_all.sh' <snip> [ 0%] Built target bitcoin_crypto_arm_shani [100%] Built target bitcoin_crypto gmake: *** No rule to make target 'bitcoin_crypto_x86_shani'. Stop. ``` The script as writte...
Tests
low
Minor
2,801,554,220
vscode
Terminal sometimes randomly changes the font (or rather letter spacing)
<!-- ⚠️⚠️ 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...
terminal-rendering
low
Critical
2,801,570,418
flutter
Issues with 3.27.2 and Lottie
### Steps to reproduce - Add lottie: ^3.3.1 - Run more complex Lottiefiles - use Impeller - run in profile mode ### Expected results I have an onboarding and want a smooth transition between several more complex lottiefiles in different views. But during the views different janks appear as you can see in my devtoo...
waiting for customer response,in triage
low
Critical
2,801,579,793
bitcoin
contrib: Autoconf fragments left in test-*-check scripts
The [`test-security-check`](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/test-security-check.py) and [`test-symbol-check`](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/test-symbol-check.py) scripts still reference Autoconf and it's behaviour: ```python def env_flags() -> list[str]:...
Scripts and tools
low
Minor
2,801,584,210
vscode
Hover - codicons shift in hover
Steps to Reproduce: 1. Launch VS Code Insiders and open a folder/workspace that contains a git repository 2. Enable git blame editor decoration and start bar item 3. Open a file and click on a line so that blame information is revealed 4. Hover over the editor decoration and see the hover load and then shift the codic...
bug,editor-hover,workbench-hover
low
Minor
2,801,595,310
kubernetes
E2E: Allow to cleanup resources conditionally
### What would you like to be added? The current e2e test framework does not provide an easy way to retain all resources created during a test in the event of a failure. The only existing option is to preserve only namespaces upon failure: [DeleteNamespaceOnFailure](https://github.com/kubernetes/kubernetes/blob/releas...
kind/feature,sig/testing,needs-triage
low
Critical
2,801,661,424
next.js
Predictably wrong CSS ordering when sharing components between different component types
### Link to the code that reproduces this issue https://codesandbox.io/p/live/a657211a-67d2-4c9a-a4bb-f061e9a08dd2 ### To Reproduce Next will mess up the ordering of your component styling under the following conditions (combined): 1. You have some sort of shared component, let's call it "ComponentLayout" 2. Compone...
Module Resolution,CSS
low
Minor
2,801,663,496
pytorch
`torch.ops.aten.embedding_dense_backward` Crashes with Out-of-Bounds Indices On CPU
### 🐛 Describe the bug An error occurs in the `torch.ops.aten.embedding_dense_backward` function because the indices tensor contains values that exceed the num_weights parameter. In the provided code, num_weights is set to 0, causing all index accesses to be out of bounds. This results in a crash due to out-of-bounds...
module: crash,module: error checking,triaged,module: embedding,topic: fuzzer
low
Critical
2,801,684,366
PowerToys
Add dynamic naming to New+
### Description of the new feature / enhancement I'm sorry for any wrong wording. I would like adding a feature to New+ such that if I create a template with the name 'x', the files/folders inside it can also be named depending upon the name 'x' Currently, I have created a template named Python Project: ``` Python P...
Needs-Triage
low
Minor
2,801,690,351
rust
`-Ztranslate-additional-ftl` for a broken fluent bundle with stray interpolation argument unexpectedly ICEs
https://github.com/rust-lang/rust/blob/ebbe63891f1fae21734cb97f2f863b08b1d44bf8/tests/run-make/translation/Makefile has a test comment and test case: https://github.com/rust-lang/rust/blob/ebbe63891f1fae21734cb97f2f863b08b1d44bf8/tests/run-make/translation/Makefile#L23-L26 Ignoring that this is using the wrong `.ftl`...
I-ICE,T-compiler,C-bug,A-translation,A-run-make
low
Critical
2,801,806,507
TypeScript
Treat `expr satisfies never;` similarly to a call to a never-returning function in CFA
### 🔍 Search Terms Control flow analysys, CFA, satisfies, never, return, termination, assert ### ✅ 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 e...
Suggestion,In Discussion
medium
Critical
2,801,820,801
vscode
`vscode.workspace.fs.copy` does not copy folders properly on github.dev
<!-- ⚠️⚠️ 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,vscode.dev
low
Critical
2,801,873,670
vscode
Git - Opening diff from blame should reveal previously focused line
1. Put cursor in a SCM-tracked text document line 2. Click the blame decoration 🐛 Multi file diff editor opens scrolled to the top. It would be great if the line of that document would automatically be revealed and scrolled into view.
git,polish
low
Minor
2,801,953,528
rust
Investigate linker warnings
https://github.com/rust-lang/rust/pull/119286 unsilences linker warnings by default, and then promptly silences them again for rust-lang/rust itself. We should investigate and fix them. So far I have seen the following kinds of warnings: - [ ] `ignoring duplicate libraries: -lm` on MacOS [when running any tests/ui-ful...
A-linkage,T-compiler,T-bootstrap,C-tracking-issue,A-linkers,L-linker_messages
low
Minor
2,801,957,639
bitcoin
intermittent issue in p2p_orphan_handling.py
Looks like the test may overall intermittently fail, because it assumes the tx delay isn't exponentially distributed, but has a constant delay, sufficient for the test to pass. I think it would be better to use mocktime to halt the test when needed, so that it can even pass when the delay is zero (or close to it). I ...
CI failed
low
Critical
2,801,962,701
godot
Can't set Control Pivot Offset through inspector when in a Container
### Tested versions Godot v4.4.beta1.mono ### System information Godot v4.4.beta1.mono - Windows 11 (build 22631) - Multi-window, 2 monitors - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 4070 (NVIDIA; 32.0.15.6636) - 12th Gen Intel(R) Core(TM) i7-12700KF (20 threads) ### Issue description It's not possible to s...
enhancement,discussion,topic:editor,usability,topic:gui
medium
Critical
2,801,962,756
vscode
Wrong Keyboard Layout and ignored settings - happens on `vscode.dev`
<!-- ⚠️⚠️ 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,stale
low
Critical
2,801,980,430
pytorch
AttributeError: '_OpNamespace' 'aten' object has no attribute 'momentum'
### 🐛 Describe the bug I have a problem with the following piece of code ```python import torch from torch import nn class GatedLinearUnit(nn.Module): def __init__(self, in_features: int) -> None: super().__init__() self.linear_1 = nn.Linear(in_features=in_features, out_features=in_features) ...
needs reproduction,triaged,module: custom-operators,module: library,oncall: pt2,module: pt2-dispatcher,module: core aten
low
Critical
2,801,984,526
go
net/netip: ParseAddr should reject invalid zone
### Proposal Details I have the following use case: ``` package main import ( "fmt" "net/netip" ) func main() { addr, err := netip.ParseAddr("2006:abcd::1%%") fmt.Printf("addr = %s,zone = %s,err = %v\n", addr.String(), addr.Zone(), err) } ``` https://go.dev/play/p/soSl7hzPhJx output: ``` addr = 2006:...
NeedsInvestigation,BugReport
low
Critical
2,802,005,959
PowerToys
[Peek] Peek Files in Zip
### Description of the new feature / enhancement Any File with a custom Peek view within a Zip should be "Peekable" too, i.e. images, PDFs, Word Documents... ### Scenario when this would be used? Whenever you are browsing a zip file in the Windows Explorer (which is possible without unzipping) and you'd want to see ...
Needs-Triage
low
Minor
2,802,012,290
flutter
Flutter in an Iframe does not scroll the Native Primary ScrollView when Overscrolled
### Steps to reproduce 1. Create a simple Flutter web app with many widgets inside a Listview 2. Create an html page with iframe tag and put flutter app path in it. 3. Try to scroll within iframe, once scroll reach the end of iframe content it won't scroll any more. ### Expected results Once you reach end of scroll ...
f: scrolling,platform-web,has reproducible steps,team-web,found in release: 3.27,found in release: 3.28
low
Minor
2,802,014,584
flutter
Issue with MSAL Authentication After Modifying MainActivity Class for Local Auth Plugin Integration
### Steps to reproduce I am using MSAL for SSO authentication in my app, and it has been working fine. However, after implementing the local_auth plugin, the MainActivity class was modified to extend FlutterFragmentActivity. MSAL, on the other hand, uses BrowserTabActivity to open the Microsoft authentication in an i...
waiting for customer response,in triage
low
Critical
2,802,020,183
electron
Rare SIGSEGV on Linux in development mode
### 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,crash :boom:,bug :beetle:,34-x-y
low
Critical
2,802,083,635
angular
Zone.js crashes in MS Edge on iOS
### Which @angular/* package(s) are the source of the bug? zone.js ### Is this a regression? Yes ### Description Hi everyone, About week ago we migrated our project to ng19 and started receiving in Sentry new kind of errors related to `zone.js`. User agent is always iOS and Mobile Edge browser. Was not able to re...
needs reproduction,area: zones
low
Critical
2,802,085,802
ollama
CLI: Managing models like (Docker) containers via ID
Could we please have `ollama ps` `ollama stop <ID>` instead of `ollama stop this-is-a-llm-with-a-pretty-long-name:1337b_instruzioni_v3.33_q5_K_S` or at least tab autocompletion? Sorry in advance: Maybe this is already a duplicate (did look for it!), as it is not really a highly inventive idea.
feature request
low
Minor
2,802,106,126
go
x/mobile: flag -androidapi is being ignored
I'm implementing a simple project in Golang which compiles, but when i try to install the .apk on the smartphone simulator in android studio it return this error: ` Error code: 'INSTALL_FAILED_DEPRECATED_SDK_VERSION', message='INSTALL_FAILED_DEPRECATED_SDK_VERSION: App package must target at least SDK version 24, but f...
NeedsInvestigation,mobile,BugReport
low
Critical
2,802,124,866
flutter
Google Map polygons don't show stroke on iOS
### What package does this bug report belong to? google_maps_flutter ### What target platforms are you seeing this bug on? iOS ### Have you already upgraded your packages? Yes ### Dependency versions <details><summary>pubspec.lock</summary> ```lock # Generated by pub # See https://dart.dev/tools/pub/glossary#lo...
platform-ios,p: maps,package,has reproducible steps,P2,team-ios,triaged-ios,found in release: 3.27,found in release: 3.28
low
Critical
2,802,151,812
go
x/tools/gopls: gopls api json should preserve deprecated configuration
### gopls version N/A ### go env ```shell N/A ``` ### What did you do? N/A ### What did you see happen? As of now, gopls apijson only contains fields that is effective, or currently being deprecated. The state of being deprecated usually means, the field exist in the struct, the field is still being acknowledg...
gopls,Tools,ToolProposal
low
Minor
2,802,163,927
go
x/tools/gopls: panic in aeshashbody on behalf of mapaccess2_faststr: string memory corrupted
``` #!stacks "sigpanic" && "aeshashbody" && "mapaccess2_faststr" && "gopls" ``` Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks). The source line `aeshashbody:+233` is nominally 1468, but AESENC is infallible. Assuming there's an off-by-one error in computing the rel...
NeedsInvestigation,gopls,Tools,gopls/telemetry-wins,BugReport
low
Critical
2,802,168,515
deno
Improve startup performance of `deno` command after `npm install -g deno`
npm adds about ~200ms to running `deno`. We could improve the performance by pointing to the binary directly instead of going through a JS file.
perf
low
Major
2,802,183,636
storybook
[Bug]: Vue3 sourcecode does not reflect given template
### Describe the bug When editing stories, sometimes you need to create your own `template` from the setup function, to inject big content into slots (which contain subcomponents). It was working for me with the `v8.2.9`, but after the migration (currently `8.5.0`) nothing is working as expected. The only code output...
bug,block: source,vue3
low
Critical
2,802,192,218
flutter
Google Maps cloud-based styling (map ID) not applied on the web
### What package does this bug report belong to? google_maps_flutter ### What target platforms are you seeing this bug on? Web ### Have you already upgraded your packages? Yes ### Dependency versions <details><summary>pubspec.lock</summary> ```lock # Generated by pub # See https://dart.dev/tools/pub/glossary#lo...
p: maps,package,has reproducible steps,team-web,found in release: 3.27,found in release: 3.28
low
Critical
2,802,196,474
vscode
color the outline header
<!-- ⚠️⚠️ 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. --> using Jupiter notes for studying and documenting , i...
feature-request,notebook-toc-outline
low
Minor
2,802,201,747
flutter
Trying to Run app in debug mode android Flutter 3.27
### Steps to reproduce 1. flutter run ### Expected results The app should run in debug mode ### Actual results The app should run in debug mode It happened after i upgraded to flutter 3.27 The crazy part is that ```flutter build apk --release``` works fine however running the app leads to this issue ### Code sam...
waiting for customer response,in triage
low
Critical
2,802,206,602
pytorch
Torch Compile edge case with != versus is not
### 🐛 Describe the bug Here's some reproduction code on latest torch. There's a failure to compile when there's a `!= None` but it's fine with `is not None` given the exact torch compile settings I've shown in particular. It's a strange edge case and only happens on some compile settings. Thanks for your time. Here'...
high priority,triaged,bug,oncall: pt2,module: dynamo
low
Critical
2,802,213,468
flutter
Google Maps throws when using map marker clustering on the web
### What package does this bug report belong to? google_maps_flutter ### What target platforms are you seeing this bug on? Web ### Have you already upgraded your packages? Yes ### Dependency versions <details><summary>pubspec.lock</summary> ```lock # Generated by pub # See https://dart.dev/tools/pub/glossary#lo...
c: crash,p: maps,platform-web,package,has reproducible steps,P2,team-web,triaged-web,found in release: 3.27,found in release: 3.28
low
Critical
2,802,237,708
PowerToys
PowerToys Peek degraded performance on win11
### Microsoft PowerToys version 0.86.0 ### Installation method WinGet ### Running as admin No ### Area(s) with issue? Peek ### Steps to reproduce open a video with peek and switch between videos using the arrow keys ### ✔️ Expected Behavior Instant video playback ### ❌ Actual Behavior video hangs(frozen fr...
Issue-Bug,Needs-Triage
low
Major
2,802,238,749
node
[http]: Missing Content-Length Header when Responding to HEAD Requests
### Version v23.5.0 ### Platform ```text Darwin MacbookPro-2.local 24.0.0 Darwin Kernel Version 24.0.0: Tue Sep 24 23:39:07 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T6000 arm64 arm Darwin ``` ### Subsystem http ### What steps will reproduce the bug? Just start the server and `curl` the results: ```js impor...
http
low
Critical
2,802,261,415
angular
Re-land disabling component styles instead of removing them
### Which @angular/* package(s) are relevant/related to the feature request? platform-browser ### Description We were wondering if it was possible to re-land [this styles performance patch](https://github.com/angular/angular/commit/1640743b18e0b6a0e501855d5bc21414b2613319) in Angular to disable component styles, ins...
area: core,core: stylesheets
low
Major
2,802,276,831
next.js
Optimizing barrel file import from local workspace packages does not work with optimizePackageImports and turbopack
### Link to the code that reproduces this issue https://github.com/PMudra/reproduction-app-optimize-package-imports-npm-workspaces ### To Reproduce 1. Install packages in root of workspace: `npm install`. 2. Start the application: 1. `cd packages/frontend` 2. `npm run dev -- --turbopack` 3. Inspect the page us...
Performance,Turbopack,linear: turbopack
low
Major
2,802,277,400
PowerToys
Support for Vietnamese
### Description of the new feature / enhancement To support those who are not good at English or cannot really understand the features in Vietnam, Powertoys should add a new language, Vietnamese. ### Scenario when this would be used? For Vietnamese people who need to use Powertoys in their mother tongue (Vietnamese)...
Needs-Triage
low
Minor
2,802,279,712
yt-dlp
[Truth] Only returns first valid `media_attachment`
### 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,802,299,637
TypeScript
Allow disable bad refactor suggestions
<!-- ⚠️⚠️ 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. --> IDK what this is called but the ellipsis that someti...
Suggestion,Awaiting More Feedback
low
Minor
2,802,313,033
langchain
TracedAsyncStream.__getattr__' was never awaited
### Checked other resources - [x] I added a very descriptive title to this issue. - [x] I searched the LangChain documentation with the integrated search. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is ...
🤖:bug,investigate
low
Critical
2,802,325,868
flutter
[Proposal] Adjust the width of the 'DropdownMenu' based on the selected value.
### Use case Currently, the size is equal to the largest value. I want to adjust the width of the 'DropdownMenu' to the current value. ### Proposal <img width="383" alt="Image" src="https://github.com/user-attachments/assets/8c7ffb1b-effe-41f8-96ba-34a1bbc97724" />
c: new feature,framework,f: material design,c: proposal,team-framework
low
Minor
2,802,369,510
godot
Godot 4.4 Beta 1 Takes Long Time To Open/Load Massive Scripts as opposed to Godot 3.6
### Tested versions Reproducible in v4.4.beta1.official, Not reproducible in v3.6 (notably, #74733 seems relevant) ### System information Godot v4.4.beta1 - Windows 10 - OpenGL 3 (Compatibility) ### Issue description I am currently working with massive scripts (100k+ lines). For massive scripts, typing and saving...
discussion,topic:editor,performance
low
Major
2,802,387,355
vscode
log out automatically after 8 hours
Type: <b>Feature Request</b> have to re-log in every 8 hours VS Code version: SageMaker Code Editor 1.90.1 (Commit unknown, 2025-01-06T17:50:00.381Z) OS version: Modes: <!-- generated by issue reporter -->
info-needed
low
Minor
2,802,409,489
kubernetes
NodeResourcesBalancedAllocation does not "Favors nodes that would obtain a more balanced resource usage if the Pod is scheduled there"
### What would you like to be added? The [doc](https://kubernetes.io/docs/reference/scheduling/config/#scheduling-plugins) says: > `NodeResourcesBalancedAllocation`: Favors nodes that would obtain a more balanced resource usage if the Pod is scheduled there. But reading at the code it: > Favors nodes that would obt...
sig/scheduling,kind/feature,needs-triage
low
Major
2,802,445,042
godot
[3.x] Buttons not respecting order
### Tested versions Reproducible in v3.6 ### System information Godot v3.6 - Windows 10 - OpenGL 3 (Compatibility) ### Issue description This is the order of the tree ![Image](https://github.com/user-attachments/assets/6085b359-6326-4491-b1c9-66312a68ebf2) You would expect that the button in front of the viewpor...
bug,topic:input,topic:gui
low
Minor
2,802,482,147
go
runtime: map[int64]struct{} requires 16 bytes per slot
With swissmaps in 1.24, a `map[int64]struct{}` requires 16 bytes of space per slot, rather than the expected 8 bytes. This is an unfortunate side effect of the way the storage is defined internally https://cs.opensource.google/go/go/+/master:src/cmd/compile/internal/reflectdata/map_swiss.go;l=30 ``` // type group str...
Performance,NeedsDecision,compiler/runtime,BugReport
low
Major
2,802,483,958
godot
Unable to 'Favorite' metadata properties in the inspector panel
### Tested versions Reproducible in 4.4.dev7 ### System information Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated AMD Radeon RX 5600 XT (Advanced Micro Devices, Inc.; 32.0.12033.1030) - AMD Ryzen 9 3900X 12-Core Processor (24 threads) ### Issue description As...
enhancement,discussion,topic:editor,documentation
low
Major
2,802,501,811
opencv
Missing documentation for StereoBM parameters
### Describe the doc issue The documentation for the [cv::StereoBM class](https://docs.opencv.org/4.x/d9/dba/classcv_1_1StereoBM.html) mentions several methods, including but not limited to [getROI1](https://docs.opencv.org/4.x/d9/dba/classcv_1_1StereoBM.html#a6b44df190e8f3ae0b06707e231dfe14f), [getROI2](https://docs....
category: documentation
low
Minor
2,802,505,495
godot
Godot 4.4 beta 1 'sample_baked: Offset is non-finite' error when using width curve in line2d
### Tested versions - Reproducible in v4.4.beta1.official [d33da79d3] - Not reproducible in v4.3.stable.official [77dcf97d8] ### System information Godot v4.4.beta1 - macOS Sequoia (15.2.0) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - Apple M1 - Apple M1 (8 threads) ### Issue description In 4.4 beta 1, w...
bug,discussion,documentation,needs testing,regression,topic:2d
low
Critical
2,802,520,090
deno
`deno` does not handle missing `shasum` gracefully
<details><summary>Version: Deno 2.1.4</summary> <p> ```bash deno --version deno 2.1.4 (stable, release, aarch64-apple-darwin) v8 13.0.245.12-rusty typescript 5.6.2 ``` </p> </details> I am having trouble using [buf.build](https://buf.build/gen/npm/v1/@buf%2fwcygan_flock.bufbuild_es) as a registry Based on these blo...
node compat
low
Critical
2,802,541,739
deno
Error caching npm package from gitlab private registry
Version: Deno 2.1.6 Seems to be related to #25924 But either was not entirely fixed by #26473 or has since regressed. But I believe it is the latter as It also failed on 2.0.3 ### .npmrc ``` @privateregistryname:registry=https://gitlab.company.engineering/api/v4/packages/npm/ //gitlab.company.engineering/api/v4/pack...
needs investigation
low
Critical
2,802,551,798
transformers
convert_llama_weight_to_hf.py
### System Info @AshishMulupuri I am getting the same error as you stated here, can you guide me how to resolve this ### Who can help? _No response_ ### Information - [x] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE...
bug
low
Critical
2,802,615,116
flutter
Have a canonical `.ci.yaml` parser/library that lives in `flutter/flutter`
The framework and engine sub-repos, and potentially more (i.e. if we use GitHub Actions) would like to be able to parse, validate, and understand the format of `.ci.yaml`. The canonical representation lives in `flutter/cocoon`, and is backed by a protocol buffer, but we would probably be well-served by just a manually ...
c: proposal,team-infra,P2,c: tech-debt,monorepo
low
Minor
2,802,630,336
godot
4.4 beta editor crashing often
### Tested versions Godot v4.4.beta1 ### System information Godot v4.4.beta1 - Windows 11 (build 22631) - Multi-window, 2 monitors - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 4070 Ti (NVIDIA; 32.0.15.6636) - AMD Ryzen 9 7950X 16-Core Processor (32 threads) ### Issue description Editor crashes often at seemingl...
bug,needs testing,crash
low
Critical
2,802,644,044
go
x/tools/gopls/internal/analysis/modernize: use strings.CutPrefix et al
Replace: ```go if strings.HasPrefix(s, pre) { use(strings.TrimPrefix(s, pre)) } -> if after, ok := strings.CutPrefix(s, pre); ok { use(after) } ``` Variants: - bytes package - CutSuffix - `if rest := strings.TrimPrefix(s, pre); rest != s { use(rest) }` -> ... cc: @josharian
gopls,Tools,Refactoring
low
Minor
2,802,666,735
flutter
Missing "Create Method" Option in Context Menu for Bloc Event Handlers in Latest Flutter
### Steps to reproduce In Android Studio, the "Create method" option for Bloc event handlers is available in the context menu when using Flutter 3.24 but is missing in Flutter 3.27. This inconsistency makes it harder to create event handler methods in newer Flutter versions, even when using the latest Android Studio (...
waiting for customer response,in triage
low
Critical
2,802,668,253
terminal
Navigating to "Color Schemes" page moves focus to inside the page
As stated above. It's surprisingly the only page that does that!
Issue-Bug,Product-Terminal,Needs-Tag-Fix,Priority-3,Area-SettingsUI
low
Minor
2,802,678,249
godot
Godot 4.4 beta 1 - Error when exporting project to windows with boot splash
### Tested versions Godot Engine v4.4.beta1.mono.official.d33da79d3 ### System information Godot Engine v4.4.beta1.mono.official.d33da79d3 - Vulkan 1.3.280 - Forward+ - Using Device #0: NVIDIA - NVIDIA GeForce RTX 3070 ### Issue description When I run the project with a png image defined in boot splash, it works...
needs testing,topic:export
low
Critical
2,802,690,633
go
x/pkgsite-metrics/internal/buildbinary: TestRunBuild/multiple_binaries failures
``` #!watchflakes default <- pkg == "golang.org/x/pkgsite-metrics/internal/buildbinary" && test == "TestRunBuild/multiple_binaries" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8725520031802681537)): === RUN TestRunBuild/multiple_binaries bin_test....
NeedsInvestigation
low
Critical
2,802,701,174
stable-diffusion-webui
[Bug]: Updated installation instructions for installing Stable Diffusion using ROCm (Linux) (Documentation and webui.sh needs updating)
### Checklist - [ ] The issue exists after disabling all extensions - [x] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [x] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
bug-report
low
Critical
2,802,703,380
godot
Godot runs the project when I set the zoom level outside the project.
### Tested versions v4.4.beta1.mono.official [d33da79d3] ### System information Godot Engine v4.4.beta1.mono.official.d33da79d3 - https://godotengine.org Vulkan 1.3.280 - Forward+ - Using Device #0: NVIDIA - NVIDIA GeForce RTX 3070 ### Issue description When I am in the project and go to the project list and chang...
bug,topic:editor,usability
low
Minor
2,802,704,931
react-native
ScrollView as child of Modal no longer scrollable on first mount/modal opening, RN >= 0.76, Android only, old-arch only
### Description Since React Native 0.76.0, a ScrollView as a child of the built-in Modal component is no longer scrollable when the modal first opens on Android. This seems to only affect the old architecture. New architecture seems to be unaffected. iOS seems unaffected. The problem is still present in RN 0.77. Dow...
Platform: Android,Component: Modal,Component: ScrollView,Needs: Triage :mag:
low
Minor
2,802,707,579
tensorflow
How do you install this using poetry on macos ?
This still doesn't work ``` [project] name = "tf-001" version = "0.1.0" description = "" authors = [ {name = "Me"} ] readme = "README.md" requires-python = ">=3.11" [tool.poetry.dependencies] python = "~3.11" tensorflow = "*" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core....
stat:awaiting response,type:support
medium
Critical
2,802,708,830
vscode
I am creating a website but not open source not open frontend
Type: <b>Bug</b> I use vs code for making website I written my web code but not show source not open frontend VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z) OS version: Modes: System Info: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gec...
info-needed,triage-needed
low
Critical
2,802,739,345
flutter
Unicode arrow character → causes a 2.0 pixel RenderFlex overflow in the browser
### Steps to reproduce 1. Run the attached code in the browser as a web app 2. Make the browser window vertically small enough that it starts to scroll vertically Note: the error appears only in browser (tested with Chrome and Safari), when the specific Unicode arrow character is present in the indicated location. T...
framework,platform-web,has reproducible steps,team-framework,found in release: 3.27,found in release: 3.28
low
Critical
2,802,794,365
go
x/build/perf/app: unrecognized failures
``` #!watchflakes default <- pkg == "golang.org/x/build/perf/app" && test == "" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8725477182627569441)): FAIL golang.org/x/build/perf/app [build failed] — [watchflakes](https://go.dev/wiki/Watchflakes)
Builders,NeedsInvestigation
low
Critical
2,802,803,803
node
when loading env file (--env-file), env variable will not be loaded if preceding 'blank' line contains space(s) or tab(s)
### Version v22.11.0 ### Platform ```text Linux abu 4.4.0-22621-Microsoft #3672-Microsoft Fri Jan 01 08:00:00 PST 2016 x86_64 x86_64 x86_64 GNU/Linux ``` ### Subsystem Ubuntu-22.04 ### What steps will reproduce the bug? <pre> $ cat testenv # the next line is an empty line EMPTY_LINE='empty line' # the next line...
dotenv
low
Critical
2,802,812,792
kubernetes
client-go dynamic fake client doesn't record deletion options
### What happened? When using the dynamic client with `metav1.DeleteOptions`, the DeleteOptions are not tracked. This makes it tricky to tell what options were passed. ### What did you expect to happen? I expected the `DeleteActionImpl` that is created by the tracker to populate the `DeleteOptions` field. ### How ...
kind/bug,sig/api-machinery,needs-triage
low
Minor
2,802,825,040
deno
Bug: Request properties do not match Node.js / Browser / TypeScript types
Version: Deno 2.1.6 Code example: ```ts const request = new Request('https://example.com'); console.log('=== Check Request properties ==='); console.log('body:', request.body !== undefined ? '✅' : '❌'); console.log('cache:', request.cache !== undefined ? '✅' : '❌'); console.log('credentials:', request.credentials !== ...
node compat
low
Critical
2,802,829,921
vscode
Editor GPU: Offset is incorrect for wrapped lines
Carried over indent isn't taken into account: ![Image](https://github.com/user-attachments/assets/5f985a21-27d9-4655-a2a2-f217a199458d)
bug,editor-gpu
low
Minor
2,802,850,381
rust
ICE: `cannot convert ReLateParam to a region vid`
<!-- ICE: Rustc ./a.rs '' 'error: internal compiler error: compiler/rustc_borrowck/src/universal_regions.rs:888:36: cannot convert `ReLateParam(DefId(0:16 ~ a[ff78]::get_invariant_ref), BrNamed(DefId(0:17 ~ a[ff78]::get_invariant_ref::'a), 'a))` to a region vid', 'error: internal compiler error: compiler/rustc...
I-ICE,T-compiler,C-bug
low
Critical
2,802,884,906
go
x/exp/rand: update documentation to direct users to math/rand/v2
According to #61716, the x/exp/rand package should be tagged and deleted from the main branch. I see that it was recently tagged with v0. However, I suggest updating the documentation to direct users to math/rand/v2. Perhaps also deprecating the package (not sure about the policy on full package deprecation). Rationa...
Documentation,NeedsInvestigation,LibraryProposal
low
Minor
2,802,904,225
ollama
Ollama throws 'does not support generate' error on running embedding models on windows
### What is the issue? Hi, as the title says, when using ollama cli, and trying to running any embedding models present on the website (in this case nomic-embed-text), they throw an error which is: ``` Error: "nomic-embed-text" does not support generate ``` to reproduce: 1. simply install ollama on windows through th...
bug
low
Critical
2,802,996,804
rust
Trait implementation causes `Object File Too Large` error and compilation crash
<!-- 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. --> For Leptos 0.7, we've switched our HTML rendering engine to use large recursive static types to represent the HTML tree, giving us significant benefits to final...
I-crash,A-trait-system,I-compiletime,T-compiler,I-compilemem,C-bug,WG-trait-system-refactor
low
Critical
2,802,999,827
godot
New assigned shortcut shift + a doesn't work
### Tested versions I've tried it and got the same results in godot 4.3 (NET) godot 4.4 beta 1 (NET) other versions I don't know ### System information Windows 11 ### Issue description I think this is not reported yet? sorry if I'm wrong (and could be a me issue maybe? tho I've tried it on two devices) I've tried...
topic:editor,needs testing,topic:input
low
Minor
2,803,002,690
vscode
R
R _Originally posted by @666Ty6uK666 in https://github.com/microsoft/vscode/pull/238012#pullrequestreview-2565868712_
info-needed,triage-needed
low
Minor