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,603,261,645 | flutter | Add FML utility to fetch page sizes. | There are multiple spots in the engine where using the notion of a page size is useful for allocations. But since there is no portable way of getting the page size from FML, 4096 is assumed. Add the portable page size retrieval method to FML. | c: new feature,P2,team-engine,triaged-engine | low | Minor |
2,603,266,351 | flutter | Pass --quiet to run_tests.py invocations. | For potentially easier to parse CI logs. | engine,P2,team-engine,triaged-engine | low | Minor |
2,603,268,741 | godot | Vulkan Validation Errors in Canvas2D on launch | ### Tested versions
4.4-master
### System information
Godot v4.4.dev (44fa552343722bb048e2d7c6d3661174a95a8a3c) - Ubuntu 24.04.1 LTS 24.04 on X11 - X11 display driver, Multi-window, 2 monitors - Vulkan (Mobile) - dedicated AMD Radeon RX 6800 XT (RADV NAVI21) - AMD Ryzen 9 5900X 12-Core Processor (24 threads)
... | bug,topic:rendering,topic:2d | low | Critical |
2,603,281,358 | pytorch | Sequence Ops usage when exporting embedding bag into onnx | ### 🐛 Describe the bug
```
import torch
model = torch.nn.EmbeddingBag(num_embeddings=49157, embedding_dim=32, mode="sum")
a = torch.tensor([[39906]]).long()
example_args = (a,)
model_eval = model.eval()
torch.onnx.export(model_eval, example_args, "demo_embedding_bag_dynamo.onnx", dynamo=True)
```
Descript... | module: onnx,triaged,module: embedding | low | Critical |
2,603,310,790 | kubernetes | Feature Request: Generate a Kubernetes Release Artifact On Releases That Lists Feature Gate Default Enalbed/Disabled status | ### What would you like to be added?
This issue requests adding a new release artifact that lists the feature gates in a release and whether they are enabled / disabled by default.
If we had this, it would help k/website code verify that the machine readable feature gate metadata are correct - see https://github.... | sig/api-machinery,kind/feature,sig/release,triage/accepted | low | Major |
2,603,353,609 | opencv | OBJECT FILE PROTOBUF is not built in static link with the 3rdparty libs | ### System Information
Hi, I am building opencv with these options:
`cmake ..
-D CMAKE_TOOLCHAIN_FILE=../platforms/linux/rockship.toolchain.cmake
-D CMAKE_VERBOSE_MAKEFILE=ON
-D CMAKE_GENERATE_PKGCONFIG=YES
-DBUILD_LIST=core,highgui,improc,video,photo,features2d,videoio,imgcodecs
-D BUILD_SHARED_LI... | bug,question (invalid tracker),category: build/install | low | Critical |
2,603,356,914 | electron | Electron apps stop redrawing | ### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [x] I have searched ... | platform/linux,bug :beetle:,30-x-y | medium | Critical |
2,603,364,163 | go | x/telemetry: consolidate uploading and merging time horizons | Right now, we have a nightly job that produces merged reports (those available at telemetry.go.dev/data) for the last 8 days. Yet the client may upload data for the last 21 days.
This has a few problems:
- 21 days is too ~short~long. ~We typically care about "28 day users", so should probably accept uploads up to 2... | NeedsFix,telemetry | low | Minor |
2,603,424,394 | go | proposal: net/http: non-seekable analogue to ServeContent | ### Proposal Details
The function `net/http.ServeContent` requires its `content` parameter to implement the `Seek` method. However, most of the functionality of `ServeContent` does not require `Seek` functionality.
I've recently had to serve some non-seekable streams, and I've had to reimplement much of the functi... | Proposal | low | Major |
2,603,485,640 | Python | Avoid log(0) in KL divergence | ### Repository commit
03a42510b01c574292ca9c6525cbf0572ff5a2a5
### Python version (python --version)
Python 3.10.15
### Dependencies version (pip freeze)
absl-py==2.1.0
astunparse==1.6.3
beautifulsoup4==4.12.3
certifi==2024.8.30
charset-normalizer==3.4.0
contourpy==1.3.0
cycler==0.12.1
dill==0.3.9
dom_toml... | bug | low | Major |
2,603,490,216 | svelte | Snippet doesn't satisfy the Snippet type, apparently | ### Describe the bug
In a class, I have the following overload:
```typescript
show(content: string | Snippet): void;
```
This is a SvelteKit project that produces an NPM library package. When the project is built, the `dist` folder contains:
```typescript
show(content: string | Snippet): void;
``... | types / typescript | low | Critical |
2,603,494,953 | godot | Editor UI Does not Update | ### Tested versions
- Reproducible in v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA RTX A500 Laptop GPU (NVIDIA; 31.0.15.3878) - 13th Gen Intel(R) Core(TM) i7-1370P (20 Threads)
### Issue description
Most of the UI does not... | bug,topic:editor,needs testing | low | Critical |
2,603,536,269 | vscode | Chat Scroll Down button has no visible text in light theme | 
| bug,panel-chat | low | Minor |
2,603,540,421 | vscode | Multiline cursor using ALT-Up and Down on number pad causes character to display after releasing keys |
Type: <b>Bug</b>
If you use ALT-Down or Alt-Up on number pad to create a multi-line cursor, the editor displays an alt character for each line that the cursor extends into once the keys are relased. This only occurs when you use the number pad arrow keys. It does not occur when you use the dedicated arrow keys on ... | bug,editor-multicursor | low | Critical |
2,603,562,386 | pytorch | Contribution Proposal: ScatterND Implementation for PyTorch | ### 🚀 The feature, motivation and pitch
Hey everyone, I’m Ali, a software engineer from Nuro, and we’ve been working on migrating a lot of vision models from tensorflow to pytorch. One particularly critical operation for these vision models is tf.tensor_scatter_nd_update , and its reduction counterparts (e.g. tf.te... | feature,triaged,needs design,module: scatter & gather ops | low | Critical |
2,603,573,916 | storybook | [Bug]: Investigate Next.js v15 features and limitations | ### Describe the bug
Next.js 15 is now stable.
Investigate the following topics:
- [x] Bug: https://github.com/storybookjs/storybook/issues/29582
- [x] Bug: https://github.com/storybookjs/storybook/issues/29380
- [ ] I am concerned that people would like to use the [React Compiler](https://nextjs.org/blog/next-15#re... | bug,nextjs | medium | Critical |
2,603,651,933 | flutter | [go_router_builder] Embedding a TypedStatefulShellRoute inside another does not preserve the route states. | ### What package does this bug report belong to?
go_router_builder
### What target platforms are you seeing this bug on?
Android, iOS
### Have you already upgraded your packages?
Yes
### Dependency versions
<details><summary>pubspec.lock</summary>
```lock
[Paste file content here]
```
</details>
### S... | package,has reproducible steps,P2,p: go_router_builder,team-go_router,triaged-go_router,found in release: 3.24,found in release: 3.27 | low | Critical |
2,603,680,350 | go | x/crypto/ssh/test: TestDialTCP failures | ```
#!watchflakes
default <- pkg == "golang.org/x/crypto/ssh/test" && test == "TestDialTCP"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8733939750140183825)):
=== RUN TestDialTCP
dial_unix_test.go:57: Dial: EOF
test_unix_test.go:246: sshd:... | NeedsInvestigation | low | Critical |
2,603,689,585 | go | x/telemetry: consolidate gopls's cmd/stacks with watchflakes | This issue is following up on a team discussion. Filing to make sure we capture context.
We've been using [golang.org/x/tools/gopls/internal/telemetry/cmd/stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks) to produce and de-dupe the issues filed under the [gopls/telemetry-wins](https:... | NeedsFix,telemetry,Friction | low | Critical |
2,603,715,178 | PowerToys | Peek Configuration Documentation and Perceived Types | ### Provide a description of requested docs changes
I haven't been able to find anything in the Peek documentation, but I wonder if I am overlooking some key information:
If I want File Explorer -- specifically, Preview Pane -- to handle new file types/extensions as text-encoded when displaying a preview for that par... | Issue-Docs,Needs-Triage | low | Minor |
2,603,774,643 | flutter | MouseRegion not hit tested outside its parent | ### Steps to reproduce
Run https://dartpad.dev/?id=a408077b04f6090d4b2138c60b5b34bd (both web/windows confirmed)
### Expected results
Hovering any part of the box makes it turn orange.
### Actual results
Box not turning orange on hover anywhere outside the non-offset coordinates, unless the `DecoratedBox` widget i... | framework,a: desktop,a: mouse,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27 | low | Minor |
2,603,774,988 | godot | Shader compile error and subsequent crash on Radeon 3000 | ### Tested versions
Reproducible in Godot 4.3 stable
Not Reproducible Godot 3.6 stable
### System information
Windows 10 - Godot 4.3 stable - OpenGL Compatibility - Athlon II 260 with integrated ATI Radeon 3000
### Issue description
Just running Godot 4.3 logs shader compile errors then crashes:
Ran from cmd pro... | bug,platform:windows,topic:core,topic:rendering,topic:thirdparty | low | Critical |
2,603,775,375 | go | cmd/cgo/internal/test: unrecognized failures [consistent failure] | ```
#!watchflakes
default <- pkg == "cmd/cgo/internal/test" && test == ""
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8733445799417074081)):
FAIL cmd/cgo/internal/test [build failed]
— [watchflakes](https://go.dev/wiki/Watchflakes)
| NeedsInvestigation | medium | Critical |
2,603,775,409 | go | cmd/cgo/internal/testerrors: TestPointerChecks failures | ```
#!watchflakes
default <- pkg == "cmd/cgo/internal/testerrors" && test == "TestPointerChecks"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8733443699298031025)):
=== RUN TestPointerChecks
ptr_test.go:619: go build: exit status 1
# pt... | NeedsInvestigation | low | Critical |
2,603,775,446 | go | cmd/cgo/internal/testerrors: TestReportsTypeErrors failures | ```
#!watchflakes
default <- pkg == "cmd/cgo/internal/testerrors" && test == "TestReportsTypeErrors"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8733438446787498161)):
=== RUN TestReportsTypeErrors
errors_test.go:111: `go run testdata/long_double_... | NeedsInvestigation | medium | Critical |
2,603,775,479 | go | cmd/cgo/internal/testfortran: TestFortran failures | ```
#!watchflakes
default <- pkg == "cmd/cgo/internal/testfortran" && test == "TestFortran"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8733434853156215457)):
=== RUN TestFortran
fortran_test.go:63: CGO_LDFLAGS= -L /usr/gcc/11/lib/amd64 -Wl,-rpath... | NeedsInvestigation | medium | Critical |
2,603,896,742 | rust | Unmerged stack slots under Windows | ERROR: type should be string, got "https://godbolt.org/z/1foPhW5PT\n\nRelevant bits:\n```asm\nexample::write_characteristics::hd20ef966b954cd90:\n sub rsp, 200\n```\n```llvm\ndefine void @example::write_characteristics::hd20ef966b954cd90(i16 noundef %c) unnamed_addr {\nstart:\n %0 = alloca [16 x i8], align 8\n %1 = alloca [16 x i8], align 8\n %2 = alloca [16 x i8], align 8\n %3 = alloca [16 x i8], align 8\n %4 = alloca [16 x i8], align 8\n %5 = alloca [16 x i8], align 8\n %6 = alloca [16 x i8], align 8\n %7 = alloca [16 x i8], align 8\n %8 = alloca [16 x i8], align 8\n %9 = alloca [16 x i8], align 8\n```\n\nI think all the allocas should've been merged in one, or be able to pass a pointer to a global const with the slice." | A-LLVM,A-codegen,T-compiler,O-windows-msvc,I-heavy,C-optimization | low | Major |
2,603,899,013 | ui | [bug]: Label for disabled RadioGroupItem not showing as disabled | ### Describe the bug

The "peer" class is missing for `RadioGroupPrimitive.Item` in `RadioGroupItem` for this to work like the checkbox.
Last radio group item is modified with the "peer" class. The others are as is.
### Affec... | bug | low | Critical |
2,603,899,294 | vscode | enable the edit > show writing tools menu for editor | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
On macOS with Apple Intelligence enabled, most third... | bug,macos,electron | low | Major |
2,603,924,201 | pytorch | SDPA: CUDNN backend error w/ q_seq_len = 1 | ## Summary
Repro script
``` Python
import torch
import torch.nn as nn
import torch.nn.functional as F
q = torch.randn(1, 16, 1, 64, device="cuda", dtype=torch.bfloat16, requires_grad=True)
k = torch.randn(1, 16, 2**16, 64, device="cuda", dtype=torch.bfloat16, requires_grad=True)
v = torch.randn(1, 16, 2**... | module: cuda,triaged,module: sdpa | low | Critical |
2,603,938,725 | godot | Export variables don't start filled on Instantiate | ### Tested versions
## Tested versions
Reproducible in: v4.3.stable.mono.official
### System information
Godot v4.3.stable.mono - Windows 10.0.22631 - GLES3 (Compatibility) - AMD Radeon RX 6600 (Advanced Micro Devices, Inc.; 32.0.12011.1036) - AMD Ryzen 7 5700X 8-Core Processor (16 Threads)
### Issue description
... | topic:core,needs testing | low | Critical |
2,603,944,599 | bitcoin | getblockchaininfo `verificationprogress` never reaches 1.0 | In the output of `bitcoin-cli getblockchaininfo`, `verificationprogress` sometimes never reaches 1.0, and fluctuates around 0.99999.
```
{
...
"verificationprogress": 0.9999945316157191,
...
}
```
This was reported in #26433, and closed because `verificationprogress` is only an estimate. I would have ... | RPC/REST/ZMQ | low | Minor |
2,603,954,046 | rust | rustc 1.82.0 doesn't add LIBPATH when invoking link.exe | Rust-to-rust dynamic linking (through import library) on Windows fails with toolchain version 1.82.0.
The build log shows that 1.82.0 is not adding any /LIBPATH arguments when invoking link.exe.
I tried this code: [nandin-borjigin/rustc-1.82.0-repro](https://github.com/nandin-borjigin/rustc-1.82.0-repro)
. We are... | Needs Investigation | low | Major |
2,604,185,132 | material-ui | AvatarGroup +n icon's default colors do not meet minimum contrast ratio threshold for accessibility | ### Steps to reproduce
Link to live example: (required)
Every (+n) avatar on https://mui.com/material-ui/react-avatar/
Steps:
1. Visit the link above.
2. Run the axe Devtools chrome extension accessibility scan on that page.
3. Every (+n) avatar on the page gets flagged as not meeting the contrast ratio (in bot... | accessibility,component: avatar,enhancement | low | Critical |
2,604,214,819 | material-ui | Uncaught TypeError: SvgIcon_default is undefined with vite in dev mode after @mui/icons-material@6.1.0+ | ### Steps to reproduce
Link to live example: (required) https://github.com/cmdcolin/mui-icons-material-error-repro
Steps:
1. clone the repo
2. run yarn
3. run yarn dev
4. observe dev tools error "Uncaught TypeError: SvgIcon_default is undefined"
5. you can optionally checkout the commit HEAD~1 (at which i ma... | bug 🐛,package: icons | low | Critical |
2,604,221,151 | rust | Hide nonlocal doc(hidden) types and impls from "the following other types implement trait" | ### Code
```rust
// types/src/lib.rs
pub trait Trait {}
pub struct Public;
impl Trait for Public {}
#[doc(hidden)]
pub struct HiddenStruct;
impl Trait for HiddenStruct {}
pub struct HiddenImpl;
#[doc(hidden)]
impl Trait for HiddenImpl {}
#[doc(hidden)]
pub mod private {
pub struct HiddenModule;
impl c... | A-diagnostics,T-compiler | low | Critical |
2,604,249,659 | yt-dlp | Add support for https://ani.gamer.com.tw | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a new site support request
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://gith... | site-request,geo-blocked,triage | medium | Critical |
2,604,261,800 | react-native | Swipe / scroll actions on Flatlist gets registered as click event | ### Description
I have a my page like this :
<FlatlistComponent>
<Pressable>
{children}
</Pressable>
</FlatlistComponent>
Sometimes while user scrolls /swipes to. go back. the click event gets triggered( navigating to a screen)
I read few issues , the only solution i got so far is to track the ... | Issue: Author Provided Repro,Component: FlatList,Needs: Repro,Needs: Attention | low | Major |
2,604,267,524 | next.js | Instrumentation in NextJS using custom library + altering RSC payload at Proxy layer | ### Link to the code that reproduces this issue
https://github.com/soniankur948/RN-flicker (please note that it's very early version of code and library/complete app is on internal company codebase)
### To Reproduce
1. I've custom library to capture error, latency and count for an API/activity and trying to co... | Output (export/standalone),Instrumentation | low | Critical |
2,604,330,071 | pytorch | The default setting of PyTorch should show warning always. | ### 🐛 Describe the bug
PyTorch shows warning once by default as shown below. *I reported it to [JupyterLab](https://github.com/jupyterlab/jupyterlab/issues/16825) but it seems like it's a PyTorch problem because it happens on not just JupterLab but also Colab:
```python
import torch
from torch import nn
tenso... | module: nn,triaged,module: nestedtensor | low | Critical |
2,604,368,210 | next.js | Can't override headers via middleware | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/great-elbakyan-jty6yh
### To Reproduce
Start the application and inspect the headers. You'll see that new headers can be added, but existing headers can't be modified.
### Current vs. Expected behavior
We should be able to replace or r... | bug,Middleware | low | Minor |
2,604,402,628 | tauri | [docs] how to open tauri in Xcode and attach process | I'm experiencing a crash which produces no output before the app crashes. I have the apple crash file (.ips) however without a UI it's impossible to understand where it is crashing.
Is there anyway to generate the macOS .xcodeproj so that Tauri can be launched from Xcode and it catches the crash? | type: documentation | low | Critical |
2,604,417,537 | pytorch | FlexAttention result deviates with torch.compile() and torch.set_float32_matmul_precision('high') | ### 🐛 Describe the bug
Hi, I was testing FlexAttention by comparing its output with that of `nn.MultiheadAttention` and `torch.nn.functional.scaled_dot_product_attention`. In the end, I tracked down the discrepancy to the minimum test below:
```python
import argparse
import itertools
import torch
import torc... | triaged,oncall: pt2,module: higher order operators,module: pt2-dispatcher,module: flex attention | low | Critical |
2,604,428,084 | pytorch | DISABLED test_record_stream_cuda_float32 (__main__.TestNestedTensorSubclassCUDA) | Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_record_stream_cuda_float32&suite=TestNestedTensorSubclassCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/31860766496).
Over the past ... | triaged,module: flaky-tests,module: nestedtensor,skipped | low | Critical |
2,604,487,758 | angular | Client-side hydration renders content before the app is stable | ### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
When client hydration is enabled, I expected the app to use the SSR view until it's stable, then switch over to the client-rendered view. If there are pending network requests or anything else blocking stab... | area: core,area: server,core: hydration | low | Critical |
2,604,500,630 | ui | [bug]: Calendar does not work properly with default form values | ### Describe the bug
When using the datepicker in a form and setting values or default values, the default value cannot properly be de-selected. When clicking on the same date, the regular behavior would be for the date to be de-selected however in this case, the date gets set back to the default value.
### Affected ... | bug | low | Critical |
2,604,504,101 | next.js | Unable to process favicon | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/romantic-ace-vn6rqz
### To Reproduce
1. Place in the app folder the specific favicon.ico I have provided in the codesandbox
2. Run dev with turbo enabled
3. Receive the following error:
```
⨯ ./app/favicon.ico
Processing imag... | bug,Turbopack,linear: turbopack | low | Critical |
2,604,518,316 | ant-design | 服务端渲染-整体导出样式不生效 + 使用插件会造成浏览器崩溃 | ### Reproduction link
[https://github.com/BruceCham/antd-ssr](https://github.com/BruceCham/antd-ssr)
### Steps to reproduce
npm install && npm run dev
### What is expected?
自定义样式生效
### What is actually happening?
1、自定义样式不生效
2、chrome安装有第三方插件时候,会报ssr异常,比如【Mokku 2.0.11、 Highlight This】
Cannot read p... | Inactive | low | Major |
2,604,539,858 | rust | Silent failure of std::sync::Once when in const variable | I tried this code [playground link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=e872d18e2c2ee6a806f7872052fbd744):
```rust
use std::sync::Once;
const INIT: Once = Once::new();
fn main() {
INIT.call_once(|| {
println!("Global Once::call_once first call");
});
INIT.call_... | A-lints,T-compiler,C-bug | low | Critical |
2,604,582,359 | pytorch | [CI] Continuous spam of PyTorch CI build status notifications in fork | Ever since forking the PyTorch repo, in just a month I have received over 200+ notifications from the CI build status. Such notifications should only be triggered for the specific changes the author made (say when opening a PR) just like other repos.
GitHub's global CI notifications option turns off all, so that isn... | module: ci,triaged,actionable | low | Major |
2,604,592,126 | langchain | DOC: outdated documentation for Playwright tool, introducing the Agents | ### URL
https://python.langchain.com/docs/integrations/tools/playwright/
### 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:
The current documentation for using agen... | 🤖:docs,stale | low | Critical |
2,604,720,029 | react-native | ListMetricsAggregator must be notified of list content layout before resolving offsets | ### Description
We are receiving this crash on Android devices, observed it on Firebase Crashlytics but It does not contain any logs. We could not reproduced this crash and would not find any similar bug.
### Steps to reproduce
-
### React Native Version
0.74.5
### Affected Platforms
Runtime - Android
### Outpu... | Needs: Author Feedback,Needs: Repro,Newer Patch Available | low | Critical |
2,604,723,809 | rust | rustc doesn't finish stuck at rustc_trait_selection::traits::normalize::normalize_with_depth_to | <!--
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.
-->
After a re factoring, moving some structs into different crates the build won't finish.
[Raphtory](https://github.com/Pometry/Raphtory/tree/memstorage)
These ... | A-trait-system,T-compiler,C-bug,I-hang,E-needs-mcve | low | Critical |
2,604,724,955 | godot | Parser bug when a script declaring a class has a reference to a scene with that class | ### Tested versions
Reproducible in 4.3 stable, 4.4 dev3
### System information
Godot v4.4.dev3 - Windows 10.0.19045 - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 4070 Laptop GPU (NVIDIA; 32.0.15.5612) - 13th Gen Intel(R) Core(TM) i7-13620H (16 threads)
### Issue description
I... | bug,topic:gdscript | low | Critical |
2,604,734,034 | next.js | Calling revalidateTag() in an action causes the page to be rerendered even if it doesn't use the tag | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/n9sttx
### To Reproduce
The sandbox above will not work because I've hidden the api for security purposes, but If you have an api that does those 2 requests you can replicate the issue.
1. Click on the block/unblock button
### Curren... | bug | low | Minor |
2,604,747,394 | PowerToys | Preview Pane Supports for LibreOffice - File Explorer add-ons | ### Description of the new feature / enhancement
I wish that PowerToys will extended to have Preview Pane Supports for LibreOffice (6x files extensions):
1. Text Document (*.docx)
2. Spreadsheet (*.ods)
3. Drawing (*.odg)
4. Presentation (.odp)
6. Formula (*.odf)
7. Database (*.odb)
NB: If Office is installed on t... | Needs-Triage | low | Minor |
2,604,750,759 | pytorch | `torch.std_mean` returns `NaN` as mean of an `inf` array. | ### 🐛 Describe the bug
`torch.std_mean` returns `nan` when input is an array containing only `inf`. This behavior is not consistent with `torch.mean`.
```python
import numpy as np
import torch
input = torch.tensor([np.inf, np.inf], dtype=torch.float32)
out = torch.std_mean(input, None)
print(out[1]) # tens... | triaged,module: NaNs and Infs,module: python frontend | low | Critical |
2,604,862,885 | ui | [bug]: Sidebar icon size is not taken in consideration | ### Describe the bug
When I set the `size=lg` to the `<SidebarMenuButton>`component, only the spacing between rows is updated.
By default, Icons have a size of 16px. In my case, i'm looking for bigger icons like 20 or 24px.
The size=`lg`does not work as expected.
### Affected component/components
Sidebar
### ... | bug | medium | Critical |
2,604,868,639 | excalidraw | Snapping when drawing a line to another existing line | > Is there an option to turn on snaping to existing lines (on ends) when I'm drawing another line? It seems there is only possibility for snapping when i draw 2 lines and then move one around. This would be huge for me to be able to snap to existing objects while drawing a new line.
https://github.com/excalidraw/excal... | enhancement | low | Minor |
2,604,903,503 | next.js | Custom not-found.js page is not rendering in i18n-app-dir | ### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Node.js v20.14.0
Operating System:
Platform: linux
Arch: x64
Version: #132~20.04.1-Ubuntu SMP Fri Aug 30 15:50:07 UTC 2024
Available memory (MB): 15734
A... | examples | low | Critical |
2,604,917,344 | deno | "compile" permissions for FFI-related ops | As some testing has revealed, quite some overhead in the FFI ops go into checking the permissions and most specifically into function `borrow_mut` from GothamState.
Would it be possible to somehow "compile" permissions (either at runtime initialization or for `deno compile`), so that I can produce a more efficient r... | perf,permissions | low | Minor |
2,604,929,190 | excalidraw | Configure grid step | Converted from #8553.
I'm integrating Excalidraw into a browser-based application and want to change the default grid step to 1.
Here's my current configuration:
```
const options = {
langCode: 'ja-JP',
name: name,
initialData: {
libraryItems: library.libraryItems,
elements: [imageElemen... | bug | low | Minor |
2,604,949,726 | transformers | Initializing via AutoImageProcessor before AutoProcessor is imported causes `AttributeError` | ### System Info
- `transformers` version: 4.45.2
- Platform: Linux-4.18.0-513.18.1.el8_9.x86_64-x86_64-with-glibc2.28
- Python version: 3.10.4
- Huggingface_hub version: 0.24.5
- Safetensors version: 0.4.4
- Accelerate version: 0.33.0
- Accelerate config: not found
- PyTorch version (GPU?): 2.4.0+cu121 (Fa... | WIP,bug | medium | Critical |
2,604,989,584 | excalidraw | Context Menu Placement Issues on Right and Bottom Edges when Embedding Excalidraw in a Modal | **Description:**
I’m trying to embed Excalidraw as a modal in my application, but I’ve encountered a couple of issues with the behavior of the context menu near the window edges:
1. **Right edge:**
When left-clicking near the right edge, the context menu should open towards the left, but it still opens towards the rig... | bug | low | Minor |
2,605,053,575 | vscode | Tools declaration still supports `toolReferenceName` | When declaring a tool in package.json I can still define `toolReferenceName` which should
* not exist?
* be combined with the `canBeReferencedInPrompt` property | api,debt | low | Minor |
2,605,104,750 | next.js | Hot reload doesn't work inside Docker container | ### Link to the code that reproduces this issue
https://github.com/ArtoszBart/next-issue
### To Reproduce
1. `docker-compose up`
2. make change in page.tsx
3. save changes
### Current vs. Expected behavior
Hot reload should reload the page to show changes, but changes is not visible in the browser
### Provide e... | bug | low | Major |
2,605,150,551 | next.js | Global `not-found` page interferes with static rendering | ### Link to the code that reproduces this issue
https://github.com/amannn/nextjs-bug-repro-not-found
### To Reproduce
1. Clone https://github.com/amannn/nextjs-bug-repro-not-found
2. Run `pnpm i`
3. Run `pnpm build`
### Current vs. Expected behavior
This commit outlines the issue: [f5cbf18](https://github.com/am... | Output (export/standalone),Runtime,linear: next | low | Critical |
2,605,164,819 | PowerToys | PowerToys Failing on WMWare Win10 guest under Win10 host | ### Microsoft PowerToys version
0.85.1
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
Powertoys fails when using keyboard or mouse.
### ✔️ Expected Behavior
Use Keyboar or mouse in VM without Powertoys failing and restarting.
### ❌ Act... | Issue-Bug,Needs-Triage | low | Critical |
2,605,221,902 | angular | Same FormControl of a FromGroup use on Multiple Input and auto sync updated value. | ### Which @angular/* package(s) are relevant/related to the feature request?
forms
### Description
I want to use same from control of my angular formGroup on multiple input. and when i just change one of any input value it change all of input value of same formcontrol.
*CODE*
myForm!: FormGroup;
constructor(p... | feature,area: forms,P3 | low | Minor |
2,605,266,258 | tauri | [feat] Need to use multiple invoke_handlers | ### Describe the problem
Only one invoke_handler will take effect. How do I want to be able to register other regular functions directly while using a customized invoke_handler?
```rust
#[cfg_attr(mobile, tauri::mobile_entry_point)]
pub fn run() {
tauri::Builder::default()
.plugin(tauri_plugin_she... | type: feature request | low | Critical |
2,605,294,664 | excalidraw | Pasting multiple paragraphs creates overflowing text | **Repro steps**
- Copy some larger text, like the one below
- Paste into the editor
**Actual result**
Pasted text elements overflow each other.

```
Building Excalidraw's P2P Collaboration Feature
March 29, 2020, by [idlewinn]... | bug | low | Critical |
2,605,303,605 | excalidraw | Lazy load font face definitions for our fallback fonts | For fallback fonts like Xiaolai, our font face definitions are > 100 kB.
Given it might not be used at all, we might consider lazy loading it. | performance ⚡️,font | low | Minor |
2,605,340,198 | next.js | Next.js fails to find/load native node modules compiled as a separate package in a (pnpm) workspace | ### Link to the code that reproduces this issue
https://github.com/daanboer/next-load-native-module
### To Reproduce
Install dependencies.
```bash
pnpm i
```
Build the `rust-lib` package (needs a working rust installation).
```bash
pnpm -C packages/rust-lib build
```
Try to build the `web-app` pa... | bug | low | Critical |
2,605,341,300 | vscode | [Linux] Open file or Open folder creates dialog behind active window | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid creat... | info-needed | low | Critical |
2,605,349,279 | ui | [feat]: Will it be possible in the future to have Unocss compatibility instead of Tailwind? | ### Feature description
Will it be possible in the future to have Unocss compatibility instead of Tailwind?
Unocss has better performance and optimization compared to Tailwind, and its writing style is similar to Tailwind. Simply understand that Unocss is a superset of Tailwind. After using Unocss, I have never use... | area: request | low | Major |
2,605,364,525 | deno | authentication within @kubernetes/client-node is not working as expected | Version: Deno 2.0.1
i tried to use the library: @kubernetes/client-node with deno and i wasnt able to authenticate with the provided examples here:
[@kubernetes/client-node](https://github.com/kubernetes-client/javascript/blob/master/README.md)
i switched back with the same code and configs to nodejs and it was ... | bug,node compat | low | Minor |
2,605,408,927 | material-ui | [Radio] Radio's `ButtonBase` has `role="button"` when using styled-components | ### Steps to reproduce
Link to live example: https://codesandbox.io/p/devbox/nervous-oskar-xx7s2l
Steps:
1. Use mui together with styled-components (i.e. aliasing `@mui/styled-engine` with `@mui/styled-engine-sc`)
2. Use a `<Radio />` component
### Current behavior
The radio's ButtonBase has a `role="bu... | external dependency,component: radio,component: ButtonBase,package: styled-engine-sc | low | Critical |
2,605,479,529 | vscode | Let's consider to use a concrete type for `toolInvocationToken` | I have seen @isidorn pass a cancellation token as `toolInvocationToken` when calling `invoke`. I guess this is because of "looks like a token must be a token" thinking. We could rename the field or (my favourite) use a concrete type (class with private ctor) for this so that using a cancellation token or anything else ... | feature-request,api | low | Critical |
2,605,499,085 | PowerToys | Outlook LOG preview error: This file cannot be previewed because there is no previewer installed for it | ### Microsoft PowerToys version
0.85.1
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
File Explorer: Preview Pane, File Explorer: Thumbnail preview
### Steps to reproduce
1. Open regedit
2. Navigate to [HKEY_CLASSES_ROOT\.txt\shellex\
3. If the key {8895b1c6-b41f-4c1c-a... | Issue-Bug,Needs-Triage | low | Critical |
2,605,521,470 | godot | Tree dropdown buttons disappear when Base Spacing is low | ### Tested versions
4.3 stable
### System information
Godot v4.3.stable - Windows 10.0.19045 - GLES3 (Compatibility) - Radeon RX 560 Series (Advanced Micro Devices, Inc.; 31.0.14001.45012) - Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (4 Threads)
### Issue description
If you change the Base Spacing value to ... | bug,topic:gui | low | Minor |
2,605,534,805 | ant-design | Add a prop for disabling click propagation for the Popover / Tooltip when the trigger is "click" | ### What problem does this feature solve?
Currently whenever a Popover component is opened using `trigger="click"`, a user can click outside of the popover component to close the component. However, some users don't consider the fact that if they click outside of the popover component it might trigger the event for ... | Inactive | low | Minor |
2,605,536,619 | yt-dlp | [SharePoint] Video downloaded is actually an HTML file (access denied) | ### 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... | incomplete,site-bug,triage | low | Critical |
2,605,545,464 | transformers | speed up whisper compile time | ### Feature request
after torch compiling the whisper.text_decoder model, the inference time is crazy low !. Thank you for the work !
however the warm up time is very long since it needs to go through all logits (at a maximum of 448)
how can reduce this time ?
(i have looked into storing the compiled model with... | Feature request | low | Critical |
2,605,606,811 | ui | [bug]: The CSS variable `--sidebar-width-mobile` is not being used | ### Describe the bug
The documentations says:
<img width="746" alt="Screenshot 2024-10-22 at 11 15 54" src="https://github.com/user-attachments/assets/ea089b2e-8599-470c-bb41-c692281b011b">
Link: https://ui.shadcn.com/docs/components/sidebar#width
But the CSS variable `--sidebar-width-mobile` is not being u... | bug | low | Critical |
2,605,608,993 | create-react-app | error that occur in vs code that i cann't run program: |
PS C:\Users\Hp\Documents\New react project> npm start
npm error Missing script: "start"
npm error
npm error Did you mean one of these?
npm error npm star # Mark your favorite packages
npm error npm stars # View packages marked as favorites
npm error
npm error To see a list of scripts, run:
npm error npm... | needs triage,issue: bug report | low | Critical |
2,605,641,268 | rustdesk | Privacy Mode 1: Failed to get hwnd after started | ### Bug Description
On some of our devices running Windows 10, we cannot enable Privacy Mode 1 (the gray screen one), as it fails with one of the following errors:
- "No privacy window created"
- "Failed to get hwnd after started"
Unclear if there are any error logs that we can provide.
Also, we're using RustDes... | bug,Fund | medium | Critical |
2,605,644,738 | stable-diffusion-webui | [Feature Request]: folder subpath in config rather than command line for reverse proxy | ### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
It would be nice if you could configure a subpath in the config for reverse proxy, even if it required a restart for the underlying engine.
I use a docker host ... | enhancement | low | Minor |
2,605,650,994 | TypeScript | Mixin with abstract class infers wrong type for super | ### 🔎 Search Terms
"mixin abstract super", "mixin abstract super type", "mixin abstract constructor super", "mixin abstract constructor super type", "mixin Abstract method cannot be accessed via super expression"
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed... | Bug,Help Wanted | low | Critical |
2,605,703,409 | angular | @angular/elements uses (internal) property name for custom element properties, but template name for attributes | ## Angular edit
Angular elements defines (`Object.defineProperty`) a property for each input of an element's component, as well as an HTML attribute which feeds into each property. Each input is thus represented by a property/attribute pair, as in the real DOM.
However, the way we name these things differs. `createCu... | area: elements,P3,bug,cross-cutting: signals | low | Major |
2,605,725,286 | pytorch | Diffusers import change breaking newly built (non-cached) test-infra dockers. | > NOTE: Remember to label this issue with "`ci: sev`"
<!-- uncomment the below line if you don't want this SEV to block merges -->
<!-- **MERGE BLOCKING** -->
## Current Status
*Status could be: preemptive, ongoing, mitigated, closed. Also tell people if they need to take action to fix it (i.e. rebase)*.
* ... | module: ci,triaged,module: docker | low | Critical |
2,605,725,303 | godot | `EditorUndoRedoManager`: Inconsistent `add_do_property` behavior | ### Tested versions
Reproducible in:
- v4.4.dev.gh [b3bcb2dc1]
- v4.3.stable.official [77dcf97d8]
- v4.0.stable.official [92bee43ad]
### System information
Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 980 Ti (NVIDIA; 32.0.15.6094) - 13th Gen Intel(R) Core(TM) i7-13700K (24 Threads)
... | bug,topic:editor,needs testing | low | Critical |
2,605,732,529 | svelte | docs: FAQ section "does svelte scale" is outdated | ### Describe the bug
The svelte docs section "FAQ" has the same "[Does svelte scale](https://svelte.dev/docs/svelte/faq#Does-Svelte-scale)" section as the version for svelte 4 has. But, as mentioned in #2546 , this is no longer up to date with svelte 5.
### Severity
annoyance | documentation | low | Critical |
2,605,743,452 | angular | Allow reactive values for the disabled state of FormControls | ### Which @angular/* package(s) are relevant/related to the feature request?
forms
### Description
When initializing new FormControls, we currently can only pass a value and an optional disabled state.
However, when the disabled state depends on other reactive flows, we need to manually implement a change listener,... | feature,area: forms,forms: disabling controls | low | Minor |
2,605,762,859 | flutter | TwoDimensionalScrollView caches only when scrolling down | ### Steps to reproduce
1. Run the provided sample
2. Scroll up and down with repaint borders enabled
3. Experience the bug
### Expected results
When scrolling upwards on a TwoDimensionalScrolView, the specific elements shouldn't be repainted, if they are cached (what should be the case for a small amount of grids)... | framework,f: scrolling,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27 | low | Critical |
2,605,773,587 | TypeScript | JSDoc `@import` no longer works correctly with default exports | ### 🔎 Search Terms
jsdoc import @import
### 🕗 Version & Regression Information
This changed between versions 5.5.4 and 5.6.3.
### ⏯ Playground Link
_No response_
### 💻 Code
```js
/** @import Foo from "my-app/foo" */
/** @return {Foo} */
function getFoo() {
return myFoo;
}
```
`tsconfig.json` excerpt:
```... | Needs More Info,Needs Investigation | low | Minor |
2,605,831,866 | TypeScript | Type discrimination by static readonly symbol | ### 🔍 Search Terms
"type discrimination", "discrimination", "symbol discriminator"
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change the runtime behavior of existing JavaScript code
- [x] This could be implemented without emitting di... | Suggestion,Awaiting More Feedback | low | Critical |
2,605,847,054 | ui | [feat]: Using `next/image` for Avatar as radix doest use next/image | ### Feature description
Want next/image optimisation on AvatarImage
### Affected component/components
AvatarImage
### Additional Context
I have remade the radix Avatar with next/image so would like to use it instead of radix Components for Avatar, a drop in replacement, but small changes are required in `ui/avatar... | area: request | 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.