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,796,110,878 | go | net: TestUDPServer/2 failures | ```
#!watchflakes
default <- pkg == "net" && test == "TestUDPServer/2"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8725537367198926609)):
=== RUN TestUDPServer/2
server_test.go:258: udp [::ffff:0.0.0.0]:0<-127.0.0.1
server_test.go:322: ser... | NeedsInvestigation | low | Critical |
2,796,113,577 | next.js | Prefetched PPR page segments stay suspended when navigated to after a rebuild | ### Link to the code that reproduces this issue
https://github.com/bradleydsmith/reproduction-next-prefetch-rebuild-ppr-suspended
### To Reproduce
1. Build the application with npm run build
2. Start the server with npm run start
3. Navigate to http://localhost:3000 and do not click anything or close the page
4. Sto... | Partial Prerendering (PPR),dynamicIO | low | Minor |
2,796,115,021 | rust | new build_helper::compiletest module for safer invocations of compiletest by bootstrap | currently bootstrap just uses strings to represent various compiletest arguments, such as mode.
obviously it would be better to use enums for these, as they are much less vulnerable to typos.
`compiletest` already has enum definitions for these (in `common.rs`), and the two already have a shared dependency (`build_he... | C-cleanup,T-bootstrap,A-compiletest | low | Minor |
2,796,117,237 | rust | ICE: polonius: `None` in region infer with unconditional panic | <!--
[31mICE[0m: Rustc ./a.rs '--edition=2024 -Zpolonius=next -ooutputfile -Zdump-mir-dir=dir' 'thread 'rustc' panicked at compiler/rustc_borrowck/src/region_infer/mod.rs:1888:10: 'called `Option::unwrap()` on a `None` value'', 'thread 'rustc' panicked at compiler/rustc_borrowck/src/region_infer/mod.rs:1888:10: 'call... | A-diagnostics,I-ICE,C-bug,NLL-polonius,T-types | low | Critical |
2,796,123,769 | rust | universally directly depend on serde_derive instead of accessing it through serde. | bootstrap does this in order to flatten its dependencies and improve build times, but since other crates (like `compiletest` and `rustdoc`) use the `derive` feature flag, i believe this means `serde` has to be built twice to use any of these programs.
wouldn't it be best to always use the same set of feature flags to ... | C-cleanup,T-bootstrap | low | Minor |
2,796,174,444 | pytorch | `torch.onnx.export` (dynamo=False) fails with uninformative error when exporting `apply_rotary_pos_emb`/`repeat_interleave` | ### ๐ Describe the bug
When attempting to export a HF transformers model that performs `apply_rotary_pos_emb` (definition below), an uninformative error is thrown:
<details>
<summary>See reproduction code</summary>
```py
import torch
def rotate_half(x):
"""Rotates half the hidden dims of the input."""
x... | module: onnx,triaged,OSS contribution wanted | low | Critical |
2,796,188,005 | rust | ICE: `cannot convert to a region vid` | <!--
[31mICE[0m: Rustc ./a.rs '-Zincremental-verify-ich=yes -Cincremental=<dir> -Cdebuginfo=2 -Clink-dead-code=true -Zvalidate-mir --edition=2024' 'error: internal compiler error: compiler/rustc_borrowck/src/universal_regions.rs:888:36: cannot convert `'a/#0` to a region vid', 'error: internal compiler error: compile... | I-ICE,T-compiler,C-bug | low | Critical |
2,796,198,136 | deno | Error when using TS Decorators | Version: Deno 2.1.6
Error when using argument decorators
 | needs investigation | low | Critical |
2,796,212,730 | rust | Change in leaf function causes unrelated compilation error in root function | ## Description
I encountered an issue where changing the leaf function causes a compilation error in the root function, but the change doesn't affect types or auto traits of the function.
Commenting out `router()` makes code to compile.
## Minimal Example
```rust
use axum::routing::{post, Router};
use futures_util... | A-lifetimes,A-trait-system,needs-triage | low | Critical |
2,796,227,000 | pytorch | torch._C._IncludeDispatchKeyGuard is very broken? | ```py
import torch
print(torch._C._meta_in_tls_dispatch_include())
with torch._C._IncludeDispatchKeyGuard(torch.DispatchKey.Meta):
print(torch._C._meta_in_tls_dispatch_include())
print(torch._C._meta_in_tls_dispatch_include())
```
prints False, True, True, which is completely bogus | triaged,module: dispatch | low | Critical |
2,796,232,607 | godot | Camera3D preview may show temporary visual glitch when selected | ### Tested versions
- Godot v4.4.beta1
- related https://github.com/godotengine/godot/pull/90778
### System information
Windows 11 (build 22631) - Single-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 (NVIDIA; 32.0.15.6614) - Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (12 threads)
### Issu... | bug,topic:editor | low | Minor |
2,796,236,006 | vscode | Remote SSH freezing when loading extensions. Enabling remote.downloadExtensionsLocally did not help |
Type: <b>Bug</b>
In the server output I'm seeing:
2025-01-17 14:08:27.683 [error] [network] #1: https://main.vscode-cdn.net/extensions/marketplace.json - error GET read ETIMEDOUT
Yes I know remote SSH can be a problem if the remote server is behind a firewall. However I was hoping that the Extension Host could stil... | triage-needed,stale | low | Critical |
2,796,242,535 | material-ui | top-level-imports v5 changing color imports | ### Steps to reproduce
Steps:
1. Import grey from @mui/material/colors
`import { grey } from @mui/material/colors;`
2. npx @mui/codemod@latest v5.0.0/top-level-imports <path>
3. The import will change to `import { grey } from '@mui/material';`
### Current behavior
Steps:
1. Import grey from @mui/material/colors
`im... | bug ๐,waiting for ๐,package: codemod,ready to take,v5.x | low | Minor |
2,796,256,091 | tauri | [bug] `cargo tauri dev` does not kill the application before recompiling Rust/config changes on Windows | ### Describe the bug
I used `cargo install tauri-cli@2.2.4` with toolchain 1.84 and started migrating a v1 project to v2. Everything seems to be working, except when I run the dev server with `cargo tauri dev` with the file watcher enabled, it no longer kills the child process before trying to rerun `cargo build` when... | type: bug,status: needs triage | low | Critical |
2,796,258,184 | PowerToys | Task Scheduler fails to execute autorun | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
This is one of the "Autorun not working at startup" issues. The issue has only shown up within the past month after using PowerToys the last 4 yea... | Issue-Bug,Needs-Triage | low | Minor |
2,796,316,504 | ui | [bug]: CLI not respecting settings in components.json | ### Describe the bug
```json
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "app/app.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": "",
"tsx": true
},
"aliases": {
... | bug | low | Critical |
2,796,341,555 | PowerToys | [Github] PRs missing build CI checks | ### Repository Branch
main
### โ Actual Behavior
The build ci checks aren't running anymore after updating PRs against current main. Why?
xref: #33703

### โ๏ธ Expected Behavior
Build CI checks are executed after pushing cha... | Issue-Bug,Priority-0,Area-Build,Needs-Team-Response,Status-Reproducible | low | Minor |
2,796,343,916 | langchain | docs: Replace `initialize_agent` use with langgraph.prebuilt.create_react_agent | ### Privileged issue
- [x] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here.
### Issue Content
Currently there's a bunch of tools and other integrations that use `initialize_agent` in their docs page (search langchain/docs for "initialize_agent")
This function has... | documentation,help wanted,good first issue,๐ค:docs | low | Minor |
2,796,350,085 | rust | Tracking issue for release notes of #135656: Add `-C hint-mostly-unused` to tell rustc that most of a crate will go unused |
This issue tracks the release notes text for #135656.
### 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,relnotes-tracking-issue | low | Minor |
2,796,353,567 | langchain | Update default values of minimax_api_host and model in MiniMaxChat __init__ | ### Checked other resources
- [x] I added a very descriptive title to this issue.
- [x] I searched the LangChain documentation with the integrated search.
- [x] I used the GitHub search to find a similar question and didn't find it.
- [x] I am sure that this is a bug in LangChain rather than my code.
- [x] The bug is ... | ๐ค:bug | low | Critical |
2,796,356,520 | godot | [Godot 4.4 Beta1] Big TileMapLayer's tiles disappear and flicker when used inside a CanvasGroup and zooming out | ### Tested versions
Reproducible in: 4.4 Beta1, 4.4 dev7.
Not reproducible in: 4.1.4 stable.
### System information
Godot v4.4.beta1 - Windows 10 (build 19045) - Multi-window, 1 monitor - Vulkan (Forward+) - integrated AMD Radeon(TM) Vega 8 Graphics (Advanced Micro Devices, Inc.; 27.20.1028.1) - AMD Ryzen 5 3500U wi... | bug,topic:editor,needs testing,topic:2d | low | Minor |
2,796,381,668 | go | cmd/go: `all` pattern in per package flags is inaccurate in module mode | `all` has a slightly different meaning in module mode than it does in `GOPATH` mode. In `GOPATH` mode, it's pretty much everything:
> In GOPATH mode, "all" expands to all packages found in all the GOPATH trees.
But in module mode, "all"
> expands to the set of "packages in the main module (or workspace modules) and ... | NeedsInvestigation,GoCommand | low | Minor |
2,796,383,244 | pytorch | Obey sm_carveout (limit on number of SMs) in inductor persistent kernel | ### ๐ The feature, motivation and pitch
See https://github.com/pytorch/pytorch/pull/144974#issuecomment-2599011250
cc @chauhang @penguinwu @voznesenskym @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @des... | triaged,oncall: pt2,module: inductor | low | Minor |
2,796,397,162 | rust | E0106 "missing lifetime specifier" should be omitted when the signature is incorrect in an `impl` (E0186) | ### Code
```Rust
trait Foo {
fn foo(&self) -> &str;
}
struct Example;
impl Foo for Example {
fn foo() -> &str {
"example"
}
}
```
### Current output
```Shell
error[E0106]: missing lifetime specifier
--> src/lib.rs:7:17
|
7 | fn foo() -> &str {
| ^ expected named lifetime... | A-diagnostics,T-compiler | low | Critical |
2,796,412,976 | react-native | Zooming in ScrollView causes incorrect offset of content | ### Description
When using the zoom and pinchGestureEnabled on a ScrollView, the content shifts to the side after re-rendering the component when zoomed in.
### Steps to reproduce
1) Toggle the ScrollView on
2) Zoom in
3) Toggle the ScrollView off
4) Toggle the ScrollView on
### React Native Version
0.76.6
### Af... | Issue: Author Provided Repro,Component: ScrollView,Needs: Version Info | low | Critical |
2,796,457,228 | go | x/build/cmd/relui: add support for making release announcement posts on Bluesky | During Go releases, relui takes on posting on 2 social sites using their APIs (#47403 and #65046). By now we have an account on one more social site, Bluesky, where we've also started to post links to Go release announcements (for example, https://bsky.app/profile/golang.org/post/3lfvcgeox7c2c).
This is the tracking i... | Builders,NeedsInvestigation,Automation | low | Minor |
2,796,462,469 | flutter | [flutter_test] gestures can leak from test to test | Steps to reproduce:
* Check out this revision of Flutter: https://github.com/flutter/flutter/commit/bb2d34126cc8161dbe4a1bf23c925e48b732f670
* `cd packages/flutter`
* `flutter test --reporter=expanded --test-randomize-ordering-seed=20250118 --fatal-warnings --track-widget-creation test/material/reorderable_list_test... | a: tests,framework,P1,team-framework,triaged-framework | medium | Minor |
2,796,500,511 | vscode | Line normalization in `Terminal.sendText()` (IPython) | <!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bi... | under-discussion | low | Major |
2,796,502,077 | flutter | Engine git-hooks are executed even for framework-only PRs | ```sh
matanl@matanl-macbookpro4 flutter % git push -f
The clang-tidy check is disabled. To enable set the environment variable PRE_PUSH_CLANG_TIDY to any value.
Starting formatting checks.
```
Not only is this taking forever (I believe unrelated), there is nothing it could be checking in this PR. | team-infra,P2,monorepo | low | Minor |
2,796,512,009 | ant-design | Buttons with variant "link" or "text" use the `info` color when the color is set to `primary` | ### Reproduction link
[](https://stackblitz.com/edit/react-t3ejzn?file=demo.tsx)
### Steps to reproduce
- Customize primary color and info color
- Use a button and pass the props color="primary" variant="text"
### What is expected?
T... | unconfirmed | low | Minor |
2,796,519,893 | flutter | Use `DEPS` to bootstrap the GitHub Actions Dart SDK | Some pondering on if initializing the Dart SDK can be vastly simplified, potentially also removing the need for the engine to create a copy of the Dart SDK as part of vended artifacts. One of the reasons this _could_ be beneficial is we'd like to explore using GitHub actions in the Flutter repo.
A GitHub action would ... | team-infra,P3,c: tech-debt,monorepo | low | Major |
2,796,520,756 | angular | โ ๏ธ Local development bugs with HMR | ### Which @angular/* package(s) are the source of the bug?
compiler-cli
### Is this a regression?
Yes
### Description
We're aware of reports of local development bugs arising from Angular template HMR in 19.1.x, which has been enabled by default.
List of known issues:
* [Fixed in 19.1.2] ~~#59581~~
* [Fixed in 1... | area: core,core: hot module replacement (HMR) | medium | Critical |
2,796,528,295 | flutter | A label to track approval of `c: proposal` issues? | For example, in https://github.com/flutter/flutter/issues/161843, I propose making a change.
It would be nice for us to mark proposals as approved, even if it's just a GitHub label, so that folks can know "this is a proposal, and the domain owner(s) agree with it being implemented" versus "this is a proposal, and we h... | team,will need additional triage,c: proposal,fyi-infra | low | Minor |
2,796,545,097 | rust | Delay stabilizing async closures to consider if they should return `impl IntoFuture` instead of `impl Future` | Async closures are currently in beta for stabilization in 1.85. I'm very excited to see this feature stabilized!
That said, I would like the Lang team to consider delaying their stabilization to consider a new design detail. Delaying stabilization would amount to putting a PR in nightly that undoes the stabilization, ... | T-lang,C-discussion,I-lang-nominated | medium | Critical |
2,796,550,635 | godot | Editor crash while refactoring scripts | ### Tested versions
- Occurred in v4.4.dev7.official [46c8f8c5c]
### System information
Godot v4.4.dev7 - Windows 11 (build 22631) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 3080 Ti (NVIDIA; 32.0.15.6636) - AMD Ryzen 9 5900X 12-Core Processor (24 threads)
### Issue description
I expe... | bug,topic:gdscript,topic:editor,crash | low | Critical |
2,796,555,929 | rust | LLVM assertion failure on Wasm exceptions | ### Code
```Rust
fn main() {}
```
:/
### Meta
I'm building rustc on the current master (bcd0683e5dce1945b5d940714742e7502883bb5c) with LLVM assertions enabled. I'm compiling the program above like this:
```
RUSTFLAGS="-C panic=unwind" cargo +stage1 build --target wasm32-wasip1 -Z build-std
```
I'm using the 23.0... | I-crash,A-LLVM,T-compiler,O-wasm,C-bug,O-wasi,O-emscripten | medium | Critical |
2,796,566,382 | ollama | HSA_OVERRIDE_GFX_VERSION_0 while running on only one GPU | ### What is the issue?
I am running `ollama:rocm` in a docker container on Ubuntu 24.04. My GPU is an RX 6600 (`gfx1032`). Everything works fine when I run `ollama` using
```bash
docker run -d \
--device /dev/kfd \
--device /dev/dri \
-v ollama:/root/.ollama \
-p 11434:11434 \
--restart unless-sto... | bug | low | Critical |
2,796,575,411 | ollama | ollama/ollama:rocm not detecting AMD GPU being passed in | ### What is the issue?
# Overview
I've been trying to add ollama/openwebui to my home lab and I've run across an issue I cannot figure out. ROCM has finally been released last month for my linux distro and I've got it installed and can run (on gpu) ollama on my host machine. When I try to transition to docker however,... | bug | low | Critical |
2,796,582,590 | tauri | linux development often show blank screen. | when modify some code , sometimes the `webview` component show nothing.
I need restart `pnpm run dev` and restart the rust `backend` to make it working again.
Anyone else have the same problem??? | type: bug,platform: Linux,status: needs triage | low | Major |
2,796,586,042 | PowerToys | Technical glitches while running the powertoy | ### Microsoft PowerToys version
0.87.1.0
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
PowerToys Run, General
### Steps to reproduce
when my pc is in idle state and after some time when i try to run the powertoys run using alt + space it don't register the action and ... | Issue-Bug,Needs-Triage | low | Minor |
2,796,598,858 | rust | Tracking issue for release notes of #133700: const-eval: detect more pointers as definitely not-null |
This issue tracks the release notes text for #133700.
### 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-lang,T-compiler,relnotes,needs-triage,relnotes-tracking-issue | low | Minor |
2,796,602,141 | neovim | AI/LLM/GenAI related features | This is a stub issue, will update it over time.
## Problem
Although "AI features" are not something we see a need for in Nvim core, I'm looking at the space and have noticed some "primitives" that are missing and require every plugin to reimplement things that are generally useful, even for non-AI plugins.
## Expe... | ui,lua | low | Major |
2,796,603,367 | godot | [godot3.6] Compile web platform runtime error | ### Tested versions
3.6
### System information
godot3.6 v3.6.1.rc.mono.custom_build [4c1514c7f]
### Issue description
compile for the Web platform
`scons platform=javascript tools=no target=release
scons platform=javascript tools=no target=release_debug
`
set compiled webassembly_debug.zip and webassembly_relea... | bug,platform:web,needs testing,topic:dotnet | low | Critical |
2,796,610,756 | PowerToys | Not able to copy certain info | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
TextExtractor
### Steps to reproduce
Tried to copy info. Text Extractor failed to copy.

at chrome-extension://gpphkfbcpidddadnkolkpfckpihlkkil/build/main.js:1:... | Type: Bug,Status: Unconfirmed,Component: Developer Tools | medium | Critical |
2,796,615,965 | godot | [v4.4-dev7_win64] Failure to launch | ### Tested versions
Reproducible in: Godot_v4.4-dev7_win64, Godot_v4.4-beta1_win64
Not reproducible in: Godot_v4.4-dev6_win64
### System information
Windows 11 - RTX 4090 (Thunderbolt 4) - Driver 566.36
### Issue description
Upon running the Godot application, the cursor spins for a second, then stops without ever... | bug,platform:windows,crash,regression | low | Critical |
2,796,626,997 | rust | regression: ICE: Failed to normalize Alias(Opaque, AliasTy | - https://crater-reports.s3.amazonaws.com/beta-1.85-1/beta-2025-01-12/gh/Menestis.Skynet/log.txt
```
[INFO] [stdout] error: internal compiler error: compiler/rustc_middle/src/ty/normalize_erasing_regions.rs:168:90: Failed to normalize Alias(Opaque, AliasTy { args: [], def_id: DefId(0:850 ~ skynet[716d]::web::create_tas... | I-ICE,P-low,T-compiler,regression-from-stable-to-beta | low | Critical |
2,796,627,464 | rust | regression: a value of type `HashMap<Pulse, u64>` cannot be built from | - https://crater-reports.s3.amazonaws.com/beta-1.85-1/beta-2025-01-12/gh/dimo414.advent-2023/log.txt
```
[INFO] [stderr] Compiling advent-2023 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: a value of type `HashMap<Pulse, u64>` cannot be built from an iterator over elements of type `&(Pulse, {integer}... | T-lang,T-compiler,regression-from-stable-to-beta,I-prioritize,I-lang-nominated,A-edition-2024 | low | Critical |
2,796,627,814 | rust | regression: cannot borrow ... as immutable because it is also borrowed as mutable | - https://crater-reports.s3.amazonaws.com/beta-1.85-1/beta-2025-01-12/gh/LP-Finance-Inc.twamm/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.85-1/beta-2025-01-12/gh/Mokosha.pbrt_rust/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.85-1/beta-2025-01-12/gh/jw1912.diffable/log.txt
```
[INFO] [stdout] e... | T-compiler,regression-from-stable-to-beta,P-critical,T-types | low | Critical |
2,796,627,979 | rust | regression: ICE: `trimmed_def_paths` called, diagnostics were expected but none were emitted | - https://crater-reports.s3.amazonaws.com/beta-1.85-1/beta-2025-01-12/reg/quinn-proto-0.11.9/log.txt
```
[INFO] [stderr] `trimmed_def_paths` called, diagnostics were expected but none were emitted. Use `with_no_trimmed_paths` for debugging. This happened in the following `must_produce_diag` call's backtrace:
[INFO] [s... | I-ICE,P-high,T-compiler,regression-from-stable-to-beta | low | Critical |
2,796,677,342 | flutter | I get this error in IOS : [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel: "dev.flutter.pigeon.path_provider_foundation.PathProviderApi.getDirectoryPath"., null, null) #0 | When I try to run this in IOS I get this error.
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel: "dev.flutter.pigeon.path_provider_foundation.PathProviderApi.getDirectoryPath"., null, null)
#0 PathProviderApi.getDir... | waiting for customer response,in triage | low | Critical |
2,796,689,807 | deno | Relax restrictions on scrypt `log_n` | Version: Deno 2.1.6
```js
// scrypt.js
import crypto from 'node:crypto'
crypto.scrypt('password', 'salt', 128, (err, hashed) => {
if (err) throw err
console.log('hashed = ', hashed.toString('hex'))
})
crypto.scrypt('password', 'salt', 128, (err, hashed) => {
if (err) throw err
console.log('hashed = ', hashed... | upstream,node compat,crypto | low | Critical |
2,796,720,352 | godot | Duplicating resources and editing them without saving stores incorrect data in them and inspector displays wrong data. | ### Tested versions
Reproducible in:
- v4.4.beta1.official [d33da79d3]
- v4.3.stable.official [77dcf97d8]
- v4.2.2.stable.official [15073afe3]
### System information
Godot v4.3.stable - Windows 10.0.19045 - GLES3 (Compatibility) - NVIDIA GeForce GTX 750 Ti (NVIDIA; 32.0.15.6094) - Intel(R) Core(TM) i5-6400 CPU @ 2.7... | topic:editor,needs testing | low | Minor |
2,796,746,011 | tensorflow | TFnode on TensorflowonSpark 2.2.5 | I'm running some code on Microsoft Fabric, and I use the following line:
def map_fun(tf_args, ctx):
cluster, server = TFNode.start_cluster_server(ctx)
print('ctx')
if ctx.job_name == "ps":
server.join()
else:
print("Hello from worker", ctx.task_index)
I'm getting an error regarding TFnode, does anyone know why this co... | type:support,TF 2.12 | low | Critical |
2,796,791,671 | ollama | Embedding Model: iamgroot42/rover_nexus | Its the top model in MTEB Leaderboard. | model request | low | Minor |
2,796,826,624 | terminal | First turn off the performance option Show window contents when dragging. Open a Windows terminal window and drag the right edge of the window to zoom out the window. Black lines are displayed in the original position. | ### Windows Terminal version
1.21.3231.0
### Windows build number
10.0.26100.2894
### Other Software
_No response_
### Steps to reproduce
First turn off the performance option Show window contents when dragging. Open a Windows terminal window and drag the right edge of the window to zoom out the window. Black li... | Issue-Bug,Needs-Author-Feedback,Needs-Triage,No-Recent-Activity | low | Major |
2,796,831,254 | godot | play_backwards Cannot Play Loop Animations | ### Tested versions
v4.4.beta1.official [4ce466d7f]
### System information
Windows 11 (build 22631) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2050 (NVIDIA; 32.0.15.6109) - 12th Gen Intel(R) Core(TM) i5-12500H (16 threads)
### Issue description
I have encountered an issue where th... | bug,needs testing,topic:animation | low | Minor |
2,796,841,741 | terminal | Unable to Launch Windows Terminal via `wt.exe` or `windowsterminal.exe` After KB5050021 Update | ### Windows Terminal version
1.21.3231.0
### Windows build number
22621.4751
### Other Software
_No response_
### Steps to reproduce
## Detailed Description
After applying the KB5050021 update on January 14, 2025, the Windows Terminal fails to launch when executed via:
- `wt.exe` in PowerShell, CMD, or VS Code ... | Issue-Bug,Needs-Triage,Needs-Attention | low | Critical |
2,796,865,708 | storybook | [Bug]: create Nextjs sandbox failed. | ### Describe the bug
```
โ๏ธ Initializing Storybook
> node /Users/zhyd1997/workspace/storybook/code/lib/create-storybook/bin/index.cjs init --yes --debug
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ Adding Storybook version 8.6.0-a... | bug,good first issue,help wanted,cli,nextjs | low | Critical |
2,796,865,913 | puppeteer | [Feature]: Keyboard and Pointer Lock API Permission type added | ### Feature description
Can we please get the new chrome v131 Keyboard and Pointer Lock permissions added?
https://pptr.dev/api/puppeteer.permission
Current workaround requires using v23.7.1 for chrome v130 browser.
https://pptr.dev/supported-browsers
https://developer.chrome.com/blog/keyboard-lock-pointer-lock-permi... | feature,P2,chrome,m133 | low | Minor |
2,796,877,194 | tensorflow | Segmentation fault (core dumped) in `RaggedTensorToTensor` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.17
### Custom code
Yes
### OS platform and distribution
Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC/compiler ve... | type:bug,comp:ops,2.17 | medium | Critical |
2,796,877,858 | ui | [feat]: I would like to request a change to the cookie name used in the sidebar component. | ### Feature description
The current cookie name for the sidebar is as follows:
```
const SIDEBAR_COOKIE_NAME = "sidebar:state";
```
However, this cookie name causes a validation error in msw, making it unusable.
```
TypeError: argument name is invalid
```
In msw, cookie names are validated against the following re... | area: request | low | Critical |
2,796,881,366 | vscode | GPU usage fluctuate in VS Code, but stably high in other IDE. |
Type: <b>Performance Issue</b>
I am building a BERT-like model with pytorch, but I encounter a very unstable GPU usage while training my model on VS Code.
I tested the same code and python env in Spyder IDE, everything is fine and GPU usage is stably above 90%. So, it seems that there is something bog down my device... | info-needed | low | Critical |
2,796,881,534 | tensorflow | Aborted in `tf.raw_ops.RaggedGather` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.17
### Custom code
Yes
### OS platform and distribution
Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC/compiler ve... | type:bug,comp:ops,2.17 | medium | Critical |
2,796,891,774 | flutter | 'package:flutter/src/widgets/scrollable.dart': Failed assertion: line 842 pos 12: '_hold == null': is not true. | ### Steps to reproduce
I wanted to create an instant return effect so that the header would always be open or closed.
Essentially this code works, but at some point it produces a critical error and scrolling stops working.
### Expected results
.
### Actual results
/
### Code sample
<details open><summary>Cod... | waiting for customer response,in triage | low | Critical |
2,796,900,433 | vscode | Explorer not working as intended |
Type: <b>Bug</b>
The explorer doesnt show the folders and folder structure.
VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z)
OS version: Windows_NT x64 10.0.22631
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|11th Gen Intel(R) Core(TM)... | info-needed | low | Critical |
2,796,906,847 | pytorch | Bracket indexing not working | ### ๐ Describe the bug
Unsqueezing not working
```python
import torch
tn = torch.randn(6980, 1, 12, 16, 20)
tn[[1], :, :, :, :].shape # (1, 1, 12, 16, 20)
tn[[1], :, [11], :, :].shape # (1, 1, 16, 20)
```
### Versions
PyTorch version: N/A
Is debug build: N/A
CUDA used to build PyTorch: N/A
ROCM used to build P... | needs reproduction,triaged,module: advanced indexing | low | Critical |
2,796,928,799 | pytorch | Please add fp16 to MPS devices. | ### ๐ The feature, motivation and pitch
I used torch==2.7 to train llama via huggingface transformers,but
Loading checkpoint shards: 100%|โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ| 2/2 [... | needs reproduction,triaged,module: amp (automated mixed precision),module: mps | low | Critical |
2,796,933,056 | tensorflow | Aborted in ` tf.nn.conv3d_transpose` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tf 2.16.1
### Custom code
Yes
### OS platform and distribution
Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC/compiler v... | stat:awaiting response,type:bug,comp:apis,comp:ops,TF 2.16 | medium | Critical |
2,796,938,285 | godot | project manager unable to resolve icon referenced by uid before import | ### Tested versions
4.4-beta1
### System information
(Native)
Godot v4.4.beta1 - Windows 10 (build 19045) - Multi-window, 2 monitors - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 4070 (NVIDIA; 32.0.15.6636) - AMD Ryzen 9 3950X 16-Core Processor (32 threads)
(WSL2 on above system)
Godot v4.4.beta1 - Ubuntu 24.04.1... | bug,topic:editor | low | Critical |
2,796,939,108 | godot | GPUParticles3D collide with their gizmo icon, which can make them appear to not move at all if using the Point emission mode | ### Tested versions
- Reproducible in: 4.4.beta1, 4.4.beta 7b1ed520b
- Not reproducible in: 4.3.stable
### System information
Godot v4.4.beta (7b1ed520b) - Fedora Linux 41 (KDE Plasma) on X11 - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4090 (nvidia; 565.77) - 13th... | bug,topic:editor,regression,topic:3d,topic:particles | low | Minor |
2,796,940,106 | pytorch | [RFC] Improve performance for layer_norm op for cuda with revectorized | ### ๐ The feature, motivation and pitch
I found there is big perf drop if the size of layer_norm's inside size is not multiple of 4, there is a micro test case:
```python
import torch
DEVICE=torch.device('cuda')
# Time cost for near 1024
for cnt in range(2040, 2050):
x = torch.randn(4096, cnt, device=DEVICE, dt... | module: nn,module: cuda,triaged,topic: performance | low | Major |
2,796,945,049 | tensorflow | Abort in `tensorflow.keras.backend.conv2d` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tf 2.16.1 tf 2.17.0
### Custom code
Yes
### OS platform and distribution
Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC/... | stat:awaiting response,type:bug,comp:apis,2.17 | medium | Critical |
2,796,947,730 | tensorflow | Aborted (core dumped) in `tensorflow.nn.max_pool1d` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.16.1 tf 2.17.0
### Custom code
Yes
### OS platform and distribution
Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC... | stat:awaiting response,type:bug,comp:ops,2.17 | medium | Critical |
2,796,949,006 | tensorflow | Floating point exception in `tensorflow.nn.max_pool1d` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.16.1 tf 2.17.0
### Custom code
Yes
### OS platform and distribution
Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC... | stat:awaiting response,type:bug,comp:apis,comp:ops,2.17 | medium | Critical |
2,796,950,022 | tensorflow | Aborted in `tensorflow.nn.max_pool3d` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.16.1 tf 2.17.0
### Custom code
Yes
### OS platform and distribution
Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC... | stat:awaiting response,type:bug,comp:ops,2.17 | medium | Critical |
2,796,951,107 | rust | Tracking Issue for `stdarch_s390x` | Feature gate: `#![feature(stdarch_s390x)]`
This is a tracking issue for the s390x (aka SystemZ) intrinsics in `core::arch::s390x`.
### Public API
Everything in `core::arch::s390x`.
Missing instructions
based on the GCC [vecintrin.h](https://github.com/gcc-mirror/gcc/blob/master/gcc/config/s390/vecintrin.h)
- [ ] ... | T-libs-api,C-tracking-issue,O-SystemZ | low | Minor |
2,796,952,009 | tensorflow | Aborted in `tensorflow.raw_ops.RecordInput` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.16.1 tf 2.17.0
### Custom code
Yes
### OS platform and distribution
Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC... | stat:awaiting response,type:bug,comp:ops,2.17 | medium | Critical |
2,796,953,954 | tensorflow | Aborted in `tensorflow.compat.v1.nn.depthwise_conv2d_native` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.16.1 tf 2.17.0
### Custom code
Yes
### OS platform and distribution
Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC... | stat:awaiting response,type:bug,comp:ops,2.17 | medium | Critical |
2,796,954,403 | electron | Mouse events in unfocused window | ### 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:,has-repro-repo,34-x-y | low | Critical |
2,796,955,278 | tensorflow | Aborted in `tensorflow.raw_ops.ScatterNdNonAliasingAdd` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.16.1 tf 2.17.0
### Custom code
Yes
### OS platform and distribution
Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC... | stat:awaiting response,type:bug,comp:ops,2.17 | medium | Critical |
2,796,957,488 | tensorflow | Aborted in `tensorflow.compat.v1.nn.conv2d_backprop_filter` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.16.1 tf 2.17.0
### Custom code
Yes
### OS platform and distribution
Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC... | stat:awaiting response,type:bug,comp:ops,2.17 | medium | Critical |
2,796,958,241 | storybook | [Bug]: Next.js-Vite fails in new Next.js project | ### Describe the bug
#### What I did
- `pnpx create next-app`
- `pnpx storybook@latest init`
- manually replace `@storybook/nextjs` with `@storybook/experimental-nextjs-vite`

#### Workaround
- Manually install `styled-jsx`
##... | bug,dependencies,has workaround,nextjs,sev:S2 | low | Critical |
2,796,960,526 | vscode | Git - Add autocomplete for SCM's commit message | Automatically complete commit message based on files in the staging.
I believe this is an exceptionally innovative and highly practical feature.
<img width="707" alt="Image" src="https://github.com/user-attachments/assets/9709cd24-9486-428d-b9ce-561f8fdf98a8" /> | feature-request,git | low | Minor |
2,796,962,703 | tensorflow | Aborted in `tensorflow.nn.depthwise_conv2d_backprop_filter` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.16.1 tf 2.17.0
### Custom code
Yes
### OS platform and distribution
Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC... | stat:awaiting response,type:bug,comp:ops,2.17 | medium | Critical |
2,796,977,129 | yt-dlp | [Google Drive] Cannot download source file when cookies are given | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [x] I'm reporting that yt-dlp is broken on a **supported** site
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc... | account-needed,site-bug,triage,can-share-account | low | Critical |
2,796,983,161 | flutter | [go_router] App link provided to an app is ignored by GoRouter, when the app is suspended and resumed from background (Android) | ### Steps to reproduce
Hello,
I have an app with native GoRouter restoration implemented (by providing restorationScopeId).
When I provide an app link to my app, which is in the background and suspended by the OS to save memory, GoRouter ignores the app link and restores the route from its previous state. However, ... | platform-android,package,has reproducible steps,p: go_router,team-go_router,found in release: 3.27,found in release: 3.28 | low | Major |
2,796,983,732 | ollama | Deepseek-v3 make smaller quants available | Hi,
The smallest Deepseek-v3 you currently offer via the library is deepseek-v3:671b-q4_K_M.
Please can you make smaller quants available, e.g., Q3, to make this model more accessible.
Thanks! | model request | low | Minor |
2,796,984,999 | transformers | Inconsistent output lengths when `max_length=20` is set implicitly vs explicitly in `generate()` | ### System Info
- `transformers` version: 4.49.0.dev0
- Platform: macOS-15.1.1-arm64-arm-64bit
- Python version: 3.11.10
- Huggingface_hub version: 0.27.1
- Safetensors version: 0.5.2
- Accelerate version: 1.2.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.5.1 (False)
- Tensorflow version (GPU?): not ... | bug | low | Critical |
2,796,992,863 | godot | [4.4] Camera3D preview doesn't show anything until interact with editor. | ### Tested versions
v4.4.beta1.official [d33da79d3]
### System information
Godot v4.4.beta1 - Android - Single-window, 1 monitor - OpenGL ES 3 (Compatibility) - Adreno (TM) 610 - (8 threads)
### Issue description
After add Camera3D inside a scene camera preview doesn't show anything. It show nothing until I inter... | bug,topic:editor,topic:3d | low | Minor |
2,797,019,519 | flutter | Grade Plugin Flutter | ### Steps to reproduce
flutter build appbundle
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all files for configuration ':classpath'.
> Could not find io.flutter:flutter-gradle-plugin:3.0.0.
Searched in the following l... | waiting for customer response,in triage | low | Critical |
2,797,020,257 | godot | GPUParticles3D nodes skip update for one frame whenever a new GPUParticles3D is created | ### Tested versions
Reproducible in: v4.4.beta1.mono.official [d33da79d3]
### System information
Godot v4.4.beta1.mono - Windows 10 (build 19045) - Single-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2060 (NVIDIA; 31.0.15.5275) - Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 threads)
### Issu... | bug,confirmed,topic:particles | low | Major |
2,797,025,983 | vscode | properly not working |
Type: <b>Bug</b>
work space is not working in this visual studio code
VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z)
OS version: Windows_NT x64 6.2.9200
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i5-7300U CPU @ ... | info-needed,triage-needed | low | Critical |
2,797,036,148 | rust | Missing re-export of `FromCoroutine` in `core::iter` for `from_coroutine` | The `FromCoroutine` type returned by the unstable function `core::iter::from_coroutine` was not publicly re-exported in the `core::iter` module. | C-bug,T-libs | low | Minor |
2,797,037,301 | svelte | Cannot set properties of null (setting 'currentTime'), when transition | ### Describe the bug
When playing audio HTML element with binded currentTime value becomes hidden with transition, the Svelte still tries to set the value of the now missing property (while animated), which results in an error Cannot set properties of null.
### Reproduction
Full example: [REPL](https://svelte.dev/pl... | transition/animation | low | Critical |
2,797,039,519 | transformers | Defining LLM Dataset types in Trainers or during Training Workflow | ### Feature request
Hi,
Just wondering if its possible to define a way to define the dataset input labels mapping argument in the transformers.Trainer or something similar?
I understand that the input data labels are dependent on the type of training loss function used and problem for example, the type of defining ... | Feature request | low | Minor |
2,797,048,027 | langchain | OpenAI Assistant V2 Runnable parameters, run_metadata does not exist | ### Checked other resources
- [x] I added a very descriptive title to this issue.
- [x] I searched the LangChain documentation with the integrated search.
- [x] I used the GitHub search to find a similar question and didn't find it.
- [x] I am sure that this is a bug in LangChain rather than my code.
- [x] The bug is ... | ๐ค:bug | low | Critical |
2,797,056,331 | pytorch | Driver Allocated Memory grows unrestricted when using torch.unique on MPS device | ### ๐ Describe the bug
When using `torch.unique` in a loop on the MPS backend, the memory allocated by the driver grows unrestricted. In my real application that leads to an `RuntimeError: MPS backend out of memory (MPS allocated: 24.00 MB, other allocations: 36.24 GB, max allowed: 36.27 GB)` error late in the trai... | module: memory usage,triaged,module: mps | low | Critical |
2,797,056,878 | rust | Tracking issue for release notes of #133925: disallow `repr()` on invalid items |
This issue tracks the release notes text for #133925.
### 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-lang,relnotes,needs-triage,relnotes-tracking-issue | low | Critical |
2,797,065,765 | rust | Tracking issue for release notes of #133889: Consider fields to be inhabited if they are unstable |
This issue tracks the release notes text for #133889.
### 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-lang,relnotes,needs-triage,relnotes-tracking-issue | 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.