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,745,966,011
flutter
onDidRemovePage is called when deleting a page below.
### Steps to reproduce 1. Clone the [RubigoNavigator](https://github.com/jsroest/rubigo_navigator) repository. 2. Start the example app. 3. Navigate from S100 to S200 by pressing the button with label "Push S200". 4. Navigate from S200 to S300 by pressing the button with label "Push S300". 5. Note the following li...
framework,f: routes,has reproducible steps,P3,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28
low
Critical
2,746,001,584
go
runtime: Swiss Table maps can double size multiple times when deleting/adding elements
### Go version go version go1.24rc1 ### Output of `go env` in your module/workspace: ```shell N/A ``` ### What did you do? When repeatedly deleting and adding elements from a Swiss Table map but without increasing the count of elements, the map can grow multiple times (e.g., from 128 slots to 1024 sl...
NeedsInvestigation,compiler/runtime
low
Critical
2,746,022,117
ollama
When models don't fit in VRAM, Issue alert/confirmation instead of running and freezing computer for hours
### What is the issue? When a model is selected that does not fit in VRAM, it runs on the CPU. This is a ridiculous fallback that freezes the whole computer, it should just fail. Or actually use the GPU with shared memory instead of falling back to the CPU only. ### OS Windows 11 Pro ### GPU Nvidia ### C...
bug,needs more info
medium
Major
2,746,026,381
pytorch
higher rank convolution
### 🚀 The feature, motivation and pitch would it be possible to add official pytorch support for higher rank convolution? thanks! ### Alternatives _No response_ ### Additional context working at a higher rank can be useful, depending on the application! cc @albanD @mruberry @jbschlosser @walterddr @mikaylagaware...
module: nn,triaged
low
Minor
2,746,059,997
electron
browserWindow.getBounds() inconsistent between platforms for a minimized, maximized window
### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched ...
platform/windows,platform/macOS,bug :beetle:,status/confirmed,has-repro-gist,33-x-y
low
Critical
2,746,071,293
vscode
Key binding is unable to match when clause of a TreeItem
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creat...
feature-request
low
Critical
2,746,098,889
vscode
Grouping/sorting of notebook command
The grouping and sorting of the notebook layout commands is fairly random, all layout command should be in one group, all kernel commands in one, and export on in its own group. I have tried to color-code the groups in the screen shot below <img width="469" alt="Screen Shot 2021-10-12 at 12 19 09 (1)" src="https://...
debt,notebook-commands,notebook-globaltoolbar
low
Minor
2,746,138,703
vscode
Custom Keyboard Shortcuts don't work
### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? I added a new keyboard shortcut Cmd+Shift+A - in Command mode, this should "run all cells above". This is what my keybindings.json looks like. However, when I hit this c...
bug,notebook-commands
low
Minor
2,746,141,663
electron
UtilityProcess.kill() blocks main process and therefor freezes renderer process
### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched ...
platform/macOS,bug :beetle:,component/utilityProcess,33-x-y
low
Critical
2,746,154,001
rust
Compilation issue [resolved with cargo clean]
<!-- 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 pub fn easy_vec_ui( mut ...
I-ICE,T-compiler,A-incr-comp,C-bug,S-needs-repro
low
Critical
2,746,177,352
pytorch
Locale issues in colab: after tensor(1j).cuda().abs() !commands cannot be executed.
### 🐛 Describe the bug Running the following in colab (T4 runtime): ``` import torch a=torch.tensor(1j,device="cuda") a.abs() !echo "cake is a lie" ``` results in an `NotImplementedError: A UTF-8 locale is required. Got ANSI_X3.4-1968` it has to be a) complex b) abs c) on cuda. otherwise, the final comman...
triaged,module: third_party,module: python frontend
low
Critical
2,746,185,271
vscode
Jupyter notebook cell menu incorrect for new cells
Jupyter notebook cells provide a pop-up mention at the top-left corner of cell when focus is on the cell. However, the content of the menu fails to update to reflect the current cell. This seems to be a UI event issue. To reproduce, read these instructions on your phone or a separate window so you don't have to cha...
bug,notebook-commands,notebook-celltoolbar
low
Minor
2,746,225,890
pytorch
[ONNX] Rename dynamic shapes produced by ExportedProgram to dynamic_axes
`torch.export.export` names dynamic shapes to be s0, s1, s2, s3, ..., etc. However, in ONNX, users could pass in the naming through `dynamic_axes` and `input_names`. We need to rename them to what users request.
module: onnx,triaged,onnx-triaged
low
Minor
2,746,233,346
langchain
ChatSambaNovaCloud with_structured_output json_mode is always failing since kwargs are always not None if they are not used
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
🤖:bug
low
Critical
2,746,243,066
material-ui
Material UI: Pressing Escape key closes Dialog before Snackbar/Alert
### Steps to reproduce Steps: 1. Open this link to live example: [MUI-Dialog-Toast-Escape-Example](https://codesandbox.io/p/sandbox/mui-dialog-toast-escape-example-forked-8h7r93) 2. Press "Open Modal" to open the Dialog 3. Press "Open Toast" to open the Snackbar Alert 4. Press the Escape key ### Current beh...
docs
low
Minor
2,746,264,883
kubernetes
Recreate strategy doesn't create new replicaset on its own
### What happened? We've switched some of our deployments to the recreate strategy and as a result we're seeing long delays between a replicaset scaling down and a new one scaling up when a new version is rolled out (10+ minutes between events). This can be due to a number of things but it seemed to only impact our wo...
kind/bug,needs-sig,needs-triage
low
Major
2,746,292,276
godot
`GraphNode` doesn't shrink automatically
### Tested versions v4.4.dev.custom_build [abf47965f] ### System information Debian Linux X11 ### Issue description `GraphNode` doesn't shrink automatically when - `size_flags_vertical = SIZE_SHRINK_CENTER` - the size of child Control nodes decreases I would expect, that a container node with `SIZE_SHRINK_CENTER`...
bug,topic:gui
low
Critical
2,746,303,767
PowerToys
[PowerToys Run] Background on top of window when AccentColorInactive is set
### Microsoft PowerToys version 0.87.0 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? PowerToys Run ### Steps to reproduce 1. Set a custom accent color for inactive windows by adding the registry key `AccentColorInactive` (DWORD) in _HKEY_CURRENT_USER\Software\Mi...
Issue-Bug,Product-PowerToys Run,Area-User Interface,Status-Reproducible
low
Minor
2,746,364,662
rust
E0308 Suggestion gets added to unrelated code and error span is too big
### Code ```Rust #[tokio::main] async fn main() { if true { return Ok(()); } let something_else = 1; } ``` ### Current output ```Shell error[E0308]: mismatched types --> src/main.rs:2:17 | 2 | async fn main() { | _________________^ 3 | | if true { 4 | | return Ok(()); 5 | | ...
A-diagnostics,A-macros,T-compiler,D-imprecise-spans
low
Critical
2,746,381,167
vscode
Enabling `http.fetchAdditionalSupport` may break extensions using global `fetch`
<!-- ⚠️⚠️ 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,proxy
low
Critical
2,746,414,129
godot
RayCast3D is not working with trimesh collision
### Tested versions 4.3 stable ### System information Windows 10 ### Issue description RayCast3D collision detection is not working with terrain generated from **_ArrayMesh_** and its collision generated using trimesh strategy. It works when terrain is generated from **_PlaneMesh_** and trimesh strategy as well. ...
bug,topic:physics,topic:3d
low
Critical
2,746,444,346
pytorch
Compiler Bisector Improvements
### 🚀 The feature, motivation and pitch @ezyang has been using Compiler Bisector internally and run it into a few feature requests. - [ ] Query for backend, subsystems - [ ] Config option to check meta stride for all ops, not just custom ops - [ ] Option to specify particular backend/subsystem to iterate over ...
triaged,module: inductor
low
Major
2,746,483,634
rust
Document the contextual keyword `raw`
Related with https://github.com/rust-lang/rust/issues/34601, https://github.com/rust-lang/rust/pull/127679.
C-enhancement,T-compiler,A-docs,T-libs,A-raw-pointers
low
Minor
2,746,505,083
tauri
[feat] Add tauri://pageLoad event listener support in frontend
### Describe the problem When creating a new window using `WebviewWindow`, I can only use `tauri://created` to listen for window creation. However, this event triggers much earlier than the actual page load completion. Currently, if I need to inject JavaScript after the page is fully loaded, I have to: 1. Use `We...
type: feature request
low
Minor
2,746,509,711
rust
cfg resolve diagnostic doesn't show up for axum macro
### Code Without the macro feature enabled. ```Rust use axum::extract::FromRef; #[derive(Clone, FromRef)] struct AppState { db: SqlitePool, } ``` ### Current output ```Shell error: cannot find derive macro `FromRef` in this scope --> src/main.rs:33:17 | 33 | #[derive(Clone, FromRef)] | ...
A-diagnostics,A-resolve,T-compiler,D-terse,A-cfg
low
Critical
2,746,537,766
kubernetes
Kubernetes appears to use a lot of memory for its own components (≅80GiB)
### What happened? I recently installed Kubernetes on an Ubuntu 22.04 system environment. I set up the Kubernetes environment as follows: as you can see, I created one control node and two worker nodes. ``` -----------+---------------------------+--------------------------+------------ | ...
kind/bug,sig/scalability,needs-triage
medium
Critical
2,746,557,546
ant-design
如何修改Splitter分割线的样式?
### Reproduction link [https://ant-design.antgroup.com/components/splitter-cn](https://ant-design.antgroup.com/components/splitter-cn) ### Steps to reproduce 无 ### What is expected? 1. Splitter组件左右两侧中间有个分割线,在不禁用resizable的情况下,如何隐藏分割线中间的灰色长方形方框?如下: <img width="438" alt="image" src="https://github.com/user...
💡 Feature Request,6.x
low
Minor
2,746,612,641
terminal
South Asian Languages characters are incorrect in spacing
> The issue is that we rely on the "East Asian With" spec by Unicode, like pretty much all terminals: https://www.unicode.org/reports/tr11/ > As the name suggests, for southeastern languages it just says, "no designated width", which we by convention have to assume is 1 column wide. If you can find >1 terminal that sol...
Needs-Triage,Needs-Tag-Fix
low
Minor
2,746,613,893
pytorch
unreasonable ConstraintViolationError when using torch dynamo to compile torch model
### 🐛 Describe the bug I'm using torch dynamo backend to compile model to export to tensorrt. ```python inputs = [torch.randn(1, 3, 28, 288, 512).cuda().to(torch.float16)] dynamic_h = torch.export.Dim("dim_3", min=224, max=640) dynamic_w = torch.export.Dim("dim_4", min=224, max=640) dynam...
triaged,oncall: pt2,module: dynamic shapes,module: dynamo,oncall: export
low
Critical
2,746,614,263
tauri
[bug] Error failed to bundle project: error running appimage.sh
### Describe the bug Operation steps: 1 . "targets": ["deb","updater", "appimage"], 2. npm run tauri build result: Finished `release` profile [optimized] target(s) in 1m 10s Warn Signing, by default, is only supported on Windows hosts, but you can specify a custom signing command in `bundler &gt; win...
type: bug,help wanted,platform: Linux,status: needs triage
low
Critical
2,746,628,353
go
syscall: unable to use the full length for abstract socket starting with null
### Go version go version go1.23.3 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='on' GOARCH='amd64' GOBIN='' GOCACHE='/home/albert/.cache/go-build' GOENV='/home/albert/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSEC...
NeedsFix,compiler/runtime
low
Critical
2,746,631,749
pytorch
[ROCm] MI300X FP8 scaled_mm is extremely slow on nightly
### 🐛 Describe the bug Hi AMD Team, `torch._scaled_mm` is extremely slow on MI300X at ~100TFLOP/s verus ~1200TFLOP/s on H100 Can you look into this? cc: @hliuca ## ROCm ``` m=16384 n=8192 k=1280: 108.07154472843483 m=16384 n=1024 k=8192: 110.56206220309926 m=16384 n=8192 k=7168: 109.66662842248034 ...
module: performance,module: rocm,triaged
low
Critical
2,746,685,478
pytorch
Support Dict Parameter Type for custom_op
### 🐛 Describe the bug Is it possible to support infer_schema for custom_op which has Dict as input parameters? I think opschema can support such sig `(Tensor t, Dict(str, Any) meta) -> Tensor`. Also, can such inputs be mutated? ```python import torch from typing import Dict, Any @torch.library.custom_op("h...
triaged,module: custom-operators,oncall: pt2,module: pt2-dispatcher
low
Critical
2,746,689,837
svelte
False positive of ownership_invalid_mutation after hot reload
### Describe the bug In the example code, it seems to behave correctly, unless CounterDisplay.svelte content is changed to cause a vite module hot-reload. After the hot reload, every state change causes "ownership_invalid_mutation" warnings. This particular issue is only reproducible locally, [clone this repo to te...
bug
low
Critical
2,746,748,352
go
build: build failure on gotip-linux-arm64_c4as16-perf_vs_release
``` #!watchflakes default <- builder == "gotip-linux-arm64_c4as16-perf_vs_release" && repo == "go" && mode == "build" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8728267415754195281)): go: downloading github.com/BurntSushi/toml v1.0.0 go: downloading gi...
NeedsInvestigation
low
Critical
2,746,779,827
yt-dlp
[gem.cbc.ca] Failed to parse JSON: JSONDecodeError: Expecting value in '': line 1 column 1 (char 0)
### 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 ...
account-needed,geo-blocked,site-bug,triage,can-share-account
low
Critical
2,746,847,077
react
[React 19] Proposal: Enhancing useTransition Hook with Timed Start Transition Feature
## Summary We propose enhancing React's startTransition function to accept an optional second parameter: a timeout duration (durationInMs). This will ensure the transition runs for at least the specified time, even if the internal logic resolves earlier, enabling smoother UI updates and animations. #Proposed API `...
React 19
low
Major
2,746,879,384
godot
invalid signal when as return variant, sometimes !
### Tested versions - godot 4.3 stable ### System information develop env ### Issue description ![Image](https://github.com/user-attachments/assets/faa967e3-be3b-44fd-b24e-194e91b22995) everything is ok! ![Image](https://github.com/user-attachments/assets/cf78907e-9030-4dfa-bc41-6a63edeb4da2) unexpected! when i ...
bug,topic:gdscript
low
Minor
2,746,885,941
pytorch
[c10d] thread safety issue with CUDAEventCache
The following race can happen if we ever schedule NCCL work from a different thread than the original Python thread, and that thread dies before process shutdown. 1. The CUDAEventCache is [thread-local](https://github.com/pytorch/pytorch/blob/main/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp#L839-L841). 2. Work...
oncall: distributed,module: c10d
low
Major
2,746,892,469
pytorch
NFS errors during DataLoader shutdown when num_workers > 1 when temporary directory is on NFS
### 🐛 Describe the bug Hi, This is more of a mild annoyance rather than a show-stopping issue. This issue occurs when on Linux and when using an NFS-mounted directory as the temporary directory. When finished iterating over a DataLoader object, I get the following errors: ``` Traceback (most recent call last)...
triaged,module: data
low
Critical
2,746,904,505
pytorch
[ONNX] Failed to export PyTorch-2-Export-Quantized model to onnx
### 🐛 Describe the bug try to quantize a model like [this link](https://pytorch.org/tutorials/prototype/pt2e_quant_qat.html) (only different in model structures and datasets) then export the quantized model to onnx by `torch.onnx.export` (original model is able to output), and get ```Traceback (most recent call ...
module: onnx,triaged
low
Critical
2,746,908,173
ollama
cudart initialization failure on ppc64le (AlmaLinux/RHEL8) with ollama-0.1.31-1.1
### What is the issue? I’m encountering an issue running ollama-0.1.31-1.1 on a ppc64le system with AlmaLinux (RHEL8). The application fails to initialize CUDA runtime libraries, resulting in cudart init failure: 35 errors. Environment Details: OS: AlmaLinux (RHEL8 compatible) Architecture: ppc64le ollama vers...
bug
low
Critical
2,746,910,697
godot
Lone `while` keyword in script prints error: "Trying to resolve type of a null node."
### Tested versions Can reproduce in: * v4.0.alpha1.official [31a7ddbf8] * v4.0.stable.official [92bee43ad] * v4.2.2.stable.official [15073afe3] * v4.3.stable.official [77dcf97d8] * v4.4.dev6.official [1f47e4c4e] Therefore, the issue described below was present since before Godot 4.0 alpha 1. ### System information ...
bug,topic:gdscript
low
Critical
2,746,919,367
TypeScript
Long running getPasteEdits call
### 🔎 Search Terms - getPasteEdits - Update imports on paste ### 🕗 Version & Regression Information 5.7x, not a regression ### ⏯ Playground Link _No response_ ### 💻 Code ### Bug From https://github.com/microsoft/vscode/issues/235959, I got a log showing a `getPasteEdits` taking almost 2 seconds. I don't h...
Needs More Info
low
Critical
2,747,034,878
rust
`#[linkage = "weak"] const fn` accepted without warning
I'm trying to define a "weak" const in a library, which allows users to redefine their const. On stable Rust, there's no way to do it. On nightly, `linkage` feature seems the solution, but I found that it doesn't work as well. The following is the repro code: ```rust // In library code: #![feature(linkage)] #[linkage...
A-linkage,A-diagnostics,T-compiler,C-discussion,F-linkage
low
Critical
2,747,076,832
ui
[feat]: The Sidebar component supports gesture drag and drop?
### Feature description The Sidebar component allows manual drag and drop to change the size of the left and right side areas? ### Affected component/components Sidebar ### Additional Context _No response_ ### Before submitting - [X] I've made research efforts and searched the documentation - [x] I've searched f...
area: request
low
Minor
2,747,092,342
pytorch
Tensor size for `masked_fill` exceeds the limit supported by the MPS backend: must be less than 2**32 elements
### 🐛 Describe the bug I get the following error, when using `masked_fill` on larger tensors. See error and the minimal code below. **Error:** ``` /AppleInternal/Library/BuildRoots/.../Library/Caches/com.apple.xbs/Sources/MetalPerformanceShaders/MPSCore/Types/MPSNDArray.mm:850: failed assertion `[MPSNDArray in...
module: crash,triaged,module: mps
low
Critical
2,747,099,032
react
React 19 breaking with this.props.children
Hello, Our code is now breaking when we upgrade to React 19. It seems related to this.props.children, and it works fine in React 18. I have attached the error and a screenshot of where the code is breaking. [Error: Objects are not valid as a React child (found: object with keys {$$typeof, type, key, ref, props, _...
Resolution: Needs More Information,React 19
low
Critical
2,747,127,346
vscode
Better token support in standalone themes for monaco
<!-- ⚠️⚠️ 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. --> The standalone themes in `src/vs/editor/standalone/co...
feature-request,monaco-editor
low
Major
2,747,158,019
pytorch
[Break XPU] Newly added test case with CUDA hard code failed on XPU.
### 🐛 Describe the bug The newly added test case `test_linear_and_cel` in test/inductor/test_inplace_padding.py has "cuda" hard code but run on XPU.:https://hud.pytorch.org/pr/pytorch/pytorch/142322#34573031104 ``` 2024-12-18T04:27:31.8569895Z =================================== FAILURES ==========================...
triaged,module: xpu
low
Critical
2,747,167,862
pytorch
Segmentation fault (core dumped) in `conv1d`
### 🐛 Describe the bug Under specific inputs, `conv1d` triggered a crash. ```python import torch input = torch.full((10, 10, 9,), 0, dtype=torch.float) weight = torch.full((2, 10, 9,), 9.0072e+15, dtype=torch.float) bias = None stride = [1] padding = "same" dilation = [2147483648] groups = 1 # torch.ops...
module: crash,module: nn,module: error checking,triaged,module: edge cases,topic: fuzzer
low
Critical
2,747,174,664
pytorch
Segmentation fault (core dumped) in `conv3d`
### 🐛 Describe the bug Under specific inputs, `conv3d` triggered a crash. ```python import torch input = torch.full((3, 1, 3, 4, 3,), 4.44444e+12, dtype=torch.float) weight = torch.full((3, 1, 3, 1, 3,), 1e+13, dtype=torch.float) bias = None stride = [1, 1, 1] padding = "same" dilation = [3046875451, 304687...
module: crash,module: nn,module: error checking,module: convolution,triaged,topic: fuzzer
low
Critical
2,747,179,041
pytorch
Segmentation fault (core dumped) in `embedding_backward`
### 🐛 Describe the bug Under specific inputs, `embedding_backward` triggered a crash. ```python import torch grad = torch.full((8, 0, 3, 7, 6, 1, 0,), 0, dtype=torch.float) indices = torch.full((2,), 1250999896764, dtype=torch.long) num_weights =536870912 padding_idx = 4194304 scale_grad_by_freq = True spar...
module: crash,module: error checking,triaged,module: embedding,module: empty tensor,topic: fuzzer
low
Critical
2,747,188,022
pytorch
Segmentation fault (core dumped) in `embedding_bag.padding_idx`
### 🐛 Describe the bug Under specific inputs, `embedding_bag.padding_idx` triggered a crash. ```python import torch weight = torch.full((3, 4,), 1.11111e+15, dtype=torch.float) indices = torch.full((5,), -2147483648, dtype=torch.long) offsets = torch.full((0,), 0, dtype=torch.long) scale_grad_by_freq = False ...
module: crash,module: error checking,triaged,module: embedding,module: empty tensor,topic: fuzzer
low
Critical
2,747,195,247
pytorch
Segmentation fault (core dumped) in `gru_cell`
### 🐛 Describe the bug Under specific inputs, `gru_cell` triggered a crash. ```python import torch input = torch.full((0, 8,), 0, dtype=torch.float) hx = torch.full((0, 9,), 0, dtype=torch.float) w_ih = torch.full((1, 8,), 1.251e+12, dtype=torch.float) w_hh = torch.full((1, 9,), 1.4013e-45, dtype=torch.float)...
module: crash,module: error checking,triaged,actionable,module: empty tensor,topic: fuzzer
low
Critical
2,747,199,702
pytorch
Aborted (core dumped) in `mkldnn_rnn_layer`
### 🐛 Describe the bug Under specific inputs, `mkldnn_rnn_layer` triggered a crash. ```python import torch input = torch.full((1, 8, 1,), 4.13506, dtype=torch.float) weight0 = torch.full((5, 8,), 2.47475, dtype=torch.float) weight1 = torch.full((5, 8,), 8.52373, dtype=torch.float) weight2 = torch.full((5,), 5...
module: crash,module: error checking,triaged,module: mkldnn,topic: fuzzer
low
Critical
2,747,204,933
pytorch
Aborted (core dumped) in `replication_pad1d`
### 🐛 Describe the bug Under specific inputs, `replication_pad1d` triggered a crash. ```python import torch self = torch.full((9, 9, 7, 1,), 3.5e+35, dtype=torch.float) padding = [-2, -2] torch.ops.aten.replication_pad1d(self, padding) ``` Output ``` corrupted size vs. prev_size Aborted (core dumped) `...
module: crash,module: error checking,triaged,actionable,topic: fuzzer
low
Critical
2,747,217,703
next.js
Sudo on --experimental-https usage
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/reverent-paper-zxjmnv ### To Reproduce Run `bun dev --experimental-https` in any project ### Current vs. Expected behavior Current: ```Attempting to generate self signed certificate. This may prompt for your password Sudo password:``...
Webpack,Runtime
low
Minor
2,747,230,673
pytorch
Segmentation fault (core dumped) in `replication_pad2d`
### 🐛 Describe the bug Under specific inputs, `replication_pad2d` triggered a crash. ```python import torch self = torch.full((9, 9, 2, 4, 3,), 1.251e+12, dtype=torch.float) padding = [0, 0, 0, 0] torch._C._nn.replication_pad2d(self, padding) ``` Output ``` Segmentation fault (core dumped) ``` ### Versio...
module: crash,module: error checking,triaged,topic: fuzzer
low
Critical
2,747,266,265
godot
int(INF) evaluates to negative number
### Tested versions Reproducable in : v4.3.stable ### System information Windows 11 ### Issue description Casting the float INF to int with int(INF) returns -9223372036854775808 and not 9223372036854775807 witch is the largest int. int(-INF) also returns -9223372036854775808 which make sense to me. ### Steps to...
bug,discussion,topic:core
low
Critical
2,747,282,440
flutter
Mac_benchmark flutter_gallery_macos__compile is 2.15% flaky
<!-- meta-tags: To be used by the automation script only, DO NOT MODIFY. { "name": "Mac_benchmark flutter_gallery_macos__compile" } --> The post-submit test builder `Mac_benchmark flutter_gallery_macos__compile` had a flaky ratio 2.15% for the past (up to) 100 commits, which is above our 2.00% threshold. One recent...
P2,c: flake,team-macos
low
Major
2,747,312,367
PowerToys
Ctrl key on Mouse utility in Italian localization
### Microsoft PowerToys version 0.87.0 ### Utility with translation issue Mouse Utilities ### 🌐 Language affected Italian ### ❌ Actual phrase(s) ![Image](https://github.com/user-attachments/assets/9f10324a-fc78-4fe2-800b-6e707fc5a869) ### ✔️ Expected phrase(s) Premi due volte il tasto Ctrl di sinistra Premi ...
Issue-Bug,Area-Localization,Needs-Triage,Issue-Translation
low
Minor
2,747,331,366
deno
JsRuntime initialization fails when integrating deno_url extension
I'm encountering an issue when integrating the deno_url extension into deno_core within a test project. Despite trying various approaches, I consistently receive the following error during JsRuntime initialization: ```txt Failed to initialize a JsRuntime: Following modules were not evaluated; make sure they are impo...
embedder
low
Critical
2,747,340,339
vscode
Expose native support for USB, HID and Serial device access in VS Code (Desktop)
<!-- ⚠️⚠️ 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. --> Since Electron version 25, Web-* device access has b...
feature-request,extensions,workbench-os-integration
medium
Major
2,747,372,333
ollama
Llava system prompt in modelfile only works if first message does not contain image
### What is the issue? I can reproduce this with llava models, not with llama3.2-vision. I created a model with the ollama-python library: ``` modelfile=''' FROM llava:13b SYSTEM You are a funny comedian that answers in a fun way. Always end your answer with a joke about the content of the answer. ''' oll...
bug
low
Minor
2,747,372,939
flutter
[pointer_interceptor] affects Tab order if wrapped around a FocusTraversalGroup
### What package does this bug report belong to? pointer_interceptor ### What target platforms are you seeing this bug on? Web ### Have you already upgraded your packages? Yes ### Dependency versions <details><summary>pubspec.lock</summary> ```lock # Generated by pub # See https://dart.dev/tools/pub/glossar...
platform-web,package,f: focus,has reproducible steps,P2,p: pointer_interceptor,team-web,triaged-web,found in release: 3.27,found in release: 3.28
low
Critical
2,747,382,028
vscode
VScode is always reverting to earlier version
Type: <b>Bug</b> Hello, I have a similar issue like #113702, but on a ubuntu distribution and I cant get it to fix. # Problem: Vscode is always reverting its version back to 1.90.2. When I do the update, I can open a vscode window or two in the right version, but after 10minutes or so, its back to version 1.90.2 ...
bug,install-update
low
Critical
2,747,405,393
flutter
[pigeon] Empty generated Dart classes aren't serializable
### Steps to reproduce - create `pigeon/messages.dart`: - Define sealed class `A` - Define `B` which extends `A` with some fields - Define `C` which extends `A` without any fields - run `flutter pub run pigeon --input ./pigeon/messages.dart` - get generated file `src/messages.g.dart` ### Expected ...
package,team-ecosystem,has reproducible steps,p: pigeon,P2,triaged-ecosystem,found in release: 3.27,found in release: 3.28
low
Critical
2,747,425,045
ollama
I can not connect to 11434 port
### What is the issue? sir, i add Environment="OLLAMA_HOST=0.0.0.0" to the service file,Then i restart ollama. now, i find the service listener port is only have tcp6,without tcp4 listen,so i can not access to the service from other machine. how can i fix this problem? thank you [root@localhost ollama]# netsta...
bug,needs more info
low
Minor
2,747,427,950
neovim
Directory filetype
### Problem add directory filetype using vim.filetype.add doesn't work, cause filetypedetect is defined using event { 'BufRead', 'BufNewFile', 'StdinReadPost' }, it won't react to a directory buffer. why can't it use BufAdd instead? ### Expected behavior Allow detect directory filetype using: ```lua vim.filetype.add...
enhancement,needs:vim-patch,filetype
medium
Major
2,747,434,072
pytorch
sympy.C.ConstantInteger has no method name
### 🐛 Describe the bug In line, https://github.com/pytorch/pytorch/blob/main/torch/fx/experimental/symbolic_shapes.py#L1652 instruction ``src.name()`` fails when src is One or Zero (sympy.S.One or numpy.S.Zero) because it does not exist for singleton. ### Versions ``` Collecting environment information... PyTorch...
needs reproduction,triaged,module: fx,oncall: pt2,module: dynamic shapes
low
Critical
2,747,434,400
rust
HashMap reallocates even though capacity is not exceeded
`HashMap::with_capacity`'s documentation states: > The hash map will be able to hold at least `capacity` elements without reallocating. This method is allowed to allocate for more elements than `capacity`. This statement is incorrect as the following code demonstrates. ```rust fn main() { let initial_capacity = ...
A-collections,T-libs-api,A-docs,C-bug,T-libs
low
Critical
2,747,445,912
PowerToys
PowerToys Run shows black text on black background
### Microsoft PowerToys version 0.87.0 ### Installation method PowerToys auto-update ### Running as admin No ### Area(s) with issue? PowerToys Run ### Steps to reproduce When opening PowerToys Run (using Alt + Space) I get the input window, but I can't see my input or the results because everything is black ex...
Issue-Bug,Product-PowerToys Run,Needs-Triage,Needs-Team-Response
low
Major
2,747,451,048
pytorch
infer_size(a, b) fails when it could return a value
### 🐛 Describe the bug In function [infer_size](https://github.com/pytorch/pytorch/blob/main/torch/_subclasses/fake_impls.py#L845), the case sizeA == 1 and sizeA == 1 are unknown, assuming the model is valid, the function could set ``expandedSizes[i]``: ```python if ( guard_size_oblivious(siz...
triaged,oncall: pt2,module: fakeTensor
low
Critical
2,747,451,217
vscode
ERR [189] potential listener LEAK detected, having 248 listeners already. MOST frequent listener (33)
This originates here https://github.com/microsoft/vscode/blob/777fd07cccc3de449e529c9f701c2cfdd36ecb3e/src/vs/workbench/contrib/search/browser/searchResultsView.ts#L296 ``` ERR [189] potential listener LEAK detected, having 248 listeners already. MOST frequent listener (33):: Error at Zhi.create (vscode-file://v...
bug,freeze-slow-crash-leak,performance
low
Critical
2,747,468,987
ant-design
Facing issue of SyntaxError: Unexpected token 'export' when import antd any component in Next.js app
### Reproduction link [https://github.com/prakashmallow/test-with-antd/tree/main](https://github.com/prakashmallow/test-with-antd/tree/main) ### Steps to reproduce 1. Clone the above Next.js app locally 2. Install dependencies with the `yarn install` or `npm install` command in the IDE terminal with the proje...
unconfirmed
medium
Critical
2,747,475,781
kubernetes
informer list and watch keep str error log:too old resource version
### What happened? informer list and watch keep str error log:too old resource version resourceVersion stay at the same value. ### What did you expect to happen? when watch have error:too old resource version,resourceVersion will change other value. informer recovery available. ### How can we reproduce...
kind/bug,needs-sig,needs-triage
low
Critical
2,747,479,116
rust
unhelpful E0277 when writing `func(&a: &T)` instead of `func(a: &T)`
### Code ```Rust use std::path::Path; fn main() { fun_with_path(&Path::new(".")); fun_with_int(&0); } // &a: &Path should've been a: &Path pub fn fun_with_path(&a: &Path) { println!("{:?}", a); } // ok pub fn fun_with_int(&a: &i32) { println!("{:?}", a); } ``` ### Current output ```Shell Compi...
A-diagnostics,T-compiler
low
Critical
2,747,497,689
PowerToys
[PowerToys Run] Dialogue box only draggable by magnifying glass
### Microsoft PowerToys version 0.87.0 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? PowerToys Run ### Steps to reproduce 1. Turn on the PowerToys Run feature 2. Activate the shortcut to open the dialogue box 3. Attempt to drag the dialogue box (it won't move u...
Issue-Bug,Product-PowerToys Run,Resolution-Fix Committed
low
Critical
2,747,520,228
flutter
[pigeon] Allow generics in data classes, with concrete types at the `Api` level
### Use case Defining custom argument types would be very helpful to reduce code duplication. Nothing special about that just more Generics support. The only supported types should be primitives such as int, string etc and declared within pigeon file. ### Proposal Opportunity to generate Apis using such classes (at ...
package,c: proposal,team-ecosystem,p: pigeon,P3,triaged-ecosystem
low
Major
2,747,529,996
react-native
[New Arch][Android] After turning on fabric, the text in the Xiaomi MIUI13 system is not fully displayed
### Description On Xiaomi MIUI13 system, when the font weight is changed and the fontWeight of the Text component is set to blod, the Text text will be truncated and wrapped; If numberOfLines is set to 1, a different phenomenon will occur, causing the end of the text to become an ellipsis and incomplete display. ...
Issue: Author Provided Repro,Platform: Android,Newer Patch Available,Type: New Architecture
low
Major
2,747,548,191
ollama
Clarification: "format" vs "tools" behaviours
### What is the issue? Structured output formatting was recently released. There are now 2 different ways of structuring your output: 1. Pass a schema to the "format" argument to the API. 2. Convert the schema to a tool and pass it to the "tools" argument to the API. I understand that semantically, for structur...
bug
low
Minor
2,747,568,609
flutter
[GoRouter] Simultaneous Button Taps Trigger Multiple Navigation Events
### Steps to reproduce 1. Set up GoRouter with two routes: Define two screens (ScreenA and ScreenB). Add the routes for these screens to your GoRouter configuration. 2. Create a screen with two buttons: Place two buttons (ButtonA and ButtonB) on the same screen. Each button should navigate to a different screen...
package,has reproducible steps,P2,p: go_router,team-go_router,triaged-go_router,found in release: 3.27,found in release: 3.28
low
Minor
2,747,595,102
three.js
Honor camera layers on light.shadow.camera for selective shadow
### Description In order to build a selective real time shadow along with a baked shadow system the light.shadow.camera should honor the layers to be tested against an object to render the shadow I did add support on a custom build of the WebGLRenderer and this was very handy Here an example disabling all...
Suggestion
low
Major
2,747,619,615
flutter
[Flutter Web] Rotating the keyboard from landscape to portrait with keyboard open leaves a white area
### Steps to reproduce I'm developing a web app with Flutter (version 3.27.0 but had same issue with 3.24). I deployed the app on a web server with flutter build web --release (thus should use canvaskit). Using the web app on a Android (Samsung) device on multiple browsers (Chrome, Firefox and the default Samsung...
a: text input,platform-android,engine,platform-web,has reproducible steps,P2,team-web,triaged-web,found in release: 3.27,found in release: 3.28
low
Critical
2,747,666,574
excalidraw
Adding Entity-Relationship Diagram Symbols and Notation
It would be immensly usefull for data modelling. I'm pretty sure it's not too much work, so if anyone can do this (my knowledge doesn't extend to js), I'd be thankfull! <3 ![Image](https://github.com/user-attachments/assets/77a5ceef-3280-423a-89f2-f6a9b68f0934)
enhancement
low
Minor
2,747,667,244
kubernetes
On namespace deletion send sigterm to pods first
### What would you like to be added? After sending a request to the Kubernetes API to delete a namespace, the pods within the namespace are reporting an error (golang app) while trying to reach another pod in the cluster: ``` dial tcp 10.43.16.12:80: connect: connection refused ``` I was expecting a context ...
kind/feature,needs-sig,needs-triage
low
Critical
2,747,683,610
pytorch
No reproducibility after ONNX export of fully converted QAT model
### 🐛 Describe the bug When I use quantization-aware training, results are not reproducible between: 1. fake quantized model 2. real quantized model 3. exported ONNX model ### Code example ```python import torch import onnxruntime as ort torch.manual_seed(42) def dummy_training(model): model.trai...
module: onnx,oncall: quantization,triaged
low
Critical
2,747,708,391
transformers
Deepseek v2
### Model description There is stale PR https://github.com/huggingface/transformers/pull/31976. Is anybody working on this model? ### Open source status - [x] The model implementation is available - [x] The model weights are available ### Provide useful links for the implementation _No response_
New model
low
Major
2,747,758,828
PowerToys
Change Keyboard Language when specific hardware is detected
### Description of the new feature / enhancement #Product-Keyboard Shortcut Manager As a Brazilian, who has lived in the US and now lives in Spain, one of the most annoying things I have to deal with my work computer is that all my home keyboards are US-layout ones, and the keyboard in the work laptop is in Spanish. ...
Idea-New PowerToy,Needs-Triage
low
Minor
2,747,762,194
pytorch
AOTI_TORCH_CHECK failed in aot_compile-d model
### 🐛 Describe the bug I exported some model using `torch.export(strict=False)`. Exported model itself works well, but if I compile it using `torch._inductor.aot_compile`, the process crashes with some internal check in generated code. Reproducer: https://colab.research.google.com/drive/1U8fe9k85_S4fRurxz_M7g9kYf...
triaged,oncall: pt2,ciflow/inductor,oncall: export,module: aotinductor
low
Critical
2,747,778,971
material-ui
[docs] Add TanStack Router examples
### Related page https://mui.com/material-ui/integrations/routing/#react-router-examples ### Kind of issue Missing information ### Issue description It is not clear how to combine the TanStack router `<Link>` component with MUI components. One could add examples below the examples for React Router ### Context I ...
docs,waiting for 👍,support: docs-feedback
low
Minor
2,747,844,342
flutter
GestureDetector.onTapCancel is called during build phase, causing setState error unexpectedly
### Steps to reproduce 1. run the sample code below 2. press grey box 3. remove grey box by rebuilding (in the sample code, this will be done using `Timer`) 4. `onTapCancel` is called, where I call `setState()` inside. 5. the error below happens. ### Expected results No error occurs, meaning `onTapCancel` should...
framework,f: gestures,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28
low
Critical
2,747,849,400
ant-design
Watermark 水印组件多次渲染导致页面卡死
### Reproduction link [https://codepen.io/linong/pen/MYgpbae?editors=001](https://codepen.io/linong/pen/MYgpbae?editors=001) ### Steps to reproduce 1. 点击覆盖按钮,这个按钮是覆盖 toDataURL,模拟响应较慢的场景。 2. 修改水印文案 3. 观察控制台,会发现console被多次触发。 ### What is expected? console 只触发一次 ### What is actually happening? consol...
🐛 Bug,help wanted
low
Major
2,747,871,381
flutter
CupertinoContextMenu is not interactible until the long press gesture is released
### Use case CupertinoContextMenu has a major native distinguish behavior in the dragging process. Current behavior: 1 - When user long press on item the context appear but there is no interacting. 2 - The User need to release his finger and repress the preview area to interact with the menu. https://github.co...
framework,f: cupertino,has reproducible steps,P2,would require significant investment,team-design,triaged-design,found in release: 3.27,found in release: 3.28
low
Minor
2,747,877,556
rust
Slice bounds check not elided in trivial case when using a local varaible outside of a branch
I tried this code: ```rust fn last_four(s: &[u8]) -> &[u8] { let start = if s.len() <= 4 { 0 } else { s.len() - 4 }; &s[start..] } ``` Which produces the following assembly on x86_64: ``` last_four: mov rax, rdi lea rcx, [rsi - 4] xor edi, edi ...
A-LLVM,I-slow,T-compiler,llvm-fixed-upstream,C-optimization
low
Minor
2,747,879,223
rust
Unhelpful suggestions on reference mutability
This code example is minimized from a wild goose chase I ran into when implementing a solution for one of the Advent of Code puzzles. The error messages and suggestions were not helpful in solving the issue. Some of them were actively confusing - from the programmer's perspective, the variables _clearly_ need mutabili...
A-diagnostics,T-compiler
low
Critical
2,747,883,791
vscode
Make 'status bar item' error icon more noticeable or customisable
<!-- ⚠️⚠️ 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. --> ## Problem The status bar item's error indicator is t...
feature-request,languages-basic,workbench-status
low
Critical
2,747,960,718
vscode
Highlight tabs whose file has problems, is untracked or modified compared to repo version
<!-- ⚠️⚠️ 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. --> Could you please provide a highlighting colors setti...
feature-request,workbench-tabs
low
Major
2,747,980,408
flutter
WidgetSpan text cannot be copied using SelectableText.rich
### Steps to reproduce ```dart SelectableText.rich( TextSpan( children: [ WidgetSpan( alignment: PlaceholderAlignment.middle, child: Container( decoration: BoxDecoration(color: Colors.red, borderRadius: BorderRadius.circular(10)), paddin...
a: text input,framework,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28
low
Minor