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,771,699,621 | godot | Text editor undo/redo representation is very inefficient and slow, and can only store 1024 keypresses by default, also causes bugs | ### Tested versions
4.4dev7 but also many other versions of 4.x like 4.3 betas
### System information
Godot v4.3.beta2 - Windows 10.0.19045 - GLES3 (Compatibility) - AMD Radeon RX 6800 (Advanced Micro Devices, Inc.; 32.0.12033.1030) - AMD Ryzen 5 7600X 6-Core Processor (12 Threads)
### Issue description
When multi... | enhancement,discussion,topic:gui,performance | low | Critical |
2,771,710,951 | ollama | I/O error on POST request for "http://localhost:11434/v1/chat/completions\ | ### What is the issue?
error infomation:
{
"timestamp": "2025-01-07T01:02:47.506+00:00",
"status": 500,
"error": "Internal Server Error",
"trace": "org.springframework.web.client.ResourceAccessException: I/O error on POST request for \"http://localhost:11434/v1/chat/completions": Read timed out\",
"m... | bug,needs more info | low | Critical |
2,771,718,066 | flutter | When '辻󠄀' (double tick) is entered, it only appears as '辻' | ### Steps to reproduce
1. The font used is NotoSansJP. (NotoSansJP provides "辻󠄀" and "辻" as separate characters.)
2. Use TextFormField
3. Type '辻󠄀' using a Japanese keyboard.
### Expected results
'辻󠄀' is displayed in the TextFormField.
### Actual results
'辻' is displayed in the TextFormField.
#... | engine,a: internationalization,dependency: skia,a: typography,has reproducible steps,P3,team-engine,triaged-engine,found in release: 3.27,found in release: 3.28 | low | Critical |
2,771,727,138 | yt-dlp | How to download videos from SnapChat without watermark? | ### 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 asking a question and **not** reporting a bug or requesting a feature
- [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#re... | site-enhancement,triage | low | Critical |
2,771,734,800 | go | runtime: 'fatal error: traceback did not unwind completely' in debugCall | ### Go version
go1.23.0/amd64
This issue also exists in the latest version.
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='on'
GOARCH='amd64'
GOBIN=''
GOCACHE='/Users/ht/Library/Caches/go-build'
GOENV='/Users/ht/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOF... | WaitingForInfo,NeedsInvestigation,compiler/runtime,BugReport | low | Critical |
2,771,743,238 | ollama | [Model request] alea-institute/kl3m-003-3.7b | https://huggingface.co/alea-institute/kl3m-003-3.7b
https://www.kl3m.ai/
KL3M is a family of language models claimed to be trained on clean, legally-permissible data. It has obtained the [Fairly Trained L-Certification](https://www.fairlytrained.org/certifications). `kl3m-003-3.7b` is the latest available model of ... | model request | low | Minor |
2,771,785,244 | godot | `MeshInstance3D`'s auto-initialized `skeleton` property leads to confusing errors when no skeleton is desired | ### Tested versions
Reproducible in 4.3.stable and 4.4.dev7
### System information
Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1660 SUPER (NVIDIA; 32.0.15.6636) - Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz (16 Threads)
### Issue description
`MeshInstance3D` automaticall... | bug,topic:animation,topic:3d | low | Critical |
2,771,829,509 | godot | [4.3 stable] Android gradle build export error | ### Tested versions
Godot 4.3.stable
### System information
Ubuntu 24 Godot4 v4.3stable
### Issue description
I am facing this error "execution failed for task ' processdebugresources" while exporting to android with gardle build .... I Don't know what's the reason I installed all sdk java sdk properly..but still f... | bug,platform:android,needs testing,topic:export | low | Critical |
2,771,856,874 | yt-dlp | Noodle Magazine - Unable to download webpage: HTTP Error 403: Forbidden | ### 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... | NSFW,site-bug,triage | low | Critical |
2,771,869,507 | flutter | `Slider` with transparent track colors and custom `trackHeight` cannot reach the extreme ends | ### Steps to reproduce
1. run the example code.
2. long-pressed to the indicator.
3. schroll to best left.
### Expected results
i can drag the indicator to the best left and right.
### Actual results
i can't drag the indicator to the best left and right.
### Code sample
```dart
import 'package:f... | c: regression,framework,f: material design,has reproducible steps,P2,team-design,triaged-design,found in release: 3.27 | low | Major |
2,771,899,240 | deno | fmt(css): Break custom tailwindcss class | Version: Deno 2.1.4
`ease-[cubic-bezier(0.4,0,0.1,1)]` is a class name.
Therefore, if we include spaces, it will not be recognized as a class name.
`deno fmt` formats the name and includes spaces.
Before formatting
```css
.ease-custom {
@apply ease-[cubic-bezier(0.4,0,0.1,1)];
}
```
After
```css
.ease... | bug,deno fmt | low | Minor |
2,771,901,295 | TypeScript | error TS2835 suggests `.js` extension when `rewriteRelativeImportExtensions` is enabled | ### 🔎 Search Terms
- error TS2835
- rewriteRelativeImportExtensions
- allowImportingTsExtensions
- tsconfig
- diagnostics
### 🕗 Version & Regression Information
- This changed between versions: N/A and 5.7.2
- This changed in commit or PR: N/A
- This is the behavior in every version I tried, and I reviewed the FAQ... | Suggestion,Awaiting More Feedback | low | Critical |
2,771,904,978 | ollama | dolphin3 template doesn't support tools | The blurb for the new [dolphin3](https://ollama.com/library/dolphin3) model mentions "function calling" but the template doesn't support it. Replacing it with the template from llama3.1 (the base model) seems to work fine. | model request | low | Minor |
2,771,927,177 | flutter | WidgetSpan wrong caret position | ### Steps to reproduce
I'm trying to make TextField which supports custom tag. And I would like to delete a whole tag via backspace, so I use UTF16 private use area( such as U+F0000~U+F0002) to be recognized one character.
But I have the bellow problem. It seems that the caret shows wrong position from its actual p... | a: text input,framework,f: material design,has reproducible steps,P2,team-text-input,triaged-text-input,found in release: 3.27,found in release: 3.28 | low | Critical |
2,771,958,675 | PowerToys | [Run] Shell JsonStorage saving multiple times | ### Microsoft PowerToys version
0.87.1
### Installation method
GitHub
### Running as admin
No
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
JsonStorage for the shell plugin saves multiple times when changing non-shell related settings.
1. Change a non-shell related setting
2. See logs that Json... | Issue-Bug,Needs-Triage | low | Minor |
2,771,961,006 | ollama | Using the Ollama 0.5.4 will cause the pull progress to decrease instead of increase. | ### What is the issue?
Hi! I created a CPU Instance in HPC-AI.com to pull llama3.3:70b-instruct-fp16 and store it in Shared HighSpeedStorage for subsequent inference in the GPU Instance.
The Ollama version installed in the CPU Instance is 0.5.4, as shown below:
 in Databricks | ### URL
_No response_
### Checklist
- [x] I added a very descriptive title to this issue.
- [x] I included a link to the documentation page I am referring to (if applicable).
### Issue with current documentation:
I wish to perform advanced RAG using langchain, in Databricks. In the documentation, they tell how to ... | 🤖:docs | low | Minor |
2,771,980,772 | excalidraw | Arrow does not stay in place when moving around in group | Before moving in group

After moving the group around, some arrows detach themself and reattach to nothing

Another example, the further I z... | bug | low | Minor |
2,772,007,568 | tauri | [feat] PDF generation programmatically | ### Describe the problem
Current web APIs doesn't have simple way to generate pdf from the current webpage.
3rd party libraries doesn't work well - font issues, or some doesn't preserve text selection.
The webview's built in html -> pdf render works best but requires user interaction after 'window.print`
### De... | type: feature request | low | Minor |
2,772,011,723 | rust | DllMain is never run when given stdcall decorated export | I'm creating a Windows DLL in an admittedly goofy fashion: I have an executable that links a DLL and imports `DllMain`, using stdcall decorations (so in reality it's looking for `_DllMain@12`). This causes the DllMain function to not actually run when the DLL is linked. I made a dummy DllMain function that just retur... | A-linkage,O-windows,C-bug,needs-triage,A-dynamic-library | low | Critical |
2,772,012,953 | pytorch | [inductor] [dtype propogation] `conv1d,2d,3d` pass the check when handling `uint8,16,32,64` while eager throws the error | ### 🐛 Describe the bug
related to #144310
```python
import torch
import torch.nn.functional as F
torch._dynamo.config.recompile_limit = 12
def run_test(dim, dtype):
input_shape = [1, 8] + [64] * dim
input = torch.randn(input_shape).to(dtype).cuda()
kernel_size = 4
stride = 4
padd... | oncall: pt2,oncall: cpu inductor | low | Critical |
2,772,020,183 | godot | When starting the program, set the visible of texturerect or colorrect to true, and a problem occurs | ### Tested versions
My project needs exe transparency, so I set Transparent and per Pixel Transparency in project-General-Display to true, and my rendering mode is Compatibility. Now I will display some pictures after starting the program, so I set texturerect/colorrect's visible to true, but I found that after setti... | needs testing,topic:2d | low | Minor |
2,772,026,068 | tauri | [bug] Slightly incorrect inner window size when using window shadows + decorations disabled on Windows | ### Describe the bug
When displaying a window with shadows on and decorations off, the inner size of the window is slightly smaller than it needs to be, creating a black or white border on the bottom and right. See the following examples (you may have to look closely, lol):
<table>
<tr>
<th>No shadows, no... | type: bug,status: needs triage | low | Critical |
2,772,043,699 | flutter | [file_selector] KeyUpEvent is not Triggered when `getSaveLocation` is invoked | ### Steps to reproduce
Appears on windows, macos, linux is not tested.
1. Run **Code sample**
2. Press Ctrl + S. (show dialog)
3. Release Ctrl + S
### Expected results
1. Down Ctrl
2. Down KeyS
Show Dialog
3. Up KeyS
4. Up Ctrl
### Actual results
1. Down Ctrl
2. Down KeyS
Show Dialog
### Code sample
<... | a: text input,framework,package,has reproducible steps,P2,p: file_selector,team-text-input,triaged-text-input,found in release: 3.27,found in release: 3.28 | low | Critical |
2,772,088,224 | transformers | AttributeError: 'Config' object has no attribute '_get_non_default_generation_parameters' | ### System Info
transformers version: 4.47.1
I finetuned the rmbg-2.0 with my own dataset. When I save the model using model.save_pretrained, I got the error as follows:
File "/usr/lib/python3.10/site-packages/transformers/modeling_utils.py", line 2815, in save_pretrained
misplaced_generation_parameters = mode... | bug | low | Critical |
2,772,129,016 | ollama | Allow set the type of K/V cache separately | Allow set the type of K/V cache separately
On Qwen2-7B,
when K/V cache both `q4_0` produces weird results.
when k is `q4_0` and v is `q8_0` produces weird results.
when k is `q8_0` and v is `q4_0` produces normal results. | feature request | low | Minor |
2,772,129,800 | kubernetes | env variables are not expanded in pod lifecycle hooks | ### What happened?
Hi,
variable expansion ( the `$(var_name)` expansion) seem to work to specific places, it is a surprise for me when I use exec trace to find that it didn't work in `spec.containers[].lifecycle.preStop.exec.command` of pod.
### What did you expect to happen?
Either explicit documentation on wher... | sig/node,kind/feature,needs-triage | low | Minor |
2,772,168,431 | vscode | Low contrast on test error marker | I really like the test error marker but feel the contrast between background and text is too little:

@meganrogge can probably advise | bug,testing | low | Critical |
2,772,175,798 | vscode | PLEASE let us disable VSCode Copilot Chat extension without disabling Copilot | As the title states. There are several instances (https://github.com/microsoft/vscode-copilot-release/issues/610, https://github.com/orgs/community/discussions/130265, https://github.com/microsoft/vscode-copilot-release/issues/510, https://github.com/orgs/community/discussions/68276, etc.) of this request being made. S... | feature-request,extensions | low | Critical |
2,772,196,834 | electron | Invalid TypeScript type for event 'transactions-updated' | ### 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 ... | bug :beetle:,component/typescript,status/confirmed,32-x-y,needs-docs,34-x-y | low | Critical |
2,772,199,453 | ant-design | Form 设置clearOnDestroy 属性后在StrictMode 下无法正常加载初始值 | ### Reproduction link
[](https://codesandbox.io/p/sandbox/dan-chu-ceng-zhong-de-xin-jian-biao-dan-antd-5-23-0-forked-2xfksq)
### Steps to reproduce
在开发环境下使用StrictMode
```
createRoot(document.getElementById("container")).render(
... | unconfirmed | low | Major |
2,772,259,692 | three.js | Request depth-sensing generates error from 161 onwards | ### Description
Adding depth-sensing requirement on requestSession generates a getDepthInformation() null error from version 161 onwards
### Reproduction steps
1. Import a jsdeliver versión greater than 160
2. Add depth-sensing on xr.requestSession
3. Load web on recent chrome for an android 14
### Code
```js
... | WebXR | low | Critical |
2,772,278,452 | flutter | FormatException: Invalid UTF-8 byte (at offset 60) | ### Steps to reproduce
Hello, I have encountered a problem. I am using a Chinese made Linux aarch64 architecture computer to run the Flutter project on Android Studio. My Flutter project previously ran well on Windows and Linux x86. However, when I ran the project on a Linux aarch64 architecture computer, I found th... | waiting for customer response,in triage | low | Critical |
2,772,297,235 | vscode | Support extensions.autoRestart setting in stable | Support extensions.autoRestart setting in stable | feature-request,extensions | low | Minor |
2,772,312,505 | PowerToys | Create a blue screen of death if use peek on a .bat | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store, PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Peek
### Steps to reproduce
Just use peek on a .bat file
### ✔️ Expected Behavior
See what is the content of the .bat
### ❌ Actual Behavior
Create a blue scr... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Minor |
2,772,322,744 | flutter | flutter bugg while running the dart code | ### Steps to reproduce
*
### Expected results
There should be chnges in application but mean while there is nothing that change while we have make a certain changes in code but while debugging code it shown some missleading error
### Actual results
Launching lib\main.dart on sdk gphone x86 in debug mode...
Suppo... | waiting for customer response,in triage | low | Critical |
2,772,335,471 | opencv | Memory leak cv::videoCapture with FFMPEG backend | ### System Information
Debian 12
OpenCV 4.10
GCC 12.2
### Detailed description
**Memory leak of 300-400 MB at 75 iterations of reading**
VideoCapture Backend FFMPEG, Video format .webm, FPS 1, Frame Count 75, codec VP9
This code is golang code using GoCV, but everything related to golang has been tested usin... | bug,category: videoio,needs investigation | low | Minor |
2,772,355,736 | storybook | [Tracking]: Universal State Primitive 📡 | ## 🧑🤝🧑 Who: @JReinhold and @valentinpalkovic
This is a tracking issue for a project centered around creating a primitive that makes it easier to have state that is synced between some or all "environments".
# ⚠️ Problem
Storybook consists of multiple "environments" that tie the experience together:
- The dev ... | Tracking | low | Minor |
2,772,385,332 | flutter | Flutter build appbundle --release Downloads Multiple Android SDK Platforms in CI/CD with Fastlane and Drone | ### Type of Request
bug
### Infrastructure Environment
While running flutter build appbundle --release in a CI/CD pipeline using Fastlane and Drone, the build process triggers the download of multiple Android SDK platforms (e.g., android-28, android-31, android-33, etc.), which causes significant delays and oc... | team-infra | low | Critical |
2,772,401,189 | TypeScript | `RangeError: Maximum call stack size exceeded` Regression in #52392 | ### 🔎 Search Terms
RangeError: Maximum call stack size exceeded, #52392
### 🕗 Version & Regression Information
- This changed in commit or PR #52392
### ⏯ Playground Link
https://www.typescriptlang.org/play/?#code/KYDwDg9gTgLgBAbwL4G4BQaAmwDGAbAQymDgICMBnGKAnefAiiuAFQE8xgARAmAgWQjY8AHgAKRYADsYAPkRo4cMJJkAuOBOIz... | Bug | low | Critical |
2,772,402,413 | deno | [Feature Request] Enhance HMR compile error messages with detailed debugging information | When Hot Module Replacement (HMR) fails due to a compilation error, the current error message is minimal and doesn't provide enough context to quickly debug the issue.
### Current behavior
```
HMR Failed to reload module file:///path/to/file.tsx: compile error.
HMR Restarting! File change detected: "/path/to/fil... | suggestion | low | Critical |
2,772,420,378 | godot | Gamepad bindings are off on Linux with "Generic X-Box pad" controller | ### Tested versions
Reproducible on Godot Master
### System information
Linux binogure 6.11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.11-1~exp1 (2024-09-19) x86_64 GNU/Linux
### Issue description
Joypad bindings are off on Linux
https://github.com/user-attachments/assets/c2de1ead-9f50-4ee3-b3f2-83ad2af43aa3
### St... | bug,topic:input | low | Major |
2,772,483,635 | tensorflow | keras model.save does not respect `include_optimizer=False` | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
binary
### TensorFlow version
2.19.0-dev20250105
### Custom code
No
### OS platform and distribution
_No response_
### Mobile device
_No response_
### Python version
_No response_
### Bazel version
_No response_
... | type:bug,comp:keras,TF 2.18 | medium | Critical |
2,772,502,188 | angular | No lint warnings for signals used within control flow. | ### Which @angular/* package(s) are relevant/related to the feature request?
_No response_
### Description
```
@for (breadcrumb of breadcrumbs(); track breadcrumb.name; let i = $index) {
<div class="breadcrumb">
@if (breadcrumb.linkPath) {
<a class="breadcrumb--link" [routerLink]=... | area: core,P4,bug,core: reactivity,cross-cutting: signals | low | Critical |
2,772,503,621 | flutter | Max simultaneously running Isolate count >= 8 causes the main isolate to freeze. | ### Steps to reproduce
We were stepping into a problem with our app that caused it to freeze randomly, after investigating the issue we noticied that creating more than 8 isolates causes the main isolate to freeze. This is especially problematic because we are using ffi to call into c code which runs synchronous.
B... | waiting for customer response,in triage | low | Major |
2,772,521,681 | material-ui | [material-ui] Style separation between 2 versions of Material UI | Hello,
TLDR: I need to support 2 versions of MUI, 5 & 6, in the same project. The style from MUI-5 theme provider should not apply to the MUI 6 components
Context:
In an App we have he old UI components build on top of MUI 5. We are in the phase which we want to build a new version of our design system and I wan... | support: question,package: system,package: material-ui | low | Minor |
2,772,565,463 | ollama | Make flash attention configurable via UI or enable by default | Hi, I love Ollama, excellent work. It makes using LLMs really beginner friendly, but does impose any limits on power usage.
I recently learned about flash attention and found out from reading the FAQ that Ollama supports this. As flash attention is important to support large contexts and can speed up models consider... | feature request | low | Minor |
2,772,584,853 | ant-design | Bug: Antd 5.23 Dropdown misplaces/flashes children unless forwardRef is used | ### Reproduction link
[](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-l67ghl)
### Steps to reproduce
Steps to reproduce:
1. Create new React 19 project with Antd 5.23
2. Add `@ant-design/v5-patch-for-react-1... | React 19 | low | Critical |
2,772,607,142 | go | runtime: CGo thread stacks stay in physical memory | ### Go version
go1.23.4 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/ykelani/.cache/go-build'
GOENV='/home/ykelani/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE... | NeedsDecision,compiler/runtime,BugReport | low | Critical |
2,772,634,028 | flutter | [RFW] DynamicContent.updateAll assertion fails if value is null | I have a map from json that looks like this:
```
{ "image": null, "user_id": 1 }
```
If I try to call `_data.updatedAll(map)` I get the error:
```
unexpected state object type: Missing (<missing>)
'package:rfw/src/flutter/content.dart':
Failed assertion: line 33 pos 12: 'template is int || template is double ... | package,team-ecosystem,has reproducible steps,P2,p: rfw,triaged-ecosystem,found in release: 3.27,found in release: 3.28 | low | Critical |
2,772,663,834 | godot | [3.x] Code folding doesn't work correctly. | ### Tested versions
v3.6.stable.official [de2f0f147]
### System information
w11
### Issue description
If the code contains a commented line, the code folding will work initially, but upon reloading the project, the code folding will not be applied correctly.
Watch the video: in the video, I add the line print( "te... | bug,topic:editor | low | Minor |
2,772,683,617 | rust | Lint for functions/variables/etc using the same name as a type (`str`, `u32`, ...) | ### Code
```Rust
fn func(u32: u32) {
println!("{u32}");
}
fn main() {
let u32 = 42;
func(u32);
let closure = |str: &str| {
println!("{}", str.len());
};
closure("hello");
}
```
### Current output
```Shell
(none)
```
### Desired output
```Shell
warning: variable `u32` should use a ... | A-lints,T-lang,C-feature-request | low | Major |
2,772,698,274 | flutter | `RenderRepaintBoundary`'s `toImage()` & `visitChildElements()` out of sync | ### Steps to reproduce
Hey, I'm working on screen recording (replay capture) and am facing an issue where the tree walked with visitChildElements() is out of sync to what is currently rendered by RenderRepaintBoundary.toImage(). The code runs in a postFrame callback and there's no async gap between capturing the ima... | waiting for customer response,in triage | low | Critical |
2,772,722,449 | godot | Using RefCounted objects as thread bind parameters causes segfault on exit | ### Tested versions
- Reproducible in 4.3
### System information
Linux 6.12.7 and Windows 11. Appears to be system independent.
### Issue description
Binding an object that inherits from RefCounted to a callable that is passed to WorkerThreadPool.add_task() will produce a stale reference.
I am not entirely sure a... | bug,topic:core,crash | low | Critical |
2,772,741,373 | go | proposal: strings, bytes: CutLast | ### Proposal Details
A couple of times now while chopping up some strings I've happily enjoyed `strings.Cut` but had to write my own `CutLast` (the latest was implementing a subset of the `package-url` spec where some of the things you need to find from the back of the string, and some from the front). It's a silly th... | Proposal,LibraryProposal | medium | Major |
2,772,785,035 | angular | Suggested workaround for content-projection in control flow blocks does not work | ### Which @angular/* package(s) are the source of the bug?
compiler-cli, compiler
### Is this a regression?
No
### Description
When having multiple root elements in a control flow block, the compiler gives a [friendly message](https://github.com/angular/angular/blob/b22677d761fd7af38ac27c7162837cdd9b93a750/package... | hotlist: error messages,area: docs | low | Critical |
2,772,788,293 | next.js | `blog-starter` hydration issue | ### Link to the code that reproduces this issue
https://github.com/grapefruit13/nextjs-blog-starter
### To Reproduce
1. pnpm create next-app --example blog-starter blog-starter-app
2. pnpm run dev
### Current vs. Expected behavior
## Current
### Screen shot
<img width="801" alt="image" src="https://... | examples | low | Critical |
2,772,809,922 | tensorflow | dictionaries in fit method of model load data in wrong order | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
binary
### TensorFlow version
tf 2.17; tf 2.18
### Custom code
No
### OS platform and distribution
Ubuntu 22.04.3 LTS
### Mobile device
_No response_
### Python version
3.10.12
### ... | type:bug,comp:keras,TF 2.18 | medium | Critical |
2,772,829,151 | flutter | image_picker triggers screen_view event with firebase_screen_class FlutterViewController on close when using with firebase Analytics. | ### What package does this bug report belong to?
image_picker
### What target platforms are you seeing this bug on?
iOS
### Have you already upgraded your packages?
Yes
### Dependency versions
<details><summary>pubspec.lock</summary>
```lock
image_picker:
dependency: "direct main"
description:
... | waiting for customer response,in triage | low | Critical |
2,772,829,610 | pytorch | FSDP: How to support w8a8 quantization? | ### 🐛 Describe the bug
I replaced nn.Linear with QuantLinear, substituting the nn.Linear operator with an int8 quantized operator.
act_tensor_int8, pertoken_scale = torch_npu.npu_dynamic_quant(x)
quant_out = torch_npu.npu_quant_matmul(act_tensor_int8,
self.weight.to(... | triaged,module: fsdp,oncall: pt2 | low | Critical |
2,772,868,565 | godot | Slow FPS when using Convex Shapes with move_and_slide() | ### Tested versions
- Reproducible in 4.3 (C#) & 4.4 dev 7 (gdscript)
### System information
Godot v4.4.dev7.mono - Windows 11 (build 26100) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated AMD Radeon RX 6600 (Advanced Micro Devices, Inc.; 32.0.11027.1003) - Intel(R) Core(TM) i5-4690K CPU @ 3.50GHz (4 thre... | discussion,topic:physics,needs testing,performance | low | Major |
2,772,901,443 | PowerToys | Powertoys update causes Everything plugin to error | ### Microsoft PowerToys version
0.85.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Always on Top
### Steps to reproduce

This is the error I receive after a powertoys updat... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Critical |
2,772,922,344 | rust | Please lint on `a.eq(b.into())` if `a.eq(b)` would work | In the course of investigating crater breakage, I discovered many instances of a pattern that reduces to this:
```rust
fn main() {
let s = String::from("hello");
assert!(s.eq("hello".into()));
}
```
This compiles, presumably because `"hello".into()` has only one possible impl that would work. It breaks if ano... | A-lints,T-lang,A-inference,C-feature-request | low | Minor |
2,772,943,779 | PowerToys | FancyZones does not respect default layouts | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store
### Running as admin
None
### Area(s) with issue?
FancyZones
### Steps to reproduce
FancyZones does not respect custom default layouts.
If I have Power Toys running, FancyZones uses the built-in default layout instead of the one I ... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Minor |
2,772,985,042 | langchain | Bug: GraphIndexCreator raises PydanticUserError when instantiated; NetworkX tutorial notebook not running. | ### 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,773,002,659 | material-ui | [docs][material-ui][TextField] `type="number"` error | ### Steps to reproduce
Steps:
1. Open this link to live example: (required)
2.
3.
https://github.com/user-attachments/assets/2b10beb6-74af-4f0c-956d-940a8b9349e4
### Current behavior
Bug in Number Type Textfield if i hold increase button and rease but number is increasing.
### Expected behavior
Bug in Nu... | docs,component: text field,package: material-ui | low | Critical |
2,773,060,640 | next.js | Middleware.ts causes `ReferenceError: self is not defined` error with `splitChunks` | ### Link to the code that reproduces this issue
https://github.com/jozef-mikusinec-kiwicom/nextjs-middleware-splitchunks
The `next.config.ts`:
```ts
export default {
webpack: config => {
config.optimization.splitChunks = {
chunks: 'all',
cacheGroups: {
default: {
name... | Middleware | low | Critical |
2,773,070,647 | pytorch | Debug build fails to compile on x86 with WERROR=1 | ### 🐛 Describe the bug
Attempted to build a debug whl on x86 machine in ubuntu docker image 'pytorch-linux-jammy-py3.9-gcc11'
Build passes when DEBUG=0 OR with DEBUG=1 and WERROR=0
`In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.cpp:24:
/opt/llvm/include/llvm/IR/IRBui... | module: build,triaged | low | Critical |
2,773,073,299 | flutter | Text with ghosting effect on my web application just on iPhones with iOS 18.0 or higher | ### Steps to reproduce
Just run the application and do the scroll on the screen. The title will be with the ghosting effect
### Expected results
The scroll shouldn't cause the ghosting effect
### Actual results
The scroll causes the ghosting effect just on iOS 18.0 or higher. I've tested on previous vers... | waiting for customer response,in triage | low | Critical |
2,773,098,888 | ant-design | Range Picker formats quarter differently when `date-fns` is used | ### Reproduction link
[](https://codesandbox.io/p/sandbox/range-picker-antd-5-23-0-forked-xm4h5w)
### Steps to reproduce
- Open your own range picker example: https://codesandbox.io/p/sandbox/k526xx
- Add `date-fns` package
- Add t... | unconfirmed | low | Minor |
2,773,167,446 | node | A workflow to periodically check status for author-ready PRs opened by a non-collaborator | It's quite common for PRs from non-collaborators that have gotten approval to fall through the cracks because there's no one who remember to shepherd it through. I sometimes bump into one of these, and would restart a CI when I see one, but it's very hard to remember to go back keep resuming the CI (sigh) until it's gr... | meta | low | Major |
2,773,184,430 | godot | When you use `new` method of a Callable, it will fail in release build. | ### Tested versions
4.4 dev7
### System information
W10
### Issue description
When you use `new` method of a class as a Callable, it will fail in release build.
```GDScript
extends Node
class Test:
pass
func _ready() -> void:
var test = Test.new.call()
print(test)
```
Prints the object in editor/debug build, ... | bug,topic:gdscript | low | Critical |
2,773,186,235 | storybook | [Bug]: Angular - Storybook fails to consume postcss config file | ### Describe the bug
In order to use Tailwindcss v4 with Angular 19+ (using the new esbuild builder), it is necessary to create a `postcss.config.json` file, because Angular seemingly fails to consume *any* other variant of a postcss config (e.g. in the package.json, or using a `postcss.config.mjs`).
Installing Tailw... | bug,angular | low | Critical |
2,773,188,988 | pytorch | [Export] UserWarning: Attempted to insert a get_attr Node with no underlying reference in the owning GraphModule | ### 🐛 Describe the bug
Using `torch.export` on https://github.com/MCG-NJU/VFIMamba
I got
```python
/opt/conda/lib/python3.11/site-packages/torch/export/_unlift.py:75: UserWarning: Attempted to insert a get_attr Node with no underlying reference in the owning GraphModule! Call GraphModule.add_submodule to add t... | oncall: pt2,oncall: export | low | Critical |
2,773,193,585 | rust | `CoercePointee` doesn't tightly enforce the restriction to `#[repr(transparent)]`-only wrappers, if other proc-macros are involved | Define a proc macro that strips the `#[repr(transparent)]`.
```rust
#[proc_macro_attribute]
pub fn untransparent(_: TokenStream, item: TokenStream) -> TokenStream {
let mut i = item.into_iter();
drop(i.next());
drop(i.next());
i.collect()
}
```
use it
```rust
#![feature(derive_coerce_pointee)]
use std:... | T-compiler,C-bug,F-derive_coerce_pointee | low | Minor |
2,773,197,867 | tauri | [bug] Alpine build error | ### Describe the bug
In order to avoid relying on a **desktop system** for my embedded device, I wanted to use Tauri. However, using Buildroot's root filesystem poses some challenges for Tauri's dependencies.
So, I tried using Docker with Alpine Linux and mounted the display device to run Tauri. Unfortunately, while... | type: bug,help wanted,platform: Linux,status: needs triage | low | Critical |
2,773,202,561 | neovim | ":float split" opens windows a floating window (compare :tab, :vertical) | ### Problem
Some users want floating windows instead of tabs/splits for various features. https://github.com/neovim/neovim/pull/31086
### Expected behavior
Introduce `:float` which can modify commands similar to `:tab` and `:vertical`. It causes a split to open in a float.
However, this raises questions about ... | enhancement,floatwin | low | Minor |
2,773,256,498 | godot | On scene load, NavigationAgent2D has target 0,0 and is_navigation_finished() == false when there is more than one navigation layer set | ### Tested versions
- v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10.0.26100 - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 4070 SUPER (NVIDIA; 32.0.15.6603) - AMD Ryzen 7 3800X 8-Core Processor (16 Threads)
### Issue description
I have attached a demo project.
I... | bug,topic:navigation | low | Minor |
2,773,292,427 | bitcoin | multiprocess: `ipc_tests` fail on *BSD | https://github.com/hebasto/bitcoin-core-nightly/actions/runs/12655211444/job/35264969094:
```
...
./test/ipc_tests.cpp(11): Entering test suite "ipc_tests"
./test/ipc_tests.cpp(12): Entering test case "ipc_tests"
terminate called after throwing an instance of 'std::system_error'
what(): Invalid argument
2025-... | Tests | low | Critical |
2,773,302,151 | PowerToys | Turn off admin? | ### Microsoft PowerToys version
0.87-1
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce
Clicked 'run as admin' on both machines, now realize I need to be just 'user' to re=position screens but can't figure out how to re-start ... | Issue-Bug,Needs-Triage | low | Minor |
2,773,321,375 | PowerToys | [PTRun][Calc] Add support for different list separators based on locale | ### Description of the new feature / enhancement
In cultures where the list separator isn't a comma, the only way to use functions that take multiple arguments is this weird workaround where you surround a comma with spaces (i.e. `max(2,7 , 3,5)`). I propose replacing the current culture's list separator with the targ... | Idea-Enhancement,Status-In progress,Run-Plugin | low | Minor |
2,773,346,671 | neovim | API: relax api contract | ## Problem
`:help api-contract` has been very successful in supporting client stability, which allows Nvim to evolve without requiring clients to move in lockstep. But it has some restrictions that could be removed without breaking clients, while also allow us to evolve the API better.
Note that the primary concern o... | enhancement,api,compatibility,channels-rpc | low | Minor |
2,773,355,029 | puppeteer | [Feature]: Add page.evaluateStream function to stream data from page | ### Feature description
**Description**:
I would like to request the addition of a new function named `page.evaluateStream()` to Puppeteer. This function would allow streaming data directly from the page to the Node.js process, providing a more efficient way to interact with the page data in real time.
### Probl... | feature,confirmed,P3 | low | Critical |
2,773,355,897 | pytorch | Implement `Size.__radd__` (currently `tuple + Size` upcasts to `tuple`) | ### 🚀 The feature, motivation and pitch
`torch.Size`, just like `tuple` which it subclasses from, does not implement an `__radd__` function. This has the consequence that `Size + tuple` returns a `Size`, whereas `tuple + Size` returns a `tuple`, since it falls back to `tuple.__add__(left, right)`:
```py
>>> imp... | triaged,actionable,module: python frontend | low | Minor |
2,773,371,396 | PowerToys | Slack windows do not respect FancyZones | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
FancyZones
### Steps to reproduce
Ensure PowerToys is running and FancyZones enabled
Set a monitor to have a layout
Using shift+drag - try to snap any Slack window on a monitor with a ... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Minor |
2,773,380,717 | rust | ICE: `error: internal compiler error[E0277]: the trait bound 'str: const Deref' is not satisfied` | <!--
[31mICE[0m: Rustc ./a.rs '-Zcrate-attr=feature(const_trait_impl) -ooutputfile -Zdump-mir-dir=dir' 'error: internal compiler error[E0277]: the trait bound `str: const Deref` is not satisfied', 'error: internal compiler error[E0277]: the trait bound `str: const Deref` is not satisfied'
File: /tmp/im/a.rs
-->
auto... | A-diagnostics,I-ICE,T-compiler,C-bug,F-const_trait_impl,S-bug-has-test | low | Critical |
2,773,393,256 | vscode | Change UI to indicate when "Quick Fix" menu has actual fixes | <!-- ⚠️⚠️ 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. -->
An annoying scenario that happens for me over and ove... | feature-request,typescript | low | Critical |
2,773,409,324 | flutter | [macOS] Only bundle gen_snapshot_${target_arch} | On most platforms, we support only a single host architecture and a single target architecture per build. macOS supports both arm64 and x86_64 host platforms via multi-arch (universal) binaries generated with the `lipo` tool and as such, we have two gen_snapshot binaries, one for each target architecture. These binarie... | tool,platform-mac,P2,team-macos,triaged-macos | low | Minor |
2,773,412,016 | electron | WebFrameMain frames and name field access SIGSEGV | ### 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:,33-x-y | low | Critical |
2,773,415,953 | pytorch | `logsumexp` parameter `dim` is optional according to the doc, but the code errors out if it's not provided | ### 🐛 Describe the bug
```python
import torch
a = torch.randn(3, 3)
torch.logsumexp(a)
```
Should be "all dimensions are reduced" (https://pytorch.org/docs/stable/generated/torch.logsumexp.html), instead there is an error:
```
TypeError: logsumexp() received an invalid combination of arguments - got (Tenso... | module: docs,triaged,actionable,module: python frontend | low | Critical |
2,773,422,177 | langchain | bulk_size not reverting to default value when calling OpenSearchVectorSearch.from_documents | ### 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 ... | Ɑ: vector store | low | Critical |
2,773,436,414 | vscode | Type filters for outline according to VSCode settings. | VSCode added [type filters](https://code.visualstudio.com/updates/v1_40#_type-filters-for-outline-and-breadcrumbs) in 1.40. Please respect those settings so that we can customize what the outline shows. | feature-request,notebook-toc-outline | low | Minor |
2,773,508,294 | godot | ResourceLoader.load() doesn't recognize files created with custom importer when they are placed in newly-created directory | ### Tested versions
- Reproducible in 4.4.dev7, 4.3.stable
### System information
Godot v4.4.dev (035a12cf9) - Windows 10 (build 19045) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated AMD Radeon RX 6700 XT (Advanced Micro Devices, Inc.; 32.0.11027.1003) - AMD Ryzen 7 5700G with Radeon Graphics (16 threads)... | bug,topic:editor | low | Critical |
2,773,534,846 | godot | XROrigin3D World Scale Issues | ### Tested versions
Godot v4.4.dev7, Godot 4.3 Stable
### System information
Godot v4.4.dev7 - Manjaro Linux #1 SMP PREEMPT_DYNAMIC Thu, 02 Jan 2025 10:28:29 +0000 on Wayland - X11 display driver, Multi-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 3060 (nvidia; 565.77) - AMD Ryzen 9 9900X 12-Cor... | bug,topic:xr | low | Critical |
2,773,541,254 | pytorch | custom_op's backward changes can't invalidate `torch.compile` cache for backward | ### 🐛 Describe the bug
(clean cache: `rm -r /tmp/torchinductor_root/*`)
First, run the following code
```python
import torch
from torch import Tensor
@torch.library.custom_op("mylib::foo", mutates_args=())
def foo(x: Tensor) -> Tensor:
return x.clone()
@foo.register_fake
def _(x):
return tor... | triaged,module: custom-operators,oncall: pt2,module: pt2-dispatcher | low | Critical |
2,773,597,342 | vscode | Linux: writing elevated fails with high `ulimit` values | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid creat... | bug,linux,file-io,workbench-run-as-admin,confirmed,mitigated | medium | Critical |
2,773,597,580 | vscode | Consolidate Copilot status bar items | Refs: https://github.com/github/copilot/issues/13043
Todo:
- convert Copilot status contribution to language status indicator
- what does it mean for the core provided language status that also shows for completions ([link](https://github.com/microsoft/vscode/blob/5f888fae91ed3f1e5b0437440947b7258c9e6e89/src/vs/work... | feature-request,plan-item,workbench-copilot | low | Minor |
2,773,624,806 | vscode | Expose `Find in tree` command in Command Palette | We could have `Find in tree` appear in F1, when a tree just had focus. | feature-request,tree-widget | low | Minor |
2,773,650,364 | rust | CoercePointee leaks unstable unsizing impls | ```rust
#![feature(derive_coerce_pointee)]
use std::marker::PhantomData;
use std::marker::CoercePointee;
#[derive(CoercePointee)] #[repr(transparent)]
struct MyPointer<'a, T, #[pointee] U: ?Sized> {
ptr: &'a (T, U),
}
fn main() {
let x = MyPointer { ptr: &(1u32, 1u32) };
let _: MyPointer<u32, d... | T-compiler,A-coercions,T-types,F-derive_coerce_pointee | low | Minor |
2,773,652,250 | transformers | 4.47.1 Hugging Face Trainer loss accumulated by sum instead of mean | ### System Info
Version: `transformers==4.47.1`
When I training model using this version of hugging face trainer, the loss is accumulated by sum instead of mean. Or it's better saying that the `tr_loss_step` did not divide by the global batch size. That means, the reported loss will scale proportionally with the gl... | bug | low | Major |
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.