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,677,603,659 | PowerToys | Problems with Taskbar and selecting with the Mouse | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Mouse Utilities
### Steps to reproduce
I've been using PowerToys in its various iterations in Windows for more than a decade. I realize the recent incarnation is new and unrela... | Issue-Bug,Needs-Triage | low | Minor |
2,677,608,751 | go | proposal: testing: add additional data to testing.T.Context | ### Proposal Details
The accepted proposal https://github.com/golang/go/issues/36532 added a Context method to `testing.T`, which is great, but I can think of two straightforward ways to improve its usefulness further:
1. Expose `T.Deadline()` as the deadline for the context. There are (hopefully rare) cases where... | Proposal | low | Minor |
2,677,611,111 | deno | Wasm module importing specifier that can't be resolved is missing referrer in error message | ```wat
;; toolkit.wat
(module
(import "env" "get_time_in_seconds" (func $get_time (result i32)))
(func (export "getValue") (result i32)
call $get_time
)
)
```
```js
// env.ts
function getTimeInSeconds() {
return Date.now() / 1000;
}
export { getTimeInSeconds as get_time_in_seconds };
``... | bug,wasm,dx | low | Critical |
2,677,631,079 | deno | Import map unfurl Wasm module import specifiers on publish | Publishing a module to JSR should unfurl the import specifiers inside a Wasm module. | bug,publish | low | Minor |
2,677,644,738 | next.js | Catch-all route also intercepts and catches static assets and js chunks | ### Link to the code that reproduces this issue
https://github.com/r6203/next-catch-all-bug
### To Reproduce
1. Create a catch-all route
2. run `next dev`
3. go to any static route or js chunk or view server logs to see chunks intercepted
### Current vs. Expected behavior
Having a catch all route at the root o... | bug,Navigation,Runtime | low | Critical |
2,677,660,393 | godot | [4.3] Using color picker in Project Settings doesn't stick | ### Tested versions
Reproducible in 4.3.stable
Not reproducible in 4.2.2.stable, 4.4.dev3
### System information
Godot Engine v4.3.stable.official.77dcf97d8 - https://godotengine.org Vulkan 1.3.250 - Forward+ - Using Device #0: Intel - Intel(R) Iris(R) Xe Graphics
### Issue description
Changing the Default Clear ... | bug,topic:editor,needs testing | low | Critical |
2,677,689,858 | vscode | Find & Replace in Files => Very Slow on Mac |
Type: <b>Bug</b>
After recent upgrade it became super slow. I executed "Find and Replace" action in files, about 200 files, about 400 replacements, it created many "rg" processes on MacOs which slowed Mac for about 5-10 minutes, coplete slowdown!!! It reports that files were processed, but I see "rg" processes very l... | bug,search,perf | low | Critical |
2,677,689,873 | kubernetes | Add support for environment variable resolution in `httpGet` probe paths | Currently, Kubernetes does not support resolving environment variables in `httpGet` probe paths, which limits configuration flexibility.
Expected behavior:
- Allow environment variable interpolation like `path: "$(CONTEXT_PATH)/health/"`
- ~~Support standard shell-like variable substitution syntax~~
Sample conf... | sig/node,kind/feature,needs-triage | medium | Major |
2,677,715,118 | kubernetes | After the kube-scheduler is scheduled, the kubelet only starts ADD after a half-hour interval | ### What happened?
When creating a pod๏ผafter the kube-scheduler is scheduled, the kubelet only starts ADD after a half-hour interval
kube-scheduler.log:
`I1115 04:12:00.190703 10 schedule_one.go:286] "Successfully bound pod to node" pod="kube-system/registry-6cc84d4599-d7v2z" node="master1" evaluatedNodes=1 f... | sig/scheduling,kind/support,needs-triage | low | Critical |
2,677,727,807 | pytorch | torch.compile + Huggingface GenerationMixin | ### ๐ Describe the bug
error: https://gist.github.com/xmfan/7374fab55bdf73ba2501de15dd9de709
```
ValueError: The following `model_kwargs` are not used by the model: ['bos_token_id', 'pad_token_id', 'eos_token_id', 'max_length', 'do_sample', 'top_p', 'top_k', 'temperature', 'num_return_sequences', 'num_beams', 'le... | high priority,triaged,oncall: pt2,module: dynamo | low | Critical |
2,677,727,954 | rust | ICE: `converted TraitPredicate` / ` invalid predicate filter for 'remap_gat_vars_and_recurse_into_nested_projections'` | <!--
[31mICE[0m: Rustc ./a.rs '' 'thread 'rustc' panicked at compiler/rustc_hir_analysis/src/collect/item_bounds.rs:129:25: 'internal error: entered unreachable code: invalid predicate filter for `remap_gat_vars_and_recurse_into_nested_projections`'', 'thread 'rustc' panicked at compiler/rustc_hir_analysis/src/collec... | I-ICE,T-compiler,C-bug,F-const_trait_impl,S-bug-has-test | low | Critical |
2,677,729,599 | electron | [Docs] Page that explains once and for all why a good issue reproduction is necessary | ### 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: | low | Critical |
2,677,744,068 | pytorch | LoweringException: AttributeError: 'Constant' object has no attribute 'get_name' | ### ๐ Describe the bug
repros:
```
import torch
from torchvision.models.regnet import regnet_y_8gf
device = "cuda"
model = regnet_y_8gf(weights=None, progress=True, num_classes=256).to(device)
args = (torch.randn(1, 3, 224, 224, device=device),)
_ = model(*args)
ep = torch.export.export(model, args, s... | oncall: export | low | Critical |
2,677,760,841 | material-ui | [docs][TypeScript] Add examples of how to extend types from MUI components | ### Related page
https://mui.com/material-ui/
### Kind of issue
Other
### Issue description
Let me start by saying that I am using a translator and I hope my message will be understood.
I have always had problems with creating custom components based on MUI components. The problem is the typing of such components... | typescript,support: docs-feedback | low | Minor |
2,677,769,282 | tauri | [bug] run android dev error On Win10 | ### Describe the bug
not work
### Reproduction
_No response_
### Expected behavior
_No response_
### Full `tauri info` output
```text
npm run tauri android init
npm run tauri android dev
```
### Stack trace
Compiling quote v1.0.36
Compiling libc v0.2.155
Compiling cfg-if v1.0.0
... | type: bug,platform: Windows,status: needs triage | low | Critical |
2,677,835,199 | PowerToys | Power-Toys automatically reported error when turn on my computer | ### Microsoft PowerToys version
0.85.1
### Installation method
PowerToys auto-update
### Running as admin
None
### Area(s) with issue?
General
### Steps to reproduce
[PowerToysReport_2024-11-21-06-06-27.zip](https://github.com/user-attachments/files/17839222/PowerToysReport_2024-11-21-06-06-27.zip)
### โ๏ธ Ex... | Issue-Bug,Needs-Triage | low | Critical |
2,677,867,137 | pytorch | DISABLED test_while_loop_schema_gen (__main__.TestHopSchema) | Platforms: asan, linux, rocm, slow, mac, macos
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_while_loop_schema_gen&suite=TestHopSchema&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/33289861152).
... | triaged,module: flaky-tests,skipped,module: functorch | medium | Critical |
2,677,868,148 | kubernetes | Add PermitExtensions in scheduler to control when to admit the Pod binding process | ### What would you like to be added?
Let me introduce our user story first:
we have a model cache platform build on top of kubernetes. In model inference, when a Pod bind nodeName successfully and not started, we need to hang the pod from starting and syncing the model weights the inference pod needed from other ... | sig/scheduling,sig/node,kind/feature,needs-triage,wg/serving | medium | Critical |
2,677,869,856 | pytorch | SEGV in `torch.native_batch_norm` | ### ๐ Describe the bug
Under specific inputs, `torch.native_batch_norm` triggered a crash.
```python
import torch
input = torch.full((8, 3, 7, 3, 7,), 0, dtype=torch.float32)
weight = None
bias = None
running_mean = None
running_var = None
training = False
momentum = 2.71828
eps = 9.87654e+09
output = ... | module: error checking,triaged,module: sanitizers,module: edge cases | low | Critical |
2,677,904,732 | pytorch | Stack trace from pytest is very far away and far too find on some tests | ### ๐ Describe the bug
Sample:
```
2024-11-20T18:12:40.4550185Z =================================== FAILURES ===================================
2024-11-20T18:12:40.4550910Z _ DynamicShapesCppWrapperCpuTests.test_linear_with_pointwise_batch_size_384_in_features_196_out_features_385_bias_True_epilogue_hardsigmoid... | module: ci,triaged,oncall: pt2,module: log classifier | low | Critical |
2,677,917,798 | ui | [bug]: Dropdown menu content & Dropdown menu item having properties error | ### Describe the bug
Type '{ children: Element[]; align: string; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<never>'.
Property 'children' does not exist on type 'IntrinsicAttributes & RefAttributes<never>'.
### Affected component/components
Dropdown Menu
### How to reproduce
1. Install the... | bug | low | Critical |
2,678,023,592 | svelte | Fetching an object from a SveltMap, modifying it, then setting it back does not have obvious behavior | ### Describe the bug
For `$state([])` you can get an object by index, change it and then set it back and this reactively change. My assumption was that the same behavior would work for a `$state(new SvelteMap())` which does not seem to be the case. If you get a value that is an object, modify it and then set it back ... | documentation | low | Critical |
2,678,065,070 | flutter | iOS - The app crashes when entering data into an input field in the WebView | ### Steps to reproduce
I have an issue on iOS when using webview_flutter. After users tap on an input field in the WebView and start typing, the app crashes. Currently, TestFlight provides a crash file, which I have mentioned below.This issue occurs randomly on some devices.
This issue occurs when I use Flutter 3... | a: text input,c: crash,platform-ios,p: webview,package,a: release,team-ios,fyi-text-input | medium | Critical |
2,678,140,546 | ant-design | StyleProvider CSS ้ป่พๅฑๆง ้็บง้ฎ้ข๏ผๆๆฒกๆๅๆณ๏ผ้็บง DatePicker ๅผนๅบไฝ ไปฌantd่ชๅธฆ็ๅ
่ๆ ทๅผ: inset | ### What problem does this feature solve?
https://ant.design/docs/react/compatible-style-cn
### What does the proposed API look like?
import { legacyLogicalPropertiesTransformer, StyleProvider } from '@ant-design/cssinjs';
// `transformers` ๆไพ้ขๅค็ๅ่ฝๅฐๆ ทๅผ่ฟ่ก่ฝฌๆข
export default () => (
<StyleProvider transfor... | improvement | low | Major |
2,678,164,353 | vscode | Can't launch additional windows via `code` from cli. | The Preview On Github button from the built-in issue report window wasn't working so I manually copied the info over. Sorry if the formatting is not exactly as expected.
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version:
- Version: 1.95.3
Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813
... | bug,workbench-os-integration,issue-reporter | low | Critical |
2,678,213,359 | pytorch | Addmm is not always better than add + mm | ### ๐ Describe the bug
I met a performance problem when training GPT-3-like models, which contain matrix multiplication like [b, 12288] @ [12288, 36864] (QKV) and [b, 12288] @ [12288, 49152] (FFN). And I found out that the MFU of matrix multiplication here is pretty low. So I went deeper and found out a strange phe... | module: performance,triaged,matrix multiplication | low | Critical |
2,678,268,360 | langchain | DOC: What is the maximum chunk size returned from SemanticChunker.split_documents() | ### URL
_No response_
### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included a link to the documentation page I am referring to (if applicable).
### Issue with current documentation:
I need to know on the maximum chunk size that can be return from SemanticChunker.split_documents() for... | ๐ค:docs | low | Minor |
2,678,313,407 | transformers | When set num_beams in GenerationConfig, stop_strings parameter has no effect | ### System Info
huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...
To disable this warning, you can either:
- Avoid using `tokenizers` before the fork if possible
- Explicitly set the environment variable TOKENIZERS_PARALL... | bug | low | Major |
2,678,328,201 | pytorch | Implement ADOPT Optimizer into torch.optim module | ### ๐ The feature, motivation and pitch
I came across a newly published optimization method described in the paper [ADOPT: Modified Adam Can Converge with Any ฮฒ2 with the Optimal Rate](https://arxiv.org/pdf/2411.02853), which demonstrates impressive performance improvements. Does the PyTorch team have any plans to ... | module: optimizer,triaged,enhancement | low | Major |
2,678,342,063 | pytorch | [dynamo] Better support for dict subclasses | ### ๐ Describe the bug
We should go through all methods on dict, and check that they are supported with dict subclasses - https://docs.python.org/3/library/stdtypes.html#dict
For starter, lets make the following test pass.
I am not sure if we can support mutations on dict subclasses.
```
diff --git a/tes... | high priority,triaged,oncall: pt2,module: dynamo,dynamo-user-empathy-day,dynamo-triage-june2024 | low | Critical |
2,678,413,066 | flutter | [google_maps_flutter] When drawing polygons, there is a lagging across the application. | ### Steps to reproduce
1. I defined my polygons list of type Set<Polygon> to the GoogleMap widget.
2. When the polygons data is completed, I update the state.
3. While drawing polygons, a lag occurs and lasts for a few seconds.
https://github.com/user-attachments/assets/d3f97724-bcc6-4d5b-839d-fcf182ca8044
### C... | c: performance,p: maps,package,perf: speed,team-ecosystem,has reproducible steps,P2,triaged-ecosystem,found in release: 3.24,found in release: 3.27 | low | Critical |
2,678,439,115 | pytorch | Floating point exception (core dumped) in `scaled_dot_product_attention` | ### ๐ Describe the bug
Under specific inputs, `scaled_dot_product_attention` triggered a crash.
```python
import torch
query = torch.full((0,1,7,2,8,9,0,0,3,), 0, dtype=torch.half)
key = torch.full((0,0,7,), 0, dtype=torch.half)
value = torch.full((0,0,7,0,9,9,2,8,), 0, dtype=torch.half)
attn_mask = None
dro... | module: crash,module: error checking,triaged,module: edge cases,module: empty tensor,topic: fuzzer,module: sdpa | low | Critical |
2,678,451,564 | pytorch | Floating point exception (core dumped) in `_scaled_dot_product_flash_attention_for_cpu` | ### ๐ Describe the bug
Under specific inputs, `_scaled_dot_product_flash_attention_for_cpu` triggered a crash.
By analyzing the results of ASAN, I think it may be different from the cause of #141218
```python
import torch
query = torch.full((7,9,0,7,), 0, dtype=torch.half)
key = torch.full((7,7,0,7,), 0, dt... | module: crash,triaged,module: edge cases,module: empty tensor,topic: fuzzer,module: sdpa | low | Critical |
2,678,462,231 | flutter | Missing locales for lzh, nan, yue in 'gen_l10n_types' | ### Steps to reproduce
1. Go to `packages/flutter_tools/lib/src/localizations/gen_l10n_types.dart`
2. Find `final Set<String> _iso639Languages = <String>{`
3. `lzh`, `nan`, `yue` were not listed
4. Go to [IANA Language Subtag Registry](<https://www.iana.org/assignments/language-subtag-registry/language-subtag-reg... | tool,framework,a: internationalization,P2,team-tool,triaged-tool | low | Minor |
2,678,553,843 | rust | [LoongArch] SIMD intrinsics not fully inlined in caller with target feature globally enabled | I tried this code:
```rust
#![feature(stdarch_loongarch)]
use std::arch::loongarch64::*;
pub unsafe fn simd(s: i32) -> i32 {
lsx_vpickve2gr_b::<0>(lsx_vreplgr2vr_b(s))
}
```
```sh
rustc --crate-type lib -C opt-level=3 --emit llvm-ir -o lsx.ll lsx.rs
```
I expected to see this happen:
The `lsx` intrinsics are i... | A-LLVM,T-compiler,A-SIMD,C-bug,llvm-fixed-upstream,O-loongarch | low | Critical |
2,678,624,394 | pytorch | torch.nn.functional.conv2d computes incorrect output when dilation>1 and dtype=torch.float64 on Windows | ### ๐ Describe the bug
On Windows builds of PyTorch >=2.4.0, there seems to be a bug in `torch.nn.functional.conv2d` when handling `dilation` together with `float64`.
Code:
```
x = torch.ones(2, 1, 8, 8)
w = torch.ones(4, 1, 3, 3)
print(torch.nn.functional.conv2d(x, w, dilation=2).max())
print(torch.nn.functi... | high priority,module: binaries,module: windows,module: convolution,triaged,module: correctness (silent),module: intel | low | Critical |
2,678,627,964 | PowerToys | PowerToys Run: Doesn't show container in VSCode Workspaces | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
The container doesn't show up in VSCode Workspaces

Only r... | Issue-Bug,Needs-Triage | low | Minor |
2,678,645,102 | kubernetes | daemonset rolling update stuck | ### What happened?


I found that daemonset was stuck during the rolling upgrade, and one pod was not updated.
Or the numberUnavailabl... | kind/bug,sig/apps,needs-triage | low | Critical |
2,678,668,564 | PowerToys | [Power Toys-System Tool >Text Extractor]: Name is not defined for the Cancel icon button on Power Toy Text Extractor. | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
None
### Area(s) with issue?
TextExtractor
### Steps to reproduce
**Test Environment:**
**OS Build:** Windows 11 version Dev (OS Build 27749.1000)
**Application:** Power toys version: v0.86.0
**Screen read... | Issue-Bug,Resolution-Fix Committed,Area-Accessibility,A11yE+D,A11ySev3,A11yWCAG,Product-Text Extractor | low | Minor |
2,678,696,436 | PowerToys | [Power Toys-System Tool >Text Extractor]: When navigating to the 'Select Language' combo box, the screen reader does not announce the currently selected language. | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
None
### Area(s) with issue?
TextExtractor
### Steps to reproduce
**Test Environment:**
**OS Build:** Windows 11 version Dev (OS Build 27749.1000)
**Application:** Power toys version: v0.86.0
**Screen read... | Issue-Bug,Resolution-Fix Committed,Area-Accessibility,A11yE+D,A11ySev3,A11yWCAG,Product-Text Extractor | low | Minor |
2,678,709,937 | react-native | InputAccessoryView stopped working with multiple Inputs using the same inputAccessoryViewID | ### Description
After upgrading the project to Expo 52 I discovered, that the InputAccessoryView stopped working, if there are multiple TextInputs, that share the same inputAccessoryViewID.
For clarity, I reproduced the issue in the snack.expo.dev directly in the example on InputAccessoryView.
If you run the exa... | Component: InputAccessoryView,Needs: Triage :mag: | low | Major |
2,678,821,676 | PowerToys | [Power Rename] Use Date Modified rather than Date Created | ### Description of the new feature / enhancement
Use Date Modified rather than Date Created
Even better, add an option and/or regex flag to specify which date is to be used.
Date Created is the least useful of all the likely available dates in my experience. It is usually the date the file was created on the current... | Needs-Triage | low | Minor |
2,678,822,654 | rust | Using `Release` in the `store` operation for `make_mut` just prevent out-of-thin-air value? | In https://doc.rust-lang.org/src/alloc/sync.rs.html#2267, the `make_mut` is implemented as
````rust
if this.inner().strong.compare_exchange(1, 0, Acquire, Relaxed).is_err(){
// ...
}else if this.inner().weak.load(Relaxed) != 1 { // #0
//...
}else{
this.inner().strong.store(1, Release); // #1
}
````
while `upgrad... | T-libs,C-discussion,A-atomic | low | Minor |
2,678,945,628 | langchain | Can't import ChatOpenAI: The `__modify_schema__` method is not supported in Pydantic v2. | ### 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 ... | investigate,โฑญ: core | low | Critical |
2,678,948,641 | langchain | DOC: Docs describe FAISS get_by_id but it isn't implementd | ### URL
https://python.langchain.com/api_reference/community/vectorstores/langchain_community.vectorstores.faiss.FAISS.html#langchain_community.vectorstores.faiss.FAISS.get_by_ids
### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included a link to the documentation page I am referring to (... | ๐ค:docs,investigate | low | Minor |
2,678,999,877 | next.js | Server action - Internal error not handled if middleware is used Server action does not finish request on file size exceeded error | ### Link to the code that reproduces this issue
https://github.com/liri2006/next-file-upload-issue
### To Reproduce
1. Ensure app uses middleware.ts file
2. Start the app
3. Upload file > 1mb
4. Submit form
5. Check Network tab in browser
### Current vs. Expected behavior
Expected:
Error is returned to the cl... | bug,Middleware,Runtime | low | Critical |
2,679,023,689 | excalidraw | Add additional characters to Excalifont | Let's gather here characters Excalifont is missing and should be considered to be added in the future:
- Kyrgyz: https://github.com/excalidraw/excalidraw/discussions/8810 | enhancement,font | low | Minor |
2,679,027,838 | excalidraw | UI scaling | I would like to have different scaling for excalidraw ui like idk maybe it happened after some update but now excalidraw ui is too big it auto scales with my obsidian ui but the thing is i have bad eyes and i need big obsidian ui so i can read but the excalidraw ui is too big and covers large area. I think we should ha... | enhancement,UX/UI | low | Minor |
2,679,062,929 | flutter | Upgrade dependency of camera_android_camerax to support 16 KB memory page size | ### What package does this bug report belong to?
camera
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependency versions
<details><summary>pubspec.lock</summary>
```lock
camera_android_camerax:
dependency: transitive
descriptio... | platform-android,p: camera,package,P2,team-android,triaged-android | low | Critical |
2,679,064,391 | vscode | Status bar tooltip - add support for specifying a list of commands | It would be nice if extensions would be able to specify a list of commands which would then be passed on to the HoverService so that they are rendered in the hover status bar. | help wanted,feature-request,api,workbench-status | low | Minor |
2,679,069,925 | pytorch | FPE in `torch._scaled_dot_product_attention_math` | ### ๐ Describe the bug
Under specific inputs, `torch._scaled_dot_product_attention_math` triggered a crash.
```python
import torch
query = torch.full((1,2,8,3,1,1,0,9,), 0, dtype=torch.float)
key = torch.full((0,3,7,1,1,2), 0, dtype=torch.float)
value = torch.full((6,0,1,3,), 0, dtype=torch.float)
attn_mask =... | module: crash,triaged,module: edge cases,module: empty tensor,module: sdpa | low | Critical |
2,679,086,348 | langchain | PydanticUserError: `ConversationSummaryBufferMemory` is not fully defined; you should define `BaseCache`, then call `ConversationSummaryBufferMemory.model_rebuild()`. | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is ... | ๐ค:bug,investigate | low | Critical |
2,679,098,999 | rust | Tracking Issue for `const_array_each_ref` | Feature gate: `#![feature(const_array_each_ref)]`
This is a tracking issue for supporting the `each_ref` and `each_mut` methods in `[T; N]` in constant expressions.
### Public API
```rust
impl<T, const N: usize> [T; N] {
pub const fn each_ref(&self) -> [&T; N];
pub const fn each_mut(&mut self) -> [&mut T; N... | T-libs-api,C-tracking-issue | low | Minor |
2,679,099,085 | excalidraw | Saving to the same file leads to data loss | **Reproduction**
1. save "old scene"
2. delete all elements (to start from scratch)
3. press ctrl + s
**Actual result**
- Backed up "old scene" got just overridden | discussion | low | Critical |
2,679,158,873 | pytorch | `torch.cond` example raises an AssertionError due to wrong return values from `true_fn` inside class | ### ๐ The doc issue
Hi folks,
I noticed that the examples for data-dependent control flow raises an error with the example test case (using the `DynamicShapeCondPredicate(nn.Module)` class [here](https://pytorch.org/docs/stable/cond.html#examples).
Should the function `true_fn()` inside `forward()` actually rea... | oncall: pt2,oncall: export,module: pt2-dispatcher | low | Critical |
2,679,160,645 | flutter | Keyboard cover SearchAnchor list results | ### Steps to reproduce
- Run the code example bellow.
- Notice the suggestionsBuilder has 30 `ListTile`, but when scrolling you can't reach the last one which is number 30. Of course when keyboard is visible
### Expected results
Last element in the suggestionsBuilder list should always be visible. even when the ke... | a: text input,framework,f: material design,has reproducible steps,P2,team-design,triaged-design,found in release: 3.24,found in release: 3.27 | low | Major |
2,679,169,084 | PowerToys | C:\Users\DELL\AppData\Local\Microsoft\PowerToys\PowerToys Run\Logs\0.85.1.0\2024-11-21.txt | ### Microsoft PowerToys version
0.85.1.0
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
Version: 0.85.1.0
OS Version: Microsoft Windows NT 10.0.22631.0
IntPtr Length: 8
x64: True
Date: 2024/11/21 19:33:41
Exception:
System.OutOfMemoryExce... | Issue-Bug,Product-PowerToys Run,Needs-Triage | low | Minor |
2,679,184,725 | go | cmd/compile: implement type-based alias analysis | ### Go version
go version devel go1.24-3ca78afb3b Mon Nov 18 04:56:52 2024 +0000 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'
... | Performance,NeedsInvestigation,compiler/runtime | low | Critical |
2,679,195,100 | tauri | [bug] tauri ios dev error | ### Describe the bug
I installed tauri2.0beta a few months ago and it worked great. This week I wanted to try the official version of tauri2.0. I installed the latest rust language, then created a Demo with `yarn create tauri-app` command, then created an ios project with `yarn tauri ios init`, and added the `devel... | type: bug,status: upstream,platform: macOS,status: needs triage | low | Critical |
2,679,201,719 | storybook | "View external storybook" & "Read composition docs" controls are not accessible using keyboard in Windows and Mac. | ### Describe the bug
Title: "View external storybook" & "Read composition docs" controls are not accessible using keyboard in Windows and Mac.
User Impact:
Keyboard users, including those with motor disabilities or who rely on assistive technologies, will be unable to interact with these controls, impacting their ab... | bug,help wanted,accessibility | low | Critical |
2,679,211,504 | go | os: TestRootConsistencyLstat/dotdot_in_path_after_symlink failures [consistent failure] | ```
#!watchflakes
default <- pkg == "os" && test == "TestRootConsistencyLstat/dotdot_in_path_after_symlink"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8730669498615587937)):
=== RUN TestRootConsistencyLstat/dotdot_in_path_after_symlink
root_test.... | NeedsInvestigation | low | Critical |
2,679,259,007 | react | Cannot read properties of undefined (reading 'getStackAddendum') | After building the application on the production version I get the error Cannot read properties of undefined (reading 'getStackAddendum'). I have split the application into microfronts that are linked using the webpack module federation.
The error here is because ReactDebugCurrentFrame is undefined.
The problem ... | Status: Unconfirmed,Resolution: Needs More Information | low | Critical |
2,679,259,662 | next.js | The children of parallel routes page is displayed incorrectly when using browser navigation | ### Link to the code that reproduces this issue
https://github.com/vercel/next-app-router-playground
### To Reproduce
1. Open the url: https://app-router.vercel.app/patterns/breadcrumbs
2. The [Home] tab's children is 'Shared server-side UI that depends ....'
3. Click the [Electronics] tab, this tab's children is ... | bug | low | Minor |
2,679,269,613 | bitcoin | Avoid internet traffic from tests | ### Current behaviour
Tests should not try to open connections to the internet because:
* they may succeed or fail unpredictably, depending on external environment
* are slow
* dox the developer to their ISP that they are running Bitcoin Core tests
### Expected behaviour
Tests should only open local connections (e.... | Tests | low | Major |
2,679,309,310 | pytorch | Potential decode errors using the MSVC compiler in windows platforms | ### ๐ Describe the bug
Problem description:
I am using unofficially supported triton to enable the torch.complite() feature on Windows.
https://github.com/woct0rdho/triton-windows
As far as I know, it attempts to compile using MSVC on Windows.
I encountered the same error:https://github.com/pytorch/pytorch/is... | module: windows,triaged,oncall: pt2,module: inductor | low | Critical |
2,679,317,687 | svelte | Add aria-description to HTML Attributes | ### Describe the bug
Using `aria-description` triggers the `unknown property` warning.
Aria description is global and should apply to all HTML tags: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes#global_aria_attributes
Aria-description serves the same purpose as aria-described. How... | types / typescript,a11y | low | Critical |
2,679,319,461 | next.js | Backport request: Server action that fails in middleware fails silently | ### Link to the code that reproduces this issue
https://github.com/nphmuller/next-server-action-middleware-error
### To Reproduce
1. `npm run dev`
2. Click button
Code from repro:
middleware.ts:
```
export default async function Middleware(request: NextRequest) {
if (request.method === "POST") {
... | bug,Middleware,Runtime | low | Critical |
2,679,344,531 | vscode | Disabling smooth scrolling doesn't work | <!-- โ ๏ธโ ๏ธ 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,editor-scrollbar | low | Critical |
2,679,351,832 | go | x/tools/gopls/internal/test: spurious failures due to EBADF on netbsd/arm | ```
#!watchflakes
default <- pkg ~ `golang.org/x/tools/gopls/internal/test` && `bad file descriptor` && goos == "netbsd" && goarch == "arm"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8730748669696124305)):
=== RUN TestPackageCompletion/package_c... | OS-NetBSD,NeedsInvestigation,Tools | low | Critical |
2,679,429,883 | rust | Nightly-only cfg gating like `#[cfg(target_has_atomic)]` is confusing | EDIT: this is *intended* that `cfg(target_has_atomic)` is nightly-only (not feature-gated), but I find it still very confusing.
---
Note that `#[cfg(target_has_atomic)]` is not to be confused with `#[cfg(target_has_atomic = "8")]`.
Given a snippet (just `rustc --crate-type="lib"`, no additional `--cfg` flags)
```rs... | C-enhancement,A-stability,T-compiler,requires-nightly,A-cfg | low | Major |
2,679,463,220 | pytorch | Enable CI and Build Support for PyTorch on PPC64LE Architecture | **Description:**
We propose extending PyTorch support to the POWER/PPC64LE architecture to facilitate builds and CI workflows tailored to this platform.
**Background:**
1. We forked the pytorch/pytorch repository and successfully generated and tested wheels using a self-hosted CI runner on an OSU PPC64LE machine... | module: build,triaged,enhancement,module: POWER | low | Minor |
2,679,478,244 | next.js | I can't run "next-translate" example. Page 404 error. | ### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
# This is a non-commercial version of StackBlitz.
# If youโre using this for business purposes, please purchase a license here.
~/projects/kkviljzkwp.github
โฏ npm ins... | Upstream,examples | low | Critical |
2,679,497,733 | vscode | Terminal suggest: Support resolving environment variables in directories | This is somewhat shell-dependent:
- We want `cd $HOME` to show the actual home directory on the right side. Currently our pwsh support doesn't do this:

But it does resolve the actual path and show it for `.` and `..`:
![... | feature-request,terminal-suggest | low | Minor |
2,679,530,753 | transformers | Offline mode doesn't work with models that require `trust_remote_code=True` | ### System Info
Google Colab:
- `transformers` version: 4.46.3
- Platform: Linux-6.1.85+-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.26.2
- Safetensors version: 0.4.5
- Accelerate version: 1.1.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.5.1+cu121 (False)
- ... | bug | low | Critical |
2,679,532,284 | vscode | [Remote-SSH] Extension Host with Copilot Fails on VS Code 1.95.3 but Works on 1.93.0 |
Type: <b>Bug</b>
### Description
We are encountering an issue with the GitHub Copilot extension when using Visual Studio Code with Remote-SSH on an HPC login node. The extension works flawlessly with VS Code 1.93.0 (4849ca9bdf9666755eb463db297b69e5385090e3) but fails on VS Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43ef... | upstream,remote,nodejs,mitigated | medium | Critical |
2,679,534,045 | PowerToys | Magnifier | ### Description of the new feature / enhancement
WIth magnifier, users can view tiny text written on image files in a pdf.
### Scenario when this would be used?
There's a text on an image but i can't zoom into the image because it is in a pdf file, if you zoom in on the browser, the image doesn't zoom in along, unl... | Needs-Triage | low | Minor |
2,679,647,364 | vscode | Terminal suggest: Fork fig into our own repository | We've been experimenting with https://github.com/withfig/autocomplete for a while and the way we're thinking of going forward is to fork the fig autocompletions into our own repo and serve our own npm module. The reasons for this approach are:
- Fig has become not very active since the company behind it was acquired, ... | feature-request,terminal-suggest | low | Minor |
2,679,657,754 | pytorch | test_fsdp_tp_integration fails for non-power-of 2 GPUs | ### ๐ Describe the bug
Running the `test_fsdp_tp_integration` with a number of GPUs that is (likely) not a power of 2 fails with e.g.:
```
torch.testing._internal.common_distributed: [ERROR] File "/dev/shm//pytorch/test/distributed/fsdp/test_fsdp_tp_integration.py", line 157, in _sync_tp_grads
torch.testing._int... | oncall: distributed | low | Critical |
2,679,657,839 | react | Bug: Problem with StrictMode in development (useEffect + useRef/Memo). useEffect ignores first value of useRef/Memo and uses second twice | React version 18.3.1
StrictMode renders everything twice. and if the useRef value changes on the second render useEffect uses second version of useRef twice.
That can cause some memory leaks during development and unexpected behavior for useEffect
```ts
export function useTestHook() {
const value = useRef(Math... | Status: Unconfirmed | medium | Critical |
2,679,662,041 | go | x/mobile: go mobile bind, SIGSYS crash on older Android versions | ### Go version
go version go1.23.2 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/root/.cache/go-build'
GOENV='/root/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCAC... | NeedsInvestigation,mobile | low | Critical |
2,679,663,243 | deno | Add support to test remote scripts, similar to "deno run https://examples.deno.land/hello-world.ts", but "deno test". | It should be really nice to run remote tests, like: `deno test -A https://example.com/my_test.ts`
Could this be added to Deno?
Tanks. | suggestion,help wanted,testing | low | Minor |
2,679,682,334 | flutter | [google_maps_flutter_web] Ability to animate camera with duration | ### Use case
User should be able to configure camera update duration on Web platform.
PR https://github.com/flutter/packages/pull/7648 adds support to control camera animation duration to google_maps_flutter_platform_interface and adds implementation for Android and iOS.
Related to #39810
### Proposal
Ma... | c: new feature,p: maps,platform-web,package,c: proposal,P1,team-web,triaged-web | medium | Minor |
2,679,786,009 | flutter | [go_router_builder] while canPop hangs in infinite loop starting from v14.0.0 | ### Steps to reproduce
Hi @ValentinVignal
Unfortunately I do not have repro steps.
I tried to reproduce but failed to create small demo.
2 things I know for sure
1. The bug happens starting exactly from v14.
2. If I comment this line in `route_data.dart` the bug disappears.
```
return GoRoute(
... | platform-web,package,has reproducible steps,P1,p: go_router_builder,team-go_router,triaged-go_router,found in release: 3.24,found in release: 3.27 | medium | Critical |
2,679,822,680 | pytorch | Updating from torch 2.0 to 2.1/2.2/2.3/2.4/2.5 results in gradient explosion with SDPA and bf16 | ### ๐ Describe the bug
We are training a huggingface transformer using pytorch native SDPA and the huggingface Trainer. We recently upgraded from torch 2.0, and found that **this change alone** caused our training runs to diverge.
We cannot upload any images and unfortunately are unable to share code since it i... | triaged,module: sdpa | low | Critical |
2,679,831,941 | godot | Behavior is different for Move, Rotate and Scale when trying to use them on a selection that only includes controls in a container. | ### Tested versions
Godot v4.4.dev4
### System information
Fedora Linux 40 (KDE Plasma) on Wayland - X11 display driver, Multi-window
### Issue description
Behavior is different for Move, Rotate and Scale when trying to use them on a selection that only includes controls in a container.
**Move mode** displays a ... | bug,topic:editor,topic:gui | low | Minor |
2,679,834,686 | PowerToys | Calculator stopped supporting scientific notation as lower case (2e9 vs 2E9) | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store, PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
Scientific notation only works with uppercase E now. Lowercase used to work.
I could swear "1e9/20" would give me 50000000 u... | Issue-Bug,Status-In progress,Run-Plugin | low | Minor |
2,679,837,164 | vscode | Task API for `ShellExecutionOptions.env` type does not support `undefined` values |
Type: <b>Bug</b>
The `TerminalOptions.env` API supports environment variable values that include both `string | undefined`.
The ask is for this to match the TerminalOptions API.
Usage:
We plan on using this in the Python extension where users can contribute environment variables via `.env` files. We want to make su... | bug,api,tasks | low | Critical |
2,679,856,276 | flutter | Unable to change Radio() widget fillColor with ThemeData.radioTheme | ### Steps to reproduce
One cannot define a Theme for a Radio button widget which changes the `fillColor` :
```dart
Theme(
data: ThemeData(
radioTheme: RadioThemeData(
fillColo... | framework,f: material design,good first issue,P2,team-design,triaged-design,f: theming | low | Major |
2,679,869,416 | pytorch | Draft mode export coloring is unreadable on white terminal | ### ๐ Describe the bug
Sample:
<img width="1420" alt="image" src="https://github.com/user-attachments/assets/1a1c0654-5b08-4298-a4c3-3d7b1af76f90">
### Versions
main
cc @chauhang @penguinwu @avikchaudhuri @gmagogsfm @zhxchen17 @tugsbayasgalan @angelayi @suo @ydwu4 | oncall: pt2,oncall: export | low | Critical |
2,679,877,208 | pytorch | ExportedModule default print of graph signature is unreadable | ### ๐ Describe the bug
It looks like this:
```
Graph signature: ExportGraphSignature(input_specs=[InputSpec(kind=<InputKind.PARAMETER: 2>, arg=TensorArgument(name='p_pos_embed_height'), target='pos_embed_height',
persistent=None), InputSpec(kind=<InputKind.PARAMETER: 2>, arg=TensorArgument(name='p_pos_embed_wid... | oncall: pt2,oncall: export | low | Critical |
2,679,907,650 | vscode | Feature Request: Ability to Set Different Zoom Levels for Each Editor Group or Window | Hello,
Iโd like to request a feature that allows users to set different zoom levels (or scaling) for each editor group or window in VS Code. Currently, the zoom level applies globally to the entire editor, which can be limiting when working with split editors or multiple groups, especially for users with different vis... | feature-request,zoom,workbench-editors | medium | Critical |
2,680,023,700 | terminal | docker-desktop added to the drop-down menu | ### Windows Terminal version
1.22.3232
### Windows build number
10.0.19045.0
### Other Software
_No response_
### Steps to reproduce
- check menu
### Expected Behavior
- `docker-desktop` not added to the menu
### Actual Behavior
- `docker-desktop` in the drop-down menu | Product-WSL,Resolution-External,Needs-Tag-Fix | low | Minor |
2,680,037,314 | vscode | Terminal suggest: The `.` builtin should explain what it is in the description | When we show `.` as a command like this:

We should explain that it's an alias for `source`. This is a little nicety to make using the terminal a little easier | bug,terminal-suggest | low | Minor |
2,680,041,900 | next.js | Renaming the distDir and using "output: export" seems to render "npm run start" unusable | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/npm-run-start-broken-t9z2fd
### To Reproduce
1. I start clean by deleting both the `.next` and `build` folders if present.
2. Run the "build" task; this runs `npm run build` which runs `next build`
3. `.next` and `build` folders are cr... | bug | low | Critical |
2,680,070,715 | pytorch | Need to also assert on replacements for unbacked symbols | ### ๐ Describe the bug
```
for i0 in new_unbacked_defs:
ras = self.ras_by_symbol.pop(i0, [])
# NB: size-like not needed, we won't retrace
vr = shape_env.var_to_range[i0]
if not shape_env._default_unspecified_value_range().issubset(vr):
... | triaged,oncall: pt2,module: dynamic shapes | low | Critical |
2,680,074,261 | PowerToys | Make MouseWithoutBorders connections dialog useful | ### Description of the new feature / enhancement
Currently the connections dialog is just a few boxes with seemingly random colour borders.
When it doesn't connect, the colours change - that tells me nothing.
Give me an error message that I can do something about.
Make the "Refresh Connections" button actually conn... | Needs-Triage | low | Critical |
2,680,093,214 | flutter | RenderParagraph should use an aliased/hard-edge clip rect for overflow removal. | Context: https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/rendering/paragraph.dart#L899-L909
Even with Impeller, a hard edge clip rect is slightly faster than an anti-aliased clip rect. fidelity will still be OK for overflow handling via a hard edge clip.
This should change to:
```dar... | P2,team-framework,triaged-framework | low | Minor |
2,680,102,470 | TypeScript | Generic function passed to generic function inferred correctly only with spread | ### ๐ Search Terms
generic function spread regression inference
### ๐ Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about generics
### โฏ Playground Link
https://www.typescriptlang.org/play/?ts=5.8.0-dev.20241121#code/KYDwDg9gTgLgBDAnmYcByEA... | Help Wanted,Possible Improvement | low | Minor |
2,680,115,126 | angular | Cyclic imports of components need better error messages | ### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
This was already reported before, but not with the intent of making the error message better:
https://github.com/angular/angular/issues/54092
Below, I posted a reproduction that wasn't provided back then.... | area: core | low | Critical |
2,680,283,244 | flutter | [Impeller] Uneven letter spacing when text is scaled | ### Steps to reproduce
Scaling using textScaler parameter in a Text widget looks nice, but a Text widget inside a Transform widget does not.
Tested on macOS.
### Expected results
How it looks in Skia:
<img width="250" alt="textscaling-skia" src="https://github.com/user-attachments/assets/91fd1db3-38d1-4db8-8db2-... | engine,c: rendering,has reproducible steps,P1,e: impeller,team-engine,triaged-engine,found in release: 3.24,found in release: 3.27 | medium | 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.