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,788,082,174 | flutter | Reflecting Updates in the Changelog File (3.27.2) | ### Steps to reproduce
Thank you very much for regularly releasing updates and addressing the existing issues. It seems that the [Changelog file](https://github.com/flutter/flutter/blob/stable/CHANGELOG.md) does not include the recent changes made in version 3.27.2 on the stable channel. Please include the list of the... | team-release | low | Minor |
2,788,089,915 | go | build: build failure on x_tools-go1.23-linux-arm64_c4as16-perf_vs_gopls_0_11 | ```
#!watchflakes
default <- builder == "x_tools-go1.23-linux-arm64_c4as16-perf_vs_gopls_0_11" && repo == "tools" && mode == "build"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8725813899705243009)):
go: downloading github.com/BurntSushi/toml v1.0.0
go:... | NeedsInvestigation | low | Critical |
2,788,098,867 | godot | First use of shader with refraction_enabled=true causes stutter | ### Tested versions
- Reproducible in 4.3.stable, 4.4.beta[4ce466d]
### System information
Godot v4.4.dev.mono (611d6e8da) - Pop!_OS 22.04 LTS on Wayland - X11 display driver, Multi-window, 3 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 SUPER (nvidia; 565.77) - AMD Ryzen 7 5800X 8-Core Processor ... | topic:rendering,topic:3d,performance | low | Minor |
2,788,106,345 | vscode | Tools enabled later via `when` clause don't show up in vscode.lm.tools API | The tool is available for `#referencing` in chat, but it's not available on the API if the when clause is not initially true
| bug,chat,chat-tools | low | Minor |
2,788,121,136 | ant-design | Support only numeric input for InputNumber | ### Reproduction link
[](https://codesandbox.io/p/sandbox/basic-antd-5-23-1-forked-8jy68s)
### Steps to reproduce
1. type any letter
2. notice how the letter is typed when the input field only allows numbers
### What is expected?
that wo... | unconfirmed | low | Major |
2,788,167,554 | kubernetes | Improve performance of Service account token creation code path at scale | ### What would you like to be added?
Currently ServiceAccount token creation code path is issuing GET calls directly to etcd [here](https://github.com/kubernetes/kubernetes/blob/6fdacf04117cef54a0babd0945e8ef87d0f9461d/pkg/registry/core/serviceaccount/storage/token.go#L99-L100 to validate if ServiceAccount exists bef... | sig/scalability,kind/feature,sig/auth,needs-triage | medium | Major |
2,788,178,044 | flutter | [webview_flutter] webview does not work properly in Huawei P30 after hot-restarting many times. | ### What package does this bug report belong to?
webview_flutter
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependency versions
<details><summary>pubspec.lock</summary>
```lock
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lo... | e: device-specific,platform-android,p: webview,package,P3,team-android,triaged-android | low | Critical |
2,788,180,670 | rust | `no super in the root` in non-root module | ### Code
```Rust
#![allow(unused)]
mod foo {
use super::{};
}
```
### Current output
```Shell
error[E0432]: unresolved import `super`
--> src/lib.rs:3:9
|
3 | use super::{};
| ^^^^^^^^^ no `super` in the root
For more information about this error, try `rustc --explain E0432`.
```
### Desired o... | A-diagnostics,T-compiler | low | Critical |
2,788,246,172 | kubernetes | Support spec.MaxUnavailable=0 to use PDB with Jobs and prevent disruptions during node upgrades | ### What would you like to be added?
Add support to the `spec.MaxUnavailable` setting when set to 0 (zero) for PDBs used in combination with jobs.
### **Context**
Currently, the [documentation](https://kubernetes.io/docs/tasks/run-application/configure-pdb/#arbitrary-controllers-and-selectors) states that `spec.MaxU... | kind/feature,needs-sig,needs-triage | low | Critical |
2,788,249,514 | flutter | Flutter conductor must be updated to handle monorepo releases | null | P1,team-release | medium | Minor |
2,788,257,400 | flutter | [web] Enable invalid_runtime_check_with_js_interop_types lint in web_ui code. | Given the amount of bespoke JS-interop code that we have in the Flutter Web engine, I think it'd be nice to enable the `invalid_runtime_check_with_js_interop_types` lint. [Docs](https://dart.dev/tools/linter-rules/invalid_runtime_check_with_js_interop_types).
It got "disabled" (actually, not activated), here:
* https... | engine,c: tech-debt,team-web | low | Minor |
2,788,257,912 | pytorch | [fsdp2] maybe unreliable `set_unshard_in_backward(False)` | Hey Andrew @awgu,
As a big fan of FSDP2, I keep posting improvement 😄
This flag ([`set_unshard_in_backward(False)`](https://github.com/pytorch/pytorch/blob/aa57f0c6637d4377d2d86d377fdf41840498960a/torch/distributed/fsdp/_fully_shard/_fully_shard.py#L408)) is super helpful to skip `unshard()` in backward pass especia... | oncall: distributed | low | Critical |
2,788,286,765 | rust | the rust build fails on FreeBSD/amd64-14 due to not finding libzstd despite it being installed on the build host. | I tried building rust (on FreeBSD/amd64 14.0) from today's clone (HEAD is 8c39ce5b4fb5b61796e5fd8cec56c7b9abd2122b)
```sh
./configure --set install.prefix=$HOME --set install.sysconfdir=$HOME/etc --llvm-root=/usr/local/llvm19
./x.py build
```
It ended unsuccessfully with the following:
```
Compiling rustc_driver ... | O-freebsd,T-bootstrap,C-bug | low | Critical |
2,788,302,095 | terminal | Ctrl+Break can leave the WSL shell in an unusable state | ### Windows Terminal version
1.22.2702.0
### Windows build number
10.0.19045.5247
### Other Software
VIM 8.2.4919 (inside WSL)
### Steps to reproduce
1. Open the Settings, and set the *Profile termination behavior* to *Close only when process exits successfully*.
2. Start a WSL shell and run `vim`.
3. Enter `:se... | Issue-Bug,Area-TerminalConnection,Product-Terminal | low | Major |
2,788,306,233 | godot | AgX has low dynamic range output with Mobile renderer | ### Tested versions
All Godot versions with the AgX tonemapper ( 084e84be7813e55acd3d3e909bd66229834bedb1 onward)
### System information
Windows 10 (build 19045) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 980 Ti (NVIDIA; 31.0.15.4665) - Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (8 th... | discussion,topic:rendering,topic:3d | low | Minor |
2,788,307,210 | go | x/tools/gopls: CodeAction: an error in one CodeAction provider should not block another | See [CL 640395](https://go.dev/cl/640395) ([https://go-review.googlesource.com/c/tools/+/640395/comment/2b081fe5_fb1b18c3/](https://go-review.googlesource.com/c/tools/+/640395/comment/2b081fe5_fb1b18c3/)) for context.
| FeatureRequest,gopls,Tools | low | Critical |
2,788,308,291 | electron | webContents.startDrag(item) behavior on macOS differs from that on Windows and Linux | ### 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/drag-and-drop,status/confirmed,has-repro-gist,33-x-y | low | Critical |
2,788,330,529 | electron | desktopCapturer crashing on linux w/XDP when the capture portal is dismissed/closed | ### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [x] I have searched ... | platform/linux,bug :beetle:,32-x-y,33-x-y,34-x-y | low | Critical |
2,788,339,853 | next.js | `'use cache'` and `cacheLife` are not using stale data while revalidating in server-rendered (dynamic) routes | ### Link to the code that reproduces this issue
https://github.com/diego-aquino/next-js-dynamic-io-stale-while-revalidate-bug
### To Reproduce
1. Build the application with `pnpm build`
2. Start the application with `pnpm start`
3. Click the link "Static page" to go to the page `/static`
4. Refresh the page a few ti... | Runtime,dynamicIO | low | Critical |
2,788,354,655 | pytorch | Something is fishy with discard_graph_changes | Discovered with @yanboliang in https://github.com/pytorch/pytorch/pull/142830#discussion_r1913437378
cc @chauhang @penguinwu @ydwu4 @bdhirsh @yf225.
What's going on is:
1) we do a discard_graph_changes
2) then we do a speculate_subgraph, which gives us some lifted_freevars
The lifted_freevars map proxies from the di... | triaged,oncall: pt2,module: higher order operators,module: pt2-dispatcher | low | Minor |
2,788,354,876 | tensorflow | Seg Fault when iterate dataset created from data service | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.18.0
### Custom code
Yes
### OS platform and distribution
Linux Ubuntu 22.04
### Mobile device
_No response_
### Python version
3.10
### Bazel version
_No response_
### GCC/compile... | type:bug,comp:ops,TF 2.18 | medium | Critical |
2,788,390,379 | tauri | [bug] Build fails if front-end files are collectively too large. | ### Describe the bug
I have been running into an issue where my tauri app will not build if my front-end assets amount to around 1 GB or more of data. If I delete enough assets the project builds. The project I have been testing with is the basic "Getting Started" project using JavaScript, npm, and Vanilla presets. Th... | type: bug,status: needs triage | low | Critical |
2,788,397,408 | pytorch | "GenericHOPVariable" / abstract out Dynamo support for HOPs | From HOP sync discussion (with @xmfan).
Idea 1: abstract out Dynamo support for HOPs
Some way to create a HOP where:
1) a user defines how to construct the inputs to each subgraph from the (args, kwargs)
2) using this, we can create a GenericHOPVariable that should be able to handle FX graphs as inputs. Dynamo can al... | triaged,oncall: pt2,module: dynamo,module: higher order operators,module: pt2-dispatcher | low | Minor |
2,788,422,022 | next.js | `resolveSWCOptions` fails when using next.config.ts with extended tsconfig | ### Link to the code that reproduces this issue
https://github.com/V1RE/repro-next-config-ts
### To Reproduce
1. Make your tsconfig.json extend another tsconfig
2. Remove compiler options from your main tsconfig.json
3. Use a `.ts` next config
4. Run `next dev`
### Current vs. Expected behavior
When following the ... | TypeScript | low | Critical |
2,788,467,604 | node | "What's New" section in API docs | ### What is the problem this feature will solve?
Finding new apis added is dificult....
### What is the feature you are proposing to solve the problem?
Since most of our documentation has "Added in" metadata now, it would be helpful if the documentation could have an automatically generated "What New In This Version... | doc,feature request | low | Minor |
2,788,481,417 | pytorch | Support torch.func.grad for Flex Attention | ### 🚀 The feature, motivation and pitch
Currently, flex attention does not support `torch.func.grad`:
```python
import torch
from torch.nn.attention.flex_attention import flex_attention
torch.set_default_device("cuda")
q = torch.randn(1, 1, 1, 16)
k = torch.randn(1, 1, 1, 16)
v = torch.randn(1, 1, 1, 16)
torch.f... | triaged,oncall: pt2,module: functorch,module: higher order operators,module: pt2-dispatcher,module: flex attention | low | Critical |
2,788,484,619 | godot | "Snap Controls to Pixel" only partially works | ### Tested versions
v4.4.dev7.mono.official [46c8f8c5c]
### System information
Godot v4.4.dev7.mono - Windows 11 (build 22631) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4070 Ti SUPER (NVIDIA; 32.0.15.6614) - 13th Gen Intel(R) Core(TM) i9-13900K (32 threads)
### Issue description
... | bug,topic:editor,topic:2d | low | Major |
2,788,506,180 | flutter | [a11y] Form should have correct semantics role | when using the widget https://api.flutter.dev/flutter/widgets/Form-class.html, is should have the following role
| OS | role |
|--------|--------|
| web |form |
| ios | - |
| macos | NSAccessibilityGroupRole, AXLandmarkForm |
| windows | - |
| android | - | | framework,a: accessibility,c: proposal,P2,team-accessibility,triaged-accessibility | low | Minor |
2,788,509,482 | flutter | [a11y] tooltip popup should have correct semantics role | When using https://api.flutter.dev/flutter/material/Tooltip-class.html, the tooltip popup (not the tooltip widget) should have following role
| OS | role |
|--------|--------|
| web | tooltip |
| ios | - |
| macos | NSAccessibilityGroupRole, AXUserInterfaceTooltip |
| windows | ROLE_SYSTEM_TOOLTIP |
| android | - | | framework,f: material design,a: accessibility,c: proposal,P2,team-accessibility,triaged-accessibility | low | Minor |
2,788,517,170 | flutter | [a11y] loading indicator should have correct semantics role | When using https://api.flutter.dev/flutter/material/CircularProgressIndicator-class.html, the loading spinner should have following role
| OS | role |
|--------|--------|
| web |- |
| ios | - |
| macos | NSAccessibilityProgressIndicatorRole |
| windows | - |
| android | - |
When using https://api.flutter.dev/flutter... | framework,f: material design,a: accessibility,c: proposal,P3,team-accessibility,triaged-accessibility | low | Minor |
2,788,520,514 | flutter | [pigeon] Support Event Channels in all supported languages | As of https://github.com/flutter/packages/pull/7892 Event Channel support is available in Dart, Kotlin, and Swift.
It would be nice for this feature to work on all platform/languages supported by pigeon. | c: new feature,team-ecosystem,p: pigeon,P2,triaged-ecosystem | low | Minor |
2,788,520,794 | angular | Event coalescing fires events too late for desired browser focus traversal and sometimes fails to fire event listeners | ### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
We have a use case where we dynamically are creating items based on previous values. In our actual application, based on certain control values, we hide or show different components. We need the tabbing to ... | area: core,core: change detection,core: zoneless | low | Critical |
2,788,529,680 | flutter | [pigeon] Separate `PigeonOptions` api from internal usage. | There are a few issues that have been created over the past couple years due to the internal `PigeonOptions` class being used as the API surface for options for users.
There should be a new class for internal use only to avoid these issues and fix the open issues related to this.
related: https://github.com/flutter/f... | team-ecosystem,p: pigeon,P2,triaged-ecosystem | low | Minor |
2,788,584,818 | rust | Crater runs for 1.85 | Note: Please do not conduct triage on these runs without discussing how to do so with a release team member first. Thanks! | S-waiting-on-review | low | Major |
2,788,588,242 | next.js | Intercepting & Parallel route on vercel is broken | ### Link to the code that reproduces this issue
https://github.com/heecheon92/next15-test
### To Reproduce
Local Build,
1. npm i && npm run dev (or npm run start)
2. visit localhost:3000
3. visit the page -> Route Interception (or you can simply visit localhost:3000/playground/route_interception/home)
4. Visit "Prog... | Parallel & Intercepting Routes | low | Critical |
2,788,596,735 | ollama | Multi GPU, default GPU setting, specific model pin to specific GPU | I have a multi GPU configuration and they are different GPU models with different memory size.
I wish:
1. we could select default GPU for all models (potentially the fastest one with higher memory)
2. we could select specific model per specific GPU to use small models into small VRAM GPU and use fastest/highest_VRAM ca... | feature request | low | Minor |
2,788,599,896 | vscode | Code Highlighting | ADD ISSUE DESCRIPTION HERE
all of my code is white rather than different aspects of the code being highlighted
Version: 1.96.3
Commit: 91fbdddc47bc9c09064bf7acf133d22631cbf083
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
Embedder: cod... | info-needed | low | Minor |
2,788,616,482 | electron | If nativeTheme.themeSource is set to “dark” on Windows, a white line is drawn under the menu bar. | ### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [x] I have searched ... | platform/windows,bug :beetle:,34-x-y | low | Critical |
2,788,642,307 | flutter | Pointer behaving incorrectly when MouseRegion and SelectionArea are combined | Copied from Google internal bug b/389519820
We applied the MouseRegion in our Flutter web product in order to make the pointer become a hand when hovering over a clickable image, but back to normal normal out of the clickable region. But the cursor always doesn't always come back to normal even though the onExit() eve... | platform-web,customer: google,a: mouse,has reproducible steps,f: selection,team-web,found in release: 3.27,found in release: 3.28 | low | Critical |
2,788,648,887 | pytorch | [dynamo] Do not always skip code objects unconditionally | Currently, when Dynamo determines that a frame should be skipped, we will also skip tracing all future calls to the same code object. This can cause issues when skipping a frame is dependent on inputs to the function:
```python
import torch
@torch.compile(dynamic=False)
def fn(x, n):
if n == 0:
try:
... | triaged,oncall: pt2,module: dynamo | low | Minor |
2,788,661,305 | rust | attempting to build on NetBSD/amd64 9.99.81 causes boootstrap/debug/rustc to crash with a SIGSEGV | I've been attempting to build rust from a clone done today (HEAD is 3736b85779d1db4c215b910004d7efcd7aff8408) on NetBSD/amd64 9.99.81 and I'm seeing boootstrap/debug/rustc crash with a SIGSEGV while "Building stage1 library artifacts".
```sh
./configure --set install.prefix=/usr/local --set install.sysconfdir=/usr/loc... | I-crash,T-compiler,O-netbsd,T-bootstrap,C-bug,E-needs-investigation | low | Critical |
2,788,669,329 | go | proposal: slices: CopyFunc and AppendFunc | ### Proposal Details
The `copy` and `append` builtins are well known and useful. Combining copy and append with elementwise mapping yields two useful functions that are easy to explain in existing terms:
`CopyFunc` is defined similar to `copy` but takes an additional mapping function to apply before assigning the src... | Proposal,LibraryProposal | low | Major |
2,788,672,010 | pytorch | [MPS] Indexing Returns 0 if OOB | ### 🐛 Describe the bug
Using PyTorch to train a model on MacOS worked fine, so I switched to using CUDA, where it would crash. The issue is that CUDA will crash if you index out of bounds, along with CPU, MPS will return a 0. This causes an inconsistency in models, and will result in undefined behavior on MPS. This w... | module: error checking,triaged,module: mps | low | Critical |
2,788,674,422 | next.js | next/image fails with an Arabic phrase | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/intelligent-waterfall-5htj5v?workspaceId=ws_2L9qrGbsdQSgPmvDvdbcYv
### To Reproduce
1. go to `/og`
### Current vs. Expected behavior
1. Can render the image
2. This package hasn't any error message, the development experience is bad, n... | Image (next/image) | low | Critical |
2,788,700,477 | rust | Rust 1.84 sometimes allows overlapping impls in incremental re-builds | This repro uses a bit of lexical comments trickery, but only for convenience. (Quite useful while manually testing multiple rust versions), so the whole change you need to do between incremental compilations is turning
```rust
// /* // <- uncomment this line
```
into
```rust
/* // <- uncomment this line
```
The main r... | P-low,T-compiler,regression-from-stable-to-stable,I-unsound,A-incr-comp,C-bug,A-coherence | low | Critical |
2,788,701,729 | godot | grab_focus for window is not working on macOS. | ### Tested versions
godot4.3
Xcode Version 16.1 (16B40)
### System information
2
### Issue description
1.grap_focus for window is not work on Mac OS but it can work well on microsoft windows.
2."display/window/subwindows/embed_subwindows" for ProjectSettings is not work on Macos as well .
3 how to create indepe... | bug,platform:macos,topic:porting,needs testing | low | Minor |
2,788,712,691 | tauri | [bug] android Failed to assemble APK: i cant`t use custom tauri plugin | ### Describe the bug
i cant`t use custom tauri plugin
tauri-cli 2.2.4
create-tauri-app 4.5.9
step1: cargo create-tauri-app
step2: cargo tauri plugin new custom
step3: introduce the custom plugin and do nothing else
step4: cargo tauri android build
### Reproduction
_No response_
### Expected behavior
_N... | type: bug,status: needs triage | low | Critical |
2,788,715,708 | deno | Deno 2.1.4 - node:http's http.request socketPath option fails in Deno, but works in Node. | ## Summary:
* Deno's `node:http` module behaves differently than Node.js's `http` module when using `http.request` with the `socketPath` option to connect to the Docker socket.
* Instead of connecting to the Docker socket, Deno appears to attempt a TCP connection to `http://localhost/info`, resulting in an `ECONNR... | node compat | low | Critical |
2,788,737,471 | ui | [bug]: Shadcn CLI doesn't realize the text-based bun lockfile "bun.lock", always use npm.(Next 15) | ### Describe the bug
I'm using next 15 with bun.
It worked well until I upgraded my bun to a text-based lockfile.
After I changed the archive `bun.lock` to a text-based lockfile `bun.lock` and removed `bun.lockb`, the shadcn CLI will always use **npm** instead of bun.
I tried re-adding `bun.lockb` and it worked, ... | bug | low | Critical |
2,788,742,700 | rust | Tracking Issue for NVPTX shared memory | <!--
Thank you for creating a tracking issue!
Tracking issues are for tracking a feature from implementation to stabilization.
Make sure to include the relevant RFC for the feature if it has one.
If the new feature is small, it may be fine to skip the RFC process. In that
case, you can use `issue = "none"` in your i... | T-libs-api,O-NVPTX,C-tracking-issue | low | Critical |
2,788,748,468 | ant-design | 为什么antd Table组件不提供无缝滚动的方案? | ### What problem does this feature solve?
这个功能解决表格无缝滚动的问
### What does the proposed API look like?
我期望antd Table可以添加一个无缝滚动的状态 ,开启后,即可使表格循环无缝滚动
<!-- generated by ant-design-issue-helper. DO NOT REMOVE --> | unconfirmed | low | Minor |
2,788,763,109 | rust | Tracking issue for release notes of #134143: Convert `struct FromBytesWithNulError` into enum |
This issue tracks the release notes text for #134143.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,needs-triage,relnotes-tracking-issue | low | Critical |
2,788,801,603 | PowerToys | Advanced Paste - Sticky Shift key | ### Provide a description of requested docs changes
keys like Shift or Alt behave as they are sticky without any indication. it's definitely cased by Advanced Paste after pressing its keys combination like Win+Shift+V | Issue-Docs,Needs-Triage | low | Minor |
2,788,809,458 | langchain | PydanticUserError: SQLDatabaseToolkit is not fully defined; you should define Callbacks, then call SQLDatabaseToolkit.model_rebuild(). | ### 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,Ɑ: core | low | Critical |
2,788,810,269 | flutter | Map not loaded: `PlatformException(recreating_view, trying to create an already created view, view id: '0', null)` | ### Steps to reproduce
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(recreating_view, trying to create an already created view, view id: '0', null)
#0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:646:7)
#1 MethodChannel._invo... | waiting for customer response,in triage | low | Critical |
2,788,840,802 | flutter | Bug Report: Scroll Becomes Unresponsive and Lags Under Multi-Finger Rapid Usage | <!-- Failed to upload "ScreenRecording_01-15-2025 11-47-58_1.mp4" -->
### Steps to reproduce
Description: When continuously scrolling with repeated and rapid gestures (e.g., using multiple fingers to scroll back and forth rapidly), the scroll view becomes unresponsive and lags severely. The issue occurs consistently ... | waiting for customer response,in triage | low | Critical |
2,788,848,937 | pytorch | [inductor] `MaxUnpool` crash when meeting out-of-bound value on inductor | ### 🐛 Describe the bug
**symptom**: when input tensor shape is too small (e.g., [1, 1, 1]) and kernel size >1, eager will return an empty tensor while inductor crashes.
**device**: both on CPU and cuda.
**exposed area**: `MaxUnpool1d`, `MaxUnpool2d`, and `MaxUnpool3d`
```python
import torch
import torch.nn as nn
... | triaged,oncall: pt2,module: decompositions,module: inductor | low | Critical |
2,788,849,050 | tensorflow | tensorflow cuda Unable to register cuDNN factory error in wsl2 with tf 2.17,18 | ### Issue type
Build/Install
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.18
### Custom code
No
### OS platform and distribution
wsl2 ubuntu 24.04lts
### Mobile device
windows 11 x86
### Python version
3.12
### Bazel version
_No response_
#... | stat:awaiting response,type:build/install,wsl2,TF 2.18 | medium | Critical |
2,788,911,051 | neovim | Terminal colors 16-255 are not the expected ones when using a GUI | ### Problem
This was originally reported here https://github.com/neovide/neovide/issues/2937
This is a continuation of https://github.com/neovim/neovim/issues/7018, which was never fixed for GUI clients.
When using a GUI the terminal colors 16-255 does not match the xterm256 color palatte, which as far as I am aware... | bug,gui,terminal,ui-extensibility,highlight | low | Minor |
2,788,941,486 | ant-design | 配置主题后,message, modal同时使用message 的loading无动画了 | ### Reproduction link
[](https://codesandbox.io/p/sandbox/zi-ding-yi-yang-shi-antd-5-23-1-forked-mk5m3y?workspaceId=ws_99LrLMfTCFev5anV7aEji)
### Steps to reproduce
1、示例中先点击loading按钮,再点击confirm按钮
2、看到message的loading动画停止了
### What is expec... | 🐛 Bug | low | Major |
2,788,969,700 | PowerToys | Powertoys run is not working | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store
### Running as admin
None
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
when opening the powertoys
a pop up showed
```Version: 0.87.1.0
OS Version: Microsoft Windows NT 10.0.22631.0
IntPtr Length: 8
x64: True
Date... | Issue-Bug,Needs-Triage | low | Critical |
2,788,989,541 | ollama | ModernBERT (embeddings) | One of the most downloaded models in Ollama is [nomic-embed-text](https://ollama.com/library/nomic-embed-text), an embedding model. It has more than 10M downloads. However, it's a 10 month old model and newer version (from nomic and other teams) are already better in almost all the metrics.
Last month [AnswerAI relea... | model request | low | Major |
2,788,996,868 | flutter | [pigeon] Support Swift enums for Dart sealed classes | ### Use case
This is continuation of #153995.
I've moved it into new issue as was requested by @tarrinneal.
The support of sealed classes was added in `22.7.0` version.
However I've on `Swift` side protocols are used instead of enums which means we are not able to use exhaustive switch/case.
Kotlin code is generat... | package,c: proposal,team-ecosystem,p: pigeon,P2,triaged-ecosystem | low | Minor |
2,788,998,122 | transformers | autocast() got an unexpected keyword argument 'cache_enabled when use trainer.torch_jit_model_eval | ### System Info
- `transformers` version: 4.46.3
- Platform: Linux-4.18.0-147.el8_1.x86_64-x86_64-with-glibc2.10
- Python version: 3.8.10
- Huggingface_hub version: 0.26.5
- Safetensors version: 0.4.5
- Accelerate version: 1.0.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.4.1+cu118 (True)
- Tensorflo... | bug | low | Critical |
2,789,008,648 | ollama | internlm3-8b-instruct | ### https://huggingface.co/internlm/internlm3-8b-instruct
---
### llama.cpp commit:
### https://github.com/ggerganov/llama.cpp/pull/11233
---
## Introduction
InternLM3 has open-sourced an 8-billion parameter instruction model, InternLM3-8B-Instruct, designed for general-purpose usage and advanced reasoning. This... | model request | low | Major |
2,789,011,188 | flutter | [mobile web]: Flutter freezes while scrolling | ### Steps to reproduce
flutter build web or flutter build web --wasm
On the web platform release mode, a normal scrolling list will freeze and drop frames when scrolling.
### Expected results
Should scroll smoothly
### Actual results
Scrolling freezes and drops frames
### Code sample
<details open><summary>Cod... | framework,c: performance,f: scrolling,platform-web,browser: chrome-android,team-web | low | Major |
2,789,025,035 | langchain | When running OpenAI Assistant with tools: AttributeError: 'RequiredActionFunctionToolCall' object has no attribute 'tool' | ### Checked other resources
- [x] I added a very descriptive title to this issue.
- [x] I searched the LangChain documentation with the integrated search.
- [x] I used the GitHub search to find a similar question and didn't find it.
- [x] I am sure that this is a bug in LangChain rather than my code.
- [x] The bug is ... | 🤖:bug,investigate | low | Critical |
2,789,035,893 | pytorch | NotImplementedError: Could not run 'aten::empty.memory_format' with arguments from the 'PrivateUse1' backend. This could be because the operator doesn't exist for this backend | ### 🐛 Describe the bug
```
import torch
a = torch.ones((3,3), device='privateuseone')
print(a)
```
```
a = torch.ones((3,3), device='privateuseone')
NotImplementedError: Could not run 'aten::empty.memory_format' with arguments from the 'PrivateUse1' backend. This could be because the operator doesn't exist for... | triaged,module: PrivateUse1 | low | Critical |
2,789,043,326 | pytorch | [inductor] [dynamo]index_reduce_ raised AssertionError in assert_functional_graph | ### 🐛 Describe the bug
index_reduce_ will raise assertionError when the input is a view.
mini reproducer:
```python
import torch
class OpWrapperModule(torch.nn.Module):
def __init__(self):
super().__init__()
def forward(self, ifm, op_inputs_dict):
result = ifm.index_reduce_(**op_inputs_dic... | triaged,module: functionalization,oncall: pt2,module: aotdispatch,module: pt2-dispatcher | low | Critical |
2,789,046,763 | pytorch | torch.compile() In my use case of calling torch.compile(), I have found that the model's data outputs are inconsistent. I suspect that using Triton for operator fusion may have introduced precision deviations. I am unsure how to locate and fix this issue. | ### 🐛 Describe the bug
"My Torch environment is as follows:
2.2.2+cu121
My goal is to use functions related to torch.compile() to optimize the inference time of our model. In fact, it does work and achieves over a 50% reduction in inference time in the default mode.
The model code is as follows:
`"""
copy from htt... | triaged,oncall: pt2,module: inductor | low | Critical |
2,789,053,446 | kubernetes | Recovery after injecting memory overload fault, pod cannot be scheduled | ### What happened?
Recovery after injecting memory overload fault, pod cannot be scheduled
### What did you expect to happen?
Recovery after injecting memory overload fault, pod can be scheduled normal
### How can we reproduce it (as minimally and precisely as possible)?
Direct cause:
Two PVCs are bound to the s... | kind/bug,sig/storage,needs-triage | low | Minor |
2,789,094,450 | flutter | windows BSOD(blue screen) when running `flutter run -d emulator-5554` | ### Steps to reproduce
flutter run -d emulator-5554
BSOD occur
but when I run this with the "flutter run -d emulator-5554 " with the "--no-enable-impeller " flag
there's no problem i think its the impeller's bug
### Expected results
BSOD WHEN RUNNING flutter run -d emulator-5554 without the flag "--no-enable-imp... | waiting for customer response,in triage | low | Critical |
2,789,115,357 | pytorch | Batching rule for aten::_thnn_fused_gru_cell | ### 🚀 The feature, motivation and pitch
I am currently using `vmap` with GRUCell and got following message:
> There is a performance drop because we have not yet implemented the batching rule for aten::_thnn_fused_gru_cell. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered in... | triaged,module: functorch | low | Major |
2,789,119,643 | pytorch | torch.distributed hangs between Linux (X86) and Mac (M2 Pro) | ### 🐛 Describe the bug
I have pared the example code back to the simplest it can be and tried this on both machines. Both ends hang until the timeout.
Linux code:
```
import os
import torch.distributed as dist
from datetime import timedelta
def init_process(rank, world_size):
os.environ["MASTER_ADDR"] = "192.16... | oncall: distributed | low | Critical |
2,789,159,372 | pytorch | [torch.export] Error When Trying To Express Dynamism For Transformer Model of SD3 | ### 🐛 Describe the bug
**Brief Description:**
I am trying to export the transformer model of Stable Diffusion 3 using `torch.export.export_for_training`. The error occurs when trying to express dynamism for the feature map height and width. The reproducer and traceback are given below.
**Reproducible Code:**
```
imp... | oncall: pt2,oncall: export | low | Critical |
2,789,200,344 | godot | AnimationTree.advance() on custom thread breaks update of the skeleton. | ### Tested versions
v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated GeForce 920M - Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz (4 Threads)
### Issue description
I've been unhappy with performance of skeletal animations so I moved everythin... | discussion,needs testing,topic:animation | low | Critical |
2,789,208,264 | opencv | The findContours function is significantly slower in version 4.11 compared to version 4.7. | ### Describe the feature and motivation
Thank you for your work, but I tested and found that the speed of this function in version 4.11 is slower than in version 4.7.
Here are the test images and test results.
``` c++
#include <opencv2/opencv.hpp>
using namespace std;
using namespace cv;
int main()
{
Mat img = imread... | feature | low | Major |
2,789,218,496 | flutter | Mac_mokey run_debug_test_android is 10.42% flaky | <!-- meta-tags: To be used by the automation script only, DO NOT MODIFY.
{
"name": "Mac_mokey run_debug_test_android"
}
-->
The post-submit test builder `Mac_mokey run_debug_test_android` had a flaky ratio 10.42% for the past (up to) 100 commits, which is above our 2.00% threshold.
One recent flaky example for a sa... | P0,c: flake,team-tool | high | Critical |
2,789,218,911 | flutter | Mac_arm64 build_tests_2_4 is 2.08% flaky | <!-- meta-tags: To be used by the automation script only, DO NOT MODIFY.
{
"name": "Mac_arm64 build_tests_2_4"
}
-->
The post-submit test builder `Mac_arm64 build_tests_2_4` had a flaky ratio 2.08% for the past (up to) 100 commits, which is above our 2.00% threshold.
One recent flaky example for a same commit: http... | P0,c: flake,team-tool | high | Minor |
2,789,250,049 | rust | `-Z split-dwarf-kind={single,split}` is undocumented in the unstable book | Implementation history:
- In [rustc: Stabilize `-Z run-dsymutil` as `-C split-debuginfo` #79570][pr-79570]:
- `-Z split-dwarf=single` became `-C split-debuginfo=packed`
- `-Z split-dwarf=split` became `-C split-debuginfo=unpacked`
- However, as @davidtwco noted in 08ed338f561b000ce5672b55c0545fa7f3f13591 ([cg:... | A-debuginfo,T-compiler,A-docs,A-CLI | low | Critical |
2,789,268,640 | ui | [bug]: After first rendering, when clicking on the bar, the tooltip position is incorrect. | ### Describe the bug
When I initially click on the bar after rendering, the tooltip moves to the wrong position.
In the example, I clicked on Jun and the tooltip's position changed even though the mouse position did not change.
: 2.4.1+cu121 (True)
- Tensorflow versi... | bug,Generation | low | Critical |
2,789,387,294 | flutter | i am getting error after running the command flutter doctor | ### Steps to reproduce
Because flutter_tools depends on vm_service_interface 1.1.0 which doesn't match any versions, version solving failed.
### Actual results
Because flutter_tools depends on vm_service_interface 1.1.0 which doesn't match any versions, version solving failed.
### Logs
<details open>
<summary>Logs... | waiting for customer response,in triage | low | Critical |
2,789,397,403 | kubernetes | Prevent alpha feature gates from being enabled by default | ### What happened?
An alpha feature was accidently introduced as on-by-default which probably should not be allowed.
Maybe there should be some ci checks to prevent this from happening in the future?
https://github.com/kubernetes/kubernetes/blob/2d0a4f75560154454682b193b42813159b20f284/pkg/features/versioned_kube_fea... | kind/bug,sig/windows,sig/architecture,needs-triage | low | Major |
2,789,430,653 | PowerToys | Shortcut capability to easily change main display | ### Description of the new feature / enhancement
Key combination to avoid having to use Settings>Display>[click on desired display]>Make this my main display.
### Scenario when this would be used?
Some games will only run on the main display. The main display may not be the desired display when not running the game... | Needs-Triage | low | Minor |
2,789,447,061 | ui | [bug]: a couple of issues on iPhone 12 mini, viewport: 375x812 | ### Describe the bug
1. carousel not filling width of container, works fine on other iPhone's and Android devices.
<img width="406" alt="Screenshot 2025-01-15 at 10 37 23" src="https://github.com/user-attachments/assets/3ac0acd6-235e-4e40-83ad-bb66ef17a740" />
2. The sheet content originating from top will create ... | bug | low | Critical |
2,789,449,987 | terminal | Dimmed UAC-prompt in Windows freezes it when logged in Windows terminal with user other than the one logged in | ### Windows Terminal version
1.21.3231.0
### Windows build number
10.0.26100.0
### Other Software
UAC-prompt that dims Windows causes this issue that freezes the entire OS.
### Steps to reproduce
1. Start Windows Terminal either as Administrator (if the logged in user account does not have admin privileges) or ... | Issue-Bug,Needs-Author-Feedback,Needs-Triage,No-Recent-Activity | low | Major |
2,789,461,875 | rust | `PostAnalysisNormalize` can introduce new `{type_error}` | ```rust
#![feature(type_alias_impl_trait)]
type Tait = impl Copy;
fn set(x: &isize) -> isize {
*x
}
fn d(x: Tait) {
set(x);
}
fn other_define() -> Tait {
()
}
fn main() {}
```
This results in an ICE with `rustc src/main.rs -Zvalidate-mir -Zinline-mir=yes`
```
error: concrete type differs from previous ... | I-ICE,T-compiler,C-bug | low | Critical |
2,789,470,536 | pytorch | RuntimeError: upsample_nearest3d only supports output tensors with less than INT_MAX elements | ### 🐛 Describe the bug
Upscaling a tensor with `upsample_nearest3d` where the result size would exceed 2^31 causes a `RuntimeError`. Code to reproduce:
```
import torch
x = torch.ones((1, 256, 16, 720, 1280), dtype=torch.bfloat16).cuda()
out = torch.nn.functional.interpolate(x, scale_factor=2, mode='nearest')
assert... | triaged,module: 64-bit,module: interpolation | low | Critical |
2,789,474,279 | kubernetes | [Flaking test] Service is not reachable within 2m0s timeout on endpoint 172.31.0.12:xx over TCP protocol | ### Which jobs are flaking?
master-informing
- Conformance-EC2-arm64-master
### Which tests are flaking?
Kubernetes e2e suite.[It] [sig-network] Services should be able to change the type from ExternalName to NodePort [Conformance]
Kubernetes e2e suite.[It] [sig-network] Services should be able to create a functioni... | sig/network,kind/flake,triage/accepted | low | Critical |
2,789,474,688 | next.js | Error: The Edge Function "middleware" size is 1.02 MB and your plan size limit is 1 MB. | ### Link to the code that reproduces this issue
https://github.com/Olgoetz/CraftTech
### To Reproduce
Deploy the project on Vercel.
### Current vs. Expected behavior
Building this project on Vercel results in
Error: The Edge Function "middleware" size is 1.02 MB and your plan size limit is 1 MB. Learn More: http... | Middleware | low | Critical |
2,789,505,098 | next.js | next v15 with turbo causes "params should be awaited" error without params usage but with icon.svg file and slug in root path in app router | ### Link to the code that reproduces this issue
https://github.com/Cielquan/nextjs-params-async-turbo-issue
### To Reproduce
1. Clone repo
1. Install dependencies e.g. `pnpm i`
1. Run the `dev` script e.g. `pnpm dev`
1. Goto http://localhost:3000/de-DE/app and see icon in tab and no error in console
1. Stop `dev` sc... | Internationalization (i18n),Turbopack | low | Critical |
2,789,517,382 | ollama | Segmentation fault | ### What is the issue?
Dear Ollama Team,
I encountered an issue while attempting to run the 'ollama service' command after installation. Here are the detailed steps I followed and the error message I received:
1. I downloaded the 'ollama-linux-amd64.tgz' file from your official source because my research network has s... | bug,needs more info | low | Critical |
2,789,519,322 | pytorch | Connection Limitation in PyTorch Distributed (Vanilla) with c10d Rendezvous Backend | ### 🐛 Describe the bug
Hello PyTorch team,
I am encountering an issue while using PyTorch Distributed Vanilla with the c10d rendezvous backend. I am currently running PyTorch version 2.5.1.
When trying to establish connections across multiple nodes, I can only manage up to 75 simultaneous connections. The plan was ... | oncall: distributed | low | Critical |
2,789,543,808 | PowerToys | Find and Replace feature | ### Description of the new feature / enhancement
I would like to request the addition of a Find and Replace feature in PowerToys. This utility would allow users to search for specific text or patterns within files and optionally replace them, streamlining workflows involving repetitive text edits across multiple docum... | Needs-Triage | low | Minor |
2,789,550,403 | godot | Visual profiler "16.66 ms" graph rendering out of bounds | ### Tested versions
reproducible in 4.4.dev7; 4.3 stable (v4.3.stable.official [77dcf97d8]); probably in all of 4.x
### System information
Windows 7, 4.4dev7, Compatabillity. GPU: GeForce 540M
### Issue description
Visual bug where the measurement of "16.67 ms" in Visual Profiler goes out of windows bounds and ... | bug,topic:editor | low | Critical |
2,789,558,046 | godot | Closing documentation selects random script | ### Tested versions
v4.4.beta.custom_build [4ce466d7f]
### System information
Fedora Linux 40 (KDE Plasma) on Wayland - Wayland display driver, Single-window
### Issue description
Opening a documentation by ctrl clicking in a script and then closing the documentation with ctrl+w then selects a random script
https... | bug,topic:editor,usability | low | Minor |
2,789,569,624 | vscode | Test Explorer Test Item | <!-- ⚠️⚠️ 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. -->
Hi Team,
I would like to know is there any way by w... | info-needed,under-discussion | low | Major |
2,789,596,494 | material-ui | [material-ui][Tabs] Out of a sudden broken with esm.sh | ### Steps to reproduce
Steps:
1. Open this link to live example: https://stackblitz.com/edit/stackblitz-starters-a4bz6g3w?file=index.html
2. see that neither Tabs nor TabList is rendered at all
### Current behavior
there are even no dom elements, and also nothing rendered
![Image](https://github.com/user-attachmen... | external dependency,component: tabs,package: material-ui | 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.