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,713,264,489 | storybook | [Bug] Preview API hooks aren't behaving as expected in portable stories | Apart from `useArgs` not working due to Storybook channel limitations (#29773), other hooks from `@storybook/preview-api` also don't behave as expected, such as `useState` and `useEffect`.
💡 Solutions/Action items:
- Research on how feasible it is to implement support for this
- Document this limitation
---
Curren... | bug,sev:S3,portable stories | low | Critical |
2,713,272,831 | storybook | [Bug] Vitest plugin does not detect custom vite config paths | Storybook, by default, loads a `vite.config` file in the project root. The same goes for Vitest. However, users can customize the vite config path like so:
```tsx
// .storybook/main.js
export default {
core: {
builder: {
name: '@storybook/builder-vite',
options: {
viteConfigPath: '.storybook/... | bug,sev:S4,portable stories | low | Critical |
2,713,279,678 | storybook | [Bug] manual setup required for addon annotations in portable stories | *This is an issue that has existed forever in portable stories (and will likely be fixed by CSF4).*
To make it simple:
Storybook composes annotations that might come explicitly from user's files e.g. `.storybook/preview` or might come implicitly from addons which are registered in main.js. If an addon has entrypoints... | bug,sev:S3,portable stories | low | Critical |
2,713,281,168 | storybook | [Bug] framework and addon preview annotations not automatically applied in portable stories | Apart from setting annotations in a set up file by importing them, users, addons or frameworks can also programatically add preview annotations via the `previewAnnotations` preset. Here's an example of what a user can do (though I think it's not so common):
```tsx
// .storybook/main.js
export default {
previewAnnota... | bug,sev:S3,portable stories | low | Critical |
2,713,281,296 | flutter | InteractiveViewer jumps to incorrect transform on mouse scroll during pan | ### Steps to reproduce
- Run the code sample on Windows or Web while using a mouse.
- Pan the InteractiveViewer grid with left or right mouse button.
- While the pan is in motion, place the mouse cursor on the blue square and use the mouse scroll wheel to scroll in or out.
- The zoom will NOT be focused on the cu... | framework,platform-web,a: desktop,a: mouse,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27 | low | Major |
2,713,282,198 | storybook | [Bug] Storybook experimental features ignored in portable stories | In Storybook we normally use the `features`main.js property to allow users to toggle between certain experimental features like `experimentalRSC`, however those are not taken into account in portable stories:
```tsx
// .storybook/main.js
export default {
features: {
experimentalRSC: true,
},
}
```
💡 Solution... | bug,sev:S3,portable stories,rsc | low | Critical |
2,713,395,380 | react | Bug: useId not stable on hydration with mid-render state update (React 18) | React version: 18.3.1, 18.0.0
Does not occur in React 19, but we can't use React 19.
## Summary
I am fully expecting this to be programmer error, but this behavior deeply puzzles me and I can't find any documented reason for it. If this isn't a bug in React, I would definitely consider it a bug in React docum... | Status: Unconfirmed | low | Critical |
2,713,456,044 | pytorch | Test failures when migrating to SM89 | ### 🐛 Describe the bug
See https://github.com/pytorch/pytorch/pull/140305
For some reasons, while running tests on L4 some tests started to fail, while other require increased tolerances
### Versions
CI
cc @ptrblck @msaroufim @eqy @mruberry @ZainRizvi | module: cuda,module: tests,triaged | low | Critical |
2,713,459,783 | terminal | Trigger Redraw Crash | ### Windows Terminal version
1.21.3231.0
### Windows build number
10.0.26335.0
### Other Software
_No response_
### Steps to reproduce
Unsure 😅
### Expected Behavior
To not crash
### Actual Behavior
`Access Violation` exception, see Watson Bucket 20f45815-12a1-7b5a-eadf-5a6297346f30 | Area-Rendering,Issue-Bug,Severity-Crash,Product-Terminal | low | Critical |
2,713,464,472 | vscode | Win+R code ENTER opens irritating conhost.exe console window | If you run code from "Run" Explorer dialog (type "Win+R" on keyboard) two windows are open: `code` editor and console `conhost.exe`.
conhost take precious space in Taskbar & occupy extra slot in Alt+TAB.
`Win+R code Enter` is a fast way to open an editor.
Workaround: instead of running `c:\Users\user\AppData\Local\... | bug,windows,workbench-os-integration,confirmed | low | Critical |
2,713,496,392 | go | crypto/tls: TestHandshakeClientECDHEECDSAAESGCM/TLSv12 failures | ```
#!watchflakes
default <- pkg == "crypto/tls" && test == "TestHandshakeClientECDHEECDSAAESGCM/TLSv12"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8729631309123220881)):
=== RUN TestHandshakeClientECDHEECDSAAESGCM/TLSv12
=== PAUSE TestHandshakeClien... | NeedsInvestigation | low | Critical |
2,713,497,578 | rust | Bad `+ use<>` suggestion in nested macro_rules | Failure in migrating rocket 0.5.1 to 2024 due to the [_typed_stream](https://github.com/rwf2/Rocket/blob/v0.5.1/core/lib/src/response/stream/mod.rs#L292-L301) macro getting modified to:
```rust
macro_rules! _typed_stream {
($S:ident, $($t:tt)*) => (
$crate::__typed_stream! {
$crate::response::s... | A-lints,A-macros,T-compiler,C-bug,A-suggestion-diagnostics,E-needs-mcve,D-invalid-suggestion,D-edition,A-edition-2024,L-impl_trait_overcaptures,I-edition-triaged | low | Critical |
2,713,503,171 | pytorch | rms_norm forward performance analysis | ### 🐛 Describe the bug
In our previous tests, the performance of rms_norm operator compiled by inductor is worse than liger implementation. Here is the root cause analysis.
## Reproduce tests
```
% python run.py --op rms_norm --mode fwd --precision fp32 --metrics latency,speedup --cudagraph
100%|██████... | triaged,oncall: pt2,module: inductor | low | Critical |
2,713,543,494 | yt-dlp | Embedding subtitles in preferred formats or convert other formats | ### 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 asking a question and **not** reporting a bug or requesting a feature
- [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#re... | enhancement | low | Critical |
2,713,548,502 | rust | [rustc] SIGSEGV maximum backtrace depth reached | <!--
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
Use javascript `x=10000; out="compil... | I-crash,P-low,T-compiler,C-bug | low | Critical |
2,713,556,804 | rust | [rustc_ast/src/ast_traits.rs:301] Stack overflow for nested expressions | ### Code
```Rust
fn main {
// please see attached files for full code
let x = 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+ (repeat 100k times) +1;
}
```
### Affected release channels
- [ ] Previous Stable
- [x] Current Stable
- [ ] Current Beta
- [ ] Current Nightly
### Rust Version
```Shell
rustc 1.83.0 (90b35a623 2024-11-2... | I-crash,P-low,T-compiler,C-bug | low | Critical |
2,713,584,774 | go | x/benchmarks/sweet/cmd/sweet: TestSweetEndToEnd failures | ```
#!watchflakes
default <- pkg == "golang.org/x/benchmarks/sweet/cmd/sweet" && test == "TestSweetEndToEnd"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8729636098417253009)):
=== RUN TestSweetEndToEnd
integration_test.go:36: phase setup @0s (dura... | NeedsInvestigation | low | Critical |
2,713,601,884 | material-ui | [Textfield] TS2322 with slotProps inputLabel | ### Steps to reproduce
Steps:
1. Using Textfield with shrink to true
```
<TextField
slotProps={{
inputLabel: { shrink: true },
}}
/>
```
2. Build with TypeScript (with strict)
Returns
```
error TS2322: Type '{ shrink: true; } | { shrink: true; } | { id?: string | undefined; role?: AriaRole | un... | component: text field,typescript | low | Critical |
2,713,618,324 | PowerToys | The PowerToys.Run is taking almost 1GB of ram | ### Microsoft PowerToys version
0.86.0
Running in Windows 11 x64
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
I only enabled PowerToys Run for quick search.

### System information
Godot v4.4.dev (893bbdfde) - Windows 10.0.22631 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 (NVIDIA; 32.0.15.6094) - AMD Ryzen 5 3600 6-Core Processor (12 threads)
### Issue description
When I modify the... | discussion,topic:gdscript,topic:editor | low | Minor |
2,713,658,925 | rust | rustdoc-json: Document why Id can't just be DefId | > NIT: This comment could be more useful. The problem it's actually trying to solve is that a single `pub use` with 1 defid can expand to multiple rustdoc-json items it the name exists in multiple namespaces: https://godbolt.org/z/jEnGxoWx6.
>
> At some point in the future, we should maybe change how we do this on th... | T-rustdoc,C-enhancement,A-docs,A-contributor-roadblock,A-rustdoc-json | low | Minor |
2,713,675,057 | react | hydration error | ## Summary
<!--
Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a
repository on GitHub, or provide a minimal code example that reproduces the
problem. You may provide a screenshot of the application if you think it is
relevant to your bug report. Here are some tips for providing a ... | Resolution: Needs More Information | medium | Critical |
2,713,728,375 | go | crypto/tls: TestGetClientCertificate/TLSv13 failures | ```
#!watchflakes
default <- pkg == "crypto/tls" && test == "TestGetClientCertificate/TLSv13"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8729618149014962353)):
=== RUN TestGetClientCertificate/TLSv13
panic: test timed out after 6m0s
running test... | NeedsInvestigation | low | Critical |
2,713,751,871 | vscode | [Feature Request] Record file opened by navigation bar into recent file list | <!-- ⚠️⚠️ 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. -->
One of the functions of vscode is to view logs for me... | feature-request,workbench-history | low | Major |
2,713,756,681 | deno | SDK Send Events not working or erroring | OS and version used: Windows 11
Node.js version: 22.11.0, Deno v2.0.6
npm version: 10.9.0
list of installed packages: N/A
Version: Deno 2.0.6
When using the Node SDK in Deno to attempt to sent events and batch events to the cloud, my callback function is not getting called, no error is thrown and no messages are... | bug,needs investigation,node compat | low | Critical |
2,713,761,483 | deno | specs::node::worker_threads::message_port is flaky | ```
---- specs::node::worker_threads::message_port ----
command D:\a\deno\deno\target\debug\deno.exe run --allow-env --allow-read message_port.mjs
command cwd D:\a\deno\deno\tests\specs\node\worker_threads
output path D:\a\deno\deno\tests\specs\node\worker_threads\message_port.out
-- OUTPUT START --
worker: Hello... | flaky | low | Critical |
2,713,872,377 | pytorch | [Dynamo] Symbolic variables are reduced to Ints in compiled graph inputs | ### 🐛 Describe the bug
```
def test_select_scatter():
# (input_shape, shape_src, dim, index)
input_shapes = [
((16, 16, 1, 2, 3), (16, 16, 2, 3), 2, 0),
((17, 17, 1, 2, 3), (17, 17, 1, 3), 3, 1),
((18, 18, 1, 2, 3), (18, 18, 1, 2), 4, 2),
((19, 19, 1, 2, 3), (19, 19,... | triaged,oncall: pt2,module: dynamic shapes | low | Critical |
2,713,901,394 | electron | Add `canUndo` and `canRedo` as instance properties of the `webContents` object. | ### 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 | Minor |
2,713,921,548 | terminal | Be able to switch the pane "focus" of my cursor programmatically | ### Description of the new feature
I want to be able to run a command in one pane and then have my cursors focus be able to shift to the other frame. This is mainly for AI Shell where after a someone uses the command `/code post` to post code responses to their working shell that their cursor is also shifted to the le... | Issue-Feature,Product-Terminal,Area-Commandline | low | Minor |
2,713,947,684 | deno | fails to do relative dynamic import inside workspace package | Version: Deno 2.1.2
## Reproduction
1. create a deno workspace.
2. initialize [lume](https://github.com/lumeland/lume) with CMS in workspace package (the "`lume/`" dir)
3. run `cd lume` && `deno task cms`
4. it fails because cms module invokes `await import("lume/cms/adapters/lume.ts")`, and deno cannot resolv... | question | low | Minor |
2,713,984,322 | TypeScript | Support declaring multiple setter overloads | ### 🔍 Search Terms
setter overload, multiple setter signatures, multiple setter input types
### ✅ 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 em... | Suggestion,Awaiting More Feedback | low | Minor |
2,714,000,287 | neovim | `WinNew` event seems to ignore file patterns in autocmds | ### Problem
I'm trying to create an autocmd for the `WinNew` event that only fires when certain files are opened in new windows (specifically "help" files, i.e. `*/doc/*.txt`). However, when I specify a filepath pattern for the autocmd, it never fires.
### Steps to reproduce
```
nvim --clean
:autocmd WinNew "*/doc/*... | documentation | low | Minor |
2,714,119,105 | godot | [Multiple monitors] Window disapears when borderless fullscreen and window mode maximized | ### Tested versions
- Reproducible in 4.3 stable, 4.4 dev branch
### System information
Godot v4.3.stable - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce RTX 4070 Ti (NVIDIA; 32.0.15.6094) - 13th Gen Intel(R) Core(TM) i7-13700K (24 Threads)
### Issue description
When setting a borderless window to ma... | bug,needs testing,topic:gui | low | Major |
2,714,119,285 | pytorch | torch._dynamo.exc.Unsupported: builtin: eq [<class 'torch._dynamo.variables.misc.GetAttrVariable'>, <class 'torch._dynamo.variables.constant.EnumVariable'>] | ### 🐛 Describe the bug
mini reproducer:
it's not equal to https://github.com/pytorch/pytorch/issues/135573
```python
# import os
# os.environ["TORCH_LOGS"] = "+dynamo"
import torch
# torch._dynamo.config.inline_inbuilt_nn_modules = False
import enum
from collections import OrderedDict
DEVICE = "cpu"
... | triaged,oncall: pt2,module: dynamo | low | Critical |
2,714,130,368 | tensorflow | How to load partial parameters from subclass model in TF2? | Hi, all,
I have constructed a keras model with subclass mode in TensorFlow2.x, and trained it with a dataset named dataset1(which have 4000 classification, namely the vocabulary size is 4000), and save the checkpoint with tf.train.Checkpoint and tf.train.CheckpointManager. And now I want to finetune it with a new... | stat:awaiting tensorflower,type:support,comp:apis | medium | Minor |
2,714,147,650 | pytorch | [RFC] Disable CMake find_library(libm) on Windows, and solve libm conflict to MSVC runtime lib(ucrt.lib). | ### 🚀 The feature, motivation and pitch
Original issue is https://github.com/pytorch/pytorch/issues/134989
After debug work, I found that `libm` is not should exist on Windows. On Windows, Microsoft already provided math libraries in its runtime library. If we called find_library(libm) from CMake file on Windows, it... | module: build,module: windows,triaged | low | Critical |
2,714,164,857 | kubernetes | Fake client does not validate if the namespace exists when creating resources | ### What happened?
When using the fake client provided by the Kubernetes client-go library, I observed that it does not validate whether the namespace exists before creating resources.
For example, in the test case below, I attempted to create a Deployment in a non-existent namespace (test-namespace). However, no e... | kind/bug,sig/api-machinery,triage/accepted | low | Critical |
2,714,215,716 | kubernetes | [Flaky Test] TestRegistrationHandler/manage-resource-slices of kubelet/cm/dra plugin is Flaking | ### Which jobs are flaking?
k8s Unit test Job.
### Which tests are flaking?
`TestRegistrationHandler/manage-resource-slices` in `k8s.io/kubernetes/pkg/kubelet/cm/dra: plugin`
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/plugin/registration_test.go#L115
### Reason for failure (... | sig/node,kind/flake,triage/accepted,wg/device-management | low | Critical |
2,714,262,567 | godot | Using too many tiles and a `Camera2D` will make `TileMapLayer` vanish on camera `zoom` + `offset` | ### Tested versions
Version: 4.3.stable.mono
### System information
Godot v4.3.stable.mono - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce RTX 2080 SUPER (NVIDIA; 32.0.15.6603) - AMD Ryzen 7 3700X 8-Core Processor (16 Threads)
### Issue description
At a specific number of tiles (in my test its 128 ... | bug,needs testing,topic:2d | low | Minor |
2,714,292,101 | vscode | tools menu |
Type: <b>Feature Request</b>
Hello,
integrate a tools menu in visual studio code please
for example tools > nuget package manager
Thanks.
HR
VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Windows_NT x64 10.0.22000
Modes:
<!-- generated by issue repor... | feature-request,menus | low | Minor |
2,714,299,783 | vscode | no copy and paste |
Type: <b>Bug</b>
Hello,
after all these updates you don't even have a copy and paste feature in the Issue Reporter, that's poor.
What are You doing the whole day?
Thanks.
HR
VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Windows_NT x64 10.0.22000
Modes... | feature-request,issue-reporter | low | Critical |
2,714,309,453 | excalidraw | TypeError: Failed to construct 'URL': Invalid URL | # Excalidraw TypeError: Failed to construct 'URL': Invalid URL
## Expected Outcome:
Following Excalidraw docs provided code working without error for Next js
Excalidraw Node mounted in the html tree

## Issue: Unhandled Runti... | bug,font | low | Critical |
2,714,335,958 | vscode | Attached text hover paddings | Testing #234962
The line between title and content is too close to the content:

| bug,verification-found,panel-chat | low | Minor |
2,714,341,938 | vscode | Color attached code in hover | Testing #234962
The syntax coloring is missing:
 | bug,panel-chat | low | Minor |
2,714,348,742 | vscode | Wrong file type icon for attached code | Testing #234962
It shows the plaintext icon instead of the TS one:

| bug,panel-chat | low | Minor |
2,714,356,652 | vscode | Undo show hide paste menu | Testing #234962
- paste code into chat panel
- undo
- paste menu stays 🐛
| bug,panel-chat | low | Minor |
2,714,363,174 | vscode | Selecting a completion entry doesn't do anything | Testing #235021
* trigger completions with ctrl+space
* arrow down to an entry
* select Enter
* :bug: suggestion close but nothing is inserted
https://github.com/user-attachments/assets/fcb573a5-1ce3-4292-802a-a40fcda7bc9f
| feature-request,terminal-suggest | medium | Critical |
2,714,393,247 | langchain | langchain_chroma similarity_search_with_score pass two metadata It's not OK | ### 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... | Ɑ: vector store | low | Critical |
2,714,402,580 | rust | `allow_internal_unstable` valid on non proc-macros | This bug was technically noticed before, in #69399. That issue was closed without fixing the issue (instead fixing another issue).
Found the bug looking at this gem of a function:

if it's a function;
look if it's a proc macro a... | A-attributes,T-compiler,C-bug | low | Critical |
2,714,421,691 | vscode | Allow to configure the editor split on drop target threshold | I want to reopen #116502 that was closed a few years ago as it is still highly relevant. I find the default behavior of vscode annoying.
---
I would like an option to configure the split offering threshold on drag. In Atom editor I was used to a value around 66%
This settings could be named as "splitOnDragOfferingTh... | feature-request,workbench-editor-grid | low | Minor |
2,714,454,806 | vscode | Unclear why filing an issue affordance is so prominent | Testing #235051
* run a NB cell
* hover over execution times
* the message lists v e r y prominently that I should file an issue
* IMO that's too strong because generally times are just interesting and nothing that should be followed with by an issue report. Can this be just a little icon after the extension/renderer?... | under-discussion,notebook-statusbar | low | Minor |
2,714,565,971 | vscode | Extensions Warning: Dismiss button is not using custom hover | Testing #234993

You can add a custom hover with: `hoveService.showDelayedHover(...)` | debt,extensions | low | Major |
2,714,568,450 | svelte | Svelte's usage of the `:where` CSS selector breaks sites in Safari 12 and 13 | ### Describe the bug
Svelte uses the `:where` CSS selector when you use a CSS selector like `li.main-menu:hover ul`. Svelte turns that into `.main-menu.svelte-13eihuy:hover ul:where(.svelte-13eihuy)`.
This `:where` selector has only been added to Safari in version 14.
The fix is to change `li.main-menu:hover u... | css | low | Critical |
2,714,582,944 | deno | Support compile `deno serve --parallel server.ts` into a single executable | I am currently unable to compile the serve function into a single executable with the `parallel` option enabled. | suggestion,compile,serve | low | Minor |
2,714,594,201 | godot | [Windows on Snapdragon ARM] GUI goes double in popup windows | ### Tested versions
v4.3 stable
### System information
Godot v4.3.stable - Windows 10.0.26100 - GLES3 (Compatibility) - D3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU) - Snapdragon(R) X Elite - X1E78100 - Qualcomm(R) Oryon(TM) CPU (12 Threads) - 16GB RAM - 10 touchscreen points - 2944x1840 resolution with 200% GUI scalin... | bug,platform:windows,topic:rendering,topic:thirdparty,needs testing,topic:gui | low | Critical |
2,714,601,730 | vscode | Test filter is hard to follow | re https://github.com/microsoft/vscode/issues/228195
* vscode sources, all test extensions
* disable fuzzy match
* search for `IPC, Child Process`
* :bug: I cannot make any sense of the results
We have one suite that's called "IPC, Child Process" and I expect that to be the only result. There seems to be totally u... | bug,testing | low | Critical |
2,714,615,002 | ant-design | tabs-使用renderTabBar UI闪烁 右侧操作栏目不固定 | ### Reproduction link
[](https://codesandbox.io/p/sandbox/fglsnz)
### Steps to reproduce
https://codesandbox.io/p/sandbox/fglsnz
### What is expected?
期望使用自定义渲染后 超出长度右侧操作栏固定,新增tab会默认 滚动到最新的位置
### What is actually happening?
... | Inactive | low | Major |
2,714,621,906 | vscode | Allow List: Should target specific versions be supported when extension has not been released traget specific? | Testing #234993
What if an extension releases a version without specific targets. Should adding a target to the specific version still work? Currently it doesn't and I do understand why, however, we could still support it such that companies can specify that a version of an extension can only be used on a specific pla... | feature-request,extensions | low | Minor |
2,714,625,618 | vscode | Opening find widget in editor throws an exception | Latest VS Code insiders, macOS
1. Open Dev Tools
2. Editor > cmd+f -> find widget is opened
3. Notice exception in Dev Tools console 🐛
"Blocked aria-hidden on a <textarea> element because the element that just received focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused el... | bug,accessibility,editor-find | low | Minor |
2,714,632,591 | vscode | No default agent contributed: CodeExpectedError: No default agent contributed | 1. VS Code, open dev tools, sign-out of GH Copilot
2. Reload. Notice error in dev tools console
" ERR No default agent contributed: CodeExpectedError: No default agent contributed
at Lqe.R (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workb... | bug | low | Critical |
2,714,686,701 | vscode | Copilot Chat - attached code block hover feedback | Testing #234962
* It would be nice if we could include the file-type icon in from the of the file name
* The file name does not seem to be vertically centered in the header of the hover
* Not sure about using bold for the file name. I think that being in the header is distinct enough
* The main body of the hover shoul... | feature-request,panel-chat | low | Minor |
2,714,713,364 | vscode | `notebook.addFindMatchToSelection` keeps looping | Testing #235047
When pressing <kbd>Cmd D</kbd> in a regular editor, find results keep getting added to the multiple selection collection. It will be a noop, once all find results are covered by selections.
🐛 In notebooks, <kbd>Cmd D</kbd> will never stop looping around find results.
https://github.com/user-attachme... | bug,editor-highlight,notebook-cell-editor | low | Minor |
2,714,716,909 | deno | X509Certificate.prototype.publicKey fails for Ed25519 keys eventho KeyObject supports them | Version: Deno 2.1.2
In the provided script the X.509 structure's SPKI includes the very same SPKI. The SPKI itself can be passed to `createPublicKey` but cannot be obtained through X509Certificate.
This is unexpected.
The very fact that `process.getBuiltinModule` is used to **again** ship incomplete `node:cryp... | bug,node compat,crypto | low | Critical |
2,714,720,830 | vscode | Selection Highlighting in notebooks doesn't work after a few scroll passes | Testing #235047
1. Select a word. Notice it's correctly highlighted in other editors.
2. Scroll around. All is good until...
🐛 ... it isn't. 🙈
https://github.com/user-attachments/assets/50bfa81e-57f1-42c3-a9fb-7d86a13edf2d
| bug,editor-highlight,notebook-cell-editor | low | Minor |
2,714,722,563 | vscode | Remote SSH: Participant is not aware of the SSH remotes I have setup/configured in VS Code | Testing #235037
Maybe having a tool which enables the participant to get the configured SSH remotes I have configured could help it answer some questions.

| feature-request,ssh | low | Minor |
2,714,722,685 | flutter | Multiple flutters with same engine group freeze with platform view | ### Steps to reproduce
1. Clone the sample repo
2. Run `flutter pub get` inside `freeze`
3. Run `flutter precache --ios` inside `freeze`
3. Run `pod install` in the root of the repo
4. Open `FlutterExperiments.xcworkspace`
5. Run the app
6. Scroll the home tab
7. Go to the profile tab
8. Scroll the profile t... | platform-ios,engine,a: platform-views,has reproducible steps,P2,team-ios,triaged-ios,found in release: 3.24,found in release: 3.27 | low | Critical |
2,714,731,017 | vscode | Selection Highlighting in notebooks is indistinguishable from actual multi cursor | Testing #235047
In the regular editor, selection highlights are a faded out color of selection decorations. This lets the user keep track of which selection highlights are already part of the selection.
🐛 There seems to be no distinction in notebooks:
https://github.com/user-attachments/assets/3ad9648f-5f23-4b37-a3... | bug,editor-highlight,notebook-cell-editor | low | Minor |
2,714,735,852 | vscode | `notebook.addFindMatchToSelection` needs one extra invocation | Testing #235047
When pressing <kbd>Cmd D</kbd> in a regular editor after selecting a word, the next find match will be added to the selection.
🐛 In notebooks, the first <kbd>Cmd D</kbd> will do nothing. Only the second one will select the next find match.
| bug,editor-highlight,notebook-cell-editor | low | Minor |
2,714,735,983 | deno | Deno fetch gives TLS related "reset by peer" error, on a site with what appears to be strong security | Using `fetch` in Lume v2.4.2 (Deno Typescript static site generator app) on Deno 2.1.2, I get this error when fetching to our ops db REST API:
> fetch TypeError: "client error connection reset by peer"
I see a lot of people have had this same or a similar problem, in various GH issues, and it appears that it is ... | tls,needs investigation | low | Critical |
2,714,764,792 | vscode | Why run code first, the command seems not loaded in vscode terminal | <!-- ⚠️⚠️ 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,terminal-input | low | Critical |
2,714,774,132 | pytorch | Support SDPA flash attention/ memory efficant attn on ROCm gfx908 | ### 🚀 The feature, motivation and pitch
Currently SDPA has a flash attention backend via AOTriton for gfx90a and gfx942, but not gfx908.
CK flash attention backend used by https://github.com/ROCm/flash-attention dose work on gfx908 but this is not used by pytroch.
For fp16 gfx908 isa supports all the same instr... | module: rocm,triaged,module: sdpa | low | Minor |
2,714,796,175 | bitcoin | qa: Broken `wallet_multiwallet.py` | On the master branch @ ebe4cac38bf6c510b00b8e080acab079c54016d6, the `wallet_multiwallet.py` test has several issues:
1. This code: https://github.com/bitcoin/bitcoin/blob/ebe4cac38bf6c510b00b8e080acab079c54016d6/test/functional/wallet_multiwallet.py#L132-L140 checks for the "Error scanning" message in the `debug.lo... | Tests | low | Critical |
2,714,860,290 | svelte | add a way to force update a state variable | ### Describe the problem
I'm using a custom made data store with realtime update. In svelte 4, when the value got updated, I was just doing `value = value` to refresh different bindings. In svelte 5 it is not possible anymore as before updating bindings, the system check if the value is the same. What more is, insid... | feature request | medium | Critical |
2,714,867,204 | electron | Developer Tools doesn't open after opening and quitting second app instance | ### 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/windows,bug :beetle:,has-repro-comment,33-x-y | low | Critical |
2,714,884,218 | react | [React 19] dangerouslySetInnerHTML causes repaint | ## Summary
Given the following component
```jsx
function App() {
const [count, setCount] = useState(0);
return (
<>
<button onClick={() => setCount((count) => count + 1)}>{count}</button>
<div dangerouslySetInnerHTML={{ __html: "I should only paint once" }} />
</>
);
}
```
... | React 19 | low | Major |
2,714,910,648 | tauri | [bug][linux] Decorations are unresponsive if WebviewWindow is built with visible(false), then shown | ### Describe the bug
**Reproduced on Gnome on both Fedora and Ubuntu** (fresh installs). I don't know about other DEs. Windows/macOS work well.
When manually building a `WebviewWindow` via its `Builder`, and setting the visibility to `false`, then once the UI is ready, call `getCurrentWindow().show()`, the window d... | type: bug,status: needs triage | low | Critical |
2,714,929,414 | react-native | App is crashing after upgrading native version 0.74.3 to 0.76.3. | ### Description
In my existing project i upgrade all version with native version and app is crashing.
here is the package.json file
{
"name": "wellness360",
"version": "0.0.1",
"IOS_VERSION": "1.22",
"IOS_BUILD_NUMBER": "0",
"ANDROID_VERSION": "1.0",
"ANDROID_BUILD_NUMBER": "38",
"priva... | Needs: Repro,Needs: Attention | medium | Critical |
2,714,930,379 | rust | False positive dead code warning when using combination of array bound with constant function and trait implementation | ### Code
```Rust
const fn test() -> usize {
0
}
trait Test {}
impl Test for [u8; test()] {}
// NOTE: this constitutes a use
//trait _Test2 {
// type Ty;
//}
//
//impl _Test2 for String {
// type Ty = [u8; test()];
//}
fn test2<T: Test>() {}
fn main() {
test2::<[u8; 0]>();
// NOTE: this constitu... | A-diagnostics,T-compiler | low | Critical |
2,714,946,606 | vscode | Chinese characters / Emojis input in the VS code terminal panel repeat twice | <!-- ⚠️⚠️ 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,terminal-input | low | Critical |
2,715,045,763 | vscode | Task command hangs and doesn't recognize completion of detached processes |
Type: <b>Bug</b>
## Issue
While trying to setup a debugging launch configuration in VS Code, I noticed an issue where the task system hangs indefinitely when using a shell task command that starts a detached process. My setup involved:
- A Docker Compose service with a custom entrypoint script that performs setup ta... | bug,tasks | low | Critical |
2,715,065,678 | next.js | Loading.tsx and Suspense do not work on second page load and on | ### Link to the code that reproduces this issue
https://github.com/Vovch/test-next-2
### To Reproduce
1. pnpm i
2. add .env file for DB connection (Postgres)
3. pnpm dev
4. navigate to localhost:3000/dashboard
5. reload the page
6. reload the page again
7. comment out or delete the Suspense wrapper in ap... | bug,Lazy Loading | low | Major |
2,715,069,918 | pytorch | Do an audit on skipfiles and mark more files as inline | One of the largest pain points for developers trying to use torch.compile seems to be files in torch.* being skipped. For example in
https://github.com/pytorch/pytorch/pull/138555.
Most of these files should not be skipped; a lot of them should just be inlined. New modules should be inlined by default (they shouldn... | module: tests,triaged,better-engineering | low | Major |
2,715,071,846 | pytorch | Handling custom context managers | ### 🐛 Describe the bug
The coverage of custom context managers doesn't seem to be very extensive at the moment. With tensordict, we often end up on
## Context
1. **TD as a context manager**
TensorDict relies on context managers for many "temporary" operations. If, for a period of time, it is convenient to r... | triaged,oncall: pt2,module: dynamo | low | Critical |
2,715,139,531 | PowerToys | PowerToys v0.86.0: replacing keyboard keys not working in new release | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce

remapping the key "\" to "Ctrl" failed though it was... | Issue-Bug,Product-Keyboard Shortcut Manager | low | Critical |
2,715,141,198 | flutter | [video_player_android] Flutter player widget does not scale correctly if video uses rotation correction | ### What package does this bug report belong to?
video_player (2.9.2)
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Steps to reproduce
1. Run the example app with updated remote video link on Android device (see Code Sample).
2. ... | platform-android,p: video_player,package,has reproducible steps,P2,team-android,triaged-android,found in release: 3.27,found in release: 3.28 | low | Critical |
2,715,162,491 | ui | [bug]: Dropdown issue with sticky header | ### Describe the bug
When I'm working with sticky header with dropdown on it, I'm having layout shift and some weird behavior.

It might be the case of header where the... | bug | low | Critical |
2,715,183,966 | godot | Very long shader/pipeline compilation | ### Tested versions
Reproducible: 4.4-dev4, 4.4-dev5
Not Reproducible: <= 4.4-dev3
### System information
Godot v4.4.dev5 - Ubuntu 24.04.1 LTS 24.04 on X11 - X11 display driver, Multi-window, 2 monitors - Vulkan (Forward+) - integrated Intel(R) UHD Graphics (CML GT2) - Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz (12 ... | bug,topic:rendering,regression,performance | low | Minor |
2,715,225,578 | transformers | SequenceClassification for all Model types should have the option to add weights in Cross Entropy loss | ### Feature request
Qwen2ForSequenceClassification and all other SequenceClassification wrappers for transformer models don't have the possibility to add class weights. This leads to not using the implementation.
### Motivation
We need it, because we have highly imbalanced data
### Your contribution
I could submi... | Feature request | low | Minor |
2,715,231,636 | deno | LSP picks up `@types/*` package only with "manual" node_modules dir handling | Version: Deno 2.1.2
When working on a project with the Deno LSP, Deno it not picking up `@types/*` package automatically, unless `nodeModulesDir` setting is set to `"manual"`. That means in situation when `nodeModulesDir` is explicitly set to "auto", the typings for npm packages are not found automatically.
With ... | bug,lsp,dx | low | Minor |
2,715,258,733 | langchain | [Bug] Azure cosmos db no sql vector store similarity search method "mmr" | ### 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 ... | Ɑ: vector store,🤖:bug | low | Critical |
2,715,318,557 | vscode | Number-of-files-found Badge is hard to see on a selected list item | Testing #234889
It's hard to see there's a badge and very hard to see the contents of the badge on a selected item with Light+ theme.

| file-explorer,themes,polish | low | Minor |
2,715,324,047 | vscode | Weird rendering after response comes in for terminal inline chat | 
| bug,terminal-chat | low | Minor |
2,715,333,074 | vscode | Number-of-files-found Badge is not at the center of the list item vertically | Testing #234889
## Actual

## Expected

Version: 1.96.0-insider
Commit: 5d6531aabba3abfbc263c1e17e965db97df9210f
Date: 2024-12-03T05:13:1... | bug,file-explorer | low | Minor |
2,715,356,350 | vscode | With explorer file search, is it possible to jump to the found file without opening each folder recursively first? | Testing #234889
Currently, to go through found files, one has to open folders recursively (AFAIU).
Would it be helpful to add a gesture to go through each file with folders uncollapsed automatically? Something like `cltr/cmd+up/down`
| feature-request,file-explorer | low | Minor |
2,715,381,743 | vscode | git blame feedback! | Testing #234997


I actually used git blame (the extension) and got used to seeing those decorations. personally, I'd like if they were more... | git,under-discussion | low | Minor |
2,715,383,538 | angular | provideAnimationsAsync breaks leave animation applied to component host via HostBinding | ### Which @angular/* package(s) are the source of the bug?
animations
### Is this a regression?
No
### Description
I was trying to use lazy-loaded animation package `provideAnimationsAsync()`, but I encountered an issue with `:leave` animation not being triggered on component removal. The animation was configured ... | area: animations,animations: async | low | Critical |
2,715,388,221 | vscode | Find widget in file explorer should progress and show number of found elements | Testing #234889
We could include search-progress info and # of files found in the find widget in file explorer. Because of async nature of search, I think a spinner would help see there's UI feedback on their typing in the find widget input box.
See how find widget in editor shows number of items found:

4.4-dev5
### System information
Godot v4.4.dev (b09b8ef1a) - Ubuntu 24.04.1 LTS 24.04 on X11 - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3050 (nvidia; 535.183.01) - Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz (8 threads)
### Iss... | bug,topic:rendering,crash,topic:3d | 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.