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,789,625,977 | pytorch | torch.nn.functional.scaled_dot_product_attention is_causal fails for kv-cache case (sequential and further parallel attention) | ### ๐ The feature, motivation and pitch
**Behaviour found for torch version 2.2.2**
It would be great if scaled_dot_product_attention could be (easily) used for the case of sequential token generation when a kv-cache is present. However, currently when is_causal is set and a single query vector is put in, the functi... | triaged,module: sdpa | low | Minor |
2,789,626,231 | kubernetes | kube-proxy --cleanup issues | 1. We don't actually document `kube-proxy --cleanup` anywhere.
2. It could probably do a _slightly_ better job than it actually does (eg, https://github.com/kubernetes/kubeadm/issues/3133#issuecomment-2592104802) | sig/network,triage/accepted | low | Minor |
2,789,629,529 | next.js | Client-side navigation error with rewrites and catch-all routes | ### Link to the code that reproduces this issue
repository: https://github.com/klaasman/nextjs-rewrite-catchall-conflict
preview deployment: https://nextjs-rewrite-catchall-conflict.vercel.app/
### To Reproduce
A routing precedence issue arises when URL rewrites conflict with catch-all routes during client-side nav... | Middleware,Navigation,Pages Router | low | Critical |
2,789,700,016 | ollama | most powerful model with 4m context MiniMax-Text-01 | https://huggingface.co/MiniMaxAI/MiniMax-Text-01
https://x.com/MiniMax__AI/status/1879226391352549451 | model request | low | Major |
2,789,709,557 | vscode | Firefox on iOS: Cannot type in editor after changing focus | <!-- โ ๏ธโ ๏ธ 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... | firefox,editor-edit-context | low | Critical |
2,789,714,297 | pytorch | Torch compile cache | ### ๐ Describe the bug
Hi,
I'm setting the following values
TORCHINDUCTOR_FX_GRAPH_CACHE
TORCHINDUCTOR_CACHE_DIR
I see the cache folder is populated by 3.8G.
I'm creating a tar archive to place the cache on another instance, with same H100 and untar on the other instance. But compile time shows the cache has not ... | triaged,oncall: pt2 | low | Critical |
2,789,742,411 | flutter | [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel: "dev.flutter.pigeon.shared_preferences_foundation.LegacyUserDefaultsApi.getAll"., null, null) | ### Steps to reproduce
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel: "dev.flutter.pigeon.shared_preferences_foundation.LegacyUserDefaultsApi.getAll"., null, null)
### Expected results
[ERROR:flutter/runtime/dart_vm... | waiting for customer response,in triage | low | Critical |
2,789,742,478 | terminal | BringWindowToTop doesn't set active tab | ### Description of the new feature
Currently, BringWindowToTop only brings the terminal window to the foreground; however, it does not activate the correct tab. In certain scenarios, the user's focus is not restored to the intended location if the active tab isn't the one that initiated the BringWindowToTop call.
Us... | Issue-Feature,Product-Conpty,Area-Windowing | low | Minor |
2,789,781,950 | vscode | Dragging does not work in a VSCode extension WebView | <!-- โ ๏ธโ ๏ธ 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,webview | low | Critical |
2,789,801,882 | neovim | Capability to show diagnostics as markdown | ### Problem
I was working on pretty typescript error message formatter for float. While it's somewhat better than the default output it would be nice to have markdown syntax highlighting for diagnostics as well.
I did some digging and found out that we are using same function Neovim using for LSP `hover` in diagnosti... | enhancement,lsp,diagnostic | low | Critical |
2,789,812,889 | PowerToys | Image resizer incorrectly calculates missing dimension in fit mode | ### Microsoft PowerToys version
0.87.1
### Installation method
WinGet
### Running as admin
No
### Area(s) with issue?
Image Resizer
### Steps to reproduce
Take this image as input.

The dimensions are 2040 x 1530 pixels.... | Issue-Bug,Needs-Triage | low | Minor |
2,789,819,980 | opencv | threshold API : query threshold only, and masks | ### Describe the feature and motivation
Currently (OpenCV 4.11), `cv::threshold()` supports auto-threshold binarizations OTSU and TRIANGLE and returns the computed threshold value.
It's a pity that there is no API to only query that auto-threshold without actually performing the thresholding.
To avoid adding an API f... | feature,category: imgproc | low | Minor |
2,789,828,631 | yt-dlp | Cannot download on Patreon with --cookies-from-browser | ### 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,789,830,741 | pytorch | Region check for in-place read and write does not always work | ### ๐ Describe the bug
Hello!
If I try to read and write from and to the same locations along the first axis of a tensor, I get a RuntimeError, which is expected:
```python
>>> arr = torch.arange(9).reshape(3, 3)
>>> arr[1:, :] = arr[:-1, :]
--------------------------------------------------------------------------... | triaged,module: partial aliasing | low | Critical |
2,789,836,169 | deno | Support Custom Signal Listeners or a Global `afterAll` Hook in `deno test` | ## Description
It appears that when defining tests with `Deno.test()` and running them using `deno test`, adding custom signal listeners (e.g. `Deno.addSignalListener`) does not work as expected. The `deno test` runner seems to ignore these listeners, as the signals are only handled internally within the test runner's... | testing | low | Minor |
2,789,866,244 | rust | `-C split-debuginfo={off,packed,unpacked}` is (effectively) untested on windows-msvc and windows-gnu (well, windows generally) | `tests/run-make/split-debuginfo` has this:
https://github.com/rust-lang/rust/blob/2776bdfe423c9fdfcd6313d678f0852ea26f1309/tests/run-make/split-debuginfo/Makefile#L34-L38
Which lumps windows-msvc and windows-gnu together, and also doesn't test anything on windows altogether.
Noticed while working on porting `split-d... | A-testsuite,A-debuginfo,E-hard,T-compiler,O-windows-gnu,O-windows-msvc,C-bug,A-run-make | low | Critical |
2,789,885,203 | PowerToys | Exclusion list for 'Move newly created windows to their last known zone' | ### Description of the new feature / enhancement
I generally love the 'Move newly created windows to their last known zone' feature, but it breaks Edge's own attempt to place its windows to monitors they were last on. After starting edge, it first positions windows well and then PowerToys move it to a single zone.
I ... | Needs-Triage | low | Minor |
2,789,934,113 | kubernetes | persistentVolumeReclaimPolicy: Recycle is said deprecated but still used in PV example | Recycle reclaim policy is deprecated:
https://kubernetes.io/docs/concepts/storage/persistent-volumes/#recycle
https://github.com/kubernetes/kubernetes/pull/59063
https://groups.google.com/g/kubernetes-dev/c/uexugCza84I
Primary example to showcase a PV is using `persistentVolumeReclaimPolicy: Recycle`:
https://kubern... | sig/docs,needs-triage | low | Minor |
2,789,947,937 | transformers | Add support for MiniMax-Text-01 and MiniMax-VL-01 from MiniMaxAI | ### Model description
MiniMaxAI has just released two new models for text generation. While the code and weights have been made publicly available, the code requires significant formatting and cleaning to align with the standards of the Hugging Face Transformers library. The models are:
**MiniMax-Text-01**
MiniMax-T... | New model | low | Major |
2,789,974,579 | TypeScript | Accessing protected computed property does not produce a compiler error | ### ๐ Search Terms
protected computed no error bug
### ๐ Version & Regression Information
This is the behavior in every version I tried (v3.3.3333, v4.0.5, v5.7.3), and I reviewed the FAQ for entries about **Common "Bugs" That Aren't Bugs**
### โฏ Playground Link
https://tsplay.dev/wjdn7m
### ๐ป Code
```ts
dec... | Suggestion,Awaiting More Feedback | low | Critical |
2,789,992,508 | tensorflow | Windows libtensorflow size increased 4x with 2.17 | ### Issue type
Build/Install
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.17+
### Custom code
No
### OS platform and distribution
Windows x86_64
### Mobile device
_No response_
### Python version
_No response_
### Bazel version
_No response_
##... | type:build/install,subtype:windows,2.17 | medium | Critical |
2,789,993,956 | flutter | [flutter_adaptive_scaffold] allow users to specify navigation rail padding with AdaptiveScaffold | ### Use case
The current implementation of AdapativeScaffold supplies the default 8 dp padding which is undesirable in some layouts, such as when there is an `AppBar` in the body of a given page. I would like to have control over the padding and be able to override it manually.
<img width="202" alt="Image" src="http... | framework,package,c: proposal,team-ecosystem,P2,p: flutter_adaptive_scaffold,triaged-ecosystem | low | Minor |
2,790,025,830 | tensorflow | TensorRT ( C++ ) inference strange behavior on Jetson AGX Xavier | I developed 2 distinct models, for 2 use cases, to analyzed some vibration patterns: one of them when system is turn on and second when system is shut down (so there are no any vibration detected )
The entire training process uses TensorFlow 2.7.0 (an auto encoder in python) to create .h5 models, which are converted to... | stat:awaiting response,TF 2.11 | medium | Critical |
2,790,039,794 | PowerToys | (Mouse) back/forward button support | ### Description of the new feature / enhancement
Ability to use the back/forward button e.g. mouse buttons in the PowerToys app
### Scenario when this would be used?
Switch back to the dashboard when visiting a module's settings and the back button was clicked
### Supporting information
_No response_ | Needs-Triage | low | Minor |
2,790,055,265 | rust | Tracking issue for release notes of #135536: Add more impls of PartialEq and PartialOrd for strings |
This issue tracks the release notes text for #135536.
### Steps
- [x] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [x] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,needs-triage,I-release-nominated,relnotes-tracking-issue | low | Minor |
2,790,057,913 | neovim | reframe :help "Run with g==" hints as codelenses | # Problem
Currently the "Run with ..." pseudo-codelenses in `:help` buffers don't have an interface for enabling/disabling them.
# Proposal
_Originally posted by @mfussenegger in https://github.com/neovim/neovim/issues/31947#issuecomment-2592420466_
> Conceptually the "Run with ..." virtual-text is similar to eithe... | enhancement,plugin,runtime,lsp | low | Critical |
2,790,066,491 | flutter | can't move/reuse widget in differenct place of widget tree. | ### Steps to reproduce
I saved a widget tree for reusing, like the following
```dart
class StageState extends State<Stage> implements Show<Stage> {
int idx = 0;
Key key = unique_key();
Widget win = primary_ui();
@override
void show(int n) {
idx = n;
setState(() {});
}
Widget build(BuildContext... | waiting for customer response,in triage | low | Critical |
2,790,067,302 | vscode | Vscode crash on arch linux after saving file | <!-- โ ๏ธโ ๏ธ 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... | info-needed | low | Critical |
2,790,074,914 | tauri | [bug] window.outer_position() always zero on Linux | ### Describe the bug
I'm trying to debug why the window state plugin is restoring size but not position, and have discovered that both `window.outer_position()` and `window.inner_position()` return `(0,0)` on Ubuntu 24.04.
### Reproduction
Here's the basic debug code I have in `run()`
```rust
// Save windo... | type: documentation | low | Critical |
2,790,109,834 | tensorflow | How can I compile TensorFlowLite for Swift without Bitcode?" | Hello!
I would like to use TensorFlowLite Swift without Bitcode, as Apple has discontinued the use of Bitcode. I am using version 2.17.0 available on CocoaPods, but the binaries already come with Bitcode. How can I resolve this?
And does TensorFlowLite Swift have a version available that does not require Rosetta to r... | stat:awaiting response,type:support,comp:lite,iOS | medium | Minor |
2,790,113,787 | rust | Compiler error while compiling the k256 library | The compiler error is caused by the line `self.0.sign_digest(Digest::new_with_prefix(digest_bytes))` and `self.0.sign_digest(Digest::new())` (commented out in the provided code for testing).
<!--
Thank you for finding an Internal Compiler Error! ๐ง If possible, try to provide
a minimal verifiable example. You can rea... | I-ICE,T-compiler,C-bug,needs-triage | low | Critical |
2,790,126,754 | godot | Dragging Editor to another screen breaks editor | ### Tested versions
Godot v4.3.stable.official [77dcf97d8]
Related issue:
#17699
### System information
MacOS 14.6.1 - Processor: 2.3 GHz 8-Core Intel Core i9 - Graphics: AMD Radeon Pro 5500M 8GB
### Issue description
When having the Godot editor open on mac and dragging it to another screen, the editor compl... | bug,topic:editor,crash | low | Critical |
2,790,169,407 | transformers | Mismatch between `_convert_token_to_id_with_added_voc` and `encode` for Llama-3.2 tokenizer | ### System Info
- `transformers` version: 4.47.1
- Platform: macOS-13.6.3-arm64-arm-64bit
- Python version: 3.12.0
- Huggingface_hub version: 0.25.2
- Safetensors version: 0.5.1
- Accelerate version: 1.2.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.5.1 (False)
- Tensorflow version (GPU?): not installe... | Usage,bug | low | Minor |
2,790,203,893 | transformers | AttributeError in automatic_speech_recognition.py when return_segments and return_timestamps are both True | ### System Info
- `transformers` version: 4.48.0
- Platform: macOS-15.2-arm64-arm-64bit
- Python version: 3.12.3
- Huggingface_hub version: 0.27.1
- Safetensors version: 0.4.5
- Accelerate version: 1.1.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.3.0 (False)
- Tensorflow version (GPU?): not installed ... | bug | low | Critical |
2,790,209,100 | pytorch | FUNC_INLINELIST doesn't exist | probably just obsolete comment: https://github.com/pytorch/pytorch/blob/7c52c97a65f58e1de2967509ab732e20f468dae8/torch/_dynamo/trace_rules.py#L3176
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames | triaged,oncall: pt2,module: dynamo | low | Minor |
2,790,221,284 | langchain | Question: chidlren's key is covered by the parent's same key | for cls in [None, *self.__class__.mro()]:
values of the same key in children will be covered by the parent's same key. It is intendedly designed or a bug? I think it's not reasonable. | ๐ค:bug | low | Critical |
2,790,226,489 | vscode | Duplicate + icon for both "stage line(s)" and "add comment" is not ideal | <!-- โ ๏ธโ ๏ธ 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. -->
As you can see, when being in diff mode, both "stage ... | triage-needed,stale | low | Minor |
2,790,247,484 | deno | Warning Message for Lifecycle Scripts Only Appears When Running `deno task` | When I ran `deno install --allow-scripts`, I didn't see any warning messages. However, when I ran `deno task setup`, which included the same script, I received a warning about npm lifecycle scripts not being executed.
### Steps to Reproduce
1. Create a `deno.json` file with the following content:
```json
{
"lock": ... | needs investigation,task runner | low | Minor |
2,790,248,843 | rust | Integer `to_string` is slow | On my machine, the following code runs in 3 seconds in stable version, release build:
```rust
// (EDIT: made it compile)
fn main() {
for i in 0..100000000u32 {
let s = i.to_string();
assert!(s.len() > 0);
}
}
```
whereas the C++ counterpart runs in 1.2 seconds with `-O2`:
```cpp
#include <str... | A-fmt,C-optimization | low | Major |
2,790,254,149 | go | cmd/go: go get fails against GerritHub server | ### Go version
go version devel go1.24-368a9ec998 Tue Jan 14 14:54:07 2025 -0800 linux/arm64
### Output of `go env` in your module/workspace:
```shell
AR='ar'
CC='gcc'
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_ENABLED='1'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
CXX='g++'
GCCGO='gccgo'
GO111MODUL... | NeedsInvestigation,GoCommand,BugReport | low | Critical |
2,790,257,436 | kubernetes | Update secret and then upgrade the pod, Sometimes pod will get the old value of secret | ### What happened?
Mount the secret to the specified directory in the pod. The startup script of pod will read the value of secret. Our program will update the secret and then upgrade the pod. Sometimes the pod read the old value of secret, after container restart it will read the new value of secret. We use WatchChan... | kind/bug,priority/backlog,area/kubelet,sig/node,triage/accepted | low | Major |
2,790,258,344 | go | proposal: cmd/go: allow setting runtime godebugs in go.mod / go:debug directives | ### Proposal Details
Now `asyncpreemptoff=1` cannot be specified by `//go:debug`:
```
examples\test\main.go:1:1: invalid //go:debug: unknown //go:debug setting "asyncpreemptoff"
```
However, there are many situations where disabling async preemption is required as a workaround to make applications work correctly:
*... | Proposal,ToolProposal | low | Critical |
2,790,260,166 | transformers | Regression - Phi3 has graph breaks in 4.48 but not in 4.47.1 | ### System Info
- `transformers` version: 4.48.0
- Platform: Linux-6.8.0-48
- Python version: 3.12.3
- Huggingface_hub version: 0.27.1
- Safetensors version: 0.5.2
- Accelerate version: 1.2.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.6.0
- Tensorflow version (GPU?): not installed (NA)
- Flax versio... | bug | low | Critical |
2,790,291,794 | flutter | Misconfigured android engine test "Invalid shard: android_engine_tests" | I am seeing failures that look like misconfiguration.
https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8725700029924606593/+/u/run_test.dart_for_android_engine_tests_shard_and_subshard_None/stdout
```
Invalid shard: android_engine_tests
The available shards are: add_to_app_life_cycle_tests, build_tes... | platform-android,t: flutter driver,team-infra,P1,android-testing | medium | Critical |
2,790,292,902 | electron | Backdrop filters no longer function/apply between View's | ### 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,platform/linux,bug :beetle:,has-repro-gist,34-x-y | low | Critical |
2,790,302,622 | deno | Support sending OTEL data over a unix socket or printed to stdout. | It would be nice to be able to your the collected opentelemetry data to either STDOUT or a unix socket. Might be helpful with local development, or in certain contexts where it would be helpful to skip the networking stack. | otel | low | Minor |
2,790,332,270 | pytorch | FlexAttention errors with certain functions and half precision in score_mod | ### ๐ Describe the bug
Using certain functions in `score_mod` as part of FlexAttention error when using float16 or bfloat16. This is on nightly, to reproduce:
```python
import torch
from torch.nn.attention.flex_attention import flex_attention
flex_attention = torch.compile(flex_attention, dynamic=False)
q = torch.r... | triaged,oncall: pt2,module: flex attention | low | Critical |
2,790,332,401 | vscode | fallo |
Type: <b>Bug</b>
crear nuevo perfil
VS Code version: Code 1.96.2 (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z)
OS version: Windows_NT x64 10.0.19045
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|12th Gen Intel(R) Core(TM) i7-1255U (12 x 2611)|
|GPU Status|2d_ca... | info-needed | low | Critical |
2,790,356,929 | terminal | Cannot unbind key through null id | ### Windows Terminal version
1.21.3231.0
### Windows build number
10.0.26100.2894
### Other Software
_No response_
### Steps to reproduce
I am trying to unbind ctrl-h.
I am following the steps from https://learn.microsoft.com/en-us/windows/terminal/customize-settings/actions#unbind-keys-disable-keybindings
In ... | Issue-Bug,Area-Settings,Product-Terminal | low | Critical |
2,790,364,778 | neovim | boolean in vim.lsp.Config to determine if a language server should be enabled. | ### Problem
I'd like to disable some language servers based on what the path / cwd is. For example, I don't want to run [harper-ls](https://github.com/Automattic/harper) if the path is outside of my development paths. eg: Don't run on public cloned trees.
I was thinking something like a `enabled = function(...):boole... | enhancement,lsp | low | Major |
2,790,379,899 | svelte | Wrong "Unused CSS selector" in slotted content | ### Describe the bug
CSS `:has` selector is incorrectly reported as unused in slotted content.
### Reproduction
[https://svelte.dev/playground/f4f152811664414b927a42289c904a52?version=5.18.0](https://svelte.dev/playground/f4f152811664414b927a42289c904a52?version=5.18.0)
### Logs
```shell
```
### System Info
```... | css | low | Critical |
2,790,423,672 | pytorch | [dynamo] Model `__dict__` with `ConstDictVariable` rather than `GetAttrVariable` | This tracks (1) from https://github.com/pytorch/pytorch/pull/144419#pullrequestreview-2541259169.
It'll lead to removal of duplicated logic for dictionary object handling below, and make it easier to reason about `__dict__` in general.
https://github.com/pytorch/pytorch/blob/d85ae4be734cfd53f5b893240894381ac65fe8b4/to... | triaged,oncall: pt2,module: dynamo | low | Minor |
2,790,425,283 | pytorch | [dynamo] Support mutation on type objects | This tracks (2) from https://github.com/pytorch/pytorch/pull/144419#issuecomment-2583533712.
Repro:
```python
@torch.compile(backend="eager", fullgraph=True)
def f(x):
Foo.a = 1
return x + 1
f(torch.ones(1))
# File ".../torch/_dynamo/symbolic_convert.py", line 1843, in STORE_ATTR
# BuiltinVariable(setattr... | triaged,oncall: pt2,module: dynamo | low | Critical |
2,790,430,483 | vscode | Terminal suggest: support absolute paths well on Windows | Some test cases:
- `cd |` should show `C:\`, `D:\`, etc., whatever drives are available
- `cd C:\|` should show dirs in `C:\` with same prefix (eg. `C:\Windows`)
- `cd :|` should show all drives (should get for free with first test case) | feature-request,windows,terminal-suggest | low | Minor |
2,790,433,050 | tensorflow | Failed to load native TensorFlow Lite methods | Hi,
I'm trying to use tensorflow lite version 2.15.0 to run my tflite model and I'm getting an error when initializing the interpreter.
I'm adding the tensor flow libraries in the gradle file
`implementation('org.tensorflow:tensorflow-lite') { version { strictly("2.15.0") } }`
Code:
```
isLibraryLoaded = false
p... | stat:awaiting response,type:support,comp:lite,TF 2.15 | medium | Critical |
2,790,443,660 | pytorch | [Monitoring] Display on HUD the information about runners that failed to be created (which cause jobs to queue) | ## Context
When job queuing for a significant period of time, it'll usually be for one of the following reasons:
- The desired machine is out of stock. We'll retry creating that instance until it becomes available
- There's a bug preventing that runner type from coming online, or perhaps even being provisioned
- Some o... | module: ci,triaged | low | Critical |
2,790,444,887 | tensorflow | target //tensorflow/compiler/mlir/lite:tensorflow_lite_quantize fail to build | ### Issue type
Build/Install
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tf 2.19
### Custom code
No
### OS platform and distribution
Linux Debian 6.1.119-1 (2024-11-22) x86_64 x86_64 x86_64 GNU/Linux
### Mobile device
_No response_
### Python versio... | type:build/install,comp:lite,TF 2.18 | low | Critical |
2,790,449,454 | kubernetes | Document why kernel tunable `kernel/panic` needs to be set to 10 | ### What would you like to be added?
Running kubelet on a system without this tunable is unsupported and causes kubelet to terminate. It's fine to set this and be done with it, but I can't figure out why?
Looking through the code/github, it seems that this pull request from @brendandburns first added this sysctl and ... | sig/node,kind/feature,sig/docs,needs-triage | low | Minor |
2,790,459,222 | rust | Type inference failure: Unable to infer closure parameter type | I tried this code:
```rust
fn test_map_err() {
let mut m = None;
let a: i32;
let c = m.map_or(a, |v| v.min(a));
}
```
I expected to see this happen:
The compiler should be able to infer the type of the closure parameter v and compile the code successfully.
Instead, this happened:
The compiler failed to ... | C-discussion | low | Critical |
2,790,478,990 | flutter | [Impeller] error running Emulator binary 35.3.11.0 on Linux host. | ### Steps to reproduce
Upgrading flutter and everything (dart, android tools and images, IDE, ide plugins, building new emulator AVDs, etc) else from a 4mo old working setup.
now builds fail (even on a newly created project) with:
> `E/flutter ( 3868): [ERROR:flutter/impeller/renderer/backend/vulkan/allocator_vk.cc(... | P3,e: impeller,team-engine,triaged-engine | low | Critical |
2,790,479,205 | vscode | Terminal suggest: Handle paths on git bash | Git Bash uses special paths that map to Windows ones and then strictly uses the `/` separator:

We should support these well. | feature-request,windows,terminal-shell-git-bash | low | Minor |
2,790,482,192 | rust | Single use lifetimes lint suggests using unstable feature on stable | ### Code
[playground link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=c63ad1a23efb14d71f23d0255132631c)
```Rust
#[allow(dead_code)]
#[warn(single_use_lifetimes)]
fn foo<'a>(_items: impl IntoIterator<Item = &'a i64>) -> Vec<f64> {
vec![]
}
```
### Current output
```Shell
warning: lif... | A-lints,A-diagnostics,T-compiler,L-false-positive | low | Critical |
2,790,503,850 | next.js | Parallel routes do not apply individual `loading.tsx` when used with nested routes | ### Link to the code that reproduces this issue
https://codesandbox.io/p/github/jrhackett/app-router-test/main?import=true
### To Reproduce
1. Start application in CodeSandbox
2. Click on "Broken subpath example" link
3. Note that the loading state for the "Slot" is showing "Loading Dashboard..." and not "Loading Sl... | Parallel & Intercepting Routes | low | Critical |
2,790,505,616 | tauri | [bug] Generated Kotlin Code Returns Nullable Strings in WryActivity.kt (Tauri 2.0) | ### Describe the bug
Hi Tauri Team,
While using Tauri 2.0 for Android development, the generated WryActivity.kt file produces a compile-time error:
--------------------------------------------------------------------
Return type mismatch: expected 'kotlin.String', actual 'kotlin.String?'
--------------------------... | type: bug,status: needs triage,platform: Android | low | Critical |
2,790,532,890 | pytorch | FlexAttention Compilation Uses Non-Standard Invocation Of Inductor Ops | ### ๐ Describe the bug
`Modification Wrapper` uses a non-standard way of invoking inductor operators.
In https://github.com/pytorch/pytorch/blob/d065e8a9de7d6b91bd18286bf45e5094f1278f9f/torch/_inductor/select_algorithm.py#L623-L634
it passes string arguments to `subgraph.data.inner_fn(())` instead of `CSEVariable... | triaged,oncall: pt2,module: inductor,module: higher order operators,module: pt2-dispatcher,module: flex attention | low | Critical |
2,790,556,856 | godot | Incorrect behaviour using `draw_list_begin_for_screen` | ### Tested versions
- v4.4.dev.custom_build [1fa1f5c75]
- v4.4.dev7.official [46c8f8c5c]
### System information
Godot v4.4.dev (1fa1f5c75) - macOS Sequoia (15.2.0) - Multi-window, 2 monitors - Metal (Forward+) - integrated Apple M1 Max (Apple7) - Apple M1 Max (10 threads)
### Issue description
The `draw_list_begin... | bug,topic:rendering | low | Critical |
2,790,565,456 | godot | Light behaves unexpectedly when using a screen-space material | ### Tested versions
- Reproducible on v4.3.stable.mono.official [77dcf97d8]
### System information
Godot v4.3.stable.mono - EndeavourOS #1 SMP PREEMPT_DYNAMIC Fri, 27 Dec 2024 14:24:37 +0000 - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 7800 XT (RADV NAVI32) - AMD Ryzen 5 3600 6-Core Processor (12 Threads)... | bug,topic:rendering,confirmed | low | Minor |
2,790,573,055 | PowerToys | dashboard keeps popping up | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
General
### Steps to reproduce
just started powertoys manually. after a while the full powertoys dashboard window pops up on my screen. close it with x. after a while it pops up agai... | Issue-Bug,Needs-Triage | low | Minor |
2,790,582,524 | next.js | Unexpected Behavior using "after" in middleware | ### Link to the code that reproduces this issue
https://github.com/willwill96/nextjs-after-function-repro
### To Reproduce
1. Start the application
2. Fetch `http://localhost:3000` through preferred method
3. Observe Logs for the following
- Middleware Timing - Start {time}
- Middleware Timing - End {time}
- ... | Middleware | low | Major |
2,790,589,350 | flutter | Cupertino Sheet should bounce slightly when overdragged upwards | On a native iOS sheet, when you drag it above it's max height, it will move up slightly. Then on gesture release it will snap back in to place. Currently in Flutter it will only drag downwards, then stop at max height when dragged back up again.
Native:
https://github.com/user-attachments/assets/745c0c46-7a28-41bb-92... | a: fidelity,f: cupertino,P2,team-design,triaged-design | low | Minor |
2,790,600,707 | flutter | Cupertino Sheet should have drag to dismiss and nested scrolling work together | On native iOS, when you have a sheet open with scrollable content, if you start scrolling, it will scroll normally. But then when you drag downwards, once you reach the top of the scrollable content, the sheet starts it's drag to dismiss gesture. Then if you drag back up again, once the the sheet reaches it's original ... | a: fidelity,f: scrolling,f: cupertino,P2,team-design,triaged-design | low | Minor |
2,790,618,232 | flutter | Change SystemUiOverlayStyle gradually | On native iOS, there is the ability to change the brightness of the system overlay gradually, set to an animation. For example, this happens while the sheet widget is opening. The system overlay (with the time, battery indicator, etc) at the top of the screen changes gradually from dark to light text.
https://github.c... | c: new feature,a: fidelity,f: cupertino,P2,team-ios,triaged-ios | low | Minor |
2,790,632,088 | kubernetes | Remove the MD5 hash function for FIPS compliance | ### What would you like to be added?
For now, there seems to be a hardcoded usage of MD5 in the [source code](https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/endpoints/util.go#L157), which is not FIPS compliant, and there is no configurable way to avoid it by declaring to use other hash functions like ... | sig/network,kind/feature,triage/accepted | low | Critical |
2,790,647,291 | flutter | [a11y] hotkey widget should have correct semantics | When using https://api.flutter.dev/flutter/widgets/Shortcuts-class.html, the loading spinner should have following role
| OS | role |
|--------|--------|
| web |- |
| ios | - |
| macos | - |
| windows | ROLE_SYSTEM_HOTKEYFIELD |
| android | - | | P3,team-accessibility,triaged-accessibility | low | Minor |
2,790,657,942 | flutter | [a11y][two_dimensional_scrollables] Tree view is missing semantics role | https://github.com/flutter/packages/tree/main/packages/two_dimensional_scrollables/lib/src/tree_view
For Tree
| OS | role |
|--------|--------|
| web | tree |
| ios | - |
| macos | NSAccessibilityOutlineRole |
| windows | ROLE_SYSTEM_OUTLINE |
| android | - |
for Tree item
| OS | role |
|--------|--------|
| web | ... | P3,team-accessibility,triaged-accessibility | low | Minor |
2,790,671,585 | PowerToys | Preview not working | ### Microsoft PowerToys version
latest
### Installation method
GitHub
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
try to peek a wav file
### โ๏ธ Expected Behavior
working for wav files
### โ Actual Behavior
not working for wav files
### Other Software
_No response_ | Issue-Bug,Needs-Triage | low | Minor |
2,790,700,049 | godot | Scene lighting is bugged on integrated graphics | ### Tested versions
Reproducible in:
- v4.2.2.stable.official [15073afe3]
- v4.3.stable.official [77dcf97d8]
- v4.4.dev7.mono.official [46c8f8c5c]
### System information
Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - integrated Intel(R) Iris(R) Xe Graphics (Intel Corporation; 31.0.101.5186) - 12th Gen ... | bug,topic:rendering,topic:3d | low | Critical |
2,790,703,156 | PowerToys | Mouse Without Borders broken? | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce
Not sure how to reproduce this, but my systems that only yesterday used to connect just fine on Mouse Without Borders now seem unabl... | Issue-Bug,Needs-Triage | low | Critical |
2,790,755,538 | godot | source_color not working properly | ### Tested versions
tested in 4.3 and 4.4 dev builds
### System information
Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 960 (NVIDIA; 32.0.15.6636) - Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz (4 Threads)
### Issue description
Instantiating a new `ShaderMaterial` results ... | bug,needs testing,topic:shaders | low | Critical |
2,790,770,595 | flutter | [Proposal] TabBar - allow disabled tabs | ### Use case
It would be nice to have a disabled tab feature
### Proposal
Let's have a disabled tab functionality | c: new feature,framework,f: material design,c: proposal,P2,team-design,triaged-design | low | Minor |
2,790,776,665 | flutter | TabBar - spacing | ### Use case
Current `labelPadding` adds padding but it does not allow to set spacing
Also `labelPadding` is a part of active area, it would be nice to have spacing non tapable
### Proposal
Same as Row has which were added in 3.27 | waiting for customer response,in triage | low | Minor |
2,790,866,668 | pytorch | TIMM cudagraphs_freezing inference regression | https://hud.pytorch.org/benchmark/timm_models/inductor_with_cudagraphs_freezing?dashboard=torchinductor&startTime=Mon,%2016%20Dec%202024%2020:49:27%20GMT&stopTime=Wed,%2015%20Jan%202025%2020:49:27%20GMT&granularity=day&mode=inference&model=lcnet_050&dtype=bfloat16&deviceName=cuda%20(a100)&lBranch=main&lCommit=1dab79470... | high priority,triaged,module: cuda graphs,oncall: pt2,pt2-pass-rate-regression | low | Minor |
2,790,938,801 | deno | JSDoc inline import with Deno LSP does not find or apply types from npm package | Version: Deno 2.1.3-1 on Arch Linux, kernel 6.6.63-1-lts
When using the Deno LSP (tested in both VSCode with Deno for VSCode v3.43.2 and neovim with coc-deno 3.15.0), JSDoc imports from npm packages are not working.
In the same project before initializing the Deno LSP, everything is found and functional with tsserver.... | needs investigation,lsp | low | Critical |
2,790,950,274 | go | x/tools/gopls: record telemetry for which settings are used | We want to use telemetry to answer questions about which settings are being customized by our users. This signal can be useful in a number of ways, for example to prioritize improvements to various optional features, suggest that certain configuration can be deprecated, or indicate that certain optional features are no... | gopls,Tools | low | Minor |
2,790,973,837 | pytorch | Ways the HUD compilers dashboard could be better | I got here because I'm trying to answer the question of "which compiler benchmarks regressed in the past year?" I've spent a couple of hours on the HUD dashboard page, and I still haven't figured this out yet. Here's some of the gripes that I ran into while trying to answer this question.
1) The page seems to refresh ... | triaged,enhancement,module: devx | low | Minor |
2,790,993,484 | pytorch | TorchBench mobilenet_v2 cudagraphs_freezing inference regression | https://hud.pytorch.org/benchmark/torchbench/inductor_with_cudagraphs_freezing?dashboard=torchinductor&startTime=Fri,%2019%20Jul%202024%2020:38:32%20GMT&stopTime=Wed,%2015%20Jan%202025%2021:38:32%20GMT&granularity=week&mode=inference&model=mobilenet_v2&dtype=bfloat16&deviceName=cuda%20(a100)&lBranch=main&lCommit=2ed4d6... | high priority,triaged,module: cuda graphs,oncall: pt2,pt2-pass-rate-regression | low | Minor |
2,791,002,020 | go | x/tools/gopls: show underlying type on hover over alias | ### gopls version
golang.org/x/tools/gopls v0.17.1
### go env
```shell
n/a
```
### What did you do?
Note: this is a feature request
Given
```go
// This is a dog.
type Dog struct {
Name string `json:"name"`
Age int `json:"age"`
}
type Hound = Dog
// A Puppy is a Dog with an age less than 2.
type Puppy = ... | help wanted,FeatureRequest,gopls,Tools | low | Major |
2,791,016,854 | pytorch | TIMM Training cudagraphs poolformer_m36 regression | Used to pass, now "eager_two_runs_differ". This probably just needs some tolerance adjustments
https://hud.pytorch.org/benchmark/timm_models/inductor_with_cudagraphs?dashboard=torchinductor&startTime=Fri,%2019%20Jul%202024%2020:48:05%20GMT&stopTime=Wed,%2015%20Jan%202025%2021:48:05%20GMT&granularity=week&mode=trainin... | high priority,triaged,module: cuda graphs,oncall: pt2,pt2-pass-rate-regression | low | Minor |
2,791,020,695 | pytorch | DISABLED test_mismatched_global_state (__main__.GraphRegionTrackerTests) | Platforms: rocm
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_mismatched_global_state&suite=GraphRegionTrackerTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35666846912).
Over the past 3 hours, ... | module: rocm,triaged,module: flaky-tests,skipped | low | Critical |
2,791,020,723 | pytorch | DISABLED test_recompile_on_global_state_change_dynamic_shapes (__main__.DynamicShapesMiscTests) | Platforms: rocm
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_recompile_on_global_state_change_dynamic_shapes&suite=DynamicShapesMiscTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35670761806).
... | module: rocm,triaged,module: flaky-tests,skipped | low | Critical |
2,791,020,811 | pytorch | DISABLED test_recompile_on_global_state_change (__main__.MiscTests) | Platforms: rocm
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_recompile_on_global_state_change&suite=MiscTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35668591743).
Over the past 3 hours, it ha... | module: rocm,triaged,module: flaky-tests,skipped | low | Critical |
2,791,020,866 | pytorch | DISABLED test_re_export_preserve_handle (__main__.TestNumericDebugger) | Platforms: mac, macos
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_re_export_preserve_handle&suite=TestNumericDebugger&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35666010341).
Over the past 3 hou... | triaged,module: flaky-tests,module: macos,skipped | low | Critical |
2,791,020,926 | pytorch | DISABLED test_compile_forward_clone_cuda_float32 (__main__.TestNestedTensorOpInfoCUDA) | Platforms: linux, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_compile_forward_clone_cuda_float32&suite=TestNestedTensorOpInfoCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35670326638).
Ov... | triaged,module: flaky-tests,module: nestedtensor,skipped,module: unknown | low | Critical |
2,791,021,309 | pytorch | DISABLED test_compile_forward_chunk_cuda_float32 (__main__.TestNestedTensorOpInfoCUDA) | Platforms: linux, rocm, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_compile_forward_chunk_cuda_float32&suite=TestNestedTensorOpInfoCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35667819694... | triaged,module: flaky-tests,module: nestedtensor,skipped,module: unknown | low | Critical |
2,791,021,375 | pytorch | DISABLED test_compile_forward_select_cpu_float32 (__main__.TestNestedTensorOpInfoCPU) | Platforms: asan, linux, mac, macos, win, windows
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_compile_forward_select_cpu_float32&suite=TestNestedTensorOpInfoCPU&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pyt... | triaged,module: flaky-tests,module: nestedtensor,skipped,module: unknown | low | Critical |
2,791,021,454 | pytorch | DISABLED test_channel_group_quantization (__main__.TestQuantizePT2EAffineQuantization) | Platforms: asan, linux, mac, macos
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_channel_group_quantization&suite=TestQuantizePT2EAffineQuantization&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35666... | oncall: quantization,module: flaky-tests,skipped,module: unknown | low | Critical |
2,791,021,533 | pytorch | DISABLED test_pt2_traceable_aot_eager_cpu_float8_e4m3fn (__main__.TestFloat8DtypeCPUOnlyCPU) | Platforms: linux, mac, macos
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_pt2_traceable_aot_eager_cpu_float8_e4m3fn&suite=TestFloat8DtypeCPUOnlyCPU&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/356... | oncall: quantization,module: flaky-tests,skipped,module: unknown | low | Critical |
2,791,021,623 | pytorch | DISABLED test_compile_forward_chunk_cpu_float32 (__main__.TestNestedTensorOpInfoCPU) | Platforms: asan, linux, mac, macos, win, windows
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_compile_forward_chunk_cpu_float32&suite=TestNestedTensorOpInfoCPU&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorc... | triaged,module: flaky-tests,module: nestedtensor,skipped,module: unknown | low | Critical |
2,791,039,981 | go | proposal: testing: store test artifacts | This is an offshoot of #43936.
Some tests produce output files which the user may want to examine. For example, a test might produce files which are compared to some reference. If the comparison fails, the user will want to examine the generated files. Or a test might produce a packet capture or similar trace which ca... | Proposal,LibraryProposal | medium | Critical |
2,791,045,826 | pytorch | torch.export fails for whisper tiny | ### ๐ Describe the bug
Trying to export whisper model. Getting an error when I run with `strict=True`
The model exports when I used `strict=False`
Is this a valid Dynamo related issue which is addressed by non-strict mode?
```
import torch
from transformers import WhisperProcessor, WhisperForConditionalGeneration... | oncall: pt2,module: dynamo,oncall: export | 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.