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,786,021,953 | react | Bug: react-hooks/exhaustive-deps false postive when use `isPending` in `useActionState` | <!--
Please provide a clear and concise description of what the bug is. Include
screenshots if needed. Please test using the latest version of the relevant
React packages to make sure your issue has not already been fixed.
-->
React version: 19.0.0, eslint-plugin-react-hooks: 5.1.0
## Steps To Reproduce
1. Cre... | Status: Unconfirmed | low | Critical |
2,786,033,280 | rust | Async function calls not optimized out | Async function calls that are behind simple `if false` (or `if cfg!()` that aren't active) can still affect the binary, even though non-async function calls are optimized out.
I tried this code:
```rust
#[tokio::main]
async fn main() {
if false {
async fn never_panic() {
panic!("disco");
... | T-compiler,A-async-await,E-needs-mcve,C-optimization | low | Critical |
2,786,049,104 | deno | Deno LSP suggests incorrect imports | Version: Deno 2.1.5+5a39f2f
Hey,
I'm not 100% sure if this is due to Deno's LSP or jetbrains. I am aware that the Jetbrains deno plugin is pretty bad, so sorry if this is unrelated to Deno.
When I am trying to import QueryClientProvider from react-query, I get some odd suggestions for where to import it from, ... | bug,lsp | low | Minor |
2,786,134,646 | pytorch | outerNode->outputs().size() | ### 🐛 Describe the bug
RuntimeError: outerNode->outputs().size() == node->inputs().size() INTERNAL ASSERT FAILED at "/opt/conda/conda-bld/pytorch_1729647348947/work/torch/csrc/jit/passes/dead_code_elimination.cpp":138, please report a bug to PyTorch.
Traceback (most recent call last):
File "/opt/miniconda3/env... | oncall: jit | low | Critical |
2,786,175,023 | yt-dlp | `--no-playlist` doesn't work for YouTube embed links | ### 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 a bug unrelated to a specific site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](http... | site-bug,triage,site:youtube | low | Critical |
2,786,178,498 | pytorch | [inductor] [cuda] [fake tensor] `torch.nextafter` loose the check for different device tensor on inductor | ### 🐛 Describe the bug
Actually, I am not sure whether it is the eager issue or inductor?
Because from my personal understanding, I think eager should pass the check like `torch.add` (`x = torch.nextafter(x, torch.tensor(1.0))` can pass the check)
```python
import torch
import torch.nn as nn
import torch.nn.functiona... | triaged,oncall: pt2,module: fakeTensor,module: inductor,module: pt2-dispatcher | low | Critical |
2,786,183,685 | transformers | past_key_values cat out of model generate, output appear disorder | ### System Info
- `transformers` version: 4.47.1
- Platform: Linux-5.15.0-60-generic-x86_64-with-glibc2.35
- Python version: 3.11.11
- Huggingface_hub version: 0.27.0
- Safetensors version: 0.4.5
- Accelerate version: 1.2.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.4.0+cu121 (True)
- Tensorflow ver... | bug,Generation | low | Minor |
2,786,184,943 | rust | Reference of literal is not optimized out | https://godbolt.org/z/W1Gbnfjz9
Consider code like this, the codegen includes unnecessary reference of literal :
```rust
const T: [u8; 512] = ...;
pub fn f(a: usize) -> u8 {
*T.get(a).unwrap_or(&1)
}
``` | T-compiler,C-optimization | low | Minor |
2,786,192,233 | rust | ICE: invalid `CoerceUnsized` impl_source: Err(FulfillmentError) | <!--
Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide
a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
how to create smaller examples.
http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
-->
If you need me to try to remove more of the de... | I-ICE,T-compiler,C-bug,S-has-mcve,A-monomorphization,S-has-bisection | low | Critical |
2,786,205,856 | langchain | ChatOpenAI with structured output, outputs always all field of my pydantic object. | ### 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,Ɑ: core | low | Critical |
2,786,208,156 | flutter | Selection handle does not use `CupertinoThemeData.primaryColor` from the nearest theme on iOS | ### Steps to reproduce
1. Open the app on iOS
2. Enter text into a TextField
3. Double tap to select the text
### Expected results
The selection handles should be blue/`CupertinoThemeData.primaryColor` as stated in the [docs](https://api.flutter.dev/flutter/material/TextSelectionThemeData/selectionHandleColor.html).... | a: text input,platform-ios,framework,f: material design,f: cupertino,has reproducible steps,P2,a: adaptivity,workaround available,team-design,triaged-design,found in release: 3.27,found in release: 3.28 | low | Major |
2,786,223,801 | flutter | Ios18.2 freezes when selecting pictures | ### Steps to reproduce
Ios18.2 freezes when selecting pictures
### Expected results
Ios18.2 freezes when selecting pictures
### Actual results
Ios18.2 freezes when selecting pictures
### Code sample
<details open><summary>Code sample</summary>
```dart
[Paste your code here]
```
</details>
### Screenshots or ... | waiting for customer response,in triage | low | Minor |
2,786,249,765 | vscode | Edit context adds a tabstop between chat input and buttons | - Focus the chat input
- press tab
- Focus goes to `.native-edit-context-textarea`
- Press tab again
- Now it's where I expect, on the next toolbar | bug,editor-edit-context | low | Minor |
2,786,257,669 | ollama | [Feature] Support Intel GPUs | Ollama had supported by the PR https://github.com/ollama/ollama/pull/2458 merged to support Intel GPU.
But the function disappears now.
I see there are several issues and opened PRs for Intel GPU. But they are too old.
I want to draft PRs to support Intel GPU: dGPU & iGPU (since 11th Core) by including llama.cpp... | feature request | low | Minor |
2,786,292,464 | PowerToys | The pop-up fast exception detection fails and the exception stalls | ### Microsoft PowerToys version
0.87.0
### Installation method
GitHub
### Running as admin
Yes
### Area(s) with issue?
Installer
### Steps to reproduce
If my system has the latest version installed , the pop-up fast exception detection fails and the exception stalls,but if i use version 0.86 it is normal,if yo... | Issue-Bug,Needs-Triage | low | Critical |
2,786,294,290 | flutter | [IOS] Inconsistent Behavior of Password Save Prompt in Flutter Autofill using `TextInput.finishAutofillContext(shouldSave: true)` | ## Description
The issue consists of two distinct aspects:
1. The problem related to `onDisposeAction: AutofillContextAction.cancel` appears to be resolved by the PR [#160653](https://github.com/flutter/flutter/pull/160653).
2. However, another issue remains unresolved: When `TextInput.finishAutofillContext(shouldSave... | a: text input,platform-ios,framework,has reproducible steps,P2,team-ios,triaged-ios,fyi-text-input,found in release: 3.27,found in release: 3.28 | low | Minor |
2,786,302,118 | PowerToys | Add Window Snapping with Temporary Screen Boundaries in 'Mouse Without Borders' | ### Description of the new feature / enhancement
Currently, 'Mouse Without Borders' allows seamless cursor movement across multiple computers, but dragging windows lacks the ability to snap them to specific areas like halves or quarters of the screen.
The proposed feature would temporarily enable screen boundaries w... | Needs-Triage | low | Minor |
2,786,316,705 | kubernetes | Long Lived TCP Connections Fail When Downscaling Kube Proxy (ExternalTrafficPolicy Cluster) | ### What happened?
Some external cloud providers such as Azure use a pass-through(direct server return) load balancer. This means that TCP connections are not terminated on the loadbalancer, but instead downstream in the kubernetes cluster.
ExternalTrafficPolicy Cluster configures load balancers to send traffic to an... | kind/bug,sig/network,sig/autoscaling,sig/cloud-provider,needs-triage | low | Critical |
2,786,362,549 | material-ui | [docs] Documentation error: integration with tailwindcss step 3 | ### Related page
https://mui.com/material-ui/integrations/interoperability/#tailwind-css
### Kind of issue
Broken demo
### Issue description
After creating a new nextjs project with the default options, if you want to be able to use both MUI and tailwindcss, you need to follow: https://mui.com/material-ui/integrat... | ready to take,support: docs-feedback | low | Critical |
2,786,377,964 | ui | [feat]: remove/rm/delete components using CLI | ### Feature description
As we have npx shadcn@latest add <component>, why not have a npx shadcn@latest remove/rm/delete <component> using the cli.
Here is how this feature would work:
1. User hits the npx shadcn@latest remove/rm/delete <component>.
2. Search if the component exists in the user's directory.
3. On... | area: request | low | Critical |
2,786,420,509 | rust | ICE: demand: index out of bounds | <!--
[31mICE[0m: Rustc ./a.rs '' 'thread 'rustc' panicked at compiler/rustc_hir_typeck/src/demand.rs:409:53: 'index out of bounds: the len is 1 but the index is 1'', 'thread 'rustc' panicked at compiler/rustc_hir_typeck/src/demand.rs:409:53: 'index out of bounds: the len is 1 but the index is 1''
File: /tmp/im/2/a.rs... | I-ICE,T-compiler,C-bug,S-has-mcve,T-types,S-has-bisection | low | Critical |
2,786,470,695 | PowerToys | Invalid Esperanto character | ### Microsoft PowerToys version
0.87.1
### Utility with translation issue
Quick Accent
### 🌐 Language affected
Esperanto
### ❌ Actual phrase(s)
Ǔ (U+01D3)
ǔ (U+01D4)
### ✔️ Expected phrase(s)
Ŭ (U+016C)
ŭ (U+016D)
### ℹ Why is the current translation wrong
Esperanto uses a different diacritic mark. | Issue-Bug,Area-Localization,Needs-Triage,Issue-Translation | low | Minor |
2,786,482,340 | langchain | DOC: <A long term memory agent 'DOC: ' prefix> | ### URL
https://python.langchain.com/docs/versions/migrating_memory/long_term_memory_agent/
### 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:
Something is wrong with this exa... | 🤖:docs | low | Critical |
2,786,502,677 | vscode | Inline Jupyter Interactive for python files | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
I want inline jupyter interactive windows/boxes for... | feature-request,interactive-window | low | Minor |
2,786,508,663 | ollama | Running OLLAMA_FLASH_ATTENTION=true with LoRA Models Returns: flash_attn is not compatible with LoRA | ### What is the issue?
Hello, I use fine tuned LLMs that use LoRA, when activating OLLAMA_FLASH_ATTENTION=true ollama serve the fine tuned models do not work, the error received is:
```
llama_lora_adapter_set: flash_attn is not compatible with LoRA
panic: error applying lora from file
```
This error stops the... | bug | low | Critical |
2,786,518,098 | ant-design | 取消表格border,并设置固定列和指定滚动区域高度后,在未达到滚动高度时,仍然会出现一个可滚动1px的滚动条 | ### Reproduction link
[](https://codesandbox.io/p/sandbox/gu-ding-lie-antd-5-23-1-forked-fd5kzv?workspaceId=ws_2SpvwKdLHLzTaCpuAok1Y4)
### Steps to reproduce
1、设置某一列固定
2、设置scroll.y
3、隐藏border,设置 .ant-table-cell {
border-bottom: none !i... | unconfirmed | low | Minor |
2,786,523,986 | neovim | nonblocking :global cmd | ### Problem
Situation, 2 vertical splits with each buffer containing 200K lines of code and diff mode activated by running `:windo diffthis` .
When doing a global command like `:g/^\[/normal! da[` in a 200K line with, the editor freezes until done which could be 3 seconds for the edit operation and then ~20 seconds fo... | enhancement,complexity:high,multiproc,async | low | Minor |
2,786,525,621 | transformers | Some weights of the model checkpoint at /models/DeepSeek-V3_bf16 were not used when initializing DeepseekV3ForCausalLM | ### System Info
I use AutoModelForCausalLM.from_pretrained to load DeepSeek_V3, it raises below warning:

then I print the model state keys, it only has 60 layers, however, the deepseek v3 weight actual has 61 layers, the last l... | bug | low | Minor |
2,786,539,021 | PowerToys | Unknown Exception happened (System.Reflection.TargetInvocationException) | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
Last evening I had my laptop abnormally eating CPU with process "SYSTEM" that cannot be terminated. During the night hours the laptop was left una... | Issue-Bug,Needs-Triage | low | Critical |
2,786,558,832 | godot | Error when creating a new project with specific steps (Create Folder manipulation) | ### Tested versions
- Reproducible in: v4.3.stable.official [77dcf97d8], v4.4.dev7.official [46c8f8c5c]
### System information
Godot v4.3.stable - Windows 10.0.26100 - Vulkan (Forward+) - dedicated Radeon (TM) RX 480 Graphics - AMD Ryzen 7 2700 Eight-Core Processor (16 Threads)
### Issue description
When trying to... | bug,topic:editor,usability | low | Critical |
2,786,562,693 | yt-dlp | Support for https://content-static.cctvnews.cctv.com/snow-book/video.html | ### 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 a new site support request
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https... | site-request,triage | low | Critical |
2,786,563,572 | godot | [4.x] Big Problems on Android | ### Tested versions
4.3, 4.4 dev 1..7 (All)
...
Android 11 (SDK 30)
Android 12 (SDK 31)
Android 13 (SDK 33)
Android 14 (SDK 34)
### System information
Working in Linux / Ubuntu 22.04
### Issue description
There are a lot of incomprehensible problems that cannot be identified.
):
FAIL cmd/relnote [build failed]
— [watchflakes](https://go.dev/wiki/Watchflakes)
| NeedsInvestigation | low | Critical |
2,786,583,388 | tensorflow | Yolov8-seg.pt segmentation model is deployed on Android after training | **System information**
- Android Device information (use `adb shell getprop ro.build.fingerprint`
if possible):
”“”
vivo/PD2020/PD2020:10/QP1A.190711.020/compiler10141555:user/release-keys
“”“
- TensorFlow Lite in Play Services SDK version (found in `build.gradle`):
”“”
implementation 'org.tensorflow:tensorflow-l... | type:support,comp:lite,Android | low | Critical |
2,786,589,185 | langchain | Hangs getting of distinct list of edge labels | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The b... | 🤖:bug | low | Critical |
2,786,592,235 | next.js | Memory spike issue with Next.js 15.1.4 on Azure | ### Verify canary release
- [ ] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 24.2.0: Fri Dec 6 18:51:28 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T8112
Avail... | linear: next | medium | Critical |
2,786,602,906 | PowerToys | Keep Awake does not work without screen on on some devices | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Awake
### Steps to reproduce
I have two devices: an Intel gen13 laptop and an Intel gen7 desktop with Powertoys installed on both.
I use Keep Awake on both of them, but it behave... | Issue-Bug,Needs-Triage | low | Minor |
2,786,603,852 | PowerToys | Session Saving and Restoration Feature for Seamless Workflow Continuity | ### Description of the new feature / enhancement
I propose a feature for PowerToys that allows users to save all currently open programs, files, and folders in a workspace. This saved session could be manually activated through a shortcut or similar action. After a system restart, it should also be possible to restore... | Needs-Triage | low | Minor |
2,786,628,721 | go | cmd/compile: opt: generate conditional comparisons for || and && conditions | ### Go version
go1.23.4 linux/arm64
### Output of `go env` in your module/workspace:
```shell
GOARCH='arm64'
```
### What did you do?
While investigating the performance of json package, I found `unquoteBytes()` spends extra time with the `if c == '\\' || c == '"' || c < ' '` condition ([src/encoding/json/decode.g... | Performance,NeedsInvestigation,compiler/runtime,Implementation | low | Major |
2,786,636,513 | deno | missing Node FS APIs | These APIs are missing in `node:fs` module:
- [ ] fchown
- [ ] fchownSync
- [ ] fchmod
- [ ] fchmodSync
- [ ] glob
- [ ] globSync
- [ ] lchmod
- [ ] lchmodSync
- [ ] openAsBlob
Note: This only lists top level APIs in `node:fs` module. The missing `FileHandle` methods are tracked in #25554 | node compat | low | Minor |
2,786,638,181 | vscode | Luminosity contrast ratio of keyboard focus indicator on Authorize button fails to meet the required ratio of 3:1: A11y_VS Code extension for API Center_Generate HTTP file_Authorize_Non Text Contrast. | ### GitHub Tags
#A11yTCS; #A11ySev2; #Win32; #WCAG1.4.11; #GH_VSCodeextensionforAPICenter_Win32_Apr2024; #DesktopApp; #Visual Studio Code Client; #A11yMAS; #NonText Contrast; #A11YWCAG2.1;
### Environment Details:
Application Name: VS Code Extension for API Center
OS: Windows 11 Enterprise 23H2 (OS build 22631.3296)
... | bug,themes,accessibility | low | Minor |
2,786,653,515 | vscode | extension get wrong resource in context key when right click a folder with subfolder | For below folder structure 'builtIn\res' , if you right click on the 'builtIn' not 'bulitIn\res', then you use the 'Inspect Context Key' command to show the context , the 'resource' in the context keys is always 'builtIn\res' not 'builtIn' .
<img width="111" alt="Image" src="https://github.com/user-attachments/assets... | bug,file-explorer | low | Minor |
2,786,726,741 | flutter | Break on 'ImpellerValidationBreak' to inspect point of failure: Could not allocate descriptor sets: ErrorOutOfPoolMemory | ### Steps to reproduce
1. open app
### Expected results
don't crash with app
### Actual results
crash
### Code sample
no sample
### Screenshots or Video
<details open>
<summary>Screenshots / Video demonstration</summary>
[Upload media here]
</details>
### Logs
<details open><summary>Logs</summary>
```co... | waiting for customer response,in triage | medium | Critical |
2,786,745,716 | rust | Compilation of large project taking much longer after 1.84 (monomorphization) | <!--
Thank you for filing a regression report! 🐛 A regression is something that changed between versions of Rust but was not supposed to.
Please provide a short summary of the regression, along with any information you feel is relevant to replicate it.
-->
### Code
I have a big private project and we try to stay cu... | I-compiletime,T-compiler,C-bug,I-prioritize,regression-untriaged | high | Critical |
2,786,754,183 | electron | setOverlayIcon blurry on scaled resolutions | ### 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:,blocked/need-repro,33-x-y | low | Critical |
2,786,767,376 | transformers | use_liger_kernel requires much more GPU memory during evaluation than training | ### System Info
I found when enabling use_liger_kernel=True, it does reduce GPU memory for training. however, when dealing with evaluation, I found it requires much more GPU memory than training, even though the per_device_eval_batch_size is smaller than per_device_train_batch_size, and seq_lengths are similar.
![Ima... | bug | low | Minor |
2,786,784,159 | flutter | Google Maps plugin seemingly doesn't apply device pixel ratio on the web (or applies it twice?) | ### Steps to reproduce
1. Write (or use a preexisting) Flutter app that uses `pkg:google_maps_flutter`.
2. In the `GoogleMap` widget, provide an initial camera position with a set zoom level
```dart
return GoogleMap(
initialCameraPosition: CameraPosition(target: LatLng(0, 0), zoom: 0),
);
```
3. Add ... | p: maps,platform-web,package,has reproducible steps,team-web,found in release: 3.27,found in release: 3.28 | low | Critical |
2,786,798,337 | tauri | [bug] MSI installer uses HKCU despite being per-machine installation | ### Describe the bug
The installer performs what appears to be a per-machine installation:
- Installs to Program Files by default
- Requires admin privileges
- Creates shortcuts in Public Desktop and ProgramData Start Menu (accessible to all users)
However, InstallDir, Desktop Shortcut and other registry keys ... | type: bug,platform: Windows,status: needs triage | low | Critical |
2,786,846,838 | react-native | OutOfMemoryError in BlobModule when using fetch + large file [Android] | ### Description
create a blob from a file url. (A ~400 MB UHD video).
```
const response = await fetch(uri);
const blob = await response.blob();
```
It fails on Android with an underlying OutOfMemory error. Works on iOS.
The underlying [ReactAndroid code](https://github.com/facebook/react-native/blob/... | 🌐Networking,Platform: Android,Needs: Triage :mag: | low | Critical |
2,786,928,425 | flutter | CupertinoButton's child text does not apply primaryContrastingColor anymore | ### Steps to reproduce
1. Create a CupertinoApp with default values.
2. Place a CupertinoButton with a custom background color, for example: CupertinoColors.systemPurple.
3. Check out the text's color.
### Expected results
The text on the button should use primaryContrastingColor, its white by default
### Actual re... | framework,f: cupertino,has reproducible steps,P2,team-design,triaged-design,found in release: 3.27,found in release: 3.28 | low | Minor |
2,786,932,144 | ant-design | Segmented 组件在暗黑模式下的动画过渡效果不自然 | ### What problem does this feature solve?

如图,在暗黑模式下当相邻两个选项切换时会有这种与 hover 背景重叠的效果,默认浅色主题下就没这种问题
### What does the proposed API look like?
跟浅色模式一样动画过渡自然
<!-- generated by ant-design-issue-helper. DO NOT REMOVE --> | improvement | low | Minor |
2,786,970,908 | kubernetes | kube-controller-manager restart when leaderelection lost | ### What happened?
After the kube-controller-manager component fails to renew the contract, the kube-controller-manager component directly exits the process. Can the kube-controller-manager component be selected as the primary component without restarting the process?
### What did you expect to happen?
The kube-cont... | kind/bug,needs-sig,needs-triage | low | Minor |
2,787,005,906 | PowerToys | PowerToys Bug while it was in no use | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
General
### Steps to reproduce
No way I can find how to reproduce it, an error window just popped up, after some almost crashing state after changing programs windows (switching to ano... | Issue-Bug,Needs-Triage | low | Critical |
2,787,034,486 | deno | Next.js build sometimes fails with "Cannot find module" error | The error looks like this:
```
Error: Cannot find module './chunks/264.js'
Require stack:
- /tmp/build/src/.next/server/webpack-runtime.js
- /tmp/build/src/.next/server/pages/_document.js
- /tmp/build/src/node_modules/.deno/next@15.2.0-canary.8/node_modules/next/dist/server/require.js
- /tmp/build/src/node_modules/.de... | nextjs | low | Critical |
2,787,035,822 | flutter | Incorrect position of Japanese predictive conversion popup in TextFormField using maxLines on the Web | ### Steps to reproduce
1. Prepare a Mac with macOS Sequoia 15.2 (Japanese).
2. Paste the code sample into [dartpad.dev](https://dartpad.dev/) and run it.
3. Type Japanese in TextFormField and display the predictive conversion popup.
### Expected results
The predictive conversion popup will appear without any redunda... | a: text input,framework,a: internationalization,platform-web,has reproducible steps,P2,team-text-input,triaged-text-input,found in release: 3.27,found in release: 3.28 | low | Critical |
2,787,063,564 | ollama | Windows Installer hangs at the end of install | ### What is the issue?
Hi,
I've encountered a bug while upgrading ollama that also occurs when installing or trying to uninstall.
At the very end of the process, the windows will become disabled (can't move it, can't put in in foreground), witht he icon being higlighted in red on the taskbar, like if a modal was in t... | bug | low | Critical |
2,787,103,502 | stable-diffusion-webui | [Bug]: Bad API auth with certain passwords | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | bug-report | low | Critical |
2,787,115,508 | TypeScript | `builder.getDeclarationDiagnostics` performance regression since 5.6 | ### 🔎 Search Terms
Starting with version 5.6, the `builder.getDeclarationDiagnostics` method has become slower when invoked to retrieve diagnostics for a single `SourceFile`.
Here are the timing comparisons:
**TypeScript Version: 5.5.2**
- `builder.getDeclarationDiagnostics()`: **2.247s**
- `builder.getDeclara... | Needs Investigation | low | Major |
2,787,116,537 | rust | Tracking issue for release notes of #133807: ci: Enable opt-dist for dist-aarch64-linux builds |
This issue tracks the release notes text for #133807.
### Steps
- [x] 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,T-infra,relnotes-tracking-issue | low | Minor |
2,787,117,757 | vscode | VS Code workspaces on dynamic set of subfolders |
Type: <b>Feature Request</b>
Hi,
I am developing in a big monorepo with hundreds of projects. I would like to create a code-workspace file that treats each folder of a subfolder as its own project.
Like
- packages/project1
- packages/project2
- ...
- packages/project500
Currently, code-workspace files need to list ... | feature-request,workbench-multiroot | low | Minor |
2,787,131,386 | deno | node:dns resolver ignores TTL option | Version: Deno 2.1.5
```ts
import {resolve4} from "node:dns/promises";
resolve4("deno.com", {ttl: true}).then(console.log);
```
Expected result:
```
[{ address: '34.120.54.55', ttl: 12345 }]
```
Actual result:
```
[ "34.120.54.55" ]
```
Deno docs are aware of possible object being returned: https://docs.deno.com/ap... | good first issue,node compat | low | Critical |
2,787,143,326 | vscode | sign in problem for copilot |
Type: <b>Bug</b>
sign in button click but not respons
VS Code version: Code 1.96.3 (91fbdddc47bc9c09064bf7acf133d22631cbf083, 2025-01-09T18:14:09.060Z)
OS version: Windows_NT x64 10.0.26100
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|12th Gen Intel(R) Core(TM) i5-12500H (16 x 3110... | info-needed | low | Critical |
2,787,163,328 | flutter | Render GPU back buffer into Flutter control | ### Use case
I'd like to be able to render an existing buffer from the GPU into a Flutter control. The buffer should remain on the GPU with no GPU -> CPU or CPU -> GPU copying.
### Proposal
I'd like to be able to render an existing buffer from the GPU into a Flutter control. The buffer should remain on the GPU with ... | waiting for customer response,in triage | low | Minor |
2,787,193,050 | pytorch | Matmul with int32 parameters on Intel GPU leads to errors | ### 🐛 Describe the bug
torch.matmul with int32 parameters leads to errors, when running on XPU (Intel GPU) in the following program.
```python
import numpy as np
import torch
class Model(torch.nn.Module):
def __init__(self):
super().__init__()
self.val = torch.nn.Parameter(torch.ones([1], dtyp... | triaged,module: xpu | low | Critical |
2,787,231,675 | ollama | Support for llamaindex/vdr-2b-multi-v1: Multilingual Visual Document Retrieval Model |
vdr-2b-multi-v1 is a cutting-edge multilingual embedding model designed for visual document retrieval across various languages and domains. The model encodes document page screenshots into dense single-vector representations, allowing efficient search and querying of visually rich multilingual documents without OCR or... | model request | low | Major |
2,787,236,868 | pytorch | Unable to build with ATEN_THREADING=TBB option | While the doc [here](https://pytorch.org/docs/stable/notes/cpu_threading_torchscript_inference.html) says we could set the `ATEN_THREADING` build option to TBB, I encountered the following error:
```
<- omitted previous log for brevity ->
-- Looking for backtrace
-- Looking for backtrace - found
-- backtrace facility ... | module: build,module: docs,triaged,module: tbb | low | Critical |
2,787,255,507 | flutter | TextEditingValue selection default value doesn't work as expected. | ### Steps to reproduce
1) Create a `TextEditingController` on a `TextFormField` with the selection parameter being `selection: const TextSelection.collapsed(offset: -1)`
2) Enter a text in the text field.
NB: I'm using bloc for state management but that shouldn't have any effect on this ticket. You can reproduce wit... | waiting for customer response,in triage | low | Major |
2,787,256,764 | vscode | VSCode Insiders (1.97.0) Powershell shell (terminal) Integration Issue |
Type: <b>Bug</b>
I'm using Miniconda to manage my Python Virtual Environments, each time i open a Terminal (powershell), i have junk ansi text written after the virtual environnement selected. It has begun some days ago.
I have reinstalled VSCode insiders, and all the extensions (from bare metal), and same issue each... | bug | low | Critical |
2,787,280,299 | pytorch | Is it possible to remove NCCL submodule and use only nccl binaries from pypi instead ? | ### 🐛 Describe the bug
Currently we do both we have submodule:
https://github.com/pytorch/pytorch/tree/main/third_party/nccl
And we use pypi nccl binaries:
https://github.com/pytorch/pytorch/blob/main/.github/scripts/generate_binary_build_matrix.py#L62
And we have a code to check if submodule version is consistent ... | module: build,module: cuda,triaged,module: nccl | low | Critical |
2,787,298,410 | pytorch | [ARM] multiple test failures in TestQuantizedConv on Aarch64 | ### 🐛 Describe the bug
After enabling 'test_quantization" we consistently see 2 test failures on all Aarch64 platforms.
**TestQuantizedConv.test_qconv2d_relu** and **TestQuantizedConv.test_qconv2d**
```
The failure output is
AssertionError:
Arrays are not almost equal to 0 decimals
X: tensor([[[[0.0000, 0.0000, 2... | oncall: quantization,module: tests,module: arm | low | Critical |
2,787,301,551 | opencv | add support for multi-channel (>4) TIFs. | ### System Information
[DaVinci-Resolve-Logo.tif.zip](https://github.com/user-attachments/files/18261560/DaVinci-Resolve-Logo.tif.zip)
```
[INFO] Importing image...
[ERROR:0@0.014] global loadsave.cpp:440 imread_ imread_('/Users/fractale/Downloads/DaVinci-Resolve-Logo.tif'): can't read header: OpenCV(4.9.0) /Users/fr... | bug,category: imgproc | low | Critical |
2,787,312,688 | rust | Overload `visit_qpath` instead of using `visit_pat` in rustdoc "jump to def" implementation | It's a follow-up of [this discussion](https://github.com/rust-lang/rust/pull/134216#discussion_r1882612241) where @fmease suggested an improvement to the code.
Assigning myself to do it. :) | C-cleanup,T-rustdoc | low | Minor |
2,787,399,110 | PowerToys | FancyZones Error | ### Microsoft PowerToys version
0.87.1
### Installation method
GitHub
### Running as admin
Yes
### Area(s) with issue?
FancyZones Editor
### Steps to reproduce
Try and resize the fancyzones

 | ### What happened?
TL;DR: One of our nodes being out of ephemeral-storage (from imagefs being beyond the hard eviction threshold) led to a pod eviction, but the eviction_manager did not try to reclaim unused images before attempting eviction. This happens shortly after the pod is setup / started by the kubelet.
The m... | kind/bug,area/kubelet,sig/node,triage/needs-information,needs-triage | low | Critical |
2,787,503,623 | kubernetes | DNS latency when a CoreDNS pod is deleted | ### What happened?
Hello,
We noticed that when one of our CoreDNS pods is deleted, some client pods experience latency on their DNS queries.
This happens when the pod is completely deleted from Kubernetes, after the `terminating` phase. When it happens, all DNS requests from some pods (not all of them, it seems rand... | kind/bug,needs-sig,needs-triage | low | Critical |
2,787,506,259 | pytorch | aot_inductor TIMM convit_base inference regression on dashboard | See https://hud.pytorch.org/benchmark/timm_models/inductor_aot_inductor?dashboard=torchinductor&startTime=Tue,%2031%20Dec%202024%2015:26:32%20GMT&stopTime=Tue,%2014%20Jan%202025%2015:26:32%20GMT&granularity=hour&mode=inference&dtype=bfloat16&deviceName=cuda%20(a100)&lBranch=main&lCommit=1dab79470dbecef79ba4c7d4308d8a18... | high priority,triaged,oncall: pt2,oncall: export,module: aotinductor,pt2-pass-rate-regression | low | Minor |
2,787,516,823 | node | The removal of TypeScript types may result in broken JavaScript code | ### Version
v23.2.0
### Platform
```text
Linux 6.12.9 Fri Dec 20 10:11:49 UTC 2024 x86_64 GNU/Linux
```
### Subsystem
_No response_
### What steps will reproduce the bug?
Run the following TypeScript script with nodejs (with the `--experimental-strip-types` option, if necessary):
```ts
function mkId() {
return... | confirmed-bug,strip-types | low | Critical |
2,787,593,946 | pytorch | compile time regression 1/9 | [TorchInductor OSS Compile Time Dashboard](https://www.internalfb.com/intern/unidash/dashboard/?tab_id=1587385408528217)
- torchbench inference: sam_fast_dynamo_benchmark 70->84
- HF inference: BartForConditionalGeneration 32->42
- TIMM inference (a lot of models regressed)
cc @ezyang @gchanan @kadeng @msaroufim @ch... | high priority,triaged,oncall: pt2,module: startup-tracing-compile | medium | Major |
2,787,606,748 | flutter | `HotRunner._updateDevFS`: `_TypeError: Null check operator used on a null value` | This is a top 5 crasher for `3.27.1`
```
Thread 0 main thread_TypeError: Null check operator used on a null value
at HotRunner._updateDevFS(run_hot.dart:501)
at HotRunner._reloadSources(run_hot.dart:1002)
at <asynchronous gap>(async)
at HotRunner._hotReloadHelper(run_hot.dart:914)
at <asynchronous gap>(async)
at HotRu... | c: crash,tool,P2,team-tool,triaged-tool | low | Critical |
2,787,613,532 | PowerToys | allow users to pin their selection of PowerToys to the Quick access panel | ### Description of the new feature / enhancement
Currently the Quick access panel that pops up from the system tray has a fixed list of PowerToys; it would be helpful if this could be customised so that users could choose which PowerToys are shown here.
### Scenario when this would be used?
typically, whenever I ope... | Needs-Triage | low | Minor |
2,787,613,593 | flutter | Feature Request: Built-in Flavor Support Using dart-define in Flutter | ### Use case
**Problems:**
Currently, Flutter developers must rely on custom setups or third-party solutions to implement flavors. While dart-define provides a convenient way to pass runtime configuration variables, there is no official built-in support for managing flavors through it. Developers often have to config... | waiting for customer response,in triage | low | Minor |
2,787,640,662 | PowerToys | Registry Preview: allow pasting a registry key without saving it to a file | ### Description of the new feature / enhancement
Instead of opening a .REG file, it would be useful to be able to paste the Registry key in directly to preview it. A Paste... button next to the Open... button that popped up a window into which you could paste one or more registry keys would simplify the workflow of ad... | Idea-Enhancement,Cost-Small,Product-Registry Preview | low | Major |
2,787,642,883 | pytorch | `torch.profiler.record_function` doesn't register kernels from `backward` function | ### 🐛 Describe the bug
`__profile_kernel_of_func` (`record_function` label) shows zero timings for XPU (maybe for `CUDA` the situation is the same, but I have no way to check) unless `record_function` is used inside `backward` function.
```python
import torch
from torch.profiler import profile, ProfilerActivity, rec... | oncall: profiler | low | Critical |
2,787,670,769 | godot | 2D Pathfinding doesn't make shortest paths on tilemaps | ### Tested versions
v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 (NVIDIA; 32.0.15.6636) - 11th Gen Intel(R) Core(TM) i5-11600K @ 3.90GHz (12 Threads)
### Issue description
When trying to implement pathfinding ... | topic:navigation | low | Minor |
2,787,710,102 | pytorch | Adding Infiniband to RDZV Backend for optimal torch run training | ### 📚 The doc issue
The documentation can include more information on optimally using infiniband for running ML trainings using torchrun. It would be helpful to add the bash commands for users to see how to set the RDZV host to be the the infiniband url. *For Nvidia GPUs*
**Infiniband URL**
One can run `ifconfig` an... | oncall: distributed,module: docs | low | Critical |
2,787,827,504 | vscode | The window terminated unexpectedly | Cannot start VS Code after the most recent apt upgrade. Always got "The window terminated unexpectedly (reason: 'crashed', code: '132')".
Already tried rebooting the machine and it did not work.
- VS Code Version:
```bash
$ code --version
1.96.3
91fbdddc47bc9c09064bf7acf133d22631cbf083
x64
```
- OS Version:
```bas... | info-needed,freeze-slow-crash-leak | low | Critical |
2,787,863,701 | langchain | AttributeError while importing langchain_core. prompts , AttributeError: module 'requests' has no attribute 'auth' | ### 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,Ɑ: core | low | Critical |
2,787,900,922 | vscode | Notebook: NotebookEditorSelectionChangeEvent triggers twice | Originally reported in https://github.com/microsoft/vscode-discussions/discussions/1911
> I’m encountering an issue where the NotebookEditorSelectionChangeEvent triggers twice, making it challenging to determine the current selection
| bug | low | Minor |
2,787,933,126 | godot | _make_custom_tooltip() without tooltip text doesn't take over when mouse_filter is Pass. | ### Tested versions
4.4.dev7
### System information
Godot v4.4.dev7 - Pop!_OS 22.04 LTS on X11 - X11 display driver, Multi-window, 1 monitor - OpenGL 3 (Compatibility) - Mesa Intel(R) Graphics (ADL GT2) - 12th Gen Intel(R) Core(TM) i5-1235U (12 threads)
### Issue description
https://github.com/godotengine/godot/pu... | bug,topic:gui | low | Critical |
2,787,933,848 | react-native | [ios] Inverse scale transforms results in pixelated blurred poor resolution views | ### Description
We have a production app where we have a pinch gesture handler that allows pinch zooming on a map. When the map is zoomed in (scaled up) the child POIs are scaled down to preserve sizing of POIs. Example, if the parent View is scaled by 100 the child POI View is then scaled by 0.01 to counteract the tr... | Platform: iOS,Issue: Author Provided Repro,API: Transforms,Type: New Architecture | low | Critical |
2,787,943,083 | PowerToys | [RegistryPreview] Keyboard shortcut for standalone mode | ### Description of the new feature / enhancement
It is possible to use Registry preview in standalone mode. For example to previewing data pasted from clipboard or to opening a file from within the window.
A shortcut for opening Registry Preview would be cool.
### Scenario when this would be used?
Fast opening the ... | Idea-Enhancement,Needs-Triage,Product-Registry Preview | low | Minor |
2,787,963,735 | PowerToys | [Registry Preview] Save as behavior on save button for temp file | ### Description of the new feature / enhancement
Instead of showing a save error when clicking on the save button after opening the Regsitry preview **without file**

**the "Save" button should behaves like "Save as". (The same... | Idea-Enhancement,Area-User Interface,Cost-Small,Product-Registry Preview | low | Critical |
2,787,964,534 | flutter | [windows] Unhandled exception at 0x00007FFC4362F8A8 (flutter_windows.dll) in myapp.exe: An invalid parameter was passed to a function that considers invalid parameters fatal. | ### Steps to reproduce
Hello, i am having a native windows crash in a pretty large enterprise app, i have captured a minidump with heap with visual studio that i am attaching. I am not sure what is the cause of the crash on the dart side so to say, i cannot pinpoint in code what the app is doing that causes the crash.... | waiting for customer response,platform-windows,a: desktop,team-windows | low | Critical |
2,787,969,637 | kubernetes | https://console.cloud.google.com/storage/browser/kubernetes-release/release/ does not have latest releases | ### What happened?
I have noticed that only the alpha version of K8s 1.32.x is available on https://console.cloud.google.com/storage/browser/kubernetes-release/release/ and only up to K8s 1.31.0. Latest update to this bucket seems to have been months ago. Is this related to https://github.com/kubernetes/kubernetes/iss... | kind/bug,needs-sig,needs-triage | low | Minor |
2,787,974,035 | PowerToys | [RegistryPreview] Crash clicking save on message when closing | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update, GitHub
### Running as admin
No
### Area(s) with issue?
Registry Preview
### Steps to reproduce
1. Open Registry Preview without file.
2. Create content for a file.
3. Close app window.
4. Click "save" button.
### ✔️ Expected... | Issue-Bug,Priority-3,Status-Reproducible,Product-Registry Preview | low | Critical |
2,787,996,172 | yt-dlp | [tubitv] An extractor error has occurred (caused by KeyError(`video_id`)) tubi | ### 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... | geo-blocked,site-bug | low | Critical |
2,788,028,918 | pytorch | torch.compile() within TorchDispatchMode always causes an unknown guard failure. | ### 🐛 Describe the bug
When I run torch.compile() under an "infra" TorchDispatchMode, it seems that a recompile always happens, but I don't know what guard is failing:
```
import torch
from torch.overrides import TorchFunctionMode
from torch.utils._python_dispatch import TorchDispatchMode
from torch._dynamo import ... | triaged,module: __torch_dispatch__,oncall: pt2,module: dynamo | low | Critical |
2,788,046,079 | PowerToys | [Registry Preview] Enhanced preview windows for value data | ### Description of the new feature / enhancement
Currently you only have the value data preview in the data grid cell and #36631 implements a tool tip to have a better preview (especially for multi line data).
I would be great to have a button in the cell to show a content dialog with a read only text box. That suppo... | Idea-Enhancement,Area-User Interface,Needs-Triage,Product-Registry Preview | low | Minor |
2,788,081,105 | PowerToys | Mouse Without Borders mouse rubberbanding with 1000hz/polling rate for mouse and keyboards | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce
Mouse Without Borders does not seem to work well with high Hz (polling rate), mouse and possibly keyboards as well.
at 1000hz, my mo... | Issue-Bug,Needs-Triage | 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.