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,762,998,096 | rust | Tracking Issue for ByteStr/ByteString | Feature gate: `#![feature(bstr)]`
This is a tracking issue for the ByteStr/ByteString types, which represent human-readable strings that are usually, but not always, UTF-8. Unlike `&str`/`String`, these types permit non-UTF-8 contents, making them suitable for user input, non-native filenames (as `Path` only supports ... | T-libs-api,C-tracking-issue | low | Critical |
2,763,010,525 | vscode | Extension Bisect should not re-enable most extensions throughout the process | <!-- ⚠️⚠️ 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. -->
This is directly related to #111669 in which the OP ... | feature-request,extensions | low | Major |
2,763,039,939 | transformers | How can I disable legacy processing in llava-next | ### System Info
4.47.1
### Who can help?
vision models: @amyeroberts, @qubvel
### Information
- [X] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [ ] My own task or dataset (give details... | bug | low | Major |
2,763,067,126 | rust | `cannot assign to data in an index of HashMap<_, _>` diagnostic suggests solution that does not type check | ### Code
```Rust
use std::collections::HashMap;
fn main() {
let mut map: HashMap<bool, bool> = HashMap::default();
map[&true] = false;
}
```
### Current output
```Shell
error[E0594]: cannot assign to data in an index of `HashMap<bool, bool>`
--> src/main.rs:5:5
|
5 | map[&true] = false;
| ^^^^^... | A-diagnostics,T-compiler | low | Critical |
2,763,068,681 | create-react-app | Unable to Create a New React App Using npx create-react-app | #### Description
I've been facing issues when creating a new React app using the `npx create-react-app` command for the past 1 1.5 months. Despite trying multiple solutions, the problem persists, making it impossible to set up a new React project.
#### Steps to Reproduce
1. Run the command: `npx create-react-app m... | needs triage,issue: bug report | medium | Critical |
2,763,068,795 | react-native | `View` inside `ScrollView` makes scroll-to-top when multiline input grows | ### Description
I use this component:
```tsx
import React, { forwardRef } from "react";
import {
ScrollView,
ScrollViewProps,
View,
} from "react-native";
export type KeyboardAwareScrollViewProps = {
/** The distance between keyboard and focused `TextInput` when keyboard is shown. Default is `... | Issue: Author Provided Repro,Component: ScrollView,Needs: Author Feedback,Newer Patch Available | low | Critical |
2,763,091,894 | flutter | Getting pthread_mutex_lock crashes on various devices on google play app console | ### Steps to reproduce
```
(io.flutter.embedding.engine.renderer.SurfaceTextureSurfaceProducer.finalize+16)
#30 pc 0x0000000000256618 /system/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool) (.llvm.2851806063)+496)
#31 pc 0... | c: crash,platform-android,engine,needs repro info,team-android | low | Critical |
2,763,100,074 | PowerToys | [Mouse Without Borders] Can not Connect to Mocrosoft Surface Pro 8 | ### Microsoft PowerToys version
0.87.1
### Installation method
GitHub
### Running as admin
Yes
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce
Microsoft PowerToys is installed on the following 3 machines:
```
Device-Name: Gaming-PC
Computer-Model: Custom Built PC
Operating System:... | Issue-Bug,Needs-Triage | low | Minor |
2,763,143,431 | opencv | 3D Reconstruction Task: In video processing tasks, the issue of slow detection speed of Aruco under low light, high resolution, and small target detection conditions. | ### Describe the feature and motivation
In video processing tasks, we encountered a problem where the detection speed of Aruco was very slow under the conditions described in the title. Through testing under different lighting conditions, we found that while the recognition accuracy of Aruco remained high, the det... | feature | low | Major |
2,763,172,795 | tensorflow | Custom Layer output shape isn't working with model.summary() | ### 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
Ubuntu 24.04 WSL
### Mobile device
_No response_
### Python version
_No response_
### Bazel v... | stat:awaiting response,stale,comp:keras,TF 2.18 | low | Critical |
2,763,208,278 | ollama | Community Contribution: Open-Source Chinese Tutorial for Ollama | Hello, we'd like to contribute to the Ollama community by announcing the release of our open-source Chinese tutorial.
This tutorial aims to be comprehensive and easy to understand, covering:
- Ollama Introduction
- Ollama Installation and Configuration
- Custom Model Import
- Ollama REST API
- Using Ollama wi... | feature request | low | Minor |
2,763,214,108 | vscode | Support Line decoration editor offset retrieval | # Problem statement
Core contributions which are trying to render overlay widgets properly can currently rely only the line offsets, but those disregard decoration offsets.
Meaning that when decorations which contain text are rendered after the current content (e.g. via the inlineSuggest, but also other AI contributi... | file-decorations | low | Minor |
2,763,231,748 | deno | `deno install -g` doesn't use base of original imports | Version: Deno 2.1.4
Using Windows 11
I've posted a question on stackoverflow, at https://stackoverflow.com/questions/79317608/deno-2-configuration-file-not-detected-when-using-compile-command that may explain further
But, here's the jist. If I run `deno install -fgA src/bin/compile.js` with the current director... | install | low | Critical |
2,763,285,612 | PowerToys | Text Extractor not working when I have multiple monitors | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
TextExtractor
### Steps to reproduce
Text extractor works fine on a single monitor system. When I have 3 monitors connected, the overlay window (black screen) iss showing on top... | Issue-Bug,Needs-Triage | low | Minor |
2,763,289,614 | ui | [feat]: Export useCarousel hook | ### Feature description
I think it would be nice to export the useCarousel hook directly to make it accessible.
### Affected component/components
Carousel
### Additional Context
Additional details here...
### Before submitting
- [X] I've made research efforts and searched the documentation
- [X] I've searched fo... | area: request | low | Minor |
2,763,342,666 | tauri | [bug] User selection client rect | ### Describe the bug
This code for get user input position on browser also I test on chrome and safari in story book it works fine
```typescript
window.getSelection()?.getRangeAt(0)?.getBoundingClientRect();
```
But in tauri the result not expected it will offset by a certain distance different with chrome and saf... | type: bug,platform: macOS,status: needs triage | low | Critical |
2,763,348,025 | pytorch | [DTensor] Allow multiple dimensions to be sharded together (as if flattened) | ### 🚀 The feature, motivation and pitch
PyTorch's utilities for sequence parallelism seem to suppose that tensors will have two separate dimensions for batch (dim 0) and sequence (dim 1), and shard only along dim 1. However, if batch > 1, this means that each rank's shard will be non-contiguous. This is a problem bec... | oncall: distributed,module: dtensor | low | Major |
2,763,371,408 | PowerToys | Critical: .NET Install links are changing | ### Description of the new feature / enhancement
We are currently making an unexpected change to the way that .NET installers and archives are distributed. This change may affect you and may require changes in your development, CI, and/or production infrastructure. We expect that most users will not be directly affect... | Priority-0,Area-Build | low | Minor |
2,763,389,838 | godot | LSP performance issues on "slower" devices | ### Tested versions
- Reproducable in 4.3.stable
### System information
Godot v4.3.stable - Windows 10.0.26100 - Vulkan (Mobile) - integrated AMD Radeon(TM) Graphics (Advanced Micro Devices, Inc.; 31.0.21024.2004) - AMD Ryzen 7 7735U with Radeon Graphics (16 Threads)
### Issue description
Using the LSP server via ... | topic:gdscript,topic:editor,performance | low | Critical |
2,763,425,093 | godot | UI issues using the Microsoft Surface | ### Tested versions
Using Godot v4.3 stable
### System information
Windows 11, Surface Pro 11th Edition
### Issue description
Hello! I got the new Surface Pro 11th Edition to work in the train, hotels or whereever live leads me.
There seem to be some UI problems dublicating buttons or moving important parts o... | bug,platform:windows,topic:gui | low | Critical |
2,763,437,747 | pytorch | Add a knob to control how many blocks are used by persistent matmul/attn kernels | ### 🚀 The feature, motivation and pitch
We train a transformer-style model using FSDP, and we have a very good overlap between the matmul kernels (from cuBLAS) and the NCCL operation in the background. However, when profiling, we have observed that the **matmuls take 2x as long** to complete when they are overlapped ... | module: cuda,triaged,module: cublas,module: linear algebra | low | Major |
2,763,447,812 | svelte | Migration guide: Mention `$state.snapshot` as potentially being required | ### Describe the problem
Third party APIs (and some built-ins like `structuredClone`) may be unable to deal with state proxies, this can cause errors/confusion.
The fact that proxies are created by `$state` and how that matters is not explained. (There is only a single mention of proxies in the "Modern browser re... | documentation | low | Critical |
2,763,461,431 | PowerToys | Always on Top - Excel Protected view stolen focus | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Always on Top
### Steps to reproduce
1. Open two instances of Microsoft Excel 2021 (no idea if other versions of Office have this behaviour), with at least one of them opened in ... | Issue-Bug,Needs-Triage | low | Critical |
2,763,480,272 | TypeScript | Allow dynamic usage of `import = require` syntax | ### 🔍 Search Terms
dynamic import, require, verbatimmodulesyntax
### ✅ 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 o... | Suggestion,Awaiting More Feedback | low | Major |
2,763,495,103 | pytorch | Return attention weights in scaled_dot_product_attention | ### 🚀 The feature, motivation and pitch
I'd like to reopen the request #119811, but for a special case, namely generative inference, where the Q tensor is very small (just a single token). The request is to return the attention weights along with the normal MHA output.
Why is this important? In order to implement ... | triaged,module: sdpa | low | Minor |
2,763,495,538 | pytorch | DISABLED test_setting_meta_device_model_broadcasting_and_memory (__main__.TestStateDict) | Platforms: rocm
Started probably at https://github.com/pytorch/pytorch/pull/142845
https://hud.pytorch.org/hud/pytorch/pytorch/9d026000de01bbd4d5c97bdca88cc6228507617a/3?per_page=100&name_filter=distributed&mergeLF=true
https://github.com/pytorch/pytorch/actions/runs/12409302699/job/34672198799
This test ... | oncall: distributed,module: rocm,triaged,skipped | low | Critical |
2,763,501,670 | flutter | Android ANR when running on x86 device | ### Steps to reproduce
This ANR issue reported by the Google Play pre-flight report for a production app built with the Flutter 3.27.1
Running on device with the following specifications:
```
Model name: Small Desktop (x86) (virtual)
Android version: Android 12L (SDK 32)
Locale: en_CA
Screen size: 1366 x 7... | c: crash,e: device-specific,platform-android,a: production,P3,needs repro info,team-engine,triaged-engine | low | Major |
2,763,519,908 | go | x/tools/gopls: out-of-memory failure on Windows | ```
#!stacks
"runtime.bgsweep" && "runtime.newArenaMayUnlock:+6" && "runtime.throw"
```
Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks).
I suspect this is another manifestation of #70445, but I thought I should report it since the call stack is completely diff... | NeedsInvestigation,gopls,Tools,gopls/telemetry-wins | low | Critical |
2,763,527,615 | godot | Script editor fails to reload closed scripts after externally modified | ### Tested versions
- Reproducible in v4.4.dev7.official [46c8f8c5c]
### System information
Godot v4.4.dev7 - Windows 11 (build 22631) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 SUPER (NVIDIA; 32.0.15.6603) - Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz (16 threads)
### Issue de... | bug,topic:editor,needs testing | low | Minor |
2,763,554,852 | transformers | 8bits GPTQ quantization output | ### System Info
Hi, I noticed that with 8-bit quantization using GPTQConfig, the model inference generally produces really bad results, with outputs that often don't make sense. Could this be an engineering issue with GPTQ, or is this typical behavior for GPTQ when using 8-bit quantization? Thank you in advance!
... | bug | low | Minor |
2,763,573,404 | go | crypto/tls: map boringssl errors to go errors in BoGo shim config | The BoGo shim config has a field (ErrorMap) that allows mapping between BoringSSL style error strings to local error strings, which we should populate.
We currently don't map these, which can lead to failures being masked (see [#70915](https://go.dev/issue/70915)). | NeedsFix | low | Critical |
2,763,591,156 | PowerToys | FancyZone - Layout Type Mismatch: Columns Saved as Grid | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
FancyZones
### Steps to reproduce
1. Open the FancyZones editor.
2. Select or create a layout of type columns.
3. Save the layout.
4. Check the JSON file for custom layouts at `%Us... | Issue-Bug,Needs-Triage | low | Minor |
2,763,592,257 | storybook | [Bug]: favicon doesn't work for dev server | ### Describe the bug
For the dev server (aka localhost), the favicon does not appear and the link in the HTML header is invalid.
### Reproduction link
N/A
### Reproduction steps
Start the dev server.
### System
```bash
Storybook Environment Info:
System:
OS: Windows 11 10.0.26100
CPU: (8) x64 11th Gen... | bug,good first issue,help wanted,sev:S3 | low | Critical |
2,763,593,409 | godot | Partial Classes Are Not Found When They Not Defined In Main Assembly | # Partial Classes Are Not Found When Defined Outside the Main Assembly
## Description
When working with partial classes in Godot projects, I encountered an issue where partial classes are not recognized if they are defined in assemblies other than the main assembly. This behavior disrupts workflows that rely on modu... | topic:dotnet | low | Critical |
2,763,606,306 | go | x/tools/gopls: IExportShallow returns unexpected error | ```
#!stacks
"bug.Reportf" && "cache.(*typeCheckBatch).checkPackageForImport.func3:+3"
```
Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks).
Not much to go on here....
```go
exportData, err := gcimporter.IExportShallow(b.fset, pkg, bug.Reportf)
if err ... | NeedsInvestigation,gopls,Tools,gopls/telemetry-wins | low | Critical |
2,763,641,884 | rust | rustdoc search: for argument based searches, deprioritize associated items | Inspired by discussion on https://github.com/rust-lang/rust/pull/131806, opening an issue so it can be discussed separately.
currently, both "In Parameters" and "Type ->" searches are dominated by methods on that type (and if the aforementioned PR is merged, fields will also clutter such searches)
however, associated... | A-type-based-search,A-rustdoc-search,T-rustdoc-frontend | low | Minor |
2,763,664,004 | pytorch | torch.utils.flop_counter.FlopCounterMode | I found this class because it was referenced in the llama_recipes repo.
My question is whether this definition counts one addition and one multiplication and 2 FLOPs, or, if that's counted as 1 FLOP?
When reporting on GPU hardware, it's common to count the above as two flops.
But when reporting on models, it's... | triaged,module: flop counter | low | Minor |
2,763,666,546 | godot | Non-fatal error when launching dotnet project on iOS due to missing scripts | ### Tested versions
v4.3.stable.mono.official [77dcf97d8]
### System information
Godot v4.3.stable.mono - macOS 13.7.2 - GLES3 (Compatibility) - AMD Radeon Pro 560 OpenGL Engine - Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (8 Threads)
### Issue description
When exporting a dotnet project to iOS and selecting "Expor... | bug,topic:export | low | Critical |
2,763,669,300 | flutter | "Check Flakiness Status of a Test" Dashboard is broken | [The "Check Flakiness Status of a Test" dashboard](https://data.corp.google.com/sites/dash_infra_metrics_datasite/flutter_check_test_flakiness_status_dashboard/) is no longer populating the flaky rates for various pools. Checking the staging pool test flake rate is (one way) we decide to turn "bringup" tests back on.
... | team-infra | low | Critical |
2,763,691,036 | material-ui | [Dialog] Focus lost on non-modal dialog after interacting with a full screen dialog | ### Steps to reproduce
Steps:
1. Open this link to live example: https://codesandbox.io/p/sandbox/exciting-banzai-m76rln
2. The chat dialog is open by default. Open the full screen dialog by clicking on the button below the app bar.
3. Notice that the chat bot window can still be used and a message can be typed in ... | accessibility,support: question,waiting for 👍,component: dialog,component: modal | low | Critical |
2,763,705,437 | godot | Imported audio `loop_offset` is ignored by `AudioStreamPlayer` in `PLAYBACK_TYPE_SAMPLE` (web) | ### Tested versions
- Reproducible in v4.3.stable.flathub [77dcf97d8]
### System information
Godot v4.3.stable (77dcf97d8) - Freedesktop SDK 24.08 (Flatpak runtime) - X11 - GLES3 (Compatibility) - Mesa Intel(R) HD Graphics 5500 (BDW GT2) - Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz (4 Threads)
### Issue description
... | bug,platform:web,topic:audio | low | Critical |
2,763,709,597 | godot | C# Library import issues for GPUParticles3D/CPUParticles3D etc | ### Tested versions
Discovered in Godot v4.3.stable.mono.official [77dcf97d8]
Other versions unknown.
### System information
Godot v4.3.stable.mono - Windows 10.0.19045 - Vulkan (Forward+) - integrated AMD Radeon(TM) Graphics (Advanced Micro Devices, Inc.; 31.0.21910.5) - AMD Ryzen 5 5500U with Radeon Graphics (12 ... | enhancement,discussion,documentation,topic:dotnet | low | Critical |
2,763,715,345 | excalidraw | Feature: Squared Paper | It would be nice if there was an option to make the Background like squared Paper, for School related work.
For example writing math equations is much more convenient on checkered paper than on a plane white canvas | enhancement,UX/UI | low | Minor |
2,763,725,351 | rust | #[thread_local] + #[no_mangle] produces a "symbol already defined" error on Windows targets | ```rust
#![feature(thread_local)]
#[no_mangle]
#[thread_local]
pub static FOO: u32 = 3;
```
Does not compile on x86_64-pc-windows-msvc and x86_64-pc-windows-gnu, due to:
```
error: symbol `FOO` is already defined
--> lib.rs:5:1
|
5 | pub static FOO: u32 = 3;
| ^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previou... | O-windows,T-compiler,A-thread-locals,C-bug,F-thread_local | low | Critical |
2,763,726,644 | pytorch | [dynamo][guards][feature] Do not realize LazyVariableTracker on `isinstance` checks | ### 🐛 Describe the bug
Today, calling `isinstance` on LazyVariableTracker realizes the VT, inserting the guards. In many cases, this guard insertion is accidental and not really required for program correctness.
I am not sure how to do this exhaustively. Maybe we can look at the value of the LazyVariableTracker an... | triaged,oncall: pt2,module: dynamo | low | Critical |
2,763,733,391 | ollama | Incorrect NUMA detection logic, fails for AMD Threadripper 1950X | ### What is the issue?
On my AMD Threadripper 1950X CPU with NUMA mode enabled in the BIOS, ollama does not detect that I am running on a NUMA system due to flawed logic in its detection code here: https://github.com/ollama/ollama/blob/459d822b5188dba051e21dfd15b6552543a4bbcf/discover/cpu_common.go#L10-L24
I can "t... | bug | low | Minor |
2,763,736,629 | flutter | Linux and Windows flutter_packaging is marked bringup | Linux and Windows flutter_packaging in .ci.yaml is:
https://github.com/flutter/flutter/blob/3762f2e9731ce97808fb2d78805f6712be83654d/.ci.yaml#L6925-L6932
1. It's labeled bringup I believe due to https://github.com/flutter/flutter/issues/139597 which isn't happening any more.
1. It's not visible on the [beta](https... | team-infra | low | Minor |
2,763,740,914 | vscode | Configure coverage testing 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. -->
The coverage testing profile should be configurable in the same manner as other kinds of testin... | bug,testing | low | Minor |
2,763,742,173 | PowerToys | [Advanced paste] new feature request - Other/Custom AI Provider Selection in "AI Prompt" | ### Description of the new feature / enhancement
When “AI Prompt” is enabled, it would be beneficial to be able to select which AI provider to use. This would allow users to choose from providers such as OpenAI, Gemini, Claude, Mistral, or a custom OpenAI endpoint.
### Scenario when this would be used?
When working ... | Needs-Triage | low | Minor |
2,763,746,920 | godot | [4.4.dev7] Clicking on Play Animation in the Animation tab frequently freezes the engine | ### Tested versions
- Reproducable in all version from 4.4.dev7 to 4.0.stable on Windows
- Did not test if reproducible before 4.0.stable
### System information
Godot v4.4.dev7 - Windows 11 (build 26100) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 Laptop GPU (NVIDIA; 32.0.15.66... | bug,topic:editor,needs testing,topic:animation | low | Minor |
2,763,747,904 | flutter | Permission 'cloudkms.cryptoKeyVersions.useToDecrypt' denied on resource 'projects/flutter-infra-staging/locations/global/keyRings/luci/cryptoKeys/flutter-infra' | `Linux packages_autoroller` is marked flaky as of https://github.com/flutter/flutter/issues/160473 which is pointing to a flaking gradle issue.
However this build is newly flaking (seen in [Linux%20packages_autoroller/3144](https://ci.chromium.org/ui/p/flutter/builders/staging/Linux%20packages_autoroller/3144/overvi... | team-infra | low | Critical |
2,763,749,536 | go | x/tools/gopls: PathEnclosingInterval is inappropriate for single-point LSP queries | The handlers for most gopls RPCs start by computing the node in the syntax tree that is identified by the selection.
An [unfortunate](https://github.com/microsoft/language-server-protocol/issues/377) limitation of LSP is that in most cases the RPC request indicates the selection by only a single point, the cursor po... | gopls | low | Minor |
2,763,749,590 | next.js | NextJS is reporting Node warnings as errors instead of warnings in the browser | ### Link to the code that reproduces this issue
https://github.com/olivierr91/next-console-error-bug-repro
### To Reproduce
1. Start the application in development (next dev)
2. Navigate to the page in the browser (http://localhost:3000)
3. The following server error is thrown in the browser:
```
(node:3... | Runtime | low | Critical |
2,763,759,376 | flutter | Function.apply() named parameters fail when compiled to Wasm | ### Steps to reproduce
Use two different ways of setting container width and height:
1. Literal symbols with #width and #height.
2. Symbol('width') and Symbol('height').
3. Run the code on a Wasm web build.
Wasm doesn't seem to support symbols for named parameters.
Is this working as intended?
### Expected res... | engine,platform-web,has reproducible steps,e: wasm,team-web,found in release: 3.27,found in release: 3.28 | low | Critical |
2,763,773,905 | deno | `deno compile` should not surface graph errors for modules specified on `--include` | https://github.com/denoland/deno/issues/17994#issuecomment-2565983918 | bug,compile | low | Critical |
2,763,826,792 | next.js | Cannot rewrite to external URL when basePath option is defined in next.config.js contains a hyphen | ### Link to the code that reproduces this issue
https://github.com/massaynus/next-rewrite-issue
### To Reproduce
1. start app in dev mode
2. open network tab in dev tools and access the app in `http://localhost:3000/mj-builder`
3. notice how the rewrite which has the app basePath and locale in it fails to execute... | Middleware,Internationalization (i18n),Runtime | low | Major |
2,763,827,602 | godot | PopupMenu with prefer_native_menu=true locks focus on last focused node on MacOS | ### Tested versions
v4.3.stable.mono.official [77dcf97d8]
### System information
Godot v4.3.stable.mono - macOS 15.1.1 - Vulkan (Forward+) - dedicated AMD Radeon Pro 5500M - Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (16 Threads)
### Issue description
When setting up a custom context menu when pressing the right cli... | bug,platform:macos,topic:gui | low | Critical |
2,763,829,505 | godot | Cannot compile godot project after moving godot scripts to new assembly | ### Tested versions
Reproducible in All versions. Especially 4.3 and 4.2
### System information
All
### Issue description
Godot does is not compiling application if godot scripts are moved into a second assembly.
How do we organize code for a larger project or make multi-project shared code if all scripts are for... | enhancement,discussion,topic:dotnet | low | Minor |
2,763,846,659 | terminal | Allow Fixing of Row/Col number, resize window only changes font size. | ### Description of the new feature
Allow setting the number of rows and columns to fixed numbers.
If the user then adjusts the size of the window, font size is adjusted instead of adding more rows or columns.
### Proposed technical implementation details
_No response_ | Issue-Feature,Help Wanted,Area-UserInterface,Product-Terminal,Needs-Tag-Fix | low | Major |
2,763,862,031 | rust | Tracking Issue for `-Z link-directives` | This is a tracking issue for the unstable rustc flag `-Z link-directives` where
> `-Zlink-directives=no` will ignored `#[link]` directives while compiling a crate, so nothing is emitted into the crate's metadata. The assumption is that the build system already knows about the crate's native dependencies and can provi... | A-linkage,T-compiler,C-tracking-issue,A-CLI | low | Critical |
2,763,864,471 | rust | Tracking Issue for `-Z link-native-libraries` | This is a tracking issue for the unstable rustc flag `-Z link-native-libraries`.
### About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however *not* m... | A-linkage,T-compiler,C-tracking-issue,A-CLI | low | Critical |
2,763,867,681 | PowerToys | OLED Protection feature. | ### Description of the new feature / enhancement
#000000 overlay with opacity setting on top of each window until you hover on them or focus on them. Press a hotkey to show without overlay for set number of seconds or hold hotkey instead. Same thing goes for the taskbar so no need to set it to auto-hide.
An addon to ... | Needs-Triage | low | Minor |
2,763,876,198 | neovim | Already-typed prefix is deleted when invoking omnifunc with completeopt set to menuone,longest | ### Problem
When using `completeopt=menuone,longest`, triggering omnifunc with `<C-X C-O>` will delete the already-typed prefix if there are multiple matches. It should not delete any characters at all.
If I edit a Python file and try to type `staticmethod` by typing `sta` then pressing `<C-X C-O>`, `sta` is deleted ... | bug,lsp,completion | low | Critical |
2,763,883,449 | pytorch | [RFC] Add CPP Grouped GEMM Template for Inductor CPU | ### 🚀 The feature, motivation and pitch
## Motivation
Grouped GEMM is a common pattern in modeling. For example, in the `LlamaMLP` module (https://github.com/huggingface/transformers/blob/d5aebc64653d09660818109f2fac55b5e1031023/src/transformers/models/llama/modeling_llama.py#L187-L188), the `gate_proj` and `up_proj... | triaged,oncall: pt2,module: inductor | low | Minor |
2,763,883,695 | next.js | Turbopack error when using roboto flex font | ### Link to the code that reproduces this issue
https://github.com/Arctomachine/next-font-roboto-flex-bug
### To Reproduce
Start dev server and open page in browser
### Current vs. Expected behavior
Current: gives error 500 when following is present. Error happens when constant is assigned. Other fonts from roboto... | Font (next/font),Turbopack | low | Critical |
2,763,893,224 | flutter | SelectionArea should expose a selectionHeightStyle option | ### Use case
For a `SelectionArea` with nested `Text` that defines a sufficiently large `height` value, the selected region contains gaps that do not account for the height, as seen in the example below:
```dart
Text(
"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has ... | c: new feature,framework,c: proposal,P3,f: selection,team-framework,triaged-framework | low | Minor |
2,763,894,248 | ui | [bug]: After the mobile sidebar is opened and the page is redirected, the style="pointer-events: none;" in the body affects the click events on the redirected page. | ### Describe the bug
On the mobile page, after opening the sidebar, a link was redirected. After the redirect, the style="pointer-events: none;" in the body was not reset, affecting the page's click events.
### Affected component/components
Sidebar
### How to reproduce
1. `NavUser.tsx`
```tsx
<Side... | bug | low | Critical |
2,763,902,375 | TypeScript | Incorrect Formatting on `if (a) try {} finally {}` | ### 🔎 Search Terms
format, formatter, finally
### 🕗 Version & Regression Information
- This is the behavior in every version I tried (it didn't change between TS3.3 and TS5.8).
### ⏯ Playground Link
[Playground Link](https://www.typescriptlang.org/play/?ts=5.7.2#code/JYMwBAFALgTgrgUwJRlgTzAbwFBj2AegLADozsBfMEYAO... | Bug,Help Wanted,Domain: Formatter | low | Minor |
2,763,915,936 | pytorch | [inductor] [cuda] [fake tensor] `ConvTranspose` behave differently when Input type and weight type are not the same | ### 🐛 Describe the bug
**symptom**:
trigger condition1: only set the `input tensor` for cuda, but not set the `model.cuda()`
trigger condition2: `padding` param is necessary, otherwise, inductor will also raise the error.
**device**: `cuda` only
**exposed area**: `ConvTranspose1d`, `ConvTranspose2d`, `ConvT... | triaged,module: type promotion,oncall: pt2,module: inductor | low | Critical |
2,763,938,010 | tauri | [bug] Testing docs example doesn't compile when command accepts AppHandle | ### Describe the bug
I am attempting to write tests for my command code, based on the example in the [docs](https://docs.rs/tauri/latest/tauri/test/fn.assert_ipc_response.html#examples). However, when attempting to [pass an AppHandle to the command function](https://tauri.app/develop/calling-rust/#accessing-an-appha... | type: bug,status: needs triage | low | Critical |
2,763,961,894 | electron | [Bug]: tray not showing up over fullscreen window when clicked on tray icon from a secondary display | > ### Electron Version
> 33.2.1
>
> ### What operating system(s) are you using?
> macOS
>
> ### Operating System Version
> macOS Sonoma 15.1.1
>
> ### What arch are you using?
> arm64 (including Apple Silicon)
>
> ### Last Known Working Electron version
> No response
>
> ### Update
> The tray now shows up when cli... | platform/macOS,bug :beetle:,33-x-y | low | Critical |
2,763,999,273 | godot | Moving mesh files with embedded textures doesn't clear files created in the original location | ### Tested versions
- Reproducible in 4.3 stable
### System information
Godot v4.3.stable - Fedora Linux 41 (Workstation Edition) - Wayland - Vulkan (Forward+) - integrated Intel(R) UHD Graphics (TGL GT1) - 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz (12 Threads)
### Issue description
When a mesh containing emb... | bug,topic:import | low | Minor |
2,764,080,451 | transformers | "Is it possible for Hugging Face to implement a chat model for quick information retrieval similar to vLLM?" | ### Feature request

### Motivation
Quick and convenient information retrieval.
### Your contribution
I don't have relevant code for this feature request. | Feature request | low | Minor |
2,764,092,538 | react | [React 19] Bug: optimisticState is updated with both new state and optimisticValue in useOptimistic | Using the react Example given for useOptimistic hook in docs, an update in state passed to the hook should directly reset the optimisticState in one render.
Instead
1. It calls the updaterFn first, updates the optimisticState using new state and optimisticValue during one render cycle
resets optimisticState with n... | React 19 | low | Critical |
2,764,134,144 | flutter | Line indentation and paragraph spacing | ### Use case
I would like to render poetic text where a soft-wrap results in greater indentation than the first line. For example, the word "inheritance" in the image below is more indented. Additionally, different lines have different indentation styles:
<img width="333" alt="Screenshot 2024-12-31 at 16 34 38" src... | framework,a: typography,c: proposal,P3,team-engine,triaged-engine | low | Minor |
2,764,139,679 | pytorch | torch.cuda.empty_cache() causes extra memory usage on 'cuda:0' | ### 🐛 Describe the bug
# Issue Description:
When utilizing PyTorch with a specific CUDA device (in this case, 'cuda:8'), calling `torch.cuda.empty_cache()` unexpectedly results in additional memory allocation on 'cuda:0', approximately 255MB. This behavior is contrary to expectations, as the operation should ideally... | module: cuda,triaged,module: CUDACachingAllocator | low | Critical |
2,764,143,587 | svelte | Provide a 'reset' utility for function-based Springs | ### Describe the problem
The new Spring class is great, and in particular the fact that `Spring.of()` can be used in conjuction with `spring.set()` is super useful.
However, after using `.set()`, the spring stays at the provided value until reactivity causes its initial function to be reevaluated. This is ***expe... | transition/animation | low | Minor |
2,764,153,106 | godot | Support way to create Vulkan surface under Freedreno/Mobile Vulkan that does not expect X11 | ### Tested versions
4.3
### System information
ARM64 Android with Godot 4.3 under a PRoot environment and a valid X11 desktop session, using Termux and Termux-X11
### Issue description
I have an Android gaming tablet with Snapdragon 8 Gen 3 with 16GB of RAM, and although I know that there is an Android version of ... | enhancement,topic:rendering,topic:porting | low | Critical |
2,764,167,241 | ant-design | Allow adding badges next to Typography text | ### What problem does this feature solve?
I have to add `marginBottom: 19` to keep the badge and text vertically aligned. Ideally, I shouldn't do this.
```
<Space style={{ marginBottom: 19 }}>
<Typography.Title style={{ marginBottom: 0 }}>
{this.state.linkInfo?.title}
</Typography.Title>
<Tag col... | unconfirmed | low | Minor |
2,764,185,700 | PowerToys | Windows don't remember where I put them | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Workspaces
### Steps to reproduce
I used the Launch editor to create a workspace. Opened and positioned all my apps and saved it. It works great. Saved a shortcut to my Taskbar. ... | Issue-Bug,Needs-Triage,Needs-Team-Response,Product-Workspaces | low | Major |
2,764,215,829 | transformers | Support SDPA & Flash Attention 2 for LayoutLMv3 | ### Feature request
Support SDPA & Flash Attention 2 for LayoutLMv3.
### Motivation
Speed up document transformer training and inference.
### Your contribution
I can add it. | Feature request | low | Minor |
2,764,234,748 | react-native | onResponderRelease on View is called one time when releasing two fingers or more at exactly the same time. | ### Description
Code:
```
<View
style={styles.container}
onStartShouldSetResponder={() => true}
onMoveShouldSetResponder={() => true}
onResponderStart={addFingerOnScreen}
onResponderMove={moveFingersOnScreen}
onResponderRelease={releaseFingerFromScreen}>
</View>
```
... | Issue: Author Provided Repro,API: Easing | low | Critical |
2,764,250,563 | PowerToys | Translate | ### Description of the new feature / enhancement
An option like the text extractor which allows you to translate the selected text from an image with the possibility of choosing the starting language and the translation language if possible
### Scenario when this would be used?
This will be useful for several apps ... | Needs-Triage | low | Minor |
2,764,269,550 | godot | Mouse cursor invisible in code editor | ### Tested versions
- reproducible in v4.4.dev7.official [46c8f8c5c]
- somewhat reproducible in dev6, dev5, dev4, dev3, dev2, dev1 (see below)
- not reproducible in v4.3.stable.official [77dcf97d8]
Behavior in 4.4 dev5-dev1 is inconsistent, the cursor sporadically disappears when moving the mouse. It most consistentl... | bug,platform:windows,topic:editor,regression | low | Minor |
2,764,280,966 | rust | Built-in attributes are treated differently vs prelude attributes, unstable built-in attributes can name-collide with stable macro, and built-in attributes can break back-compat | Example breakage: [Broken build after updating: `coverage` is ambiguous; ambiguous because of a name conflict with a builtin attribute](https://github.com/rust-lang/rust/issues/121157)
Example code:
```rs
macro_rules! coverage {
() => {
/* .. */
};
}
pub(crate) use coverage; // `use` here becomes amb... | A-attributes,A-resolve,A-stability,T-lang,T-compiler,C-discussion,I-lang-radar | low | Critical |
2,764,285,045 | transformers | LayerDrop broken in various Flax models (Whisper/BART/more...) | ### System Info
- `transformers` version: 4.44.2
- Platform: Linux-6.6.56+-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.24.7
- Safetensors version: 0.4.5
- Accelerate version: 0.34.2
- Accelerate config: not found
- PyTorch version (GPU?): 2.4.1+cu121 (False)
- Tensorflow versi... | bug | low | Critical |
2,764,342,295 | yt-dlp | [ie/tv2] metadata and playback JSON URLs return HTTP Error 404: Not Found | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is broken on a **supported** site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update ... | site-bug | low | Critical |
2,764,425,084 | pytorch | Training fails with Torch 2.1.0 on Nvidia Jetpack 5.1.2 | ### 🐛 Describe the bug
Hello
We are trying to run a training on Nvidia Jetson devices with compute capabilities 7.2 and 8.7.
The system properties are as follows:
```
Python 3.8
Torch 2.1.0
Torchvision 0.16.2
CUDA 11.4
Nvidia Jetpack 5.1.2
Ubuntu 20.04
```
At the begining of a simple MNIST training, ... | triaged,module: jetson | low | Critical |
2,764,523,363 | ui | [feat]: Flex Component | ### Feature description
An easy to use Flex component where users can easily set vertical, wrap, justify, align, flex, gap, and component as is in other UI libraries particularly Ant Design.
| Property | Description|
| -------- | --------------------------------------------------------------------------|
|verti... | area: request | low | Minor |
2,764,529,833 | godot | High CPU usage when editor window has focus | ### Tested versions
Reproducible in v4.4.dev7.official [46c8f8c5c], 4.3 stable seems ok
### System information
Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 3 monitors - Vulkan (Forward+) - dedicated AMD Radeon RX 6600 (Advanced Micro Devices, Inc.; 32.0.12019.1028) - 12th Gen Intel(R) Core(TM) i3-12100... | bug,needs testing,topic:gui,performance | low | Major |
2,764,532,408 | flutter | Allow creating "darwin" (shared codebase for ios/macos) plugins directly in `flutter create` | ### Use case
Right now when you create darwin plugin, you have to start with an ios or macos template. Then follow the [docs](https://docs.flutter.dev/packages-and-plugins/developing-packages#shared-ios-and-macos-implementations). There are clearly some differences between macos and ios templates. Which one is preferr... | platform-ios,tool,platform-mac,c: proposal,team-ecosystem,P2,a: plugins,triaged-ecosystem | low | Minor |
2,764,560,558 | flutter | [Support] Creating `.pkg` file for MacOS release build along with a `.app` file to allow publishing to App Store | ### Use case
Today, Flutter only builds a local MacOS app in `release` mode, which is very different from building a releasable version of the app.
The only way to release a MacOS app today is to archive the project using Xcode that creates a `.pkg` file to be uploaded.
The command `flutter build macos --relea... | c: new feature,tool,platform-mac,c: proposal,a: desktop,a: build,a: release,P3,team-macos,triaged-macos | low | Minor |
2,764,575,663 | angular | Show deprecated template items in IDE | ### Which @angular/* package(s) are relevant/related to the feature request?
language-service
### Description
This issue was raised in the [vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service) repo by [@mr1008](https://github.com/Mr1008) ie https://github.com/angular/vscode-ng-language... | area: language-service | low | Major |
2,764,575,796 | pytorch | [ONNX] Documentation describe the metadata stored in exported models | null | module: onnx,triaged | low | Minor |
2,764,582,923 | rust | ICE when using a generic const expression in a where clause | ### Disclaimer
I know the feature `generic_const_exprs` is incomplete, and don't expect it to fully work. This is just in case this is a new issue and could be helpful.
### Code
```Rust
#![feature(generic_const_exprs)]
pub struct Struct<const N: usize>;
impl<const N: usize> Struct<N> {
pub const OK: usize = 0;
... | T-compiler,C-bug,WG-compiler-parallel,F-generic_const_exprs,requires-incomplete-features,I-cycle | low | Critical |
2,764,601,195 | pytorch | cpp_extension.py expects an integer on CUDA_ARCH, failing with Grace Hopper. | ### 🐛 Describe the bug
Grace hopper reports as 9.0a, not 9.0, and cpp_extension.py will bark when it expects an integer as the second part of it on autodetect.
The current workaround is to set `TORCH_CUDA_ARCH_LIST="9.0a"` while building it.
```
torch/utils/cpp_extension.py",
line 1972, in _get_cuda_arc... | module: cpp-extensions,module: cuda,triaged | low | Critical |
2,764,620,698 | TypeScript | Type parameter not usable as type argument in identical type; union in constraint becomes intersection | ### 🔎 Search Terms
indexed access, constraints, generic, unions, ts2344
### 🕗 Version & Regression Information
- This changed between versions 3.3 and 3.5 (likely #30769)
### ⏯ Playground Link
[Playground link](https://www.typescriptlang.org/play/#code/JYOwLgpgTgZghgYwgAgGIHt0B4AqyIAekIAJgM7IDeyBAXMmWFKAObIC+AN... | Bug,Help Wanted | low | Critical |
2,764,634,467 | PowerToys | Workspaces CLI options don't expand environment variables | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Workspaces
### Steps to reproduce
1. Save a workspaces layout with explorer
2. Edit CLI options to add `%windir%` or any other environment variable.
3. Launch workspace.
### ✔️... | Issue-Bug,Needs-Triage,Product-Workspaces | low | Minor |
2,764,640,378 | rust | SIGSEGV when compiling with 1.83.0 | <!--
Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide
a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
how to create smaller examples.
http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
-->
### Code
Unfortunately, this is just somethin... | I-crash,S-needs-repro,C-defective-hardware | low | Critical |
2,764,652,740 | vscode | Incorrect terminal.creationOptions.shellPath on window reload | <!-- ⚠️⚠️ 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... | confirmation-pending,terminal-persistence | 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.