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,792,682,164
excalidraw
feature: fuzzy search scene text
I find myself increasingly adding rough notes to scene's and with an increasing number of scene's it would be useful for the global search feature to fuzzy search on scene text.
Excalidraw+
low
Minor
2,792,687,795
rust
Using multi-threading while building rustc from source
I am trying to build rustc from the source. I have a 64-core RISC-V machine. Currently, I am using `./x.py build && ./x.py install` to build from source. But it takes about 4 hours and 36 minutes which is pretty slow. I am using a MILK-V Pioneer Box computer with 128GB of RAM. Is there a way to use multithreading so t...
T-bootstrap,C-discussion
low
Major
2,792,702,313
vscode
Format on save is aborted when interacting with the editor
<!-- โš ๏ธโš ๏ธ 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,formatting
low
Critical
2,792,712,413
go
cmd/link: unexpected R_386_GOT32 relocation
### Go version go version go1.23.4 linux/386 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='386' GOBIN='' GOCACHE='/builddir/.cache/go-build' GOENV='/builddir/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='386' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/builddir/go...
NeedsInvestigation,compiler/runtime
low
Critical
2,792,805,877
langchain
UnstructuredPDFLoader - No module named 'pdf2image'
### 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,792,814,382
godot
Crash after AnimationMixer: couldn't resolve track: warning
### Tested versions v4.3.stable.mono.official [77dcf97d8] ### System information Godot v4.3.stable.mono - Windows 10.0.19045 - GLES3 (Compatibility) - GeForce MX250 - Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz (8 Threads) ### Issue description Under some specific conditions, the editor crashes, which may be related...
bug,topic:editor,needs testing,crash,topic:animation
low
Critical
2,792,872,130
pytorch
RuntimeError "global alloc not supported yet" when using TorchScript optimization.
### ๐Ÿ› Describe the bug Calling the `forward` method on TorchScript models can, under some specific conditions, raise a `RuntimeError` with message: "Global alloc not supported yet.". I think this is linked to an old issue: https://github.com/pytorch/pytorch/issues/69078, however, I managed to consistently reproduce ...
high priority,triage review,oncall: jit
low
Critical
2,792,910,816
PowerToys
Eternal process PowerToys.Settings.exe
### Microsoft PowerToys version 0.87.1 ### Installation method Microsoft Store ### Running as admin No ### Area(s) with issue? PowerToys Run ### Steps to reproduce The PowerToys.Settings.exe process is constantly running in the background and is taking up RAM resources. Can this be removed? ### โœ”๏ธ Expected Be...
Issue-Bug,Needs-Triage
low
Minor
2,792,935,652
storybook
[Bug]: Sidebar item hover background colour makes text unreadable
### Describe the bug The sidebar item hover background colour variable "--tree-node-background-hover" is being updated on hover and focus to a lighter or darker shade of the themes secondary colour but the font colour is not being updated to accommodate this change mean that now the text is unreadable when the items a...
bug,ui,accessibility,upgrade:8.5
low
Critical
2,792,937,361
PowerToys
Text extractor - Handling non langual text
### Description of the new feature / enhancement Being able to extract text from an image that is not made of words. ### Scenario when this would be used? For instance, having links, codes, pseudos, things like this. These days we have more and more text that are not words, it would be usefull to have this enhanceme...
Needs-Triage
low
Minor
2,792,953,184
node
http2: confusion with how aborted ClientHttp2Stream is reported
Take this sample code: ```js const h2 = require('http2'); const server = h2.createServer(); server.on('stream', (stream) => { stream.session.destroy(); }); server.listen(0, () => { const client = h2.connect(`http://localhost:${server.address().port}`); client.on('close', () => { server.close();; }); c...
http2
low
Critical
2,792,957,527
angular
TS-994005: Angular compiler option "extendedDiagnostics.checks" has an unknown check: "skipHydrationNotStatic".
### Which @angular/* package(s) are the source of the bug? compiler-cli ### Is this a regression? Yes ### Description Extended diagnostic [skipHydrationNotStatic](https://angular.dev/extended-diagnostics/NG8108) does not seem to be available. ### Please provide a link to a minimal reproduction of the bug [Stackb...
area: compiler
low
Critical
2,792,990,843
flutter
3.29 beta branch info
### 3.29 beta branch info ### | Repo | Branch | Commit | | --- | --- | --- | | flutter/flutter | [flutter-3.29-candidate.0](https://github.com/flutter/flutter/tree/flutter-3.29-candidate.0) | https://github.com/flutter/flutter/commit/010c8a806bccad64ab9972286b85dd24ca98441f | | dart-lang/sdk | [3.7.0-323.0.dev](htt...
team-release
low
Minor
2,793,088,328
react
[DevTools Bug]: incorrect error on react-hooks/exhaustive-deps
### Website or app http://localhost:3008/ ### Repro steps ``` React Hook useMemo has unnecessary dependencies: 'store1.list' and 'store2.list'. Either exclude them or remove the dependency array. Outer scope values like 'domains.content' aren't valid dependencies because mutating them doesn't re-render the component...
Type: Bug,Status: Unconfirmed
medium
Critical
2,793,095,740
pytorch
Support something similar to export dynamic dims for torch.compile with fullgraph=True
### ๐Ÿš€ The feature, motivation and pitch In export, instead of using mark_dynamic on input Tensors, you can directly specify which inputs are dynamic or not ``` dynamic_shapes = (({0: Dim("dim")}, None, None, None),) torch.export.export( Slice(), inp, dynamic_shapes...
triaged,oncall: pt2,module: dynamic shapes
low
Minor
2,793,167,092
go
proposal: cmd/go: add `work` package pattern matching all packages in work modules
### Proposal Details I'm making this proposal to resolve #50745 This proposal is to add a new package meta-pattern to join the already existing `all`, `std`, `cmd`, and `tool` patterns. The work pattern would match all packages in the work (formerly called main) modules: either the single work module in module mode o...
Proposal,ToolProposal
low
Minor
2,793,179,468
next.js
Unexpected request close/abort after 5 minutes
### Link to the code that reproduces this issue https://github.com/eebirke/request-timeout-repro ### To Reproduce 1. Start the app (either dev or build & start). 2. Throttle network speed in dev tools to 1 Mbps or lower, or Fast 3G or slower. 3. Select a sufficiently large file (I'm testing with 110 MB, but 50 MB sh...
Runtime
low
Critical
2,793,182,715
angular
i18n: RTL separated CSS files.
### Which @angular/* package(s) are relevant/related to the feature request? _No response_ ### Description Hi Angular developer ! I hope this catch you well ,our organization is leveraging Angular in order to develop a large-scale web application , choosing Angular was my own decision as the framework is the most ...
area: i18n
low
Major
2,793,197,522
godot
Firefox 134 causes webexports with bigger pck files to be unable to cache correctly
### Tested versions This was tested on godot version 4.3.stable and 4.4.dev7. It was also tested on firefox 133 and 134 ### System information Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 2 monitors - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 3050 (NVIDIA; 32.0.15.6094) - AMD Ryzen 5 5500 (12 thre...
bug,platform:web,confirmed,topic:thirdparty,topic:export
low
Critical
2,793,233,511
kubernetes
configure Node `ephemeral-storage` Allocatable and Capacity via kubelet pods path
### What would you like to be added? Ability to set the path for ephemeral storage (e.g. `/var/lib/kubelet/pods`) as opposed to relying on root directory of Kubelet. By default Capacity and Allocatable for ephemeral-storage in standard kubernetes environment is sourced from filesystem (mounted to `rootDir` /var/lib/k...
area/kubelet,sig/node,kind/feature,triage/accepted
low
Major
2,793,237,420
vscode
Add grouping to Suggestions Popup by Interface + Class and Property + Method
<!-- โš ๏ธโš ๏ธ 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. --> Basically add grouping that visually splits methods...
feature-request,suggest
low
Minor
2,793,274,737
deno
Allow compiling tests
It doesn't seem like it's currently possible to use Deno's compile command to compile tests into an executable. I use Deno to write small test suites, and it would be useful to be able to compile them and share them with other developers that aren't necessarily familiar with Deno. Alternatively, if there was an API fo...
needs info,compile
low
Minor
2,793,304,339
kubernetes
Improve visibility / observability for long lived certificates close to expiry
### What would you like to be added? If a certificate is within a week of expiring, and its a long lived certificate (endtime - starttime > 3 months) then its probably human managed, not automatically generated, and will probably need human intervention to track down and fix. Currently, the cert is logged in the apis...
kind/feature,needs-sig,needs-triage
low
Major
2,793,305,486
godot
[TRACKER] Movie Maker mode issues
This is a tracker for issues related to [Movie Maker mode](https://docs.godotengine.org/en/latest/tutorials/animation/creating_movies.html). ```[tasklist] ### Bugs - [ ] https://github.com/godotengine/godot/issues/52821 - [ ] https://github.com/godotengine/godot/issues/69965 - [ ] https://github.com/godotengine/godot/...
bug,enhancement,topic:core,tracker
low
Critical
2,793,317,534
rust
Missing lifetimes needed in `impl` item don't have enough help for newcomer devs
If you write like ```rust impl IntoIterator for &S { type Item = &T; type IntoIter = std::collections::btree_map::Values<i32, T>; fn into_iter(self) -> Self::IntoIter { todo!() } } ``` [you get the following errors](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=7b...
A-diagnostics,A-lifetimes,T-compiler,A-suggestion-diagnostics,D-newcomer-roadblock,D-invalid-suggestion,D-terse
low
Critical
2,793,325,834
flutter
Flutter_lints, unawaited_futures rule does not trigger in switch statements
### Steps to reproduce We are using the flutter_lint package in our project. Recently we noticed, that, when we have mixed Future and sync return values in a switch statement, dart "sets" the return value as sync. However, the futures are then not marked as "unawaited" by the linter rule, as expected. 1. Turn on the...
waiting for customer response,in triage
low
Critical
2,793,360,505
opencv
Building cpp apps with opencv-python package
### Describe the feature and motivation OpenCV package available in some Linux distros could be outdated and to build a cpp executable with OpenCV one needs to build OpenCV from source (that's a default installation path provided it the [docs](https://docs.opencv.org/4.x/d7/d9f/tutorial_linux_install.html)). At the sa...
feature
low
Critical
2,793,366,607
pytorch
[compiled autograd] It would be nice if the compiiled autograd graph was actually runnable
It won't be after the stack in https://github.com/pytorch/pytorch/pull/143296 cc @chauhang @penguinwu @xmfan @yf225
triaged,oncall: pt2,module: compiled autograd
low
Minor
2,793,368,657
tauri
[feat] Remove invalid autostart during the uninstallation process
### Describe the problem ๅœจ Windows 11 ้€š่ฟ‡ `tauri-plugin-autostart` ๅผ€ๅฏ่‡ชๅฏๅŠจๅŽ๏ผŒๆ‰ง่กŒ uninstall.exe ๅฐ†็จ‹ๅบๅธ่ฝฝ๏ผŒๆญคๆ—ถไป็„ถไผšๆœ‰ไธ€ไธชๆ— ๆ•ˆๅฏๅŠจ้กน่ขซไฟ็•™๏ผŒๆ˜ฏๅฆๅฏไปฅๅฐ†ๅ…ถๅœจๅธ่ฝฝ่ฟ‡็จ‹ไธญไธ€ๅนถๅˆ ้™คๅ‘ข๏ผŸ [AI Translation] When a program is set to autostart on Windows 11 using `tauri-plugin-autostart` and then uninstalled via `uninstall.exe`, an invalid startup entry often persists in the ...
good first issue,type: feature request,platform: Windows,scope: bundler
low
Minor
2,793,374,935
rust
running `rustdoc-js-std` tests does not rebuild rustdoc even if it is dirty
reproduction steps: 1. `./x test -v tests/rustdoc-js-std/return-based-sort.js` (or any other unit test in the folder, probably) 2. make a change to `search.js` (one that impacts the result of the test will make it more obvious) 3. `./x test -v tests/rustdoc-js-std/return-based-sort.js` (again) rustdoc will not get re...
A-testsuite,T-bootstrap,C-bug
low
Major
2,793,395,056
tensorflow
Urgent help needed.
Hello, hope anybody help me please! I am going to train a model for information extraction from photo. I am using Windows 10. And am using python 3.10.10. Actually I used python 3.12 but I couldn't install tensorflow-io package with python 3.12. Not sure reason yet. So I use python 3.10 now. I have prepared dataset a...
stat:awaiting response,type:build/install,subtype:windows,TF 2.10
low
Critical
2,793,397,697
flutter
flutter build appbundle fails due to failing Gradle task signReleaseBundle, but exits 0
### Steps to reproduce 1. Have a standard flutter project and try to build a release package, for example: ```shell flutter build appbundle --build-number 0 --build-name 0.1.2 --release ``` 2. Observe gradle `app:signReleaseBundle` fail, for a common reason: not having your key.properties and jks file set up. Note th...
in triage
low
Critical
2,793,424,120
yt-dlp
[CWTV] ERROR: An extractor error has occurred. (caused by KeyError('title'))
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [x] I'm reporting that yt-dlp is broken on a **supported** site - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
geo-blocked,site-bug
low
Critical
2,793,455,659
PowerToys
Request: Composition guide
### Description of the new feature / enhancement A simple utility with a couple of handy features to aid in compositional guidance regardless of underlying content and unbound to a specific program. By default this would be a thirds grid, but ideally has customization and features to make it much more useful. Here ar...
Needs-Triage
low
Minor
2,793,486,149
langchain
ChatPerplexity: 'str' object has no attribute 'choices'
### 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,793,488,798
deno
LSP: Investigate 'auto-imports from npm dependencies' hack for perf issues
https://github.com/nayeemrmn/deno/blob/9dbb99a83cb599028aef662b23e13faf2df15297/cli/lsp/tsc.rs#L4315-L4317 We use this to hide the fact that these paths are in a `/node_modules/` folder because tsc wasn't giving auto-import suggestions from them. Did this have a knockback effect on performance? Could we only apply thi...
perf,lsp
low
Major
2,793,492,932
pytorch
DISABLED test_allow_implicit_sharing (__main__.TestQuantizePT2E)
Platforms: mac, macos This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_allow_implicit_sharing&suite=TestQuantizePT2E&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35717971181). Over the past 3 hours, it...
oncall: quantization,triaged,module: flaky-tests,module: macos,skipped
low
Critical
2,793,499,658
godot
get_rpm() on VehicleWheel3D is calculated incorrectly
### Tested versions - Reproducible in: 4.2 stable, 4.3 stable, 4.4.dev7 ### System information Godot v4.3.stable (77dcf97d8) - Windows 10.0.26100 - Vulkan (Forward+) - integrated Intel(R) UHD Graphics (Intel Corporation; 31.0.101.2130) - Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz (8 Threads) ### Issue description W...
bug,topic:physics,topic:3d
low
Critical
2,793,512,777
godot
"Manage Export Templates" causes crash
### Tested versions Godot v3.6 stable Flathub ### System information Manjaro 6.6 ### Issue description Attempting to download export template via "Manage Export Templates" causes the editor to crash. ### Steps to reproduce Open Godot, start a brand new project, click on Manage Export Templates (either through th...
bug,topic:editor,crash
low
Critical
2,793,515,988
rust
clean up and unify logic used by `rustdoc-js` and `rustdoc-js-std` test suites.
I cannot find the code that actually runs rustdoc on the `rustdoc-js/*.rs` files, and for some unknown reason, that code is not actually getting run (leading to issues about `search-index.js` not being found). This code is quite a mess, `rustdoc-js-std` seems to be mostly implemented in bootstrap, while `rustdoc-js` i...
C-cleanup,T-rustdoc,T-bootstrap
low
Minor
2,793,533,135
pytorch
[torchbench] Missing meta function for aten::_cudnn_rnn_flatten_weight
### ๐Ÿš€ The feature, motivation and pitch Torchbench for export-aot-inductor for tts_angular model fails due to missing Meta fn. ``` python benchmarks/dynamo/torchbench.py --only tts_angular --accuracy --no-translation-validation --inference --bfloat16 --export-aot-inductor --disable-cudagraphs --device cuda ``` ``` No...
triaged,oncall: pt2,pt2-pass-rate-regression
low
Critical
2,793,557,806
rust
Unused Argument Warnings in Intrinsics Without Body
<!-- 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/ --> Problem: The compiler emits warnings about unus...
A-diagnostics,T-compiler,A-intrinsics
low
Critical
2,793,562,634
TypeScript
Design Meeting Notes, 1/10/2025
# Make `lib` Replacement Opt-In by Default https://github.com/microsoft/TypeScript/pull/60829 * Since TypeScript 4.5, we've supported loading `lib` files from `node_modules` if something is located in `@typescript/lib-*`. * But this lib replacement is on for everyone by default, and that leads to us * doing a who...
Design Notes
low
Minor
2,793,571,525
pytorch
[torchbench] stable_diffusion_unet compilation failure
### ๐Ÿ› Describe the bug ``` python benchmarks/dynamo/torchbench.py --only stable_diffusion_unet --performance --cold-start-latency --inference --bfloat16 --export-aot-inductor --disable-cudagraphs --device cuda ``` ``` cuda eval stable_diffusion_unet ERROR:common:Backend dynamo failed in warmup() Traceb...
triaged,oncall: pt2,oncall: export,module: aotinductor,pt2-pass-rate-regression
low
Critical
2,793,576,737
PowerToys
"The REG file editor could not be opened" when clicking Edit in Registry Preview
### Microsoft PowerToys version 0.87.1 ### Installation method WinGet ### Running as admin No ### Area(s) with issue? Registry Preview ### Steps to reproduce 1. In Registry Editor, export the registry key to a .REG file - for example, HKEY_CURRENT_USER\Control Panel\Desktop. 2. In PowerToys Settings, expand Ad...
Issue-Bug,Priority-3,Needs-Triage,Product-Registry Preview
low
Critical
2,793,581,967
create-react-app
npx create-react-app conflicts with react 19
## Current system Versions npm -v -->11.0.0 npx -v --> 11.0.0 ### Run npx create-react-app simple-app ### Error Installing template dependencies using npm... npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: 01_simple_jsx@0.1.0 npm error Found: react@...
needs triage,issue: bug report
medium
Critical
2,793,616,596
rust
WF check has error code `E0277` which doesn't say anything about the current error
### Code ```Rust struct Unsized { inner2: [u8], inner3: [u8], } ``` ### Current output ```Shell error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [...] ``` ### Desired output ```Shell error: the size for values of type `[u8]` cannot be known at compilation time [...] (Do...
A-diagnostics,T-compiler
low
Critical
2,793,621,559
svelte
$state array does not update on page back when reassigned
### Describe the bug When using the page back browser button, an array declared with $state is not reactive when using reassignment to change its value in firefox ### Reproduction ``` let favourites = $state([]) onMount(() => { //this is a network promise in the actual code Promise.resolve({"favourites": [...
awaiting submitter
low
Critical
2,793,653,713
electron
Two concurrent videos cannot be loaded from custom protocol
### 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:,status/confirmed,has-repro-gist,34-x-y,35-x-y
low
Critical
2,793,654,404
yt-dlp
[Dropbox] Error: No video formats found!
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [x] I'm reporting that yt-dlp is broken on a **supported** site - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
NSFW,site-bug,triage
low
Critical
2,793,659,480
vscode
support resolving / displaying what symlinks point to in suggest terminal details view
@tyriar suggested that we should support resolving symlinks and showing them in the terminal suggest details view example: /usr/local/bin/python3 -> /blah/python3.13
feature-request,terminal-suggest
low
Minor
2,793,660,256
ui
[feat]: New components and improvements
### Feature description Hello everyone. As a UI designer, I want to thank this team for making such a great open source UI kit! It is just amazing. I also tried Figma file I don't know if designer is related to this team, since I didn't found Github for design file I will share my thoughts here. I would like to report...
area: request
low
Critical
2,793,678,197
transformers
Audio-Classification Pipeline top_k Documentation mismatch and bug (possibly generalizes to any classification pipelines)
### System Info - `transformers` version: 4.48.0 - Platform: macOS-14.6-arm64-arm-64bit - Python version: 3.12.4 - Huggingface_hub version: 0.27.1 - Safetensors version: 0.5.2 - Accelerate version: 1.2.1 - Accelerate config: not found - PyTorch version (GPU?): 2.5.1 (False) - Tensorflow version (GPU?): not installed ...
bug
low
Critical
2,793,703,707
transformers
Significant Performance Gap Between MaskFormer and Mask2Former Despite Identical Training Code
### System Info #### Description I observed a significant performance difference between **MaskFormer** and **Mask2Former** when training both models on my dataset for instance segmentation. The training code is identical except for the model-specific configurations. Below, I outline my setup, preprocessing steps, re...
bug
low
Critical
2,793,707,883
transformers
Audio-Classification pipeline function_to_apply ignores initialized values (possibly generalizes to other classification pipelines)
### System Info - `transformers` version: 4.48.0 - Platform: macOS-14.6-arm64-arm-64bit - Python version: 3.12.4 - Huggingface_hub version: 0.27.1 - Safetensors version: 0.5.2 - Accelerate version: 1.2.1 - Accelerate config: not found - PyTorch version (GPU?): 2.5.1 (False) - Tensorflow version (GPU?): not installed ...
bug
low
Minor
2,793,709,529
flutter
[CupertinoDatePicker] year field in unselected value baseline is broken
### Steps to reproduce The text baseline of the year column is not vertically aligned with the date and year, see attached image. Tested on both master and stable. Tested on Flutter version 3.24.5 and master. ### Expected results The text baseline of the year column should be vertically aligned with the date and y...
framework,f: date/time picker,f: cupertino,has reproducible steps,P2,team-design,triaged-design,found in release: 3.27,found in release: 3.28
low
Critical
2,793,736,146
opencv
Many test failures on powerpc64le with qemu
### System Information - OpenCV @ 4.x (Jan 16, 2024) (1d701d1690b8cc9aa6b86744bffd5d9841ac6fd3) - ubuntu 22.04 with g++-powerpc64le-linux-gnu and qemu-user packages ### Detailed description Many tests fail when running core test on qemu for powerpc64le ### Steps to reproduce Build using toolchain file: ```.cmak...
bug,priority: low,platform: ppc (PowerPC)
low
Critical
2,793,779,156
go
x/tools/gopls/internal/analysis/modernize: incomplete simplification in appendclipped
The appendclipped modernizer has an existing test case whose output (after applying a fix) is: ```go print(slices.Concat(other[:len(other):len(other)], s, other)) // want "Replace append with slices.Concat" ``` The first argument should also have been simplified to other. Investigate + fix.
gopls,Tools,Refactoring,BugReport
low
Minor
2,793,789,463
ollama
Llama-3_1-Nemotron-51B-Instruct
Please add the Nvidia Model. https://huggingface.co/bartowski/Llama-3_1-Nemotron-51B-Instruct-GGUF
model request
low
Minor
2,793,817,034
PowerToys
Fixed Scrolling through the history in the color picker editor with a mouse wheel. #33551 PR regression in latest versions (not working anymore)
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? ColorPicker ### Steps to reproduce Open the color picker menu try to scroll with the mose wheel in the color history and see that it dosen't work even tough it was fixed in a p...
Issue-Bug,Needs-Triage
low
Minor
2,793,829,872
pytorch
DISABLED test_profiler_mark_wrapper_call_dynamic_shapes_cuda (__main__.DynamicShapesGPUTests)
Platforms: rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_profiler_mark_wrapper_call_dynamic_shapes_cuda&suite=DynamicShapesGPUTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35732496276). Ov...
module: rocm,triaged,module: flaky-tests,skipped,oncall: pt2,module: inductor
medium
Critical
2,793,829,945
pytorch
DISABLED test_aoti_eager_support_str_dynamic_shapes_cuda (__main__.DynamicShapesCodegenGPUTests)
Platforms: rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_aoti_eager_support_str_dynamic_shapes_cuda&suite=DynamicShapesCodegenGPUTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35728355868). ...
module: rocm,triaged,module: flaky-tests,skipped,oncall: pt2,module: inductor
medium
Critical
2,793,830,107
pytorch
DISABLED test_list_clearing_dynamic_shapes_cuda (__main__.DynamicShapesGPUTests)
Platforms: rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_list_clearing_dynamic_shapes_cuda&suite=DynamicShapesGPUTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35728356843). Over the past 3...
module: rocm,triaged,module: flaky-tests,skipped,oncall: pt2,module: inductor
medium
Critical
2,793,830,121
pytorch
DISABLED test_cow_input_masked_argmin_cuda_float32 (__main__.TestCompositeComplianceCUDA)
Platforms: rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_cow_input_masked_argmin_cuda_float32&suite=TestCompositeComplianceCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35727153944). Over t...
module: rocm,triaged,module: flaky-tests,skipped,module: unknown
low
Critical
2,793,832,386
ollama
Maintain Object Key Order in JSON Schema Outputs
Currently, when generating JSON outputs based on a provided schema, the keys in objects do not retain the order specified in the schema. This behavior differs from OpenAI's implementation, where the order of keys is preserved as defined. Maintaining the specified key order is crucial for applications that rely on consi...
feature request
low
Minor
2,793,837,154
ollama
Enhance JSON Schema Support to Include Arrays and Complex Types
The current implementation of JSON schema support in Ollama has limitations when handling arrays and complex data types. For instance, defining a schema with an array of strings (`{"type": "array", "items": {"type": "string"}}`) is not processed as expected. Expanding the JSON schema support to fully adhere to the JSON...
feature request
low
Minor
2,793,863,224
go
crypto/ecdsa: use variable time ScalarBaseMult/ScalarMult in Verify
We're leaving some perf on the table by doing these operations in constant time. We should use a variable time scalar mult, similar to what we do for crypto/ed25519: https://github.com/golang/go/blob/1a93e4a2cf43b0ded141d33620966bb252cac1bd/src/crypto/internal/fips140/ed25519/ed25519.go#L335 cc @FiloSottile
Performance,NeedsInvestigation,Implementation
low
Minor
2,793,872,784
vscode
terminal suggest with `__` paths
deprioritize or don't show names with `__`. Here the `__pycache__` isn't something I want to reference. It could also be based on whats in the vscode ignore <img width="1235" alt="Image" src="https://github.com/user-attachments/assets/67922204-8f3c-4f87-85a2-b68e40ad3f59" />
under-discussion,terminal-suggest
low
Major
2,793,915,671
kubernetes
Object Count Quota For Non Namespaced object
### What would you like to be added? The object count qouta in ResourceQouta could have a similiar resource that is not namespaced but applies to cluster wide objects. https://kubernetes.io/docs/concepts/policy/resource-quotas/#object-count-quota ### Why is this needed? object count qouta is pretty handy for keepin...
sig/api-machinery,kind/feature,needs-triage
low
Minor
2,793,922,080
pytorch
Add ATen functions in native_functions.yaml to torch_in_graph_functions list automatically
### ๐Ÿ› Describe the bug Currently, whenever a new native function is added, we must manually add an entry to `torch/_dynamo/trace_rules.torch_c_binding_in_graph_functions` to ensure that Dynamo includes it in the FX graph during tracing. If this step is missed, the pull request introducing the native function may enco...
triaged,module: dynamo
low
Critical
2,793,927,299
godot
Embedded window is not captured by screen capture and runs into edge cases
### Tested versions v4.4.beta1.official [d33da79d3] ### System information N/A Not system specific ### Issue description The way the embedding is currently implemented by placing the game window as a child of the game workspace. While this was easy to implement, it runs into many edge cases like with using shortcu...
bug,enhancement,topic:editor
low
Minor
2,793,930,874
godot
AudioStreamPlayer clip falsely loops after animation end in web export
### Tested versions - Reproducible in 4.3.stable, 4.3.dev7 ### System information Godot v4.4.dev7 - macOS Sequoia (15.1.1) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - Apple M1 Pro - Apple M1 Pro (8 threads) ### Issue description **Expected behavior (as in desktop exports):** When triggering a looping au...
bug,platform:web,topic:audio
low
Critical
2,793,931,082
flutter
๐Ÿ›‘ `flutter config --explicit-package-dependencies-`: Gradle release build fails with only dev-dependencies
In https://github.com/flutter/flutter/pull/160289, I attempt to enable `flutter config --explicit-package-dependencies`. It's getting there... the next blocker after updating the lock files is this: ```sh $ cd dev/integration_tests/spell_check $ flutter config --explicit-package-dependencies $ flutter build apk e: fi...
platform-android,f: integration_test,P1,team-android,fyi-tool
medium
Critical
2,793,937,529
godot
Objects are not shown as selected when the game is paused
### Tested versions v4.4.beta1.official [d33da79d3] ### System information w10 64 ### Issue description As shown in this video, objects are not marked as selected when the game is paused. https://github.com/user-attachments/assets/6c95adda-e950-4762-a864-a5ff3c830451 ### Steps to reproduce See the video ### Mi...
discussion,topic:editor,usability
low
Minor
2,793,990,440
godot
Can't open godot with Nvidia 566.36 with a 3070 gpu
### Tested versions Reproducible in every version of 4.4 including Dev 1 ### System information Windows 11 - Godot 4.4 (any version) - OpenGL API - Nvidia 3070 or 970(happens with both) - AMD Ryzen 7 3700X 8-Core Processor 3.60 GHz - ### Issue description ![Image](https://github.com/user-attachments/assets/fa7a4...
bug,platform:windows,topic:rendering,needs testing
low
Major
2,794,037,824
go
proposal: cmd/covdata: html subcommand
### Proposal Details if you need multi run coverage, it seems you currently have two options. first option: ~~~sh go test -cover '-test.gocoverdir' cover -run Zero go test -cover '-test.gocoverdir' cover -run One go tool covdata textfmt -i cover -o cover.txt go tool cover -html cover.txt ~~~ second option: ~~~sh go...
Proposal,ToolProposal
low
Minor
2,794,055,530
pytorch
DISABLED test_equivalent_template_code (__main__.BenchmarkMultiTemplateFusionCudaTest)
Platforms: rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_equivalent_template_code&suite=BenchmarkMultiTemplateFusionCudaTest&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35738064722). Over the ...
module: rocm,triaged,module: flaky-tests,skipped,oncall: pt2,module: inductor
medium
Critical
2,794,055,572
pytorch
DISABLED test_sparse_add_cuda_float64 (__main__.TestSparseCSRCUDA)
Platforms: rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_sparse_add_cuda_float64&suite=TestSparseCSRCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35738066324). Over the past 3 hours, it has...
module: sparse,module: rocm,triaged,module: flaky-tests,skipped
medium
Critical
2,794,084,907
vscode
Investigate inline value decoration receiving tokenization css
we should figure out why the decoration we add gets tokenization colors to avoid `!important` if possible. _Originally posted by @rebornix in https://github.com/microsoft/vscode/pull/237995#discussion_r1919086685_
bug,notebook-cell-editor
low
Minor
2,794,090,856
rust
`rustc-1.83` tarball contains a GCC checkout
While I understand the motivation for putting a GCC in dev environments / CI (it's good to keep the GCC backend tested), I think it might be overkill to ship it in the source tarball. This has a number of downsides: 1. It puts GPL source code into the `rustc` release tarball. 2. It's a significant increase in the size...
T-bootstrap,T-release,C-discussion,A-gcc
low
Major
2,794,106,224
rust
`-Csplit-debuginfo=off` is not actually supported on apple(?) targets
> i will quibble with โ€œsupportedโ€ on macos, `-C split-debuginfo=off` just silently disables debuginfo there. but we should fix that in the official docs, not here. _Originally posted by @jyn514 in https://github.com/rust-lang/rust/pull/135572#discussion_r1918357724_ The docs for this cli flag might benefit from bein...
A-debuginfo,T-compiler,A-docs,A-CLI,O-apple
low
Critical
2,794,134,683
rust
Valgrind leak check reports a "possibly lost" leak on `std::thread::current()`
### Code I tried this code: ```rust fn main() { let _ = std::thread::current(); } ``` ...under `valgrind`. I expected to see this happen: no leaks Instead, this happened: ``` ==2008936== Memcheck, a memory error detector ==2008936== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al. ==2008936== U...
C-bug,T-libs,A-thread
low
Critical
2,794,136,094
PowerToys
Mouse Without Borders does not switch computers when a certain app is in focus (Visual Studio Code)
### Microsoft PowerToys version 0.87.1 ### Installation method Microsoft Store ### Running as admin No ### Area(s) with issue? Mouse Without Borders ### Steps to reproduce 1. Connect two computers 2. Install VSCode on one 3. Try and switch to the other computer while VSCode is open ### โœ”๏ธ Expected Behavior K...
Issue-Bug,Needs-Triage
low
Minor
2,794,174,438
yt-dlp
CWTV unsuported URL
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [x] I'm reporting that yt-dlp is broken on a **supported** site - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
site-bug,triage
low
Critical
2,794,196,565
godot
Godot becomes unresponsive when editing an AnimationTree.
### Tested versions Reproducible in Godot 4.4 Dev 7 and 4.4 Beta 1 Official. ### System information Godot v4.4.beta1 - macOS Sequoia (15.3.0) - Multi-window, 2 monitors - Metal (Forward+) - integrated Apple M1 (Apple7) - Apple M1 (8 threads) ### Issue description I have a project that has one AnimationTree that...
bug,topic:editor,needs testing,topic:animation
low
Minor
2,794,229,780
vscode
Explore a QuickPick-like experience close to what invoked it
Scenarios: * The attach context in Chat: ![image](https://github.com/user-attachments/assets/a1692e9b-08bf-44c1-9e39-7392e13bcfbc) * Git branch status bar item: ![image](https://github.com/user-attachments/assets/79d4bb11-be3e-432a-8436-38da1b85c59f) * Language, Encoding, Tab Size status bar items: ![image](https...
quick-pick,under-discussion
low
Major
2,794,231,148
PowerToys
ThinkorSwim
### Microsoft PowerToys version 87.1 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? FancyZones ### Steps to reproduce Control Shift ` to activate Fancy Zones; Shift-Drag window to zone ### โœ”๏ธ Expected Behavior trying to get two trading applications (running un...
Issue-Bug,Needs-Triage
low
Minor
2,794,285,319
PowerToys
Feature Request: Add Mac-like Touchpad Gesture Support to PowerToys (Smart Zoom, Rotate, Swipe, etc.)
### Description of the new feature / enhancement I propose adding a feature to PowerToys that enables Mac-like touchpad gestures on Windows. This feature would enhance the current Windows touchpad capabilities by implementing additional gestures such as Smart Zoom, Rotate, Swipe between pages, and Three-Finger Drag, w...
Needs-Triage
low
Minor
2,794,304,305
PowerToys
Workspace doesn't recognize application: Thinkorswim
### Microsoft PowerToys version 87.1 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? Workspaces ### Steps to reproduce After having activated WORKSPACES, i try to add "Fidelity Active Trader" and "ThinkorSwim", both Win 64 applications ### โœ”๏ธ Expected Behavior T...
Issue-Bug,Needs-Triage,Product-Workspaces
low
Minor
2,794,309,062
node
Strange slowness about crypto.webcrypto.subtle.deriveBits, when called with identical inputs a second time
### Version 22.2.0 ### Platform ```text Darwin MBP.local 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:23 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T6000 arm64 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? Execute this: ```ts import webcrypto from 'tiny-webcrypto'; import en...
webcrypto
low
Critical
2,794,309,660
angular
linkedSignal should provide previous value to computation fn without source
### Which @angular/* package(s) are relevant/related to the feature request? _No response_ ### Description Currently, the only way to get the previous value of a linkedSignal is via a source/computation object. > When the value of the computation changes, the value of the `linkedSignal` changes to the computation r...
area: core,needs: discussion,core: reactivity,cross-cutting: signals
low
Major
2,794,354,421
pytorch
Issue: Illegal Memory Access in Backward Pass of `scaled_dot_product_attention` with Custom Attention Mask
### ๐Ÿ› Describe the bug **Bug Description:** When using a custom attention mask in the `scaled_dot_product_attention` function, an illegal memory access error (`an illegal memory access was encountered`) occurs during the backward pass when the sequence length of `QK` (query-key) is greater than or equal to 65,536. *...
triaged,module: sdpa
low
Critical
2,794,363,819
pytorch
TorchDispatchMode cann't capture the operator which name is aten::index_put_ impl_
### ๐Ÿ› Describe the bug ๐Ÿ› Describe the bug In my understanding, **TorchDispatchMode** should capture atens which call actual kernel. When I run the code below, I found it missed **aten::index_put_ impl_**. And I try to print torch ops dispatch stack, and try using profiler. They both can see **aten::index_put_ impl_...
triaged,module: __torch_dispatch__
low
Critical
2,794,382,662
pytorch
Bug when using reparameterized model evaluating with DDP
### ๐Ÿ› Describe the bug I usually evaluate my model at the end of each training epoch. But in DDP mode, validation using the reparameterized model reports an error. If a single GPU is used for training and validation neither will report an error. The error message is given below: ```triple quotes blocks BUG INFO [ran...
oncall: distributed,triaged
low
Critical
2,794,384,495
angular
hmr causes element disappear
### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? No ### Description After upgrading to 19.1, template change keeps causing strange behaviors: - binding stops until I resize the browser window (variable binding with checkbox on the page for example) - my cha...
area: core,core: hot module replacement (HMR)
medium
Critical
2,794,447,043
pytorch
DISABLED test_strided_inputs_dynamic_shapes_cuda (__main__.DynamicShapesGPUTests)
Platforms: rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_strided_inputs_dynamic_shapes_cuda&suite=DynamicShapesGPUTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/35749033733). Over the past ...
module: rocm,triaged,module: flaky-tests,skipped,oncall: pt2,module: inductor
low
Critical
2,794,461,297
go
cmd/compile: TestScript/issue70173 failures
``` #!watchflakes default <- pkg == "cmd/compile" && test == "TestScript/issue70173" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8725554851541405009)): === RUN TestScript/issue70173 === PAUSE TestScript/issue70173 === CONT TestScript/issue70173 ...
NeedsInvestigation,compiler/runtime
low
Critical
2,794,465,241
godot
With instance uniform shader 2D, queue_free instances don't clear the buffer
### Tested versions The problem is related to version 4.4 beta 1 which adds support for uniform instances for 2D shaders ### System information Godot v4.4.beta1 - Windows 10 (build 19045) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 6GB (NVIDIA; 32.0.15.6636) - AMD Ryzen 7 2700X...
bug,topic:shaders
low
Critical
2,794,569,730
go
cmd/go: TestScript/test_fuzz_test_race failures
``` #!watchflakes default <- pkg == "cmd/go" && test == "TestScript/test_fuzz_test_race" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8725538157882983345)): === RUN TestScript/test_fuzz_test_race === PAUSE TestScript/test_fuzz_test_race === CONT T...
NeedsInvestigation
low
Critical
2,794,613,505
go
x/sys/unix: Connectx is broken on darwin/amd64
### Go version go version go1.23.5 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/Users/database64128/Library/Caches/go-build' GOENV='/Users/database64128/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64...
OS-Darwin,NeedsInvestigation,compiler/runtime,BugReport
low
Critical