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,703,165,881 | ui | [bug]: CLI doesn't interpret tsconfig baseUrl set to ${configDir} | ### Describe the bug
Since TS 5.5, the use of `${configDir}` in tsconfig is valid (more [info](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-5.html#the-configdir-template-variable-for-configuration-files)). It allows for highly re-usable configs which is very convenient.
My tsconfig look... | bug | low | Critical |
2,703,221,515 | ui | [bug]: <Link href="#abc"/> inside a dropdown or a drawer will scroll partially to target and scroll back. | ### Describe the bug
<Link href="#abc"/> inside a dropdown or a drawer will scroll partially to target and scroll to top of page.
I have a <Link/> anchored to a section-#id .
When this Link component is inside of a <Drawer/> or <Dropdown/>, it will scroll to the target id partially and then scroll back to the ... | bug | low | Critical |
2,703,226,650 | rust | Tracking issue for release notes of #132706: Stabilize async closures (RFC 3668) |
This issue tracks the release notes text for #132706.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-lang,relnotes,A-async-await,F-async_closure,relnotes-tracking-issue | low | Critical |
2,703,243,388 | godot | HTTPRequest.set_https_proxy and HTTPClient.set_https_proxy not working (with oxylabs residential proxy, others?) | ### Tested versions
Reproducible in 4.3.stable, Mac OS 14.5 and Linux Mint, tested with oxylabs.io residential proxies using both url-authentication (eg `myusername:mypassword.proxyhost.com` and IP whitelist. You will need your own proxy to test with.
### System information
v4.3 stable, tested on current MacOS, and... | enhancement,discussion,documentation,topic:network | low | Critical |
2,703,244,406 | rust | ICE: `range end index 2 out of range for slice of length 1` | <!--
[31mICE[0m: Rustc ./a.rs '' 'thread 'rustc' panicked at compiler/rustc_middle/src/ty/generics.rs:311:14: 'range end index 2 out of range for slice of length 1'', 'thread 'rustc' panicked at compiler/rustc_middle/src/ty/generics.rs:311:14: 'range end index 2 out of range for slice of length 1''
File: /tmp/im/a.rs... | A-pretty,I-ICE,T-compiler,C-bug,F-unboxed_closures,S-has-mcve,S-bug-has-test,S-has-bisection | low | Critical |
2,703,246,590 | pytorch | [torch.compile][Megatron] Error with Megatron with Pytorch v2.5.0 using `AOTAutograd` and `torch.compile` | ### 🐛 Describe the bug
I am using `torch.compile` with `AOTAutograd` to compile a Megatron model. It worked fine with Python v2.4.1, but after upgrading to Pytorch 2.5.0, I encountered the following error, but it was fine when running with `torch.compile` alone.
```
[rank0]: Traceback (most recent call last):
[... | triaged,oncall: pt2,module: aotdispatch,module: pt2-dispatcher | low | Critical |
2,703,252,372 | godot | Godot becomes non-responsive sometimes when using color picker. | ### Tested versions
Godot 4.3.
### System information
Godot v4.3.stable (77dcf97d8) - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 Laptop GPU (NVIDIA; 32.0.15.6614) - 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (16 Threads)
### Issue description
Randomly when I use the color picker... | bug,needs testing,topic:gui | low | Critical |
2,703,254,120 | godot | DisplayServer.get_display_safe_area() wrongly accounts for taskbar on Windows, even on fullscreen mode | ### Tested versions
- Reproducible in: 4.3.stable, 4.4.dev5
### System information
Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated GeForce GTX 765M - Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (8 threads)
### Issue description
On a Windows 10 laptop with a 1920x1080 pixel screen with NO... | bug,platform:windows,topic:porting | low | Minor |
2,703,353,716 | pytorch | [`FlexAttention`] Request for the Support of Dropout | ### 🚀 The feature, motivation and pitch
Dropout is a fairly common concept in anything related to deep learning. This includes the attention mechanism which I shouldn't have to explain why this feature might be important.
It should be handled natively imo, especially since it's fairly simple (I think).
### Al... | triaged,oncall: pt2,module: pt2-dispatcher,module: flex attention | low | Minor |
2,703,365,459 | neovim | Lua stdlib deprecation strategy; "frozen" phase | # (This is a stub; I will leave a comment when this is fully-formed and ready for comment)
# Problem
We have a "can't win" situation:
1. Users and plugin authors get exhausted by deprecation frequency.
2. Core devs get exhausted by the API "maturation" cycle (including "bikeshedding" and other discussions to avoid h... | enhancement,project-management | low | Critical |
2,703,447,436 | yt-dlp | Provide an option to cleanup temporary files before exiting, or moving on to the next video | ### 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 requesting a feature unrelated to a specific site
- [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
- [X] I've ver... | enhancement,triage,core:downloader | low | Critical |
2,703,518,028 | rust | Document the runtime environment assumptions of `std` | `std` makes a number of assumptions about the runtime environment that go beyond what is guaranteed by the ABI. They should be documented somewhere. I'm filing this issue to both collect these assumptions and have a discussion about what the best place is to put them.
Assumptions `std` makes:
* On pretty much any plat... | A-runtime,A-docs,C-tracking-issue,T-libs | low | Critical |
2,703,526,118 | godot | Generated trimesh collision shapes have debug fill enabled resulting in z-fighting | ### Tested versions
v4.4.dev.custom_build [0eadbdb5d]
### System information
Godot v4.4.dev (0eadbdb5d) - macOS 15.1.0 - Multi-window, 1 monitor - Metal (Forward+) - integrated Apple M1 Max (Apple7) - Apple M1 Max (10 threads)
### Issue description
Collision shapes now have fill and I think it's nice that it's ena... | bug,topic:physics,topic:import,topic:3d | low | Critical |
2,703,532,950 | langchain | Regexp Separator not working OOTB with (Recursive)CharacterSplitter | ### 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,703,533,321 | go | build: build failure on gotip-netbsd-arm | ```
#!watchflakes
default <- builder == "gotip-netbsd-arm" && repo == "go" && mode == "build"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8730003863371080785)):
[I2024-11-28T22:16:19.152630Z 10154 0 sink.go:277] SinkServer: warm-up started
[I2024-11-28T... | NeedsInvestigation | low | Critical |
2,703,568,710 | pytorch | DISABLED test_mnist_exported_with_no_warnings (__main__.TestFxToOnnx) | Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_mnist_exported_with_no_warnings&suite=TestFxToOnnx&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/33674449149).
Over the past 3 hours, it... | module: onnx,triaged,module: flaky-tests,skipped | low | Critical |
2,703,579,968 | pytorch | running my facebook/bart-base for summarization task : MPS does not support cumsum op with int64 input | ### 🐛 Describe the bug
''' Summarization implementation '''
from domain.interfaces import SummarizationServiceInterface
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
import torch
class SummarizationService(SummarizationServiceInterface):
"""Summarizes text using a pre-trained model."""
... | triaged,enhancement,module: mps | low | Critical |
2,703,597,166 | stable-diffusion-webui | [Bug]:SD3.5 Large Turbo,4080Super显卡,Windows10, 后台不报错,但是生成图片都是色块 | ### 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,703,599,631 | pytorch | AOTAutograd cache isn't obviously hit/miss in tlparse rendering | ### 🐛 Describe the bug
See
<img width="501" alt="image" src="https://github.com/user-attachments/assets/c1235c02-d42e-4068-94cb-bda5d676fefa">
cc @chauhang @penguinwu @zou3519 @bdhirsh @yf225 @jamesjwu
### Versions
main | triaged,oncall: pt2,module: aotdispatch | low | Critical |
2,703,600,049 | pytorch | torch.roll runs too slow at MPS backend | ### 🐛 Describe the bug
# Versions
torch: 2.5.1
GPU: Apple M3 Pro
OS: Mac OS 15.1
# Problem
Hi, I found that my model ran too slow at MPS backend, and I believe it happens due to the inefficient `torch.roll` function at MPS backend. I ran the following tests and found my CPU backend is at least 50x faster tha... | module: performance,triaged,module: mps | low | Critical |
2,703,613,127 | pytorch | AOTAutograd cache always misses even on simple program | ### 🐛 Describe the bug
```
(/home/ezyang/local/b/pytorch-env) [ezyang@devgpu005.nha1 ~/local/b/pytorch (a1348a73)]$ TORCHINDUCTOR_AUTOGRAD_CACHE=1 TORCH_LOGS=torch._functorch._aot_autograd.autograd_cache python aaa.py
I1128 17:54:16.961000 1579551 torch/_functorch/_aot_autograd/autograd_cache.py:665] [0/0] AOTAuto... | triaged,oncall: pt2,module: aotdispatch | low | Critical |
2,703,616,659 | vscode | With the `Light+` theme, the input area of Chat in Editor is indistinguishable from the background when out of focus | Version: 1.96.0-insider
Commit: 1bdee4500fc32f4eb195e087501b8c9331447fb3
Date: 2024-11-28T10:48:06.788Z
Electron: 32.2.5
ElectronBuildId: 10579404
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Darwin x64 22.6.0
Steps to Reproduce:
1. Set `"workbench.colorTheme": "Default Light+"`
2. Open Ch... | bug,themes,confirmed,chat | low | Minor |
2,703,674,083 | godot | Web Editor – "Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'msg_send_queue')" | ### Tested versions
- Reproducible in 4.4.dev [0eadbdb5d0709e4e557e52377fa075d3e2f0ad1f]
### System information
Google Chrome 131.0.6778.86 on macOS Sequoia 15.1.1 with Intel processor
### Issue description
Following the instructions for [Building the Editor on Compiling for the Web](https://docs.godotengine.org/... | bug,platform:web,topic:editor,topic:porting | low | Critical |
2,703,770,514 | flutter | [Android 13] New transition when opening new activities | ### Use case
Flutter apps running on Android 13 or higher don't use the new transition when starting a new activity.
### Proposal
Extend the [PageTransitionsBuilder](https://github.com/flutter/flutter/blob/bc0b62a2ab6c02e91f84f9b4b4cedeeacba89146/packages/flutter/lib/src/material/page_transitions_theme.dart#L554) cl... | c: new feature,platform-android,framework,f: material design,c: proposal,e: OS-version specific,p: animations,P3,team-android,triaged-android | low | Minor |
2,703,771,036 | godot | Crash from AnimationPlayer if initial properties are removed | ### Tested versions
- Reproducible in 4.3.stable
### System information
Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1650 (NVIDIA; 31.0.15.3203) - Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 Threads)
### Issue description
When reparenting nodes, property information is... | bug,topic:editor,needs testing,crash,topic:animation | low | Critical |
2,703,787,764 | langchain | importing hub fails with latest(0.3.9) version | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is ... | 🤖:bug,investigate | low | Critical |
2,703,904,774 | tauri | [bug] Unable to get resource path on Android device | ### Describe the bug
On `Android` devices, the `app.path().resource_dir().unwrap()` obtained by `rust` is `asset://localhost`, while on `MacOS` it is the normal path.
### Reproduction
Running [this example](https://github.com/tauri-apps/tauri/blob/d6bed20a0e326d7d4a7488a719fedfd89f11fb4e/examples/resources/src... | type: bug,status: needs triage | low | Critical |
2,703,913,271 | langchain | Similarity search in FAISS vector first search for fetch_k document and then filter which is a issue | ### 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,investigate | low | Critical |
2,704,008,626 | tailwindcss | [v4] Standalone cli doesn't bundle tailwindcss js library | <!-- Please provide all of the information requested below. We're a small team and without all of this information it's not possible for us to help and your bug report will be closed. -->
**What version of Tailwind CSS are you using?**
v4.0.0-beta.3
**What build tool (or framework if it abstracts the build too... | v4,bc | low | Critical |
2,704,059,984 | PowerToys | Color issues | ### Description of the new feature / enhancement
파워토이의 "자르기 및 잠금" (Snip and Lock) 기능을 사용하고 있습니다. 이 기능은 화면을 자르고 나서 다른 작업을 하거나 동영상을 따로 볼 수 있는 유용한 도구입니다. 그러나, 이 기능을 사용한 후 자른 화면의 윈도우 테두리 색상이 윈도우 테마에서 지정한 어두운 색상과 다르게 너무 밝은 색으로 나타나는 문제가 발생하고 있습니다.
현재 윈도우 테마에서는 어두운 색상을 설정해두었지만, "자르기 및 잠금" 기능을 사용하면 자른 화면의 테두리 색상이 밝은 흰색으로 표시됩... | Needs-Triage,Product-CropAndLock | low | Minor |
2,704,063,710 | rust | Forbid disabling SSE on x86 targets that have SSE in their "baseline" | Passing `-Ctarget-feature=-sse` on an x86-64 target currently produces an ugly [LLVM error](https://rust.godbolt.org/z/3j8rnfrzP).
Doing the same on a x86-32 target leads to [unsound floating-point behavior](https://github.com/rust-lang/rust/issues/114479).
Therefore, I think we should deprecate and eventually fully f... | O-x86_64,T-compiler,C-discussion,A-target-feature,O-x86_32 | low | Critical |
2,704,152,827 | godot | Shader failing to compile on exported projects in Android web | ### Tested versions
Found this bug on projects built and exported using Godot v4.3.stable.official [77dcf97d8]
### System information
Android Web Browser (trying to run exported Godot project)
> **Note:** I first had this issue reported on a Samsung phone. I was able to reproduce it and copy the error log on my Ama... | bug,platform:web,platform:android,needs testing,topic:shaders | low | Critical |
2,704,157,852 | tensorflow | MixedPrecision + XLA: Seen floating point types of different precisions | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.18.0
### Custom code
No
### OS platform and distribution
Google Colab
### Mobile device
_No response_
### Python version
Google Colab default
### Baze... | stat:awaiting tensorflower,type:bug,comp:xla,TF 2.18 | medium | Critical |
2,704,163,230 | rust | ICE: infer: `index out of bounds: the len is 0 but the index is 0` | <!--
[31mICE[0m: Rustc ./a.rs '' 'thread 'rustc' panicked at compiler/rustc_infer/src/infer/mod.rs:1219:26: 'index out of bounds: the len is 0 but the index is 0'', 'thread 'rustc' panicked at compiler/rustc_infer/src/infer/mod.rs:1219:26: 'index out of bounds: the len is 0 but the index is 0''
File: /tmp/im/a.rs
-->... | I-ICE,T-compiler,C-bug,S-bug-has-test | low | Critical |
2,704,168,869 | storybook | [Bug]: Including stories in documentation pages isn't possible | ### Describe the bug
I want to create a documentation page showcasing several interface components together. This page isn't bound to the stories of another component, though. So I followed the [documentation on MDX](https://storybook.js.org/docs/writing-docs/mdx#writing-unattached-documentation) and created the follo... | bug,mdx | low | Critical |
2,704,180,476 | ollama | goroutine 7 [running] | ### What is the issue?
Hello.
I am testing with olama. Using olama, the embedded model and LLM model are on gpu. As soon as you enter the question, the embedded and LLM models are sequentially performed.
And since we built a web server using streamlit, we have to handle a lot of question inputs. We ran the olama s... | bug,needs more info | low | Critical |
2,704,247,832 | PowerToys | Dynamically resize window based on current focus | ### Description of the new feature / enhancement
I often use two browser windows side-by-side on a widescreen monitor. I would like to see a feature that lets me define a resizing behavior for the window currently in focus. The adjoining window would shrink accordingly.
Settings To Consider:
- Scaling Direction to sc... | Idea-New PowerToy,Product-Window Manager,Needs-Triage | low | Minor |
2,704,262,275 | kubernetes | informer.AddEventHandler: handle.HasSynced always returns false after panic | ### What happened?
I was testing something roughly like this:
```golang
informer := NewSharedInformer(source, &v1.Pod{}, 1*time.Second)
go informer.RunWithContext(ctx)
require.Eventually(t, informer.HasSynced, time.Minute, time.Millisecond, "informer has synced")
handler := ResourceEventHandlerFuncs{
Ad... | kind/bug,sig/api-machinery,triage/accepted | low | Critical |
2,704,286,524 | vscode | SCM Graph - Add horizontal scrollbar for source control graph | <!-- ⚠️⚠️ 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. -->
Add horizontal scrollbar to source control graph in t... | bug,ux,scm | low | Minor |
2,704,287,776 | rust | dash: `x.py install` removes rustc and cargo, without installing them | With https://static.rust-lang.org/dist/rustc-1.83.0-src.tar.xz I create this config.toml
```
# Use different pre-set defaults than the global defaults.
#
# See `src/bootstrap/defaults` for more information.
# Note that this has no default value (x.py uses the defaults in `config.example.toml`).
profile = 'dist'
[llvm]... | T-bootstrap,C-bug,regression-untriaged | low | Critical |
2,704,295,805 | ant-design | Form.Item 错误提示信息中新增的additionalDom 未作为参数传给_internalItemRender,导致pro-components中的错误信息跳动 | ### Reproduction link
[](https://codesandbox.io/p/sandbox/objective-aj-dhwfyt)
### Steps to reproduce
清空第一个input的数据
### What is expected?
可以将additionalDom 变量传入_internalItemRender 这样 pro-components可以直接使用它
### What is actually... | unconfirmed | low | Major |
2,704,314,172 | vscode | VSCode freezing during search | <!-- ⚠️⚠️ 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,search | low | Critical |
2,704,326,524 | ollama | Add a CORS permissions model into the Ollama UI ("Allow example.com to use Ollama? [Yes] [No]") | Lots of AI apps out there solve access to LLM in a few different ways:
- Directly use a hosted model and foot the bill for the user
- Ask the user to provide their own hosted model API key (😬)
- Let the user host the app themselves, providing the API key this way
- Connect with a local model provider like Ollama... | feature request | low | Minor |
2,704,399,908 | tauri | [feat] feature request: allow config open new window (target=blank) behavior when build webview window | ### Describe the problem
Currently, the Tauri application only supports configuring the behavior of opening new windows (target="_blank") using the shell plugin, which defaults to opening new windows in the default browser. It would be highly beneficial to have additional configuration options that allow developers to... | type: feature request | low | Minor |
2,704,458,205 | kubernetes | Automatic `fsGroup` handling | ### What would you like to be added?
> [!NOTE]
> The template for feature requests says: _"Feature requests are unlikely to make progress as issues. Please consider engaging with SIGs on slack and mailing lists, instead."_
> I did start a [thread on Slack](https://kubernetes.slack.com/archives/C0BP8PW9G/p173271176... | sig/node,kind/feature,needs-triage | low | Minor |
2,704,564,316 | tailwindcss | V4 Minification Issue with ::after | In v4 beta 1
I had this...
```CSS
.btn-menu::after {
@apply absolute -bottom-1.5 block h-0.5 w-0 bg-neutral-200 dark:bg-neutral-700 transition-all content-[''];
}
```
When I compile the npm run build using laravel and vite...
```
import { defineConfig } from 'vite';
import laravel from 'laravel-vit... | needs reproduction,v4 | low | Critical |
2,704,639,559 | rust | Missed optimization in sum of remainders | I tried these codes:
```rust
const N: usize = 100000;
#[unsafe(no_mangle)]
fn foo0(n: usize) -> usize {
// assert!(n > 0);
if n == 0 {
return n;
}
let s = (0..N).map(|i| i % n).sum();
s
}
```
```rust
const N: usize = 100000;
#[unsafe(no_mangle)]
fn foo1(n: usize) -> usize {
// assert!(n... | A-LLVM,T-compiler,C-optimization | low | Minor |
2,704,679,415 | langchain | Milvus upsert doesnt retain previous id/pk | ### 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,704,716,148 | PowerToys | QuickAccent - Toolbar overflow | ### Description of the new feature / enhancement

In quick accent, when using windows with 125% scaling the toolbar for the character `e` (that has a lot of options when selecting it) the bar goes overboard and I cannot see all t... | Idea-Enhancement,Needs-Triage,Product-Quick Accent | low | Minor |
2,704,734,725 | pytorch | [typing] add `nn.Module` overload type hint to `torch.compile`. | ### 🚀 The feature, motivation and pitch
`torch.compile` can be applied to `nn.Module` instances, but [its current type hints do not reflect it](https://github.com/pytorch/pytorch/blob/3c63e76b03737085e2eb2e7fb7163d7ba16986ba/torch/__init__.py#L2364-L2387), which causes all sorts of typing errors:
```python
from... | module: nn,module: typing,triaged | low | Critical |
2,704,752,698 | godot | _get and _set are not called for real properties | ### Tested versions
-Reproducible in Godot v4.3.stable, v4.2.stable, 4.0.3.stable, 4.0.stable
### System information
Godot v4.3.stable - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce GTX 1080 Ti (NVIDIA; 31.0.15.3713) - 12th Gen Intel(R) Core(TM) i5-12400F (12 Threads)
### Issue description
When read... | topic:core,topic:gdscript,documentation | low | Critical |
2,704,776,799 | svelte | list with inert elements at the end causes item to be added out of order | ### Describe the bug
adding an item to a list that contains "inert" elements pushes the DOM element after the final non-inert element, it does not push it to the end of the list, this only affects lists that contain inert items at the end.
is this expected behaviour?
### Reproduction
https://svelte.dev/playgroun... | transition/animation | low | Critical |
2,704,778,951 | pytorch | inconsistency in ```torch.Tensor.logcumsumexp``` on CPU and GPU | ### 🐛 Describe the bug
getting inconsistent results of ```torch.Tensor.logcumsumexp``` between CPU and GPU
```python #
import torch
self = torch.tensor([[2.4375, -0.3340, -0.3711]], dtype=torch.bfloat16)
self_cuda = self.cuda()
result_cpu = self.logcumsumexp(-1)
result_gpu = self_cuda.logcumsumexp(-1)
... | module: numerical-stability,triaged,module: python frontend | low | Critical |
2,704,820,489 | yt-dlp | An option like `--no-playlist` except playlist metadata is still extracted | ### 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,triage,core:extractor | low | Critical |
2,704,861,839 | react | [React 19] Hydration appending RSC component to body | ## Summary
Consuming RSC payload in a component using `createFromFetch` causing the response to get appended in the DOM instead of replacing if not wrapped with `Suspense`
```
const RouteWrapper = () => {
const location = useLocation();
const [rscContent, setRscContent] = useState(null);
useEffect(() =>... | React 19 | medium | Critical |
2,704,869,159 | rust | ICE: entered unreachable code: FieldsShape::offset: `Primitive`s have no fields | <!--
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
```Rust
//@ run-pass
use std::ops::{... | I-ICE,E-needs-test,T-compiler,C-bug,A-mir-opt,A-mir-opt-inlining,-Zvalidate-mir | low | Critical |
2,704,876,000 | PowerToys | Awake does not work if DC power is connected | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Awake
### Steps to reproduce
Awake does not work if DC power is connected ie. with Enable Awake=ON and DC power connected, after inactivity console locks and computer gets into ... | Issue-Bug,Needs-Triage,Needs-Team-Response,Product-Awake | low | Minor |
2,704,975,924 | angular | Angular 19: NG0200: Circular dependency in DI detected for ChangeDetectionScheduler | ### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
Yes
### Description
When updating from Angular 18 to 19 I get a "Circular dependency in DI detected" for `ChangeDetectionScheduler` which I did not get in Angular 18.
The scenario is a bit complex and uses `CDK`, but I manag... | area: core,core: di,core: reactivity | low | Critical |
2,704,979,182 | godot | Error `Condition "!unique_ids.has(p_id)" is true` from scripts moved to other folders when the window of the editor gets unfocused | ### Tested versions
4.4 custom dev (master branch), after dev5 introducing universal UID support.
### System information
Windows 11 24H2
### Issue description
It's really a weird bug. Check the video, or see the reproduction steps.
<video src="https://github.com/user-attachments/assets/abf3e198-3895-4140-a77c-1412... | bug,topic:editor,needs testing | low | Critical |
2,704,984,045 | angular | Two-way binding ignores output type since angular 17.2+ | ### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
Yes
### Description
When using two-way binding (aka banana-in-a-box), the output type is ignored or treated as `any`, after some testing it seems it started happening after v17.2.0.
This error stills happening in the current ... | state: has PR,area: compiler,P3,compiler: template type-checking,bug | low | Critical |
2,705,023,986 | angular | cheatsheet not found in new website | ### Describe the problem that you experienced
I was reading Angular cheatsheet from https://v17.angular.io/guide/cheatsheet and I was loving it. Then, I have tried to load it in new website and turns out the page is not exists at https://angular.dev/guide/cheatsheet.
### Enter the URL of the topic with the problem
h... | area: docs | low | Minor |
2,705,067,555 | deno | allow task to override built-in commands (e.g `fmt`, `test`) | - built-in commands like `deno test` suddenly get not so simple when permissions or external commands are required (e.g `deno test -RW` for snapshot tests)
- running `deno test` is better and less confusing than `deno task test` for new contributors. | suggestion,deno fmt,lint | low | Major |
2,705,075,334 | rust | Cross-building rust 1.83.0 on & for NetBSD failure | <!--
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 am doing my best to try to keep the various NetBSD targets for rust working.
As part of that process, I am cross-building binaries from x86_64 to most of the
... | A-cross,O-netbsd,T-bootstrap,C-bug | medium | Critical |
2,705,192,378 | youtube-dl | Servus TV live stream | https://www.servustv.com/jetzt-live/
Output:
`yt-dlp -v https://www.servustv.com/jetzt-live/
[debug] Command-line config: ['-v', 'https://www.servustv.com/jetzt-live/']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.11.18 from yt-dl... | site-support-request | low | Critical |
2,705,200,951 | godot | Pin bottom panel does not work with some panels | ### Tested versions
Godot v4.4.dev5
### System information
Fedora Linux 40 (KDE Plasma) on Wayland - X11 display driver, Single-window
### Issue description
Pin bottom panel implemented in https://github.com/godotengine/godot/pull/98074 does not work for multiple panels.
https://github.com/user-attachments/assets... | enhancement,discussion,topic:editor | low | Major |
2,705,267,936 | flutter | Run `flutter` command failed after `flutter channel beta` | ### Steps to reproduce
1. Follow [Flutter Docs](https://docs.flutter.dev/get-started/install) install VSCode, Flutter Extension, Dart Extension
- Flutter SDK path: `D:\dev\flutter`
- VSCode path: `D:\Program Files\Microsoft VS Code`
2. Run `flutter doctor`, output normally and successful, see **Flutter Doctor... | tool,team-tool | low | Critical |
2,705,274,702 | TypeScript | `CredentialsContainer.create()` & `.get()` should be able to return `PublicKeyCredential`, and the PKC interface should be more well-defined | ### ⚙ Compilation target
ESNext or ES2024
(I am building for current up-to-date browsers.)
### ⚙ Library
DOM
### Missing / Incorrect Definition
[`CredentialsContainer.create()`](https://developer.mozilla.org/en-US/docs/Web/API/CredentialsContainer/create) and [`CredentialsContainer.get()`](https://developer.mozil... | Suggestion,Help Wanted,Domain: lib.d.ts,Experience Enhancement | low | Critical |
2,705,328,918 | three.js | TSL nodes Composability / Stacking / Extends ? | ### Description
Using the legacy system for shaders, we could replace parts of the shading with some other parts :
Example :
```
source: "vec4 diffuseColor = vec4( diffuse, opacity );",
replace: "vec4 diffuseColor = vec4( diffuse, opacity * 0.5 );"
```
With TSL (Three.js Shader Language), the challenge... | Documentation,TSL | medium | Major |
2,705,384,791 | PowerToys | After Deactivating FancyZones, sometimes the windows have randomly sizes after hibernate | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
FancyZones
### Steps to reproduce
Create custom zones
Adjust Windows into zones
Deactivate Fancy Zones
Move/resize windows
Hibenate PC
Activate PC
Windows (sometimes) have random... | Issue-Bug,Product-FancyZones,Needs-Triage,Needs-Team-Response | low | Minor |
2,705,404,951 | angular | Missing documentation regarding `outputMode` | ### Describe the problem that you experienced
I did not find any documentations regarding `outputMode`.
Is it planned for a futur version of Angular ? This would require some changes for pages such as https://angular.dev/guide/prerendering#prerendering-parameterized-routes | area: docs | low | Minor |
2,705,428,450 | PowerToys | Missleading german translation | ### Microsoft PowerToys version
0.81.1
### Utility with translation issue
Keyboard Manager
### 🌐 Language affected
German
### ❌ Actual phrase(s)
SMS senden + Schlüssel
 +  with `debug_assertions` enabled triggers an ICE
```
Documenting diesel v2.2.4 (/home/lcnr/diesel/diesel)
thread 'rustc' panicked at src/librustdoc/clean/utils.rs:162:5:
assertion `left matches right... | T-rustdoc,C-bug | low | Critical |
2,705,549,398 | deno | Clash between `RequestInit` deno global and `@types/node` global | ```ts
/// <reference types="npm:@types/node" />
export const example = (
rawFetch: typeof globalThis.fetch,
timeout = 123,
) => {
return async (...args: Parameters<typeof globalThis.fetch>) => {
const { signal: userSignal } = args[1] ?? {};
}
}
```
```shellsession
> deno check deno.test.ts
Ch... | bug,tsc | low | Critical |
2,705,567,542 | rust | Rust release signing key uses SHA1 self-/binding signatures | Hi!
Debian is currently evaluating switching apt/gpgv over to a gpgv implementation backed by Sequoia instead of gnupg. While test-driving that on my machine, while working on preparing the rustc 1.83 update, which entails downloading and verifying the upstream rustc-src tarball, I noticed that the rustc release signi... | T-infra,T-release,C-discussion | low | Major |
2,705,575,862 | create-react-app | Use Yarn Create React-APP TS-Demo-Template TypeScript error | Have you ever encountered this situation? Use Yarn Create React-APP XXX-Template TypeScript to create a project when downloading the dependence. No Longer Support. Please see https://eslint.org/version-support for other options. What happened, Node changed several versions, but the error still appeared
[model-snap.zip... | needs triage | low | Critical |
2,705,576,555 | excalidraw | embed dropbox video link inside the excalidraw online | I've been struggling to feature for my organisation needs for hrs and excalidraw might be the one.
I need a way to organize and visualize links (dropbox/youtube), I don't want to download and upload it I just want to manipulate the link.
Surprisingly is proving very difficult to have a database style (notion/airtab... | whitelist | low | Critical |
2,705,576,607 | vscode | Memory leak | I'm getting this in dev console. Based on git-blame at contentHoverStatusBar.ts:48, assigning to you @aiday-mar
Not sure how to repro, but should be traceable by code inspection.
```
Error: Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!
at rhi... | bug,editor-hover | low | Critical |
2,705,577,346 | angular | NG04008 Documentation Missing | ### Describe the problem that you experienced
We have updated our Ionic Angular Application to 18.2.12 and since then we get a lot of Sentry Errors with just `Error: NG04008` and no further description.
Please adapt more Information about this to [https://angular.dev/errors](https://angular.dev/errors).
I just found ... | help wanted,good first issue,area: docs | low | Critical |
2,705,599,852 | deno | deno doc --html : do not use the '~' character in the file hierarchy as generated by deno doc | When generating the documentation, deno doc produces subdirectories (for individual symbols) with the name `~`, and then uses URLs of the form `/~/`in the html files. This creates all kinds of problems:
- Manipulation the document hierarchy from a terminal is awkward, because the `cd ~` commands leads to the home di... | suggestion | low | Minor |
2,705,605,512 | deno | deno doc --html : incorporate the content of the readme.md file into the documentation (if available) | The issue title tells it all. It is always a good idea to write a GitHub readme.md file that would be some sort of an introduction to a package, but it should also be used as part of the documentation on the front page. Converting that file into the HTML index page is very helpful.
(I am obviously influenced by the ... | suggestion | low | Minor |
2,705,692,987 | rust | Tracking issue for release notes of #86319: Tracking Issue for Path::file_prefix |
This issue tracks the release notes text for #86319.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
The... | T-libs-api,relnotes,relnotes-tracking-issue | low | Minor |
2,705,729,477 | deno | run::spawn_kill_permissions is flaky | ```
---- run::spawn_kill_permissions stdout ----
command /Users/runner/work/deno/deno/target/debug/deno run --quiet --allow-run=cat spawn_kill_permissions.ts
command cwd /Users/runner/work/deno/deno/tests/testdata
OUTPUT
error: Uncaught (in promise) TypeError: Child process has already terminated.
child.kill("SIG... | flaky | low | Critical |
2,705,731,593 | rust | Tracking issue for release notes of #133089: Stabilize noop_waker |
This issue tracks the release notes text for #133089.
### Steps
- [x] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [x] Issue is nominated for release team review of clarity for wider audience.
- [x] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,relnotes-tracking-issue | low | Critical |
2,705,866,813 | rust | Tracking issue for release notes of #129322: Tracking Issue for `ptr::fn_addr_eq` |
This issue tracks the release notes text for #129322.
### Steps
- [X] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,relnotes-tracking-issue | low | Minor |
2,705,928,033 | rust | Missed optimizations: Err returns should be out of line, loop not recognized as iterating at least once | As of today (2024-11-29), neither the release nor the nightly compiler
does an ideal job of optimizing this string validation function.
```rust
pub enum IdError {
IdEmpty,
IdTooLong,
IdNotAscii,
}
#[inline(never)]
pub fn check_id(value: &str, limit: usize) -> Result<(), IdError> {
if value.is_empty() ... | T-compiler,C-optimization | low | Critical |
2,705,940,464 | deno | WebSocket memory leaks | Version: Deno 2.1.2
https://github.com/denoland/deno/blob/8626ec7c25e25c628eed9fdd517c0ec20b01d0a6/ext/websocket/01_websocket.js#L431
This line will wait even if the connection is closed locally.
Running the following code may reproduce the issue unstablely.
```ts
Deno.test("ws leak", async () => {
cons... | needs investigation,ext/websocket | low | Critical |
2,705,960,303 | next.js | Navigating out of "Not Found" page gives error if Parallel routing exists | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/gallant-kalam-2xqmnr?workspaceId=08193210-3c43-4dee-852a-15fcfd6a6e98
### To Reproduce
Fork the sandbox to see error in terminal.
If you have parallel routes defined somewhere in the project and put it inside layout, eventhough it... | bug,Navigation,Parallel & Intercepting Routes | low | Critical |
2,706,048,361 | rust | Tracking issue for release notes of #131784: Stabilize unsigned and float variants of `num_midpoint` feature |
This issue tracks the release notes text for #131784.
### Steps
- [X] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,relnotes-tracking-issue | low | Minor |
2,706,151,614 | yt-dlp | Hoichoi does not work anymore, not even for the free content | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is broken on a **supported** site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc... | site-bug,triage | low | Critical |
2,706,166,891 | kubernetes | Failure cluster [796ac905...] `[sig-node] [NodeFeature:SidecarContainers] Containers Lifecycle when A pod with restartable init containers is terminating when The PreStop hooks don't exit should terminate sidecars simultaneously if prestop doesn't exit` | ### Failure cluster [796ac905269872192a09](https://go.k8s.io/triage#796ac905269872192a09)
##### Error text:
```
[FAILED] expected PostStart 1 to live for ~32 seconds, got 0) 2024-11-16 19:59:45.714 +0000 UTC restartable-init-1 Starting
1) 2024-11-16 19:59:45.727 +0000 UTC restartable-init-1 Started
2) 2024-11-16... | sig/node,kind/failing-test,needs-triage | low | Critical |
2,706,170,285 | stable-diffusion-webui | [Bug]: Unable to create venv, The system cannot find the path specified. on error code 9009 | ### 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
- [X] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | bug-report | low | Critical |
2,706,256,358 | rust | Tracking issue for banning field projecting into `[rustc_layout_scalar_valid_range_*]` types (MCP807) | For https://github.com/rust-lang/compiler-team/issues/807
Steps:
- [ ] Update the standard library to stop doing this
- #133651
- #135236
- …
- [ ] Update the compiler to stop doing this
- https://github.com/rust-lang/rust/blob/490b2cc09860dd62a7595bb07364d71c12ce4e60/compiler/rustc_mir_transform/src/elaborate... | T-compiler,C-tracking-issue,A-mir-opt,T-libs,WG-mir-opt | low | Minor |
2,706,267,170 | godot | Cut shortcut in readonly TextEdit copies text | ### Tested versions
4.4 dev5
### System information
W10
### Issue description
When you have readonly TextEdit and do Ctrl+X on selected text, the text will be copied to clipboard.
Should it behave like that?
For reference, here you can check the behavior in browser: (this is more a LineEdit, but I think they shou... | discussion,topic:gui | low | Minor |
2,706,280,936 | tensorflow | Unspecific error message "None values not supported" when no labels are provided in dataset | ### Issue type
Documentation Feature Request
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.18.0
### Custom code
Yes
### OS platform and distribution
_No response_
### Mobile device
_No response_
### Python version
_No ... | type:feature,comp:data,type:docs-feature | low | Critical |
2,706,337,758 | angular | docs: first app tutorial still uses assets folder for images instead of public | ### Describe the problem that you experienced
When a new project is generated, a `public` folder is created for images. The tutorial still uses the older `assets` folder. The tutorial should stay up to date with how projects are generated on users local machines, as it is very confusing when they encounter something d... | area: docs-infra | low | Critical |
2,706,339,060 | PowerToys | Microsft Mouse and Keyboard Center breaks Keyboard Manager | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
I use Keyboard Manager to remap the Previous Track/Pause Play/Next Track buttons to use in LIghtroom. That worked well until today, when... | Issue-Bug,Product-Keyboard Shortcut Manager,Needs-Triage,Area-App Compat | low | Minor |
2,706,348,458 | go | runtime: clear() is slow for maps with big capacity and small number of items | ## The issue
The following pattern is frequently used in order to avoid excess memory allocations by re-using the map:
```go
func f() {
m := make(map[string]int)
for {
addSomeItemsToMap(m)
useMap(m)
// clear the map for subsequent re-use
clear(m)
}
}
```
It has been appeared... | Performance,NeedsInvestigation,compiler/runtime | low | Major |
2,706,350,740 | deno | Remove usages of `winapi` and consolidate on `windows-sys` | We sometimes use `winapi` and sometimes use `windows-sys`. We should consolidate on `windows-sys` since it's maintained by Microsoft and receiving updates.
That said, looks like a lot of our deps use winapi. | refactor,chore | low | Minor |
2,706,352,843 | godot | Script button in connect a signal dialog does nothing when clicked | ### Tested versions
Godot v4.4.dev5
### System information
Fedora Linux 40 (KDE Plasma) on Wayland - X11 display driver, Single-window
### Issue description
Pressed the Script button and thought I selected the correct node to connect to, but it does nothing so ended up connecting to another node.
https://github.c... | bug,topic:editor,usability,topic:gui | low | Minor |
2,706,404,126 | deno | Allow multiple prompters in deno_runtime crate (make PERMISSION_PROMPTER thread-local) | I'm running `deno_runtime` in multiple threads and trying to use different prompters to manage the permissions independently, but I hit a roadblock because `PERMISSION_PROMPTER` is `static`. This is an example of how I'm using `deno_runtime`: https://github.com/carloslfu/tauri-deno-example.
A solution could be using... | embedder | low | Minor |
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.