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,777,873,539
rust
`adt_sized_constraint` called on non-struct type
<!-- Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for how to create smaller examples. http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/ --> ### Code Note: Error is in big private projec...
I-ICE,T-compiler,A-incr-comp,C-bug,S-has-mcve
low
Critical
2,777,876,819
node
Use the core module without importing or requiring it.
### What is the problem this feature will solve? Utilize a core module directly in your application without the need for importing or requiring it. ### What is the feature you are proposing to solve the problem? direclty using its like fs.readFile etc ### What alternatives have you considered? _No response_
feature request
low
Minor
2,777,887,480
angular
Docs search doesn't find page by its title (Migrations)
### Describe the problem that you experienced I want to see this Migrations page https://angular.dev/reference/migrations on another version but the website search does not find it. Only way that page is findable is by using Google or other external search engine. I have tried to search `migrations` and `migrate` and...
area: docs-infra
low
Critical
2,777,907,035
rust
compiletest: path normalizations are sensitive to diagnostics width, can lead to confusing failures
See discussions at https://rust-lang.zulipchat.com/#narrow/channel/182449-t-compiler.2Fhelp/topic/.60tests.5Cui.5Ctraits.5Cfn-pointer.5Cbare-fn-no-impl-fn-ptr-99875.2Ers.60 about tests like `tests/ui/traits/fn-pointer/bare-fn-no-impl-fn-ptr-99875.rs`. Example: ```diff 20 --> $DIR/bare-fn-no-impl-fn-ptr-99875.rs:14...
A-testsuite,T-compiler,T-bootstrap,C-bug,D-diagnostic-infra,A-compiletest,A-compiletest-normalizations
low
Critical
2,777,930,220
vscode
Add an option to control the default debugging terminal.
<!-- ⚠️⚠️ 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. --> "debug.console.default" - "externalTerminal" - "int...
feature-request,debug
low
Critical
2,777,961,980
transformers
flash_attention_2 2.7.2.post1 seems to crash when using `torch.compile` and `DataCollatorWithFlattening`
### System Info - `transformers` version: 4.47.1 - Platform: Linux-6.6.20-aufs-1-x86_64-with-glibc2.36 - Python version: 3.11.2 - Huggingface_hub version: 0.26.2 - Safetensors version: 0.4.5 - Accelerate version: 1.2.1 - Accelerate config: not found - PyTorch version (GPU?): 2.5.1+cu124 (True) - Tensorflow ...
bug
low
Critical
2,777,997,113
node
Expose cppgc::CppHeap::CollectStatistics() in v8 module
### What is the problem this feature will solve? Since we've been migrating things to use `CppHeap`, we have a bunch of extra GC-managed memory which has become a bit less mysterious to V8. This means we can take better advantage of V8 interfaces to get observability into this memory. ### What is the feature you are ...
feature request,diag-agenda
low
Minor
2,778,006,325
flutter
Icon does not pay attention to emoji's real width
### Steps to reproduce Drawing Icon with emoji in IconData type argument inside colored/bordered/etc. container leads to misaligned icon relatively horizontal center (tested on both Linux and Android). I looked up into Icon implementation and tried fix it myself just for fun, I have achieved expected result when mu...
framework,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28
low
Critical
2,778,008,373
rust
ICE: `trimmed_def_paths` called, diagnostics were expected but none were emitted
beta triggered an ICE in Quinn's CI today: https://github.com/quinn-rs/quinn/actions/runs/12691355015/job/35374229601?pr=2130 Maybe similar/related to: - #134345 Maybe a fix that could be backported? ``` thread 'rustc' panicked at compiler/rustc_errors/src/lib.rs:646:17: `trimmed_def_paths` called, diagnostics we...
A-diagnostics,I-ICE,T-compiler,C-bug,WG-diagnostics,A-patterns,S-has-mcve
low
Critical
2,778,020,400
langchain
SurrealDBStore returns error `ImportError: cannot import name 'Surreal' from 'surrealdb'`
### 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,778,024,582
react-native
Text component moves child element to left when using RTL in system
### Description If the phone has the RTL (Hebrew) language installed, then the Text component behaves incomprehensibly. The child element moves to the left. This bug does not occur on all devices. In the emulator, Galaxy Tab S6, web or in expo go, everything is displayed well. I noticed this bug on the Galaxy A9. If...
Issue: Author Provided Repro,Newer Patch Available
low
Critical
2,778,043,541
ui
[bug]: Popover cannot be worked properly inside Dialog with React 19
### Describe the bug just example code here: `<Dialog> <DialogTrigger asChild> <Button>Open Dialog</Button> </DialogTrigger> <DialogContent> <DialogHeader> <DialogTitle>Are you absolutely sure?</DialogTitle> <Popover> <PopoverTrigger ...
bug
low
Critical
2,778,075,978
kubernetes
FUSE mounts in emptyDir volumes cannot be cleaned
### What happened? This issue is to summarize some conversation towards the end of https://github.com/kubernetes/kubernetes/issues/7890, as requested by @thockin. If an application in a privileged pod or container creates a FUSE mount in an emptyDir volume, but fails to unmount it before terminating (either due to...
kind/bug,sig/storage,needs-triage
low
Critical
2,778,092,242
pytorch
Partitioner's auto-AC misbehaves with mixed dtypes
### 🚀 The feature, motivation and pitch When using the partitioner to do some automatic selective activation checkpointing, the default mode consists in estimating the runtime cost of the operators by computing the number of FLOPs they consume. Unfortunately, this is a bad proxy metric in cases where different operat...
feature,module: autograd,triaged,oncall: pt2,activation-checkpointing
low
Minor
2,778,093,149
ant-design
【Button】colorPrimary 不支持语义化的颜色
### Reproduction link [https://github.com/consistent-k/VodNext/blob/main/components/providers/ThemeProvider.tsx](https://github.com/consistent-k/VodNext/blob/main/components/providers/ThemeProvider.tsx) https://stackblitz.com/edit/react-y7v5ygbf?file=demo.tsx ### Steps to reproduce 在ConfigProvider内 Token配置为...
🐛 Bug
low
Major
2,778,116,984
electron
Caret in focused text input stops blinking after context menu has been shown (until page is clicked)
### 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:,blocked/upstream ❌,has-repro-gist,33-x-y
low
Critical
2,778,152,484
ant-design
The itemBg property of the Pagination component does not apply without using !important
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/gracious-brattain-5zm8km) ### Steps to reproduce 1. Configure a custom theme using `ThemeConfig` in an Ant Design project. 2. Change the `Pagination.itemBg` property to a col...
unconfirmed
low
Minor
2,778,156,265
godot
Custom Resource Default settings not being set when game is exported
### Tested versions Reproducible in v4.3.stable.official. MacOS version. Demonstrated here: https://github.com/joelldt/GodotBugTest ### System information MacBook Pro M1 2020, macOS Sonoma Version 14.5, 16GB memory ### Issue description The best way I can explain it is with an example. Say you have a custom re...
topic:core,needs testing
low
Critical
2,778,160,607
vscode
Editor GPU: Double rendering after undo
Repro: 1. Enable editor gpu rendering, reload window 2. Go to this line in vscode: https://github.com/microsoft/vscode/blob/77027e72e5f497e72edeba40aa9360a0865eec08/extensions/terminal-suggest/src/terminalSuggestMain.ts#L243-L247 3. Delete that function 4. Undo, 🐛 bad render ![Image](https://github.com/user-attachme...
bug,editor-gpu
low
Major
2,778,160,679
go
proposal: text/templates: custom block preprocessor
### Proposal Details I wanted to share a feature request that I have been seeking for a long time. Would love to get feedback and see the appetite for this. The templating package is simple and yet powerful by design. Today the actions are hard coded in the parser (text/template/parse/parse.go). Templating langu...
Proposal
low
Major
2,778,250,250
transformers
Inconsistent saving of tokenizer with custom code from HF hub vs. local directory
### System Info - `transformers` version: 4.47.1 - Platform: Linux-5.15.0-130-generic-x86_64-with-glibc2.35 - Python version: 3.10.12 - Huggingface_hub version: 0.25.2 - Safetensors version: 0.4.5 - Accelerate version: not installed - Accelerate config: not found - PyTorch version (GPU?): 2.4.1+cu121 (True) ...
bug,Remote code
low
Minor
2,778,282,499
ui
[bug]: Toggle pressed error data-state always closed
### Describe the bug when pressed toggle is true or false then data-state must be closed should be data-state=on or off but here it is closed <img width="581" alt="Jepretan Layar 2025-01-09 pukul 23 26 58" src="https://github.com/user-attachments/assets/ed54b3d8-649e-43ba-8c41-8a30302da7db" /> <img width="581" al...
bug
low
Critical
2,778,297,708
tauri
[bug] Listen permission problem
### Describe the bug Hi. I'm having trouble with permission to use listen. When I use listen in my code and run it for the first time, I get `event.listen not allowed. Command not found` So I thought I should add the permission explicitly. Documentation seems to indicate that `core:event:allow-listen` can be ...
type: bug,status: needs triage
low
Critical
2,778,313,721
godot
`Window.move_to_center` moves the window 15 px lower than the centered initial window position.
### Tested versions Reproducable: 4.2-stable - 4.4.dev7 not Reproducable: 4.1-stable (function doesn't exist yet) ### System information Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 2 monitors - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 2060 SUPER (NVIDIA; 32.0.15.6636) - Intel(R) Core(TM) i7-9700K...
bug,topic:gui
low
Minor
2,778,314,034
go
all: replace reflect.DeepEqual for error comparisons in test files
### Proposal Details ## Description Currently, several test files across the codebase use `reflect.DeepEqual` to compare errors. This is not the recommended way to compare errors in Go, as it can be both inefficient and potentially fragile. We should replace these comparisons with proper error comparison methods. ...
NeedsInvestigation
low
Critical
2,778,319,528
PowerToys
Host File Editor - support for SSH client files
### Description of the new feature / enhancement It would be nice if Host File Editor provides one-click editing of Windows' SSH client configuration files: %USERPROFILE%\.ssh\known_hosts %USERPROFILE%\.ssh\config ### Scenario when this would be used? Embedded developers often change / reflash targets, which leads t...
Needs-Triage
low
Minor
2,778,320,232
vscode
Gear Icon Recommended Update Resulted In Loss of All Extensions
Type: <b>Bug</b> Top-Right gear icon had blue subicon with a 1 . Clicked and saw recommendation to restart to update. Clicked to restart to update. When restarting, all extensions were gone. VS Code version: Code 1.96.2 (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z) OS version: Darwin arm64 24....
info-needed
low
Critical
2,778,333,031
vscode
Command to install local workspace extension
<!-- ⚠️⚠️ 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. --> There are existing commands to install extension from...
feature-request,extensions
low
Minor
2,778,376,726
pytorch
[dynamo] Support using UserDefinedFunction as argument (as_proxy).
### 🚀 The feature, motivation and pitch At the moment using UserDefainedFunction as_proxy() fails as unimplemented. The original reason why it is needed - we want to dynamo trace through Subclasses constructor that receives python Callable as an argument (and it is not used inside the constructor). Dynamo tries...
feature,triaged,oncall: pt2,module: dynamo
low
Critical
2,778,400,745
PowerToys
Text Extractor Does NOT Recognize Single Letters or Simple 2-letter Words
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? TextExtractor ### Steps to reproduce 1. Open any picture with words that have plenty of white space around them - ( I worked with https://www.nytimes.com/games/connections ) 2. ...
Issue-Bug,Needs-Triage
low
Minor
2,778,423,907
flutter
[packages] Migrate package groupings to use workspaces
Now that the [workspace](https://dart.dev/tools/pub/workspaces) feature is stable, it makes sense to start using it. Sub-groupings of packages in the packages repo should be migrated to workspaces. This migration will enable the following benefits: - Dependency overrides will no longer be necessary during developme...
team,package,team-ecosystem,P3,triaged-ecosystem
low
Major
2,778,439,295
neovim
Inconsistent behavior of registers when clipboard provider not found
### Problem When clipboard provider not found, trying to write to registers `"+` and `"*` shows error, but still this registers gets created and new content gets written to them. We can prove this by checking `:registers` output. But trying to paste from this registers results in pasting from `""`. ### Steps to repro...
bug,clipboard
low
Critical
2,778,443,557
flutter
[tech debt] unify/simplify engine golden tests
We have two separately maintained golden test suites in the engine: - Impeller goldens. - Web engine goldens. This reduces test coverage as some web cases are not covered by Impeller and vice versa. The barrier to adding new goldens is higher due to the bespoke nature of engine golden infra. The vast majority...
engine,P3,c: tech-debt,team-engine,triaged-engine
low
Minor
2,778,462,857
next.js
Wrong page when navigating from pages router to app router
### Link to the code that reproduces this issue https://github.com/pomber/bug-pages-router-to-app-router ### To Reproduce In this app: ``` web/ ├─ pages/ │ ├─ index.js │ └─ [...slug].js └─ app/ └─ [lang]/ └─ page.js ``` 1. `npm run dev` 2. from `localhost:3000` click the `Go to App ro...
Navigation
low
Critical
2,778,506,074
terminal
Autocomplete doesn't remove parenthesis before completing
### Windows Terminal version _No response_ ### Windows build number _No response_ ### Other Software _No response_ ### Steps to reproduce https://github.com/user-attachments/assets/dbf4e89f-d673-48bd-8af6-d64d29fdec78 1. Create a folder starting with a ( 2. Type `cd (` 3. Hit tab ### Expected Behavior Autocom...
Product-Cmd.exe,Issue-Bug,Needs-Tag-Fix,Priority-3,zInbox-Bug
low
Minor
2,778,542,046
langchain
Additional kwargs key prompt_tokens already exists in left dict and value has unsupported type <class 'int'> in langchain-core/utils/_merge.py merge_dict() function when running with anthropic.claude-3-sonnet
### 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,778,565,052
flutter
[in_app_purchase_storekit] StoreKit2 introductory pricing data is not available
### Steps to reproduce 1. InAppPurchaseStoreKitPlatform.enableStoreKit2(); 2. Configure introductory pricing in AppStore 3. After calling this code `final productDetailsResponse = await _inAppPurchase.queryProductDetails({productIds}); ` if we take a look at ProductDetails data from productDetailsResponse we can't s...
platform-ios,p: in_app_purchase,package,P2,team-ios,triaged-ios
low
Minor
2,778,594,910
godot
Theme editor opens when saving a script in a external editor.
### Tested versions - Reproducible in: 4.3.stable ### System information Godot v4.3.stable (77dcf97d8) - Arch Linux #1 SMP PREEMPT_DYNAMIC Thu, 02 Jan 2025 22:52:26 +0000 - Wayland - Vulkan (Forward+) - integrated Intel(R) HD Graphics 5500 (BDW GT2) - Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz (4 Threads) ### Issue d...
bug,topic:editor
low
Minor
2,778,599,336
go
x/crypto/acme/autocert: Manager.GetCertificate should check host policy before consulting cache
Manager.GetCertificate doesn't check the host policy if the request is a challenge, probing the cache if there isn't an entry in the certTokens map. While cache probes _should_ be cheap, an attacker may exploit any latency introduced by these probes by forcing repeated cache misses. This can be fixed by simply movin...
Security,NeedsFix
low
Minor
2,778,605,439
flutter
Make it clear `Merge Queue Guard` is really building (required) engine artifacts to run the tests
One issue that comes up frequently when discussing pain points of the mono-repo is the "merge queue is slow". There are lots of different ways to discuss that, and some optimizations that could happen. _One_ concrete thing is a confusion (from at least me and @jmagman) that the `Merge Queue Guard` check, that ru...
team-infra,P2,monorepo
low
Major
2,778,649,452
ui
[bug]: Not able to resize icons inside buttons
### Describe the bug Because of this change: ![image](https://github.com/user-attachments/assets/1d4e8312-f6a8-44f9-8a8a-ce9ebe976a9e) I am not able to change the size of the icon inside the button ### Affected component/components Button ### How to reproduce ``` Button variant="outline" className='text-white ...
bug
low
Critical
2,778,664,845
go
text/template: consider adding recursion depth limit for deeply nested expressions
### Go version go version go1.23.4 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/Users/ville/Library/Caches/go-build' GOENV='/Users/ville/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOS...
NeedsInvestigation
low
Critical
2,778,673,167
tauri
[bug] Cannot deploy to physical iOS device
### Describe the bug When attempting to debug a Tauri app on a physical iOS device, the build fails with: `error: exportArchive No signing certificate "iOS Distribution" found` ![image](https://github.com/user-attachments/assets/42c36529-7e2a-4b6c-961c-b336f8aac96e) A development profile is installed with a v...
type: bug,status: needs triage
low
Critical
2,778,708,137
kubernetes
Container remains ready causing Pod and EndpointSlice to Report False Ready State for the entire terminationGracePeriod
### What happened? containerStatuses.ready is not set to false immediately when a pod it deleted. This is results in pod reporting ready status when the pod is deleted after terminationGracePeriodSeconds have passed. ### What did you expect to happen? After the pod termination starts, the containerStatuses should s...
kind/bug,priority/backlog,sig/node,triage/accepted
low
Critical
2,778,716,790
PowerToys
[Settings] Deep link into Settings for a PowerToys Run Plugin
### Description of the new feature / enhancement It is possible to deep link into settings for a specific utility: https://github.com/microsoft/PowerToys/blob/5ef918750d384b76d4db3b82fde8942396c6f3d5/src/common/Common.UI/SettingsDeepLink.cs#L90 Or via: ``` PowerToys.exe --open-settings=<SettingsWindowName> ``` As ...
Product-PowerToys Run,Needs-Triage,Run-Plugin
low
Minor
2,778,748,564
flutter
Consider increasing `runDartTest` parallelization past `2` cores
In https://github.com/flutter/flutter/pull/161392, I remove the (now unused) `CPU` environment variable parsing. For now, we'll continue to do what we did before - default to `2` concurrent tasks unless multi-core is explicitly disabled. At one point though this number was higher - we should experiment with trying `...
a: tests,team-infra,P3
low
Minor
2,778,774,780
yt-dlp
[Audible] An extractor error has occurred. (caused by KeyError('media'))
### 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 a bug unrelated to a specific site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruction...
bug,triage
low
Critical
2,778,776,951
pytorch
c10/util/BFloat16-math.h has undefined behavior
### 🐛 Describe the bug Per https://en.cppreference.com/w/cpp/language/extending_std: > It is undefined behavior to add declarations or definitions to namespace std or to any namespace nested within std, with a few exceptions noted below. The "exceptions noted below" do not seem to include what we're doing in [B...
module: build,triaged,module: core aten
low
Critical
2,778,784,642
vscode
Determine launch.json configuration field from result of task
<!-- ⚠️⚠️ 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 have a program that I run via a launch.json config,...
feature-request,debug
low
Minor
2,778,801,473
go
cmd/compile: no automatic use of fused multiply-add on amd64 even with GOAMD64=v3
### Go version go version go1.23.4 linux/amd64 ### Output of `go env` in your module/workspace: ```shell - ``` ### What did you do? Compile the following program with `GOARCH=amd64 GOAMD64=v3 go build -gcflags=-S` ``` package pkg import "math" func fooImplicit(x, y, z float64) float64 { return x*y + z...
Performance,NeedsInvestigation,compiler/runtime
low
Minor
2,778,811,884
flutter
`flutter-devicelab-mac` bots have been failing since 12/16
They are failing in "Prepare iOS device|Dismiss iOS dialogs|Run app to dismiss dialogs" ## reproduction @LouiseHsu is using `led` to test device lab PR's on CI. ## example affected bots - https://chromium-swarm.appspot.com/bot?id=flutter-devicelab-mac-1 - https://chromium-swarm.appspot.com/bot?id=flutter-devic...
team-infra
medium
Critical
2,778,825,408
terminal
Support the language override for unpackaged distribution (ZIP, Portable)
### Description of the new feature Language setting for unpackaged distribution (ZIP, Portable) that allow you to set the language explicitly. ### Proposed technical implementation details The specified issues [16018](https://github.com/microsoft/terminal/issues/16018), [18336](https://github.com/microsoft/terminal/...
Issue-Feature,Product-Terminal,Needs-Tag-Fix,Priority-3,External-Blocked-WinUI3
low
Minor
2,778,832,136
pytorch
Release 2.6.0 validations checklist and cherry-picks
### 🐛 Describe the bug Similar to: https://github.com/pytorch/pytorch/issues/134694 We need to make sure that: - [x] Python 3.13 wheel validate - https://github.com/pytorch/test-infra/actions/runs/12898326715/job/35965201816#step:14:3798 - [x] Validate Metadata section of wheels - make sure python versions are set -...
oncall: releng
low
Critical
2,778,835,866
pytorch
Confusing documentation for torch.bucketize
### 📚 The doc issue I was reading through this page describing `torch.bucketize`, and it took me a few passes to understand the behavior of the `right` argument. https://pytorch.org/docs/stable/generated/torch.bucketize.html It says: > right ([bool](https://docs.python.org/3/library/functions.html#bool), opt...
module: docs,triaged,actionable,module: python frontend
low
Minor
2,778,836,490
tauri
[bug] fs-plugin exists() results in "Uncaught (in promise) forbidden path" when used with the path api
### Describe the bug Calling `exists()` with a path results in "Uncaught (in promise) forbidden path". Using a baseDir does not result in this issue. ### Reproduction Will check if the file `test/exists.json` exists. Create the following file in src-tauri: `test/exists.json` Bundle the file: ``` "resources":...
type: bug,status: needs triage
low
Critical
2,778,848,424
opencv
RuntimeError: _ARRAY_API is not PyCapsule object on Python 3.13 with no GIL
### System Information * OpenCV 4.10.0 * Ubuntu 22.04 * Python 3.13 with no GIL * Numpy 2.2.1 ### Detailed description I am trying to build OpenCV with bindings using Python 3.13 with no GIL. I am able to build OpenCV, but when trying to import `cv2` I get an error: `RuntimeError: _ARRAY_API is not PyCapsule obje...
category: 3rdparty
low
Critical
2,778,850,031
godot
RayCast3D movement inside CharacterBody3D if calling CharacterBody3D movement in another script
### Tested versions Godot v4.3.stable.official [77dcf97d8] ### System information Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4070 Ti SUPER (NVIDIA; 32.0.15.6614) - AMD Ryzen 7 7700 8-Core Processor (16 Threads) ### Issue description A typical player controller looks...
topic:physics,needs testing,topic:3d
low
Critical
2,778,855,027
go
x/tools/cmd/signature-fuzzer/fuzz-runner: TestRunner/Minimization2 failures
``` #!watchflakes default <- pkg == "golang.org/x/tools/cmd/signature-fuzzer/fuzz-runner" && test == "TestRunner/Minimization2" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8726206230344596065)): === RUN TestRunner/Minimization2 === PAUSE TestRunner/Mi...
NeedsInvestigation,Tools
low
Critical
2,778,872,634
go
proposal: crypto/tls: add support for NIST curve based ML-KEM hybrids
### Proposal Details The current version of the [draft-kwiatkowski-tls-ecdhe-mlkem](https://datatracker.ietf.org/doc/draft-kwiatkowski-tls-ecdhe-mlkem/03/) draft includes two hybrid ML-KEM groups that use NIST curves: * SecP256r1MLKEM768 * SecP384r1MLKEM1024 As explained in the draft, they are interesting for ...
Proposal,Proposal-Crypto,LibraryProposal
low
Minor
2,778,897,445
storybook
[Bug]: Generated CSS is erroneously cached
### Describe the bug I want Cloudflare to cache **CSS**, JS, and images from the site. This currently works for JS because of the cache busting **contenthash** `filename: '[name].[contenthash:8].iframe.bundle.js',` in the default storybook webpack settings. Other resources are similarly cached ``` { test: /\.(svg|...
bug,angular
low
Critical
2,778,898,542
PowerToys
[MWB] Consistent lag and visual artifacts when hovering over a specific part of my screen
### Microsoft PowerToys version 0.87.1 ### Installation method GitHub ### Running as admin Issue occurs both with and without admin permissions ### Area(s) with issue? Mouse Without Borders ### Steps to reproduce Unsure how exactly to reproduce -- may simply be caused by leaving the program open for a while wi...
Issue-Bug,Needs-Triage
low
Critical
2,778,909,919
flutter
Expose a getter to `ScrollbarPainter._thumbRect`
### Use case I'd like to write tests that involve dragging the `Scrollbar` thumb. However, the thumb isn't a dedicated widget, it's just painted inside the `ScrollbarPainter`. Also, the thumb rect is private. Currently, there is no way to find where the `Scrollbar` thumb is. ### Proposal Provide a way to allow query...
framework,f: scrolling,c: proposal,P3,team-framework,triaged-framework
low
Minor
2,778,959,601
pytorch
Illegal Memory Access when Using Trainable Biases in Flex Attention
### 🐛 Describe the bug I'm back with another insane flex attention bug report. Recently, I was playing around with the learnable biases in flex attention when I started hitting an illegal memory access in the backward pass. After using `CUDA_LAUNCH_BLOCKING` I found it was happening in the following kernel du...
module: crash,module: cuda,triaged,module: flex attention
low
Critical
2,778,981,552
go
proposal: net/http/pprof: function to register all profiles to a mux
## User Story - I have an application that has `mux` instances. - I want to enable `net/http/pprof` on a specific `mux` instance. - `net/http/pprof` does not provide an ergonomic interface for attaching the handlers to a specific mux. ## Current Options / Alternatives Considered The `net/http/pprof` package `ini...
Proposal,LibraryProposal
low
Critical
2,778,986,451
godot
Duplicating TileMapLayers with scene tiles causes them to double on the copy
### Tested versions - Reproducible in: `v4.3.stable.mono.arch_linux` ### System information Godot v4.3.stable.mono unknown - Arch Linux #1 SMP PREEMPT_DYNAMIC Thu, 02 Jan 2025 22:52:26 +0000 - Wayland - GLES3 (Compatibility) - AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.59, 6.12.8-arch1-1) - AMD Ryzen ...
bug,needs testing,topic:2d
low
Minor
2,779,011,154
next.js
Parallel routes with intercepting route child, causing 500 error on vercel from dynamic route.
### Link to the code that reproduces this issue https://github.com/okcoker/next-js-parallel-route-bug ### To Reproduce 1. Start application with `next dev` 2. Click on any example links 3. Notice 500 error with prefetched intercepting route Note: Example with dynamic segment `[username]` works on dev, but...
Parallel & Intercepting Routes
low
Critical
2,779,019,924
go
x/tools/go/packages: empty result from `go list -f "{{context.GOARCH}} {{context.Compiler}}"` (netbsd)
``` #!watchflakes default <- pkg == "golang.org/x/tools/go/packages" && test == "TestErrorMissingFile/Modules" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8726203353397902385)): === RUN TestErrorMissingFile/Modules === PAUSE TestErrorMissingFile/Modul...
NeedsInvestigation,Tools
low
Critical
2,779,031,129
transformers
LlavaNextVideoProcessor -> TypeError: LlavaNextVideoProcessor.__call__() got an unexpected keyword argument 'legacy' (I have the fix)
### System Info Problem's root cause is in `ImageTextToTextPipeline` class in the `image_text_to_text.py` pipeline. Line `438` ```py model_inputs = self.processor( images=images, text=text, return_tensors=self.framework, legacy=False, **processing_kwargs ).to(dtype=self.torch_dty...
Core: Pipeline,bug,VLM
low
Critical
2,779,031,201
godot
Converting visual shader to shader loses subresources
### Tested versions - Reproduceable in: v4.4.dev.mono.custom_build [61d0ff4b9] / our fork that closely tracks master ### System information Godot v4.4.dev.mono (61d0ff4b9) - Pop!_OS 22.04 LTS on Wayland - X11 display driver, Multi-window, 3 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 SUPER (nvid...
bug,topic:editor,topic:shaders
low
Critical
2,779,041,274
tensorflow
Memory Allocation Issues
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.18.0 ### Custom code Yes ### OS platform and distribution Ubuntu 24.04.1 LTS on WSL2 ### Mobile device _No response_ ### Python version 3.12.8 ### Ba...
stat:awaiting response,type:bug,stale,TF 2.18
low
Critical
2,779,047,925
pytorch
quantize_fx.prepare_qat_fx, `get_default_qat_qconfig_mapping` is unused in code.
### 📚 The doc issue https://pytorch.org/docs/stable/_modules/torch/ao/quantization/quantize_fx.html#prepare_qat_fx ``` from torch.ao.quantization import get_default_qat_qconfig_mapping ``` In Example, It is unused in code. Not sure which one is correct. ### Suggest a potential alternative/fix `...
module: docs,oncall: quantization
low
Minor
2,779,064,533
next.js
TypeScript Plugin Incorrectly Error `PromiseLike` Return Types in "use server" file
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/prod-shape-c4z7k2?file=%2Fapp%2Factions.ts%3A10%2C1 ### To Reproduce Put the following script inside a "use server" file: ``` function something(v: any): () => Promise<any> & { __errorType?: Error } { return {} as any } export...
Linting,TypeScript
low
Critical
2,779,080,539
godot
Mesh normals have sudden pops when using non-orthonormal basis
### Tested versions Reproducible in 4.3.stable and 4.4.dev7 ### System information Godot v4.4.dev7 - Windows 11 (build 22631) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce GTX 1660 SUPER (NVIDIA; 32.0.15.6636) - Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz (16 threads) ### Issue description Wh...
bug,topic:rendering,confirmed,topic:3d
low
Critical
2,779,081,450
excalidraw
Bug: Png Rasterization of arrow cropping issue
# What Multi point curved lines can cause issues where the edge of the curve does not make it into a copied PNG # Steps to recreate Paste the following into excalidraw ```json {"type":"excalidraw/clipboard","elements":[{"id":"Q3bdXGLR926979Hx2xWGH","type":"diamond","x":4440,"y":36620,"width":400,"height":230,"angle":0...
bug
low
Critical
2,779,141,605
flutter
boundary.toImage().toByteData() handles transparency differently on physical iphone devices with 3.27.1
### Steps to reproduce Paint on a canvas wrapped in a RepaintBoundary but leave some area unpainted (transparent). call boundary.toImage().toByteData(format: ui.ImageByteFormat.png) and then save the resulting image as png file. On flutter 3.24.x and prior on all devices the unpainted pixel RGBA values are 0,0,0...
platform-ios,engine,dependency: skia,has reproducible steps,P2,team-engine,triaged-engine,found in release: 3.27,found in release: 3.28
low
Major
2,779,151,277
ant-design
Tabs 的 type 设计、Tab 布局、编辑配置好像可以优化下
## What problem does this feature solve? ### 两种 type 统一布局,并且第一个 tab 和最后一个 tab 不会紧跟左右侧的边缘,看起来更加优雅美观 这是 type 为 card 的布局 ![Clip_2025-01-10_09-53-01](https://github.com/user-attachments/assets/d0dbe39d-403d-4d61-977c-591d20392111) 这是 type 为 line 的布局,每个 Tab 应该是同级的,样式也应该是一样的才对吧 ![Clip_2025-01-10_09-55-11](http...
unconfirmed
low
Minor
2,779,155,814
PowerToys
Shortcut remapping for Keyboard Manager is not working
### Microsoft PowerToys version 0.87.1 ### Installation method PowerToys auto-update, Microsoft Store ### Running as admin Yes ### Area(s) with issue? Keyboard Manager ### Steps to reproduce Win + Shift + S ![Image](https://github.com/user-attachments/assets/80c66711-d71c-4917-9e6d-992b182a4aa1) ### ✔️ Expec...
Issue-Bug,Needs-Triage
low
Minor
2,779,166,455
godot
Animating 'frame' Property of AnimatedSprite2D Without 'animation' Track Causes Errors in Console
### Tested versions - Reproducible in: 4.3.stable.mono, 4.0.stable, 3.5.stable, 3.2.4.beta4 ### System information Godot v4.3.stable.mono - Windows 10.0.22631 - GLES3 (Compatibility) - AMD Radeon RX 580 2048SP (Advanced Micro Devices, Inc.; 31.0.21921.1000) - Genuine Intel(R) CPU 0000 @ 2.60GHz (16 Threads) ### Iss...
topic:animation
low
Critical
2,779,193,519
rust
Inconsistent vtable layout with projections in supertrait bounds, making upcasting unsound
```rust #![feature(trait_upcasting)] trait Supertrait<T> { fn _print_numbers(&self, mem: &[usize; 100]) { println!("{mem:?}"); } } impl<T> Supertrait<T> for () {} trait Identity { type Selff; } impl<Selff> Identity for Selff { type Selff = Selff; } trait Middle<T>: Supertrait<()> + Supertrait...
T-compiler,I-unsound,C-bug,A-coercions,requires-nightly,F-trait_upcasting,T-types,A-trait-objects
low
Critical
2,779,202,760
rust
Inconsistent vtable layout with HRTBs
```rust trait Supertrait<T> { fn _print_numbers(&self, mem: &[usize; 100]) { println!("{mem:?}"); } } impl<T> Supertrait<T> for () {} trait Trait<T, U>: Supertrait<T> + Supertrait<U> { fn say_hello(&self, _: &usize) { println!("Hello!"); } } impl<T, U> Trait<T, U> for () {} fn main() {...
P-high,T-compiler,I-unsound,C-bug,A-coercions,T-types,A-trait-objects,A-higher-ranked
low
Critical
2,779,240,978
tauri
[bug] Self Signed Certificate Hosting https `devUrl`
### Describe the bug We are building a password manager of sorts and have the requirement of using (subtle) WebCrytpo in our app. My [understanding](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) is that the only way the browser is able to access WebCrypto is by being in a secure context (ie. ssl) en...
type: bug,status: needs triage
low
Critical
2,779,254,168
ollama
ollama not working
### What is the issue? I installed ollama in ubuntu via curl command but not working when using ollama. So I check ollama version.>ollama -v ollama version is 0.0.0 Warning: client version is 0.5.0 ### OS Linux ### GPU _No response_ ### CPU AMD ### Ollama version _No response_
bug,needs more info
low
Minor
2,779,260,369
pytorch
[Pipelining] PP+DDP does not work for Zero Bubble
Due to zero-bubble's implementation for backward bypassing torch.autograd.backward() in favor of calling .grad() directly, this skips hooks used by DDP for gradient reduction. cc @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wz337 @d4l3k @c-p-i-o
oncall: distributed,triaged,bug,module: pipelining
low
Minor
2,779,263,010
flutter
Update engine README and PR template to explain the monorepo
It's not clear from looking https://github.com/flutter/engine that I shouldn't be making new PRs there, and instead should be making changes in https://github.com/flutter/flutter/tree/master/engine. Update the engine README, [PR template](https://github.com/flutter/engine/blob/main/.github/PULL_REQUEST_TEMPLATE.md),...
engine,P3,team-engine,triaged-engine,d: docs/,monorepo
low
Minor
2,779,294,696
flutter
ARN Pre-launch report issue in Flutter, just in Android 15
<img width="1182" alt="image" src="https://github.com/user-attachments/assets/22049ed9-4d74-40a1-a54f-d30e3827650b" /> ```console "main" tid=1 Native #00 pc 0x00000000000b26f7 /apex/com.android.runtime/lib64/bionic/libc.so (read+7) #01 pc 0x0000000000011798 /vendor/lib64/libOpenglSystemCommon.so (QemuPipe...
waiting for customer response,in triage
low
Minor
2,779,328,143
tauri
[help] Page not found handling
### Describe the bug I am using NextJS as my react framework. I have a `not-found.tsx` in the root of my project and that works without issue during development. When I build / bundle / distribute my application, how will not found handling work? (ie. how are missing paths handled outside of a NextJS web server?)...
type: question
low
Critical
2,779,335,001
material-ui
useMediaQuery causes error in Firefox browser extension content script
### Steps to reproduce Steps: 1. Download this this minimal reproduction browser extension https://github.com/Mr-Quin/mui-firefox-debug/releases/tag/1.0.0 2. Load it into Firefox and Chrome 3. Go to https://www.google.com/ and compare the behavior between the browser ### Current behavior The example exten...
hook: useMediaQuery,status: waiting for maintainer
low
Critical
2,779,342,607
pytorch
[bug report template format] Simplify version information with HTML tags
### 🚀 The feature, motivation and pitch When I looked at the bug report, I found the version information **too long and redundant**. Many reporters are following the instructions here: ![image](https://github.com/user-attachments/assets/d903f5b0-00b6-4f77-a8c5-40b6072bb35b) Reporters run the downloaded script ...
module: collect_env.py,triaged,needs design
low
Critical
2,779,381,252
vscode
Git Issue
Type: <b>Bug</b> Bug Title: Files from the new branch persist after switching back to main Description: When switching from a newly created branch back to the main branch, files added in the new branch remain in the working directory. These files should not persist in the main branch unless explicitly committed and ...
info-needed,git
low
Critical
2,779,422,839
ollama
GPU using
### What is the issue? i install ollama. and it shows GPU installed, But i can't use GPU,,just can use CPU, Why? ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
bug,needs more info
low
Major
2,779,435,711
pytorch
FlexAttention uses much more GPU memory than FlashAttention-2
### 🐛 Describe the bug Thank you for the outstanding work on PyTorch FlexAttention! I am currently trying to integrate FlexAttention with the Hugging Face Transformers framework for training. However, I noticed that FlexAttention seems to consume more GPU memory compared to FlashAttention-2. The issue can be reproduc...
module: memory usage,triaged,oncall: pt2,module: higher order operators,module: pt2-dispatcher,module: flex attention
low
Critical
2,779,460,862
vscode
Right click menu not showing go to definition and also F12 is not working
<!-- ⚠️⚠️ 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...
triage-needed,stale
low
Critical
2,779,476,357
godot
No input detected from PS4 controller when connected wirelessly
### Tested versions - Reproducible in v4.4.dev7.official [46c8f8c5c]. - Likely reproducible in much older versions, as per this [Reddit post](https://www.reddit.com/r/godot/comments/khw4cj/different_bluetooth_and_wired_controller_inputs/) - Someone commented a possible explanation for this issue, might be worth ch...
bug,topic:input
low
Critical
2,779,482,893
transformers
Prompt_ids feature causing repetitions and hallucinations
### System Info System Info Hi @sanchit-gandhi and @gante Using Prompt Feature like it is mentioned here (https://github.com/huggingface/transformers/issues/22395) causing the model output to have too many repetitions and too much of hallucinations. I recorded an audio and gave it to the Whisper ASR model with ...
bug
low
Minor
2,779,538,992
rust
Confusing error message when closures return references based on their arguments
### Code ```Rust struct Val { inner: u32 } fn main() { let get_str = |val: &Val| &val.inner; println!("{}", get_str(&Val { inner: 1 })); } ``` ### Current output ```Shell error: lifetime may not live long enough --> src/main.rs:6:31 | 6 | let get_str = |val: &Val| &val.inner; | ...
A-diagnostics,T-compiler
low
Critical
2,779,544,211
PowerToys
The Ctrl Key Function gets freezes
### Microsoft PowerToys version Release v0.87.1 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? General ### Steps to reproduce [PowerToysReport_2025-01-10-13-07-48.zip](https://github.com/user-attachments/files/18372523/PowerToysReport_2025-01-10-13-07-48.zip) ...
Issue-Bug,Needs-Triage
low
Critical
2,779,575,763
PowerToys
Request for Adding Regex Support to the New+ Feature for Template Folder Creation
### Description of the new feature / enhancement I would like to request the ability to use regular expressions (regex) when creating a template folder via the "New +" option. For example, it would be helpful to automatically add the creation date or location-specific names to file names. 「New+」機能でテンプレートフォルダを作成する際に、正...
Needs-Triage
medium
Minor
2,779,580,269
PowerToys
PowerToys crashes frequently (Faulting application name: PowerToys.AdvancedPaste.exe)
### Microsoft PowerToys version 0.87.1.0 ### Installation method GitHub ### Running as admin Yes ### Area(s) with issue? Advanced Paste ### Steps to reproduce Windows 11 Enterprise 23H2 Just start PowerToys. I have only Awake enabled, yet the error is caused by AdvancedPaste.exe which I find strange. ### ✔️ ...
Issue-Bug,Needs-Triage
low
Critical
2,779,587,203
PowerToys
PowerToys Run - Get \\server results
### Description of the new feature / enhancement Let's say I have a server called `MYSERVER` on my network. It would be very convenient if I could just enter `myserver` in PowerToys Run and have `\\MYSERVER` or `\\myserver` ranked at the top and preselected for me so I can just hit enter. I can't seem to get this work...
Needs-Triage
low
Minor
2,779,606,668
tauri
[bug] CloseRequested:: prevent_close() is invalid
### Describe the bug I use tauri to listen for window close events. I capture the close request in main_window.on_window_event and use api.prevent_close(); Prevents the default shutdown behavior, but he closes the program anyway。 permissions ``` { "$schema": "../gen/schemas/desktop-schema.json", "identifi...
type: bug,status: needs triage
low
Critical