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,764,653,228 | ollama | mistral-nemo - context window 1024000? | ### What is the issue?
model_name='mistral-nemo'
ollama.show(model_name)['modelinfo']
{'general.architecture': 'llama',
'general.basename': 'Mistral-Nemo',
'general.file_type': 2,
'general.finetune': 'Instruct',
'general.languages': ['en', 'fr', 'de', 'es', 'it', 'pt', 'ru', 'zh', 'ja'],
'general.license... | bug | low | Minor |
2,764,661,443 | transformers | Unknown quantization type, got fp8 | ### System Info
- `transformers` version: 4.47.1
- Platform: macOS-15.1.1-arm64-arm-64bit
- Python version: 3.10.16
- Huggingface_hub version: 0.27.0
- Safetensors version: 0.4.5
- Accelerate version: 1.2.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.5.1 (False)
- Tensorflow version (GPU?): not... | bug | low | Critical |
2,764,663,831 | pytorch | [Mac/M1] torch.compile() -- expm1 returns an inaccurate result compared to the interpreted version | ### 🐛 Describe the bug
Input:
```
davidino@davidino-mbp pytorch % cat /tmp/repro.py
import torch
class Model(torch.nn.Module):
def __init__(self):
super().__init__()
def forward(self, x):
x = torch.floor(x)
x = torch.angle(x)
x = torch.sin(x)
s = tor... | oncall: pt2,oncall: cpu inductor | low | Critical |
2,764,676,156 | godot | Internal Script Error: Opcode 0 (Please report) when using CACHE_MODE_IGNORE_DEEP with ResourceLoader.load() | ### Tested versions
Godot version: 4.3.stable
### System information
Godot v4.3.stable - Windows 10.0.26100 - GLES3 (Compatibility) - NVIDIA GeForce RTX 3060 (NVIDIA; 32.0.15.6636) - 12th Gen Intel(R) Core(TM) i7-12700F (20 Threads)
### Issue description
Got an internal script error Opcode 0 and it is requested th... | bug,topic:gdscript,topic:editor | low | Critical |
2,764,683,043 | next.js | Static export with skipTrailingSlashRedirect results in invalid request paths for RSC payload .txt files | ### Link to the code that reproduces this issue
https://github.com/klittlepage/next-skip-trailing-slash-rsc-bug
### To Reproduce
1. `next build`
2. Serve the resulting `out` directory
3. Navigate to the site root and note failed requests for rsc text files, e.g., http://localhost:8000/fails.txt?_rsc=1ld0r
### Cur... | create-next-app,Output (export/standalone),Navigation,Runtime,Pages Router | low | Critical |
2,764,685,152 | pytorch | Torch.sparse.mm failing gradient computation at half precision. | ### 🐛 Describe the bug
When using torch.autocast, torch.sparse.mm(sparse_csr_tensor, dense_tensor) fails on the gradient computation with an unhelpful error. Half precision matrix multiplication with csr tensors was completed here https://github.com/pytorch/pytorch/issues/41069.
Simple reproduction:
```
weig... | module: sparse,triaged,module: half | low | Critical |
2,764,692,762 | go | x/tools/go/packages: overlay does not work properly with external module files | Consider:
```go
package main
import (
"fmt"
"golang.org/x/tools/go/packages"
)
func main() {
fmt.Println(run())
}
func run() error {
cfg := packages.Config{
Mode: packages.LoadSyntax,
Dir: ".",
Overlay: map[string][]byte{
"/home/mateusz/go/pkg/mod/golang.org/x/tools@v0.28.0/go/pac... | NeedsInvestigation,Tools | low | Critical |
2,764,694,662 | rust | Tracking issue for RFC 3722: Explicit ABIs in `extern` | This is a tracking issue for:
- https://github.com/rust-lang/rfcs/pull/3722
The feature gate for the issue is `#![feature(explicit_extern_abis)]`.
### About tracking issues
Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g... | T-lang,C-tracking-issue,F-explicit_extern_abis | low | Critical |
2,764,722,432 | vscode | [Accessibility, a11y] Color contrast ratio of tree view `description` text is 4.381:1 which is less than 4.5:1 | <!-- ⚠️⚠️ 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,themes,accessibility | low | Critical |
2,764,723,451 | godot | Bug: MultiMesh uses_colors error vs use_colors property | ### Tested versions
4.3 dev
### 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
Keep getting an error message using colors because its looking for the wr... | topic:core,topic:rendering | low | Critical |
2,764,752,829 | material-ui | [docs] Update "Unstyled" sections to point to new Base UI package | ### Related page
https://mui.com/material-ui/react-select/#unstyled
### Kind of issue
Other
### Issue description
Material UI components with Base UI equivalents have an "Unstyled" section in their component docs to direct users to the latter if they need them. With mui/base-ui now replacing the older le... | docs,priority: important,package: base-ui | low | Major |
2,764,757,622 | godot | Mathf.SmoothStep summary description could be improved | I was using the summary description of SmoothStep to help me produce a smoother movement animation between two points, but it seems to work quite differently to how I'd expect it to. I was assuming that I'd use it the same way as Lerp but with a faster result at the beginning and slower at the end.
I can see the power... | enhancement,documentation,topic:dotnet | low | Major |
2,764,781,852 | rust | Include Stabilization version in the tracking issue template | ### Location
- Tracking issues
- RFCs
- Stabilization Issues
- Unstable book
- Compiler error messages
### Summary
In a CI build against my crate's declared MSRV, I get this build failure:
```
error[E0658]: lint reasons are experimental
--> webfinger-rs/src/types/rel.rs:6:1
|
6 | / #[nutype(derive(
7 | | ... | C-enhancement,A-docs,A-meta | low | Critical |
2,764,782,622 | godot | Texture2D's has_alpha() function returns false regardless of whether the image has an alpha channel | ### Tested versions
v4.3.stable.official [77dcf97d8]
v4.4.dev7.official [46c8f8c5c]
v4.2.2.stable.official [15073afe3]
v4.0.stable.official [92bee43ad]
### System information
Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated AMD Radeon RX 5700 XT (Advanced Micro Devices, Inc.; 32.0.12019.1028) -... | discussion,topic:core,documentation | low | Minor |
2,764,794,331 | go | proposal: sync/v2: new package | ### Proposal Details
The math/rand/v2 package has been successful. Let's consider another v2 package: sync/v2.
This is an update of #47657.
### Background
The current sync package provides `Map` and `Pool` types. These types were designed before Go supported generics. They work with values of type `any`.
Using `an... | v2,Proposal | high | Critical |
2,764,810,294 | flutter | Triage process self-test | This is a test of our triage processes.
Please handle this issue the same way you would a normal valid but low-priority issue.
For more details see https://github.com/flutter/flutter/wiki/Triage | team-codelabs,team-infra,team-ecosystem,P2,team-release,team-news,team-android,triaged-android,triaged-codelabs,team-design,triaged-design,triaged-ecosystem,team-engine,triaged-engine,team-framework,triaged-framework,team-go_router,triaged-go_router,triaged-infra,team-ios,triaged-ios,team-tool,triaged-tool,team-web,tri... | low | Minor |
2,764,831,100 | neovim | C-c closes the command line window with multigrid | ### Problem
The commandline window is closed instead of just moving to the command line when pressing `C-c` with multigrid clients. This is especially bad when a popup window is visible, since the cursor will then also be placed in the wrong place.
### Steps to reproduce
1. launch an UI client with multigrid support... | bug,ui,ui-extensibility,display,cmdline-mode | low | Minor |
2,764,907,652 | godot | CharacterBody2D position inconsistent across clients depending on collision layer mask | ### Tested versions
- Reproducible in v4.3.stable.official [77dcf97d8]
### System information
Windows 11 - v4.3.stable.official [77dcf97d8] - Forward+ - NVIDIA GeForce RTX 4070 Laptop GPU
### Issue description
I ran into an interesting bug with the CharacterBody2D physics and Networking. My simple example spawns... | bug,topic:physics,needs testing,topic:multiplayer | low | Critical |
2,764,930,500 | vscode | Allow to open multiple editors in one group by tab multiselect | <!-- ⚠️⚠️ 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. -->
currently am using this all the time with sublime ex.... | feature-request,workbench-tabs,workbench-editors | low | Minor |
2,764,932,907 | tauri | [bug] can not custom displayName localization for windows | ### Describe the bug
Currently, productName is used as the name of the app. On mac os, it is implemented by adding [lang].lproj/InfoPlist.strings. On Windows, I did not find the relevant implementation.
### Reproduction
_No response_
### Expected behavior
_No response_
### Full `tauri info` output
```text
。
```
... | type: bug,status: needs triage | low | Critical |
2,764,935,744 | yt-dlp | Add --download-archive option for YouTube playlists | ### 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 site-specific feature
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github... | enhancement,triage | low | Critical |
2,764,944,198 | pytorch | With FSDP2, a small tensor on a 1-GPU world size has grad=0 | ### 🐛 Describe the bug
I train a model normally, and one of the parameters remains at 0 throughout the run. Its grad is always zero, but it should be a large value.
Ablations:
If I use world_size 8, I don't see this. The parameter moves and the grad is 30000 rather than 0.
If I change the parameter from shape ... | oncall: distributed,triaged,module: fsdp | low | Critical |
2,764,963,436 | flutter | [video_player] The video player temporarily hides when the app resumes on Android 11 above. | ### Steps to reproduce
The video player temporarily hides when the app resumes on Android 11 above.
### Expected results
Ensure the video always displays and play when the app resumes.
### Actual results
<details open><summary>Logs</summary>
```console
-> App is backgroud
I/OplusFeedbackInfo(31957... | platform-android,p: video_player,package,e: OS-version specific,P2,team-android,triaged-android | low | Critical |
2,764,976,985 | flutter | [engine] potential crash on deref of canvas_image_ in single_frame_codec.cc. | ### Steps to reproduce
I have a live app using flutter `3.27.1` that i have released yesterday with 30k daily active users.
I have received a new crash that i had not in `3.24.x` apparently from flutter `UI` :
Please see the full [StackTrace](https://github.com/user-attachments/files/18285076/stack.txt) for more... | c: regression,c: crash,platform-ios,engine,a: images,a: production,P2,needs repro info,team-engine,triaged-engine | low | Critical |
2,764,991,659 | godot | TileMap node editor gets confused when mixing two actions | ### Tested versions
v4.4.dev7.official [46c8f8c5c]
v3.6.stable.official [de2f0f147]
### System information
win11
### Issue description
The issue is that the editor gets confused when you mix these two actions:
Copy an area of the TileMap node and while keeping the area copied, scroll in the editor by pressing the ... | bug,topic:editor,topic:2d | low | Minor |
2,765,012,389 | godot | Exported property doesn't change when changed in the editor | ### Tested versions
-Reproducible in v4.3.stable.flathub [77dcf97d8] and v4.2.2.stable.official [15073afe3]
### System information
Godot v4.3.stable (77dcf97d8) - Freedesktop SDK 24.08 (Flatpak runtime) - X11 - Vulkan (Forward+) - dedicated AMD Radeon RX 6600 (RADV NAVI23) - 12th Gen Intel(R) Core(TM) i5-12600K (16 ... | bug,topic:editor,usability | low | Critical |
2,765,053,868 | ollama | Reverse download Progress During Model Pull Ollama pull phi3:medium | ### What is the issue?
While attempting to pull a model using Ollama, I am facing the inconsistent increase decrease in the progress while pull the model from ollama using command e.g ollama pull phi3:medium. what can be the reason behind this.
Note: having a stable internet connection.
### OS
Windows
### GPU
Nvi... | bug | low | Minor |
2,765,081,558 | vscode | Editor Context Menu Item Order | <!-- ⚠️⚠️ 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. -->
Allow the order of items in the editor context menu t... | feature-request,menus | low | Minor |
2,765,082,331 | deno | [deno install] Could not find Sharp. Please install Sharp (`sharp`) | Version: Deno 2.1.4
The repo I have is this small astro site:
https://github.com/maplibre/maplibre.github.io
If i `npm i` and then `deno task build`, then everything works.
If i `deno i --allow-scripts` and then `deno task build`, then I see:
```sh
generating optimized images
[CouldNotTransformImage] C... | working as designed,install | low | Critical |
2,765,115,683 | rust | Higher ranked lifetime error when checking auto traits of async functions containing calls to async closures which capture a local | I tried this code:
```rust
#![feature(async_fn_traits)]
use std::ops::AsyncFn;
// this function is important, inlining it breaks the poc.
// We also tried replacing it with `identity` but the fact that this is an
// async function calling the closure inside is also relevant.
async fn do_not_inline(f: impl AsyncFn())... | T-compiler,C-bug,F-async_closure,A-auto-traits | low | Critical |
2,765,123,161 | react-native | Warning: Error: Exception in HostFunction: Loss of precision during arithmetic conversion: (long) 0.01 | ### Description
(NOBRIDGE) ERROR Warning: Error: Exception in HostFunction: Loss of precision during arithmetic conversion: (long) 0.01
This error is located at:
in RNSScreen (created by Animated(Anonymous))
in Animated(Anonymous)
in Suspender (created by Freeze)
in Suspense (created by Freeze)... | Issue: Author Provided Repro | low | Critical |
2,765,129,917 | rust | `--emit obj` with `--crate-type staticlib` doesn't work when `-C lto=thin` is set | I tried this code:
```rust
// answer.rs
pub fn answer() -> u64 {
42
}
```
And compiled it with:
```
rustc answer.rs --crate-type staticlib --emit obj -C lto=thin
```
I expected to see an object file created. Instead it appears to succeed but no object file is produced.
### Meta
`rustc --version --verbose`:
``... | T-compiler,C-bug,A-LTO,A-CLI | low | Minor |
2,765,130,216 | kubernetes | ContainerLogManager to rotate logs of all containers in case of disk pressure on host | ### What would you like to be added?
The [ContainerLogManager](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/logs/container_log_manager.go#L52-L60), responsible for log rotation and cleanup of log files of containers should also rotate logs of all containers in case of disk pressure on host.
### Wh... | sig/node,kind/feature,needs-triage | low | Major |
2,765,136,117 | neovim | Diff tests are flaky | ### Problem
The `diff mode overlapped diff blocks will be merged` merged tests frequently fail
### Steps to reproduce
run `TEST_FILE=test/functional/ui/diff_spec.lua make test`, possibly several times in row until it fails
Observe that the tests frequently fail, but not exactly on the same line each time. For me it... | bug,test | low | Critical |
2,765,146,034 | react | [DevTools Bug] Cannot remove node "92" because no matching node was found in the Store. | ### Website or app
http://localhost:3000/
### Repro steps
I was trying to inspect my component tree via react dev tools, but each time I make an interaction on the website which changes the state, it throws an error
### How often does this bug happen?
Every time
### DevTools package (automated)
react-devtools-e... | Type: Bug,Status: Unconfirmed,Component: Developer Tools | low | Critical |
2,765,168,502 | ollama | Runing ollama on Intel Ultra NPU or GPU | After I installed ollama through ollamaSetup, I found that it cannot use my gpu or npu. How to solve this problem?
CPU: intel ultra7 258v
System: windows 11 24h2 | intel,gpu | low | Major |
2,765,170,432 | ollama | DeepSeek VL v2 | https://huggingface.co/collections/deepseek-ai/deepseek-vl2-675c22accc456d3beb4613ab
there are 3 versions: tiny, small and the default | model request | low | Minor |
2,765,171,879 | react-native | Flatlist onMomentumScrollEnd called inconsistently between Android and iOS | ### Description
it seems the behavior isn't consistent between android and ios.
on android it works when you flick and release, it also works when you scroll and hold thereby controlling the scrolling.
on IOS it only works when you flick and let the scroll momentum end by itself.
https://reactnative.dev/doc... | Platform: iOS,Platform: Android,Needs: Triage :mag: | low | Critical |
2,765,189,966 | terminal | Please report XTVERSION in response to CSI > 0 q or set TERM to something other than xterm (or both) | ### Description of the new feature
Ideally I think Windows Terminal would set the environment variable `TERM` to a unique value and also update the existing terminfo databases. However, I understand that the intermediate state that creates where many programs don't recognize the new terminal type is undesirable.
So i... | Issue-Feature,Needs-Triage,Needs-Tag-Fix | low | Critical |
2,765,199,435 | godot | Cannot declare virtual method with enum from own class | ### Tested versions
v4.4.dev7
v4.3.stable
v4.2.2.stable
v4.1.stable
### System information
Windows 11 24H2
### Issue description
Attempting to setup a class which defines a virtual method for an enum setup in that class. That is, before `VARIANT_ENUM_CAST` gets setup. Because the logic in the virtual method is de... | bug,topic:core,usability | low | Critical |
2,765,235,593 | pytorch | cuDNN version is not detected correctly in PyTorch | ### 🐛 Describe the bug
I am experiencing issues with PyTorch not detecting the correct version of cuDNN. Here’s the setup:
I installed Nightly PyTorch 2.6 using the following command:
```python
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu118
```
I installed also the lates... | module: cudnn,module: cuda,triaged | low | Critical |
2,765,242,664 | go | go/packages: line directives not treatead properly in the exported file | Reproducer (using the `x/tools/go/packages` testing API):
```go
func TestReproducer(t *testing.T) {
exported := packagestest.Export(t, packagestest.Modules, []packagestest.Module{
{
Name: "test",
Files: map[string]any{
"test.go": `package test; import "test/other"; var _ = other.Test;`,
"othe... | NeedsInvestigation | low | Critical |
2,765,254,426 | PowerToys | Bluetooth widget/floating window that shows battery information | ### Description of the new feature / enhancement
A floating window/widget for viewing Bluetooth devices battery percentage.
Windows currently doesn't have the option to open a floating Always-On-Top small window for viewing information about Bluetooth info.
A small floating window could be very nice (and easy) thing ... | Needs-Triage | low | Minor |
2,765,258,545 | rust | "implementation of `Fn` is not general enough" on some conditions when using closures | Hello rust team!
I crossed the following compiler error.
There is a lifetime elision problem on closures on some specific conditions
- they accept as input a struct with a lifetime
- they are transmited to a function accepting multiple of them as generics
Quite hard to explain with words, so here is the simplified ex... | A-diagnostics,A-lifetimes,T-compiler,C-bug,needs-triage | low | Critical |
2,765,274,974 | godot | Android export from android will not update main scene layout unless .godot/exported/... is deleted | <!-- Failed to upload "repro-godotatoaexportedcache2.zip" -->
### Tested versions
- Reproducible on:
- Godot v4.4-dev7 - Android -> Android
- Godot master 0c45ace151f25de2ca54fe7a46b6f077be32ba6f - Android -> Android
- Godot master 2582793d408ade0b6ed42f913ae33e7da5fb9184 - Android -> Android
- Not Reprod... | bug,platform:android,topic:editor,topic:export | low | Critical |
2,765,280,152 | rust | RPIT associated type lifetime bound is ignored | <!--
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
trait Foo<'x> {
type Out;
fn foo(self) -> Self::Out;
}
struct Bar;
impl<'x> Foo<'x> for Bar {
type Out = ();
fn fo... | A-lifetimes,A-associated-items,A-impl-trait,C-bug,S-has-mcve,T-types | low | Critical |
2,765,293,633 | godot | [Godot4.3][iOS Plugin][xcode 16.2] Could not build module 'Foundation' and standard cpp errors for iOS plugin | ### Tested versions
-Reproducible in the 4.3 branch.
### System information
Mac M4 - godot 4.3 - XCode 16.2
### Issue description
I'm trying to build a custom iOS plugin following [the steps here](https://docs.godotengine.org/en/stable/tutorials/platform/ios/ios_plugin.html#creating-an-ios-plugin) using XCode 16.2... | platform:ios,topic:plugin,needs testing | low | Critical |
2,765,301,121 | vscode | VSCode Windows Do Not Restore to Their Original Ubuntu Workspaces After Reboot | When using Ubuntu OS with multiple workspaces (e.g., 4 fixed screens that can be navigated to using the Windows key), applications like Brave Browser restore their windows to the exact workspace they were in before a system shutdown or unexpected closure.
However, VSCode does not behave the same way. If multiple VSC... | feature-request,linux,workbench-window | low | Minor |
2,765,301,857 | pytorch | item() on DTensor only grabs the local tensor | ### 🐛 Describe the bug
An example of a tensor for which the local tensor is insufficient is a norm, which is sharded across many GPUs.
I have not run this testcase because I don't have a convenient 2-GPU system, but the correct print would be `8` (norm of the whole tensor), and I expect this to print `5.65 = 4sq... | oncall: distributed,triaged,module: dtensor | low | Critical |
2,765,308,781 | terminal | Implement kitty keyboard protocol | Spec: https://sw.kovidgoyal.net/kitty/keyboard-protocol/
Dup #11509
I just wanted to draw your attention to two new facts:
1) Since the Kitty protocol has [started being supported in iTerm2](https://gitlab.com/gnachman/iterm2/-/issues/10017), we can say that its independent implementation exists on all platforms exc... | Needs-Triage,Needs-Tag-Fix | low | Minor |
2,765,313,889 | neovim | presentation mode | # Problem
Various filetypes like markdown, latex, and other formats, have a "rendered" form which has a different layout or conceals parts of the text. Currently, this limits how fancy we can render these filetypes; we have to choose between optimizing for editing instead of viewing.
# Expected behavior
Introduce th... | enhancement,plugin,runtime,display,gsoc,options,editor | low | Major |
2,765,320,299 | vscode | Git - Saving/closing COMMIT_EDITMSG during a git commit randomly does not complete the commit |
Type: <b>Bug</b>
This is a random issue. I have not found a sequence that specificly makes this fail.
This issue is that when I use the editor's COMMIT_EDITMSG file to write my commit message, (click Commit button with and empty Message input) the message saves, but the commit does not complete.
The commit messages... | bug,git | low | Critical |
2,765,338,395 | flutter | Remove or Continuously Update Flutter's GitHub Releases to Avoid Unnecessary Public Misunderstanding | ### Use case

The latest version is still showing as 2023, which creates a false impression that 'Flutter is dead' for those who only take a quick glance. Through a snowball effect, this misconception spreads to mor... | c: proposal,team-release | low | Minor |
2,765,340,100 | PowerToys | Keyboard Manager not allowing to SELECT combination of keys | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
When Remapping a key, the **Select** button, to define the remap, will only accept one key at a time. You cannot press two keys ( **Alt ... | Issue-Bug,Product-Keyboard Shortcut Manager,Needs-Triage | low | Minor |
2,765,351,170 | kubernetes | async API call for NominatedNodeName and pod condition | Follow up: https://github.com/kubernetes/kubernetes/issues/126858#issuecomment-2344284869
/cc @JasonChen57 @kubernetes/sig-scheduling-leads @macsko @dom4ha
/assign
/kind feature
/sig scheduling
The scope of [KEP-4832](https://github.com/kubernetes/enhancements/issues/4832) is currently only the API calls made w... | sig/scheduling,kind/feature,needs-triage | low | Major |
2,765,354,040 | transformers | Request for a Vision Transformer Model for Digital Image Segmentation | ### Model description
I would like to request the addition of a Vision Transformer (ViT) model specifically fine-tuned for digital image segmentation tasks. The model should leverage transformer-based architecture to effectively capture spatial relationships within images, improving performance in tasks such as medica... | New model | low | Major |
2,765,357,258 | svelte | window onload does not fire up in chrome | ### Describe the bug
When i use `<svelte:window onload={onLoad}>` it does not work in chrome (And also not in svelte.dev environments), but it does work in Firefox.
After talking with chatgpt the fix was:
```
onMount(() => {
if (document.readyState === 'complete') {
onLoad();
} else {
... | needs discussion | low | Critical |
2,765,396,195 | next.js | DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. | ### Link to the code that reproduces this issue
https://github.com/kuanjiahong/deprecation-warning-app
### To Reproduce
**Development mode**
1. Start the application in development `npm run dev`
2. Go to `http://localhost:3000`
3. Click the button to rewrite the url
4. Check the console for the deprecation... | Runtime | low | Minor |
2,765,398,391 | deno | `node:crypto` implementation doesn't support ECDSA secp256k1 | Version: Deno 2.1.4
Related: https://github.com/denoland/deno/issues/24989#issuecomment-2567191851
Deno, with its `node:crypto` implementation, doesn't support doing ECDSA with secp256k1, only ECDH is supported (which is a different thing).
This code works on Node.js but throws on Deno:
```ts
import * as cry... | bug,node compat,crypto | low | Minor |
2,765,426,633 | rust | Typesystem soundness hole involving cyclically-defined ATIT, and normalization in trait bounds | This isn't quite trivial, but well… it works.
a “transmute” in safe Rust:
```rust
fn main() {
let s: String = transmute(vec![65_u8, 66, 67]);
println!("{s}"); // ABC
}
```
```rust
fn transmute<L, R>(x: L) -> R {
transmute_inner_1::<L, R, RewriteReflRight<FakeRefl<L, R>>>(x)
}
fn transmute_inner_1<L, R, P:... | A-type-system,I-crash,I-ICE,A-trait-system,P-medium,A-associated-items,I-unsound,C-bug,T-types | high | Critical |
2,765,435,794 | ui | [bug]: Chart Legend Vertical | ### Describe the bug
Layout prop is being ignored in the ChartLegend component.

### Affected component/components
Chart
### How to reproduce
<ChartLegend content={<ChartLegendContent nameKey="category" />} layout='ver... | bug | low | Critical |
2,765,448,583 | react | Bug: Wrong address for empty string message | ### Steps to reproduce
I don't know where the problem could be. Therefore I can't create an MRE.
This is a video I captured:
https://github.com/user-attachments/assets/1c21e144-2ccc-4fce-84af-2af15b8fe0b8
The point is, the message complaints that:
> An empty string ("") was passed to the src attribute. Thi... | Status: Unconfirmed | low | Critical |
2,765,455,946 | ui | [bug]: Chart Legend Each child in a list should have a unique "key" prop. | ### Describe the bug
```
"use client";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import {
ChartContainer,
ChartTooltip,
ChartTooltipContent,
ChartConfig,
ChartLegend,
ChartLegendContent
} from "@/components/ui/chart";
import {
PolarAngleAxis,
PolarG... | bug | low | Critical |
2,765,503,638 | godot | AnimatedSprite2D can call `queue_free()` in the editor in response to a signal without a tool script | ### Tested versions
- Reproducable in 4.4.dev7, 4.3.stable, 4.0.4.stable, 3.6.stable
### System information
Fedora Linux 41
### Issue description
An AnimatedSprite2D node with an `animation_finished` signal linked to `queue_free()` on any node will actually shoot that signal off in the editor and delete the node f... | bug,topic:editor | low | Critical |
2,765,509,638 | PowerToys | Ability to fix long paths (Alternative to Long Path Tool) | ### Description of the new feature / enhancement
I'm expecting a feature that would allow users to more-easily fix issues that arise with having files (and folders?) with long paths.
- Renaming the file
- Renaming the file path itself (maybe even the specified (nested) folder(s)
- Moving the file elsewhere
### Scena... | Idea-New PowerToy,Needs-Triage | low | Critical |
2,765,527,366 | flutter | Request for documentation on configuration options, “backfill” | ### Type of Request
infra task
### Infrastructure Environment
Regarding ci.yaml
https://github.com/flutter/flutter/blob/d9b7e5664604a55a3e900b0c619ee319065abb0e/.ci.yaml#L591
I think this needs more context to clarify impact and effects of this setting. The entire configuration file is quite massive as... | team-infra | low | Minor |
2,765,539,630 | rust | `tests/ui/asan-odr-win/asan_odr_windows.rs` fails on native `x86_64-pc-windows-msvc` with `lld = true` + `use-lld = true` | On:
- Native `x86_64-pc-windows-msvc`
- Latest master at the time of writing, commit hash c528b8c6789
The test [`tests/ui/asan-odr-win/asan_odr_windows.rs`](https://github.com/rust-lang/rust/blob/c528b8c67895bfe7fdcdfeb56ec5bf6ef928dcd7/tests/ui/asan-odr-win/asan_odr_windows.rs) fails for me locally if I set `rust.ll... | A-linkage,A-testsuite,T-compiler,O-windows-msvc,T-bootstrap,A-sanitizers,C-bug | low | Critical |
2,765,591,128 | yt-dlp | [youtube] `formats` extractor-arg: do not include `dashy` when only `duplicate` is passed | ### 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 site-specific feature
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https:/... | site-enhancement,site:youtube | low | Critical |
2,765,606,610 | react-native | measureInWindow returns the same when scrolling in iOS | ### Description
```javascript
import React, { useState, useRef } from 'react';
import { View, ScrollView, Text, StyleSheet } from 'react-native';
const App = () => {
const viewRef = useRef(null);
const [viewPosition, setViewPosition] = useState({ x: 0, y: 0 });
let timer = null
const onScroll = ()... | Platform: iOS,Issue: Author Provided Repro,Needs: Repro,Newer Patch Available,Needs: Attention,Type: New Architecture | low | Critical |
2,765,624,055 | opencv | CUDA function is combined with opencv for onnx inference | ### Describe the doc issue
I encountered problems when I tried to combine cuda programming with ONNX inference. After image processing with CUDA function, I obtained CUDA data of uchar*. Instead of GPU-->CPU-->GPU operations, I wanted to use opencv to directly reason my data, but I had no idea. Is there a simple demo?... | category: documentation | low | Minor |
2,765,631,970 | pytorch | redundant recompilation caused by duplicated Sym() | ### 🐛 Describe the bug
Hello
I've been trying to reduce the number of recompiles during Megatron training recently and noticed that strange recompiles happenned on RMSNorm.
```
@torch.compile(dynamic=True)
def rmsnorm_without_weight(hidden_states, eps=1e-6, dtype=torch.bfloat16):
variance = hidden_states.to... | triaged,oncall: pt2,module: dynamic shapes,module: dynamo | low | Critical |
2,765,632,914 | pytorch | [AMD] [ROCm] Numerical difference between Pytorch 2.6.0.dev of ROCm 6.2 and ROCm 6.3 | ### 🐛 Describe the bug
# Description
I am getting different numerical output results between Pytorch 2.6.0.dev of ROCm 6.2 and ROCm 6.3.
All the tests in the https://github.com/linkedin/Liger-Kernel/pull/506 pass with PyTorch 2.6.0.dev of ROCm 6.2
However, one of the tests fail in the environment with PyTorch ... | high priority,module: rocm,triaged | low | Critical |
2,765,648,669 | TypeScript | Compiler option to switch lib .d.ts `any`s to `unknown` | ### 🔍 Search Terms
compiler option flag lib.d.ts noImplicitAny unknown any
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change the runtime behavior of existing JavaScript code
- [x] This could be implemented without emitting different ... | Suggestion,Needs Proposal | low | Critical |
2,765,649,409 | pytorch | torch-nightly doesn't support tesla v100 | ### 🐛 Describe the bug
env:TeslaV100,driver 560.35.03 cuda 12.4
use pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124
python:
import torch
print(torch.randn(5, 5).to(device)+torch.randn(5, 5).to(device))
but cuda12.4 supports v100,i can't find which torc... | needs reproduction,module: binaries,module: cuda,triaged | low | Critical |
2,765,672,368 | pytorch | Compile error for custom op with optional mutable tensor list argument | ### 🐛 Describe the bug
It showed that the Torch auto functionalization doesn't support custom op with optional mutable tensor list argument.
The following code shows this problem. "Tensor(a!)[]? out_list" argument of the op is not supported for auto functionalization:
```
import torch
@torch.library.custom_... | triaged,module: custom-operators,module: functionalization,oncall: pt2,module: aotdispatch,module: pt2-dispatcher | low | Critical |
2,765,677,608 | svelte | Using clsx incorporating class declaration with tailwind-merge causes error | ### Describe the bug
Combining the latest clsx supporting `HTMLAttributes` with tailwind-merge creates type incompatibility.
**HTMLAttributes declared by svelte**
```
export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, DOMAttributes<T> {
class?: string | import('clsx').ClassArray |... | types / typescript | low | Critical |
2,765,681,888 | rust | Placing an attribute on a generic argument confuses the parser | ### Code
```Rust
struct Foo<T>(T);
fn main() {
let foo: Foo<#[cfg(not(wrong))] String> = todo!();
}
```
### Current output
```Shell
error: invalid const generic expression
--> /playground/src/main.rs:8:37
|
8 | let foo: Foo<#[cfg(not(wrong))] String> = todo!();
| ^^^... | A-diagnostics,A-parser,T-compiler | low | Critical |
2,765,710,236 | godot | Godot4.4dev7: Still spams loading messages | ### Tested versions
v4.4.dev7.mono.official [46c8f8c5c]
### System information
Windows11, Ubuntu
### Issue description
I have already reported this problem to https://github.com/godotengine/godot/issues/99535. and https://github.com/godotengine/godot/pull/99667
And according to the Godot4.4dev7 release notes it sh... | bug,topic:core | low | Critical |
2,765,710,674 | vscode | {Linked:Bug9528434} The interactive control in the @workspace tooltip is not accessible using keyboard (Tab or Arrow) keys: A11y_VS Code_Copilot Chat_Keyboard | ### GitHub Tags:
#A11yMAS; #A11yTCS; #A11ySev2; #DesktopApp; #BM-VisualStudioCodeClient-Win32-Jan2024; #Visual Studio Code Client; #Win32; #Win11; #WCAG2.1.1; #FTP; #Keyboard; #ED:Bug9528434
### Environment and OS details:
Version: 1.97.0-insider (user setup)
Windows 11 Enterprise Version 24H2
OS Build: 26100.2605
##... | bug,accessibility,chat | low | Critical |
2,765,726,545 | vscode | {Linked:Bug9577427} When a list item is selected in Pick Model, the list box closes and reopens without any user interaction: A11y_VS Code_Copilot Chat_Pick model_Usability | ### GitHub Tags:
#A11yUsable; #A11yTCS; #DesktopApp; #BM-VisualStudioCodeClient-Win32-Jan2024; #Visual Studio Code Client; #Win32; #Win11; #FTP; #ED:Bug9577427
### Environment and OS details:
Version: 1.97.0-insider (user setup)
Windows 11 Enterprise Version 24H2
OS Build: 26100.2605
### Repro Steps:
1. Open Visual ... | bug,accessibility,windows | low | Critical |
2,765,729,283 | transformers | Possible bug when using cosine lr scheduler with gradient accumulation | ### System Info
transforme 4.47
deepspeed
### Who can help?
@muellerzr @SunMarc
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [ ] My own task or dataset (give deta... | bug | low | Critical |
2,765,794,182 | rust | slice::contains is not general in the key like HashMap::get | <!--
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
fn main() {
let words = ["hello", "world"].map(|s| s.to_string());
// this works fine
let hm: std::collections::HashMap... | T-libs,C-discussion | low | Critical |
2,765,809,205 | tensorflow | Mixing Keras Layers and TF modules. | ### Issue type
Support
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.17
### Custom code
Yes
### OS platform and distribution
Linux Ubuntu 22.04
### Mobile device
_No response_
### Python version
3.12
### Bazel vers... | type:support,comp:keras,2.17 | low | Critical |
2,765,815,836 | ollama | Allow use of locally installed CUDA or ROCm | Ollama tries to install its own copy of CUDA or ROCm, even when the same version is already installed as a system-wide installation | feature request | low | Minor |
2,765,827,315 | vscode | When trying to open a 300MB log file the VCD Crashes | <!-- Failed to upload "fake_log.log" -->
<!-- Failed to upload "300MB_log.log" -->
Type: <b>Bug</b>
When trying to open a 300MB log file the VCD Crashes
The window terminated unexpectedly (reason "crashed", code:'132')
With a log file of 50MB it doesnt crash.
VS Code version: Code 1.96.2 (..., 2024-12-19T10:22:47... | freeze-slow-crash-leak | low | Critical |
2,765,833,157 | go | net: TestDialListenerAddr failures | ```
#!watchflakes
default <- pkg == "net" && test == "TestDialListenerAddr"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8726880560451781425)):
=== RUN TestDialListenerAddr
dial_test.go:964: listening on "127.0.0.1:64007"
dial_test.go:982: ... | NeedsInvestigation | low | Critical |
2,765,839,328 | flutter | CarouselView cards animation changes after widget gets recreated | ### Steps to reproduce
1. Run provided code.
2. Swipe cards - they are animated correctly.
3. Click swipe icon twice what disposes and creates CarouselView.
4. Swipe cards - they are resized instead of moved.
### Expected results
I expect that cards will be not resized while swiping.
https://github.com/user-a... | framework,f: material design,has reproducible steps,P2,team-design,triaged-design,found in release: 3.27,found in release: 3.28 | low | Minor |
2,765,840,405 | go | proposal: log/slog: native support for handling List | ### Proposal Details
The current implementation of `log/slog` does not fully support logging arrays or slices. As a result, the type implementing the `slog.Valuer` interface is not respected when passed as an element of an array or slice and the `Handler` cannot handle the elements within the input array or slice eith... | Proposal | low | Major |
2,765,847,332 | vscode | Make the activity icons toggleable when on top (and bottom) | <!-- ⚠️⚠️ 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. -->
Hi there :)
I like to enable and disable a certain ... | feature-request,workbench-views | low | Major |
2,765,870,241 | storybook | [Tracking] Typesafe CSF factories | Tracking issue to implement the following RFC::
https://github.com/storybookjs/storybook/discussions/30112
```[tasklist]
### Create a POC where all pieces are working together (by week 2)
- [x] API
- [x] Basic type safety for React
- [x] Runtime
- [x] AST
- [ ] https://github.com/storybookjs/storybook/issues/30169
- ... | feature request,csf,Tracking | low | Minor |
2,765,874,546 | bitcoin | Fuzz: Runtime errors when running fuzz tests on MacOs | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behaviour
Whenever running any fuzz test on any fuzz target on MacOs according to the steps provided [here](https://github.com/bitcoin/bitcoin/issues/31049). There is a big error log being thrown before starting the fuzz t... | macOS,Tests | low | Critical |
2,765,877,523 | godot | You can only copy a scene path once. | ### Tested versions
v4.4.dev7.official [46c8f8c5c]
v3.6.stable.official [de2f0f147]
### System information
win11
### Issue description
You cannot copy a scene path again using the shortcut CTRL + SHIFT + C if you copy any other text immediately after.
To copy the scene path again, deselect the scene (in the "File ... | bug,topic:editor | low | Minor |
2,765,883,807 | kubernetes | can MountPath contain ":" ? | ### What happened?
https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/core/types.go#L2110-L2113
```
RecursiveReadOnly *RecursiveReadOnlyMode
// Required. If the path is not an absolute path (e.g. some/path) it
// will be prepended with the appropriate root prefix for the operating
// system. On ... | kind/bug,priority/backlog,sig/storage,sig/node,sig/windows,triage/accepted | medium | Major |
2,765,915,844 | go | net: TestDialLocal failures | ```
#!watchflakes
default <- pkg == "net" && test == "TestDialLocal"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8726880560451781425)):
=== RUN TestDialLocal
dial_test.go:71: dial tcp :64041: connect: connection refused
--- FAIL: TestDialLocal... | NeedsInvestigation | low | Critical |
2,765,927,156 | ollama | The <toolcall> in nemotron-mini. Again. | ### What is the issue?
# The problem
I am trying to implement the agent swarm for ollama from scratch. I made the triage agent: the intent navigator. It should call the `navigate_to_refund_agent_tool` or `navigate_to_sales_agent_tool` depends on user's choose. Both tools got empty arguments like
```tsx
function... | bug | medium | Critical |
2,765,953,153 | ollama | Enable auto-save functionality via CLI flag | Having ollama models keep track of past conversations improves the quality of answers dramatically. Using `/save <model>` manually with every run is time-consuming, and prone to be forgotten. Allowing a flag similar to `ollama run --auto-save-on-exit <model>` would make this process a lot smoother. The solutions propos... | feature request | low | Minor |
2,765,959,954 | vscode | Ctrl + C not working |
Type: <b>Bug</b>
When I use Ctrl+C to copy the command line in a Python file, it doesn't copy the selected content. However, right-clicking and copying works fine, and the Ctrl+V shortcut can still paste normally. I have already tried disabling all extensions (by invoking the command 'Reload with Extensions Disabled'... | info-needed,triage-needed | low | Critical |
2,765,980,456 | flutter | Separate properties for the selected day of the DatePicker | ### Use case
Currently the Flutter engine uses the `dayOverlayColor` to assign color to the selected day button. This is not intuitive and also limits the customization of the Date Picker, since the `dayOverlayColor` and `dayBackgroundColor` must be similar, since there is no way to select the color of the text of t... | c: new feature,framework,f: material design,f: date/time picker,c: proposal,P3,team-design,triaged-design | low | Minor |
2,765,996,117 | node | Native addon use ThreadsafeFunction in multithreads env casue EXC_BAD_ACCESS in worker_threads in Node 18 | ### Version
v18.20.5
The Node 20, Node 22 works fine
### What steps will reproduce the bug?
The minimal reproduce example is very difficult to construct; if anyone is interested, they can check how to reproduce in the Rust project:
1. Clone `https://github.com/napi-rs/napi-rs`
2. Checkout to `12-23-feat_napi_impl_... | node-api | low | Critical |
2,765,996,613 | angular | Optimize and Refactor the code | ### Which @angular/* package(s) are relevant/related to the feature request?
_No response_
### Description
In the Footer component, you added static code.
```
<div class="adev-footer-container">
<div class="adev-footer-columns">
<div>
<h2>Social Media</h2>
<ul>
<li>
<a [href]="M... | help wanted,good first issue,area: docs-infra | 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.