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,738,515,674 | deno | Auto-merge lockfile conflicts | pnpm, npm (and maybe yarn?) all support merging lockfile conflicts automatically. Hand-merging deno lockfiles is a pain, because it sometimes includes versions and peers, and sometimes doesn't. I know I can just delete it, but that makes an unclean merge. I quite often corrupt the lockfile and have to restart, but it's... | cli,suggestion | low | Minor |
2,738,516,827 | tauri | Android Build Missing Libraries? (libandroid.so, etc.) | ### Describe the bug
In summary, the application does not want to compile to Android *specifically*. Desktop works fine. I have tried looking for ways to install these missing libraries, but it looks like either I already have the prerequisite packages, or whatever the fix a given forum page proposes is irrelevant t... | type: bug,status: needs triage | low | Critical |
2,738,520,499 | go | proposal: crypto/x509: support for RFC 9336 Document Signing EKU | ### Proposal Details
RFC 9336 specifies a new EKU for document signing, allowing for a separate and distinct EKU from either code signing or smime email signing. That document explains the reason for the new EKU.
Form a golang perspective, this requires entries in three tables in src/crypto/x509/x509.go for id-kp... | Proposal,Proposal-Crypto | low | Major |
2,738,525,106 | bitcoin | cmake inconsistently overriding `-O3` (sometimes) | Using master @ d73f37dda221835b5109ede1b84db2dc7c4b74a1.
The following seems incorrect, because
```bash
make -C depends/ NO_QT=1 NO_WALLET=1 NO_ZMQ=1 -j18 CFLAGS="-O3" CXXFLAGS="-O3"
cmake -B build --toolchain /root/ci_scratch/depends/aarch64-unknown-linux-gnu/toolchain.cmake
<snip>
C++ compiler flags ........... | Build system | low | Critical |
2,738,525,815 | go | proposal: spec: pipe operator with explicit result passing | ### Go Programming Experience
Experienced
### Other Languages Experience
Elixir, JavaScript, Ruby, Kotlin, Dart, Python, C
### Related Idea
- [X] Has this idea, or one like it, been proposed before?
- [ ] Does this affect error handling?
- [ ] Is this about generics?
- [ ] Is this change backward comp... | LanguageChange,Proposal,Proposal-FinalCommentPeriod,LanguageChangeReview | medium | Critical |
2,738,556,444 | next.js | Suspense infinite fallback loading state with javascript turned off | ### Link to the code that reproduces this issue
https://github.com/vladshcherbin/suspense-infinite-loading
### To Reproduce
1. Start the app
2. From home page go to /recipes and see loading state and recipes list
3. Turn off javascript and do same thing (or reload the page)
4. See infinite loading state
- Chec... | Lazy Loading,Runtime | low | Minor |
2,738,586,569 | svelte | onclick seems to not be working on web components | ### Describe the bug
Using `onclick` on a web-component (ApplePay button, on this case) is not working. The handler function is not being called. If I change to Svelte's 4 `on:click` the handler function is called normally
As far as I understand the `apple-pay-button` web-component fires a click event
### Reproduc... | custom element | low | Critical |
2,738,590,953 | godot | SceneTreeTween not work properly when tween one axis with from() | ### Tested versions
Reproduce in Godot 3.5.3( Issue not exist in 4.x)
### System information
Windows10 Pro
### Issue description
When tween "One Axis" with SceneTreeTween with tween_property(self, "position:x").from(), tween looks different and clunky from tween both axis, or without from().
### Steps to reproduc... | bug,topic:animation | low | Minor |
2,738,616,330 | go | x/website: anchor links don't show up if one hovers directly on a heading | Splitting from https://github.com/golang/go/issues/68596#issuecomment-2402302152, which got ignored as it was a closed issue.
When I hover over ["Doc Links"](https://go.dev/doc/comment#doclinks), nothing happens - which is why I didn't even realise this got fixed earlier today. I have to move my cursor to the right ... | help wanted,NeedsInvestigation,website | low | Minor |
2,738,629,207 | go | cmd/compile: better error message for ambiguous parse | ### Go version
go version 1.23
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/smu/.cache/go-build'
GOENV='/home/smu/.config/go/env'
GOEXE=''
GOEXPERIMENT='fieldtrack,boringcrypto'
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
... | NeedsInvestigation,compiler/runtime,BadErrorMessage | low | Critical |
2,738,635,215 | TypeScript | instantiation expression usage leading to an invalid d.ts file generation | ### ๐ Search Terms
partial function generic application, function generic variant from another function, instantiation-expressions
### ๐ Version & Regression Information
- This changed between versions 5.6.2 and 5.7.2
### โฏ Playground Link
https://www.typescriptlang.org/play/?ts=5.7.2#code/C4TwDgpgBAyg9gWwgBQE5... | Bug,Fix Available | low | Critical |
2,738,686,911 | yt-dlp | extractor/Smotrim fix for site updates | ### 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,738,711,218 | go | runtime: corruption after wasm stack overflow RangeError | Open https://swtch.com/tmp/wasmbug/ in Chrome.
Open the developer console (right click on page, Inspect, then click the Console tab).
It should say "Go starting".
Now click Run.
You should see an "Uncaught RangeError: Maximum call stack size exceeded":
```
0133597e:0x6304a Uncaught RangeError: Maximum call stack size ... | NeedsFix,arch-wasm,compiler/runtime,FixPending | low | Critical |
2,738,724,421 | react-native | Textinput Issue | ### Description
While typing in a TextInput, moving to the next line causes the top line of text to partially hide under the input area. It reappears only after typing a character, creating a poor UI/UX experience.
### Steps to reproduce
1. while typing
### React Native Version
0.76.5
### Affected Platforms
Runt... | Component: TextInput,Needs: Author Feedback,Needs: Repro | low | Major |
2,738,731,477 | kubernetes | DaemonsetSetStatus need CurrentRevision to tracking controllerrevision | ### What would you like to be added?
DaemonsetSetStatus need CurrentRevision to tracking controllerrevision
### Why is this needed?
We need to track current controllerrevision for the daemonset like StatefulSetStatus does
<img width="380" alt="ๆชๅฑ2024-12-14 00 00 35" src="https://github.com/user-attachments/assets/c... | kind/feature,sig/apps,needs-triage | low | Major |
2,738,784,131 | neovim | `vim.diagnostic.config` does not apply options returned from functions | ### Problem
`:h vim.diagnostic.Opts` says
```
Each of the configuration options below accepts one of the following:
โข `false`: Disable this feature
โข `true`: Enable this feature, use default settings.
โข `table`: Enable this feature with overrides. Use an empty table to use
default values.
โข... | bug,diagnostic | low | Minor |
2,738,794,544 | TypeScript | Adding documentation comments to the return values of destructuring syntax |
Type: <b>Feature Request</b>
- In ReactJS, we often write code similar to `const [stateX, setStateX] = useState({ ... });`.
- I would like to hover over the variable name `stateX` with the mouse in other places where this variable is used to get an explanation similar to JSDoc (not for type, but to more clearly annot... | Suggestion,Awaiting More Feedback | low | Critical |
2,738,806,293 | TypeScript | Include constant type properties in navtree | TypeScript code: Intl. DisplayNames.supportedLocalesOf ();
SupportedLocalesOf Go to Definitions and view the outline:
One is vscode and the other is WebStorm.

 `ollama-cuda-0.3... | bug | low | Critical |
2,738,839,787 | node | node:net blocklist upgrade | ### What is the problem this feature will solve?
the save of the blocklist into the disk to not have do reblock manualy
### What is the feature you are proposing to solve the problem?
a parameter in the class named file who is the storage off the rules
### What alternatives have you considered?
manualy create a ... | feature request | low | Minor |
2,738,840,616 | PowerToys | [QuickAccent] Missing ฤ for Slovenian | ### Microsoft PowerToys version
0.84.0
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Quick Accent
### Steps to reproduce
While Slovenian doesn't use ฤ in words, this letter is common in surnames. For QuickAccent to be fully complete for Slovenian, this letter is ... | Issue-Bug,Status-In progress,Product-Quick Accent | low | Minor |
2,738,865,602 | pytorch | Define release branch creation readiness process | ### ๐ Describe the bug
It feels like current process for creating release branch is based purely on the date, not on some state of release readiness.
In my opinion, it would be good to have a list of well defined criteria that must be made before release branch as created. Few of those:
- CI for all HW/SW arch... | oncall: releng,triaged | low | Critical |
2,738,866,647 | flutter | Zero-width character (\u200b) does not have zero-width | ### Steps to reproduce
1. Copy-paste the code sample in DartPad
2. Run it with the `useScaffold` flag set to true
3. Run it with the `useScaffold` flag set to false
4. Compare results
### Expected results
I expect the zero-width characters in the string to have zero width, even when many such characters are plac... | framework,dependency: skia,has reproducible steps,P3,team-engine,triaged-engine,found in release: 3.27,found in release: 3.28 | low | Minor |
2,738,868,310 | storybook | [BUG] Environment Variables Undefined After Adding Storybook Packages to Next.js 14 + NX 19 Project | ### Describe the bug
After adding any of the following Storybook packages (@storybook/nextjs, @storybook/react-webpack5, or @storybook/server-webpack5) to a Next.js 14 + NX 19 project, all environment variables become undefined after the build. The issue occurs even without implementing any Storybook-specific code. Ch... | bug,needs triage | low | Critical |
2,738,875,500 | pytorch | We should switch Tensor object (and other perf-critical objects) to use the new managed dict feature from CPython | This should lead to small perf benefit, in particular for programs using a lot of these objects.
This will be because the dict creation will be lazy (so not initialized when not used) and it's access will be more efficient within the object.
This is done by passing Py_TPFLAGS_MANAGED_DICT when creating the class an... | triaged,actionable,module: python frontend | low | Minor |
2,738,940,004 | flutter | Prepare to enable `explicit-package-dependencies` | This flag gates the new "label plugins as dev_dependencies" feature, as well as deprecates two old features:
- https://docs.flutter.dev/release/breaking-changes/flutter-generate-i10n-source
- https://docs.flutter.dev/release/breaking-changes/flutter-plugins-configuration
As of the time of this writing `flutter_t... | P1,c: tech-debt,team-tool | medium | Critical |
2,738,952,422 | godot | Distant Shadow Splits have Wrong Bias | ### Tested versions
since https://github.com/godotengine/godot/pull/68339
### System information
Vulkan
### Issue description
https://github.com/godotengine/godot/pull/48776 and https://github.com/godotengine/godot/pull/68339 Modify Blur and Bias respectively, but the latter adjusts bias based on the non modified ... | bug,topic:rendering,topic:3d | low | Minor |
2,738,968,892 | next.js | Support node --conditions/-C as a `NODE_OPTION`. | ### Link to the code that reproduces this issue
https://github.com/Falven/turborepo/tree/feature/debugging
### To Reproduce
Run Nextjs with `NODE_OPTIONS -C=development`
> -C=development is not allowed in NODE_OPTIONS
### Current vs. Expected behavior
[Next.js should allow conditions, including community condit... | SWC,Output (export/standalone),Webpack,TypeScript,Runtime,Turbopack,Module Resolution | low | Critical |
2,738,974,794 | terminal | Strange vertical transparent line appears when "Hide the title bar" is off | ### Windows Terminal version
1.21.3231.0
### Windows build number
10.0.26100.0
### Other Software
_No response_
### Steps to reproduce
1. Settings / Appearance / Hide the title bar (requires relaunch) -> OFF
2. Relaunch
### Expected Behavior
_No response_
### Actual Behavior
Strange vertical transparent lin... | Help Wanted,Issue-Bug,Product-Terminal,Area-Windowing | low | Minor |
2,738,991,719 | ui | [bug]: CommandDialog Infinite Loop Freezes Page | ### Describe the bug
The CommandDialog goes into an infinite loop and freezes page, even with the most basic implementation.
### Affected component/components
CommandDialog
### How to reproduce
This broke everything in my app:
```
<CommandDialog
open
// open={isOpen}
// onOpe... | bug | low | Critical |
2,739,034,652 | vscode | Notebook: Selection Highlight Background | > Many of the highlighting differences between notebooks and python files have been reconciled in the Nov release 1.96, but I don't think this is one.
>
> Editor settings (for dramatic effect):
> "workbench.colorCustomizations": {
> "editor.selectionBackground": "#f00",
> "editor.selectionHighlight... | bug,notebook,editor-highlight | low | Minor |
2,739,064,470 | kubernetes | Metrics test should be using a fake deprecated API in testing | Came up from https://github.com/kubernetes/kubernetes/pull/128279#discussion_r1882520074
The metrics integration test need to test for metrics on a deprecated API. Unfortunately we nee d to update this every couple of releases as deprecated APIs become removed and puts a toll on maintainers: https://github.com/kuber... | sig/api-machinery,sig/instrumentation,triage/accepted | low | Minor |
2,739,071,996 | go | net/http: request context cancelled on readtimeout, persists across connection reuse | ### Go version
go version go1.23.4 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/jmaguire/Library/Caches/go-build'
GOENV='/Users/jmaguire/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='... | NeedsInvestigation | low | Critical |
2,739,107,512 | flutter | Remove `WebGoldenComparator` | Update: It is now deprecated. When the HTML backend is removed, it can also be removed.
---
There are two interfaces with nearly identical roles in `flutter_test`:
- [`GoldenFileComparator`](https://api.flutter.dev/flutter/flutter_test/GoldenFileComparator-class.html) and the current implementation, [`goldenFileComp... | P2,c: tech-debt,fyi-tool,team-web,triaged-web | low | Major |
2,739,133,761 | deno | Official Deno Version Manager | To have a seperate CLI application that will allow you to install and manage different versions of Deno and be the official way to install Deno.
Perhaps by adding new commands in deno such as...
```
deno set 2.0.0
deno install 2.0.0
deno default 2.0.0
deno list
```
And to allow deno to detect if a file in... | cli,suggestion | low | Minor |
2,739,143,375 | pytorch | Runners, torchbench, & the future | The purpose of this issue is to centralize discussions regarding the state of our runners and torchbench, in particular what should be expected when they go through transitions. It is a bit of a weird issue as this does not point to any codebase problems with pytorch/pytorch, but the intended discussion group spans be... | module: ci,triaged | low | Major |
2,739,172,707 | tauri | [bug] Windows pixels mapping is inconsistent or broken | ### Describe the bug
On Windows, the events coordinates are incorrect and require mapping.
To me, multiplying both `x` and `y` by `window.devicePixelRatio` helped, but it breaks the logic on the other platforms.
What is the correct approach? I don't want to check `if (platform === 'windows')` ๐ฟ
### Reproduc... | type: bug,status: needs triage | low | Critical |
2,739,186,444 | next.js | Turbopack crashing in dev server after prolonged usage | ### Link to the code that reproduces this issue
https://github.com/soulr344/CGPA-calculator
### To Reproduce
Run the dev server continuously for some time (a day in my case). (The reproduction link is NOT related in this case, it's present just so the issue doesn't get closed by the bot)
### Current vs. Expected be... | Turbopack | low | Critical |
2,739,196,800 | ollama | Add an ollama example that enables users to chat with a code generation model and then tests the code generated by the model | Often times, code generated by code generation models such as qwen2.5-coder:7b is not perfect. It may not even be syntactically correct. I am proposing to add an example program, possibly derived from the the python-simplechat example, that extracts the code generated by the model and runs/tests it. The first iteration... | feature request | low | Minor |
2,739,215,074 | PowerToys | Deprecate Video Conference Mute in v0.88 | ### Description of the new feature / enhancement
We're planning to remove Video Conference Mute (VCM) in v0.88. It has been in maintenance mode since v0.67, has low usage, and there are similar features already available in Windows. We appreciate everyone's contributions and we want to thank you all for continuing to ... | Resolution-Fix Committed,Product-Video Conference Mute,Issue-Task | medium | Major |
2,739,216,294 | go | runtime: map cold cache improvements | There is room for improvement when some or all of a map is not in cache. The hierarchical design we use to enable incremental growth leaves us with several different allocations that can experience cache misses:
1. The Map itself (on [m.Used](https://cs.opensource.google/go/go/+/master:src/internal/runtime/maps/runt... | Performance,NeedsInvestigation,compiler/runtime | low | Minor |
2,739,217,798 | flutter | Should the defaults for `TestFeatureFlags` represent the real defaults? | `TestFeatureFlags` is used to enable or disable flags explicitly in unit tests:
https://github.com/flutter/flutter/blob/2948917a470470c1ee2a3b5897dc229417776829/packages/flutter_tools/test/src/fakes.dart#L469-L486
However, the defaults are (except for the case of CLI animations) always `false`. That means if you ... | c: proposal,c: tech-debt,team-tool | low | Minor |
2,739,218,743 | flutter | Buttons are mis-aligned in NavigationRail samples | ### Steps to reproduce
Check out the NavigationRail API docs: https://api.flutter.dev/flutter/material/NavigationRail-class.html
### Expected results
Buttons should be aligned.
### Actual results
<img src="https://github.com/user-attachments/assets/a9f64dc7-2b35-42d1-9fa9-d7e5c77be3f5" height=640>
### Code s... | framework,f: material design,waiting for PR to land (fixed),d: api docs,d: examples,P2,team-design,triaged-design | low | Minor |
2,739,221,020 | flutter | Should we remove `FeatureFlags` that are both true and never intended to be false at this point? | For example, these come to mind:
https://github.com/flutter/flutter/blob/2948917a470470c1ee2a3b5897dc229417776829/packages/flutter_tools/lib/src/features.dart#L21-L37
What is the value in keeping these as flags? | c: proposal,P3,c: tech-debt,team-tool,triaged-tool | low | Minor |
2,739,222,517 | ui | [feat]: Missing data table's pagination, adding columns, rows and rows expansion as part of Figma's component | ### Feature description
Hey!
I'd like see if you guys could improve the data table component in FIgma (and possibily showcase it in the Docs site as well).
It's been difficult to meet design needs with the way the component was laid down.
Suggestions:
1. Add more columns and rows (like you did with Tabs maybe)
... | area: request | low | Minor |
2,739,226,515 | go | maps: optimized Clone with swissmaps | Prior to swissmaps, we had an [optimized implementation](https://cs.opensource.google/go/go/+/master:src/runtime/map_noswiss.go;l=1654;drc=1f8fa4941f632575468498bfac48fc1cbbf1a54f) of `maps.Clone` that reached into the internals to copy directly between the backing store of each map.
That was dropped when implementi... | Performance,NeedsFix,compiler/runtime | low | Minor |
2,739,240,193 | go | runtime: reduce duplicate work by merging map operations | ```
default := ...
v, ok := m[k]
if !ok {
m[k] = default
v = default
}
// Use v
```
This is a `mapaccess2` followed (conditionally) by a `mapassign`. The beginning of `mapassign` is identical to `mapaccess2`: hashing the key and looking for an existing entry (which won't be found).
In theory, the comp... | Performance,NeedsInvestigation,compiler/runtime | low | Major |
2,739,249,659 | PowerToys | [Remap shortcut] run program: running program window is not active (loose focus?). | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store
### Running as admin
None
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
Remap shortcut -> new shortcut: ANY shortcut
action: Run program
App: ANY, ex. notepad.exe
Args: none
Elevation: normal
If running: Show wind... | Issue-Bug,Product-Keyboard Shortcut Manager,Needs-Triage | low | Minor |
2,739,253,649 | pytorch | torch.onnx.export fails with <class 'torch._dynamo.exc.UserError'>: Could not guard on data-dependent expression u1 < 0 (unhinted: u1 < 0). (Size-like symbols: none) | ### ๐ Describe the bug
```python
import torch
from detectron2.structures import ImageList
batched_inputs = [{"image": torch.randint(0, 256, (3, 1024, 1024), dtype=torch.uint8), "height": 1024, "width": 1024}]
class test_model(torch.nn.Module):
def __init__(self):
super(test_model, self).__init__... | module: onnx,triaged,actionable | low | Critical |
2,739,263,794 | PowerToys | powertoys run: input smoothing not really being helpful and focusing on wrong files | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
i am using the voidtools Everything plugin (https://github.com/lin-ycv/EverythingPowerToys) with powertoys run.
i can't really give specific... | Issue-Bug,Product-PowerToys Run,Needs-Triage | low | Major |
2,739,340,594 | flutter | InputDecorator prefix and suffix text isn't included in semantics when TextField is wrapped in MergeSemantics. | ## Description
When creating a `TextField` (or `TextFormField`), there isn't a good way to merge the semantics of the prefix/suffix fields of an `InputDecorator`. If you do the obvious thing:
```dart
MergeSemantics(
child: Semantics(
label: 'Room Height',
child: TextField(
controller: _heigh... | framework,a: accessibility,c: proposal,P2,customer: quake (g3),team-accessibility,triaged-accessibility | low | Critical |
2,739,346,379 | vscode | During an edits generation, a scrollbar appears below the tab being edited | This only happened once so far, but I have tab wrapping enabled and a good amount of tabs open

<img width="1262" alt="Image" src="https://github.com/user-attachments/assets/c519edef-ed37-4f18-b415-693cc2d666bb" />
| bug,workbench-tabs | low | Minor |
2,739,357,893 | rust | Rust's `i128` return ABI does not agree with Clang and GCC on Windows targets | Originally reported at https://github.com/rust-lang/lang-team/issues/255#issuecomment-2214459945, Clang and GCC-MinGW return `__int128` in xmm0. Rust currently returns it on the stack.
@wesleywiser has a proposed patch to make Clang return on the stack for `-msvc` targets, while keeping the behavior for MinGW https:/... | A-LLVM,O-windows,T-compiler,C-bug,A-ABI | low | Minor |
2,739,357,952 | flutter | [ios] AdMob banner's touch is not blocked successfully for some cases | This is an issue I found while researching https://github.com/flutter/flutter/issues/158961. The 2 issues seem related, but that issue only happens on iOS 18.2, while this issue happens in previous iOS as well (tried on 18.1).
### Steps to reproduce
1. Running the attached code
2A. Tap the center dropdown menu ... | platform-ios,engine,P2,team-ios,triaged-ios | low | Critical |
2,739,367,978 | vscode | Create activation event/way for extensions to activate upon installation | <!-- โ ๏ธโ ๏ธ 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. -->
## Feature Request
It'd be great if there was an activation event/way for an extension to acti... | under-discussion,getting-started | low | Major |
2,739,371,572 | vscode | Improve linkification in notebook outputs | We currently have a set of issue for linkification for notebook outputs (e.g., error outputs). Here a couple of failing scenarios:
- [ ] broken when path contains space https://github.com/microsoft/vscode/issues/226882
- [ ] slash is linkified https://github.com/microsoft/vscode/issues/208935
- [ ] links in nested fol... | debt,notebook-output | low | Critical |
2,739,381,175 | pytorch | xpu: torch.nn.DataParallel fails on multi-XPU environment with "module 'torch._C' has no attribute '_scatter'" | With:
* Nightly PyTorch XPU:
* torch `2.6.0.dev20241209+xpu`
* torchaudio `2.5.0.dev20241209+xpu`
* torchvision `0.20.0.dev20241209+xpu`
* https://github.com/huggingface/transformers/commit/add53e25ffa3d1750a944086d2fbb016aee35406
`torch.nn.DataParallel` fails on multi-XPU environment with: `"AttributeErr... | oncall: distributed,triaged,module: xpu | low | Critical |
2,739,394,856 | TypeScript | Add a "Export unused declaration" codefix | ### ๐ Search Terms
fix unused
### โ
Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change the runtime behavior of existing JavaScript code
- [x] This could be implemented without emitting different JS based on the types of the expressions
- [x... | Suggestion,Awaiting More Feedback | low | Minor |
2,739,402,765 | ui | [bug]: Build Error With Tailwind CSS Prefix `The 'border-border' class does not exist.` | ### Describe the bug
When working with a Next.js project using Tailwind CSS with a Prefix such as `tw-`, the project got Build Error below. It seem like there was a [PR 770](https://github.com/shadcn-ui/ui/pull/770) trying to fix this issue, but I am getting this error on a project I am working on, as well as from a n... | bug | low | Critical |
2,739,445,963 | godot | File picker can stall attempting to download off-device files from OneDrive | ### Tested versions
exhibits anomalous behavior:
v4.4.dev3.official [f4af8201b]
v4.4.dev6.official [1f47e4c4e]
does NOT exhibit behavior (works as expected);
v4.3.stable.official [77dcf97d8]
### System information
Godot v4.4.dev3 - Windows 10.0.22631 - Multi-window, 1 monitor - Vulkan (Forward+) - integrated AMD Ra... | bug,platform:windows,topic:core | low | Critical |
2,739,457,870 | ui | [bug]: Password input in multi-step form inherits value from previous step despite separate form instances | ### Describe the bug
When using Form and Input components in a multi-step form where one step collects an old password and the next step collects a new password:
1. The new password field in step 2 automatically inherits the old password value from step 1
2. This happens even when using completely separate useForm... | bug | low | Critical |
2,739,468,591 | flutter | [flutter_markdown] New lines (`\n`) do not behave as expected. | ### The problems
- `\n` by itself doesn't work inside the markdown widget unless there are 2 spaces before it like ` \n`.
- `\n\n\n` and `\n\n\n\n` (3, 4, or more) show the same as `\n\n`
### Steps to reproduce
~~~Dart
MarkdownBody(
data: """
Testing123 test123\nTesting123 test123 \nTesting123 test123\n\... | package,team-ecosystem,has reproducible steps,P2,p: flutter_markdown,triaged-ecosystem,found in release: 3.27,found in release: 3.28 | low | Minor |
2,739,491,021 | langchain | DOC: Colab link routes to deadlink in 'Classify Text into Labels' tutorial | ### URL
https://python.langchain.com/docs/tutorials/classification/
### 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:
The 'Open in Colab' .svg in the above [article](https://... | ๐ค:docs | low | Minor |
2,739,492,256 | vscode | Opening a `devcontainer.json` file in a codespace opens a prompt to install git locally | <!-- โ ๏ธโ ๏ธ 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... | info-needed,git | low | Critical |
2,739,504,736 | tauri | `tauri-runtime-wry` fails to create webview | We have instrumentation in our app that reports all warnings and errors logged. We've received a couple of alerts from the following line: https://github.com/tauri-apps/tauri/blob/ca7f025fd8666f8fce6894bb5e16cf2d4fc81e0c/crates/tauri-runtime-wry/src/lib.rs#L3551-L3558
> failed to create webview: WebView2 error: Wind... | type: bug,type: feature request | low | Critical |
2,739,572,165 | godot | Godot 3.x does not build with mbedTLS 3.x | ### Tested versions
- Reproducible in 3.6.stable
### System information
Debian 13 - Godot v3.6.stable
### Issue description
I'm currently working to get 3.6 packaged in Debian before moving on to 4.3.
https://github.com/godotengine/godot/commit/40fa684c181d3138d8f86c70e5933fb0b3dcbac8 added support to 4.3 for mbe... | bug,enhancement,topic:thirdparty | low | Minor |
2,739,581,843 | godot | Compatibility Renderer: Environment Color Changed after Turn off Glow | ### Tested versions
v4.3.stable.official [77dcf97d8] and all the version of 4.0 (probably)
### System information
Godot v4.3.stable - Android - GLES3 (Compatibility) - Adreno (TM) 610 - (8 Threads)
### Issue description
I had a environment with colorful objects. When I turn on the glow in Compatibility Renderer e... | bug,topic:rendering | low | Minor |
2,739,581,853 | godot | Variants aren't valid keys in typed dictionaries when using 'operator[]' unless assigned | ### Tested versions
Current master: v4.4.dev.custom_build [dc5f1b7a2]
### System information
Godot v4.4.dev (dc5f1b7a2) - Windows 10.0.22631 - Multi-window, 1 monitor - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 4090 (NVIDIA; 32.0.15.6094) - AMD Ryzen 9 7950X 16-Core Processor (32 threads)
### Issue description... | bug,topic:gdscript | low | Critical |
2,739,585,191 | godot | 4.3: Android Editor: Unable to Drag and Drop Files from File System | ### Tested versions
v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Android - GLES3 (Compatibility) - Adreno (TM) 610 - (8 Threads)
### Issue description
In Godot Android Editor file can't be drag and drop from file system. Like if i try to drag and image/textures. It can't be drag.
r... | bug,platform:android,topic:editor,usability,regression | low | Minor |
2,739,682,964 | godot | Lightmap baking transferring incorrect edges to adjacent faces | ### Tested versions
v4.4.dev6.official [1f47e4c4e]
### System information
Godot v4.4.dev (aa287f7e7) - Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated Radeon RX 5500 XT (Advanced Micro Devices, Inc.; 32.0.11027.1003) - AMD Ryzen 7 5800X 8-Core Processor (16 threads)
### Issue descriptio... | bug,topic:rendering,topic:3d | low | Minor |
2,739,684,706 | flutter | Please emphasize "pinned" dependencies in `flutter pub get` summary. | Sometimes we need to "pin" a dependency version to certain version level to make things work, and often you forget that "pinning", since the summary of `flutter pub get` doesn't give you a note that this version is "pinned".

... | tool,c: proposal,team-tool | low | Minor |
2,739,699,538 | ui | [bug]: npx shadcn@latest add button | ### Describe the bug
npx shadcn@latest add button.
bug
### Affected component/components
button
### How to reproduce
yingyang@YingdeMacBook-Pro react-ts-dome % npx shadcn@latest add button
node:internal/modules/run_main:122
triggerUncaughtException(
^
Error: Cannot find package '/Users/yingyang/... | bug | low | Critical |
2,739,708,405 | flutter | [video_player] Pub reports that the Package is not compatible with platform Web | ### What package does this bug report belong to?
video_player
### 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
N/A
```
</details>
### Steps to reproduce
1. Open https://p... | p: video_player,package,team-ecosystem,P3,triaged-ecosystem | low | Critical |
2,739,739,400 | flutter | `OverscrollNotification` constructor throws assertion error without a message | ### Steps to reproduce
I put scrollbars using stack on top of InteractiveViewer and while testing I got this crash:
assert(overscroll.isFinite),
Stack trace:
_AssertionError._doThrowNew (d:\Programs\FlutterSDK\flutter\bin\cache\pkg\sky_engine\lib\_internal\vm\lib\errors_patch.dart:50)
_AssertionError._throwNew (d:... | framework,f: scrolling,P3,team-framework,triaged-framework | low | Critical |
2,739,740,888 | go | net/http: TestServerCancelsReadTimeoutWhenIdle/h2 failures | ```
#!watchflakes
default <- pkg == "net/http" && test == "TestServerCancelsReadTimeoutWhenIdle/h2"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8728722762195289041)):
=== RUN TestServerCancelsReadTimeoutWhenIdle/h2
=== PAUSE TestServerCancelsReadTimeo... | NeedsInvestigation | low | Critical |
2,739,746,500 | rust | Tracking Issue for de-stabilizing (and eventually removing?) the old serialization infrastructure (feature gate: rustc_encodable_decodable) | This tracks the progress on https://github.com/rust-lang/libs-team/issues/272. That issue says that #105572 will cause `rustc-serialize` to stop building; it seems like a semver-compatible update was released to avoid that, so currently that crate can still be used on stable. Since Rust 1.79, the future compatibility... | T-libs-api,C-tracking-issue | low | Minor |
2,739,774,440 | transformers | Strange behavior with attn_implementation="eager" | ### System Info
- `transformers` version: 4.47.0
- Platform: Linux-5.15.0-120-generic-x86_64-with-glibc2.35
- Python version: 3.10.15
- Huggingface_hub version: 0.26.2
- Safetensors version: 0.4.5
- Accelerate version: 1.1.0
- Accelerate config: not found
- PyTorch version (GPU?): 2.5.1+cu124 (True)
- Ten... | bug,Multimodal | medium | Critical |
2,739,778,038 | vscode | Swap button in replace modal | <!-- โ ๏ธโ ๏ธ Do Not Delete This! feature_request_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
I think there should be a button in the replace moda... | feature-request,editor-find | low | Major |
2,739,795,525 | ollama | Using structured output with tools always produces empty tool_calls array | ### What is the issue?
With OpenAI API, you can pass both tools and response_format. In case model wants to call tools, message will be `null` and tools will be called.
With Ollama, it appears that when response_format is present as JSON schema, the tool calls is an empty array, despite model wanting to call the to... | bug,needs more info | low | Minor |
2,739,798,341 | ui | [feat]: Implement components that are present in nextui, but not in shadcn | ### Feature description
From https://github.com/mikesol/purescript-deku/issues/134#issue-2569970444
- **Only in nextui**: Components like Autocomplete, Chip, Circular Progress, Code, Date Input, Image, Kbd, Navbar, Range Calendar, Scroll Shadow, and User are specific to nextui.
### Affected component/components
... | area: request | low | Minor |
2,739,869,869 | pytorch | Proper support for optionals in TorchScript | ### ๐ The feature, motivation and pitch
This came up as part of https://github.com/pytorch/pytorch/pull/142326.
TorchScript should support `Optional[T]` or `T | None` annotations correctly. Currently something basic like the following fails:
```py
import torch
class MyScriptModule(torch.nn.Module):
b... | oncall: jit | low | Critical |
2,739,876,992 | yt-dlp | [adobepass] `--ap-mso` HTTP Error 451: Unavailable For Legal Reasons | ### 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,geo-blocked,site-bug,can-share-account | medium | Critical |
2,739,896,619 | rust | Tracking issue for release notes of #133392: Fix ICE when multiple supertrait substitutions need assoc but only one is provided |
This issue tracks the release notes text for #133392.
### 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... | relnotes,T-types,relnotes-tracking-issue | low | Critical |
2,739,906,832 | rust | Tracking issue for release notes of #132325: rework winnowing to sensibly handle global where-bounds |
This issue tracks the release notes text for #132325.
### 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... | relnotes,T-types,relnotes-tracking-issue | low | Critical |
2,739,911,866 | vscode | Breakpoint over line number | <!-- โ ๏ธโ ๏ธ 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. -->
Hello vscode developers,
I would like the option to... | feature-request,debug | low | Major |
2,739,917,001 | flutter | [android 15] Status bar text not legible with edge to edge and light theme | ### Steps to reproduce
1. `flutter create -e flutter_bug`
2. `cd flutter_bug && flutter run`
I am able to reproduce this bug on a Pixel 7a (android 15) both on the latest stable and master channels.
### Expected results
Clearly legible text on the status bar
### Actual results
<img src="https://githu... | platform-android,framework,e: OS-version specific,P1,team-android | medium | Critical |
2,739,942,466 | go | slices: redundant comparison in BinarySearchFunc | ### Go version
go version go1.23.4 windows/amd64
### Output of `go env` in your module/workspace:
```shell
set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\telic\AppData\Local\go-build
set GOENV=C:\Users\telic\AppData\Roaming\go\env
set GOEXE=.exe
set GOEXPERIMENT=aliastypeparams
set GOFLAGS=... | Performance,WaitingForInfo,NeedsInvestigation | low | Critical |
2,739,950,046 | ui | [bug]: ShadCN Installer asking for tailwind.config.ts but it Version 4 | ### Describe the bug
auto install is asking for `tailwind.config.ts` and I moved on tailwindcss v4
### Affected component/components
Accordion
### How to reproduce
1. โ pnpm dlx shadcn@latest add accordion
โ Checking registry.
โ Updating tailwind.config.ts
Something went wrong. Please check the error below ... | bug | low | Critical |
2,739,963,894 | godot | set_deferred does not throw error with invalid arguments | ### Tested versions
v4.3.stable.mono.official [77dcf97d8]
v4.3.stable.official [77dcf97d8]
v4.0.stable.mono.official [92bee43ad]
v4.4.dev.custom_build [dc5f1b7a2]
### System information
Godot v4.3.stable.mono - Ubuntu 22.04.5 LTS 22.04 - X11 - GLES3 (Compatibility) - RENOIR (renoir, LLVM 15.0.7, DRM 3.57, 6.8.0-4... | bug,topic:core | low | Critical |
2,739,976,449 | rust | Hidden type of "discarded" and thus unconstrained RPIT(IT) opaque types gets inferred to be the unit type `()` | This only affects RPIT(IT), not TAIT or ATPIT.
Fixing this issue would be a breaking change.
This exploits the issue #132212 (syntactically rejecting impl-Trait inside non-final path segments & inside fn ptr types is futile).
---
All subsequent snippets assume the following definitions:
```rs
type DiscardT<T> = <T a... | P-low,A-inference,A-impl-trait,C-bug,T-types,fixed-by-next-solver | low | Critical |
2,739,980,624 | godot | VisualShader: Naming Texture2DParameter "AO" breaks shader | ### Tested versions
4.4 dev6
### System information
Godot v4.4.dev6 - Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated AMD Radeon RX 580 2048SP (Advanced Micro Devices, Inc.; 31.0.21921.1000) - Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz (4 threads)
### Issue description
Naming texture2DPar... | bug,topic:editor,topic:shaders | low | Minor |
2,739,982,272 | go | x/website: automatic URL fragments for sub-sections of 'Minor changes to the library' are overly repetitive | Is something duplicating the fragment names in the release notes?
https://tip.golang.org/doc/go1.24#gotypespkggotypes
https://tip.golang.org/doc/go1.24#encodingjsonpkgencodingjson
https://tip.golang.org/doc/go1.24#archivepkgarchive
I'd expect just `archive` or `pkgarchive` at most.
Others are pretty: https:/... | help wanted,NeedsInvestigation,website | low | Minor |
2,739,988,920 | pytorch | s.isIntegral(false) INTERNAL ASSERT FAILED | ### ๐ Describe the bug
When training ViT_b_16 (https://pytorch.org/vision/main/models/generated/torchvision.models.vit_b_16.html#torchvision.models.vit_b_16) on CUDA
```
model = helper.train_model(model, dataloaders, criterion, optimizer, scheduler,
File "/home/birdy/meng_thesis/code/master_ifcb_classifie... | needs reproduction,module: autograd,triaged | low | Critical |
2,739,992,063 | svelte | Unify `intro`/`outro` defaults | ### Describe the problem
[`5.13.0`](https://github.com/sveltejs/svelte/releases/tag/svelte%405.13.0) adds the `outro` option for `unmount` with default `false`.
`mount` has an `intro` option with default `true`.
### Describe the proposed solution
Use the same default for both options.
(Probably would need to hap... | breaking change,needs discussion | low | Minor |
2,740,003,288 | vscode | RPM %post scriplet deletes /usr/local/bin/code | <!-- โ ๏ธโ ๏ธ 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,install-update,rpm | low | Critical |
2,740,003,424 | angular | Add more granular scope to @let syntax | ### Which @angular/* package(s) are relevant/related to the feature request?
compiler-cli
### Description
Currently, the scope for a local variable in Angular is limited to each block such as @for, @if, or @switch. Because of this, it's not possible to reuse variables in a more generic way, as I showed in the exampl... | area: core | low | Critical |
2,740,003,513 | rust | Trait resolution fails, and then `rustc` hangs. | <!--
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
trait Index {
type IndexRef;
}
trait Borrow {
type Borrowed<'a>;
}
trait Test {
type Ref<'a>;
type Container: Borr... | A-trait-system,A-associated-items,T-compiler,C-bug,I-hang,T-types,fixed-by-next-solver,A-higher-ranked | low | Critical |
2,740,005,803 | stable-diffusion-webui | [Bug]: git clone error in windows 10 environment | ### Checklist
- [ ] 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
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | asking-for-help-with-local-system-issues | low | Critical |
2,740,017,317 | pytorch | Regression: `BlockMask__getitem__` returns a new BlockMask but forgets to change its shape on the Q dimension | ### ๐ Describe the bug
## Problem
Before af883262509b80f13a08dd5184d7b9456da38173, slicing a BlockMask along the query dimension would shrink its length on that dimension (and unfortunately round up the KV dimension):
```python
from torch.nn.attention.flex_attention import create_block_mask
block_mask = cre... | triaged,oncall: pt2,module: higher order operators,module: pt2-dispatcher,module: flex attention | low | Critical |
2,740,021,853 | godot | Android build fails when Arabic characters are in the file path. | ### Tested versions
tested it on Godot 4.1.4-stable
### System information
Windows 11 - Godot v4.1.4 - compatibility - Dedicated NVIDIA GeForce RTX 3070
### Issue description

Building an Android project fails when the proje... | discussion,platform:android,confirmed,topic:export | 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.