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,782,468,516 | flutter | [Impeller] An app crashes on Umidigi Bison 2 Pro | ### Steps to reproduce
Hello,
You have asked to submit issues with Impeller on Android.
After upgrading an app to Flutter 3.27.1, a customer has reported that the app stopped working on this device:
- Umidigi Bison 2 Pro
After disabling Impeller in AndroidManifest.xml, it works again for him.
### Expected results... | waiting for customer response,in triage | low | Critical |
2,782,469,720 | pytorch | nn.functional.interpolate doesn't work correctly with NCW tensors when output W exceeds 2^23 | ### 🐛 Describe the bug
nn.functional.interpolate returns strange results for NCW tensors when output W exceeds 2^23.
**Reproduction:**
```
import torch
n = (1 << 22) + 4
x = []
for i in range(n // 2):
x.append(0.0)
x.append(1.0)
x = torch.tensor(x, device="cuda:0", dtype=torch.float)
x = x.vie... | module: nn,triaged,module: edge cases | low | Critical |
2,782,471,911 | vscode | Buttons in the showInformationMessage modal can completely cover the source | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid creat... | feature-request,workbench-notifications | low | Critical |
2,782,482,230 | PowerToys | RAM Optimizer | ### Description of the new feature / enhancement
A small tool to:
1. Clean up the RAM in one click
2. Show real-time RAM usage and available RAM of system with an awesome UI.
3. Should be able to run over other apps or be in the taskbar so that it is accessible all the time except when the user is in full screen mode... | Needs-Triage | low | Major |
2,782,482,622 | tauri | [bug] Can't serve image by asset protocol on Android (500 error) | ### Describe the bug
I can't surface an image from the asset server in an Android application, despite it working on Windows just fine. It's possible I'm missing something as the documentation around this is sparse _at best_, so would appreciate pointers in the right direction as well as how to debug this in the Rus... | type: bug,status: needs triage | low | Critical |
2,782,492,217 | PowerToys | to past text without leading spaces | ### Description of the new feature / enhancement
to past text without leading spaces
### Scenario when this would be used?
copying from mail or from word
### Supporting information
_No response_ | Needs-Triage | low | Minor |
2,782,495,309 | next.js | [DynamicIO] Production build fails if you add intercepting routes inside multi-root layouts | ### Link to the code that reproduces this issue
https://github.com/apostolos/nextjs-intercepting-multi-root
### To Reproduce
1. Build the application `pnpm run build`
### Current vs. Expected behavior
The app fails to build when an intercepting route is inside a multi-root layout. No matter what I've tried it caus... | dynamicIO | low | Critical |
2,782,508,157 | godot | Drag text files in filesystem makes the engine throw the error `No loader found for resource: "file_path" (expected type: )` | ### Tested versions
- Reproducible: Between v4.0.beta2.official [f8745f2f7] ~ v4.0.beta8.official [45cac42c0] and from v4.0.beta11.official [91713ced8] upwards
- Not reproducible: v4.0.beta1.official [20d667284] and lower and between v4.0.beta9.official [e780dc332] ~ v4.0.beta10.official [d0398f62f]
### System infor... | bug,topic:editor | low | Critical |
2,782,508,402 | vscode | Multiple Git Clients prevent file saving |
Type: <b>Bug</b>
the set-up:
1. i was using GitKraken as my git client for all my repos
2. at some point, i unwittingly turned on the git client in code
2.1. without realizing that running two git clients is really not a good idea
2.2. (my thinking was that i could get access to the git log history in code without ha... | info-needed | low | Critical |
2,782,514,656 | neovim | Support .code-workspace (or similar) file for LSP workspace folders | ### Problem
As far as I know, the only way to use multiple workspaces folders for a mono repo is rather manual. You'll have to hard code it in your config, or use exrc combined with some some code I assume to find the current projects related config and pass it into your LSP.
### Expected behavior
It would be great ... | enhancement,lsp | low | Minor |
2,782,518,799 | godot | popup dialog boxes become unresponsive on Debian 12.9 if only gnome-core installed | ### Tested versions
- Reproducible with Godot 4.4-dev7,and 4.3-stable
### System information
Debian 12.9 minimal install with gnome-core installed. Godot Engine v4.4.dev7.official.46c8f8c5c - OpenGL API 4.1 (Core Profile) Mesa 22.3.6 - Compatibility - Using Device: VMware, Inc. - SVGA3D; build: RELEASE; LLVM
### I... | bug,platform:linuxbsd,topic:gui | low | Critical |
2,782,531,101 | PowerToys | See all apps and services that would start on startup with the ability to edit them | ### Description of the new feature / enhancement
In windows, apps can configure starting up on login or startup using various methods like task scheduler, registry, special paths, etc
PowerToys can collect data from all possible locations and show me which apps run on startup with the ability to edit these or disable... | Needs-Triage | low | Critical |
2,782,531,164 | rust | Bug in `fulfillment_errors.rs` when compiling | <!--
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
```Rust
use cgroups_rs;
use nix::mou... | A-diagnostics,I-ICE,P-medium,T-compiler,regression-from-stable-to-stable,C-bug,WG-diagnostics | low | Critical |
2,782,534,816 | frp | SSL证书配置frp双向认证失败,单向认证中:frp客户端使用client.crt+client.key认证服务端的ca.crt成功,但是frp客户端使用ca.crt认证服务端的server.crt+server.key失败 | ### Bug Description
SSL证书配置frp双向认证失败,单向认证中:frp客户端使用client.crt+client.key认证服务端的ca.crt成功,但是frp客户端使用ca.crt认证服务端的server.crt+server.key失败。
成功图:

失败图:
 | ### Describe the problem
The Tauri CLI invokes cargo, but some use alternative build systems such as Bazel and Buck. The tauri CLI does not work in this case.
### Describe the solution you'd like
I would like the Tauri CLI to be configurable to use these alternative build systems. In the bazel and buck cases, ... | type: feature request | low | Major |
2,782,548,115 | godot | Plural translation does not work with `tr_n()` and CSV translation IDs | ### Tested versions
v4.3.stable.flathub [77dcf97d8]
### System information
Pop!_OS 22.04 LTS
### Issue description
`tr_n()` always return Singular Translation even when `number_of_coins` is superior to 1.
e.g.
```gdscript
# This work
#%BasicLabel.text = tr_n("single coin", "more coins", number_of_coins)
# Thi... | topic:core,confirmed | low | Minor |
2,782,552,539 | node | util.inspect fails in some border conditions with an argument that has a `name` | ### Version
v22.10.0
### Platform
```text
Darwin XXXX.lan 23.6.0 Darwin Kernel Version 23.6.0: Wed Jul 31 20:48:44 PDT 2024; root:xnu-10063.141.1.700.5~1/RELEASE_X86_64 x86_64
```
### Subsystem
node:util
### What steps will reproduce the bug?
`util.inspect`, as I understand it, is supposed to work in all conditi... | util | low | Critical |
2,782,563,167 | flutter | Play/Pause Events in video player | ### Use case
Please add support to get play/pause events as the addlistener method is not working appropriately.
### Proposal
Please add support to get play/pause events as the addlistener method is not working appropriately. | waiting for customer response,in triage | low | Major |
2,782,584,795 | godot | Uninitializing engine singletons makes the engine try to call free callbacks to GDExtensions that are already uninitialized | ### Tested versions
Reproducible in: Godot v4.4.dev (5b52b4b5c)
### System information
Godot v4.4.dev (5b52b4b5c) - macOS Sequoia (15.2.0) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - Apple M3 Max - Apple M3 Max (16 threads)
### Issue description
The editor (and the games, surely) crash when exiting when... | bug,needs testing,topic:gdextension,crash | low | Critical |
2,782,585,813 | transformers | Expected `tensors` and `new_tensors` to have the same type but found <class ‘tuple’> and <class ‘torch.Tensor’> | ### System Info
I added the code to read the first item of tuple, which did not work, but the issue existed even before then. similar issue has been found by others too: https://discuss.huggingface.co/t/add-metrics-to-object-detection-example/31213/12
This is being run in a Kaggle environment.
`from nltk.translate... | bug | low | Critical |
2,782,593,487 | transformers | tokenizer.decode() and tokenizer.convert_ids_to_tokens() return different results | ### System Info
```
In [2]: tokenizers.__version__, transformers.__version__
Out[2]: ('0.21.0', '4.47.0')
```
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (s... | bug | low | Major |
2,782,600,524 | TypeScript | tsconfig.json "lib": "dom" should include "dom.iterable"(?) | ### 🔎 Search Terms
lib, dom, dom.iterable
### 🕗 Version & Regression Information
* An issue as of TypeScript 5.7.2
### ⏯ Playground Link
_No response_
### 💻 Code
```ts
// Does TypeScript have the types for DOM iteration?
for (const x of document.querySelectorAll('div')) {}
```
### 🙁 Actual behavior
* No e... | Needs Investigation | low | Critical |
2,782,602,057 | rust | Incorrect help suggestion when attempting "arc" as Arc<str> | ### Code
```Rust
fn main() {
use std::sync::Arc;
let _a = "arc" as Arc<str>;
}
```
### Current output
```Shell
error[E0605]: non-primitive cast: `&'static str` as `Arc<str>`
--> main.rs:4:14
|
4 | let _a = "arc" as Arc<str>;
| ^^^^^^^^^^^^^^^^^ help: consider using the `From` trait ins... | A-diagnostics,T-compiler,A-suggestion-diagnostics,D-papercut,D-invalid-suggestion | low | Critical |
2,782,618,482 | neovim | `LanguageTree:contains()` does not respect gaps in included regions | ### Problem
`LanguageTree:contains(range)` returns `true` if `range` fits between start of first and end of last regions included in `LanguageTree`. This can lead to unexpected results if the regions are far apart with regions from other language trees in between.
The particular issue of determining the "correct" (mo... | bug,lua,treesitter | low | Minor |
2,782,618,910 | react-native | Setting Fallback Fonts in FontFamily Styling is Not Supported | ### Description
There is an issue already for this bug #25798, but for some reason it has been closed even though it's not fixed yet. This issue should not be closed even if there is inactivity. It is a bug obviously.
This is a critical bug especially if there are multi-languages in the app, let's say an app with... | Needs: Author Feedback,Needs: Repro,Needs: Version Info,Never gets stale | low | Critical |
2,782,627,856 | PowerToys | PowerToys Peek doesn't update selected file when navigating with arrows | ### Microsoft PowerToys version
0.87.0
### Installation method
PowerToys auto-update
### Running as admin
None
### Area(s) with issue?
Peek
### Steps to reproduce
- Select a file in Windows Explorer
- Use ctrl+space to activate Peek
- Use down arrow to preview a later file
- Press esc (or click the x) to close... | Issue-Bug,Needs-Triage | low | Minor |
2,782,640,675 | langchain | TypeError: 'float' object is not iterable in embed_query method in LlamaCppEmbeddings in version: 0.3.14 work just fine on 0.3.13 | ### 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 b... | 🤖:bug | low | Critical |
2,782,642,558 | godot | Auto Exposure settings show up incorrectly in inspector | ### Tested versions
- Reproducible in v4.3 and v4.4.dev.custom_build [d79ff848f]
### System information
Godot v4.4.dev (d79ff848f) - Windows 10 (build 19045) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated AMD Radeon RX 6950 XT (Advanced Micro Devices, Inc.; 32.0.12033.1030) - AMD Ryzen 7 9700X 8-Core Proc... | bug,topic:editor | low | Minor |
2,782,666,297 | flutter | [tool_crash] RPCError | ## Command
```sh
flutter run -d emulator
```
## Steps to Reproduce
1. Template Counter App
2. Run the flutter command using Terminal `flutter run -d emulator` && and I run the emulator using the terminal as well `flutter emulator --launch Prometheus`
3. I am using Windows and Powershell and When I install a p... | waiting for customer response,in triage | low | Critical |
2,782,673,100 | rust | Tracking Issue for `stdarch_s390x_feature_detection` | Feature gate: `#![feature(stdarch_s390x_feature_detection)]`
This is a tracking issue for SystemZ target feature detection.
<!--
Include a short description of the feature.
-->
### Public API
<!--
For most library features, it'd be useful to include a summarized version of the public API.
(E.g. just the public func... | T-libs-api,C-tracking-issue,O-SystemZ | low | Minor |
2,782,706,589 | godot | [Bug] BBCode url does not recognize nested square brackets | ### Tested versions
- Reproducible in: v4.3.stable.mono.official [77dcf97d8], v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable.mono - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 (NVIDIA; 32.0.15.6094) - AMD Ryzen 5 3600 6-Core Processor (12 Threads)
### Issue... | enhancement,topic:gui | low | Critical |
2,782,736,939 | deno | `deno task` should separate parallel task output | Something we never got around to in the initial implementation. | feat,task runner | low | Major |
2,782,742,015 | go | proposal: cmp: add `CompareBy` function | ### Proposal Details
An addition to the `cmp` package to support a common use case in ordered comparison.
```go
func CompareBy[K cmp.Ordered, V any](key func(V) K) func(V, V) int {
return func(a, b V) int { return cmp.Compare(key(a), key(b)) }
}
```
The majority of custom comparison functions apply the same tr... | Proposal,LibraryProposal | low | Major |
2,782,749,220 | vscode | Request: Add ${unixtime} Placeholder for markdown.copyFiles.destination Option | <!-- ⚠️⚠️ 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 would like to request the addition of a `${unixti... | feature-request,markdown,verification-found,good first issue,verification-needed | low | Minor |
2,782,800,080 | react-native | "Your project does not explicitly specify the CocoaPods master specs repo." warning is shown on `pod install` | ### Description
The following warning is shown on `pod install`:
```
[!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via `pod repo remove master`. To suppress this warning please add `warn_for_unuse... | Resolution: PR Submitted | low | Critical |
2,782,807,117 | pytorch | Implement the `mode` property for transformed distributions | ### 🚀 The feature, motivation and pitch
Currently, the `TransformedDistribution` class of `torch.distributions.transformed_distribution` doesn't have a `mode` property. Calling `mode` on such an instance will raise a `NotImplementedError` that falls back to the `Distributions` base class.
Though I understand th... | module: distributions,triaged | low | Critical |
2,782,813,966 | godot | Playing long animations with AnimationNode causes delta time granularity problems | ### Tested versions
- Reproducible in https://github.com/godotengine/godot/pull/101409
Trying to narrow down the range.
### System information
Windows 11. 4090 series Nvidia
### Issue description
When recording a Spring Bone modifier animation we noticed that after a minute or two the animation starts to slow dow... | bug,topic:animation,performance | low | Major |
2,782,820,405 | opencv | build error:v_int64x4 in intrin_lasx.hpp without operator < | ### System Information
OpenCV version: 5.0.0
Operating System / Platform: loongarch64
Compiler & compiler version: GCC 8.3.0
### Detailed description
I tried to compile OpenCV on loongarch64 but received an error message.
 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3080 (NVIDIA; 32.0.15.6094) - 12th Gen Intel(R) Core(TM) i9-12900K (24 threads)
### Issue description
When I am... | bug,topic:gdscript,topic:editor | low | Critical |
2,782,837,659 | PowerToys | File Explorer column view? (À la Mac) | ### Description of the new feature / enhancement
Is there any plans to create a cloumn view option for file explorer? As a fairly recent Windows conver, cloumn view is a tool I feel is really missing from windows file explorer.
### Scenario when this would be used?
File and document organisation with coloumn view is... | Needs-Triage | low | Minor |
2,782,848,434 | godot | Exported Dictionaries that are modified in the Inspector and also changed at runtime are not reset to their initial value in scenes that are stored in a variable and reloaded | ### Tested versions
v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10.0.22631 - GLES3 (Compatibility) - AMD Radeon(TM) Vega 8 Graphics (Advanced Micro Devices, Inc.; 27.20.15030.5001) - AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx (8 Threads)
### Issue description
If you creat... | topic:core,needs testing | low | Critical |
2,782,865,163 | node | Make Buffer.prototype methods callable with Uint8Array instances | ### What is the problem this feature will solve?
From the docs:
> Node.js APIs accept plain `Uint8Array`s wherever `Buffer`s are supported as well.
One notable place where plain Uint8Arrays are not _always_ accepted is the methods on the Buffer subclass. Take the method `buf.readIntLE(offset, byteLength)`:
```js
Bu... | feature request | low | Critical |
2,782,868,443 | godot | Can not get correct size of RichTextLabel immediately after changing wrap mode in code | ### Tested versions
Test with Godot4.3 stable and Godot 4.4dev7, both come with this problem.
### System information
Godot v4.4.dev7 - Windows 11 (build 22631) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4070 (NVIDIA; 32.0.15.6094) - 12th Gen Intel(R) Core(TM) i7-12700 (20 threads)
... | discussion,documentation,topic:gui | low | Major |
2,782,885,151 | langchain | [Attribute Error] : Cannot Load Google API | ### 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 b... | 🤖:bug | low | Critical |
2,782,899,393 | vscode | VS Code tunneling isn't detecting `Ctrl+Backspace` on Android | I'm using VS Code's tunneling functionality via https://vscode.dev on my Pixel Tablet with a connected keyboard and mouse. However, anytime I type <kbd>Ctrl</kbd>+<kbd>Backspace</kbd>, it doesn't seem to delete anything (or sometimes one character instead of the last word).
I'm in Google's Android Beta Program, so it'... | android | low | Minor |
2,782,916,815 | langchain | chromadb install fail in python3.10.11 | ### 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 ... | investigate | low | Critical |
2,782,921,677 | transformers | Will Qwen2VL support sequence classification head in the future? | ### Feature request
Will Qwen2VL support sequence classification head in the future? | Feature request | low | Minor |
2,782,929,953 | kubernetes | Cannot connect Backend Service from FrontEnd Service | ### What happened?
I am developing a simple project called "TodoApp," which consists of a TodoApi project built with .NET and a WebApp project using ReactJS. However, I am unable to call the API from the WebApp in a browser. Interestingly, it works when I connect to the FrontEnd pod and use the `curl http://todoapp-... | kind/bug,needs-sig,needs-triage | low | Minor |
2,782,956,228 | react-native | castValue error | ### Description
ios/Pods/Headers/Public/React-Fabric/react/renderer/core/RawValue.h:100:12: error: no matching function for call to 'castValue' #
### Steps to reproduce
On XCode 16.2, the rn version is 0.72 Debug can run on a real machine. Release will report an error
### React Native Version
0.72
### Affected Pl... | Needs: Repro,Needs: Attention,Type: Unsupported Version,Needs: Version Info | low | Critical |
2,782,958,338 | rust | ICE: cannot convert ... to a region vid | I tried some of the problematic GAT code from [Sabrina Jewson's GAT alternative article.](https://sabrinajewson.org/blog/the-better-alternative-to-lifetime-gats) It [does not ICE in version 1.69,](https://rust.godbolt.org/z/r9rsTT64G) so something changed in 1.70. This might be a dupe of [this crash in another issue,... | I-ICE,A-borrow-checker,T-compiler,C-bug,E-needs-mcve | low | Critical |
2,782,972,298 | ollama | Cancelling model loading for one requests cancels it for others | ### What is the issue?
When a request is canceled while a model is loading, all other requests are also cancelled
### OS
_No response_
### GPU
_No response_
### CPU
_No response_
### Ollama version
_No response_ | bug | low | Minor |
2,783,000,351 | PowerToys | "Restore original windows size" only works when the Shift key is holded | ### Microsoft PowerToys version
0.87.1
### Installation method
GitHub
### Running as admin
Yes
### Area(s) with issue?
FancyZones
### Steps to reproduce
When the "Hold Shift key to activate zones" is disabled
1. Enable "Restore the original size of windows when unsnapping" (other options don't seem to affect t... | Issue-Bug,Needs-Triage | low | Minor |
2,783,008,863 | neovim | Use `vim.ui.select` for `:tselect` & friends | ### Problem
When selecting a ctag which has multiple matches, those matches are printed sequentially on the console, prompting the user to select one by entering its number.
### Expected behavior
The `vim.ui.select` API is used for selecting from the multiple ctags matches, when present. Like #25814, it would mean ... | enhancement,ui | low | Minor |
2,783,054,584 | PowerToys | Proposal for Changes to the Japanese Translation of PowerToys FancyZones Custom Edit Settings | ### Microsoft PowerToys version
0.87.1
### Utility with translation issue
FancyZones Editor
### 🌐 Language affected
Japanese
### ❌ Actual phrase(s)
1. In English: "Space around zones" In Japanese: 「ゾーン周りのスペース」
2. In English: "Highlight distance" In Japanese: 「距離を強調表示」

### Expected results
- A clean local installation with no diff to master
### Actual results
- After the set... | engine,team-engine,d: docs/,monorepo | low | Minor |
2,783,182,987 | PowerToys | Activiation shortcut editor does not allow disabling shortcuts | ### Microsoft PowerToys version
0.87.1
### Installation method
WinGet
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
1. Attempt to edit an Activation Shortcut (which has a default value)
2. Clear it (using the `esc` key seems to be the only viable means)
3. The `Save` button is... | Issue-Bug,Needs-Triage | low | Minor |
2,783,193,244 | PowerToys | Activation shortcut collisions have no handling | ### Description of the new feature / enhancement
PowerToys settings do not give any indication of activation shortcut collisions when editing shortcuts, enabling a toy (with default or user-set shortcuts), starting PowerToys, or otherwise (as far as I can tell).
In this scenario I was using Win+Alt+Shift+V in another... | Needs-Triage | low | Minor |
2,783,246,531 | pytorch | torch.stack for sequences | ### 🚀 The feature, motivation and pitch
I'm trying to let my tensors to have a static dimension count for type checking, like:
```python
import torch
import typing
Tensor2d = typing.NewType("Tensor2d", torch.Tensor)
def matmul(x: Tensor2d, y: Tensor2d) -> Tensor2d:
return Tensor2d(x.matmul(y))
# So t... | module: typing,triaged,enhancement,module: python frontend | low | Major |
2,783,283,765 | flutter | Make `_CupertinoSheetRouteTransitionMixin` public to match other route transition mixins | ### Use case
Users might want to write custom routes for different reasons, for example when using [`package:heroine`](https://pub.dev/packages/heroine). For existing routes, it is easy to create a custom `PageRoute` that uses the same transitions as the built-in variant, by using the appropriate mixin, e.g. `Cupert... | c: new feature,framework,f: cupertino,f: routes,c: proposal,P3,team-design,triaged-design | low | Minor |
2,783,291,020 | pytorch | Thread-safe approach on temporarily changing the `set_default_type` | ### 🚀 The feature, motivation and pitch
There are cases in our code in which we rely on torch to infer the type of the data. There are code sections in which we would like to use higher precision for floating points and it would be nice to only set the default types in these code blocks.
### Alternatives
We are cur... | triaged,enhancement,module: python frontend | low | Major |
2,783,306,847 | neovim | Replace or remove unibilium (LGPLv3 dependency) | # Problem
Unibilium is licensed as LGPLv3, which complicates use of Neovim in (some) corporate environments.
# Solutions
1. Replace with more permissively licensed library, e.g.
* [libtickit](https://github.com/leonerd/libtickit) (MIT)
* [libvaxis](https://github.com/rockorager/libvaxis) (MIT, Zig)
(which would al... | project-management,dependencies,license | low | Minor |
2,783,322,243 | pytorch | [inductor][cpu] fused attention Inductor tests fails with an error " name 'getitem' is not defined " | ### 🐛 Describe the bug
I have regrenrated all the patterens with the flag PYTORCH_GEN_PATTERNS=1 by setting config flag "fallback_random" is set to true. By default this falg is false.
After setting this flag to True. I ran existing fused attention tests but the test failed with the following error.
**CMD to r... | oncall: pt2,oncall: cpu inductor | low | Critical |
2,783,338,097 | flutter | [Flutter Web] yield switch construct aborts the application in debug mode | ### Steps to reproduce
1. Install flutter version 3.27.1
2. Create an empty project
3. Add the code from the example
4. Run in debug mode
### Expected results
The app works
### Actual results
The application hangs on loading and does not show anything
### Code sample
The example also has a wo... | framework,a: debugging,platform-web,has reproducible steps,team-web,found in release: 3.27,found in release: 3.28 | low | Critical |
2,783,343,290 | rust | Tracking issue for release notes of #135408: x86: make SSE2 required for i686 targets and use it to pass SIMD types |
This issue tracks the release notes text for #135408.
### 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-compiler,relnotes,needs-triage,O-apple,relnotes-tracking-issue | low | Minor |
2,783,348,429 | vscode | TreeError [DebugRepl] Tree input not set | ```javascript
Error: TreeError [DebugRepl] Tree input not set
at gf.C in out-vscode/vs/base/browser/ui/tree/vs/base/browser/ui/tree/asyncDataTree.ts:797:10
at gf.updateChildren in out-vscode/vs/base/browser/ui/tree/vs/base/browser/ui/tree/asyncDataTree.ts:792:14
at Pee.value in out-vscode/vs/workbench/contrib/debug/bro... | error-telemetry | low | Critical |
2,783,353,366 | opencv | Window resizing no longer works after 4.8.0 | ### System Information
OpenCV version: 4.11.0 (but also 4.10.0 is affected)
Operating system: Debian bullseye with Xfce
Compiler: gcc 10.2.1
### Detailed description
Window resizing broke after 4.8.0, i.e., the image within the window is no longer resized correctly.
Using the sample code below, 4.8.0 stil... | bug,category: highgui-gui | low | Minor |
2,783,357,536 | vscode | Cannot read properties of undefined (reading 'hasDynamicHeight') | ```javascript
TypeError: Cannot read properties of undefined (reading 'hasDynamicHeight')
at ifi.Cb in src/vs/base/browser/ui/list/listView.ts:1596:13
at ifi.Bb in src/vs/base/browser/ui/list/listView.ts:1527:23
at ifi.W in src/vs/base/browser/ui/list/listView.ts:699:9
at ifi.splice in src/vs/base/browser/ui/list/listV... | error-telemetry | low | Critical |
2,783,360,043 | vscode | [140] potential listener LEAK detected, having 175 listeners already. MOST frequent listener (1): | ```javascript
Error
at Fui.create in src/vs/base/common/event.ts:933:15
at A9e.q [as onModelAdded] in src/vs/base/common/event.ts:1140:34
at uu.u in out-vscode/vs/workbench/browser/vs/workbench/browser/labels.ts:160:36
at new uu in out-vscode/vs/workbench/browser/vs/workbench/browser/labels.ts:137:8
at eft.o in src/vs/... | error-telemetry | low | Critical |
2,783,360,390 | puppeteer | Update spdx-satisfies to 6.0.0 | spdx-satisfies 6.0.0 is had breaking changes resulting in validate-licenses.ts to fail.
Needs to be unignored from dependabot to allow rolling automatically again. | bug,confirmed,P2 | low | Minor |
2,783,363,622 | vscode | Illegal value for lineNumber | ```javascript
Error: Illegal value for lineNumber
at Vw.getLineMaxColumn in src/vs/editor/common/model/textModel.ts:860:10
at Wie.I in src/vs/editor/browser/controller/editContext/native/nativeEditContext.ts:355:42
at Wie.F in src/vs/editor/browser/controller/editContext/native/nativeEditContext.ts:292:33
at Wie.prepar... | error-telemetry | low | Critical |
2,783,364,651 | vscode | Illegal value for lineNumber | ```javascript
Error: Illegal value for lineNumber
at Vw.getLineMaxColumn in src/vs/editor/common/model/textModel.ts:860:10
at va.getBottomForLineNumber in out-vscode/vs/editor/browser/widget/codeEditor/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:593:40
at <anonymous> in src/vs/editor/browser/widget/diffEdit... | error-telemetry | low | Critical |
2,783,368,219 | vscode | this.c.delete is not a function | ```javascript
TypeError: this.c.delete is not a function
at rRe.add in out/vs/workbench/workbench.desktop.main.js:410:7294
at NU.addToHistory in out-vscode/vs/base/browser/ui/inputbox/vs/base/browser/ui/inputbox/inputBox.ts:713:17
at <anonymous> in out-vscode/vs/workbench/contrib/preferences/browser/vs/workbench/contri... | error-telemetry | low | Critical |
2,783,368,803 | vscode | Cannot read properties of null (reading 'isDisposed') | ```javascript
TypeError: Cannot read properties of null (reading 'isDisposed')
at QFe.update in src/vs/workbench/contrib/chat/common/codeBlockModelCollection.ts:155:17
```
[Go to Errors Site](https://errors.code.visualstudio.com/card?ch=2569d71b0491afddb23e173ee6cc2eb284f1b0b9&bH=030af23d-7be3-0c49-d3eb-05d22678ac02) | error-telemetry | low | Critical |
2,783,369,228 | vscode | Soft Assertion Failed | ```javascript
Error: Soft Assertion Failed
at mgt in src/vs/base/common/assert.ts:43:21
at $kd in src/vs/editor/browser/widget/diffEditor/diffEditorViewModel.ts:527:3
at <anonymous> in src/vs/editor/browser/widget/diffEditor/diffEditorViewModel.ts:178:15
at Array.map (<anonymous>)
at o in src/vs/editor/browser/widget/d... | error-telemetry | low | Critical |
2,783,372,483 | svelte | Reference examples for `@svelte/legacy` migration | Would be nice to have reference implementation examples for newcomers or people unfamiliar with the helper event modifiers that were deprecated in Svelte 5.
In the migration guide we have an example of how to migrate `preventDefault`.
https://svelte.dev/docs/svelte/v5-migration-guide#Migration-script-Event-modifier... | documentation | low | Minor |
2,783,389,321 | vscode | Cannot read properties of undefined (reading 'visible') | ```javascript
TypeError: Cannot read properties of undefined (reading 'visible')
at oee.value in src/vs/workbench/contrib/chat/browser/chatViewPane.ts:87:38
at x.B in src/vs/base/common/event.ts:1243:13
at x.C in src/vs/base/common/event.ts:1254:9
at x.fire in src/vs/base/common/event.ts:1278:9
at pOe.updateAgent in sr... | error-telemetry | low | Critical |
2,783,399,098 | vscode | Unable to resolve text model content for resource vscode-notebook-cell:/d%<REDACTED: user-file-path>#W0sZmlsZQ%3D%3D | ```javascript
Error: Unable to resolve text model content for resource vscode-notebook-cell:/d%<REDACTED: user-file-path>#W0sZmlsZQ%3D%3D
at S9e.u in src/vs/workbench/services/textmodelResolver/common/textModelResolverService.ts:193:9
at async S9e.r in src/vs/workbench/services/textmodelResolver/common/textModelResolve... | error-telemetry | low | Critical |
2,783,404,131 | godot | Autocompletion and type/method signature checking does not work after the second degree inside of an `is` block | ### Tested versions
v4.4.dev7.official [46c8f8c]
master [5b52b4b5c4f7c1232a6a814f65fce4c48f0f424b]
### System information
Godot v4.4.dev7 - Fedora Linux 41 (KDE Plasma) on Wayland - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - integrated Intel(R) UHD Graphics 620 (KBL GT2) - Intel(R) Core(TM) i5... | bug,topic:gdscript | low | Critical |
2,783,462,129 | excalidraw | Partial group selection & other ungrouped selection leads to crash | Holding shift:
- select 2+ individual elements
- select a group
- select parts of the group
This leads to a crash.

Platform: MacOS + Chrome (131.0.6778.205) | bug | low | Critical |
2,783,531,424 | ui | [bug]: Dropdown menu doesn't scroll on overflow | ### Describe the bug
When you open a long dropdown menu, it has a behavior of overflow hidden with no ability to scroll to see the hidden items.
tested on https://ui.shadcn.com/docs/components/dropdown-menu (my account gets cut off)
, which looks like the list... | info-needed | low | Critical |
2,783,577,485 | langchain | Hybrid search in pinecone retriever haven't a _aget_relevant_documents function defined, which is mandatory in async setup (upon 'ainvoke' calls on retrievers) | ### 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 b... | Ɑ: vector store,🤖:bug,investigate | low | Critical |
2,783,582,709 | pytorch | Tensorboard SummaryWriter.add_hparams doesn't log hparam metrics dictionary | ### 🐛 Describe the bug
When trying to add_params, I cannot get the tensorboard to display the metrics.
```python
from torch.utils.tensorboard import SummaryWriter
import numpy as np
with SummaryWriter(r'.\runs\test_01') as writer:
for i in range(4, 7):
for j in range(3, 6):
batch_size, lr = ... | triaged,module: tensorboard | low | Critical |
2,783,582,987 | godot | macOS: Editor briefly hangs upon regaining focus when "Update When Changed" is enabled | ### Tested versions
- Reproducible in: v4.4.dev7 [46c8f8c5c], 4.3.stable
### System information
Godot v4.4.dev7 - macOS Sequoia (15.2.0) - Multi-window, 3 monitors - Metal (Forward+) - integrated Apple M1 Pro (Apple7) - Apple M1 Pro (10 threads)
### Issue description
The editor hangs momentarily upon regaining foc... | bug,topic:editor,needs testing,performance | low | Major |
2,783,598,037 | ollama | Model pulling behind proxy index out of range | ### What is the issue?
Hi,
I'm getting the following error when trying to go through corpo proxy when downloading models with ollama pull:
```plaintext
panic: runtime error: index out of range [0] with length 0
goroutine 7 [running]:
github.com/ollama/ollama/server.(*blobDownload).Prepare(0xc0001cf1f0... | bug | low | Critical |
2,783,609,881 | vscode | A Copilot response containing one or more code blocks, each code block is followed by a nameless toolbar: A11y_Visual Studio Code Client_Copilot chat_Devtools | [[Check out Accessibility Insights!](https://accessibilityinsights.io/)]- Identify accessibility bugs before check-in and make bug fixing faster and easier.
## GitHubTags:
#A11yeDAD; #A11yTCS; #A11ySev3; #DesktopApp; #Win32; #Visual Studio Code Client; #BM-VisualStudioCodeClient-Win32-Jan2024; #WCAG4.1.2; #Devtools;
... | bug,accessibility | low | Critical |
2,783,626,141 | PowerToys | Stacked Zones for Fancy Zones | ### Description of the new feature / enhancement
1. the ability to group zones in a distinct collection.
2. For the inactive zones, in the collection, the ability to stack them. That is, only the window title is displayed from the bottom to the top, tilted upright.
3. The active window / zone, is shown in the remaini... | Needs-Triage | low | Minor |
2,783,627,096 | angular | Remove `assertNoComplexSizes` from `NgOptimizedImage` | ### Which @angular/* package(s) are relevant/related to the feature request?
common
### Description
Currently you can't use pixel values in `sizes` in `NgOptimizedImage`.
Code like that:
`sizes="(max-width: 540px) 100vw, (max-width: 960px) 50vw, 370px"`
will cause NG02952 exception in dev mode, because of `assertN... | area: common,common: image directive | low | Minor |
2,783,634,594 | excalidraw | initial text container resize not undoable | If container resizes due to text edit, it's not undoable if you exit without adding text.
1. create small rectangle
2. double-click which resizes it
3. exit without typing
4. undo doesn't restore the dimension change
 | bug,history | low | Minor |
2,783,671,797 | vscode | Failed to connect to the remote extension host server. (Error: CodeError(AsyncPipeFailed(Os { code: 2, kind: NotFound, message: "No such file or directory" })) | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid creat... | triage-needed,stale | low | Critical |
2,783,730,693 | rust | suggest broken template code | ### Code
```Rust
pub type AM<T> = Arc<Mutex<T>>;
pub trait ArcMutexTrait<T> {
fn n(t: T) -> AM<T> { Arc::new(Mutex::new(t)) }
fn get(&self) -> T { self.clone().lock().unwrap() }
}
impl<T> ArcMutexTrait<T> for AM<T> {}
```
### Current output
```Shell
error[E0599]: no method named `lock` found for reference `&... | A-diagnostics,T-compiler | low | Critical |
2,783,750,471 | electron | Inconsistent Behavior of desktopCapturer.getSources in Electron 32 on macOS 12+ | ### 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/macOS,bug :beetle:,component/desktopcapturer,32-x-y | low | Critical |
2,783,757,616 | transformers | AttributeError: 'MERTConfig' object has no attribute 'conv_pos_batch_norm' | ### System Info
```
- `transformers` version: 4.48.0
- Platform: Linux-6.8.0-49-generic-x86_64-with-glibc2.35
- Python version: 3.12.5
- Huggingface_hub version: 0.27.1
- Safetensors version: 0.5.2
- Accelerate version: not installed
- Accelerate config: not found
- PyTorch version (GPU?): 2.5.1+cu124 (True)
- Tensorf... | bug | low | Critical |
2,783,759,398 | PowerToys | Something went wrong. | ### Microsoft PowerToys version
0.87.0.0
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
I just started my pc and this window was open, telling me to file a bug in this github repo.
### ✔️ Expected Behavior
expected not to see this ... | Issue-Bug,Needs-Triage | low | Critical |
2,783,769,167 | next.js | serverExternalPackages config is only in dev mode and not used in build | ### Link to the code that reproduces this issue
https://github.com/wmira/nextexternalbug
### To Reproduce
serverExternalPackages only getting used in dev mode. When on build, it totally ignores it and webpack throws an error.
1. Clone this repo [https://github.com/wmira/nextexternalbug](https://github.com/wmira/nex... | Webpack,Turbopack | low | Critical |
2,783,786,468 | flutter | Fix known leak in web engine when running integration tests and remove this "correction", https://github.com/flutter/flutter/issues/121640. | In file packages/flutter_test/lib/src/widget_tester.dart
https://github.com/flutter/flutter/blob/17025dd88227cd9532c33fa78f5250d548d87e9a/packages/flutter_test/lib/src/widget_tester.dart#L1075 | framework,f: integration_test,team-web | low | Minor |
2,783,810,200 | pytorch | torch.distributed. pipelining source code page is not accessible. | ### 📚 The doc issue
https://github.com/pytorch/pytorch/blob/main/docs/source/distributed.pipelining.rst?plain=1#L424C1-L491C21
https://pytorch.org/docs/stable/distributed.pipelining.html#torch.distributed.pipelining.pipeline
When accessing the source code page, a 404 error appears.
thanks
<img width="1458" alt=... | module: docs,triaged | low | Critical |
2,783,866,681 | flutter | The new FadeForwardsPageTransitionsBuilder breaks when called from ModalRoute | ### Steps to reproduce
1. Call Navigator.push in the dialog / bottomsheet.
2. Go back
### Expected results
Normal return to the dialog from which the screen was opened, as with other PageBuilders
### Actual results
It is as if the return animation is not executed. The widgets on the screen appear invisible and shi... | framework,f: material design,has reproducible steps,P2,team-design,triaged-design,found in release: 3.28 | low | Minor |
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.