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,671,802,648
pytorch
ROCm: libamdhip64.so is linked twice when building a torch C++ program
### 🐛 Describe the bug Hi, I am giving a try to PyTorch C++ API, and for some reason `hipcc` appears to link twice some shared objects, once from `lib/python3.10/site-packages/torch/lib` and once from `/opt/rocm/lib`. This appears to bring some conflicts, which results in segfaults at the end of libtorch execution ...
module: rocm,triaged
low
Critical
2,671,811,782
pytorch
When loading a model trained with QAT `(qat.pth)` using `model.load_state_dict`, an error occurs: `RuntimeError: Error(s) in loading state_dict for GraphModule: Missing key(s), Unexpected key(s) in state_dict.`
### 🐛 Describe the bug - I'm reporting this issue due to errors related to capture_pre_autograd_graph and torch.compile in QAT. - Note: Apologies if there are any misunderstandings. - Based on the following tutorial, I implemented QAT on my custom model (let's call it `MMM`) and saved the trained model `qat.pth` ...
awaiting response (this tag is deprecated),needs reproduction,oncall: export
low
Critical
2,671,850,998
PowerToys
ALT+ESC remapping fails, disables function completly
### Microsoft PowerToys version v0.86.0 ### Installation method GitHub, PowerToys auto-update ### Running as admin None ### Area(s) with issue? Keyboard Manager ### Steps to reproduce Add a new keyboard shortcut remap for ALT+ESC (switch active window to next) Observe that the new mapping does not work (nothin...
Issue-Bug,Needs-Triage
low
Minor
2,671,907,059
PowerToys
[FR]: Bring alt-tab selected window to the center of the main monitor, and back to where it came from once it's out of focus
### Description of the new feature / enhancement I'd like to propose a window management feature that brings an alt-tab selected window to the center of the main monitor and sends it to a different, pre-defined location once alt-tabbed out of focus. ### Scenario when this would be used? The user story here is that...
Needs-Triage
low
Minor
2,671,954,222
pytorch
multilabel_margin_loss gives incorrect results in torch.compile
### 🐛 Describe the bug Got different results when running compiled version of torch.nn.functional.multilabel_margin_loss. Reproducer: ``` import torch dtype = torch.float32 C = 6 N = 2 reduction = "none" #backend = "eager" # this works backend = "aot_eager" # this fails def func(x, y, reduction): ...
triaged,oncall: pt2,module: pt2 accuracy
low
Critical
2,671,959,452
PowerToys
Thinkpad trackpad middle button function as double click.
### Description of the new feature / enhancement Press the middle button on Thinkpad trackpads, and get a double click. ### Scenario when this would be used? Every-day use, enhancing workflow a lot all the time. ### Supporting information _No response_
Needs-Triage
low
Minor
2,671,973,032
TypeScript
MSBuild integration with ASP.NET Core
The ASP.NET SDK has an asset pipeline that processes all the web content for the app to apply optimizations (compression/fingerprinting, etc.). There are a few things that make integration between the MSBuild SDK and the ASP.NET Core pipeline challenging, and while we've given people guidance, it would be great if we ...
Needs Investigation
low
Major
2,671,989,201
TypeScript
Tuple Spread Inconsistencies When Intersected
### 🔎 Search Terms Tuple, Intersection, Spread ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for entries about tuples and arrays ### ⏯ Playground Link https://www.typescriptlang.org/play/?#code/C4TwDgpgBAKgrmANtAvFA2gZ2AJwJYB2A5gDRQB0lBcAtgEYQ7oC6z...
Bug,Help Wanted
low
Minor
2,671,996,538
pytorch
The description of key_padding_mask in float mode is incorrect
### 📚 The doc issue The problematic [document](https://pytorch.org/docs/stable/generated/torch.nn.MultiheadAttention.html#torch.nn.MultiheadAttention) is about the description of key_padding_mask. key_padding_mask:For a float mask, it will be directly added to the corresponding key value. issue:I tested this floa...
module: nn,triaged
low
Minor
2,672,016,824
tauri
[bug] `tauri add` doesn't add the conditional inclusion for desktop vs mobile
If you follow the docs to add updater like `cargo tauri add updater`, it adds everything but you'll get this error: `error[E0433]: failed to resolve: use of undeclared crate or module tauri_plugin_updater`. The reason for this is because in the `Cargo.toml` it will add `tauri-plugin-updater` conditionally excluding ...
type: bug,status: needs triage
low
Critical
2,672,022,299
PowerToys
json
### Description of the new feature / enhancement json viewer, parser and crack thing ### Scenario when this would be used? when we copy the complex json value we want to crack it like cracker do and parse them also some time we have to convert it on xml ### Supporting information _No response_
Product-Advanced Paste
low
Minor
2,672,037,643
excalidraw
web embed
hope you can allow 127.0.0.1 or localhost ip use web embed
enhancement,whitelist
low
Minor
2,672,043,266
godot
Parameter audio/driver/output_latency typed as INT is too restrictive to adjust the buffer size.
### Tested versions - Reproducible in 4.4 dev4 and previous releases ### System information Windows 11 ### Issue description I use a lot of audio tools in combination with Godot : - Audio interfaces like RME Babyface Pro fs or Motu M2 - Qjackctl for Windows - Voicemeeter - BiasFx or BYOD All these tools let m...
enhancement,topic:audio
low
Minor
2,672,063,333
deno
`glob` does not exist in `node:fs` and `node:fs/promises`
Version: Deno 2.0.6 The Deno docs specify that [`glob`](https://docs.deno.com/api/node/fs/~/glob) and [`globSync`](https://docs.deno.com/api/node/fs/~/globSync) should be exported from `node:fs` and [`glob`](https://docs.deno.com/api/node/fs/promises/~/glob) from `node:fs/promises`, but these seem to not be exported o...
bug,node compat
low
Critical
2,672,084,471
angular
Unable to Clear Cached Data in Angular-Generated Service Worker
### Which @angular/* package(s) are the source of the bug? service-worker ### Is this a regression? No ### Description I am using the Angular Service Worker, and it works well overall. However, I encountered a potential data leak issue when caching API responses. Here’s the scenario: If I cache an API response (e...
area: service-worker
low
Critical
2,672,090,701
deno
`deno install` can't handle code and cache on different devices
Version: Deno 2.0.6 My code folder (`/Volumes/Code`) is a separated volume (so that it can be case-sensitive). When I was following https://deno.com/blog/build-astro-with-deno and ran `deno install --allow-scripts`: ``` Failed to clone dir "/Users/shiroki/Library/Caches/deno/npm/registry.npmjs.org/sisteransi/1.0...
windows,triage required 👀
low
Critical
2,672,114,756
PowerToys
Zoom button issue
### Microsoft PowerToys version v0.86.0 ### Installation method GitHub ### Running as admin No ### Area(s) with issue? Keyboard Manager ### Steps to reproduce I have a keyboard Keymaster v1 where in place of `Insert` button located `Zoom` (zoom in) button It works as `Win+=` but Key Remap function identifies a...
Issue-Bug,Needs-Triage
low
Minor
2,672,175,641
deno
Add a interactive way to upgrade packages
Yarn has this command to upgrade packages: https://yarnpkg.com/cli/upgrade-interactive Example: ![image](https://github.com/user-attachments/assets/c95b0dd4-bdcf-49b8-9a79-109ec5692d76) It would be nice if deno have something like this.
feat,install
low
Major
2,672,185,057
three.js
Line2 dash scale problem on perspective camera
### Description Dash scale will change when line out of camera's near plane. This is because shader trim vertices position, but keep line Distance same. https://github.com/mrdoob/three.js/blob/beab9e845f9e5ae11d648f55b24a0e910b56a85a/examples/jsm/lines/LineMaterial.js#L127 Possible solution: We should t...
Addons
low
Minor
2,672,227,947
PowerToys
Keyboard Manager supports distinguishing between short and long key presses
### Description of the new feature / enhancement For the "keys" functionality in the "Keyboard Manager", is there any development plan to support the differentiation between short and long key presses? ### Scenario when this would be used? If this feature is supported, I could use the following key mappings as an ex...
Needs-Triage
low
Minor
2,672,249,655
ollama
llama3.2-vision model quantization request
“q5_K_M” is not among the quantizations in the ‘llama3.2-vision’ model in the Ollama library. Is it possible to add it?
model request
low
Minor
2,672,258,420
kubernetes
apiserver timeouts and random shutdown
### What happened? I'm running a k8s cluster using `kind`. Currently, there are ~3k agents connected. But in my tests, I frequently see connection timeouts, or connection reset messages from the `apiserver`. Example: ``` ❯ kubectl get pods Get "https://REDACTED:6443/api/v1/namespaces/default/pods?limit=500": net/ht...
kind/bug,sig/scalability,sig/api-machinery,triage/accepted
low
Critical
2,672,318,750
PowerToys
I hope to implement a new feature that can batch move files into a newly created folder.
### Description of the new feature / enhancement There was a software called 'Files2Folder' that could achieve this functionality. It was integrated into the right-click menu. When I selected multiple files and clicked on this new option, it would create a folder in the current directory and move all the selected file...
Needs-Triage
low
Minor
2,672,328,922
go
proposal: cmd/go: module aliases
### Proposal Details Importing a Go module is tied to a DNS domain. Should the developer of a module loose ownership of that domain, then the module must be migrated to a different domain. All consumers must follow at the same time, otherwise a binary might end up with a mixture of old and new code under different n...
Proposal,modules
medium
Critical
2,672,344,190
transformers
The usage of the "forced_decoder_ids" parameter
### Feature request How to use the "forced_decoder_ids" parameter for decoder-only models? This parameter seems to be deprecated in the latest version. ![微信图片_20241119222811](https://github.com/user-attachments/assets/a5f2d44f-d98f-4959-85ae-e64489e3b9df) ### Motivation This is an important function. #...
Feature request
low
Minor
2,672,351,586
youtube-dl
Bluesky + Mastodon Support
## Checklist - [ ] I'm reporting a new site support request - [ ] I've verified that I'm running youtube-dl version **2021.12.17** - [ ] I've checked that all provided URLs are alive and playable in a browser - [ ] I've checked that none of provided URLs violate any copyrights - [ ] I've searched the bugtracker fo...
site-support-request
low
Critical
2,672,382,079
PowerToys
PowerToys MWBHelper service crashed unexpectedly
### Microsoft PowerToys version 0.86.0 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? Mouse Without Borders ### Steps to reproduce This one is difficult to reproduce because it requires specific circumstances that don't seem easy to reproduce. I'm of course just sayin...
Issue-Bug,Needs-Triage
low
Critical
2,672,394,259
transformers
Flex attention + refactor
Opening this to add support for all models following #34282 Lets bring support for flex attention to more models! 🤗 - [x] Gemma2 It would be great to add the support for more architectures such as - [ ] Qwen2 - [ ] Llama - [ ] Gemma - [ ] QwenVl - [ ] Mistral - [ ] Clip ... and many more For an...
PyTorch,Feature request,Good Difficult Issue
low
Major
2,672,491,345
tauri
[bug] android code signin guide is wrong
### Describe the bug I want to build and deploy my android app, but when I ran the code I got an error: "App Not Installed As Package Appears To Be Invalid" I thought this was because of the fact that the app was unsigned, so I started to follow [the android signin guide](https://v2.tauri.app/distribute/sign/androi...
type: bug,status: needs triage
low
Critical
2,672,575,917
vscode
Focus movement with Attached file pill should be improved
1. Open chat view, notice current file is attached and rendered as a pill 2. Press <kbd>Tab</kbd> -> focus is nicely moved to the pill 3. Press <kbd>Tab</kbd> focus moves to the eye 4. Press space on the eye. Focus gets lost 🐛 Instead focus should stay on the pill 5. Press <kbd>esc</kbd> when focus is on the pill. It...
bug,accessibility,chat
low
Minor
2,672,587,934
nvm
`nvm install Argon` etc works, and should not
#### Operating system and version: Ubuntu server 24.04.1, x86-64, clean install, removed snapd and unattended-updates #### `nvm debug` output: <details> ```sh nvm debug nvm --version: v0.40.1 $SHELL: /bin/bash $SHLVL: 1 whoami: 'user' ${HOME}: /home/user ${NVM_DIR}: '${HOME}/.nvm' ${PATH}: /usr/local/sbin:/usr/local/...
bugs,pull request wanted,installing nvm
low
Critical
2,672,623,876
node
Add a `level` parameter to test runner diagnostics
maybe we should add a `level` parameter in diagnostics (i.e debug/info/warn/error) so reporters can implement coloring or other things _Originally posted by @MoLow in https://github.com/nodejs/node/pull/55911#discussion_r1847778597_
feature request,test_runner
low
Critical
2,672,650,862
electron
How to use fetch() from utility process with self-signed certs / custom proxy settings?
### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched ...
enhancement :sparkles:
medium
Critical
2,672,692,055
PowerToys
Add a Group Policy Management tool
### Description of the new feature / enhancement A new Group Policy Management tool for PowerToys that simplifies and modernizes the experience of working with Group Policies. This tool would provide an intuitive interface and streamlined functionality compared to the existing Group Policy Editor. It would also integr...
Needs-Triage
low
Major
2,672,708,472
kubernetes
resourceFieldRef.divisor when unspecified is set to 0 (documented is 1)
### What happened? The divisor key in [ResourceFieldRef](https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/resource-field-selector/#ResourceFieldSelector) is documented to default to 1. However, when applying a manifest using a resourceFieldRef without specifying the divisor, then checking th...
kind/bug,sig/api-machinery,sig/apps,triage/accepted
low
Critical
2,672,708,866
flutter
Smoothing Discrete Scroll Inputs
### Document Link https://flutter.dev/go/smoothing-discrete-scroll-inputs ### What problem are you solving? One of the first, and often blocking, issues noticed by developers when evaluating Flutter for desktop/web application development is its default scrolling behavior. When using low-resolution input de...
framework,f: scrolling,platform-web,a: desktop,P3,design doc,team-framework,triaged-framework,:scroll:
low
Minor
2,672,734,954
vscode
Only add reference padding when the text is available
<!-- ⚠️⚠️ 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 codebase I'm working on now takes some time to r...
feature-request,code-lens
low
Minor
2,672,765,199
yt-dlp
Output template: Support conditional statements
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm requesting a feature unrelated to a specific site - [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme) - [X] I've ver...
enhancement
low
Critical
2,672,797,386
tensorflow
tf.gather and workarouds are very slow on TPU
### Issue type Performance ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.16.1 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.2 LTS ### Mobile device TPU VM ### Python version 3.10.12 ### Bazel ver...
stat:awaiting tensorflower,comp:tpus,type:performance,TF 2.16
low
Critical
2,672,847,016
rust
Tracking Issue for `const_destruct`
Feature gate: `#![feature(const_destruct)]` This is a tracking issue for `const_destruct`, which enables the naming of the `Destruct` trait and its use in `~const` bounds to allow dropping values in const contexts. ### Public API ```rust pub trait Destruct { } ``` ### Steps / History <!-- For larger features, more...
T-lang,T-libs-api,C-tracking-issue,F-const_trait_impl,T-types,PG-const-traits
low
Minor
2,672,915,124
neovim
Sporadic crashes on Sway/Wezterm
### Problem Neovim sometimes crashes when I'm editing code. It has happened three or four times now. It always crashes with the same assertion error: ``` vim: /usr/src/debug/neovim/neovim/src/nvim/normal.c:2539: nv_screengo: Assertion `curwin->w_curswant <= INT_MAX - w' failed. ``` I don't know if this is an actionab...
has:repro,has:backtrace,bug-crash,has:plan,column
low
Critical
2,672,920,210
vscode
Editor GPU: Live share participant indicators shows gpu lines bleeding through
![Image](https://github.com/user-attachments/assets/c4c48255-6b4b-4a2f-ad19-c1e20f4b852e)
bug,editor-gpu
low
Minor
2,672,943,927
opencv
opencv university button also should want by hovering background color into blue like that shop now button
### Describe the feature and motivation This issue regarding some user experience , both button should want same css so that it is good user experience. i also attach screenshot of this issue ![Screenshot 2024-11-19 225102](https://github.com/user-attachments/assets/aa5718c8-a57d-4e7b-a6b9-0e1caabb6eaa) ![Screens...
feature
low
Minor
2,672,944,909
storybook
[Bug]: Monorepo `getAbsolutePath` results in broken `project.json`
### Describe the bug Currently Storybook's `project.json` reports the addons that are listed in `.storybook/main.ts`. It does this by calling `getActualPacakgeVersion` on each of the addons: https://github.com/storybookjs/storybook/blob/next/code/core/src/telemetry/package-json.ts However, in monorepos we recommend ...
bug,core,sev:S2
low
Critical
2,673,057,372
deno
deno installation and downloads behind a coporate proxy
Version: Deno x2.0.5 Hi, sorry if i missed an issue.... We have a node project where we build several js files to run on a RHEL Linux. The idea is to use deno to build native executeable files via crosscompile. Now it seems as if deno could not do anything which needs to fetch files e.g.` deno install` and...
needs investigation
low
Critical
2,673,066,759
godot
Imported Animation Name Gets Truncated with "Cycle" Ending
### Tested versions v4.3.stable.official [77dcf97d8] ### System information Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 980 (NVIDIA; 32.0.15.6094) - Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz (8 Threads) ### Issue description If an animation name ends with "Cycl...
discussion,documentation,topic:import,topic:animation
low
Critical
2,673,099,799
go
crypto/internal/fips/aes/gcm: TestAllocations fails on PPC64
### Go version master ### Output of `go env` in your module/workspace: ```shell GOARCH=ppc64le ``` ### What did you do? cd crypto/internal/fips/aes/gcm go test ### What did you see happen? --- FAIL: TestAllocations (0.00s) ctrkdf_test.go:31: expected zero allocations, got 6.0 ### What did you expect to s...
NeedsFix,arch-ppc64x,FixPending
low
Minor
2,673,212,713
flutter
"flutter run -d web-server --dds-port=PORT" doesn't start the dart development service on PORT
### Steps to reproduce 1. `flutter run -d web-server --web-hostname 0.0.0.0 --web-port 8081 --dds-port 8082 --no-web-resources-cdn` 2. List open ports, e.g. ```sh # lsof -i -P COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME dart:flut 82 root 9u IPv4 9928686 0t0 TCP *:8081 (LISTEN) dart:f...
tool,platform-web,has reproducible steps,P2,team-tool,triaged-tool,found in release: 3.24,found in release: 3.27
low
Critical
2,673,219,733
PowerToys
Unable to update/install PowerToys after reverting from Win 11 24H2 to 23H2
### Microsoft PowerToys version 0.86.0 ### Installation method GitHub, PowerToys auto-update ### Running as admin None ### Area(s) with issue? Installer ### Steps to reproduce ![Image](https://github.com/user-attachments/assets/7e96d332-2c9e-4eb0-952c-75d4b54bfd46) [powertoys-bootstrapper-msi-0.86.0_2024111920...
Issue-Bug,Needs-Triage
low
Critical
2,673,233,523
godot
Move initialize_physics to own file
### Tested versions Reproducible in 4.3 stable - 0dda6a974c0b782216b3bf8a2a27fdbc5b0a6cd9 ### System information Windows 11 - Godot 4.3 ### Issue description Enhancement request: Move initialize_physics() function from main.cpp to a dedicated file Current location: main.cpp line 317 Current implementation: /...
enhancement,topic:physics,topic:codestyle
low
Minor
2,673,247,775
vscode
github.dev search options no longer work
https://github.dev/OpenCPN/OpenCPN github.dev: 'Match Case', 'Match Whole Word', Use Regular Expression' options do nothing. ![Image](https://github.com/user-attachments/assets/6be28ffa-c0ae-453b-a5a3-8ba75b5af350) Version: 1.95.3 Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813 User Agent: Mozilla/5.0 (Windows NT ...
bug,search
low
Minor
2,673,266,789
flutter
Better implementation of FlutterTexture
### Use case To [simplify](https://github.com/misos1/packages/blob/24002603a885533831cd343624aab5df2639e933/packages/video_player/video_player_avfoundation/darwin/video_player_avfoundation/Sources/video_player_avfoundation/FVPVideoPlayerPlugin.m#L596-L600) its use in plugins like `video_player` https://github.com/fl...
c: new feature,c: proposal,P3,team-engine,triaged-engine
low
Minor
2,673,318,078
godot
get_window().focus_entered signal is broken with OptionButtons
### Tested versions Strange signal emission reproduced in 4.3 stable and 4.4-dev4 Just clicking on an OptionsButton causing window to lose focus is present in 4.2stable as well as 4.3 and 4.4-dev4 ### System information Godot v4.3.stable - Windows 10 - GLES3 (Compatibility) ### Issue description I am creating a...
bug,topic:core,topic:gui
low
Critical
2,673,393,232
tailwindcss
[v4] `addComponents` is adding styles to `@layer utilities` instead of `@layer components`
<!-- Please provide all of the information requested below. We're a small team and without all of this information it's not possible for us to help and your bug report will be closed. --> **What version of Tailwind CSS are you using?** v4.0.0-alpha.34 **What build tool (or framework if it abstracts the build t...
v4,bc
low
Critical
2,673,394,118
go
x/tools/gopls: hover over unkeyed field should show field info
When hovering over the name of a field in a composite literal, we show info about that field. But when hovering over a value in an _unkeyed literal_, we show nothing. If anything, field information would be more useful in an unkeyed literal! I recently bumped into this while working in the middle of a large table dr...
help wanted,FeatureRequest,gopls,Tools
low
Minor
2,673,496,892
react-native
requestCurrentTransition inside ReactFabric-dev.js can throw unhandled exceptions
### Description Thus far I have been able to track down the issue to this file and line of code: **react-native/Libraries/Renderer/implementations/ReactFabric-dev.js** ``` function requestCurrentTransition() { var transition = ReactCurrentBatchConfig$1.transition; if (transition !== null) { //...
Needs: Triage :mag:
low
Critical
2,673,497,871
PowerToys
Feature Request: Detect conflicting keyboard shortcuts
### Description of the new feature / enhancement I wish I had a screen cap of it, but if memory serves me right, the PowerToys.Run process used a little under 300MB of memory. Unfortunately, I don't have a screen shot of it. However, shortly after two distinct changes, memory usage skyrocketed. ![Image](https://github...
Needs-Triage
low
Minor
2,673,503,901
angular
Combine provideHttpClient() and provideHttpClientTesting() into a function that provides them in the correct order
### Which @angular/* package(s) are relevant/related to the feature request? common ### Description In the [docs](https://angular.dev/guide/http/testing#setup-for-testing), there is guidance given to "provide `provideHttpClient()` before `provideHttpClientTesting()`, as `provideHttpClientTesting()` will overwrite pa...
area: common/http
low
Minor
2,673,531,926
PowerToys
Is it possible to Download / Get only one of PowerToys' Utility without installing the Full PowerToys Suit?
### Description of the new feature / enhancement This is probably a quirky question, and I don't know exactly where to ask. I would like image Resizer, but I don't need nor want the full PowerToys suit. Is it possible to download and install only this one part? Thanks, Cheers. ### Scenario when this would be used? ...
Needs-Triage
low
Minor
2,673,542,901
vscode
Simplify Windows Start Meny entry
<!-- ⚠️⚠️ 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 current Start Menu entry is unnecessarily in a fo...
windows,under-discussion
low
Minor
2,673,544,920
go
cmd/compile: register allocation of rematerializable ops ignores the op output register constraints.
Note: as far as I know, this issue is not reachable with any Go source today, but it may be roadblock as we do more with SIMD. When preforming register allocation, rematerializable values [are not issued immediately](https://cs.opensource.google/go/go/+/master:src/cmd/compile/internal/ssa/regalloc.go;l=1450;drc=0c16...
NeedsInvestigation,compiler/runtime
low
Critical
2,673,576,622
godot
Antialiased draw_* primitives become blurry when window resolution exceeds base viewport size (and stretch mode = canvas_items or scale factor > 1)
### Tested versions - Reproducible in: 4.3.stable, 4.4.dev4 ### System information Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated GeForce GTX 765M - Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (8 threads) ### Issue description **Background** CanvasItem (and RenderingServer) contains sev...
bug,topic:rendering,topic:2d
low
Minor
2,673,577,776
godot
Calling Tween.custom_step() from within a tween freezes the game and produces an unclear fatal C++ error
### Tested versions - Reproducible in `v4.3.stable.mono.official` [77dcf97d8] ### System information Godot v4.3.stable.mono - macOS 15.0.1 - Vulkan (Forward+) - integrated Apple M3 Max - Apple M3 Max (14 Threads) ### Issue description While I'm aware that calling CustomStep() from within a tween can be undefined b...
bug,topic:core
low
Critical
2,673,641,014
godot
Appending to a Node's array through an EditorScript doesn't save the changes to the scene file
### Tested versions - Reproducible in v4.3.stable.official [77dcf97d8] ### System information Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Mobile) - dedicated NVIDIA GeForce GTX 1070 (NVIDIA; 30.0.14.7141) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads) ### Issue description After running an EditorScr...
bug,topic:gdscript,topic:editor
low
Minor
2,673,664,257
flutter
TextField as WidgetSpan mixes parent TextField initial text when delete or arrow keys used
### Steps to reproduce Have attached complete sample code which shows the issue but steps to recreate are: 1. create a new flutter app 2. create a custom TextEditingController and set the "text" value within the constructor to any text string (this is to make the issue easier to see, if this value isn't set inst...
a: text input,framework,has reproducible steps,P2,team-text-input,triaged-text-input,found in release: 3.24,found in release: 3.27
low
Critical
2,673,704,531
terminal
WT portable mode SUI warning needs higher contrast in dark mode (currently 2.26:1, needs 3:1)
^read title
Issue-Bug,Area-Accessibility,Product-Terminal
low
Minor
2,673,715,497
godot
.import / .uid file is not removed when original file is not in root directory and gets removed outside editor
### Tested versions 4.4 dev4 Likely earlier too. ### System information Windows 10.0.19045 - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 32.0.15.6603) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 threads) ### Issue description When you delete a file outside editor, G...
bug,topic:editor
low
Major
2,673,802,402
go
runtime: `fatal error: runtime: mcall called on m->g0 stack` while concurrently fetching /profile and /trace
### Go version go version go1.23.3 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/piob/.cache/go-build' GOENV='/home/piob/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMOD...
NeedsInvestigation,compiler/runtime
low
Critical
2,673,803,581
ollama
ggml.c:4044: GGML_ASSERT(view_src == NULL || data_size == 0 || data_size + view_offs <= ggml_nbytes(view_src)) failed
### What is the issue? On certain API requests, the server throws a segmentation fault error and the API responds with a HTTP 500. So far, I have encountered this twice in thousands of requests. Unfortunately I do not have the particular prompts that resulted in this logged but I do not expect this to be directly repr...
bug
low
Critical
2,673,858,191
flutter
[DisplayList] The ImageFilter inset/outset_bounds methods are not migrated to Impeller classes
While implementing https://github.com/flutter/engine/pull/56720 the unit tests for the ImageFilter methods that test the bounds methods were having trouble passing for perspective transforms. In order to get that PR landed it reverted 2 of the methods back to using Skia geometry classes for implementation. We need t...
engine,P2,team-engine,triaged-engine
low
Minor
2,673,861,470
deno
Add support for wildcards in `deno task`
It would be great if one could do `deno task build:*` to run all tasks that start with `build:`. Eg: ```jsonc { "tasks": { "build:frontend": "...", "build:server": "...", "build:queue": "...", "serve": "..." } } ``` running `deno task build:*` would match `build:fro...
feat,task runner
low
Minor
2,673,947,071
pytorch
[triton 3.2] test_convolution_as_mm failure on A100
### 🐛 Describe the bug **Update**: Tracked in triton in https://github.com/triton-lang/triton/issues/5204. As a workaround, a PR was reverted in 3.2 (but not the main triton branch). We also filed an nvbug. This is uncovered during the triton 3.2 pin update. @embg and I are looking into this, but I'm filing an issue...
triaged,upstream triton
low
Critical
2,673,966,507
pytorch
ARM build failed with recent XNNPACK update: third_party/XNNPACK/src/reference/unary-elementwise.cc:125:14: error: invalid ‘static_cast’ from type ‘xnn_bfloat16’ to type ‘_Float16’
### 🐛 Describe the bug After the XNNPACK update of https://github.com/pytorch/pytorch/pull/139913, our nightly ARM build fails (x86 build still works) build log ``` [3174/5315] Building CXX object confu-deps/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o FAILED: confu-deps/XNNPAC...
module: build,triaged,module: regression,module: xnnpack,module: arm
low
Critical
2,673,968,902
rust
Add an equivalent to -grecord-command-line/-grecord-gcc-switches
Other widely used compilers (gcc, clang, etc) have the ability to record their command line arguments in the debug information (for DWARF in the DW_AT_producer field). Rustc currently hardcodes this to "" when calling LLVMRustDIBuilderCreateCompileUnit. @rustbot label +A-debuginfo +WG-debugging
A-debuginfo,T-compiler,C-feature-request,WG-debugging,A-CLI
low
Critical
2,673,987,221
ollama
Support for LLaVA-o1
First version of LLaVA-o1 model weights were released a few days back - [LLaVA-o1](https://huggingface.co/Xkev/Llama-3.2V-11B-cot). Would be good to have this. Thanks!
model request
low
Major
2,674,037,191
opencv
imshow issue in qt6
### System Information Ubuntu 22.04.4 LTS x64 qt 6.7.2 qt widgets application Qt Creator 14.0.1 Based on Qt 6.7.2 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), x86_64) ### Detailed description when I use cv::imshow("Original Image", cvImg); in qt 6 wigdet app. The app is built ok, But I can see the threed in the...
question (invalid tracker)
low
Minor
2,674,052,178
flutter
Proposal to add `SliverAnimatedList.separated`
### Use case since #48226 got done, why it wasnt added to SliverAnimatedList too? ### Proposal make the same separated behavior for SliverAnimatedList also.
c: new feature,framework,a: animation,f: scrolling,c: proposal,P3,team-framework,triaged-framework
low
Minor
2,674,066,391
go
x/telemetry/internal/mmap: TestSharedMemory failures
``` #!watchflakes default <- pkg == "golang.org/x/telemetry/internal/mmap" && test == "TestSharedMemory" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8732010246569277185)): === RUN TestSharedMemory mmap_test.go:113: incremented 99 times, want 100 ...
NeedsInvestigation,telemetry
low
Critical
2,674,066,426
go
x/telemetry/internal/mmap: TestMultipleMaps failures
``` #!watchflakes default <- pkg == "golang.org/x/telemetry/internal/mmap" && test == "TestMultipleMaps" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8731892843629401745)): === RUN TestMultipleMaps mmap_test.go:170: counter 0 has value 296, want 30...
NeedsInvestigation,telemetry
low
Critical
2,674,069,944
PowerToys
Maybe folder watching will be useful?
### Description of the new feature / enhancement Let's think about this situation: I have preset to monitor the "Download" folder as well as some rules regarding target file directories, target file names, or target directories. When I download some files to the "Download" folder, if the existing rules can cover the j...
Needs-Triage
low
Minor
2,674,077,820
vscode
Keyboard shortcut issue: duplicated "Notebook: Stop Edting Cell" bound with **Esc** key
<!-- ⚠️⚠️ 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,notebook
low
Critical
2,674,103,755
flutter
The methods in LayerStateStack should have doc comments
The methods in `LayerStateStack` are all well commented, but they lack the doc comment format, they should be upgraded to doc comments by using `///`
engine,P2,team-engine,triaged-engine
low
Minor
2,674,116,214
godot
The order index of new node of Editable-Children-enaled scene is not saved in `.tscn` file sometimes
### Tested versions - Reproducible in v4.4.dev4.official [36e6207bb] ### System information Windows 11 - Godot Engine v4.4.dev4.official.36e6207bb - Vulkan 1.3.280 - Forward+ - Using Device #0: NVIDIA - NVIDIA GeForce RTX 3060 Ti ### Issue description ![Image](https://github.com/user-attachments/assets/9d1d4a9e-1f...
bug,topic:editor
low
Critical
2,674,120,740
rust
Type inference chooses wrong trait impl based on generic parameter
<!-- 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 foo<T1, T2, E>(a: T1) -> Result<T2, E> where T1: TryInto<usize>, T2: TryFrom<T1, Error = E>, { a.try_into() } fn bar...
A-trait-system,C-bug,T-types
low
Critical
2,674,127,029
pytorch
plus prefix-less wheels not being published on https://download.pytorch.org/whl/torch/ for linux x86_64
In the process of answering something that @charliermarsh was asking, I noticed that on https://download.pytorch.org/whl/torch/ we aren't publishing Linux x86_64 wheels that don't have `+` prefix, which is awkward. We should publish the default wheels not just on PyPI's default servers, but also on this index page? ...
module: binaries,triaged
low
Major
2,674,127,483
tensorflow
Aborted (core dumped) in `tf.raw_ops.MatrixInverse`
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.17 ### Custom code Yes ### OS platform and distribution Linux Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version 3.9.13 ### Bazel version _No respons...
stat:awaiting tensorflower,type:bug,comp:ops,2.17
medium
Critical
2,674,133,138
pytorch
Benchmark result upgrade script is broken
### 🐛 Describe the bug ```CH_KEY_ID=abc CH_KEY_SECRET=def python benchmarks/dynamo/ci_expected_accuracy/update_expected.py b43688515a50aba071aef22329de565566d91e19``` (removed the secret keys for obvious reasons) results in ``` inductor_huggingface 1, 1: https://gha-artifacts.s3.amazonaws.com/pytorch/pytorc...
module: ci,triaged,oncall: pt2
low
Critical
2,674,141,895
langchain
bug: `init_chat_model` doesn't work with 🤗 huggingface models
### 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,674,226,737
react-native
Touch events unresponsive for flexible child Views in ScrollView component under React Native new architecture
### Description There is an issue with the touch events in a ScrollView when using the new architecture. Specifically, below a ScrollView, there is a View component with a minWidth of 100%. Inside this View, there are three child View components, each set with flexGrow: 1, flexShrink: 1, and flexBasis: "25%". The la...
Component: ScrollView,Needs: Triage :mag:,Newer Patch Available,Type: New Architecture
low
Minor
2,674,265,828
PowerToys
PowerToys Ruler: Protractor for Measuring Angles
### Description of the new feature / enhancement Add a protractor tool to PowerToys Ruler for precise angle measurement on screen. This feature would allow users to easily measure angles directly on images, diagrams, or plots displayed on their monitors. It can be integrated into the existing PowerToys Ruler tool, ena...
Needs-Triage
low
Minor
2,674,408,974
angular
docs: Unable to Connect to Port - Components in Angular Tutorial
### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? No ### Description All of the other tutorials load the preview, but the first one - Components in Angular Tutorial, continues to throw unable to connect to port error. I tested this on a different machine and c...
area: docs-infra
low
Critical
2,674,414,986
deno
Add support for `--permit-no-files` in `deno bench`
For parity with `deno test`. It's useful for workspaces when creating a deno task bench alias but a given packages has no bench files
suggestion,help wanted
low
Minor
2,674,424,610
pytorch
Cannot view a tensor with shape torch.Size([2, 1, 8, 32]) and strides (32, 512, 64, 1) as a tensor with shape (2, 256)! for transfomer MHA with permute, view
### 🐛 Describe the bug When exporting my transformer model with torch.onnx.export(... dynamo=True, ...), any sequence length >= 2 gives the error. Sequence length 1 works but does not support dynamic shapes in inference. When dynamic_shapes is off, I get the above error, and when dynamic_shapes is set and seq_len >...
needs reproduction,module: onnx,oncall: pt2,oncall: export
low
Critical
2,674,432,023
ollama
Memory usage higher than LM Studio for similar model
### What is the issue? Memory usage is different for two services but both services use `llama.cpp` under the hood (not sure, but i think it is). I am not using MLX backend as it's slower on my machine. ### lm-studio (GGUF model) https://github.com/user-attachments/assets/f283a317-c65d-44f9-ba43-37d49f0cb5...
bug
low
Major
2,674,441,699
rust
Terse parse error on `&raw expr`
<!-- 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 mod foo { pub static A: i32 = 0; pub static B: i32 = 0; pub static C: i32 = 0; } fn main() { let _arr = [ &raw foo...
A-diagnostics,A-parser,T-compiler,F-raw_ref_op,D-terse,A-raw-pointers
low
Critical
2,674,457,762
PowerToys
Default save path for New+ templates should not be dependent by language setting
### Microsoft PowerToys version 0.85.1 ### Utility with translation issue New+ ### 🌐 Language affected Japanese ### ❌ Actual phrase(s) `%localappdata%\Microsoft\PowerToys\NewPlus\テンプレート` ![Image](https://github.com/user-attachments/assets/76b0a800-3187-4898-a080-a157c72af61c) ### ✔️ Expected phrase(s) `%loca...
Issue-Bug,Area-Localization,Needs-Triage,Issue-Translation
low
Critical
2,674,503,757
material-ui
[docs] [joyui] Container Component Missing in Documentation
### Related page https://mui.com/joy-ui/getting-started/ ### Kind of issue Missing information ### Issue description The Container component is not documented in the "Layout" section of the JoyUI documentation. Despite its absence from the documentation, [the component is present in the library and functio...
docs,on hold,package: joy-ui,support: docs-feedback
low
Minor
2,674,527,127
pytorch
[torch.compile] Mutating backward input of autograd function is not supported by ```torch.compile```
### 🐛 Describe the bug This issue was raised from tracing Megatron/xlformers, where ```torch.distributed.all_reduce``` was called in backward of an ```autograd.Function``` and then it was rewritten by Dynamo into [```torch.distributed._functional_collectives.all_reduce_inplace```](https://github.com/pytorch/pytorch/b...
oncall: distributed,triaged,oncall: pt2,module: dynamo,module: pt2-dispatcher,dynamo-autograd-function
low
Critical
2,674,528,438
tauri
[bug] In dev,node_modules 500
### Describe the bug ![image](https://github.com/user-attachments/assets/fed9c618-bace-4f15-ab71-25998c7bc94f) ![77202562b27ddf5c344b3240e89284e0](https://github.com/user-attachments/assets/dbbe788e-951f-4073-a429-072792cd9b26) In Windows, everything is normal. When running on Android, the development environmen...
type: bug,status: needs triage
low
Critical
2,674,569,637
godot
Encoding empty string to base64 reports an error `Condition "ret.is_empty()" is true. Returning: ret`, but should not
### Tested versions - Reproducible in v4.4.dev2.mono.official [97ef3c837] and v4.3.stable.mono.official [77dcf97d8] ### System information Godot v4.4.dev2.mono - Windows 10.0.22631 - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 4070 Ti SUPER (NVIDIA; 32.0.15.6109) - AMD Ryzen 7 7800X3D 8-Core Processor (16 Threads)...
bug,topic:core,usability
low
Critical