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,619,130,501 | pytorch | `tensor` not a `FakeTensor` under `FakeTensorMode` and `device('meta')` | ### 🐛 Describe the bug
```python
import torch
from torch._subclasses.fake_tensor import FakeTensorMode
with FakeTensorMode(), torch.device("meta"):
a = torch.tensor(3.0) # not a FakeTensor
b = torch.full(size=tuple(), fill_value=3.0) # workaround
print(a) # tensor(..., device='meta', size=())
... | triaged,actionable,oncall: pt2,module: fakeTensor,module: pt2-dispatcher | low | Critical |
2,619,140,311 | rust | Use `rustc` attrs in `dangling_pointers_from_temporaries` lint | > > If you want to do it in this PR (otherwise in a follow-up), we could add an `rustc` attribute to those `as_ptr`/`as_mut_ptr` methods.
>
> You can follow https://github.com/rust-lang/rust/pull/132146/commits/afcb09b8c765bf2c5b1362b433725f57af51aaad and https://github.com/rust-lang/rust/pull/132146/commits/2a930d3818... | E-easy,C-cleanup,A-lints,E-mentor,T-compiler | medium | Major |
2,619,146,007 | flutter | Update minimum recommended CocoaPods version to support Xcode 16 synchronized groups | https://github.com/CocoaPods/Xcodeproj/pull/985 fixed critical CocoaPods issue https://github.com/CocoaPods/CocoaPods/issues/12456 which impacted adding new iOS and macOS targets (like test targets and extensions) and add-to-app customers.
The fix is in CocoaPods [1.16.2](https://github.com/CocoaPods/CocoaPods/release... | platform-ios,tool,platform-mac,P1,fyi-infra,team-ios,triaged-ios | medium | Minor |
2,619,250,990 | ui | [bug]: unable to resolve dependency tree for Command componnent NextJS | ### Describe the bug
When using `npx shadcn@latest add command` in a nextjs 15 project, the dependency tree is not met:
`Command failed with exit code 1: npm install cmdk@1.0.0 @radix-ui/react-dialog
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: n... | bug | low | Critical |
2,619,278,881 | excalidraw | feature request: quick color selection using number keys (1-5) while using the drawing tool | i would like to request a feature that allows users to quickly select colors using the number keys (1-5) while using the drawing tool in excalidraw.
**current workflow issue**:
- the current flow of changing tools is messy. for instance, when i enter color select mode using 's', but then try to select a color via the... | enhancement,shortcuts | low | Major |
2,619,306,606 | excalidraw | feature request: voice annotations in excalidraw | i would like to propose a feature that allows users to add voice annotations directly to their drawings in excalidraw.
#### current limitation:
currently, users must rely on text notes to convey ideas and context within their drawings. this can be time-consuming and may not effectively capture the nuances of spoken ex... | enhancement | low | Minor |
2,619,306,947 | rust | Document what a "dangling pointer" is | ## Location
There are several places this applies, e.g.:
- [`std::ptr::dangling`](https://doc.rust-lang.org/nightly/std/ptr/fn.dangling.html)
- [`std::ptr::from_ref`](https://doc.rust-lang.org/nightly/std/ptr/fn.from_ref.html) *(in the examples)*
- `dangling_pointers_from_temporaries` lint
## Summary
We have sev... | E-hard,E-help-wanted,A-docs,T-libs,T-opsem | medium | Major |
2,619,341,257 | flutter | [flutter_svg] Bring up web tests | Currently `flutter_svg` unit tests don't compile on web due to using non-web-only golden methods in a small number of tests. For now I've opted out the entire package from web Dart unit tests via `dart_test.yaml`, because refactoring is out of scope for the initial import, but we should make it so that the tests compil... | a: tests,team,package,P2,team-engine,triaged-engine,p: flutter_svg | low | Minor |
2,619,351,842 | godot | Sequential Input.parse_input_event() calls ignore all previous ones when checking Input.is_input_pressed() | ### Tested versions
4.3 stable-official
### System information
Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 (NVIDIA; 32.0.15.6590) - Intel(R) Core(TM) i7-14700K (28 Threads)
### Issue description
When simulating input by generating InputEventAction in cod... | bug,needs testing,topic:input | low | Minor |
2,619,361,280 | godot | Converting (one particular project) from 4.2 to 4.3 hangs for a long time (possibly on string_name.cpp, possibly related to global shader params) | ### Tested versions
- Observed in v4.3.stable.official [77dcf97d8]
### System information
Windows 10 - v4.3.stable - Vulkan Forward+
### Issue description
Issue happened when converting a fairly large project, from 4.2 (stable) to 4.3 (stable). I successfully converted other projects, only one project caused the i... | bug,topic:editor,needs testing | low | Critical |
2,619,417,182 | go | cmd/go: document interaction of go.work with GODEBUG | We recently encountered this confusing scenario when working in the x/tools repository
- In order to use a go.work file to work on gopls (which has go 1.23.1 in its go.mod file), one has to have at least go1.23.1 in the go.work file.
- x/tools assumes that it's default GODEBUG behavior implies gotypesalias=0, and h... | Documentation,NeedsInvestigation | low | Critical |
2,619,422,089 | rust | `assembler label '' cannot be undefined` on Windows ARM |
Whenever I try compiling [turborepo](https://github.com/vercel/turborepo) on Windows ARM, I get the following error when rustc tries to build tokio:
```rust
error: assembler label '' can not be undefined
```
I'd expect this code to compile, since it works fine on other platforms (macOS/Linux/Windows x86).
### Meta
... | O-windows,A-inline-assembly,T-compiler,C-bug,E-needs-mcve,O-AArch64 | low | Critical |
2,619,451,152 | PowerToys | Relative shortcut paths with New+ | ### Description of the new feature / enhancement
Can New+ add the feature to create a complete path shortcut based on the relative part shortcut in New+ template. Currently the tricks to add a relative path shortcut (via another explorer thread) is not being recognize by the application when prompting the diretory. (y... | Needs-Triage | low | Minor |
2,619,529,082 | ollama | Feature request: Add CLI argument to specify a system prompt | I'd like to be able to set the system prompt from the call to `ollama` in my shell, rather than in the conversation. For example:
```sh
ollama run llama3.1 --system="Your nickname is 'Grass' now"
```
...or...
```sh
ollama run llama3.1 -s "system" "Your nickname is 'Grass' now"
```
With this ability, I c... | feature request | low | Minor |
2,619,537,447 | terminal | ENHANCED_KEY flag missing when releasing RightAlt | ### Windows Terminal version
current main
### Windows build number
10.0.19045.4894
### Other Software
_No response_
### Steps to reproduce
1. Run the following c++ code:
```c++
#include <iostream>
#include <windows.h>
int main()
{
INPUT_RECORD rec;
DWORD count;
while (true)
{
... | Help Wanted,Area-Input,Issue-Bug,Product-Terminal | low | Minor |
2,619,540,286 | rust | Tracking issue for ergonomic reference counting | This is a tracking issue for ergonomic reference counting, including:
- https://github.com/rust-lang/rfcs/pull/3680
- https://github.com/rust-lang/rust-project-goals/issues/107
...and other work.
The feature gate for this issue is `#![feature(ergonomic_clones)]`.
### About tracking issues
Tracking issues are used ... | T-lang,C-tracking-issue,F-ergonomic_clones | low | Critical |
2,619,576,305 | rust | Mixing `'static` and `'this` with iterators or vectors doesn't correctly shorten lifetime to the workable shorter version. | <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
This is either a borrow checker bug, a library bug, or a diagnostics bug. I don't know which one.
I tried this code:
```rust
use std::collections::HashMap;
us... | A-lifetimes,T-compiler,C-bug,T-types | low | Critical |
2,619,595,467 | tauri | [bug] assertion failed: `!bitmap.is_null()` | ### Describe the bug
```
thread 'main' panicked at C:\Users\Rose\.cargo\registry\src\index.crates.io-6f17d22bba15001f\softbuffer-0.4.6\src\backends\win32.rs:99:9:
assertion failed: !bitmap.is_null()
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[1028/172140.698:ERROR:window_impl.cc(... | type: bug,status: needs triage | low | Critical |
2,619,597,158 | flutter | [iOS][a11y] Widgets inside OverlayPortal don't display iOS number labels for VoiceControl | ### Steps to reproduce
1. Turn Voice Control on
2. Show numbers
3. Create a widget with actionable widgets, such as buttons inside an OverlayPortal
4. Trigger the OverlayPortal
See buttons inside the OverlayPortal widget don't show numbers
b/368207734
### Expected results
Buttons should display number... | platform-ios,framework,a: accessibility,has reproducible steps,P1,customer: quake (g3),found in release: 3.24,team-accessibility,triaged-accessibility,found in release: 3.27 | medium | Major |
2,619,600,914 | pytorch | LibTorch build error on Windows for CUDA version (debug/release) | ### 🐛 Describe the bug
I downloaded versions of LibTorch supporting computations on both CPU and CUDA 12.4.
I created a C++ project in Visual Studio 2022, which is built using CMake. The project includes presets for building the code in CPU (debug/release) and CUDA (debug/release) versions. Each preset set points... | module: build,module: windows,module: cpp,module: cuda,triaged | low | Critical |
2,619,605,015 | next.js | Docs: Node.js version | ### What is the documentation issue?
In a Getting Start guide you're suggesting to use Node.js `v18.18.0` and above, but for me it doesn't work with Node.js `v19.0.0` and `v19.5.0` also.
Maybe it'll be a useful catch :)
### Is there any context that might help us understand?
`MacOS Sequoia v15.0.1`
### Does ... | bug | low | Minor |
2,619,619,987 | pytorch | torch.compile + FSDP1 CPU offloading + PT lightning validation loop throws an error | ### 🐛 Describe the bug
I have a small script to reproduce how a toy model and the following three features lead to an error when combined:
1. torch.compile
2. FSDP1 with cpu offloading
3. PyTorch Lightning's validation step (I'm not sure what exactly is the culprit here, I suspect that it might be related to no_gr... | oncall: distributed,triaged,module: fsdp,oncall: pt2,pt2d-triage-nov2024 | low | Critical |
2,619,683,236 | react-native | TextInput value cannot be manipulated via setNativeProps after user input on iOS | ### Description
When an uncontrolled TextInput has had its value manipulated via `setNativeProps`, receives user input and is then manipulated again via `setNativeProps`, the displayed value does not change.
This looks to be a New Arch issue and the issue is not reproducible in 0.76.0 on the old architecture.
... | Platform: iOS,Issue: Author Provided Repro,Component: TextInput,Type: New Architecture | low | Minor |
2,619,698,451 | flutter | Migrate some framework mac hostonly tests to be pinned to arm64 | The intel macs are increasingly experiencing hardware issues, so to de-risk framework CI, we will slowly migrate framework tests from intel mac to arm mac a few at a time. | team-infra,P2,triaged-infra | low | Major |
2,619,699,148 | go | proposal: os: add iterator variant of File.ReadDir | ### Proposal Details
Today we have:
https://pkg.go.dev/os#File.ReadDir etc
```go
func (f *File) ReadDir(n int) ([]DirEntry, error)
```
That `n` feels so antiquated now that we have iterators! I propose that we add an iterator-based variant. 😄
/cc @neild | Proposal | medium | Critical |
2,619,707,520 | neovim | Setting `winfixbuf` immediately after startup will cause window duplication | ### Problem
In my case, using `vim.schedule` fixed this
Ref: https://github.com/kawre/leetcode.nvim/issues/141
### Steps to reproduce
```lua
-- Run this file as `nvim --clean -u minimal.lua`
for name, url in pairs({
-- ADD PLUGINS _NECESSARY_ TO REPRODUCE THE ISSUE, e.g:
-- 'https://github.com/author1/plugin1',
... | bug,has:workaround,startup,netrw | low | Minor |
2,619,707,866 | pytorch | torch.nn.AvgPool2d works with long on cpu but not gpu | ### 🐛 Describe the bug
Trying to average pool over integers work on CPU but fails on CUDA [colab](https://colab.research.google.com/drive/1UufNjNlX6dwPFH0D_ooBKURVPhERziHw?usp=sharing)
Minimal repro:
```python
import torch
input_tensor = torch.randint(3, 5, (20, 16, 50, 32))
output_cpu = torch.nn.AvgPool2d(3, ... | module: cuda,triaged,module: pooling | low | Critical |
2,619,723,569 | pytorch | `_adjust_num_blocks_and_indices` gives wrong adjusted block mask | ### 🐛 Describe the bug
Repro:
```python
import torch
from torch.nn.attention.flex_attention import (
_adjust_num_blocks_and_indices,
create_block_mask,
)
def mask_mod(b, h, q, kv):
b1 = torch.where(kv >= 0, True, False) & torch.where(kv < 128, True, False)
b2 = torch.where(kv >= 384, True, Fa... | triaged,oncall: pt2,module: higher order operators,module: pt2-dispatcher,module: flex attention | low | Critical |
2,619,745,517 | svelte | onintrostart does not respect delay | ### Describe the bug
The onintrostart fires immediately, before the element has been mounted ignoring the `delay` parameter. This is in Svelte 4 and 5
### Reproduction
https://svelte.dev/playground/9e45fd9f78974bb6a4b7714b1eed5417?version=5.1.3
### Logs
_No response_
### System Info
```shell
System:
OS: mac... | bug,transition/animation | low | Critical |
2,619,762,975 | pytorch | shift operators not supporting integral types | ### 🐛 Describe the bug
`bitwise_right_shift` only works for uint8, not for integrals as documented here: https://pytorch.org/docs/stable/generated/torch.bitwise_right_shift.html
```py
>>> import torch
>>> tensor = torch.randn([4, 4], dtype=torch.bfloat16)
>>> tensor_view = tensor.view(torch.uint32).view(-1)
>>... | triaged,module: unsigned int | low | Critical |
2,619,779,803 | godot | Can't record microphone (Windows 10 Pro Version 22H2) | ### Tested versions
I'm having issues in every version I tested (can't remember them all)
My Project is running on Godot v4.3 ([GodotSteam 4.11](https://github.com/GodotSteam/GodotSteam/releases/tag/v4.11))
Also tried the Recording Demo but the problem hasn't vanished
### System information
Windows 10 Pro - GodotS... | bug,needs testing,topic:audio | low | Minor |
2,619,785,276 | pytorch | [pgnccl] unstable restarting of PGs | ### 🐛 Describe the bug
We are writing a simple UT to verify if NCCL comms can be restarted (abort first, then re-initialize) e.g., https://github.com/pytorch/pytorch/pull/139123. However we found the test is unstable under non-blocking mode. Some time errors like below and we are curious on the root cause
```
[... | oncall: distributed,module: c10d | low | Critical |
2,619,790,926 | pytorch | [FlexAttention] Update the way we generate kernel options | # Summary
FlexAttention differs from other TritonTemplates currently supported in inductor (mm variants). Traditional templates are typically only enabled when compiling with max-autotune and sweep over many configurations, trying all potential options (relying on aten as a fallback). This approach allows templates ... | triaged,oncall: pt2,module: inductor,module: higher order operators,module: pt2-dispatcher,module: flex attention | low | Critical |
2,619,856,070 | deno | node-fetch works - Deno fetch fails to make api calls to openai | Version: Deno 2.0.3
I have tested this on both a Mac and Windows WSL
Using node-fetch always works.
When using Deno's default fetch if we increase the payload size I will get an error.
```
failed with error: error sending request from x.x.x.x:53270 for https://api.openai.com/v1/chat/completions (172.66.0.243... | bug,node:http | low | Critical |
2,619,869,019 | pytorch | DISABLED test_manual_with_data_parallel_dp_type_DDP_ScheduleClass0_use_new_runtime_False (__main__.ComposabilityTest) | Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_manual_with_data_parallel_dp_type_DDP_ScheduleClass0_use_new_runtime_False&suite=ComposabilityTest&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytor... | oncall: distributed,module: flaky-tests,skipped | low | Critical |
2,619,894,635 | pytorch | torch.nn.InstanceNorm2d throws "mixed dtype" error with track_running_stats set to True | ### 🐛 Describe the bug
When running `torch.nn.InstanceNorm2d` with a `float64` tensor and `track_running_stats=True`, an error is thrown on CPU:
`RuntimeError: mixed dtype (CPU): all inputs must share same datatype.`
([colab](https://colab.research.google.com/drive/13_vZBI2ITcKdqIwvYHfyW4Ot0gbz8nVP?usp=sharing))
... | good first issue,module: cpu,triaged,module: norms and normalization | low | Critical |
2,619,914,833 | vscode | Tool invoked without any arguments in chat extension | * Install `data analysis copilot` & `websearch copilot` extension
* Install latest insiders with latest pre-release versions of related extensions
* Run the prompt `@data what is the current time`
* Set log level to `trace`
It seems the data analysis python tool was invoked without any arguments
```
{
... | bug,api,chat-tools | low | Critical |
2,619,924,416 | pytorch | Some files in sccache are owned by `hostmaster+pytorch` | ### 🐛 Describe the bug
See screenshot below

And
```
% aws s3api get-object-acl --bucket ossci-compiler-cache-circleci-v2 --key pull/.sccache_check
An error occurred (AccessDenied) when calling the GetObjectAcl operat... | module: ci,triaged,module: infra | low | Critical |
2,619,937,912 | material-ui | Using extended styles with styled-components breaks types | ### Steps to reproduce
Link to live example: https://stackblitz.com/edit/vitejs-vite-afbuyz?file=src%2FApp.tsx&view=editor
Steps:
1. Use MUI with styled-components (https://mui.com/material-ui/integrations/styled-components)
2. Use extended styles with styled (https://styled-components.com/docs/basics#extending-s... | bug 🐛,typescript,package: styled-engine-sc | low | Minor |
2,619,958,125 | yt-dlp | [RCTIPlusTV] Unable to extract video link | ### 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... | site-bug,triage | low | Critical |
2,619,959,580 | langchain | create_react_agent will reset max_length = 20 | ### 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,619,979,409 | next.js | Need support referring same singleton between different page's `getStaticProps` during building time. | ### Link to the code that reproduces this issue
https://github.com/PrinOrange/need-support-singleton-for-different-page.git
### To Reproduce
1. Create a ts module, and set and export a singleton, which needs time-costing initializing.
```ts
const buildMySingleton = async ():Promise<{value:string}> => {
re... | bug,Module Resolution | low | Critical |
2,619,999,300 | PowerToys | File association profiles and/or backup | ### Description of the new feature / enhancement
It takes a while to set up file associations to match my workflow. There are several applications that will silently change those associations for every file type they support (Wondershare Uniconverter springs to mind, but is not the only one) forcing me to go back into... | Needs-Triage | low | Minor |
2,620,005,668 | rust | rustdoc: Appearance of `#[doc(hidden)]` differs from all the other attributes | One reproducer where it's quite pronounced:
```rs
#[doc(hidden)]
#[non_exhaustive]
#[repr(C)]
pub struct S(u8);
```
Output (with `--document-hidden-items -Zunstable-options`[^1]):

That's because it gets rendered separately in ... | T-rustdoc,A-attributes,P-low,C-bug,requires-nightly,A-rustdoc-ui | low | Minor |
2,620,006,079 | langchain | Offline using DirectoryLoader/UnstructuredLoader timeout | ### 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,620,038,116 | yt-dlp | [VidioLive] 783: Failed to download m3u8 information: HTTP Error 403: Forbidden | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is broken on a **supported** site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc... | site-bug,triage | low | Critical |
2,620,038,320 | storybook | [Bug]: Error [ERR_REQUIRE_ESM]: require() of ES Module at @storybook/addon-docs | ### Describe the bug
We are trying to upgrade the internal usage of storybooks from v6 into v8 and we are now facing an issue that was introduced by https://github.com/storybookjs/storybook/pull/25615.
We launch the storybook builds through a Node.js script that uses the `buildStandalone` function from `@storybook/r... | bug,addon: docs | low | Critical |
2,620,039,605 | pytorch | DISABLED test_like_channels_last_cpu (__main__.CpuTritonTests) | Platforms: inductor
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_like_channels_last_cpu&suite=CpuTritonTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/32192945395).
Over the past 3 hours, it has... | triaged,module: flaky-tests,skipped,oncall: pt2,module: inductor | low | Critical |
2,620,039,691 | pytorch | DISABLED TCPStoreTest.testMultiTenantStoresUV (__main__.TCPStoreTest) | Platforms: rocm
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=TCPStoreTest.testMultiTenantStoresUV&suite=TCPStoreTest&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/32191268418).
Over the past 3 hours, it ... | module: rocm,triaged,module: flaky-tests,skipped | medium | Critical |
2,620,046,997 | ollama | smollm got cuda error | ### What is the issue?
Run [smollm](https://ollama.com/library/smollm:135m) got cuda error
Step:
1. ollama run smollm:135m
2. Input any text
```
Error: an unknown error was encountered while running the model CUDA error: CUBLAS_STATUS_NOT_SUPPORTED
current device: 0, in function ggml_cuda_mul_mat_batched_c... | bug | low | Critical |
2,620,050,044 | pytorch | Dynamo capture of tensor.data assignment doesn't identical to eager call of tensor.data assignment | ### 🐛 Describe the bug
DeepSpeed uses a lot "param.data =" statement to updating the param data by gathering the param from other ranks.
While we found param.data= assignment under torch.compile mode behaviors differently with the original eager call of param.data assignment behavior, which causes some strange pro... | triaged,oncall: pt2,module: aotdispatch,module: pt2-dispatcher | low | Critical |
2,620,061,244 | go | x/tools/gopls: "replace all occurrences" variants of refactor.{inline,extract}.variable | Original title: codeaction: replace every use-case of a variable with its defined expression, extract every identical expression within function to a new variable
### gopls version
Build info
----------
golang.org/x/tools/gopls (devel)
golang.org/x/tools/gopls@(devel)
github.com/BurntSushi/toml@v1.2.... | FeatureRequest,gopls,Tools,Refactoring | low | Critical |
2,620,100,890 | rust | Tracking issue for way to express intraprocedural finite state machines | This is a tracking issue for some form of:
- https://github.com/rust-lang/rfcs/pull/3720
The feature gate for the issue is TBD.
### About tracking issues
Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open des... | T-lang,C-tracking-issue | low | Critical |
2,620,187,780 | transformers | Expand AcceleratorConfig to accommodate other features such as NCCL timeout etc | ### Feature request
Expand `AcceleratorConfig` and corresponding transformers trainer args to allow transformer users to use full feature set of accelerate through the config arguments supported by `Accelerator()`. The args are being materialized here for use - https://github.com/huggingface/transformers/blob/a769ed... | Feature request | low | Minor |
2,620,222,352 | rust | compiletest: add a proper `supports-crate-type: xxx` directive | Apparently `needs-dynamic-linking` is not equivalent to checking if dylib or cdylib crate types are supported.
- In compiletest, `needs-dynamic-linking` performs a check based on target cfg's `dynamic_linking` field + `--print=cfg --target $TARGET`.
- However, target cfg has an additional field `only_cdylib` which, if... | C-enhancement,T-bootstrap,E-medium,A-compiletest | low | Minor |
2,620,227,798 | flutter | PhysicalKeyboardKey is not correct with Backspace and Enter when using ko/zh/ja input method on Android emulator | iOS does not have this issue.
### Steps to reproduce
1. Run the sample code
2. Click the input text field, show the soft keyboard
3. Switch to en input method, click "Enter"
4. Swith to ko/zh/ja (Korean/Chinese/Japanese) input method, click "Enter"
### Expected results
`PhysicalKeyboardKey` should always... | a: text input,platform-android,a: internationalization,has reproducible steps,P3,team-text-input,triaged-text-input,found in release: 3.24,found in release: 3.27 | low | Critical |
2,620,264,468 | react | [DevTools Bug] Could not find commit data for root "1" | ### Website or app
Shadow
### Repro steps
Steps:-
1.Rendering the FlatList with my below code -
<FlatList
data={numbersArray}
keyExtractor={item => item.toString()}
renderItem={({item}) => (
<SquircleView
style={{width: 300, height: 200}}
... | Type: Bug,Status: Unconfirmed,Component: Developer Tools | medium | Critical |
2,620,292,719 | ui | [bug]: pnpm dlx shadcn-ui@latest init error | ### Describe the bug
➜ GitEval-FrontEnd pnpm dlx shadcn-ui@latest init
Packages: +161
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 161, reused 161, downloaded 0, added 161, done
WARN Failed to cre... | bug | low | Critical |
2,620,301,176 | pytorch | SubgraphMatcher may fail to match when the matching pattern having call_module IR | ### 🐛 Describe the bug
Hey guys, when i use SubgraphMatcher to match a pattern having call_module IR.
For example, when i claim a model like this :
``` python
class TestModel(torch.nn.Module):
def __init__(self, input_dim, output_dim):
super().__init__()
self.mlp = torch.nn.Linear(input_dim, outpu... | triaged,module: fx | low | Critical |
2,620,421,879 | pytorch | [Dynamo] TypeError: `list` object is not callable | ### 🐛 Describe the bug
`nn.Module` contains `buffers()` method used during dynamo's compilation, whenever class that inherites from `nn.Module` and override it's `buffers` above problem can be observed, buffers is quite common keyword that's why I'm raising it up
Example: [Megatron-LM/.../distributed_data_parallel... | triaged,oncall: pt2,module: dynamo | low | Critical |
2,620,580,221 | electron | Use Writing Tools in macOS 15.1 | ### 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 ... | enhancement :sparkles: | high | Critical |
2,620,581,999 | vscode | Error window when accessing Settings | <!-- ⚠️⚠️ 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,settings-editor,confirmation-pending | low | Critical |
2,620,590,302 | kubernetes | liveness or readiness probes timeout does not work | ### What happened?
When executing livenessProbe exec command, timeoutSeconds does not work.
timeoutSeconds: 5
periodSeconds: 30
exec command: /opt/entrypoint.sh healthcheck ,healthcheck will request a url without timeout. When this URL does not respond, a liveness request is received approximately every 2 minutes... | kind/bug,sig/node,triage/needs-information,needs-triage | low | Critical |
2,620,596,429 | pytorch | `pkg_resources` module is deprecated by setuptools | ### 🐛 Describe the bug
As noted on <https://setuptools.pypa.io/en/latest/pkg_resources.html>:
> Use of pkg_resources is deprecated in favor of [importlib.resources](https://docs.python.org/3.11/library/importlib.resources.html#module-importlib.resources), [importlib.metadata](https://docs.python.org/3.11/library... | module: build,triaged | low | Critical |
2,620,719,256 | next.js | SWC plugin runner no longer provides full file path to metadata | ### Link to the code that reproduces this issue
https://github.com/serg-and/nextjs-minimal-swc-plugin-issue
### To Reproduce
```sh
npm i
cd swc_plugin
npm run prepublish
cd ..
npm run dev
```
Logs will show that the provided filename in the metadata no longer includes the file path, only the filename.
### Cu... | SWC,Pages Router,linear: next | low | Major |
2,620,722,531 | pytorch | the mpi backend not support to transfer float16/bfloat16 tensor and would post "IndexError: map::at" when transferring float16/bfloat16 tensor | ### 🐛 Describe the bug
when using mpi communication backend to transfer float16/bfloat16 tensor, the code will post "IndexError: map::at", like below:
`Traceback (most recent call last):
File "/home/torch-mccl/tests/test_mpi.py", line 10, in <module>
Traceback (most recent call last):
File "/home/torch-mccl/t... | triaged,module: mpi | low | Critical |
2,620,802,182 | rust | std::process::Command::spawn cause panic on Windows 10 21H2 19044.2846 | <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```rust
#[test]
fn test2() {
std::process::Command::new("adb")
.args(["devices"])
.stdout(Stdio::piped())
.stderr(Stdio::pipe... | O-windows-msvc,C-bug,T-libs,S-needs-repro | low | Critical |
2,620,842,202 | node | ASAN build does not work | ### Version
`main`
### Platform
```text
Darwin MacBookPro.fritz.box 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:15 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6000 arm64
```
### Subsystem
_No response_
### What steps will reproduce the bug?
```
$ git clone https://github.com/nodej... | build,macos | low | Critical |
2,620,856,639 | Python | Request to Implement Shor Algorithm | ### Feature description
Hi, I wanted to implement the logical algorithm without the use of Qiskit and Cirq
to show how Shor Algorithm that is used in quantum computing
breaks RSA cryptography by easily finding n that is used to develop the public and private key of a user. | enhancement | low | Minor |
2,620,895,343 | go | proposal: runtime/mainthread: add mainthread.Do for mediating access to the main thread | ### Proposal Details
This is https://github.com/golang/go/issues/64777#issuecomment-2424750130 in proposal form. It is a reduced and compatible variant of https://github.com/golang/go/issues/64777#issuecomment-2261119181.
I propose to add a new package, `mainthread`, with a single function, `Do`, that allows Go pro... | Proposal | medium | Critical |
2,620,919,146 | kubernetes | response_sizes metrics for verb=WATCH is only present for built in resources. | ### What happened?
The `apiserver_response_sizes` correctly report `GET` and `LIST` metrics for all resources. However, for `WATCH`, its only present for built in resources. This means resources defined in CustomResourceDefinitions are not present.
Its not 100% clear to me what the expected behavior was when it was... | kind/bug,sig/api-machinery,triage/accepted | low | Minor |
2,620,941,233 | angular | Service worker not updating after its response headers are updated | ### Which @angular/* package(s) are the source of the bug?
Don't known / other
### Is this a regression?
Yes
### Description
Hello,
I have came across a strange issue. I have a CSP policy setup done by the server through response headers. I also have a service worker running for the same page.
When I update the ... | help wanted,area: service-worker | low | Critical |
2,620,951,697 | godot | Animation is bugged on import | ### Tested versions
4.2.1 stable
### System information
Godot v4.2.1.stable - Windows 10.0.19044 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 6GB (NVIDIA; 31.0.15.5244) - Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz (4 Threads)
### Issue description
Importing animations in Godot batters them up - b... | bug,confirmed,topic:import,topic:animation | low | Critical |
2,620,964,838 | TypeScript | Using JSX syntax in a namespace may incorrectly use the exported members of the current namespace as intrinsic elements (starting with a lowercase letter) | ### 🔎 Search Terms
jsx namespace preserve export intrinsic
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about (no entries for this)
### ⏯ Playground Link
https://www.typescriptlang.org/play/?jsx=1&ts=5.6.3#code/JYWwDg9gTgLgBAbzgKQMoA0... | Bug,Help Wanted | low | Minor |
2,620,997,877 | vscode | Adding `quickfix.biome` to `editor.codeActionsOnSave` slows down saving of `*.ts` files | transferred from: https://github.com/microsoft/vscode-discussions/discussions/1664
ref: https://github.com/biomejs/biome-vscode/issues/229
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about s... | bug,typescript,editor-code-actions,perf | low | Critical |
2,621,028,315 | pytorch | Operators being traced as method calls in torch.fx | ### 🐛 Describe the bug
I expected binary operators (`+`, `-`, `*`, `/`, etc.) to be traced as a `call_function` of `operator.add` (or `sub`, `mul`, `truediv`, etc.), which is what happens in some cases, e.g. `ParameterTensorAdd` below, but not in other cases, e.g. in `ConstantTensorAdd` it's traced as a `call_method`... | triaged,module: fx | low | Critical |
2,621,066,000 | PowerToys | Mouse without borders become crazy when the wifi signal lost and restore. | ### Microsoft PowerToys version
0.85.1
### Installation method
PowerToys auto-update
### Running as admin
None
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce
I have 4 machines with same version of powertoys. 2 of them by wire and 2 other by wifi.
With one wired machine being master, y us... | Issue-Bug,Needs-Triage | low | Minor |
2,621,066,425 | go | cmd/go: inconsistent reporting of default Go version | In the transcript below, there is no go line in the go.mod.
Builds say I can't use post-Go 1.16 features, but then when I say
"go get go@1.21.0" (using a sufficiently old version so as not to break any users),
it claims I am downgrading from Go 1.24.
```
% go install
# rsc.io/tmp/jsonfmt
./jsonfmt.go:95:9: predeclared... | NeedsInvestigation,GoCommand | low | Minor |
2,621,072,470 | godot | Error when setting Texture3D slices to 16x16 | ### Tested versions
- Reproducible in v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4060 Laptop GPU (NVIDIA; 32.0.15.6603) - 13th Gen Intel(R) Core(TM) i7-13700H (20 Threads)
### Issue description
When imp... | bug,topic:rendering | low | Critical |
2,621,090,758 | vscode | Search does not find pattern in closed files |
Type: <b>Bug</b>
Not able to find any information when using Search (Quick search included) for not opened files.
Below follows the output from Search Engine Trace logs:
```json
{
"_reason": "searchView",
"folderQueries": [
{
"folder": {
"$mid": 1,
"fsPath":... | bug,info-needed,search | low | Critical |
2,621,106,414 | transformers | Please don't kill BetterTransformer — 1.88x faster inference than SDPA | ### Feature request
I would like to request that BetterTransformer not be deprecated. See also [optimum#2083](https://github.com/huggingface/optimum/issues/2083).
This issue is intended to track the lack of feature-parity in Hugging Face `transformers` with BetterTransformer.
### Motivation
This is a simple examp... | Feature request | low | Major |
2,621,107,256 | transformers | Vision (Auto)Processor multiple images finetuning example. | ### Feature request
Is it possible to upload an example of how to finetune PaLIGemma on multi-image inputs?
Something similar to [multi-image-inference](https://huggingface.co/docs/transformers/main/model_doc/paligemma#multi-image-inference), which shows how to perform multi-image inference over PaLIGemma.
### M... | Examples,Feature request,Multimodal | low | Minor |
2,621,150,605 | langchain | PydanticUserError for OpenAI LLMs | ### 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 ... | Ɑ: core | low | Critical |
2,621,208,563 | pytorch | PCH build fail with sccache-v0.8.2 | ### 🐛 Describe the bug
With a weird (see [here](https://github.com/pytorch/pytorch/actions/runs/11568790721/job/32213593951) )
```
MakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o: file not recognized
```
When given file is generated by
```
/opt/cache/bin/c++ -DAT_PER_OPERATOR_HEAD... | module: ci,triaged,module: third_party | low | Critical |
2,621,213,185 | next.js | "use cache" with vercel otel - used `Math.random()` outside of `"use cache"` | ### Link to the code that reproduces this issue
https://github.com/JamesRobertWiseman/nextjs-otel-use-cache
### To Reproduce
1. Start the application in development (next dev)
2. Visit the home page of the application
3. Error will be present.
Error:
<img width="972" alt="Screenshot 2024-10-29 at 14 54 02" s... | bug,Performance,Instrumentation | low | Critical |
2,621,259,505 | PowerToys | remap shortcut not working | ### Microsoft PowerToys version
0.85.1
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
remap a key or shortcuts still not working
### ✔️ Expected Behavior
fix this bug
### ❌ Actual Behavior
_No response_
### Other Software
_... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Critical |
2,621,292,809 | vscode | Hovering warning icon in terminal tab is difficult to action | Repro:
1. Build and debug terminal-sample
2. Run Terminal API: update or clear environment commands, a ⚠ should show
3. Hover it, try move the mouse into the hover

A solution after https://github.com/microsoft/vscode/pull/23243... | bug,workbench-hover,terminal-tabs | low | Critical |
2,621,364,200 | pytorch | When I use register_full_backward_hook and register_forward_hook in nn.MultiheadAttention, The MultiheadAttention executed wrong conditional branch and get wrong backward grads. | ### 🐛 Describe the bug
self.attn = nn.MultiheadAttention(embed_dim=config.n_embd,num_heads=config.n_head,dropout=config.attention_dropout,batch_first=True)
self.attn.name="attn"
self.attn.opname="mha"
# self.attn.out_proj.weight
self.attn.register_full_backward_hook(hook_backward_f... | module: nn,triaged | low | Critical |
2,621,377,581 | next.js | Emotion compiler not properly working when using "paths" in TypeScript since 13.5.x | ### Link to the code that reproduces this issue
https://github.com/Itrulia/material-ui-next-nx
### To Reproduce
1. npm install && npx nx dev emotion-test
2. Open `http://localhost:3000`
3. Inspect the HTML output and see `.mui-fh6enu{color:pink;}.mui-fh6enu .undefined{color:#f00!important;}.mui-bdz642{color:pink;}... | bug,SWC | low | Critical |
2,621,447,752 | ui | [bug]: onScroll prop should be passed to ScrollAreaPrimitive.Viewport by default | ### Describe the bug
All remaining props are passed from ScrollArea to ScrollAreaPrimitive.Root, however, onScroll should go on ScrollAreaPrimitive.Viewport.
Ideally, it should be passed to the Viewport by default to save people time figuring out why the onScroll prop is accepted on ScrollArea but has no effect.
... | bug | low | Critical |
2,621,452,786 | godot | ClassDB::_instantiate_internal fails at runtime if GDExtension node be used | ### Tested versions
4.3.dev 4.3.stable 4.4 beta
### System information
Windows 11 - Godot 4.3 - Forward+
### Issue description
Issue is caused by this [line of code](https://github.com/godotengine/godot/blob/08f9cba0fbf27f171dea55de6f8274928b9f0d84/core/object/class_db.cpp#L556).
All classes registered ... | needs testing,topic:gdextension | low | Critical |
2,621,493,293 | godot | Accessing untyped addon scripts cause "method not present on the inferred type "Variant" with "Unsafe Methos Access" set to Error | ### Tested versions
4.3.stable
### System information
Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4070 Laptop GPU (NVIDIA; 31.0.15.4683) - AMD Ryzen 7 7840HS w/ Radeon 780M Graphics (16 Threads)
### Issue description
, and I need a way to add a "return button" for user when he wants to abort that process (and return to the application page).
Iframes doesn't work since some third-party sites use `X-FRA... | type: feature request | low | Minor |
2,621,530,532 | material-ui | [Autocomplete][JoyUI] Autocomplete bug with searching title but displaying value | ### Possible related issue
https://github.com/mui/material-ui/issues/38360
### Search keywords
autocomplete
### Latest version
- [X] I have tested the latest version
### Steps to reproduce
Link to live example: (required)
https://codesandbox.io/p/sandbox/c8v7xf
Steps:
1. Create list of options u... | on hold,package: joy-ui | low | Critical |
2,621,598,134 | godot | Godot Editor does not automatically connect to VCS | ### Tested versions
Reproducible in v4.4.dev3.official [f4af8201b]
Reproducible in v4.4.dev3.mono.official [f4af8201b]
Not reproducible in v4.3.stable.official [77dcf97d8]
### System information
Godot v4.4.dev3.mono - Ubuntu 24.04.1 LTS 24.04 on Wayland - X11 display driver, Multi-window, 1 monitor - OpenGL ... | topic:editor,topic:plugin,needs testing | low | Critical |
2,621,598,858 | godot | Setter not called during duplicate for an exported property referencing an instance of a custom class | ### Tested versions
v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 11 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1660 Ti (NVIDIA; 32.0.15.6094) - Intel(R) Core(TM) i7-9700F CPU @ 3.00GHz (8 Threads)
### Issue description
If a node includes an exported propert... | discussion,topic:core | low | Minor |
2,621,641,614 | PowerToys | When you redefine the color picker shortcut (more than just color picker), the changed shortcut is not displayed in the dashboard | ### Microsoft PowerToys version
0.85.1
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
ColorPicker
### Steps to reproduce

<!-- Uploading "PowerToysReport_2024-10-29-23-37-16.zip"..... | Issue-Bug,Help Wanted,Product-Settings,Cost-Small,Status-Reproducible | low | Minor |
2,621,757,331 | flutter | [Impeller] libImpeller: Provide guidance on text decorations. | Underlines, strikethroughs, and such.
cc @oreflow | P3,e: impeller,team-engine,triaged-engine,e: libimpeller | low | Minor |
2,621,766,886 | Python | Add ART1 algorithm in neural network | ### Feature description
### Description:
This issue aims to implement an Adaptive Resonance Theory (ART1) algorithm for binary data clustering. ART1 is well-suited for unsupervised learning with binary inputs, using a vigilance parameter to determine the clustering threshold. This model will enhance the framework's c... | enhancement | medium | Minor |
2,621,767,104 | pytorch | find_spec does something weird to Python Path when loading modules | ### 🐛 Describe the bug
I tried adding a top level logging import to torch._dynamo module. When I did this, and then I attempt to TORCH_LOGS=dynamo, I end upw ith this error:
```
(/home/ezyang/local/b/pytorch-env) [ezyang@devgpu005.nha1 ~/local/b/pytorch (9b84074e)]$ TORCH_LOGS=dynamo,dynamic,+torch._dynamo.pgo py... | triaged,module: python frontend | 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.