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,809,764,819 | node | parallel.test-tls-min-max-version is flaky | ### Test
parallel.test-tls-min-max-version
### Platform
SmartOS
### Console output
```console
---
duration_ms: 300088.347
exitcode: -15
severity: fail
stack: |-
timeout
test: U U U U U SSLv2_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD
(/home/iojs/build/workspace/node-test-commit-smartos/nodes/smar... | smartos,flaky-test | low | Minor |
2,809,773,697 | vscode | Feature Request: Implement Extended Search Options for Git-Modified Files | <!-- ⚠️⚠️ 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. -->
Add new scopes in the existing Search panel to specif... | feature-request,git | low | Critical |
2,809,791,154 | deno | Unexpected SyntaxError while compiling `await (() => 42)` | Version: Deno 2.1.7
```
> () => 42
[Function (anonymous)]
> await (() => 42)
Uncaught SyntaxError: Malformed arrow function parameter list
> await [() => 42]
[ [Function (anonymous)] ]
> const f = () => 42; await f
[Function: f]
> await function() { return 42 }
[Function (anonymous)]
```
`await (() => 42)` should be ... | repl | low | Critical |
2,809,798,882 | vscode | request fail |
Type: <b>Bug</b>
I am getting
```Sorry, your request failed. Please try again```
many times
VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z)
OS version: Windows_NT x64 10.0.26100
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|11th Gen... | info-needed | low | Critical |
2,809,814,422 | godot | Imeadiate usage of a duplicated `ViewportTexture` result in null acess, despite being instanciated. | ### Tested versions
4.3.stable
### System information
linux
### Issue description
This may ocour to any node, and is not tested, as it apeared in this context.
But, when .duplicating a ViewportTexture, one cant acess it imediately.
Despite it showing a reference id:
REF1 <ViewportTexture#-9223372012745915145>
V... | needs testing,topic:gui | low | Critical |
2,809,839,203 | storybook | [Bug]: Storybook build fails in monorepo with pnpm | ### Describe the bug
Storybook build fails in the monorepo environment.
While storybook dev works fine, storybook build crashes with the following error.
```
=> Failed to build the preview
Could not resolve "./button.css" from "../../node_modules/.pnpm/@storybook+react@8.5.1_@storybook+test@8.5.1_storybook@8.5.1_pr... | bug,needs triage | low | Critical |
2,809,858,479 | pytorch | Local config flags for torch.compile | internal x-post: https://fb.workplace.com/groups/1075192433118967/posts/1589701705001368/
Pitch: a new decorator to allow user code change configs midway through tracing.
cc @chauhang @penguinwu | triaged,oncall: pt2 | low | Minor |
2,809,882,361 | opencv | Inconsistency between imwrite and imwriteanimation functions | ### System Information
OpenCV version: 4.12.0-dev
### Detailed description
when i try to measure performance of `imwriteanimation` function by the code below i faced unexpected error ( indeed i accidentally created the Mat variable wrong type). i am not sure this can be considered as a bug.
test code output:
```
[ ... | bug,category: imgcodecs | low | Critical |
2,809,882,517 | TypeScript | Display default values for property types. | ### 🔎 Search Terms
- jsdoc property and default tooltip
- jsdoc declare default values on object properties
- use jsdoc property with default
### 🕗 Version & Regression Information
Unsure if it's always been this way.
### ⏯ Playground Link
https://www.typescriptlang.org/play/?filetype=js#code/LAKFHoCpNACTYAEAuBP... | Suggestion,Awaiting More Feedback | low | Minor |
2,809,883,852 | rust | Tracking issue for release notes of #134272: make rustc_encodable_decodable feature properly unstable |
This issue tracks the release notes text for #134272.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,needs-triage,relnotes-tracking-issue | low | Minor |
2,809,888,782 | rust | Tracking issue for release notes of #134679: Windows: remove readonly files |
This issue tracks the release notes text for #134679.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | O-windows,T-libs-api,relnotes,needs-triage,relnotes-tracking-issue | low | Minor |
2,809,894,965 | go | bufio: Reader.WriteTo makes an initial empty write | ### Go version
go version go1.24rc2 linux/amd64
### Output of `go env` in your module/workspace:
```shell
AR='ar'
CC='gcc'
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_ENABLED='1'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
CXX='g++'
GCCGO='gccgo'
GO111MODULE=''
GOAMD64='v1'
GOARCH='amd64'
GOAUTH='netr... | NeedsInvestigation,BugReport | low | Critical |
2,809,901,607 | react | Bug: Support use in act testing API #25523 | <!--
Please provide a clear and concise description of what the bug is. Include
screenshots if needed. Please test using the latest version of the relevant
React packages to make sure your issue has not already been fixed.
-->
React version:
Main branch (as of October 21, 2022, when PR #25523 was merged).
## St... | Status: Unconfirmed,Resolution: Needs More Information | medium | Critical |
2,809,911,541 | opencv | imread animation PNG writing speed performance is dramatically bad | ### Describe the feature and motivation
using the test code below the result is as following.
```
0.0455906sec
0.0416175sec
0.465386sec
```
APNG encoder is 10x slower than the PNG encoder.
### Additional context
```
#include <opencv2/highgui.hpp>
#include <opencv2/imgcodecs.hpp>
#include <opencv2/imgproc.hpp>
#inclu... | optimization,category: imgcodecs | low | Major |
2,809,912,676 | rust | Tracking issue for release notes of #135415: Add `File already exists` error doc to `hard_link` function |
This issue tracks the release notes text for #135415.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,needs-triage,relnotes-tracking-issue | low | Critical |
2,809,921,273 | ollama | ollama with cpu to utilize the models locally | please make a more compatible version of ollama with cpu to utilize the models locally | feature request | low | Minor |
2,809,924,016 | react | Bug Report: decodeReply Causes Infinite Hang with FormData | ### React version
React 19 Beta
### Description
When calling decodeReply with a raw FormData object (without a zero chunk), it leads to the promise never rejecting, causing the application to hang indefinitely. This issue happens because the getRoot function is called after close(response), which leaves the connection... | Status: Unconfirmed,Resolution: Needs More Information | medium | Critical |
2,809,925,557 | flutter | SelectableText should have a selectionColor property | ### Use case
If a Text can have a selectionColor, then a SelectableText should also be able to set this property, to set the color it should display when being selected.
### Proposal
I should be able to set a selection color for SelectableText
```dart
const SelectableText('Selectable Text') // No selectionColor
```... | c: new feature,framework,f: material design,c: proposal,f: selection,team-framework | low | Minor |
2,809,928,290 | flutter | conductor should run create_updated_flutter_deps.py | ### Use case
When updating the dart_revision in DEPS for a release, there is a comment about running create_updated_flutter_deps.py:
https://github.com/flutter/flutter/blob/c1ffaa9d9deb3e0853176271922e0b1c1356d21f/DEPS#L53-L59
### Proposal
That script should be automatically run when using [conductor](https://githu... | team-release | low | Minor |
2,809,945,248 | PowerToys | Cursor crosshair activate only selected lines, vertical and/or horizontal line | ### Description of the new feature / enhancement
Like one only use vertical line.
### Scenario when this would be used?
I screenshot stock charts as pictures to review and don't need horizontal line, but only vertical line to help my eye to see the same timestamp of pair of price, macd, etc.
### Supporting informat... | Needs-Triage | low | Minor |
2,809,955,566 | vscode | Output filter- support negative and multiple filters | I love the new output filter, and it would be really useful to have negative filter patterns with `!` or multiple comma-separated patterns. Useful enough that I might do a PR if you don't have time and can point me to the code.
For example, I always have Copilot Chat in trace mode, but there are some very noisy logs t... | feature-request,output | low | Minor |
2,809,962,178 | godot | Custom Resource.tres not updating values when the Resource.gd script values are changed | ### Tested versions
Godot v4.3.stable - Windows 10.0.26100 - GLES3 (Compatibility)
### System information
Godot v4.3.stable - Windows 10.0.26100 - GLES3 (Compatibility) - Radeon RX 580 Series (Advanced Micro Devices, Inc.; 31.0.21921.1000) - 12th Gen Intel(R) Core(TM) i7-12700K (20 Threads)
### Issue description
W... | bug,topic:core,needs testing | low | Minor |
2,809,971,292 | PowerToys | Rotate videos on explorer | ### Description of the new feature / enhancement
Rotate videos on explorer in the same way as we can with photos.
### Scenario when this would be used?
Hi, I'm a content creator and when I shoot videos with my professional camera, it doesn't automatically turn the videos, I always have to turn them manually in the p... | Needs-Triage | low | Minor |
2,809,973,175 | vscode | VS Code APT sources.list: add signed-by field and remove unnecessary architectures | <!-- ⚠️⚠️ 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... | debt,linux,deb,packaging | low | Critical |
2,810,044,624 | go | x/tools/gopls: crashes due to apparent data race(s) | While we've found and fixed many gopls crashes thanks to telemetry, as we gain more users it appears we're accumulating a long tail of issues that "can't happen" based on easily verifiable local invariants.
In some cases, these were related to misreporting of stacks by the runtime (#70637), but others cannot be explai... | gopls,Tools,gopls/telemetry-wins,BugReport | low | Critical |
2,810,046,789 | react-native | [iOS] a problem with codegen? | ### Description
Hey folks, will you please have a brief look at the issue I've created in `creact-react-native-library` repo: https://github.com/callstack/react-native-builder-bob/issues/755 (not sure whether that issue belongs there, or to the RN repo, as it seems to be caused by Codegen outputs).
Essentially, I am ... | Platform: iOS,Resolution: PR Submitted,Type: New Architecture | low | Critical |
2,810,049,937 | PowerToys | Unable to copy and paste images between windows machines | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce
copy image from one machine, attempt to paste on another
### ✔️ Expected Behavior
image pasted on second computer
### ❌ Actual Behavior
... | Issue-Bug,Needs-Triage | low | Minor |
2,810,062,119 | rust | Tracking issue for release notes of #134283: fix(libtest): Deprecate '--logfile' |
This issue tracks the release notes text for #134283.
### Steps
- [x] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [x] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,A-libtest,I-release-nominated,relnotes-tracking-issue | low | Minor |
2,810,062,256 | rust | Port tests to use the intrinsic macro | > `tests/ui/simd` has a bunch of test cases that need porting, I would suggest those be ported in a separate PR before we do the final big PR that removes support for this ABI from the compiler entirely.
_Originally posted by @RalfJung in [#132735](https://github.com/rust-lang/rust/issues/132735#issuecomment-2609964... | C-cleanup | low | Minor |
2,810,083,366 | go | cmd/link/internal: panic in loader.(*SymbolBuilder).SetBytesAt | ```
#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/integration/template" && test == ""
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8724903366910269521)):
FAIL golang.org/x/tools/gopls/internal/test/integration/template [build failed... | NeedsInvestigation,Tools,compiler/runtime | low | Critical |
2,810,094,105 | yt-dlp | [TikTok] 403 Forbidden on all friends-only videos | ### 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... | account-needed,site-bug,triage | low | Critical |
2,810,098,888 | flutter | [Impeller] entitypass clip stack should pop the appropriate number of clips on restore. | Currently when we pop a save stack, we only remove a single clip from the clip record-replay system. This was the cause of the issue worked around in https://github.com/flutter/flutter/pull/162113 .
We should already be tracking clip depth with enough granularity to know how many entries to pop. Low priority as the wo... | P3,e: impeller,team-engine,triaged-engine | low | Minor |
2,810,101,120 | flutter | Screen flickering on iOS and iPhone | ### Steps to reproduce
This is reported from a priority partner.
As described by the partner: "Since end of last year, the number of occurrences of a “screen flickering” issue of our iOS testers increased significantly. This problem is not reliably reproducible"
We have seen this issue on Flutter 3.19.5 and 3.22.3.
... | platform-ios,engine,customer: vroom,c: rendering,a: production,P1,e: impeller,team-engine,triaged-engine | medium | Minor |
2,810,101,759 | vscode | Support setting user.name/user.email in the config for the built-in git extension, per user-profile | <!-- ⚠️⚠️ 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. -->
Like many of us, I commit to both personal repositori... | feature-request,git | low | Minor |
2,810,110,789 | transformers | Mllama training via FSDP device and dtype misassignment | ### System Info
- `transformers` version: 4.48.1
- Platform: Linux-5.15.0-1073-azure-x86_64-with-glibc2.35
- Python version: 3.11.0rc1
- Huggingface_hub version: 0.27.1
- Safetensors version: 0.5.2
- Accelerate version: 1.3.0
- Accelerate config: not found
- PyTorch version (GPU?): 2.5.1+cu124 (True)
- Tensorflow ... | bug | low | Critical |
2,810,112,050 | terminal | After trying out Quake mode, running `wt -w 0 sp -s 0.4 pwsh` from any non-quake mode WT terminal always opens a new terminal window | ### Windows Terminal version
1.22.3232.0
### Windows build number
10.0.26100.0
### Other Software
_No response_
### Steps to reproduce
1. Run `wt --window _quake` to try out the Quake mode
2. Close all Quake mode window, then open a new regular WT window, run `wt -w 0 sp -s 0.4 pwsh` within it
### Expected Beha... | Issue-Bug,Needs-Tag-Fix | low | Major |
2,810,113,565 | pytorch | Enable `sm_89` support for relevant ops in PyTorch | Please add sm_89 to the list of target architectures for the stable, nightly, and Docker images. While I’ve seen references indicating that sm_89 might not need explicit builds due to binary compatibility with sm_86 and sm_80, that compatibility does not hold for FP8-related features on sm_89.
For more details, see th... | module: build,module: cuda,triaged,module: m1 | low | Major |
2,810,119,273 | vscode | PreparedToolInvocation.pasteTenseMessage should take a callback | A find text tool should be able to say "Found 123 results" or something like that as the complete tool message | chat-tools | low | Minor |
2,810,124,917 | flutter | [skwasm] RuntimeError: illegal cast in `layers.dart` | ### Steps to reproduce
I've recently switched to the wasm-build of DevTools and am occasionally encountering an issue where it fails to render (I need to reload the page to get it to render). I see an error in the Chrome console which looks like it's an issue in the engine, but the stacktrace locations don't correspon... | waiting for customer response,in triage | low | Critical |
2,810,127,849 | kubernetes | CPU starvation on worker nodes caused by the Kubelet not setting cpu.cfs_quota_us in the kubepods.slice cgroup. | Any idea why the kubelet isn't setting a value for cpu.cfs_quota_us for the parent cgroup "kubepods.slice", and instead defaults to -1? This is leading to CPU starvation on the node, as burstable pods end up consuming 100% of the CPU, despite CPU reservations being configured in the kubelet’s kubeReserved and systemRes... | sig/node,needs-triage | low | Minor |
2,810,135,882 | storybook | [Bug]: runtime and iframe 404 on first load | ### Describe the bug
I am trying to upgrade from storybook 8.3.5 to 8.5.1. When I upgrade and run storybook, it opens the browser and stays on the loading spinner with the errors shown in the screenshot. It corrects itself on refresh. I have tried some other suggestions from past issues like vite --force, tracking dow... | bug,needs triage | low | Critical |
2,810,148,003 | node | Mark test-without-async-context-frame flaky on Windows | ### Test
test-without-async-context-frame
### Platform
Windows x64
### Console output
```console
duration_ms: 31534.251
exitcode: 1
severity: fail
stack: "\u25B6 without AsyncContextFrame\n \u2714 async-hooks\\test-async-local-storage-args.js\
\ (4219.419ms)\n \u2716 async-hooks\\test-async-local-storage-async... | flaky-test,async_local_storage | low | Critical |
2,810,150,561 | node | A way to forget a variable in Node.js REPL? | ### What is the problem this feature will solve?
It's just a tiny improvement for the REPL.
Take the following sample of REPL usage when a typo happened.
```sh
> const { DatabaseSync } = require('node:sqliite');
Uncaught Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:sqliite
at Function._load ... | feature request | low | Critical |
2,810,167,295 | puppeteer | [Bug]: remove deprecated clickCount attribute | ### Minimal, reproducible example
```TypeScript
import puppeteer from 'puppeteer';
const puppeteerOptions = {
headless: false,
protocol: 'webDriverBiDi',
}
const browser = await puppeteer.launch(puppeteerOptions);
const page = await browser.newPage();
await page.goto('data:text/html,<label id=lbl ondblclick="o... | bug,confirmed,P3 | low | Critical |
2,810,194,256 | vscode | Paste is extremely laggy |
Type: <b>Bug</b>
Paste is extremely laggy. Fix it.
Add a test please, is like one of the most used operation
VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z)
OS version: Windows_NT x64 10.0.26100
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---... | info-needed | low | Critical |
2,810,228,151 | neovim | Allow non-ASCII `iskeyword` values | ### Problem
The `iskeyword` option currently accepts only ASCII characters. But languages like Agda, Pie use non-ASCII characters in identifier names.
### Expected behavior
Allow non-ASCII `iskeyword` values. | needs:vim-patch | low | Minor |
2,810,236,415 | godot | Unable to reload project with save after changing resource script | ### Tested versions
4.3 stable, 4.4 beta1
### System information
Godot v4.3.stable - Windows 10.0.19045 - GLES3 (Compatibility) - Radeon RX 560 Series (Advanced Micro Devices, Inc.; 31.0.14001.45012) - Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (4 Threads)
### Issue description
After changing the custom resource scri... | bug,topic:editor | low | Critical |
2,810,246,289 | PowerToys | Power Toys conficts with PowerPoint or Adobe Creative Cloud in Win11? | ### Microsoft PowerToys version
0.87.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
[2025-01-24.txt](https://github.com/user-attachments/files/18540826/2025-01-24.txt)
### ✔️ Expected Behavior
I was using ordinary apps in Window... | Issue-Bug,Needs-Triage | low | Critical |
2,810,250,341 | transformers | Request to add Co-DETR | ### Model description
> A collaborative hybrid assignments training scheme, namely **Co-DETR**, learns more efficient and effective DETR-based detectors from versatile label assignment manners. This new training scheme can easily enhance the encoder’s learning ability in end-to-end detectors by training the multiple p... | New model | low | Minor |
2,810,256,425 | flutter | Android tests failing to build because ninja cannot be found |
Linux_android_emu flutter_driver_android_test
```
Execution failed for task ':app:configureCMakeDebug[arm64-v8a]'.
> [CXX1416] Could not find Ninja on PATH or in SDK CMake bin folders.
```
Examples:
https://ci.chromium.org/ui/p/flutter/builders/staging/Linux_android_emu%20flutter_driver_android_test/2724/overview
ht... | P2,team: presubmit flakes,c: flake,team-android,triaged-android,fyi-infra | low | Critical |
2,810,262,863 | flutter | Investigate spotlight running on chromium macOS VMs | This may be causing https://github.com/flutter/flutter/issues/157636 | team-infra | low | Minor |
2,810,272,546 | kubernetes | [CLE] Randomize lease candidate ping order and parallelize | In the leader election controller: https://github.com/kubernetes/kubernetes/blob/master/pkg/controlplane/controller/leaderelection/leaderelection_controller.go#L267-L293, candidates are iterated through sequentially and `LeaseCandidates.Update()` is a blocking operation that is also called sequentially. This can lead t... | sig/api-machinery,triage/accepted | low | Minor |
2,810,289,662 | next.js | attempting to use import.meta.resolve results in an error | ### Link to the code that reproduces this issue
https://github.com/souporserious/next-import-meta-resolve-bug
### To Reproduce
Attempt to use `import.meta.resolve('./any-path')` in a Server or Client Component
### Current vs. Expected behavior
`import.meta.resolve('./any-path')` should work as expected with Node.j... | Webpack,Turbopack | low | Critical |
2,810,302,725 | go | x/text/message: scientific format is incorrect | ### Go version
N/A
### Output of `go env` in your module/workspace:
```shell
N/A
```
### What did you do?
Formatting a float for scientific results in extra spaces around the superscriptingExponent. ICU4C does not produce these same spaces when using `unicode/scientificnumberformatter.h` and CLDR does not suggest ... | NeedsInvestigation | low | Minor |
2,810,307,411 | tensorflow | TF 2.18 with GPU does not detect GPU, Cannot dlopen some GPU libraries, in a container | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.18
### Custom code
Yes
### OS platform and distribution
Linux Centos 7.9, RHEL 8, RHEL 9
### Mobile device
_No response_
### Python version
3.11.0rc1
### Bazel version
_No response... | stat:awaiting tensorflower,type:build/install,comp:gpu,TF 2.18 | low | Critical |
2,810,323,575 | vscode | emojies |
Type: <b>Bug</b>
Hello,
My VS doesn't show any emojis on both terminal and editor windows. I tried extensions, but I still have the same issue.
Visual Studio Code: Version: 1.96.4 (Universal)
Mac OS: Sequoia 15.2
Mac Mini M2 Pro
Thank you
VS Code version: Code 1.96.4 (Universal) (cd4ee3b1c348a13bafd8f9ad8060705f6d4... | bug,info-needed,font-rendering | low | Critical |
2,810,323,711 | storybook | [Bug]: Type errors in stories where component has discriminated union in its prop type definition, and custom properties are used | ### Describe the bug
It seems to be impossible to properly type a story, when a component
1. has discriminated union in its props type definition, and
2. its story contains custom storybook-only property
### Reproduction link
https://stackblitz.com/edit/storybook-type-errors?file=src%2Fstories%2FComponent.tsx,src%2... | bug,needs triage | low | Critical |
2,810,325,074 | flutter | Scaling Issue with Native UiKitView on External Displays with Different Scale Factors | ### Environment:
- MacOS Version: 14.6.1 (23G93)
- Display Configuration: 1728 x 1117 (main), 3820 x 1600 (external)
- Flutter Version: 3.27.3
### Analysis:
A potential cause of the issue lies within the [FlutterPlatformViewController](https://github.com/flutter/flutter/blob/master/engine/src/flutter/shell/platform/... | platform-mac,a: platform-views,has reproducible steps,team-macos,found in release: 3.27,found in release: 3.29 | low | Critical |
2,810,342,682 | vscode | Another instance of Code is already - Copilot |
Type: <b>Bug</b>
Another instance of Code is already

Does not matter as Administrator, or Not.
Firefox 134.0.2
W11
VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z)
OS version: ... | triage-needed | low | Critical |
2,810,347,102 | flutter | [SwiftPM] Xcode build does not update the generated package's supported platforms | ### Problem
When using SwiftPM, the Flutter tool generates a `Package.swift` file that adds plugins to the app's builds. This `Package.swift`'s supported platforms should match the Xcode project's Minimum Deployments.
However, if in Xcode I update my Minimum Deployments and then do a build, the `Package.swift` file i... | platform-ios,tool,platform-mac,P3,team-ios,triaged-ios | low | Minor |
2,810,371,060 | flutter | [Text Selection] Text selection height should be based on the line height, not the character height | ### Steps to reproduce
Using a Flutter TextField, when you add both text and emojis and then select a region, the selection height appears inconsistent between characters and emojis. This is because the selection is applied by changing the background color of the character itself, with a few extra pixels added. This a... | a: text input,platform-ios,framework,f: cupertino,a: quality,has reproducible steps,team-text-input,a: macros,found in release: 3.27,found in release: 3.28 | low | Critical |
2,810,398,557 | langchain | Tool calling broken for Gemini with legacy agent | ### Checked other resources
- [x] I added a very descriptive title to this issue.
- [x] I searched the LangChain documentation with the integrated search.
- [x] I used the GitHub search to find a similar question and didn't find it.
- [x] I am sure that this is a bug in LangChain rather than my code.
- [x] The bug is ... | 🤖:bug | low | Critical |
2,810,401,951 | next.js | Cache Poisoning and XSS attacks caused a 500 status code (QoS issue) | ### Link to the code that reproduces this issue
https://github.com/ale-grosselle/next-js-bug-500
### To Reproduce
# Fetch Request Example
1. Run the application locally:
```bash
npm run dev
```
2. Send the following fetch request (you can use Curl or send it using the browser console):
```javascript
fetch("http:... | Runtime,Pages Router | low | Critical |
2,810,412,684 | vscode | A developer command to show telemetry view | It is bit unreasonable to enable log level to trace to show the telemetry in the output. Instead there should be a developer command to show telemetry output and set log level to trace only for telemetry instead of all outputs | feature-request,telemetry | low | Minor |
2,810,429,807 | rust | Docs on safety of BufWriter are misleading | ### Location
https://github.com/rust-lang/rust/blob/8231e8599e238ff4e717639bd68c6abb8579fe8d/library/std/src/io/buffered/bufwriter.rs#L9
### Summary
This one is long winded. Sorry. A reader may decide this represents an actual code bug. I believe it is *at least* a documentation bug. I may just be rediscovering some... | A-docs,T-libs | low | Critical |
2,810,510,773 | tauri | [bug] Error: 1/0 error Operation not permitted (os error 1) on iOS | ### Describe the bug
Trying to generate embeddings with embedanything in the Rust backend. Works fine on MacOS, throws
`Error: 1/0 error Operation not permitted (os error 1)`
on iOS.

### Reproduction
Test repo with instructi... | type: bug,status: needs triage,platform: iOS | low | Critical |
2,810,522,193 | next.js | next lint fails when using ESLint v8 flat config | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/xenodochial-voice-lfgj88?workspaceId=ws_XCEs1GT1FEw6tFStZG4Cnd
### To Reproduce
1. Open the terminal
2. Run linting using Next.js and observe that it fails to run, indicating there are invalid ESLint config options
```
$ pnpm exec next l... | Linting,linear: next | low | Minor |
2,810,539,897 | next.js | console.error in catch block triggers ErrorBoundary in strict mode when using Pages Router | ### Link to the code that reproduces this issue
https://github.com/lukasb/error-repro
### To Reproduce
1. npm run dev
2. navigate to app
### Current vs. Expected behavior
For pages router:
Current: ErrorBoundary is shown
Expected: ErrorBoundary is not shown, since error was caught
For app router:
Current: "1 erro... | Pages Router | low | Critical |
2,810,542,687 | storybook | [Bug]: experimental test addon ^8.5.0 prevents custom vitest commands being registered | ### Describe the bug
The changes in 8.5.0 to the vite plugin which updates the vitest config overwrites the commands setting applied in a workspace file.
There is a workaround which is to register a plugin after the `testStorybook` plugin and inject the commands there, but this shouldnt be required and should retain ... | bug,addon: test | low | Critical |
2,810,547,015 | flutter | CupertinoSheetRoute reacts to touch events while opening and closing | The sheet reacts to touches (dragging up or down) when it's animating to open or close, which isn't the correct behaviour on native iOS, and in this case its causing unexpected behaviour when dragging the sheet which is the inability to close the sheet, if you drag it becomes sticky, it stoping wherever the drag ends, ... | waiting for customer response,in triage | low | Critical |
2,810,547,962 | godot | RichTextLabel has no property for `line_spacing`, just `line_separation` | ### Tested versions
- Reproducible in `v4.4.beta1.mono.official [d33da79d3]`
### System information
macOS Sonoma 14.6.1
### Issue description
`RichTextLabel` has no `line_spacing` property, which would set the space only _between_ lines. Instead, it has `line_separation`, which adds that amount of space after _eac... | enhancement,feature proposal,discussion,topic:gui | low | Minor |
2,810,556,419 | flutter | CupertinoSliverNavigationBar/CupertinoNavigationBar bottom is not displayed during nav bar flying hero transitions | ### Use case
In the flying hero transition between two pages with CupertinoSliverNavigationBar/CupertinoNavigationBar, the bottom widget is not displayed:
https://github.com/user-attachments/assets/73854a78-b9de-4fd9-b684-c1f2883d2b07
### Proposal
The bottom widget should sync up with the large title during the her... | framework,f: cupertino,c: proposal,team-design | low | Minor |
2,810,559,437 | langchain | Callback error when using a `return_direct` tool and `RunnableWithMessageHistory` | ### Checked other resources
- [x] I added a very descriptive title to this issue.
- [x] I searched the LangChain documentation with the integrated search.
- [x] I used the GitHub search to find a similar question and didn't find it.
- [x] I am sure that this is a bug in LangChain rather than my code.
- [x] The bug is ... | 🤖:bug | low | Critical |
2,810,585,740 | flutter | [Beta] flutter upgrade has broken flutter command | me@linux-dev:~$ flutter version
cat: /home/me/flutter/bin/internal/engine.version: No such file or directory
me@linux-dev:~$ flutter upgrade
cat: /home/me/flutter/bin/internal/engine.version: No such file or directory
me@linux-dev:~$ dart --version
cat: /home/me/flutter/bin/internal/engine.version: No such file or dire... | tool,has reproducible steps,team-release,workaround available,found in release: 3.28 | low | Critical |
2,810,605,670 | react-native | On iOS, TextInput stops responding to user input when maxLength > 5.5 quadrillion | ### Description
In iOS, the TextInput component stops responding to user input if `maxLength` is greater than 5.50 quadrillion (5500000000000000). The exact number is somewhere between 5.49 and 5.5 quadrillion, but I'll leave that as an exercise for the reader.
### Steps to reproduce
1. Add TextInput component
2. Se... | Resolution: PR Submitted,Component: TextInput | low | Minor |
2,810,606,894 | ollama | can not run this on intel Xe gpu | ### What is the issue?
## 硬件环境
- cpu:Intel i5-1240p / AMD
- gpu:Intel Iris Xe / AMD Radeon
- 内存:16GB DDR5
- os:Windows 11
## 重现步骤
1. setx OLLAMA_DEBUG 1
2. ollama serve 2 > debug.log
3. ollama run deepseek-r1:7b
<!-- Failed to upload "debug.txt" -->
4. then error showed
[debug.txt](https://github.com/user-attachm... | bug | low | Critical |
2,810,620,860 | ollama | running deepseek r1 671b on 64GB / 128GB ram mac gives `Error: llama runner process has terminated: signal: killed` | ### What is the issue?
after waiting all day for the model to download, `ollama run deepseek-r1:671b` fails to run with the error `Error: llama runner process has terminated: signal: killed`.
I can run the deepseek-r1:70b llama model just fine.
I'm running a Macbook M3 Pro 64GB ram, I'm assuming it's failing due to ... | bug | low | Critical |
2,810,635,118 | stable-diffusion-webui | [Bug]: random crash with "press any key to continue" | ### Checklist
- [x] The issue exists after disabling all extensions
- [ ] 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,810,635,232 | electron | Custom protocols failing to register | ### 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:,33-x-y | low | Critical |
2,810,644,168 | go | proposal: cmd/vet: warn about cases where err is set but not used | ### Proposal Details
While working on an experimental tool for testing a new error handling syntax (https://go.dev/cl/643996), I came across three different instances of incorrect handling of `err` in Go code maintained by the Go team:
* https://go.dev/cl/643995
* https://go.dev/cl/643259
* https://go.dev/cl/644155
... | Proposal | low | Critical |
2,810,654,191 | PowerToys | Custom CSS Support for Markdown Preview in File Explorer Add-On | ### Description of the new feature / enhancement
Please provide a means to inject a custom stylesheet into the markdown preview that can be used system wide for all previewed markdown files.
This will allow users to override and augment the layout and appearance of previews with personalized and in some cases more ac... | Needs-Triage | low | Minor |
2,810,654,479 | PowerToys | **Shortcuts for Workspaces** | ### Description of the new feature / enhancement
I want an easier way to access my workspaces. Once I’ve set up a workspace, I don’t want to open the editor or double-click a link file every time. Instead, I’d like a window to appear when I use a shortcut. In this window, I could quickly select my workspace by clickin... | Needs-Triage | low | Minor |
2,810,670,536 | go | x/build/perfdata/app: unrecognized failures | ```
#!watchflakes
default <- pkg == "golang.org/x/build/perfdata/app" && test == ""
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8725013058942459777)):
FAIL golang.org/x/build/perfdata/app [build failed]
# github.com/mattn/go-sqlite3
sqlite3-binding.... | Builders,NeedsInvestigation | low | Critical |
2,810,677,890 | pytorch | compiling for rocm gfx1010, getting cuda errors | ### 🐛 Describe the bug
I am compiling for rocm, but getting a cuda error.
The same error has been discussed in https://github.com/pytorch/pytorch/issues/108344, but the user said it was solved by using `USE_ROCM` and did not elaborate further.
```
export VERBOSE=1
export PYTORCH_ROCM_ARCH="gfx1010"
export USE_ROCM=1... | module: build,module: rocm,triaged | low | Critical |
2,810,682,796 | godot | Update ThorVG to 1.0 when it's released to support SVG blur filter | ### Tested versions
- Reproducible in: 4.4 beta1, 4.3, 4.2
### System information
🪟 Windows 11 - Godot 4.4 beta1
### Issue description
Import an svg with a blur filter applied on an element.
The SVG will get rendered/converted by Godot as if there was no blur filter.
The image in Inkscape:
):
FAIL golang.org/x/build/perfdata/db/dbtest [build failed]
# github.com/mattn/go-sqlite3
sqli... | Builders,NeedsInvestigation | low | Critical |
2,810,715,666 | godot | Signal connection fails when unbinding args and creating function | ### Tested versions
- Reproducible in v4.4.beta1.official [d33da79d3], v4.4.dev.gh-100554 [6fdbc0cc6]
### System information
Windows 11 (build 22631) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - Intel(R) Iris(R) Xe Graphics (Intel Corporation; 32.0.101.5768) - 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz... | bug,topic:editor | low | Critical |
2,810,729,226 | vscode | chatEditingService indicates that there's an ongoing edit until the entire response ends | 1. Have an agentic flow that makes an edit to a file
2. Notice the context key `isApplyingChatEdits` is true until the entire response ends (possibly after multiple other non-edit tool calls)
It is because the editsSource in this promise is not `.resolve()`d until the entire response ends:
https://github.com/mic... | debt,chat | low | Minor |
2,810,733,442 | godot | OS directory slashes on Windows are inconsistent with temp as \ and the rest are / | ### Tested versions
v4.4.beta1.official [d33da79d3]
### System information
Godot v4.4.beta1 - Windows 10 (build 19045) - Multi-window, 9 monitors - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 3070 (NVIDIA; 32.0.15.6636) - 11th Gen Intel(R) Core(TM) i9-11900K @ 3.50GHz (16 threads)
### Issue description
The OS di... | bug,platform:windows,topic:porting,usability | low | Major |
2,810,734,877 | kubernetes | Unable to use k8s service cluster IP with ipencap/IPIP | ### What happened?
Hello, this is likely not a bug as I am trying to do something mildly unholy and likely need to use some other k8s knob but I wasn't able to make an account on the discuss forum for some reason so here I am. I assume the issue is ipencap technically doesn't have a port as part of the protocol while ... | kind/bug,sig/network,sig/node,needs-triage | low | Critical |
2,810,742,294 | vscode | Randomly Glitching of the Interface |
Type: <b>Performance Issue</b>
In the middle of coding sessions, sometimes the entire vs code freezes and only some random parts of the screen tend to work. Like the whole interface is freezed and some random areas are doing their jobs. This fixes after I minimize and reopen the VS Code Tab. It happens frequently. Al... | info-needed | low | Critical |
2,810,750,132 | ollama | Ollama cannot start because it try to create an existing directory | ### What is the issue?
Since my main partition doesn't have enough memory, I change OLLAMA_MODELS to /media/brianhuster/E/ollama/models. I have created that directory, and `mv /usr/share/ollama/.ollama/models /media/brianhuster/E/ollama/models`. However, after that I cannot restart Ollama because, according to `sudo j... | bug | low | Critical |
2,810,756,480 | ui | [bug]: Shadcn not validating Tailwind CSS installation after Tailwind 4 update | ### Describe the bug
After the update to Tailwind CSS 4, the `npx shadcn@latest init` command fails to validate the Tailwind CSS installation due to the removal of the Tailwind config file. This prevents the proper initialization of Shadcn. It is recommended to update the installation documentation to reflect these ch... | bug,tailwind | medium | Critical |
2,810,768,959 | ollama | see total token usage? | Hello, is there a way to see the total token usage for hours days or weeks?
Would like to see how much it really uses, hard to grasp if I use it with Vs Code and Continue extension | feature request | low | Minor |
2,810,773,913 | vscode | pasta não abre |
Type: <b>Bug</b>
minha pasta não abre, e não consico abrir um novo arquivo para novos projetos.
VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z)
OS version: Windows_NT x64 10.0.22631
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Intel(... | info-needed,*english-please,translation-required-portuguese-brazil,triage-needed | low | Critical |
2,810,781,151 | yt-dlp | Confused about installing on Linux Mint | ### 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... | question | low | Critical |
2,810,789,589 | ollama | Mini-InternVL | https://hf-mirror.com/OpenGVLab/Mini-InternVL-Chat-4B-V1-5
thanks. | model request | low | Minor |
2,810,789,793 | ollama | MiniCPM-o-2_6 | https://hf-mirror.com/openbmb/MiniCPM-o-2_6
thanks. | model request | low | Minor |
2,810,801,344 | yt-dlp | [Newgrounds] Login support is broken / site requires 2fa | ### 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... | account-needed,site-bug,can-share-account | low | Critical |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.