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,783,887,326
ollama
Allow building with BLAS/BLIS now that Ollama's runners are not pure native builds of llama.cpp anymore
_A regression of ~18tks/s to ~8tks/s eval for llama3.2 in a Ryzen Threadripper 1820X._ Up to version `v.0.5.1` I was able to build the official `llama-server` from llama.cpp and use it as part of an Ollama build that skips generation. I'm using AMD's AOCC compiler and AOCL (A BLIS-flavored implementation tunned fo...
feature request
low
Minor
2,783,892,879
kubernetes
https://github.com/kubernetes/kubernetes/issues/129593
### Which jobs are failing? master-informing - ec2-master-scale-performance ### Which tests are failing? ClusterLoaderV2.load overall (/home/prow/go/src/k8s.io/perf-tests/clusterloader2/testing/load/config.yaml) ClusterLoaderV2.load: [step: 29] gathering measurements [01] - APIResponsivenessPrometheusSimple ClusterL...
kind/failing-test,sig/architecture,needs-triage
low
Critical
2,783,893,022
yt-dlp
[Rai] Failed to parse JSON
### 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 ...
site-bug,triage
low
Critical
2,783,946,765
react-native
TextInput onKeyPress fires after the onChange
### Description According to the [docs](https://reactnative.dev/docs/textinput#:~:text=Fires%20before%20onChange%20callbacks.) the keyPress event should fire before the change event. That does not seem to be the case though, I've run into this on a physical device in a project (doesn't use expo) I can't share and als...
Component: TextInput,Needs: Repro,Newer Patch Available,Needs: Attention
low
Critical
2,783,980,089
godot
The Toggle Scripts Panel keyboard shortcut in the script editor is responding to the wrong key in brazilian abnt2 keyboards.
### Tested versions - Reproducible in: v4.3.stable.official [77dcf97d8] - I haven't tested, but I remember this happening for as long as I can remember, I just didn't reported until now. ### System information Godot v4.3.stable - Windows 10.0.19044 - GLES3 (Compatibility) - ANGLE (NVIDIA, NVIDIA GeForce GTX 1050 Ti ...
discussion,topic:editor,topic:input
low
Minor
2,784,025,721
godot
Page fault in amdgpu driver on Linux with Radeon RX 6600
### Tested versions Definitely happening in `v4.3.stable.mono.official.77dcf97d8`, but I've been having this issue on and off ever since I bought this machine in spring 2023. So it's probably present in earlier 4.x versions as well. ### System information Godot v4.3.stable.mono - Arch Linux #1 SMP PREEMPT_DYNAMIC Mo...
bug,topic:rendering,needs testing,crash
low
Critical
2,784,043,433
svelte
:has with sibling selector shows as unused when styling svg elements
### Describe the bug When trying to style elements based on siblings in :has selector is falsy reported as unused. When i wrap it in global it works. When trying to style html elements in the same way it works without issues. ### Reproduction - With "~" sibling selector: https://svelte.dev/playground/hello-world#H4...
css
low
Critical
2,784,101,580
react-native
Accessibility Actions Not Triggering on FlatList Carousel (iOS and Android)
### Description Iโ€™m trying to add accessibility to a FlatList carousel in my React Native app by using [Accessibility Actions](https://reactnative.dev/docs/accessibility#accessibility-actions). Iโ€™ve added both the actions and the corresponding function to handle them. However, when I test it in the simulator (both Xco...
Platform: iOS,Platform: Android,Accessibility,Needs: Triage :mag:
low
Minor
2,784,138,203
go
runtime: a Windows application launched via Steam sometimes freezes
### Go version go version go1.23.2 windows/amd64 ### Output of `go env` in your module/workspace: ```shell set GO111MODULE= set GOARCH=amd64 set GOBIN= set GOCACHE=C:\Users\hajimehoshi\AppData\Local\go-build set GOENV=C:\Users\hajimehoshi\AppData\Roaming\go\env set GOEXE=.exe set GOEXPERIMENT= set GOFLAGS= set GOHOS...
OS-Windows,NeedsInvestigation,compiler/runtime,BugReport
medium
Critical
2,784,171,345
godot
Animation Performance Problems
### Tested versions Reproduced 4.4 Dev 7, 4.3 Stable Not Reproduced 3.6 Stable ### System information Windows 11, i3 10105f ### Issue description I've noticed that Animation Tree and Animation Player seem to have a Ludicrously high cost For Reference, in my game to have 60 FPS, I can have ~100 AI characters with ...
confirmed,topic:animation,performance
medium
Major
2,784,173,379
rust
Add mpsc select
Rust has nice implementations of channels, but is missing an implementation of `select` (i.e. wait on multiple channels), which severely limits their usefulness. The usual solution is to give up on `std::sync::mpsc::channel` entirely and use [`crossbeam-channel`](https://docs.rs/crossbeam/latest/crossbeam/channel/inde...
T-libs-api,C-feature-request
low
Minor
2,784,223,070
next.js
Turbopack - Module not found: Can't resolve './foo!=!./foo'
### Link to the code that reproduces this issue https://github.com/jantimon/reproduction-nextjs-inline-match-resource ### To Reproduce 1. `npm run dev --turbopack` 2. See the error: `Module not found: Can't resolve './foo!=!./foo'` ### Current vs. Expected behavior # Next.js 15.1.4 `!=!` Support Inline match reso...
Turbopack
low
Critical
2,784,237,100
PowerToys
PowerToys.Run will not launch
### Microsoft PowerToys version 0.87.1 ### Installation method WinGet, GitHub ### Running as admin Yes ### Area(s) with issue? PowerToys Run ### Steps to reproduce [PowerToysReport_2025-01-13-09-51-28.zip](https://github.com/user-attachments/files/18398279/PowerToysReport_2025-01-13-09-51-28.zip) I've recentl...
Issue-Bug,Needs-Triage
low
Minor
2,784,263,955
tauri
[bug] I am using show_menu_on_left_click, but the following warning keeps appearing: tauri::tauri_utils::config::TrayIconConfig::menu_on_left_click: Use show_menu_on_left_click instead.
### Describe the bug ```json { "build": { "beforeBuildCommand": "yarn build", "beforeDevCommand": "yarn dev", "frontendDist": "../out", "devUrl": "http://localhost:3000" }, "bundle": { "active": true, "category": "DeveloperTool", "icon": ["icons/icon.icns", "icons/icon.pn...
type: bug,status: needs triage
low
Critical
2,784,329,318
transformers
RLE of SAM can't handle masks with no change
### System Info - `transformers` version: 4.49.0.dev0 - Platform: Windows-10-10.0.26100-SP0 - Python version: 3.11.11 - Huggingface_hub version: 0.27.1 - Safetensors version: 0.5.2 - Accelerate version: not installed - Accelerate config: not found - PyTorch version (GPU?): 2.5.1 (False) - Tensorflow version (GPU?): no...
bug
low
Critical
2,784,336,760
tauri
[feat] Add features to individually enable mobile support
### Describe the problem I've recently migrated a project that we have to Tauri v2 and noticed that many dependencies were showing up in our `Cargo.lock` file that are related to mobile targets (I noticed this especially with the `swift` and `objc2-` crates). Internally we are trying to review more and more dependenci...
type: feature request
low
Minor
2,784,355,003
godot
Environment "Glow" should be put before the "Tonemap"
### Tested versions Tested on a Godot 4.4 nightly build I downloaded yesterday (Jan 12 2025) ### System information Godot v4.4.dev (5b52b4b5c) - Windows 11 (build 22631) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3050 Laptop GPU (NVIDIA; 32.0.15.6109) - 11th Gen Intel(R) Core(TM) i5...
enhancement,discussion,topic:rendering,topic:editor,topic:3d,topic:vfx
low
Minor
2,784,367,185
go
x/tools/gopls: out-of-bounds slice panic in bug in frob.(*reader).bytes
``` #!stacks "runtime.goPanicSliceAcap" && "frob.(*reader).bytes" ``` Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks). ```go func (r *reader) bytes(n int) []byte { v := r.data[:n] r.data = r.data[n:] // <--- panic return v } ``` This stack `MZjt-Q` was [reporte...
NeedsInvestigation,gopls,Tools,gopls/telemetry-wins,BugReport
low
Critical
2,784,402,411
go
math/big: incorrect Float formatting for negative/auto prec
### Go version go version go1.23.4 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/Users/joeyc/Library/Caches/go-build' GOENV='/Users/joeyc/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='darw...
NeedsInvestigation,BugReport
low
Critical
2,784,472,695
transformers
Improve Guidance for Using DDP in `examples/pytorch`
### Feature request The examples in `examples/pytorch/` (e.g., [semantic-segmentation](https://github.com/huggingface/transformers/tree/main/examples/pytorch/semantic-segmentation)) would benefit from clearer guidance on how to use Distributed Data Parallel (DDP) in trainer version. ### Motivation I modified the tr...
Feature request
low
Critical
2,784,500,397
pytorch
torch.export treats two of the same parameters as the same node
### ๐Ÿš€ The feature, motivation and pitch `torch.export` where the same tensor is used for multiple args in the example inputs, e.g. (self.x, self.x) results in a confusing graph where the two parameters seem to be treated as the same node. As a basic example, when I would pass in something like ep.module()(torch.zeros...
oncall: pt2,oncall: export
low
Minor
2,784,501,190
angular
JavaScript heap out of memory after using signal inputs
### Command build ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was _No response_ ### Description Hi, I have a lib with about 5000 components, all are similar and svg like this: ``` @Component({ selector: 'sv...
area: compiler,state: needs more investigation,bug
low
Critical
2,784,573,825
angular
Certain `@let` values can mimic internal data structure, breaking basic runtime logic
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? Yes ### Description Before hydration and using signals my code worked. I refactored it to use signals and incremental hydration and it broke. The error message was not really meaningful: `Cannot add property i18nNodes, object...
area: core,state: has PR,P2,bug
low
Critical
2,784,582,534
transformers
FA2 support for Aria
Currently, Aria does not support FA2 in its modeling code: https://github.com/huggingface/transformers/blob/2fa876d2d824123b80ced9d689f75a153731769b/src/transformers/models/aria/modeling_aria.py#L656 However the reference checkpoint for the Aria model does set `attn_implementation` to FA2: https://huggingface.co/rhyme...
Vision,Flash Attention,Multimodal
low
Critical
2,784,587,979
TypeScript
Extend the tsc --listFiles option to specify an output file for the list
### ๐Ÿ” Search Terms listFiles redirect ### โœ… 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 JS based on the types of the expressi...
Suggestion,Awaiting More Feedback
low
Critical
2,784,595,576
rust
Handling of legacy-incompatible paths by `PathBuf::push` on Windows
Should `pathbuf.push()` on Windows convert legacy paths to UNC syntax when they exceed the `MAX_PATH` length, or other limits? Legacy MS-DOS (non-UNC) paths should not exceed `MAX_PATH` length (~260 chars) and have other syntactic limitations. Windows has partial, opt-in support for longer legacy paths, but not all AP...
O-windows,T-libs-api,A-io,C-discussion
low
Critical
2,784,597,590
kubernetes
AWS EC2 Scale Tests are failing due to elevated latencies for API calls
### Which jobs are failing? - ec2-master-scale-performance ### Which tests are failing? ClusterLoaderV2 load tests ### Since when has it been failing? Failing since Jan 02/2025 ### Testgrid link https://testgrid.k8s.io/sig-scalability-aws#ec2-master-scale-performance ### Reason for failure (if possible) _No ...
sig/scalability,kind/failing-test,needs-triage,sig/etcd
low
Critical
2,784,626,531
godot
Cinematic Preview makes the editor redraw continuosly
### Tested versions - Reproducible in 4.3 stable and latest master v4.4.dev (d79ff848f) ### System information Godot v4.4.dev (d79ff848f) - Windows 10 (build 19045) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated AMD Radeon RX 580 2048SP (Advanced Micro Devices, Inc.; 31.0.21921.1000) - AMD Ryzen 5 3600 6...
topic:editor,needs testing,performance
low
Minor
2,784,636,922
flutter
Flutter Web generating infinite <style> tags
### Steps to reproduce I'm not sure how to reproduce, but deck.blue is a Flutter Web app that handles lots of images at the same time. @kevmoo suspects it has to do with <style> tags from those images. All I know is that it's happening on Chrome, Windows. ### Expected results No additional <style> tags should be app...
framework,platform-web,P1,team-web,triaged-web
medium
Critical
2,784,639,505
pytorch
Loading sparse tensors in a `DataLoader` raises CUDA initialization error since `2.5.0`
### ๐Ÿ› Describe the bug ```python import torch from torch.utils.data import Dataset, DataLoader def create_sparse_tensor(): tensor = torch.randn(5, 5) sparse_tensor = tensor.to_sparse().to("cpu") torch.save(sparse_tensor, "sparse_tensor.pth") class OperatorDataset(Dataset): def __init__(self): ...
module: sparse,module: dataloader,module: cuda,triaged,module: regression
low
Critical
2,784,647,655
godot
Godot silently overwriting external (git) changes upon Running project, even when choosing 'reload'
### Tested versions Tested versions: I've had it happen from 4.0 to 4.2.2 ### System information Godot v4.2.2.stable.mono (15073afe3) - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 Ti (NVIDIA; 32.0.15.6094) - AMD Ryzen 5 5600 6-Core Processor (12 Threads) ### Issue description Relate...
topic:editor,needs testing
low
Critical
2,784,665,747
vscode
Adding "Copilot" menu for users who already uninstalled Copilot is deeply offensive
Long ago, I installed VS Code, and there was a "Copilot" extension. I uninstalled it immediately. I do not want to use Copilot, I do not want Copilot on my computer, I do not want to use software that is capable of integrating with Copilot. I want that trash completely off my computer. Yet today I opened VSCodeยน and f...
under-discussion,workbench-copilot
low
Critical
2,784,666,022
go
x/tools/gopls: render package documentation when hovering over imported package name identifiers
**Is your feature request related to a problem? Please describe.** Package-level description isn't rendering **Describe the solution you'd like** I'd like the package-level description to render when hovering over an imported package, as shown in the screenshots below. ChatGPT suggests that if a package is spread ...
help wanted,FeatureRequest,gopls
medium
Major
2,784,667,048
vscode
After editing the svg file,vscode file recognition failed
Type: <b>Bug</b> 1.Create an svg file. 2.Pasting xml strings and save. 3.Switch to the source code file ps. My source code file is .vue ![Image](https://github.com/user-attachments/assets/7d1fc859-253d-4ec6-8e88-a1231cd2a762) VS Code version: Code 1.96.3 (91fbdddc47bc9c09064bf7acf133d22631cbf083, 2025-01-09T18:14:0...
triage-needed,stale
low
Critical
2,784,672,782
pytorch
topK for sparse Vectors
### ๐Ÿš€ The feature, motivation and pitch Hello, Thanks for this great package. is it possible to have topk with sparse vectors ? Thanks ### Alternatives _No response_ ### Additional context _No response_ cc @alexsamardzic @nikitaved @pearu @cpuhrsch @amjames @bhosmer @jcaip
module: sparse,triaged
low
Minor
2,784,686,905
langchain
with structured output gives error when using openai model but not anthropic or others.
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
investigate,โฑญ: core
low
Critical
2,784,691,501
PowerToys
Quick Accent not properly working when using on-screen keyboard
### Microsoft PowerToys version 0.87.1 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? Quick Accent ### Steps to reproduce 1 Enable Quick Accent 2 Launch on-screen keyboard 3 Open word (or other text input application) 4 Use your mouse to click on a character using the ...
Issue-Bug,Priority-1,Area-Accessibility,Product-Quick Accent
low
Critical
2,784,695,373
pytorch
DISABLED test_tcp (__main__.WorkerServerTest)
Platforms: rocm This test was disabled because it is failing on main branch ([recent examples](https://torch-ci.com/failure?failureCaptures=%5B%22distributed%2Felastic%2Ftest_control_plane.py%3A%3AWorkerServerTest%3A%3Atest_tcp%22%5D)). There is some setup issue with the ROCm CI self-hosted runners that blocks this p...
oncall: distributed,module: rocm,triaged,skipped
low
Critical
2,784,701,156
pytorch
Support new CUDA conda package layout natively in cpp_extension.CUDAExtension
### ๐Ÿš€ The feature, motivation and pitch [`torch.utils.cpp_extension.CUDAExtension`](https://pytorch.org/docs/stable/cpp_extension.html#torch.utils.cpp_extension.CUDAExtension) is designed to simplify compiling extension modules that require CUDA. To facilitate CUDA usage, it adds library/include/etc paths and passes ...
module: cpp-extensions,module: cuda,triaged,enhancement
low
Major
2,784,703,472
ollama
Running the same model on all GPUs
Is it possible to run the same model on multiple GPUs? I have a server with 5 GPUs, and I want to run the same model on each GPU to provide more concurrency for users. I found a solution by running multiple instances of "ollama serve" on different ports and using "haproxy" as a load balancer to distribute requests ac...
feature request,gpu
low
Minor
2,784,778,320
electron
NSWindowShouldDragOnGesture on macOS is not working in newer versions
### 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/BrowserWindow,33-x-y
low
Critical
2,784,812,440
PowerToys
Request to add pack in Bengali Language
### Description of the new feature / enhancement Please add a feature where users can extract text in the Bengali Language also. ### Scenario when this would be used? Bengali font is not supported ### Supporting information _No response_
Needs-Triage
low
Minor
2,784,851,338
go
cmd/compile: "bad ptr to array in slice" in SSA slice handling
``` #!stacks "cmd/compile/internal/ssagen.(*state).slice:+14" ``` Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks). This stack `XSjlkw` was [reported by telemetry](https://storage.googleapis.com/prod-telemetry-merged/2025-01-12.json): - `compile/bug` - [`cmd/compile...
NeedsInvestigation,compiler/runtime,compiler/telemetry-wins
low
Critical
2,784,863,760
pytorch
torch.cond + torch.non_zero does not work with torch.export.export
### ๐Ÿ› Describe the bug I can't export the following model after rewriting the code with torch.cond. I tried with different configurations all listed below. None worked. ```python import torch class Model(torch.nn.Module): def forward( self, input_ids, image_features, vocab_size,...
oncall: pt2,oncall: export
low
Critical
2,784,864,268
go
cmd/compile: bug in cmd/compile/internal/noder.(*reader).pkgDecls
``` #!stacks "<insert predicate here>" ``` Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks). This stack `ff8DlA` was [reported by telemetry](https://storage.googleapis.com/prod-telemetry-merged/2025-01-06.json): - `compile/bug` - [`cmd/compile/internal/base.FatalfAt...
NeedsInvestigation,compiler/runtime,compiler/telemetry-wins
low
Critical
2,784,921,548
rust
rustdoc book: document sorting of search results
currently, the sorting of search results is a bit of a black box. we should add a subsection in the rustdoc book about how the sorting works. based on [this comment](https://github.com/rust-lang/rust/pull/135302#issuecomment-2587250206).
A-docs,A-rustdoc-search,T-rustdoc-frontend
low
Minor
2,784,978,752
flutter
Recipes-with-led broken after monorepo merge
For example, in CL: https://flutter-review.googlesource.com/c/recipes/+/61660 We scheduled recipes-with-led: https://ci.chromium.org/ui/p/flutter/builders/try/recipes-with-led/b8726194767882924529/infra Which ran a particular test run that failed to find a Dart SDK: https://logs.chromium.org/logs/flutter/buildbucket/...
team-infra,P1,monorepo
medium
Critical
2,784,987,452
vscode
Support setting encoding per file
<!-- โš ๏ธโš ๏ธ 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. --> `files.encoding` allows setting encoding user-wide or...
feature-request,file-encoding
low
Major
2,785,011,820
pytorch
inductor `full_like` decompositions give incorrect strides
min repro: ``` import torch def f(x): return torch.full_like(x, 3) x = torch.randn(4, 5, 6).transpose(1, -1) out = f(x) out_compiled = torch.compile(f, backend="aot_eager_decomp_partition")(x) print(out.stride()) print(out_compiled.stride()) # prints # (30, 1, 6) # (30, 5, 1) ``` This seems like the root cause o...
high priority,triaged,module: correctness (silent),oncall: pt2,module: inductor
low
Critical
2,785,072,714
pytorch
[Pipelining] Update all schedules to use _PipelineScheduleRuntime
We have a new runtime for pipeline schedules that the existing schedules should be transitioned to. Things we need to do: - Update the `_step_microbatches` for each Schedule class to call into the `_PipelineScheduleRuntime._step_microbatches()` - Update the `Schedule1F1B` and `ScheduleGpipe` to generate the pipeline_...
triaged,better-engineering,module: pipelining
low
Minor
2,785,182,062
flutter
[a11y][mac] switch button should use NSAccessibilitySwitchSubrole
### Steps to reproduce Using https://api.flutter.dev/flutter/material/Switch-class.html ### Expected results macos currently uses AXSwitch https://github.com/flutter/engine/blob/66832de608c9f61e4db04589d52b2b899bca38eb/third_party/accessibility/ax/platform/ax_platform_node_mac.mm#L265 but it should use https://dev...
engine,a: accessibility,P3,team-macos,triaged-macos
low
Minor
2,785,220,825
flutter
[a11y]SearchBar missing searchbox role
When using this widget https://api.flutter.dev/flutter/material/SearchBar-class.html, the semantics role should have the following | OS | role | |--------|--------| | web | searchbox | | ios | [UIAccessibilityTraitSearchField](https://developer.apple.com/documentation/uikit/uiaccessibilitytraits/searchfield?language=...
P1,team-accessibility,triaged-accessibility
medium
Minor
2,785,237,599
flutter
[a11y] navigation rail is missing role
When using this widget https://api.flutter.dev/flutter/material/NavigationRail-class.html, the semantics role should have the following | OS | role | |--------|--------| | web | navigation | | ios | - | | macos | - | | windows | - | | android | NavigationRailView | both web and android are missing
P2,team-accessibility,triaged-accessibility
low
Minor
2,785,305,322
godot
"Autorename Animation Tracks" editor setting breaks unique node path use
### Tested versions 4.3.stable ### System information Windows 10 - Godot v4.3.stable.official [77dcf97d8] - Forward+ - AMD Ryzen 9 5900x - NVIDIA GeFroce RTX 3090 ### Issue description "Autorename Animation Tracks" editor setting triggers on animation tracks using unique node paths, this breaks the possibility of ...
bug,topic:editor,topic:animation
low
Minor
2,785,310,766
pytorch
int_mm seems broken due to Triton upgrade
### ๐Ÿ› Describe the bug ```python import torch from torch._higher_order_ops.out_dtype import out_dtype def quantized_matmul(x_vals_int8, x_scales, w_vals_int8): return out_dtype(torch.ops.aten.mm.default, torch.int32, x_vals_int8, w_vals_int8) * x_scales x_vals_int8 = torch.randn(65536, 144).to(dtype=torch.int...
high priority,triaged,oncall: pt2,module: inductor,upstream triton
low
Critical
2,785,348,301
flutter
[RFW] Loops are not working in widget builder scopes
### Steps to reproduce 1. Create a local widget and provide a builderArg containing an array of texts (could be a map as well). ``` runtime.update(localLibraryName, LocalWidgetLibrary(<String, LocalWidgetBuilder> { 'Builder': (context, source) { final args = { 'values': ['Value1', 'Value2', 'Value3'], ...
package,team-ecosystem,has reproducible steps,P2,p: rfw,triaged-ecosystem,found in release: 3.27,found in release: 3.28
low
Minor
2,785,380,739
rust
rustdoc: Consider eliminating edition sensitivity around RPIT capturing
Uplifted from https://github.com/rust-lang/rust/issues/127228#issuecomment-2201462571 and [#t-lang/blog post about precise capture (comment)](https://rust-lang.zulipchat.com/#narrow/channel/213817-t-lang/topic/blog.20post.20about.20precise.20capture/near/477498874). --- At the time of writing, rustdoc renders RPITs (...
T-rustdoc,A-impl-trait,C-discussion
low
Minor
2,785,412,516
vscode
Support something like the language status UI for workspace status
The LanguageStatusItem api provides a nice, consolidated way to show language specific information based on the currently active file However some status info is relevant to the entire workspace instead of just the active file. I'd like to have an equivalent of `LanguageStatusItem` for these workspace wide items Curr...
api-proposal
low
Major
2,785,419,409
tauri
[bug] Cannot run default project using Deno & and Preact
### Describe the bug After initializing a new project using Preact with Deno as the package manager and runtime, the default project does not run due to missing `@babel` package. <img width="912" alt="Screenshot 2025-01-13 at 3 43 47โ€ฏPM" src="https://github.com/user-attachments/assets/88656e59-7ea3-41e8-a2d4-2ad0da...
type: bug,status: upstream,status: needs triage
low
Critical
2,785,445,326
PowerToys
Launch PowerShell scripts inside Workspace (Or better: Power Automate integration!)
### Description of the new feature / enhancement The current implementation of Workspaces does not preserve application data, such as the path to my editor when I open multiple instances of VSCode. If there's no easy way to achieve this, please consider adding support for PowerShell scripting, perhaps in a field inste...
Needs-Triage
low
Minor
2,785,461,929
rust
rustc won't compile after error
I was going through the online Rust book and I was modifying the provided code examples to see the types of error messages I could receive. I tried to compile with this code ```rs std::io::stdin() .read_line(&mut guess) ``` and I received this error: ``` warning: unused `Result` that must be used --> src\mai...
I-ICE,T-compiler,A-incr-comp,C-bug,S-needs-repro
low
Critical
2,785,468,232
rust
Compilation taking unexpected long after 1.84
<!-- 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'm building `jf-pcs` library from https://github.com/EspressoSystems/jellyfish On rust version 1.83 <details><summary>rust version meta</summary> <p> ```bash...
I-compiletime,P-high,T-compiler,regression-from-stable-to-stable,C-bug,S-has-mcve,T-types,WG-trait-system-refactor,S-has-bisection
medium
Critical
2,785,470,765
vscode
Focus on the Tab to the Left When Closing a Tab
<!-- โš ๏ธโš ๏ธ 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,workbench-tabs
low
Critical
2,785,502,861
go
runtime: swiss map SIMD implementation for non-amd64
https://go.dev/cl/626277 (in 1.24) added SIMD implementations for swissmap (still 8-byte) control word operations for amd64. We could do similar for other architectures, if the SIMD implementations improve performance. ARM64 is the obvious target here given its wide use.
Performance,NeedsFix,arch-arm64,compiler/runtime,Implementation
low
Major
2,785,511,747
vscode
[Firefox] File tree context menu shows just "Paste" and opens unreliably
<!-- โš ๏ธโš ๏ธ 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,file-explorer,web,firefox
low
Critical
2,785,519,640
ollama
Pulling models resets the download on raspberry pi 5
### What is the issue? The raspberry pi 5 is connected over wifi but this shouldn't be a problem since my other device pulls the models correctly on the same wifi. Suggested fix: I currently have to constantly cancel the downloads with CTRL + C, this saves the download state and then continues where it left off, ...
bug
medium
Critical
2,785,541,272
PowerToys
Mouse Without Borders sets the same Security Key on all machines after restoring from backup
### Microsoft PowerToys version 0.87.1 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? Mouse Without Borders, General ### Steps to reproduce Issue Summary: Mouse Without Borders sets the same Security Key on all machines after restoring from backup Relevant Installed C...
Issue-Bug,Needs-Triage
low
Critical
2,785,552,628
vscode
Investigate possible leak in code actions
From @jrieken 1. uncomment this line: https://github.com/microsoft/vscode/blob/a069d6f1f0014fff61a650994a84b716960d7bd8/src/vs/workbench/contrib/performance/browser/performance.contribution.ts#L149 2. Reload window **Bug** A potential leak is reported for code actions: ``` [LEAKED DISPOSABLE] Error: CREATED via: ...
freeze-slow-crash-leak,editor-code-actions
low
Critical
2,785,564,537
flutter
release/release_publish.py recipes must be updated to handle monorepo
The final step of the release process is to publish the release, which uses the https://flutter.googlesource.com/recipes/+/refs/heads/main/recipes/release/release_publish.py recipe. This will need to be updated to not fetch the engine repo when publishing a monorepo release.
team-release
low
Minor
2,785,573,645
pytorch
Tensor Stride Inconsistent (?) Behavior When One of the Dimension is 1
Hi, I noticed that when a Tensor has `1` in one of its dimensions, its `stride` exhibit inconsistent (?) behavior under transformations + `.contiguous()` compared to a new tensor initialized with the final shape. Granted, since the dimension in question is `1`, we are never supposed to use index other than `0`. That ...
triaged,module: memory format
low
Minor
2,785,582,133
godot
Volumetric fog exhibits dark edges in bright scenes
### Tested versions reproducible in: v4.4.dev [d19147e09], 4.3.stable ### System information Godot v4.4.dev (d19147e09) - macOS Sequoia (15.2.0) - Multi-window, 2 monitors - Metal (Forward+) - integrated Apple M1 (Apple7) - Apple M1 (8 threads) Godot v4.3.stable (77dcf97d8) - Windows 10.0.19045 - Vulkan (Forward+) ...
bug,topic:rendering,confirmed,topic:3d
low
Critical
2,785,587,027
kubernetes
`--docker-email` validation does not allow for '@'
### What happened? ``` PS C:\Users\trisavo> kubectl create secret docker-registry --docker-username trisavoconnected --docker-password $TOKEN_PWD --docker-email trisavo@microsoft.com --docker-server=10.96.0.3 error: failed to create secret Secret "trisavo@microsoft.com" is invalid: metadata.name: Invalid value: "trisa...
kind/support,needs-sig,needs-triage
low
Critical
2,785,626,036
flutter
Expose search field in CupertinoSliverNavigationBar.search
### Use case Users might want to customize the search field used in `CupertinoSliverNavigationBar.search`. For example, users might want to customize the placeholder text, a common use case present in stock iOS apps like Weather and Apple Store. ### Proposal After https://github.com/flutter/flutter/pull/159120 lands...
a: text input,c: new feature,framework,f: cupertino,c: proposal,P3,team-design,triaged-design
low
Minor
2,785,629,643
vscode
Git - VS Code's git commit error pop-up shows wrong hook failure
Type: <b>Bug</b> Description: It seems when performing a git commit from the VS Code UI and there is a commit failure (e.x., in a git-hook) the error pop-up only shows only the first line of the output which is not necessarily the error. Steps to Reproduce: Perform a git commit from the VS Code UI so that you get a ...
bug,git
low
Critical
2,785,645,487
vscode
Circular import detector
<!-- โš ๏ธโš ๏ธ 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. --> I really want a feature to detect circular imports....
*extension-candidate
low
Minor
2,785,648,572
kubernetes
Certificate info in expire logs
### What happened? When a certificate expires, the server logs it with something like: `verifying certificate SN=xxxx, SKID=, AKID= failed: x509: certificate has expired or is not yet valid` Its hard to track certs issued by k8s itself by SN. It would be extremely handy if it logged the CN too. Also, it would be goo...
kind/bug,sig/auth,needs-triage
low
Critical
2,785,653,155
flutter
[a11y] drag handle missing roles
When using this widget https://api.flutter.dev/flutter/widgets/ReorderableList-class.html, the semantics role should have the following | OS | role | |--------|--------| | web |- | | ios | - | | macos | NSAccessibilityHandleRole | | windows | - | | android | - | When using this widget https://api.flutter.dev/flutt...
framework,f: material design,a: accessibility,P3,team-accessibility,triaged-accessibility
low
Minor
2,785,668,172
flutter
[a11y] Spin button is missing semantics role
When using this widget https://api.flutter.dev/flutter/material/showDatePicker.html, the next and previous arrow button semantics role should have the following ![Image](https://github.com/user-attachments/assets/fea36e9d-4875-470a-883f-e46df3656f73) | OS | role | |--------|--------| | web | spinbutton | | ios | - |...
framework,f: material design,a: accessibility,P3,team-accessibility,triaged-accessibility
low
Minor
2,785,678,238
flutter
[a11y] scroll bar is missing role
When using this widget https://api.flutter.dev/flutter/material/Scrollbar-class.html and https://api.flutter.dev/flutter/cupertino/CupertinoScrollbar-class.html, the widget is missing following role | OS | role | |--------|--------| | web | scrollbar | | ios | - | | macos | NSAccessibilityScrollBarRole | | windows | ...
framework,f: material design,a: accessibility,f: cupertino,P2,team-accessibility,triaged-accessibility
low
Minor
2,785,700,573
kubernetes
Fine-Grained Scaling Control for DaemonSet/Deployment
### Describe the issue ### What would you like to be added? DaemonSet/Deployment supports controlling strategy for scaling pods similar to RollingUpdate. ### Why is this needed? Currently, DaemonSets and Deployments (via ReplicaSets) offer some level of strategy control for rolling updates, but provide almo...
sig/scalability,sig/autoscaling,sig/apps,needs-triage
low
Critical
2,785,704,570
pytorch
assert size/strides for fallback kernel
### ๐Ÿ› Describe the bug Inductor right now does not generate size/stride asserts for fallback kernel. This makes issue like [this](https://fb.workplace.com/groups/1075192433118967/posts/1567334737238065) very hard to debug (this is a meta internal link). Actually in ir.FallbackKernel, we have the following code whose...
high priority,good first issue,triaged,oncall: pt2,module: inductor
low
Critical
2,785,704,843
flutter
[a11y] context menu is missing semantics role
When using this widget https://api.flutter.dev/flutter/material/TextSelectionToolbar-class.html and https://api.flutter.dev/flutter/widgets/ContextMenuController-class.html, the widget is missing following role | OS | role | |--------|--------| | web | toolbar | | ios | - | | macos | NSAccessibilityToolbarRole | | wi...
framework,a: accessibility,P2,team-accessibility,triaged-accessibility
low
Minor
2,785,709,316
pytorch
[xpu] Compilation of pytorch failed, unable to generate RegisterSparseXPU.cpp
### ๐Ÿ› Describe the bug Description: pytorch installation cannot generate the file `RegisterSparseXPU.cpp` Back trace of the error: ``` [4/617] Generating ../../../xpu/ATen/XPUFunctions.h, ../../../xpu/ATen/RegisterXPU.cpp, ../../../xpu/ATe...xtend/c_shim_xpu.h, /home/jaytong/pytorch/torch/csrc/inductor/aoti_torch/g...
triaged,module: xpu
low
Critical
2,785,712,333
next.js
Parallel Route with Slug makes page render twice
### Link to the code that reproduces this issue https://github.com/canopy-cj/Nextjs-Parallel-Route-Issue ### To Reproduce 1. Run build (`npm run build`) and start (`npm run start`) 2. Navigate to main page (`http:localhost:3000`). You should see Pokemon List page is rendered once. 3. Click on one of pokemon. You sho...
Performance,Parallel & Intercepting Routes
low
Major
2,785,714,491
next.js
[Turbopack] SharedWorker TypeScript scripts not compiled
### Link to the code that reproduces this issue https://github.com/christoph-pflueger/turbopack-shared-worker-reproduction ### To Reproduce 1. `npm run dev` 2. Visit `http://localhost:3000/` 3. Open the console. In Chrome you will notice the error `Failed to fetch a worker script.`. 4. Open chrome://inspect/#workers...
TypeScript,Turbopack,linear: turbopack
low
Critical
2,785,770,950
langchain
HTMLSemanticPreservingSplitter doesn't pull headers when using semantic HTML5 tags like <main> <article>, <section>, etc.
### 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,785,850,599
vscode
Investigate top deprecated API usages
Tracks investigating top users of some of our deprecated APIs Tracking in linked issues plus: - https://github.com/vscode-kubernetes-tools/vscode-kubernetes-tools/issues/602
debt
low
Minor
2,785,853,608
vscode
Adopt `CodeAction` type for built-in css server
For #237857 The css language server is currently returning plain commands for code actions: https://github.com/microsoft/vscode/blob/25a0bb98b7dfb524e0c71e01832e5b08961bfd00/extensions/css-language-features/server/src/cssServer.ts#L289 Could you please look into migrating to return actions of the `CodeAction` type ...
debt
low
Minor
2,785,860,272
go
crypto/x509: incorrect user trust store directory is used for Android
In #58922, the following user trust store directory was added to crypto/x509 for Android: https://github.com/golang/go/blob/6da16013ba4444e0d71540f68279f0283a92d05d/src/crypto/x509/root_linux.go#L29 However, Android hasn't used this path since 2014 and instead uses `/data/misc/user/<user ID>/cacerts-added`, where `<u...
OS-Android,NeedsInvestigation,mobile,BugReport
low
Major
2,785,861,669
vscode
Migrate built-in php extension off of `CompletionItem.textEdit`
For #237857 The `CompletionItem.textEdit` property has been deprecated. Can you please look into migrating to use `CompletionItem.insertText` and `CompletionItem.range` instead
debt
low
Minor
2,785,864,768
vscode
Fix `CompletionItem.command` deprecation for built-in js/ts
For #237857 Looks like we think we can changing the completion item command during resolve, which has been marked deprecated
debt
low
Minor
2,785,877,683
transformers
Support LLMs With No Image Placeholder Embedding in LLava-based Models
### Feature request Currently, llava-based models, e.g., llava-next, will throw `IndexError: index out of range in self` from the LLM embedding if the LLM does not contain the image embedding. However, at inference time, the embedding value isn't actually used, because the indices corresponding to the image token will...
Feature request,Multimodal,VLM
low
Critical
2,785,891,404
flutter
[video_player][Android] only 1 video can play at a time
### Steps to reproduce Checkout and run on android (physical or simulator): https://github.com/willsmanley/video-issue ### Expected results Should play both vids ### Actual results Only plays 1 vid. Playing one stops the other. ### Code sample https://github.com/willsmanley/video-issue ### Screenshots or Video ...
c: new feature,platform-android,p: video_player,package,has reproducible steps,P3,team-android,triaged-android,found in release: 3.27,found in release: 3.28
low
Major
2,785,901,815
material-ui
MUI not working with React Router 7 and Vite
### Steps to reproduce Steps: 1. Open this link to live example: Because this is a build issue, it's harder for me to provide a live example. 2. Follow the basic build steps for React Router 7: https://reactrouter.com/start/library/installation 3. Add a basic import of an @mui/icons-material icon to root.tsx. 4. R...
bug ๐Ÿ›
low
Critical
2,785,902,714
godot
Camera wireframe widget gizmo doesn't match FOV.
### Tested versions 4.2-4.4 dev 7 ### System information Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3080 (NVIDIA; 32.0.15.6603) - AMD Ryzen 7 3700X 8-Core Processor (16 threads) ### Issue description If you try to place items in the worl...
bug,topic:editor,topic:3d
low
Minor
2,785,929,652
angular
No error on easy to miss quote syntax error
### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? No ### Description The following code has a mistake in the template of the `App` component. There should be two quotes `'` at the end of the template. ```ts import { Component, Pipe } from '@angular/core'; imp...
area: compiler,P3,compiler: parser
low
Critical
2,785,934,382
godot
Grid disappears/fades out in ortho view.
### Tested versions 4.2-4.4dev7. Behavior is different in 4.4. In 4.2, there's a circle around the center that's faded out. In 4.4, the whole smaller grid fades out. ### System information Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3080...
bug,topic:editor,topic:3d
low
Minor
2,785,977,192
rust
Tracking Issue for the `gpu-kernel` ABI
The feature gate for the issue is `#![feature(abi_gpu_kernel)]`. The `extern "gpu-kernel"` calling convention represents the entry points exposed to the host, which are then called to actually execute the GPU kernel. Functions built for a GPU target are instead "device functions". Device functions must not call these ...
A-LLVM,T-lang,T-compiler,O-NVPTX,C-tracking-issue,A-ABI,O-amdgpu
low
Critical
2,785,983,396
PowerToys
Switching to another computer while a fullscreen app is active brings the taskbar over the fullscreen app.
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update ### Running as admin No ### Area(s) with issue? Mouse Without Borders ### Steps to reproduce 1. Link two computers using Mouse Without Borders. 2. Move mouse from this computer to the other one. 3. Open a fullscreen app (e.g. ...
Issue-Bug,Needs-Triage
low
Minor
2,785,998,674
godot
When moving a file in File System a random script is selected in the Script window
### Tested versions 4.3 stable, 4.4 dev7. This does not happen in 4.2.2 ### System information Godot v4.4 dev7 - Windows 10.0.19045 - GLES3 (Compatibility) - Radeon RX 560 Series (Advanced Micro Devices, Inc.; 31.0.14001.45012) - Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (4 Threads) ### Issue description If we move ...
bug,topic:editor,regression
low
Minor