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,581,826,369 | kubernetes | feature(kubectl): add renewTime field when using kubectl get lease -owide | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
add renew field when using kubectl get lease -owide
like this
```go
NAMESPACE NAME HOLDER AGE RENEWTIME
kube-node-lease cl... | sig/scalability,kind/feature,sig/cli,needs-triage | low | Major |
2,581,846,514 | tauri | [docs] There is a problem with Window Customization mentioned in the v2 document | Document link: https://v2.tauri.app/plugin/window-customization/
```
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "main-capability",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": ["core:window:default", "core:window:allow-start-dragging"]
}
`... | type: documentation | low | Minor |
2,581,847,139 | vscode | Blank chat editor after window reload |
Type: <b>Bug</b>
I moved the chat session into the editor area, but after window reloads, the editor is often blank, also none of the participants are highlighed
```
ERR No default agent registered: CodeExpectedError: No default agent registered
at fze.R (vscode-file://vscode-app/Applications/Visual%20Studio%2... | bug | low | Critical |
2,581,883,728 | react-native | In native code, there is no way to determine unset `selected` vs `selected: false` | ### Description
From the JS, the developer has the choice to specify the `accessibilityState` prop. Then, they can specify any subset of 'busy', 'expanded', 'selected', 'disabled', and 'checked'.
In the JS `selected' can be undefined or a boolean value. However, once the data is passed to the native code, access... | Issue: Author Provided Repro,p: Microsoft,Partner | low | Major |
2,581,898,472 | PowerToys | New+ Modified Date / Auto Select | ### Description of the new feature / enhancement
Files created using a template should change the modified date to today as if it was created immediately and automatically select the newly created file.
### Scenario when this would be used?
The reason is that in a long list of files, one had to then go find that fil... | Resolution-Fix Committed | low | Minor |
2,581,904,167 | TypeScript | Allow decorated accessor properties to have a different type | ### ๐ Search Terms
I was pretty sure an issue already existed for this, but I couldn't find it. Hopefully opening a new issue (to maybe be closed again) will improve SEO.
Here is what I searched for:
- decorators change type
- decorators accessor type
- decorators change type accessor
I did find this related issu... | Suggestion,Awaiting More Feedback | low | Critical |
2,581,933,192 | neovim | termopen() invoked with "nvim -u" stores wrong 'channel' | ### Problem
Using the python provider during initialization, I appear to be encountering an issue with the `jobpid()` function returning the "wrong" pid for a terminal started with `termopen()`. I get that this doesn't make sense. The way I'm identifying it's the wrong pid is by examining the name of the buffer create... | bug,terminal,has:workaround,has:repro,startup | low | Major |
2,581,933,786 | rust | `rustc_codegen_llvm` should mark more of its internal methods as `unsafe` | Just following up from this comment I made here: https://github.com/rust-lang/rust/issues/85532#issuecomment-2406526841
While LLVM compiled with asserts ensures that no undefined behaviour occurs when calling methods, it does not when compiled *without* asserts, and this should really be reflected in the signatures fo... | A-LLVM,P-low,T-compiler,C-bug | low | Major |
2,581,974,534 | vscode | "Publish server archive" can't pass on rerun | This build flaked, and is stuck on rerun
https://dev.azure.com/monacotools/Monaco/_build/results?buildId=298457&view=logs&j=04a1dd9d-62ef-537a-ed01-63d944c25bb6&t=54f64d10-f81f-5fb8-77f4-a469d7ec00a8&l=32
`##[error]Artifact vscode_server_darwin_arm64_archive-unsigned already exists for build 298457`
So step this shou... | bug,vscode-build | low | Critical |
2,581,985,986 | rust | Regression: `tests/codegen/issues/issue-101082.rs` fails with `-Ctarget-cpu=x86-64-v3` | ### Code
I tried this test with `-Ctarget-cpu=x86-64-v3` (which we have on by default in the upcoming RHEL 10):
`tests/codegen/issues/issue-101082.rs`
```rust
//@ compile-flags: -O
#![crate_type = "lib"]
#[no_mangle]
pub fn test() -> usize {
// CHECK-LABEL: @test(
// CHECK: ret {{i64|i32}} 165
let value... | A-LLVM,A-codegen,P-medium,regression-from-stable-to-stable,C-bug | low | Critical |
2,581,991,841 | rust | ICE: called `Option::unwrap()` on a `None` value in `compiler/rustc_metadata/src/rmeta/def_path_hash_map.rs:23:54` | <!--
Thank you for finding an Internal Compiler Error! ๐ง If possible, try to provide
a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
how to create smaller examples.
http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
-->
### Code
The project that I'm working on is p... | I-ICE,T-compiler,A-incr-comp,C-bug,S-needs-repro | low | Critical |
2,581,992,516 | vscode | Git status is triggering far too often on a large repo (during build) | <!-- โ ๏ธโ ๏ธ 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... | git,under-discussion,performance | low | Critical |
2,582,000,874 | flutter | โ๏ธ Google Maps for Flutter package roadmap | This umbrella issue is to track the individual features that are part of the ongoing work to improve the [Google Maps for Flutter plugin](https://pub.dev/packages/google_maps_flutter). It is a continuation of the [2023 roadmap](https://github.com/flutter/flutter/issues/131284). The features listed here are based on the... | p: maps,package,team-ecosystem,P2,triaged-ecosystem | low | Critical |
2,582,010,082 | node | Add lastChunkHandling ("loose", "strict", or "stop-before-partial") to base64 decoding | ### What is the problem this feature will solve?
The current array buffer JavaScript proposal includes support for lastChunkHandling ("loose", "strict", or "stop-before-partial") in addition to the standard base64 and base64url format.
https://tc39.es/proposal-arraybuffer-base64/spec/#sec-frombase64
Specifically... | buffer,feature request | low | Minor |
2,582,015,609 | PowerToys | Add custom HotKeys and Utilities to โAdd custom actionโ in Advanced Paste | ### Description of the new feature / enhancement
There is merit to giving the end user their own custom functions for the **Advanced Paste** menu. I recently stumbled on #35377 and while I think the request should be implemented as a default function of the Menu, others might have other custom utilities they use and m... | Idea-Enhancement,Needs-Triage,Product-Advanced Paste | low | Minor |
2,582,034,492 | stable-diffusion-webui | [Bug]: restarting the PC when using stable diffusion | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported ... | bug-report | low | Critical |
2,582,086,701 | PowerToys | Reimplement Advanced Paste as a PowerToys Run plugin | ### Description of the new feature / enhancement
Advanced Paste is awesome but its functionality/workflow mimics that of Power Toys Run verbatim. It would be great if Advanced Paste were directly integrated into PowerToys Run as a plugin, allowing access to its custom paste menu items directly from an already familiar... | Needs-Triage | low | Minor |
2,582,101,489 | react-native | Brownfield App `TextInput` not working properly on Samsung devices | ### Description
In the midst of developing a chat app using brownfield react native app, an user reported with a video that it was not able to send a message. Upon further investigation I could scope down and reproduce the issue with the following criteria:
- Brownfield React Native App inside an Android Fragment;
-... | Issue: Author Provided Repro,Component: TextInput,Newer Patch Available | low | Critical |
2,582,117,014 | next.js | Server Action fails silently on timeout | ### Link to the code that reproduces this issue
https://github.com/elie222/inbox-zero/blob/main/apps/web/app/(landing)/components/TestAction.tsx
### To Reproduce
Go here and click Test Action at the bottom:
https://getinboxzero.com/components
The result is undefined. Even though it's a timeout error.
If you ... | bug | low | Critical |
2,582,133,965 | angular | Animations not working for ViewEncapsulation.ShadowDom. | ### Which @angular/* package(s) are the source of the bug?
animations
### Is this a regression?
No
### Description
# Current behavior
Animations won't work for components that has encapsulation set to ShadowDom.
# Expected behavior
Animations should work regardless of the encapsulation.
You'll see that the ani... | area: animations,shadow dom | low | Critical |
2,582,151,021 | pytorch | `native_batch_norm`: `aot_eager` backend incorrectly raising an error. | ### ๐ Describe the bug
`out=` variant of `native_batch_norm` operation does not work with `aot_eager` backend.
```python
args = (
torch.rand(5, 5, 5),
torch.rand(5),
torch.rand(5),
torch.rand(5),
torch.rand(5),
True,
0.5,
0.6,
)
out = (
torch.empty(5, 5, 5),
t... | triaged,module: functionalization,oncall: pt2,module: aotdispatch,module: pt2-dispatcher | low | Critical |
2,582,166,666 | flutter | [DisplayList] Clean up legacy "front end" code in DlOpReceiver | The DisplayList mechanism used to use the same interface for both recording and playback. That interface is now the DlOpReceiver interface and is only mainly used during the playback phase of DL dispatching. As such, the dispatch mechanism should only be calling the methods with all arguments (no default values needed ... | engine,P2,team-engine,triaged-engine | low | Minor |
2,582,177,124 | godot | `modules/multiplayer/scene_replication_interface` @243 throws error perhaps change this check to a warning? | ### Tested versions
4.3 release (not C#)
### System information
Godot v4.3.stable.mono - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3090 (NVIDIA; 32.0.15.6094) - AMD Ryzen 9 5900X 12-Core Processor (24 Threads)
### Issue description
Hopefully this issue is a nice break from the... | discussion,topic:multiplayer | low | Critical |
2,582,178,374 | rust | `failed to evaluate generic const expr` after adding more fields to struct | <!--
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 have some code which calls a function which computes the sum of numbers up to `const N: usize` (N * (N+1))/2, and use that as the size of an array.
That type ... | C-bug,F-generic_const_exprs,T-types,S-needs-repro | low | Critical |
2,582,189,617 | neovim | vim.defer_fn closures appear to be retained for (too) long, increasing memory usage when capturing large data | ### Problem
Recently I noticed that when working with projects that produce 300+ diagnostics (e.g. when refactoring something that affects pretty much the entire codebase), memory usage of Neovim can skyrocket, resulting in it becoming very sluggish (e.g. `ciw` actually visually lags). When looking at Neovim's memory ... | bug,performance,event-loop,lua | low | Major |
2,582,194,674 | react | [Compiler Bug]: TypeError: Cannot read properties of undefined (reading 'length') | ### What kind of issue is this?
- [X] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing or using the Babel plugin)
- [ ] eslint-plugin-react-compiler (build issue installing or using the eslint plugin)
- [ ] reac... | Type: Bug,Status: Unconfirmed,Component: Optimizing Compiler | low | Critical |
2,582,206,756 | flutter | All Flutter CI builds should use pinned, version-controlled CIPD versions | In Flutter's .ci.yaml format, any cipd dependency that does not have an explicit version will default to the "latest" ref ([src](https://flutter.googlesource.com/recipes/+/refs/heads/main/recipe_modules/flutter_deps/api.py#368)).
This makes builds potentially non-reproducible, and also makes it difficult/impossible ... | team-infra,P1,triaged-infra | medium | Minor |
2,582,217,052 | pytorch | Mechanism to attempt to create a VariableTracker but graph break and turn Dynamo off if we fail | We're trying to capture the following code:
```py
x = torch.randn(3)
x_ptr = x.data_ptr()
y = triton.utils.create_tma_descriptor(x_ptr)
```
In Dynamo-land, we want x.data_ptr() to return a DataPtrVariable and create_tma_descriptor to return a TMADescVariable.
If create_tma_descriptor gets passed a ConstantVari... | triaged,enhancement,oncall: pt2,module: dynamo | low | Critical |
2,582,220,181 | flutter | Require trusted maintainers to add a label before presubmits run on PRs | Although we do our best to not allow presubmit builds to have access to anything secure, we should, as an additional security measure, require a trusted maintainer to look at code before allowing presubmits to run.
We should implement this by requiring a label to be added to a PR before presubmits run. This label wo... | team-infra,P1,triaged-infra | medium | Minor |
2,582,221,132 | material-ui | [Hidden] Remove deprecated API | ### Steps to reproduce
1. Open https://mui.com/material-ui/react-hidden/
### Context
#42305. This component was deprecated in v5.0.0, so on September 16, 2021. The migration path is documented in https://mui.com/material-ui/migration/v5-component-changes/#replace-deprecated-component.
Added to the v7 milest... | breaking change,component: Hidden | low | Minor |
2,582,224,788 | godot | Option "stretch canvas_items" works differently for blank and filled LineEdit when window is resized | ### Tested versions
v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10.0.19045 - GLES3 (Compatibility) - AMD Radeon RX 6600 (Advanced Micro Devices, Inc.; 31.0.24033.1003) - Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (8 Threads)
### Issue description
If Stretch canvas_ite... | bug,topic:gui | low | Critical |
2,582,254,740 | PowerToys | misleading error message requires better phrasing for the 'following keys do not have assignments" warning | ### Microsoft PowerToys version
0.85.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
- choose remap a key, pick Alt Gr as the key to change and the right mouse/context menu key as the To send key (either by pressing on the ... | Issue-Bug,Needs-Triage | low | Critical |
2,582,276,074 | deno | Strange error message if you typo a remote package URL in a single-file script | Version: Deno 2.0.0
Detailed version info:
```
deno 2.0.0 (stable, release, aarch64-apple-darwin)
v8 12.9.202.13-rusty
typescript 5.6.2
```
---
Running `deno index.ts` with a clean cache (ran `deno clean` immediately before) in a directory containing only `index.ts` with the following contents:
```ts... | bug,cli | low | Critical |
2,582,276,713 | go | proposal: net: `fd` and `fdgram` networks for `net.Dial` to connect to file descriptor numbers | ### Proposal Details
I would like to use Dial like so:
`net.Dial("fd", "3")`
or ListenPacket like so:
`net.ListenPacket("fdgram", "3")`
to create a `FilePacketConn` from a file descriptor number. I would also like to use Listen like so:
`net.Listen("fd", "0")`
to create a `FileListener` from a file... | Proposal | low | Critical |
2,582,306,150 | go | os: investigate dropping support for pre-long-path Windows | On Windows, the os package includes some trickery to enable support for long paths on older versions of Windows. The fixLongPath function rewrites longer paths to contain a `\\?\` prefix, which "tells the Windows APIs to disable all string parsing and to send the string that follows it straight to the file system." (ht... | OS-Windows,NeedsInvestigation | low | Minor |
2,582,356,931 | godot | Android Export Crashes on Startup with .NET 9 | ### Tested versions
- v4.3.stable.mono
### System information
Built on Windows 11
Tested on Google Pixel 8 (Android 14)
### Issue description
Although the editor appears to successfully export the Android `apk` using `.NET 9`, when launched, it crashes on startup. Using the Logcat I'm able to retrieve t... | bug,platform:android,needs testing,topic:dotnet,topic:export | low | Critical |
2,582,386,535 | rust | precondition_check functions can survive MonoReachable | The motivating example is this: https://rust.godbolt.org/z/dGe6EMrEz, the IR of the function at the top which is `IndexRange as SliceIndex<[T]>>::get_unchecked_mut` contains a precondition check. The fact that the call is in a block without any predecessors does not make this unimportant, https://github.com/rust-lang/r... | A-codegen,T-compiler,C-bug | low | Minor |
2,582,396,282 | langchain | community.llms init Xinference fail :pydantic_core._pydantic_core.ValidationError:client [ type=missing] | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The b... | ๐ค:bug | low | Critical |
2,582,402,227 | flutter | [Android] disable software rendering support for Android platform. | Today software forces a Skia fallback, which we don't intend to keep forever. The only usages of software should be for testing, we can verify it isn't being used in google3 and remove. | P3,team-engine,triaged-engine | low | Minor |
2,582,413,621 | deno | Deno compile crash when try chdir | Version: Deno 2.0.0
I've tried to compile a nextjs standalone compiled project and got this error when try to execute the compiled denojs version of this project:
```
error: Uncaught (in promise) NotSupported: The operation is not supported
at Process.chdir (ext:deno_fs/30_fs.js:155:3)
```
Minimal repro... | bug,compile | low | Critical |
2,582,420,779 | deno | Allow specifying `--allow-imports` permissions via environment variables | if i want abc.com and xyz.com always in allow-imports, maybe config it in env would be a solution | cli,permissions,suggestion | low | Minor |
2,582,422,557 | ollama | rhymes-ai/Aria | This multimodal model outperforms both LLaMA 3.2 (11B Vision) and PixTral 12B. According to the Hugging Face page, it has 25.3 billion parameters and can be loaded onto a single A100 (80GB) GPU with bfloat16 precision. In my tests, it got the result of an image right, where LLaMA 3.2 (72B) failed. | model request | low | Critical |
2,582,432,362 | pytorch | RFC: Integration of KleidiAI 4-Bit MatMul Kernels into PyTorch | # RFC: Integration of KleidiAI 4-Bit MatMul Kernels into PyTorch
**Hardware Platform**: aarch64
## Motivation
1. Add support for [KleidiAI](https://gitlab.arm.com/kleidi/kleidiai) 4-bit matrix multiplication kernels to PyTorch.
2. Expose these 4-bit matmul kernels as PyTorch operators to accelerate ML models.
... | oncall: quantization,triaged,matrix multiplication | low | Critical |
2,582,543,914 | yt-dlp | Support Website for https://www.yfsp.tv/play/5l8B13Xfz7B | ### 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,triage | low | Critical |
2,582,550,174 | tauri | [bug] In linux `appWindow.isFocused` is always `false`. | ### Describe the bug
Hey๐, `appWindow.isFocused` is always `false` in linux, but it's fine in macOS and Windows! How can this problem be solved?
```ts
const appWindow = getCurrentWebviewWindow();
const focused = await appWindow.isFocused();
```
### Reproduction
_No response_
### Expected behavior
... | type: bug,status: needs triage | low | Critical |
2,582,561,891 | ollama | ollama --version to show build options | Can you please add a bit more information to `ollama --version` describing how ollama is built. Such as if it's built with CUDA, or ROCm, or CPU-only. This will be useful to know with a simple version request. | feature request | low | Minor |
2,582,581,012 | deno | deno fmt `<dir>` & `--ignore=<file in that dir>` non-deterministic precedence? | Version: Deno deno 2.0.0 (stable, release, x86_64-pc-windows-msvc)
I'm not entirely sure what's happening here, but these two deno invocations illustrate the issue.
In the first, I am checking formatting for the `scripts`, `src`, and `test` directories, but excluding one of the files within the `test` directory. ... | deno fmt,needs investigation | low | Critical |
2,582,586,407 | godot | Godot Android editor: Heavy projects occasionally crashing when playing since 4.4 | ### Tested versions
I'm trying out the mobile version of Godot Engine, but I'm facing some issues involving 3D and possibly 2D: When I start the project, the engine for some reason restarts by itself as if some failure had occurred. Obs: There is no error, not even in the scripts, but the engine still insists on resta... | bug,platform:android,topic:editor,needs testing,regression | medium | Critical |
2,582,603,033 | PowerToys | FancyZones - Maximize Window with [ctrl+win+up] on W11. | ### Microsoft PowerToys version
0.85.1
### Installation method
Microsoft Store
### Running as admin
None
### Area(s) with issue?
FancyZones
### Steps to reproduce
Add functionality to maximize a window pressing [ctrl+win+up].
This feature is available on W10,
but it seems not available on W11.
Scenario when ... | Issue-Bug,Needs-Triage | low | Minor |
2,582,622,990 | ollama | The output dimension of the embedding model in Ollama is incorrect. | ### What is the issue?
I have a question. I noticed that when using Ollama for inference with certain models, such as conna-embedding v1, the output goes through embedding first, then pooling, and finally a dense layer that transforms a vector of shape 1024 into 1792. However, in Ollama's conna-embedding v1, the outpu... | bug | low | Minor |
2,582,624,316 | terminal | [Bug] "Open in Terminal" focuses on last session instead of selected folder | ### Windows Terminal version
7.4.5
### Windows build number
22631.4317
### Other Software
Using Terminal in combination with File Explorer has a certain risk. When you have closed Terminal with open sessions, it will focus on the last session NO MATTER how you have started Terminal again. Literally focusing on a s... | Issue-Bug,Product-Terminal,Priority-3,Area-Windowing | low | Critical |
2,582,641,899 | godot | SubViewport (with Size2D override stretch on) in collapsed split container causes affine_invert det==0 error | ### Tested versions
v4.3.stable.mono.official [77dcf97d8]
### System information
Godot v4.3.stable.mono - Windows 10.0.22631 - Vulkan (Forward+) - integrated Intel(R) Iris(R) Xe Graphics (Intel Corporation; 32.0.101.6077) - 12th Gen Intel(R) Core(TM) i5-12500H (16 Threads)
### Issue description
I put a subviewport... | bug,topic:gui | low | Critical |
2,582,645,687 | rust | Remove `std.dll` from dist archives on Windows | Thanks to https://github.com/rust-lang/rust/pull/122362, `librustc_driver.so` no longer dynamically links to the standard library (`libstd.so`). And since https://github.com/rust-lang/rust/pull/131188, we no longer ship the dynamic libstd file on non-Windows platforms. This reduces the size of the dist rustup component... | A-testsuite,O-windows,T-compiler,A-incr-comp | low | Minor |
2,582,669,857 | rust | No documentation for minimal and maximal LLVM versions supported | ### Location
Nowhere
### Summary
When I build rustc with the local llvm, I want to know with what external LLVM versions will rustc work.
https://github.com/rust-lang/rust/pull/122649 upgrades in March the minimum external LLVM version to 17.
https://github.com/rust-lang/rust/pull/127513 updates in July LLVM to ver... | A-docs | low | Major |
2,582,678,688 | flutter | [Flutter GPU] Add buffer->texture blit. | Add a DeviceBuffer->Texture blit command to CommandBuffer, which allows specifying the source buffer view (offset), destination rectangle, and destination mip level.
It's common for PBR renderers to perform expensive generation of radiance maps offline. As roughness increases, the radiance map should become more blu... | engine,P2,team-engine,triaged-engine,flutter-gpu | low | Minor |
2,582,679,321 | TypeScript | Capitalize and Uncapitalized are implemented multiple times | ### Acknowledgement
- [x] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.
### Comment
The intrinsic type implementation for `Capitalize` and `Uncapitalize` are implemented multiple times in the `checker.ts`. They should be moved into a reusable ... | Infrastructure | low | Minor |
2,582,685,922 | vscode | [BUG] [1.94 Regression] VS Code uses the wrong, deprecated file/folder picker on Gnome. | Does this issue occur when all extensions are disabled?: Yes
- VS Code Version/OS version:
```
Version: 1.94.2
Release: 24284
Commit: ea88724571c2cd4044155127c5ba85681e5cdcfe
Date: 2024-10-10T18:23:57.145Z
Electron: 30.5.1
ElectronBuildId: undefined
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
... | linux,electron,upstream-issue-linked,native-file-dialog | low | Critical |
2,582,709,464 | next.js | `next/link` Link component creates a stackoverflow when navigating to a server component with a `redirect` logic | ### Link to the code that reproduces this issue
https://github.com/bwilytsch/redirect-nextjs-repro
### To Reproduce
1. Setup a new NextJS app using the app router
2. Create two nested routes e.g. `/dashboard` and `/dashboard/getting-started`
3. Add a `layout.tsx` server component to `/dashboard` with a redirect to... | bug | low | Minor |
2,582,715,033 | create-react-app | Potential ReDoS Vulnerability or Inefficient Regular Expression in Project: Need for Assessment and Mitigation | Hello,
I am writing to report a potential Regular Expression Denial of Service (ReDoS) vulnerability or Inefficient Regular Expression in the project. When using specially crafted input strings in the context, it may lead to extremely high CPU usage, application freezing, or denial of service attacks.
**Location ... | needs triage,issue: bug report | low | Major |
2,582,719,579 | godot | Failed to import resources when running Godot 4 in Linux ARM64 (Asahi) | ### Tested versions
- Reproducible in Godot 4.3 Stable (v4.3.stable.flathub [77dcf97d8]) (and perhaps 4.2, as I already had the issue in the past but didn't spend much time on it as I assumed it was an issue related to the GPU driver of the OS.)
### System information
Asahi Linux (Linux ARM64) - Godot v4.3 Stable - ... | bug,platform:linuxbsd,needs testing,topic:import | low | Critical |
2,582,729,263 | ollama | Any plans to add Pyramid-Flow? | hi,
Do you plan to add https://github.com/jy0205/Pyramid-Flow ?
Thanks | model request | low | Minor |
2,582,759,776 | godot | Find in Files does not work with empty `Folder: res://` field | ### Tested versions
Reproducible in:
- `Godot v4.3.stable`
Not reproducible in:
- `Godot v4.2.1.stable`
### System information
Ubuntu 22.04.5 LTS 22.04 - X11 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4080 - AMD Ryzen 7 7800X3D 8-Core Processor (16 Threads)
### Issue description
Find in File... | discussion,topic:editor,needs testing | low | Minor |
2,582,811,025 | deno | Unable to start Slack Bolt application server | Version: Deno 2.0.0
```
Task start deno run --allow-sys --allow-read --allow-env --allow-net ./src/app.ts
[INFO] socket-mode:SocketModeClient:0 Going to establish a new connection to Slack ...
Warning: Not implemented: ClientRequest.options.createConnection
โก๏ธ Bolt app is running! โก๏ธ
error: Uncaught (in promise)... | bug,node compat | low | Critical |
2,582,839,853 | youtube-dl | Extraction Failure: Unable to Retrieve Video Formats from Filemoon.sx | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | broken-IE | low | Critical |
2,582,843,897 | godot | Subviewport path in a Sprite3D/ViewportTexture redirects to parent Node after being Played in another scene | ### Tested versions
. v4.3.stable.mono.official
. v4.4 master build(9 October 2024)
. v4.2.2 stable.mono.official(Tested for earlier version still happens)
.v4.2.1 stable.mono.official(Tested for earlier version **Does not happen in this version**)
### System information
Windows 10 19045.5011 - Godot v4.3.stable... | bug,topic:editor | low | Critical |
2,582,961,277 | vscode | Vscode 1.94 Remote Server raises the min required GLIBC to 2.27 | <!-- โ ๏ธโ ๏ธ 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,583,053,574 | godot | Property Inspector shortcut keys don't take effect | ### Tested versions
Reprodicible in:
- Godot v4.3.stable
- Godot v4.0.stable
This bug is **not** in
- Godot v3.4.4.stable.
### System information
Godot v4.3.stable - Windows 10.0.19044 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 (NVIDIA; 32.0.15.6081) - AMD Ryzen 9 5950X 16-Core Processor (... | bug,topic:editor,topic:input | low | Critical |
2,583,131,926 | excalidraw | Background color picker | Seems like the color picker is missing here. I'd love to implement the solution if required.

| enhancement | low | Minor |
2,583,142,063 | PowerToys | PowerToys settings not saving | ### Microsoft PowerToys version
0.85.1
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
General
### Steps to reproduce
Module enable/disable settings are reset to the initial state every time the program is started.
### โ๏ธ Expected Behavior
Module enable/disable setting... | Issue-Bug,Needs-Triage | low | Minor |
2,583,147,545 | rust | Tracking Issue for deterministic random number generation | Feature gate: `#![feature(deterministic_random_chacha8)]`
This is a tracking issue for `DeterministicRandomSource`, a deterministic random number generation that will always generate the same values for a given seed.
### Public API
```rust
// core::random;
pub struct DeterministicRandomSource { .. }
impl Determini... | T-libs-api,C-tracking-issue | low | Major |
2,583,183,388 | PowerToys | Share program windows between PCs (window without borders). | ### Description of the new feature / enhancement
Just like mouce without borders, but we can move windows of programs across different displays. It seems like all displays from all PCs are part of a bigger unified desktop.
### Scenario when this would be used?
This is convinent when you need to move one window from ... | Needs-Triage | low | Minor |
2,583,207,062 | next.js | Issue with dynamic segment in Middleware and NextConfig using trailingSlash: true | ### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 23.0.0: Fri Sep 15 14:41:34 PDT 2023; root:xnu-10002.1.13~1/RELEASE_ARM64_T81... | Middleware | low | Critical |
2,583,219,967 | vscode | Feature request: Contribution point for context menus in shell integration command decorations | <!-- โ ๏ธโ ๏ธ 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. -->
While VS Code has many contribution points for contex... | feature-request,api,api-proposal,terminal-shell-integration | low | Minor |
2,583,224,721 | tauri | [feat] Get secure and http only cookies | ### Describe the problem
Hi,
I would like to extract all cookies from the Tauri webview. Currently, using `document.cookie` doesn't include HTTP-only or secure cookies. Could you add an option to extract those as well on Windows/macOS/Linux?
Thanks!
### Describe the solution you'd like
For instance when using ... | type: feature request | low | Minor |
2,583,235,780 | go | proposal: encoding/xml: add omitzero option | ### Proposal Details
Since #45669 was accepted, for consistency, we should probably support `omitzero` option in `encoding/xml` with the exact semantic.
See comments https://github.com/golang/go/issues/45669#issuecomment-2289770548, https://github.com/golang/go/issues/45669#issuecomment-2315878346. | Proposal | low | Minor |
2,583,236,268 | rust | Can `./x doc xxx` be exercised in PR CI or earlier? | Tool docs like `./x doc src/tools/compiletest` seemingly are run very late into the full CI pipeline, but that seems relatively easy and cheap to either run in PR CI or perhaps earlier in full CI? That might help to catch trivial broken intradoc links which can fail full CI like 2 hours in...
Not sure about compiler/s... | T-bootstrap,T-infra,C-discussion,E-needs-investigation | low | Critical |
2,583,237,235 | ui | [bug]: Cryptic error using NavigationMenu in next@rc.0 | ### Describe the bug
```
โ Compiled / in 18.8s (2684 modules)
debug-enabled [ 0, [ 'debug-enabled' ] ]
โจฏ at stringify (<anonymous>)
at stringify (<anonymous>)
digest: "1696842991"
โจฏ at stringify (<anonymous>)
at stringify (<anonymous>)
at stringify (<anonymous>)
digest: "2045245497"
โจฏ... | bug | low | Critical |
2,583,239,356 | go | go/printer: form feed is wrongly treated as a newline | This is an unrealistic edge-case, found by a fuzzer.
Both of the go sources in the reproducer below, are parsed successfully, but the printed source (with `go/printer`) contains a syntax error:
```go
func TestReproducer(t *testing.T) {
cases := []string{
"package A\nimport(\"a\"/*\f*/\n\"bb\")",
"packa... | NeedsInvestigation | low | Critical |
2,583,254,545 | deno | Skip hostname checking for TLS connections | I'm missing the ability to disable hostname checking for TLS connections. Something comparable to Node.js' `checkServerIdentity` of [`tls.connect`](https://nodejs.org/api/tls.html#tlsconnectoptions-callback). | feat,tls | low | Minor |
2,583,255,857 | ui | [bug]: Combining Deno2 with NEXT.js and shadcn is failing | ### Describe the bug
Currently, I am trying to run NEXT.js with Deno2 and shadcn. Everything is working till I want to start adding shadcn components in my project.
- The issue is only coming up if I add a shadcn button in my page.tsx
- Webpack is installed
- Tested with a fresh project
I got following output... | bug | low | Critical |
2,583,272,138 | PowerToys | Keyboard Manager disables my Control Key | ### Microsoft PowerToys version
0.85.1
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
1. Remap a shortcut that has `ctrl` in it.
2. Wait a few minutes.
3. No other shortcuts that use `ctrl` that aren't "remapped" work.
_(Also ha... | Issue-Bug,Needs-Triage | low | Critical |
2,583,275,130 | react-native | Text in FlatList is not selectable on Android | ### Description
Bug previously opened [here](https://github.com/facebook/react-native/issues/26264).
It was claimed to be fixed [here](https://github.com/facebook/react-native/pull/28952) but still reproduces on 0.75.4
### Steps to reproduce
Try to select text in provided reproducer, it won't work for item... | Issue: Author Provided Repro,Platform: Android,Component: FlatList | low | Critical |
2,583,309,033 | rust | rustdoc: the required const feature gate is not shown | For regular unstable functions, rustdoc shows something like this

However, for const-unstable functions, all we get is

There's no indica... | C-bug,A-rustdoc-ui,T-rustdoc-frontend | low | Major |
2,583,313,094 | vscode | Extension search/VSCode update fail with XHR |
Type: <b>Bug</b>
Start VSC, select extensions, and attempt to search
VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z)
OS version: Windows_NT x64 10.0.19045
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i7-7700HQ CPU @... | info-needed | low | Critical |
2,583,314,052 | deno | Overlapping LTS releases | I'm not sure if this is the right place, but couldn't find anywhere else.
I just read the Deno 2.0 blog post, showing the upcoming release schedule, and was surprised to see LTS versions not having any overlap.
Basically, what I'm aiming for is; always running the most stable (often means "oldest") version still ... | question | low | Minor |
2,583,316,154 | ui | Dropdown opening causing whole page to freeze | ### Describe the bug
Hi. I am trying to use Dropdown component inside of data table. I am using Next.js. Opening this dropdown causes whole page to freeze.
```<DropdownMenu >
<DropdownMenuTrigger asChild>
<Button variant="ghost" className="h-8 w-8 p-0">
... | bug | low | Critical |
2,583,349,198 | godot | [.Net] All Script `Exports` Becomes Null and Ineditable when `TOOLS` is Not Defined | ### Tested versions
v4.3.stable.mono.official [77dcf97d8]
### System information
v4.3.stable.mono.official [77dcf97d8]
### Issue description
Under certain unknown conditions, every C# script's export will become null and ineditable.
### Steps to reproduce
1. Download the MRP
2. Unzip the MRP and Open it with Go... | enhancement,usability,topic:dotnet | low | Critical |
2,583,351,281 | go | proposal: crypto/ecdh: allow external curve and key implementations | ### Proposal Details
At this point this is more a number of thoughts and description of issues I've encountered trying to work with `crypto/ecdh` rather than a proposal to change things in a specific way. `crypto/ecdh` is used by a lot of people, so breaking changes are out of the picture unless maybe if a `/v2` versi... | Proposal,Proposal-Crypto | low | Critical |
2,583,379,474 | material-ui | Type error importing `@mui/styled-engine` from `@mui/material` using `skipLibCheck: false` | ### Search keywords
type error missing dependency
### Latest version
- [X] I have tested the latest version
### Steps to reproduce
Steps:
1. Start a TypeScript project with `@mui/material` using a strict package manager (e.g., pnpm or Yarn PnP) and with `skipLibCheck` set to `false`
### Current beh... | bug ๐,typescript,package: system,package: material-ui | low | Critical |
2,583,386,695 | rust | rustdoc panics while documenting panicking associated constant | I have the following code:
```rust
pub trait Foo {
const BAR: ();
}
impl Foo for () {
const BAR: () = panic!("intentional PME");
}
```
While this is contrived, this pattern is used in real codebases to take advantage of post-monomorphization errors (PME's), for example [here](https://github.com/google/zeroco... | T-rustdoc,C-bug,A-const-eval | low | Critical |
2,583,386,933 | ui | [bug]: Installation Error | ### Describe the bug
npx shadcn@latest init
โ Preflight checks.
โ Verifying framework. Found Next.js.
โ Validating Tailwind CSS.
โ Validating import alias.
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
request to https://ui.sh... | bug | low | Critical |
2,583,389,142 | flutter | WebViewWidget steals keyboard focus from a TextField on touch | ### Steps to reproduce
1. Have a screen with a `WebViewWidget` (non-empty) and a `TextField`.
2. Focus the text field and type something. It works.
3. Tap the web view. The text field still has the focus, but the tapping the keys does nothing, and also autocomplete is gone.
I tried wrapping the web view in `Exclu... | a: text input,platform-android,p: webview,package,p: webview-keyboard,has reproducible steps,P2,team-android,triaged-android,fyi-text-input,found in release: 3.24,found in release: 3.27 | low | Minor |
2,583,399,310 | godot | move_and_collide registers CSGshapes with a frame of delay. | ### Tested versions
-Reproducible in 4.3
### System information
Linux mint
### Issue description
When the game starts running the body will register no collisions until one frame has passed if the would be collision is against a CSG shape. I'm guessing there is some kind of delay between the CSG shapes ... | bug,topic:core,topic:physics | low | Critical |
2,583,454,892 | rust | rustdoc: `#impl-` link renders raw in some situations | 

See how the same link is rendered differently in the footnote.
Occurred in https://github.com/bevyengine/bevy/pull/15874
###... | C-bug,A-rustdoc-ui,T-rustdoc-frontend | low | Minor |
2,583,469,619 | terminal | Terminal Unresponsive when Playing Games | ### Windows Terminal version
1.20.11781.0
### Windows build number
10.0.26100.0
### Other Software
Steam
Any game launched through steam
### Steps to reproduce
Start a video game and open Windows Terminal. Windows Terminal becomes unresponsive. This is true for any shell that terminal launches. powershell, cm... | Area-Rendering,Issue-Bug,Product-Terminal | medium | Major |
2,583,470,864 | excalidraw | Possible to add default libraries for all users? | Running via docker compose. Can I possibly host some download libraries and provide them as defaults for anyone who hits the website? | support | low | Minor |
2,583,503,510 | ui | [bug]: Combobox search functionality searches values instead of labels | ### Describe the bug
The example on the web page works fine but that is because the values have the same text as the labels. Most selects will have a description as the label and some sort of ID as the value. Upon changing the values to in the examples to random strings, the search/filter does not filter based on th... | bug | low | Critical |
2,583,505,816 | PowerToys | Occasionally a serious error will occur: โBlack screen of deathโ (Windows 11 graphics go out!). | ### Microsoft PowerToys version
0.851
### Installation method
Microsoft Store
### Running as admin
None
### Area(s) with issue?
Always on Top
### Steps to reproduce
Application: PowerToys.PowerLauncher.exe
CoreCLR Version: 8.0.824.36612
.NET Version: 8.0.8
Description: The process was terminated due to an unha... | Issue-Bug,Needs-Triage | low | Critical |
2,583,529,850 | stable-diffusion-webui | [Bug]: ModuleNotFoundError: No module named 'timm' | ### Checklist
- [ ] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | bug-report | low | Critical |
2,583,623,425 | deno | Request for Peer Dependency Support in Deno | I am currently developing a framework in Deno and noticed that Deno lacks the peerDependency feature, which is available in Node.js.
I would like to request supporting peer dependency in Deno, specifically allowing the specification of peer dependencies in the deno.json configuration file, similar to how it is handl... | suggestion | low | Major |
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.