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,640,310,208 | rust | cargo-rustdoc: `error: too many file operands` when experimental feature `-w` is passed without parameters | When i try to run this command : `cargo +nightly rustdoc -- -Z unstable-options -w`
Rustdoc returns this error :
```
error: too many file operands
```
Which confuses me. I mean, i didn't passed any file format, so how can there be too many of them ?
We should have a clearer error, something like this :
```
error: ... | T-rustdoc,A-diagnostics,C-bug,requires-nightly,D-incorrect,A-CLI | low | Critical |
2,640,324,207 | ollama | Response returns 'null' for 'finish_reason' | ### What is the issue?
I'm using the OpenAI .Net library to connect to Ollama, using the default llama3.2 model. I get an "Unknown ChatFinishReason value." error from the library. You can see in below code from ChatFinishReasonExtensions (from OpenAI lib) that the value returned by Ollama is null.
 within a Tauri webview. While the Google login challenge completes successfully, the Google Docs page fails to load afterward, showing this error message:
, HigherOrderOperator does not support graph break inside the input/output function, because Dynamo cannot determine whether the operations inside the function are "safe". However, in most cases, g... | triaged,enhancement,oncall: pt2,module: dynamo,module: higher order operators,module: pt2-dispatcher,activation-checkpointing | low | Critical |
2,640,376,345 | pytorch | PyTorch defaults to using libuv but is built without support for it on Windows | ### ๐ Describe the bug
```
File "C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\torch\distributed\rendezvous.py", line 189, in _create_c10d_store
return TCPStore(
^^^^^^^^^
RuntimeError: use_libuv was requested but PyTorch was build without libuv support
```
### Versions
PyTo... | module: binaries,oncall: distributed,module: windows | low | Critical |
2,640,423,467 | tauri | [bug] documentPictureInPicture window does not apply appropriate display-mode: picture-in-picture CSS media tag | ### Describe the bug
As the title says, it seems that Tauri on Windows does not render the appropriate `@media (display-mode: picture-in-picture)` CSS rules correctly for documentPictureInPicture pop-outs. It works on Windows both on Edge and Chrome [according to the spec](https://developer.mozilla.org/en-US/docs/We... | type: bug,status: needs triage | low | Critical |
2,640,447,479 | pytorch | DISABLED test_aot_export_with_torch_cond (__main__.TestAOTExport) | Platforms: asan, linux, mac, macos, rocm, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_aot_export_with_torch_cond&suite=TestAOTExport&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/32636076771)... | triaged,module: flaky-tests,skipped,oncall: pt2,module: higher order operators,module: pt2-dispatcher | medium | Critical |
2,640,465,180 | vscode | node debugger also connects to externally executed node scripts | <!-- โ ๏ธโ ๏ธ 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. -->
When I'm running a VS Code node application in debug ... | feature-request,debug | low | Critical |
2,640,511,203 | pytorch | torch.argmax slow on CPU | ### ๐ Describe the bug
torch.argmax is slow on CPU relative to the numpy implementation. I would expect these two to be approximately equally fast. Here is a small script to reproduce this:
```python
import torch
import numpy as np
from time import time
if __name__ == '__main__':
torch.set_num_threads(1... | module: performance,module: cpu,triaged | low | Critical |
2,640,528,471 | ollama | ollama runner process has terminated: exit status 127 | ### What is the issue?
Ollama will report this error when running any model. The ollama-linux-amd64.tgz file is directly upgraded to version 0.3.14.
### OS
Linux
### GPU
Nvidia
### CPU
Intel
### Ollama version
0.4.0 | bug,linux,needs more info | low | Critical |
2,640,548,333 | kubernetes | kubelet evented panic when use generic pleg relisting | ### What happened?
kubelet evented panic when use generic pleg relisting๏ผthe log is like:
```
Oct 21 06:03:47 kubelet[1530]: E1021 06:03:47.241522 1530 remote_runtime.go:550] "ListContainers with filter from runtime service failed" err="rpc error: code = DeadlineExceeded desc = context deadline exceeded" filte... | kind/bug,sig/node,triage/needs-information,needs-triage | low | Critical |
2,640,556,716 | ollama | Unable to load images from network fileshares on Windows | ### What is the issue?
Using Ollama on Windows via the terminal, if you ask a question and reference an image on a network fileshare, it will give a response about it not been able to see the photo. If you copy the image locally and then reference the local image, it has no problem with analysing the image.
Paths s... | bug,windows | low | Minor |
2,640,557,322 | tailwindcss | Invalid css selector generated | ### Discussed in https://github.com/tailwindlabs/tailwindcss/discussions/14901
<div type='discussions-op-text'>
<sup>Originally posted by **kdy1** November 7, 2024</sup>
**What version of Tailwind CSS are you using?**
v3.4.14
**What build tool (or framework if it abstracts the build tool) are you using?**... | v3 | low | Minor |
2,640,569,907 | three.js | CSM Improvement: Calculate the best fit frustum for shadow map | ### Description
So far, we use `OffsetCSMShadowNode` to get CSM effect in a scene. We can pass some parameters to this node when constructing. In the file https://github.com/mrdoob/three.js/blob/dev/examples/jsm/csm/CSMShadowNode.js#L369 `OffsetCSMShadowNode` update transfrom of each internal light in each frame. but... | Enhancement | low | Minor |
2,640,573,393 | angular | feature: measure rendering time & notify users when they are rendering too much [using rendering budget] | Idea: Check when the last requestAnimationFrame has no more work to do and if it's more than the rendering budget just warn dev. | area: core | low | Minor |
2,640,583,199 | TypeScript | Type Inference Fails with Generic Types | ### ๐ Search Terms
error recursive generic types
### ๐ Version & Regression Information
- This changed between versions v5.7.0-beta and v4.1.5
### โฏ Playground Link
https://www.typescriptlang.org/play/?ts=5.6.3#code/C4TwDgpgBAQghgZwgSWBAtgHgCpQLxRwB2IAfPlAN5QCWAJgFxS4C+AUGzUWgE4BmcAMbQAykThgEACwD2wHFAgAPNEToJYi... | Needs More Info | low | Critical |
2,640,613,928 | PowerToys | Github Style Markdown Rendering Support: Syntax Highlight, Mermaid Graphs, Latex | ### Description of the new feature / enhancement
Would be great if any 1 of the following could be implemented
- Mermaid Graphs
- Latex
- Syntax Highlighting within Markdown

### Scenario when this would be used?
It can be use... | Needs-Triage | low | Minor |
2,640,696,977 | next.js | Incremental Static Regeneration (ISR) Not Functioning as Expected in Next.js 15 | ### Link to the code that reproduces this issue
https://github.com/samstr/isr-demo-nextjs15
### To Reproduce
NextJS 14 Demo: https://github.com/samstr/isr-demo-nextjs14
NextJS 15 Demo: https://github.com/samstr/isr-demo-nextjs15
1. Clone demo repo (isr-demo-nextjs14)
2. npm install
3. npm run build
4. Go to h... | bug | low | Major |
2,640,763,465 | flutter | Navigator.canPop vs ModalRoute canPop different behavior | ### Steps to reproduce
Suppose following routes structure using GoRouter
```code
-- Home
--- CreateProfile
```
On initial launch of app we launch CreateProfile using context.go() to CreateProfile.
On Home page we have custom code to display back button (in some cases, users can be pushed to Home from d... | framework,f: routes,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27 | low | Minor |
2,640,846,788 | flutter | The `event.buttons` of `Listener` `onPointerUp` callback returns 0 regardless of the mouse button pressed | ### Steps to reproduce
Just click on amber rectanble and see the results. The `onPointerDown` shows 1 or 2, `onPointerUp` shows 0.
### Expected results
1 on left mouse pointer up
2 on right mouse pointer up
### Actual results
0 on left mouse pointer up
0 on right mouse pointer up
### Code sample
... | c: new feature,framework,a: mouse,has reproducible steps,P3,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27 | low | Major |
2,640,852,144 | PowerToys | Fancy zones, limit activation to screens with the same resolution, limit templates to a max resolution, laptop changing between high res screens and low res screens | ### Description of the new feature / enhancement
Right now when you are working with a laptop in a 4k screen, fancy zones is very useful as you can divide the screen as desired. The problem is that when you change between different resolutions, the template for the 4k doesn't fit well for 1080p screens. It would be ni... | Needs-Triage | low | Minor |
2,640,881,405 | node | Support `bufferSize` option with recursive mode in `fs.opendir` | Related to: #48820 and #55744
After the `recursive` option was added to `readdir` and `opendir`, it was noted that when specifying `bufferSize` alongside `recursive: true`, the result of `opendir` was incorrect. This is fixed in #55744 . However, the _fix_ is a naive solution, and doesn't properly respect the `buffe... | confirmed-bug,fs,good first issue | low | Major |
2,640,928,280 | rust | It is unclear how to reproduce "Testing stage2 error-index (x86_64-unknown-linux-gnu)" | In [this](https://github.com/rust-lang/rust/actions/runs/11721757438/job/32649886716) CI run, I got the following error:
```
Testing stage2 error-index (x86_64-unknown-linux-gnu)
STDOUT:
running 1106 tests
[...]
failures:
/checkout/obj/build/x86_64-unknown-linux-gnu/test/error-index.md - Rust_Compiler_Error_Inde... | A-diagnostics,T-bootstrap,C-bug,A-contributor-roadblock | low | Critical |
2,640,935,358 | ollama | llama runner process has terminated: error loading model: unable to allocate backend buffer when AMD iGPU vram allocation larger than 8GB | ### What is the issue?
After setting iGPU allocation to 16GB (out of 32GB) some models crash when loaded, while other mange.
```
ollama run llama3.2
Error: llama runner process has terminated: cudaMalloc failed: out of memory
llama_kv_cache_init: failed to allocate buffer for kv cache
llama_new_context_with_mod... | bug,linux,amd | low | Critical |
2,640,937,139 | create-react-app | npx create-react-app is not working? why? | For some reason when I tried to start a new project and run the npx command, i had met this issue. I tried to google this reason but no avail. It says issues with git so I tried to log in on terminal but it is still giving me the same error. Any idea why this would happen? Thanks.
==================================... | needs triage | low | Critical |
2,640,952,398 | react | [DevTools Bug]: Element selector mode not working with coarse pointer | ### Website or app
https://react.dev/
### Repro steps
https://github.com/user-attachments/assets/159b1f24-dd54-4c8e-b726-1d37a131316e
Using the device emulation mode, switch to a mobile device and ensure the pointer is that used for touch devices (circular, rather than the regular fine pointer).
Toggle on... | Type: Bug,Status: Unconfirmed,Component: Developer Tools | medium | Critical |
2,640,970,903 | transformers | Padding error when using Universal Assisted Generation with ASR pipeline | ### System Info
Can not solve by supplying padding arg to pipeline (not accepted).
@gante
transformers version: https://github.com/huggingface/transformers.git@refs/pull/34504/merge
Ubuntu
Python 3.10.15
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [ ] My own modifi... | Core: Pipeline,bug,Audio | low | Critical |
2,640,994,390 | langchain | dict[str, pydantic_model] annotation not working with structured output | ### 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,641,017,584 | go | x/crypto/cryptobyte: "x509: invalid key usage" error caused by strict asn1 bit string parsing | ### Go version
go version go1.23.2 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/martin/Library/Caches/go-build'
GOENV='/Users/martin/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='arm64'
GOH... | NeedsInvestigation | low | Critical |
2,641,057,264 | kubernetes | unavailable etcd leading to unexpected pod recreation | ### What happened?
Recently, an incident in one of our clusters led to the deletion of approximately ~70% of the pods running on our worker nodes. While investigating what happened, I found a series of etcd logs mentioning apply requests taking too long and a series of delete operations.
I tried to reproduce the s... | kind/support,sig/cluster-lifecycle,kind/feature,sig/architecture,needs-triage,sig/etcd | low | Critical |
2,641,059,894 | PowerToys | Power Toys loses settings after computer is turned off | ### Microsoft PowerToys version
.86.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
Power toys starts automatically with start-up of my Windows 10 computer. But often, not always, it reverts to the original four enabled modules in... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Minor |
2,641,060,017 | terminal | Mulitple levels of tabs | ### Description of the new feature
instead of a single horizontal layer for tabs please allow multiple horizontal layers for tabs too
### Proposed technical implementation details
_No response_ | Issue-Feature,Area-UserInterface,Product-Terminal,External-Blocked-WinUI3 | low | Minor |
2,641,063,828 | ui | [bug]: Difficulties Encountered During SHADCN Installation on Next.js 15 | ### Describe the bug
Problem:

### Affected component/components
Installation
### How to reproduce
1. Support `@radix-ui/react-icons` peer dependencies to React 19
2. Documentation regarding next.js ... | bug | low | Critical |
2,641,063,994 | pytorch | `torch.export.export` infers dynamic_shape as constant | ### ๐ Describe the bug
Install most recent transformers and pytorch.
```
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124
pip install transformers
```
<details>
<summary>Repro</summary>
```
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer
fr... | oncall: pt2,module: dynamic shapes,oncall: export | low | Critical |
2,641,065,010 | go | cmd/internal/testdir: Test/typeparam/chans.go failures | ```
#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/typeparam/chans.go"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8731927694231348017)):
=== RUN Test/typeparam/chans.go
=== PAUSE Test/typeparam/chans.go
=== CONT Test/typ... | NeedsInvestigation | low | Critical |
2,641,143,641 | angular | Signal effect for an input signal gets triggered after writeValue in custom form component (control value accessor) | ### Which @angular/* package(s) are the source of the bug?
core, forms
### Is this a regression?
No
### Description
for a component that is implementing ControlValueAccessor interface, writeValue is being called **before** an effect for an input signal. This is inconsistent with the older way of using input setter... | area: core,area: forms,cross-cutting: signals | low | Critical |
2,641,145,185 | langchain | Unable to stream structured output with ChatBedrock | ### 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... | investigate | low | Critical |
2,641,146,711 | PowerToys | ctrl + alt + '=(+)' shortcut not work | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
Ctrl + Alt + '=(used together with +)' does not work
Ctrl + Alt + 'any other key' works.
Upon further inspection, it appears that the Ctrl + Al... | Issue-Bug,Needs-Triage | low | Minor |
2,641,152,498 | svelte | Slide transition throws a "Invalid keyframe value for property height" warning since Svelte 5 | ### Describe the bug
Using Svelte 4 and before, this REPL custom Accordion with a slide effect was working perfectly. Since Svelte 5, it throws a warning:
> Invalid keyframe value for property height: NaNpx
I like the approach of this accordion using `{#key isOpen}` as it re-runs the transition and also keeps the ... | transition/animation | low | Critical |
2,641,168,363 | terminal | AtlasEngine: Incorrectly broken up MapCharacters runs should be joined before text shaping | ### Windows Terminal version
1.21.2911.0
### Windows build number
10.0.19045.0
### Other Software
_No response_
### Steps to reproduce
Print https://unicode.org/Public/emoji/latest/emoji-test.txt under Windows 10.
### Expected Behavior
All of the emojis work.
### Actual Behavior
All emojis with a U+200D join... | Area-Rendering,Issue-Bug,Product-Terminal,Priority-3,Area-AtlasEngine | low | Critical |
2,641,181,111 | react-native | Performance Issues with React Native Bridgeless Architecture | ### Description
The **Bridgeless Architecture** in React Native 0.74 and later introduces significant performance issues, particularly for apps with complex logic and high demands for UI responsiveness. Here are the main concerns:
## Key Issues
### 1. Screen Load Times
- **Problem**: Synchronous communication... | Needs: Author Feedback,Needs: Repro,Type: New Architecture,Needs: Version Info | high | Critical |
2,641,253,156 | ui | [bug]: Unknown command: "install$1$1" when initializing on existing Next.js 14 project | ### Describe the bug
I have an existing Next.js 14 project I'd like to add shadcn to. But whenever I try to initialize it with `npx shadcn@latest init`, it has this error: `Unknown command: "install$1$1"`. I tried to do the [Manual Installation](https://ui.shadcn.com/docs/installation/manual), but when I try to add ... | bug | low | Critical |
2,641,257,213 | pytorch | Default value for get_num_threads | ### ๐ The doc issue
Hello.
I was taking a look at the document about CPU threading that torch internal uses, referring the link : https://pytorch.org/docs/stable/notes/cpu_threading_torchscript_inference.html
Here, at the "Runtime API" tab, it says for both intra-op and inter-op parallelism, the default number ... | triaged,module: multithreading | low | Minor |
2,641,340,058 | rust | Add a regression test for #132587 | #132587 partially reverted #129346 because that caused a test failure in cfg_eval, but the revert PR didn't come with a test because it involved proc-macros and was hard to minimize. We should still add a regression test.
@rustbot label +E-needs-test
<!-- TRIAGEBOT_START -->
<!-- TRIAGEBOT_ASSIGN_START -->
<!-- TRI... | A-parser,E-needs-test,T-compiler,E-medium,C-bug,A-proc-macros | low | Critical |
2,641,344,432 | flutter | DateTimePicker date buttons fail touch target size accessibility checks | ### Steps to reproduce
Internal bug b/377876657
1. Write some UI that invokes `showDatePicker`
2. Use an accessibility checker on the resulting UI, such as
```dart
await expectLater(
tester,
meetsGuideline(androidTapTargetGuideline),
);
```
### Expected results
All user... | framework,f: material design,a: accessibility,f: date/time picker,has reproducible steps,P2,team-accessibility,triaged-accessibility,found in release: 3.27 | low | Critical |
2,641,352,090 | vscode | Copilot Inline chat hunks don't disappear when rejected | <!-- โ ๏ธโ ๏ธ 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,inline-chat | low | Critical |
2,641,353,412 | excalidraw | Vertical text with upright direction | It seems all excalidraw's text is horizontal.
Is it possible to support change text orientation to vertical + upright?
For example:

| enhancement,Text rendering,text wrapping | low | Minor |
2,641,369,709 | vscode | Debt: Cleanup Tree Find (`FindController`, `FindFilter` and toggles) | `AsyncFindController` has a weird dependency on `FindController`. Some functionality should be moved down to `AbstractFindController` so that `AsyncFindController` does not need to extend `FindController`.
Also need to look into toggles. Maybe the toggles should be given from the start to the filter and then the filt... | debt,tree-widget | low | Minor |
2,641,438,376 | godot | Attenuation model of AudioStreamPlayer3D breaks when using AnimationPlayer with web build | ### Tested versions
- Reproducible v4.3.stable.official [77dcf97d8]
### System information
Windows 10 - v4.3.stable.official [77dcf97d8]
### Issue description
Attenuation model emits sound globally with max_distance setting only on the web build
### Steps to reproduce
1) Create AudioStreamPlayer3D, AnimationPlay... | bug,platform:web,topic:audio | low | Critical |
2,641,467,589 | rust | Nightly `rustc-dev` can't be used in cross-compilation | ## Bug
I've made a minimal reproducible repo: https://github.com/tombh/nightly_cross_minimal_repro
Pasting `main.rs`:
```rs
#![feature(rustc_private)]
extern crate rustc_ast;
extern crate rustc_driver;
extern crate rustc_macros;
fn main() {
println!("{}", rustc_ast::node_id::CRATE_NODE_ID)
}
```
The build comm... | A-cross,T-infra,C-bug | low | Critical |
2,641,481,697 | pytorch | Find ninja from local environment in `torch.utils.cpp_extension.load` | ### ๐ The feature, motivation and pitch
I'am writing a script, which use `torch.utils.cpp_extension.load`, so ninja is needed to compile the code. And I have already added ninja as the dependence, so it seems work well. However, If I use [pipx](https://pipx.pypa.io/) to install my script, all of my script, torch and ... | module: cpp-extensions,triaged | low | Minor |
2,641,490,156 | excalidraw | GIF PNG ANIMATED | I would like Excalidraw to allow you to add animated GIFs or PNGs, so that the animation runs in a loop (as determined in the file).
Also pay attention to the transparent background, as I have noticed that gifs with a transparent background have been imported with a black background. | enhancement | low | Minor |
2,641,517,557 | PowerToys | Windows 11 24H2 Powertoys icon not in system tray | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
1. Restart Windows 11 24H2
2. Wait for system to completely start
3. Look in system tray to ensure that all startup apps have started
### โ๏ธ Expe... | Issue-Bug,Needs-Triage,Needs-Team-Response | medium | Major |
2,641,519,474 | flutter | `BottomNavigationBarItem.tooltip` is not displayed when set using Cupertino components | ### Steps to reproduce
Run the code and hover on the bottom destinations.
### Expected results
Tooltip should be shown when hovering a destination.
### Actual results
Tooltip isnt shown when hovering the destinations.
### Code sample
<details open><summary>Code sample</summary>
```dart
import 'package:flutte... | framework,f: cupertino,has reproducible steps,P2,team-design,triaged-design,found in release: 3.24,found in release: 3.27 | low | Major |
2,641,552,397 | pytorch | ghstack-mergebility-check often gives false positives | ### ๐ Describe the bug
I rarely use stacks, but I've noticed in a few that I've created recently, that check-mergeability often (one out often runs) reports some failure, while stack is perfectly mergeable, for example https://github.com/pytorch/pytorch/actions/runs/11715232896/job/32631261947
### Versions
CI
cc @... | module: ci,triaged | low | Critical |
2,641,554,003 | electron | navigator.serial.requestPort() takes 25000 ms into the start of the application | ### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [x] I have searched ... | platform/linux,bug :beetle:,status/reviewed,web-platform-apis,33-x-y | low | Critical |
2,641,563,827 | pytorch | TargetDeterminator skips op_info tests for operator directly changed there | ### ๐ Describe the bug
See https://github.com/pytorch/pytorch/pull/139959 / https://github.com/pytorch/pytorch/pull/139959/commits/f2eebf62fec2d13f5f1339bd06f7856b6d629b0b that reports clear signal, even though `python3 test/test_ops.py -v -k test_dtypes_nn_functional_mse_loss_cpu` should have been run and fail with ... | module: ci,triaged | low | Critical |
2,641,606,920 | rust | Remove support for `extern "rust-intrinsic"` blocks | We currently have two ways to declare symbols that are invoked as intrinsics. The old way:
```rust
extern "rust-intrinsic" {
fn unreachable() -> !;
}
```
The new way, which supports giving a "fallback body" that will be used for backends that do not have the intrinsic implemented:
```rust
#[rustc_intrinsic]
#[rustc... | E-easy,C-cleanup,T-compiler,T-libs | medium | Critical |
2,641,615,197 | ollama | llama3.2-vision projector_info vision encoder absence | ### What is the issue?
How can I definitively identify a model as vision-compatible
without relying on keywords like "vision," "llava," or "-v" in its name?
I used to rely on the projector_info.has_vision_encoder parameter,
from API request POST http://localhost:11434/api/show (with correct body),
but it's ... | feature request,api | low | Minor |
2,641,636,354 | flutter | ImagePicker Android release crash : FileUtils.java - Volume external_primary not found | ### Steps to reproduce
Here is the crash log from my Crashlytics dashboard :
<img width="493" alt="Capture dโeฬcran 2024-11-07 aฬ 17 53 33" src="https://github.com/user-attachments/assets/cb9f4e82-80db-4bba-a811-097b889da1d9">
```
Fatal Exception: java.lang.IllegalArgumentException: Volume external_primary no... | c: crash,platform-android,p: image_picker,package,a: production,P2,needs repro info,team-android,triaged-android | low | Critical |
2,641,643,733 | go | cmd/go: clarify documentation for DefaultGODEBUG | The documentation for DefaultGODEBUG at https://go.dev/doc/godebug says "Only differences from the base Go toolchain defaults are reported.", but that's not the case: consider that x/tools/cmd/eg sets `gotypesalias=1` in a `//go:debug` directive. Yet:
- `GOTOOLCHAIN=go1.22.0 go list -f {{.DefaultGODEBUG}} ./cmd/eg` ... | Documentation,NeedsInvestigation,GoCommand | low | Critical |
2,641,646,175 | stable-diffusion-webui | [Bug]: DMD2_SDXL_4step LoRA significantly increases generation time with SDXL model | ### Checklist
- [x] The issue exists after disabling all extensions
- [ ] 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,641,749,025 | kubernetes | NUMA-aware memory manager and Topology Manager policy of "restricted" results in TopologyAffinityError when it shouldn't | ### What happened?
Running K8s 1.29.2, with the kubelet NUMA-aware memory manager policy set to "Static" and the Topology Manager policy set to "restricted".
1. The /var/lib/kubelet/memory_manager_state file shows:
```
[sysadmin@controller-0 pods(keystone_admin)]$ sudo cat /var/lib/kubelet/memory_manager_state
... | priority/backlog,sig/node,kind/feature,triage/accepted | medium | Critical |
2,641,825,917 | bitcoin | MuSig2 Tracking Issue | Current PR to review: #31242
- [x] libsecp:
- [x] libsecp module: https://github.com/bitcoin-core/secp256k1/pull/1479
- [x] libsecp named structs: https://github.com/bitcoin-core/secp256k1/pull/1628
- [x] libsecp subtree update: #31216
- [ ] Refactors
- [x] #31242
- [ ] #31243
- [ ] Non-default sighashes in ... | Wallet | low | Minor |
2,641,841,002 | deno | opening a file with `append: true` then trying to lock it results in a permission denied error on windows | Repro (windows only):
```ts
const file = await Deno.open("./foo.lock", { create: true, append: true });
await file.lock();
```
Results in:
```
Uncaught PermissionDenied: Access is denied. (os error 5)
at async FsFile.lock(ext:deno_fs/30_fs.js:691:5)
```
| bug,windows | low | Critical |
2,641,905,477 | vscode | Git output containing .../ file links should be linkified | Currently only the full paths get validated links:

| feature-request,terminal-links | low | Minor |
2,641,915,210 | PowerToys | Image resizer feature request | ### Description of the new feature / enhancement
Add a couple of options to the utility.
Add a preset option to set a file size cap.
Add option to the preset or file name parameter for saving into a compressed archive folder.
### Scenario when this would be used?
Primary reason I need to resize photos is to transfe... | Needs-Triage | low | Minor |
2,641,923,270 | kubernetes | [KEP-4412] Create new prow job to validate the SA token for credential providers | I'm not sure if we can do it from the test suite, but we might be able to do it through the test infra job [--node-test-args](https://github.com/kubernetes/test-infra/blob/73928b23e0b0aa0b1c8afd1c313986eb4a6f3c23/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml#L3171) and removing
https://github.c... | sig/node,sig/auth,triage/accepted | low | Minor |
2,641,966,668 | flutter | ios: flutter run --release: flutter crash on first app from tutorial; log asks that an issue be filed. | ### Steps to reproduce
On macOS Sonoma 14.0, deploy target: iphone 8 running iOS 16.6
~~~
jaten@jbook ~/flutter101namer/namer $ flutter --version
flutter --version
Flutter 3.24.4 โข channel stable โข https://github.com/flutter/flutter.git
Framework โข revision 603104015d (2 weeks ago) โข 2024-10-24 08:01:25 -07... | tool,team-tool | low | Critical |
2,641,972,433 | godot | `TranslationServer.translate()` non-functional in editor | ### Tested versions
v4.3.stable.nixpkgs [77dcf97d8]
### System information
nixos-unstable
### Issue description
`TranslationServer` seems to not work in the editor at all, witch I partly understand, but especially it not working when being explicitly called from script is a hindrance to me right now.
... | enhancement,discussion,topic:editor | low | Critical |
2,641,976,576 | vscode | Support file icons similar to treeview item icon path in terminal icon path | In `TreeViewItem`, we can provide a `resourceUri` and `ThemeIcon.File` for `iconPath` to get file icons for the `TreeViewItem`. This should also work for Terminal Icon.
See discussions in issues:
https://github.com/microsoft/vscode/issues/232439
For QuickPick: https://github.com/microsoft/vscode/issues/59826
| feature-request,terminal-tabs | low | Minor |
2,641,989,259 | next.js | CSS chunk loaded in a script tag (CSS modules) | ### Link to the code that reproduces this issue
https://github.com/maphe/css-module-reprex
### To Reproduce
The issue is visible on the prod build:
1. visit https://css-module-reprex.vercel.app/test
2. the console will show the error: `Uncaught SyntaxError: Unexpected token '.'`
3. the dom will have css loaded a... | bug,Webpack,Module Resolution | low | Critical |
2,642,002,168 | ui | [feat]: Semi-open sidebar on hover | ### Feature description
In the Arc browser, you have a sidebar that goes in a semi-opened state when hovering near it, which could be a cool feature to be built in as an option.
### Affected component/components
Sidebar
### Additional Context
https://github.com/user-attachments/assets/4f9ac46d-853f-4056-875d-28f... | area: request | low | Minor |
2,642,013,112 | flutter | Move off of the deprecated actions/upload-artifact | Per https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/, the actions/upload-artifact
https://github.com/actions/upload-artifact
## Action Items
I searched the flutter org, and omitted any archived repos:
- [x] Devtools
- @kenzieschmoll
- https://github.com/flutter... | team-infra,P1,triaged-infra | medium | Minor |
2,642,017,115 | kubernetes | [FG:InPlacePodVerticalScaling] Support removing requests and limits (from Burstable pods) | /kind feature
Allow resource requests and limits to be removed, as long as they do not change the pods QoS.
Removing a limit should set the associated cgroup to max.
/sig node
/priority important-longterm | sig/node,kind/feature,priority/important-longterm,triage/accepted | low | Minor |
2,642,018,371 | TypeScript | No file ending when adding import | * vscode at commit f0a00378912f27f30509fe8230abcfdf5b58a7c3
* open `src/vs/workbench/contrib/chat/browser/chatEditorOverlay.ts`
* on line 42 write `this._editor.getOption(EditorOption)` and make sure to use auto complete with import for `EditorOption`
* :bug: the import will be without `.js`
excerpt from the logs
``... | Needs Investigation | low | Critical |
2,642,026,656 | kubernetes | [KEP-4412] Add a new KAS flag to configure allowed audiences for kubelet to request a PSAT for the purpose of image pulls | https://github.com/kubernetes/kubernetes/pull/128077 has been merged, and starting in v1.32, we are enforcing restrictions on the audiences for which the kubelet can request tokens.
Add new KAS flag that allows configuring list of permitted audiences specifically for image pulls.
/sig auth
/kind feature
/assign | kind/feature,sig/auth,triage/accepted | low | Major |
2,642,060,405 | go | go/types: add Var.Kind method and enum | **Background:** A `types.Var` represents a variable, broadly defined: a global, a local (including parameters and named results), or a struct field. Two of these cases can be discriminated thus:
- `v.IsField()` reports whether the var is a struct field.
- `v.Parent() == v.Pkg().Scope()` reports whether the var is a g... | Proposal,Proposal-Accepted | medium | Major |
2,642,145,003 | node | Set default keepAlive options when creating HTTP/S agents | ### What is the problem this feature will solve?
Since #37184 proposal was accepted, Node's HTTP/S `globalAgent` sets the `keepAlive` option to `true` by default, with a socket timeout of 5 seconds. However, I find this is inconsistent with the observed behavior when using the `Agent` constructor, which by default ret... | https,feature request | low | Critical |
2,642,178,453 | TypeScript | Error not generated for nested generic array | ### ๐ Search Terms
error, nested, array, order
### ๐ Version & Regression Information
- This changed between versions 4.4.4 and 4.5.5 (from playground testing - all later version exhibit this behaviour).
### โฏ Playground Link
https://www.typescriptlang.org/play/?ts=5.6.3#code/C4TwDgpgBAKuEEEoF4oDsCuBbARhATgNwBQ... | Bug,Help Wanted | low | Critical |
2,642,212,356 | langchain | RunnableLambda Deps not Extracted Properly | ### 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,โฑญ: core | low | Critical |
2,642,219,365 | PowerToys | Update procedure | ### Description of the new feature / enhancement
Have a direct link to the update process from an update available notification
### Scenario when this would be used?
Whenever an version update is notified.
### Supporting information
_No response_ | Needs-Triage,Needs-Team-Response | low | Major |
2,642,249,920 | kubernetes | No overflow validation when using MilliValue() | ### What happened?
There is a function called [`MilliValue()`](https://github.com/kubernetes/kubernetes/blob/b5e64567958aae5c2e5befae000d3186384c151b/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go#L817C1-L822C1) to represent values in milli units and its comment says "this could **overflow** an int64; i... | kind/bug,sig/scheduling,sig/api-machinery,triage/accepted | low | Major |
2,642,253,491 | godot | GPU particles don't advance if `Engine.time_scale` was just set from 0 to a higher value in a frame | ### Tested versions
v4.4.dev [36e6207]
### System information
Fedora Linux 41.20241107.0 (Kinoite) on Wayland - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - integrated AMD Radeon 780M (RADV GFX1103_R1) - AMD Ryzen 7 PRO 7840HS w/ Radeon 780M Graphics (16 threads)
### Issue description
This is ... | discussion,topic:rendering | low | Minor |
2,642,296,247 | flutter | [Android][A11y] Figure out a way to enable accessibility for Android | ### Use case
Most of the non-Flutter specific Android tools rely on accessibility API if they want to interact with Flutter apps, e.g. integration test, app crawl, or play store
Currently the Flutter does not enable the accessibility by default. We have a trigger to enable accessibility if any tool attempt to que... | team-android | low | Major |
2,642,322,739 | electron | powerMonitor.on("thermal-state-change") and powerMonitor.on("speed-limit-change") are not correctly typed in Electron.d.ts | ### 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,documentation :notebook:,bug :beetle:,status/confirmed,32-x-y | low | Critical |
2,642,335,180 | flutter | dependabot is too chatty updating "github-actions" dependencies, stop updating patch versions | For low-traffic repos like `platform_tests` most of the commits are dependabot updating the GitHub actions dependencies.
Update [all the repositories](https://github.com/search?q=org%3Aflutter%20package-ecosystem%3A%20%22github-actions%22&type=code) to stop updating github-actions patch versions.
https://github... | team-infra,P2,triaged-infra | low | Minor |
2,642,353,252 | vscode | completions aren't provided when I've already typed a command | I think we should look at the last word on the line if possible and provide completions. Not sure if this is a bug or feature request ๐ค .
https://github.com/user-attachments/assets/7d1beeda-b596-4857-8785-6cc3fe100f81
| feature-request,terminal-suggest | low | Critical |
2,642,357,290 | PowerToys | Add an option in PowerToys to promote items from "Show More Options" to main context menu in Windows 11 | ### Description of the new feature / enhancement
In Windows 11, the right-click context menu often hides several useful options under a secondary "Show More Options" submenu. For advanced users, navigating to these frequently used options can be inefficient. I propose adding a feature to PowerToys that allows users to... | Needs-Triage | low | Minor |
2,642,374,184 | godot | MultiplayerSynchronizer Causes Position Data Corruption When Using CharacterBody3D Physics | ### Tested versions
Reproducible in: 4.3.stable
### System information
Windows 10 - Godot v4.3.stable - Compatibility
### Issue description
When adding a new node to a scene and changing its authority, if that node is a CharacterBody3D node with a MultiplayerSynchronizer syncing its position across clients, the ne... | bug,topic:physics,topic:multiplayer | low | Critical |
2,642,411,302 | flutter | Write test case and automated test for touch within iOS platform views | In an attempt to fix https://github.com/flutter/flutter/issues/136244 this PR https://github.com/flutter/engine/pull/55724 caused a Very Bad regression which broke all touch within platform views (b/341930773#comment50) for a 1p customer and was therefore reverted. However, we were unable to reproduce this bug with va... | platform-ios,engine,P2,team-ios,triaged-ios | low | Critical |
2,642,450,072 | godot | Linux window title momentarily displays garbled text when opening | ### Tested versions
4.3
### System information
fedora40
### Issue description
When I open Godot using linux Chinese environment, the window title will display a garbled code:รฉยกยนรงยฎรงยฎยกรงรข
### Steps to reproduce
none
### Minimal reproduction project (MRP)
none

Canvas views does not have this problem, as the iframe is not shared between several components.
A good fix wou... | bug,has workaround,addon: docs | low | Critical |
2,642,483,810 | react | [Compiler Optimization]: avoid memoizing `useState` lazy initializer functions | ### What kind of issue is this?
- [X] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing or using the Babel plugin)
- [ ] eslint-plugin-react-compiler (build issue installing or using the eslint plugin)
- [ ]... | Component: Optimizing Compiler | low | Critical |
2,642,487,100 | godot | Two Identical Meshes But Only One Works with Skeleton | ### Tested versions
4.3-stable
### System information
Godot v4.3.stable.mono - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 6GB (NVIDIA; 32.0.15.6094) - Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz (6 Threads)
### Issue description
I have to absolutely identical meshes, both exported from ... | discussion,documentation,needs testing,topic:import | low | Critical |
2,642,498,386 | pytorch | DTensor support for fused qkv matmul | ### ๐ The feature, motivation and pitch
For transformer architecture (for example https://github.com/pytorch-labs/gpt-fast/blob/main/model.py#L195-L211) it tends to be most performant to merge the qkv matrices together. If you try to shard this concatenated tensor then the subsequent SDPA op won't be shared correctly... | oncall: distributed,module: dtensor | low | Minor |
2,642,498,952 | rust | Compiletest path normalization fails in windows if path is inside a string | In the initial version of https://github.com/rust-lang/rust/pull/132161, a Windows CI job because the stdout contained a string containing the test path that wasn't normalized.
I'm pasting the error as described in https://github.com/rust-lang/rust/pull/132161#issuecomment-2442931343:
```diff
---- [ui] tests\ui\sta... | A-testsuite,O-windows,T-bootstrap,C-bug,S-needs-repro,A-compiletest | low | Critical |
2,642,503,852 | flutter | FlutterPluginRegistrant.xcframework from release build missing _CodeSignature and dSYMs folders | ### Steps to reproduce
When I build ios-framework for a flutter module project(template=module) that has package dependencies, the FlutterPluginRegistrant.xcframework release bundle is missing _CodeSignature and dSYMs for "ios-arm64" platform.
Command: `flutter build ios-framework --release --no-debug --no-profi... | platform-ios,engine,a: existing-apps,has reproducible steps,P2,team-ios,triaged-ios,found in release: 3.24,found in release: 3.27 | 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.