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,696,061,565 | rust | DefaultMetadataLoader was changed to private, making it difficult to print out metadata | Hi,
A recent commit [bdacdfe](https://github.com/rust-lang/rust/commit/bdacdfe95f17188f5b047e0330e3e47f993a2016#diff-6bbf6edd930f26d3b180eb5c250b0e48d8f3c5eb474e3274909ef6ae6f0d1e61) made the `DefaultMetadataLoader` struct private to the crate.
This makes it impossible to print out the crate metadata using the given f... | T-compiler,C-feature-request | low | Minor |
2,696,066,724 | svelte | a11y: Non-interactive element `<label>` cannot have interactive role 'tab' | ### Describe the bug
this is a false positive as
- label elements are interactive content https://html.spec.whatwg.org/multipage/dom.html#interactive-content
- it's the only way to do things progressively
### Reproduction
```svelte
<label role="tab">
tab <input type="checkbox" />
</label>
```
### Logs
... | a11y | low | Critical |
2,696,078,253 | pytorch | misaligned address without persistent reductions from test_selecsls42b_misaligned_address | ```
CUDA_LAUNCH_BLOCKING=1 TORCHINDUCTOR_PERSISTENT_REDUCTIONS=0 pytest test/inductor/test_cuda_repro.py -k test_selecsls42b_misaligned_address
```
Fails with:
```
RuntimeError: Triton Error [CUDA]: misaligned address
```
The failing kernel code is:
```py
import triton
import triton.language as tl
from tri... | triaged,oncall: pt2,module: inductor,upstream triton | low | Critical |
2,696,117,196 | react | [Compiler Bug]: False positive `Ref values (the `current` property) may not be accessed during render` for non-jsx code | ### What kind of issue is this?
- [ ] 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 | medium | Critical |
2,696,130,693 | flutter | [DisplayList] DisplayListBuilder does not compute correct effective color for DlColorSource objects | (Discovered while deleting unused DlColorColorSource)
When a ColorSource is applied to a paint, it is modulated by the alpha of the color property. The code in DisplayListBuilder that computes an example color to determine if an operation is a NOP does not take this modulation into account:
https://github.com/flu... | engine,P2,team-engine,triaged-engine | low | Minor |
2,696,198,389 | vscode | VSCode will silently never auto-update if it is not explicitly moved from the "Downloads" directory to "Application" | <!-- โ ๏ธโ ๏ธ 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,install-update,macos | low | Critical |
2,696,225,195 | PowerToys | Switch display apps | ### Switch Apps in displays
Suppose that i have:
Applications A, B and C currently in my display number 2;
Applications X, and Y currently in my display number 1 (main);
My displays keeps on side by side, number 1 in front of me, and number 2 in its left.
For some reason, i want to give a focus on applications A, B ... | Needs-Triage | low | Minor |
2,696,234,116 | TypeScript | Some Playwright types now reported as `any` after upgrading to 5.7.2 | ### ๐ Search Terms
I manually scrolled through all issues reported since the release of 5.7.2.
### ๐ Version & Regression Information
- This changed between versions 5.6.3 and 5.7.2
### โฏ Playground Link
https://github.com/mrmckeb/pw-repro
### ๐ป Code
Minimal repro available here:
https://github.com/mrmckeb/pw... | Help Wanted,Possible Improvement | low | Critical |
2,696,239,734 | pytorch | Clarify that `compile(module)` only affects the `forward` method. | ### ๐ The doc issue
The following code silently does not trigger compilation, apparently because `forward` is not called. One can see this by using a debug flag or passing an illegal configuration like `backend="cudagraphs", mode="reduce-overhead"` to `compile`.
Certain models like Normalizing Flows and distribut... | module: docs,triaged,oncall: pt2 | low | Critical |
2,696,260,121 | react-native | FlatList scrollToEnd not working on iOS when items width changes (works on Android/Web) | ### Description
I want to automatically scrollToEnd() when changing FlatList item widths from smaller to larger number. However, this behavior does not behave correctly on iOS despite it working on Android and Web. Seems as if the list on iOS scrolls to the end position of the previous calculated offset. Adding a CT... | Platform: iOS,Platform: Android,Component: FlatList,Needs: Triage :mag: | low | Minor |
2,696,266,613 | angular | Promise API for resource | ### Which @angular/* package(s) are relevant/related to the feature request?
core
### Description
Ideally, resource would expose a promise as part of its public API that:
* Would be pending while the resource is loading
* Would resolve when the status is loaded
* Would reject with the error
It would be a fit to us... | area: core,needs: clarification,core: reactivity | low | Critical |
2,696,423,830 | pytorch | Support reductions in FlexAttention's score_mod/mask_mod | ### ๐ The feature, motivation and pitch
This issue is (essentially) requesting reductions in FlexAttention's score_mod/mask_mod: https://github.com/pytorch/pytorch/issues/140232
This isn't necessarily trivial (or even always possible!), since reductions are relatively heavyweight operations. But for small reductio... | feature,triaged,oncall: pt2,module: higher order operators,module: pt2-dispatcher,module: flex attention | low | Minor |
2,696,501,284 | godot | Godot v4.3 Editor - Windows 11 - Crash when editing any project | ### Tested versions
I only tried Godot v4.3.
### System information
Windows 11 Pro 23H2 - NVIDIA RTX 3070 Ti - Meta Quest 2
### Issue description
I am experiencing a problem where the GODOT Editor crashes when I try to edit a project.
I open the **Godot XR Tools Demo** and after about 30 seconds, the editor just ... | bug,topic:editor,needs testing,crash | low | Critical |
2,696,532,195 | pytorch | [AOTI] KeyError: 'val' from n.meta["val"] when wrapping tensor with an object class | ### ๐ Describe the bug
Hi. Sorry for this hacky code. Error message seems similar to that of https://github.com/pytorch/pytorch/issues/140592
I think, the motivation is to not use nn.Parameter, but wrap around in a different class.
repro:
```python
class FakeParam(object):
def __init__(
self,... | oncall: pt2,oncall: export,module: aotinductor | low | Critical |
2,696,556,422 | go | proposal: crypto/tls: support AEGIS (for TLS 1.3) | ### Proposal Details
Resurrecting #58724 in a new proposal.
Voting for publication of AEGIS as an RFC closes December 12: https://mailarchive.ietf.org/arch/msg/cfrg/0T3m_Pageq7PIukaiG3Nxx4ENCM/
```
Dear CFRG participants,
This message is starting a 3-week RGLC on
draft-irtf-cfrg-aegis-aead-13 ("The AEGIS Fa... | Proposal,Proposal-Crypto | low | Major |
2,696,567,701 | godot | Android ANR in Godot.getRotatedValues | ### Tested versions
Reported to Google Play Console from Godot 4.3
### System information
Android(9,10) - Godot 4.3.stable - compatibility
### Issue description
We've received a few ANR reports in Google Play Console with this callstack:
```
"main" tid=1 Native
#00 pc 0x000000000001f0ac /system/lib64/libc.so ... | bug,platform:android,needs testing,crash | low | Minor |
2,696,568,479 | PowerToys | Websites randomly don't load when using PowerToys | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
General
### Steps to reproduce
I only have Awake and Fancy Zones enabled.
This issue can be hard to reproduce due to its randomness. When I'm on a web browser (doesn't matter which on... | Issue-Bug,Needs-Triage | low | Critical |
2,696,592,015 | pytorch | DISABLED test_threading (__main__.TestWithNCCL) | Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_threading&suite=TestWithNCCL&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/33563396152).
Over the past 3 hours, it has been determined f... | oncall: distributed,module: flaky-tests,skipped,module: unknown | low | Critical |
2,696,603,848 | pytorch | Torch Compile Breaks Compiled Chunked Cross Entropy on Torch Nightly | ### ๐ Describe the bug
I've found a problem when compiling @Chillee's chunked cross-entropy implementation - see below:
```python
import torch
import torch.nn as nn
class ChunkedCE(torch.autograd.Function):
@staticmethod
def forward(ctx, _input, weight, target, bias=None, compiled=True):
... | high priority,triaged,oncall: pt2 | low | Critical |
2,696,634,225 | pytorch | Relaxing Export IR node.meta requirements | ### ๐ Describe the bug
https://github.com/pytorch/pytorch/blob/8c8a484d7257140284b50ed963c5afaefd029283/docs/source/export.ir_spec.rst?plain=1#L222-L225
Specifically the `only having the following metadata fields` part.
We have an anti-pattern in Dynamo, where people have been shoving arbitrary fields directl... | oncall: pt2,oncall: export | low | Critical |
2,696,642,572 | pytorch | xpu: LayerNorm kernel produces different results on XPU than CPU/CUDA | With:
* PyTorch: https://github.com/pytorch/pytorch/commit/f2d388eddd25b5ab5b909a8b4cbf20ff34c6f3f2
* https://github.com/intel/torch-xpu-ops/commit/15f6d654685a98b6bbf6b76ee094258b16dd21ca
* https://github.com/huggingface/transformers/commit/1f6b423f0ce0c6e7afd300b59e5fd1a816e4896c
* https://github.com/huggingface/... | triaged,module: xpu | low | Critical |
2,696,650,577 | PowerToys | Add a shortcut key for refreshing Mouse without Boarders connection | ### Description of the new feature / enhancement
now
 Mouse without Boarders is no icon
 double-click
` aren't on the duplicated node when using `Node.Duplicate()` | ### Tested versions
Reproducible in: v4.3.stable.mono.official [77dcf97d8], v4.1.1.stable.mono.official [bd6af8e0e], v4.4.dev5.mono.official [9e6098432]
### System information
Godot v4.3.stable.mono - Windows 10.0.19045 - GLES3 (Compatibility) - NVIDIA GeForce GTX 1070 (NVIDIA; 32.0.15.6603) - Intel(R) Core(TM) i7-6... | bug,needs testing,topic:dotnet | low | Minor |
2,696,690,746 | vscode | Unable to create Notebook viewzones before the ViewModel is attached (i.e. before notebook list view is setup) | * When trying to add viewzones to notebooks in notebook editor contribution, the list view may not have been initialized yet.
* However the viewzone API requires the list view to be initialized, as we might be passing the index position for viewzones.
As a result things fall over.
| bug,notebook,notebook-layout | low | Minor |
2,696,769,733 | vscode | Extension host (Remote) terminated unexpectedly with code null | ```shell
2024-11-27 10:46:37.994 [info] [remote-connection][ExtensionHost][f2585โฆ][reconnect] resolving connection...
2024-11-27 10:46:37.994 [info] [remote-connection][ExtensionHost][f2585โฆ][reconnect] connecting to Managed(1)...
2024-11-27 10:46:37.994 [info] Creating a socket (renderer-ExtensionHost-f25853eb-b91d-44... | remote | low | Critical |
2,696,781,474 | tauri | [feat] Get bundle tools from local path | ### Describe the problem
I cannot build app because I could not access to network.
### Describe the solution you'd like
1. Release these resources with stable tauri.
2. Support an option like `--localpath` to copy local files from.
3. Both above.
### Alternatives considered
1. Mirror, I searched and find env `TA... | type: feature request,scope: bundler | low | Major |
2,696,782,759 | angular | docs: Version dropdown on v18.angular.dev redirects to incorrect URL and lacks clarity in version listing | ### Describe the problem that you experienced
The problem is with the version dropdown on https://v18.angular.dev/.
When selecting v18 from the dropdown, it incorrectly redirects users to https://angular.dev/ instead of staying on https://v18.angular.dev/.
Additionally, the dropdown lists versions from v2 to v18 an... | help wanted,good first issue,area: docs-infra | low | Critical |
2,696,936,851 | langchain | GraphCypherQAChain Issue with Node Names Containing Spaces | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is ... | ๐ค:bug | low | Critical |
2,696,939,032 | kubernetes | [InPlacePodVerticalScaling]kubelet sometimes set `.status.resize` incorrectly | ### What happened?
In cluster which enable InPlacePodVerticalScaling, If I only resize resources, I will watch `.status.resize` and `.status.containerStatuses[x].resources` to know whether the resize progress.
I have encountered some corner cases that are difficult to consistently reproduce:
1. User changes cpu re... | kind/bug,sig/node,triage/needs-information,needs-triage | low | Major |
2,696,952,074 | kubernetes | is disk block io support? | ### What would you like to be added?
As we can know that cgroupv2 is support blow config:
```json
"blockIO": {
"weight": 10,
"leafWeight": 10,
"weightDevice": [
{
"major": 8,
"minor": 0,
"weight": 500,
"leafWeight": 300
},
... | kind/support,sig/node,needs-triage | low | Major |
2,696,959,690 | go | x/tools/go/packages: TestConfigDir/Modules failures | ```
#!watchflakes
default <- pkg == "golang.org/x/tools/go/packages" && test == "TestConfigDir/Modules"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8730195721421005729)):
=== RUN TestConfigDir/Modules
=== PAUSE TestConfigDir/Modules
=== CONT Test... | NeedsInvestigation,Tools | low | Critical |
2,696,983,425 | deno | Streams: writableStreamDefaultControllerGetChunkSize undefined strategy case slightly broken | See https://github.com/whatwg/streams/pull/1333.
Per https://github.com/denoland/deno/blob/4700f12ddc5427797333278d2a1d3a8e1195ebfc/ext/web/06_streams.js#L4445, Deno has the same bug as the reference implementation did: it catches the exception caused by trying to call `undefined` as a function, and then attempts to... | web | low | Critical |
2,697,011,372 | vscode | Toggle comment doesn't work on new PHP file | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creat... | bug,editor-comments | low | Critical |
2,697,055,021 | PowerToys | Switch all `[DataTestMethod]` to `[TestMethod]` | See https://github.com/microsoft/testfx/issues/4166
| Needs-Triage | low | Minor |
2,697,092,970 | vscode | Support workspace-folder matching for `files.exclude` in user settings | <!-- โ ๏ธโ ๏ธ 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. -->
# Background
`files.exclude` matches files under the... | feature-request,file-explorer | low | Minor |
2,697,214,409 | rust | Deprecate `std::time::Instant::saturating_duration_since()`? | As previously suggested here: https://github.com/rust-lang/rust/pull/84448#issuecomment-944421516
Starting from #89926, [`std::time::Instant::duration_since()`](https://doc.rust-lang.org/1.82.0/std/time/struct.Instant.html#method.duration_since) effectively does the same thing as the later introduced [`std::time::Inst... | T-libs-api,T-libs,C-discussion | low | Minor |
2,697,277,776 | tensorflow | Very serious! Using this method will definitely result in memory leaks, I hope you can provide support | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.18
### Custom code
Yes
### OS platform and distribution
ubuntu 2.2 or mac m1
### Mobile device
_No response_
### Python version
3.11
### Bazel versio... | stat:awaiting tensorflower,comp:runtime,type:performance,TF 2.18 | low | Critical |
2,697,279,599 | ant-design | ConfigProvider็ปไปถ้ๆณจๅ
ฅ็็ปไปถclassNameๆฏๅฆ่ฝๆฏๆ็ปไปถ็popupClassName | ### What problem does this feature solve?
็ฐๅจๅจConfigProviderไธญไธบ็ปไปถๆณจๅ
ฅ็classNameๅชไผ่ขซๆทปๅ ๅฐ็ปไปถๆฌ่บซ๏ผไฝๆฏๅฏนไบๅSelect็ปไปถ๏ผๅฎๆบๅธฆไบไธๆๅ่กจ๏ผ่ฟ็ง่ฑ็ฆปไบSelect็ปไปถ๏ผๅ ๆญคๆณจๅ
ฅ็classNameๆฒกๆณๅฏนไธๆๅผน็ช่ฟ่กๆ ทๅผ่ฆ็๏ผ้่ฆๅ็ฌ็ปSelect็ปไปถไผ ้popupClassNameๅปๅฏนไธๆๅ่กจ่ฟ่กๆ ทๅผ่ฆ็
### What does the proposed API look like?
ConfigProviderๆฏๆไธบ็ปไปถๆณจๅ
ฅpopupClassName๏ผๆปก่ถณๅผๅ่
่ฝๅค่ฆ็ไธไธๆๅ่กจๆ ทๅผ
<!-- generated by an... | Inactive,๐ท๐ปโโ๏ธ Someone working on it | low | Minor |
2,697,381,115 | angular | ResourceStatus of the resource should be string literal instead of enum | ### Which @angular/* package(s) are relevant/related to the feature request?
core
### Description
Enums in TS are not great. Even though there are use-cases where they are appropriate, most of the time string literals do the job better. I believe `ResourceStatus` should be a string literal.
Keeping `ResourceStatus`... | area: core,core: reactivity,cross-cutting: signals | low | Critical |
2,697,522,332 | go | x/net: incorrect parsing of rt_msghdr errno on Darwin | ### Go version
x/net v0.31.0
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/spike/Library/Caches/go-build'
GOENV='/Users/spike/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='arm64'
GOHOSTOS='darwin'
GOINS... | NeedsInvestigation | low | Critical |
2,697,531,288 | pytorch | [inductor][cpu] AMP CPP wrapper performance regression in 2024-11-25 nightly release | ### ๐ Describe the bug
<p>amp static shape cpp wrapper</p><table border="1" class="dataframe table">
<thead>
<tr style="text-align: right;">
<th>suite</th>
<th>name</th>
<th>thread</th>
<th>batch_size_new</th>
<th>speed_up_new</th>
<th>inductor_new</th>
<th>eag... | oncall: pt2,oncall: cpu inductor | low | Critical |
2,697,532,571 | rust | Missed optimization when looping over bytes of a value | <!--
Thank you for filing a bug report! ๐ Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code, which contains 3 functions which check if all the bits in a u64 are all ones:
```rust
#[no_mangle]
fn ne_bytes(input: u64) -> bool {
let... | A-LLVM,T-compiler,llvm-fixed-upstream,C-optimization | low | Critical |
2,697,627,246 | PowerToys | Give the option to omit minimized windows when cycling through windows of the same zone | ### Description of the new feature / enhancement
When the user presses `win+pgup/pgdn` on the currently focused window, which belongs to the same zone as other windows, it would be nice to be able to omit any minimized windows (of the same zone) from the cycle.
### Scenario when this would be used?
I often want to s... | Needs-Triage | low | Minor |
2,697,635,067 | three.js | WebGPURenderer: Models with morphs are less performant | ### Description
I'm trying to improve the rendering performance of [three-vrm](https://github.com/pixiv/three-vrm) on WebGPURenderer.
During my profiling, I found that models with morphs have much lesser GPU performance compared to the same model without morphs.
### Reproduction steps
1. Load a GLTF model with ... | WebGPU,Needs Investigation | low | Major |
2,697,636,974 | react-native | flexBasis Not Reflecting Updated State Value in Style | ### Description
When dynamically updating a state variable (flexBasisValue) with percentage values and using it in the style prop for components, the updated value is not reflected visually. This issue occurs in React Native latest `0.76.2v` but works as expected in React Native `0.74.5v`.
### Steps to reproduce
1. ... | Impact: Regression,Type: New Architecture,Impact: Bug,0.76 | low | Major |
2,697,641,318 | ollama | Ddos of parsing markdown in frontend & images | ### What is the issue?
if the frontend converts markdown strings to supported html elements, on every token the frontend is requesting the same image over and over again and start downloading all images on every new token.
So markdown conversion should be done on the backend to avoid ddos attacks through wrong ja... | bug | low | Minor |
2,697,709,265 | flutter | App Crash when hover or drag select ellipsis word | ### Steps to reproduce
1. create a demo app, use flutter create my_app
2. add a SelectArea witch contains a ellipsis text, like this
```dart
const SelectionArea(
child: SizedBox(
width: 114,
child: Text(
'www.myapp.com',
overflow: Tex... | c: crash,engine,a: typography,has reproducible steps,P2,c: fatal crash,team-engine,triaged-engine,found in release: 3.24,found in release: 3.27 | low | Critical |
2,697,735,427 | godot | Geometry2D Union generates invalid Polygon2D/Self-intersection Transitivity | ### Tested versions
Reproducible in 4.3 and back in 3.x
### System information
Godot v4.3.stable - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce RTX 4050 Laptop GPU (NVIDIA; 32.0.15.6070) - Intel(R) Core(TM) Ultra 7 155H (22 Threads)
### Issue description
So I've been experimenting with Polygon2D in ... | needs testing,topic:2d | low | Minor |
2,697,738,731 | flutter | Linux_android_emu_34 android views is 3.00% flaky | <!-- meta-tags: To be used by the automation script only, DO NOT MODIFY.
{
"name": "Linux_android_emu_34 android views"
}
-->
The post-submit test builder `Linux_android_emu_34 android views` had a flaky ratio 3.00% for the past (up to) 100 commits, which is above our 2.00% threshold.
One recent flaky example for a... | P1,c: flake | medium | Major |
2,697,743,871 | ant-design | RangePickerๅๅงๅผๅฆๆๅผๅงๅผๅฑไบdisabledDate๏ผๅฏผ่ด็ปๆๅผไธ่ฝไฟฎๆนไธบๆๆ็้็ฆ็จๆฅๆ | ### Reproduction link
[](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-h8gxnd)
### Steps to reproduce
1. ็นๅป็ปๆๆฅๆ
2. ้ๆฉไธไธชๅฏ้ๆฅๆ
3. ็นๅปๆฅๅไธ็OK
4. ๆญคๆถ๏ผๅผๅงๆฅๆfocus, ้่ฆ้ๆฉๅผๅงๆฅๆ
5. ็นๅป้กต้ขๅ
ถไป้จไฝ๏ผๆฅๅๆถ่ตท
6. ็ปๆๆฅๆ้็ฝฎไธบๅๅงๅผ
### What is... | unconfirmed | low | Minor |
2,697,805,288 | material-ui | [List] Sticky subheader overlaps scrollbar on iOS (all major browsers) | ### Steps to reproduce
Steps:
On any iOS 18.0.1+ browser
1. Open this link to live example: [(official List demo page)](https://mui.com/material-ui/react-list/#sticky-subheader)
2.Scroll the sticky sub-header list
3.Notice the list sub-headers overlapping the scrollbar
 100 commits, which is above our 2.00% threshold.
One recent fla... | platform-mac,P2,c: flake,team-macos,triaged-macos | low | Major |
2,697,862,493 | langchain | Indexing API not reducing the ingestion time significantly with OpenSearch, even with exactly the same input file | ### 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 | low | Critical |
2,697,889,377 | vscode | Win11 How to solve the problem of misplaced vscode pasting comments | <!-- โ ๏ธโ ๏ธ 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... | feature-request,editor-autoindent | low | Critical |
2,697,933,009 | godot | `WebSocketPeer.put_packet()` fails with no error printed when the socket is disconnected | ### Tested versions
Reproducible in the 4.3-stable.
### System information
Ubuntu 22.04, 4.3-stable
### Issue description
WebSocketPeer.get_ready_state returns 1 when the socket is actually disconnected.
WebSocketPeer.put_packet puts packets into the void with no indication that something went wrong.
IIRC, this i... | needs testing,topic:network | low | Critical |
2,698,025,147 | godot | Instanced scenes gets overwritten to null randomly on open scene tabs | ### Tested versions
4.3.stable Mono
### System information
MacOS - M1 Pro - 4.3.stable - Mono (C#) - Vulkan (Forward+)
### Issue description
Everyday, my opened scene in the editor are randomly overwrited - all their exported properties - with null. All connected signals are removed. Thankfully I have Git to catch... | bug,topic:editor,needs testing | low | Critical |
2,698,048,290 | pytorch | Stuck at dynamo with dynamic shape enabled in PT2.5.1 which was not observed PT2.4.0. | ### ๐ Describe the bug
In PyTorch 2.5.1, it has been observed that tests involving dynamic shapes get stuck indefinitely. This behavior was not observed in PyTorch 2.4.0, where the same dynamic shape tests executed successfully.
When running the test with static shapes in PyTorch 2.5.1, the execution completes w... | triaged,oncall: pt2,module: dynamic shapes | low | Critical |
2,698,124,964 | ui | [bug]: request Support for CSP/nonce, Such as sidebar | ### Describe the bug
Env:
I used the nextjs + shadcn-ui for my ai peojectใAfter I set the nextjs csp setting๏ผthe shadcn parts work not well.
### Affected component/components
Sidebar, Toast, Sonner, Tabs, Dialog, Sheet, Command
### How to reproduce
When my first layer is initialized loaded the page, the page is ... | bug | low | Critical |
2,698,142,313 | ollama | Can you make the normalize optional for embeddings? | ### What is the issue?
https://ollama.com/library/nomic-embed-text:v1.5
```shell
curl http://localhost:11434/api/embeddings -d '{
"model": "nomic-embed-text",
"prompt": "The sky is blue because of Rayleigh scattering"
}'
```
access "http://127.0.0.1:%d/embedding" is ok, [ollama_llama_server](https://g... | bug | low | Minor |
2,698,146,582 | pytorch | [Inductor] `score_fusion_memory` will always run the code optimized for small sets | ### ๐ Describe the bug
It seems the condition below is always True:
https://github.com/pytorch/pytorch/blob/4ae1c4cbb59deeae2aabc61ea1e02cf1d5992812/torch/_inductor/scheduler.py#L3266-L3270
Both `node1_dep_len` and `node2_dep_len` are unsigned integers. The larger of the two, when multiplied by 4, is definitely g... | triaged,oncall: pt2 | low | Critical |
2,698,262,983 | deno | fmt: keep newlines in class constructors | Version: Deno 2.1.1
## Current behaviour
Deno's `fmt` CLI tool removes newlines between `constructor`'s arguments. This makes classes harder to read if class members are being defined with before mentioned `constructor`
## Expected behaviour
Don't remove newlines between constructor's arguments, like Prettier does.... | suggestion,deno fmt | low | Minor |
2,698,295,607 | pytorch | torch.cuda adds support for the changing `CUDA_VISIBLE_DEVICES` | ### ๐ Describe the bug
Currently, torch.cuda doesn't support changing `CUDA_VISIBLE_DEVICES` on the fly, a demo:
```python
import os
import torch
os.environ["CUDA_VISIBLE_DEVICES"] = ""
print(f"torch.cuda.is_available(): {torch.cuda.is_available()}")
os.environ["CUDA_VISIBLE_DEVICES"] = "0,1,2,3"
print(f... | module: cuda,low priority,triaged,module: third_party,actionable,needs design | low | Critical |
2,698,335,036 | ollama | Support AMD 780m | Please consider to add better AMD support (e.g. 7840u with 780m) | feature request | low | Minor |
2,698,362,690 | next.js | VS Code cannot bind breakpoints in a Turborepo Next.js project | ### Link to the code that reproduces this issue
https://github.com/michaelschufi/turbo-debug-nextjs-repro
### To Reproduce
1. Using VS Code, open either
the file `turbo-debug-nextjs-repro.code-workspace`:
```
code turbo-debug-nextjs-repro.code-workspace
```
or the folder `apps/docs/`:... | bug,Turbopack | low | Critical |
2,698,404,829 | kubernetes | failed to get api resources with kubectl 1.30 | ### What happened?
we installed Istio CRD within standard container to perform some upgrade test, mainly the installation below CRD
```
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: fortio
spec:
hosts:
- '*'
gateways:
- fortio-gateway
http:
- route:
- d... | kind/bug,kind/support,sig/api-machinery,sig/cli,triage/accepted | low | Critical |
2,698,476,754 | PowerToys | Folder Size | ### Description of the new feature / enhancement
An option to show the sizes of folders within Windows Explorer.
### Scenario when this would be used?
For example finding out where space is disappearing to on a system or running out of space on one drive / google drive / dropbox.
### Supporting information
I know... | Idea-Enhancement,Product-File Explorer,Needs-Triage | low | Minor |
2,698,486,981 | tensorflow | Some operators give different results on CPU and GPU when dealing with complex numbers that include `inf`. | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.17.1
### Custom code
Yes
### OS platform and distribution
Ubuntu 22.04.3
### Mobile device
_No response_
### Python version
3.11
### Bazel version
_No response_
### GCC/compiler ve... | type:bug,comp:ops,2.17 | medium | Critical |
2,698,631,707 | godot | `Input.is_action_pressed()` does not report the correct action when releasing a modifier key | ### Tested versions
- Reproducible in 4.3.stable.official
### System information
Godot v4.3.stable - Ubuntu 24.04.1 LTS 24.04 - X11 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1070 (nvidia; 535.183.01) - Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (12 Threads)
### Issue description
In the `_process` or `_physic... | bug,topic:input | low | Minor |
2,698,643,403 | flutter | Flutter Web: ElevatedButton has a 1 second hover delay only using Google Chrome on Linux | ### Steps to reproduce
1. Create a new flutter project with `flutter create .` and then add a few `ElevatedButton`s to the `lib/main.dart` file.
2. $ flutter run -d chrome --release
You will see a hover delay when you move your cursor over the buttons of about 1 second.
### Code sample
<details open><summary>Co... | c: performance,platform-web,platform-linux,P2,browser: chrome-desktop,team-web,triaged-web | low | Critical |
2,698,653,235 | electron | WebContentView container priority is too high | ### 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 | Major |
2,698,666,599 | pytorch | [PT2] Fine-grained custom triton kernels support | ### ๐ The feature, motivation and pitch
Currently, only limited set of triton features supported for `torch.compile`: autotune's `configs` and `keys` fields only, and heuristics before autotune. This significantly limits possible use-cases.
Heuristics before of autotune disallow to create computed properties tha... | triaged,oncall: pt2,module: user triton | low | Minor |
2,698,672,829 | vscode | Empty code coverage (vscode development) | I was trying to understand VSCode code structure and testing philosophy, and tried to get code coverage on Linux according to the instructions:
https://github.com/microsoft/vscode/blob/main/test/unit/README.md#os-x-and-linux
I got here by following the links in Wiki:
[Writing Tests](https://github.com/microsoft/vsco... | bug,engineering | low | Critical |
2,698,701,831 | vscode | Right-clicking injected text caused funny selection | * don't use edit context
* have injected text like ghost text or inlay hint
* right click on them
* the element gets weirdly selected (not the editor selection but like a native dom selection)
https://github.com/user-attachments/assets/85f2396b-97c3-48ba-8e82-b9e6eb866f21
| bug,file-decorations | low | Minor |
2,698,729,521 | pytorch | Reworking is_big_gpu check for inductor GEMMs | ### ๐ The feature, motivation and pitch
While working with some newer AMD gpus we started to notice that they can't choose the GEMMs backend while being perfectly capable of performing with it. This led to looking at this piece of code: https://github.com/pytorch/pytorch/blob/b75bb64eb4bf6fea36b8ee7c7a67074bdaa7c69... | triaged,oncall: pt2,module: dynamo | low | Major |
2,698,814,112 | ui | [bug]: DialogContent Error When Using react-new-improved-window with Radix UI Dialog | ### Describe the bug
Description:
When attempting to open a dialog inside a new window using the [react-new-improved-window](https://www.npmjs.com/package/react-new-improved-window) library (version ^0.2.9), I encounter the following error:
hook.js:608 `DialogContent` requires a `DialogTitle` for the component to ... | bug | low | Critical |
2,698,825,769 | ant-design | Tour component step glitching out/flickering when on certain positions/screen sizes | ### Reproduction link
[https://ant.design/components/tour](https://ant.design/components/tour)

### Steps to reproduce
https://ant.design/components/tour
https://codesandbox.io/p/sandbox/8cdhx6?file=%2Findex.htm... | ๐ Bug,Inactive | low | Critical |
2,698,850,685 | deno | About WebSocket upgrade unavailable when run code original for Node.js | Recently I wrote a program using Node.js v22 and TypeScript, Express, [PeerJS](https://peerjs.com/) (PeerJS is a WebRTC server and client lib, which use **WebSocket** for signaling).
I used ts-node run this program for debug and files change watching/HMR, but ts-node is very slow, every launch will cost 8-10 seconds... | bug,node compat,ext/http,node:http | low | Critical |
2,698,850,734 | material-ui | New `noSsr` prop of ThemeProvider throws warning | ### Steps to reproduce
Steps:
1. Open this link to live example: https://stackblitz.com/edit/react-yeet9i?file=Demo.tsx
2. Look into console
### Current behavior
Console warning:
```
Warning: Failed prop type: The following props are not supported: `noSsr`. Please remove them.
at ThemeProvider (https:... | package: system,dx | low | Critical |
2,698,872,316 | rust | Cannot return value from loop when temporary mutable access occurs before. | <!--
Thank you for filing a bug report! ๐ Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```rust
struct A {
buf: [u8; 32],
}
struct Ref<'a> {
slice: &'a [u8]
}
pub fn mkref(buf: &[u8]) -> Option<Ref> {
Some(Ref {
... | A-borrow-checker,C-bug,T-types,fixed-by-polonius | low | Critical |
2,698,900,180 | PowerToys | New Outlook doesn't support "Paste as plain text directly" with Ctrl+Win+Alt+V | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Advanced Paste
### Steps to reproduce
1. Open New Outlook
2. Set View > Layout > Reading Pane > Show on the right
3. Ctrl+N to start a new email in the reading pane on the right
... | Issue-Bug,Needs-Triage | low | Minor |
2,698,928,422 | vscode | When few QuickPickItems are shown there is not enough contrast in dark mode |
Type: <b>Bug</b>
When a QuickPick menu is shown with a small amount of items (like a true/false or only two options), in dark theme, the second item feels more muted as the background (editor or other thing) isn't enough contrast against the item behind it. Compared to light mode where there is more edges in contrast... | bug,quick-pick | low | Critical |
2,698,937,631 | ollama | Please sync with llama.cpp for the update of bert_base like models. | ### What is the issue?
currently [ollama_llama_server](https://github.com/ollama/ollama/blob/main/llm/server.go#L894) can't return properly with google bert_base models, while llama.cpp have already supported, I've varified with `transformers`.
### OS
_No response_
### GPU
_No response_
### CPU
_No response_
##... | bug | low | Minor |
2,699,005,060 | deno | deno compile - Read bytes from embedded assets as static references | https://github.com/denoland/deno/pull/27033 made this work for strings, but we need to do it for bytes. The blocker is we need a copy on write buffer in ~~deno_core~~ v8. | perf,compile | low | Minor |
2,699,014,110 | ui | [bug]: @shadcn Block Page is loading loading https://ui.shadcn.com/blocks it been down for like a week now | ### Describe the bug
https://ui.shadcn.com/blocks this is page of your documentation is not loading
### Affected component/components
blocks
### How to reproduce
1.
### Codesandbox/StackBlitz link
https://ui.shadcn.com/blocks
### Logs
_No response_
### System Info
```bash
HP windows 10, 64bits, Google... | bug | low | Critical |
2,699,078,992 | kubernetes | v1.32.0 Release Notes: "Known Issues" | ### What would you like to be added?
This issue is a bucket placeholder for collaborating on the "Known Issues" additions for the 1.32 Release Notes. If you know of issues or API changes that are going out in 1.32, please comment here so that we can coordinate incorporating information about these changes in the Rel... | kind/feature,sig/release,needs-triage | low | Minor |
2,699,140,028 | godot | `String.num_scientific()` does not work for floats not big or loses significant digits | ### Tested versions
Tested on 4.4_dev5, probably earlier versions have the same issue.
### System information
Godot v4.4.dev5 - Windows 10.0.26100 - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 3060 Laptop GPU (NVIDIA; 32.0.15.5612) - AMD Ryzen 7 5800H with Radeon Graphics (16 threads)
#... | bug,topic:core | low | Minor |
2,699,142,927 | godot | In tileset editor, attempting to paint terrain over alternative tile instead creates a new alternative tile | ### Tested versions
- Reproducible for v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10.0.22631 - GLES3 (Compatibility) - AMD Radeon RX 6600M (Advanced Micro Devices, Inc.; 30.0.13024.5001) - AMD Ryzen 7 5800H with Radeon Graphics (16 Threads)
### Issue description
Attempting ... | bug,topic:editor,topic:2d | low | Critical |
2,699,145,207 | tauri | [bug] Problems with adding shared libraries | ### Describe the bug
I have a c++ external binary that depends on tensorflow's shared lib (dll on windows, .so on linux), I want to make sure and be pretty sure that the shared libs are always on the same level of the that binary or else it will either be stuck and will seem that it is running infinitely or it will ... | type: bug,status: needs triage | low | Critical |
2,699,192,495 | electron | stop using deprecated WebContentsObserver::WebContentsDestroyed() | This has was deprecated upstream on Nov 8 by https://chromium-review.googlesource.com/c/chromium/src/+/6001971 for https://issues.chromium.org/issues/377733394.
We use this method extensively, so migrating away from it will probably take some work:
```sh
$ rg WebContentsDestroyed -t h
browser/file_system_access/file_... | upgrade-follow-up | low | Minor |
2,699,202,269 | transformers | Deprecation Warning for `max_size` in `DetrImageProcessor.preprocess` | ### System Info
- `transformers` version: 4.47.0.dev0
- Platform: Linux-5.15.0-126-generic-x86_64-with-glibc2.31
- Python version: 3.11.0
- Huggingface_hub version: 0.24.5
- Safetensors version: 0.4.4
- Accelerate version: 1.1.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.1.2+cu118 (True)
- Ten... | WIP,Vision,Processing | low | Minor |
2,699,216,934 | go | proposal: net/http: support slash (/) in path variable | ### Proposal Details
It would be really nice if the path variables can support / in the variable, example `GET /api/{resource_name}/components/info` only matches `/api/resource_name/components/info`, and not `/api/resource/name/components/info`. You can url encode the slash in resource name like `resource%2fname`, and... | Proposal | low | Major |
2,699,239,305 | deno | Error aborting a child process' signal right when it exits | ```js
const controller = new AbortController();
Deno.addSignalListener("SIGCHLD", () => controller.abort());
await new Deno.Command("true", { signal: controller.signal }).output();
```
On a Mac running macOS 15.1, the `abort` call sometimes throws a `TypeError`.
```shellsession
$ deno run --allow-run=true a.... | bug,good first issue,runtime | low | Critical |
2,699,283,464 | langchain | Dependency conflict between langchain-community (^0.3.5) and SQLAlchemy (^2.0.36) | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is ... | investigate | low | Critical |
2,699,285,337 | rust | search index doesn't properly regenerate when using `--document-private-items` after a normal `cargo doc` run | Hi ๐๐ป,
Running the following produces a documentation where private items are unsearchable:
`cargo clean && cargo doc && cargo doc --document-private-items`
Whereas running `cargo doc` with the `document-private-items` flag directly produces a search index that includes private items. (`cargo clean && cargo doc --d... | T-rustdoc,C-bug,A-rustdoc-search | low | Minor |
2,699,345,882 | godot | [TRACKER] GDScript `class_name` | ```[tasklist]
### Issues
- [ ] godotengine/godot#30048
- [ ] godotengine/godot#48311
- [ ] godotengine/godot#56628
- [ ] godotengine/godot#81222
- [ ] godotengine/godot#82479
- [ ] godotengine/godot#83395
- [ ] godotengine/godot#83542
- [ ] godotengine/godot#83561
- [ ] godotengine/godot#90240
- [ ] godotengine/godot#9... | topic:gdscript,tracker | low | Minor |
2,699,360,413 | deno | deno run fail to execute npm binary file in 2.0 | **Describe the bug**
Hi there, Andrew from supabase, we've been having report of users failing to use `supabase` CLI with Deno 2 and running into some error executing the compiled binary.
**To Reproduce**
Steps to reproduce the behavior:
1. Have Deno 2 installed
2. Create a new directory, and run `deno init` in ... | needs investigation,node compat | low | Critical |
2,699,449,293 | go | runtime:cpu4: TestRuntimeLockMetricsAndProfile/runtime.lock/sample-1 failures | ```
#!watchflakes
default <- pkg == "runtime:cpu4" && test == "TestRuntimeLockMetricsAndProfile/runtime.lock/sample-1"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8730104109724589921)):
=== RUN TestRuntimeLockMetricsAndProfile/runtime.lock/sample-1
... | help wanted,NeedsInvestigation,arch-loong64,compiler/runtime | low | Critical |
2,699,451,921 | next.js | Scripts from root layout donโt appear first in document head, including `beforeInteractive` | ### Link to the code that reproduces this issue
https://github.com/controversial/next-script-order-repro
### To Reproduce
1. `next build`
2. `next start`
3. Load localhost:3000
### Current vs. Expected behavior
Right now, scripts added to the root layout `<head>` appear in the rendered document *after*... | bug,Webpack,Navigation,Script (next/script) | 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.