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,725,503,605
rust
ICE: generic_const_exprs on 1.85.0-nightly
Summary: - This is when adding const generics to an existing project (the original author is someone else). So I can't minimize it at the moment, and I most likely have some errors. But: - nightly/stable - both are (to be) implemented. - `stable` uses a type alias (in `src/trait_flags.rs:` `pub type TraitFlags = u8;`...
I-ICE,T-compiler,C-bug,F-generic_const_exprs
low
Critical
2,725,517,850
vscode
Caps lock warning in password input prompt
<!-- โš ๏ธโš ๏ธ 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. --> Logging in to a remote server requires password. A p...
feature-request,quick-pick
low
Minor
2,725,533,576
rust
shorten backtraces when called as a cdylib, not just for executables
currently, backtraces for rust cdylibs called from a C main function look like this: ``` thread '<unnamed>' panicked at lib.rs:5:34: oops stack backtrace: 0: std::panicking::begin_panic 1: lib::foo::{{closure}} 2: std::panicking::try::do_call 3: __rust_try 4: std::panic::catch_unwind 5: foo 6: mai...
C-enhancement,T-compiler,A-panic,A-backtrace
low
Minor
2,725,579,409
ollama
Structured JSON does not handle arrays at the top level properly
### What is the issue? It looks like structured JSON is not respected when an array is specified at the top level. Example 1: Request: ```json { "model": "llama3.1", "messages": [ { "role": "system", "content": "Given a phrase, give a list of categories" }, { "role": "user", "con...
bug
low
Minor
2,725,641,219
tauri
[bug] default app not working on samsung galaxy A13 (armv7-linux-androideabi)
### Describe the bug I cant run the default app on a device with armv7-linux-androideabi (samsung galaxy A13). I am not sure the arch/device has anything to do, since someone in the discord, with a samsung galaxy s23, has the same problem The splash screen appears, but then a blank screens stays for a long time. ...
type: bug,status: needs triage,platform: Android
low
Critical
2,725,720,247
godot
Script editor minimap overlaps vertical scrollbar when "Increase scrollbar touch area" is enabled
### Tested versions - Reproducable in 4.3 and 4.4-dev6 ### System information Godot v4.4.dev6.mono - Windows 10.0.22631 - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3080 (NVIDIA; 32.0.15.6094) - 12th Gen Intel(R) Core(TM) i9-12900K (24 threads) ### Issue description The script edit...
bug,topic:editor,usability,topic:gui
low
Minor
2,725,748,334
fucking-algorithm
ๆ’ไปถๆ‹‰ๅ–็š„้ข˜ๅบ“ไธๅ…จ
**Version:** 2.0.4 **Describe the bug** ๆˆ‘ๅœจๅฎ˜ๆ–น็ฝ‘็ซ™ไธŠๆ‰พๅˆฐ้ข˜ๅทไธบ3330็š„้ข˜็›ฎ๏ผŒๅ›žๅˆฐvscodeๆœ็ดข3330๏ผŒๆŸฅ่ฏขไธๅˆฐ **Screenshots** If applicable, add screenshots to help explain your problem. ![Snipaste_2024-12-09_09-42-19](https://github.com/user-attachments/assets/7b65304f-572c-4b10-a490-4a2a70950cc4) ![line-icon1](https://github.com/user-a...
vscode-extension-bug
low
Critical
2,725,765,293
vscode
VS Code exits on startup on Pop OS with COSMIC desktop
<!-- โš ๏ธโš ๏ธ 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,freeze-slow-crash-leak
low
Critical
2,725,783,735
material-ui
[material-ui] Opt-in support for `@layer` to fix Tailwind v4 integration
## Motivation ### Tailwind integration The current Material UI v6 is hard to use with CSS utilities like Tailwind CSS because some components have higher CSS specificity than (0,1,0) so Tailwind CSS could not be used without `!important`. Also, Tailwind v4 (will be stable soon) is using native CSS layer so Mat...
package: material-ui,RFC
low
Minor
2,725,801,345
ollama
Why is OllamaSetup.exe so large
I also tried downloading [ollama-windows-arm64.zip](https://github.com/ollama/ollama/releases/download/v0.5.1/ollama-windows-arm64.zip) and replacing some files in my user folder which doesn' t fix the tray icon still notify the update. Could there be a smaller OllamaSetup.exe ? This combined with the tray "restart...
feature request,windows
low
Minor
2,725,810,801
opencv
OpenCVFindLibsPerf.cmake/with_clp error if you build Clp via vC
### System Information OpenCV version: 4.10.0 (and others) Operating System / Platform: Windows 11 Compiler & compiler version: MSVC (latest) ### Detailed description I got this output while building fat java on Windows 11 with "WITH_CLP": ``` [2037/2067] C:\Windows\system32\cmd.exe /C "cd . && C:\CMake\...
bug,category: build/install,platform: win32
low
Critical
2,725,893,194
stable-diffusion-webui
[Bug]: xformers fails to import while module fails to be detected after force reinstall download
### Checklist - [ ] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
bug-report
low
Critical
2,725,940,076
react
Bug: useEffect Without Dependencies Not Executed Correctly After setState
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: 18.3.1 & 19.0.0 ## Steps To Reproduce Consider the following ...
Status: Unconfirmed
low
Critical
2,726,082,461
pytorch
Extend custom op fwd/bwd functions to support data types beyond the basic set
### ๐Ÿ› Describe the bug Wrapping CUDA kernels or other C++ functions as custom operations is currently the only way to ensure compatibility with torch.compile. However, there are notable limitations: functions decorated with `torch.library.custom_op` can only accept and return basic data types, excluding more comple...
triaged,module: custom-operators
low
Critical
2,726,112,761
react
Bug: memory leak caused by alternate fiber tree
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: 19 ## Steps To Reproduce ```typescript import React, { use...
Status: Unconfirmed
medium
Critical
2,726,125,283
next.js
Next.js Cache not working with CircleCI
### Link to the code that reproduces this issue https://github.com/DoctrineLegal/nextjs-cache-issue/blob/master/README.md ### To Reproduce 1. Trigger a build on CircleCI 2. Cache it's .next directory 3. Re-trigger a build on CircleCI with a hot cache 4. See that next.js is not using the cache ### Current...
bug,Webpack,Performance
low
Major
2,726,130,131
ant-design
Panel Header and Icon will re-render if wrapped in a form.
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/collapse-antd-4-24-16-forked-mt6ddt?file=%2Fdemo.tsx%3A1%2C1-41%2C1) ### Steps to reproduce change input value, the icon and header re-render ### What is expected? don't...
Inactive,improvement
low
Minor
2,726,216,645
deno
Node compatibility: process.stdout.hasColors() missing
Version: Deno 2.1.3 I checked whether some new code I have written will work with Deno, and it doesn't. (By design my code fails gracefully and assumes color not available.) My high level goal with the code is checking whether it is appropriate to show color on `stdout` or `stderr` from a command-line application. ...
bug,node compat
low
Critical
2,726,274,727
pytorch
AllReduce hangs due to no device_id into init_process_group
### ๐Ÿ› Describe the bug In pytorch 2.2 or later, when initializing a distributed environment, if you do not pass device_id to the init_process_group function but pass it through the set_device, the allreduce primitive hangs or NCCL directly reports an error. This question only comes up on allreduce primitives, does ...
oncall: distributed,module: c10d
low
Critical
2,726,302,695
ant-design
Textarea autoSize ๆœ‰้—ฎ้ข˜๏ผŒ้ซ˜ๅบฆไธๆญฃ็กฎ
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/ji-ben-shi-yong-antd-5-22-3-forked-sc6clf?file=%2Fdemo.tsx%3A9%2C17) ### Steps to reproduce ๆŸฅ็œ‹่พ“ๅ…ฅๆก†้ซ˜ๅบฆ ### What is expected? ๅบ”่ฏฅๅชๆœ‰ไธค่กŒ ### What is actually happening? ๆœ‰ไธ‰...
๐Ÿ› Bug,Inactive,๐Ÿงถ Low Priority
low
Minor
2,726,333,315
ui
[bug]: CLI fails to resolve correct component paths when paths are defined in extended tsconfig files
### Describe the bug The `shadcn-ui` CLI incorrectly resolves component paths when TypeScript path aliases are defined in extended tsconfig files instead of the root tsconfig.json. This results in components being generated in incorrect locations, either directly using the alias path or outside the project directory. ...
bug
low
Critical
2,726,348,426
ollama
Return prompt cache utilization on completion responses
Since Ollama has prompt caching now (right?), it would be great if the utilization of the cache could be returned in requests. E.g. the OpenAI-compatible API could be extended with the new [`usage/prompt_tokens_details/cached_tokens`](https://platform.openai.com/docs/guides/prompt-caching). A similar field in the...
feature request
low
Minor
2,726,364,840
tauri
[bug] Wix Bundle main.wxs Failed
### Describe the bug I made a copy of main.wxs with the following contents ```xml <?if $(sys.BUILDARCH)="x86"?> <?define Win64 = "no" ?> <?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?> <?elseif $(sys.BUILDARCH)="x64"?> <?define Win64 = "yes" ?> <?define PlatformProgramFilesFolder =...
type: bug,platform: Windows,status: needs triage
low
Critical
2,726,396,858
rust
Some code suggestions failed to be shown due to span tweaking
### Code ```Rust const x: () = |&'a ``` ### Current output ```Shell error: unexpected lifetime `'a` in pattern --> fuzz_input.rs:1:19 | 1 | const x: () = |&'a | ^^ | error: expected parameter name, found `<eof>` --> fuzz_input.rs:1:19 | 1 | const x: () = |&'a | ^^ expecte...
A-diagnostics,I-ICE,A-parser,T-compiler,C-bug,A-suggestion-diagnostics,D-invalid-suggestion,S-bug-has-test,requires-debug-assertions
low
Critical
2,726,408,538
opencv
cv::VideoCapture memory cannot be manually released after reading video on different systems
### System Information opencv 4.5.5 ### Detailed description The same program was run on ubuntu and windows, but the memory release of the program was inconsistent. my requirement is that the child thread releases the memory by itself after completing the task while the main thread continues to execute. However, I f...
bug,category: videoio,incomplete,needs investigation
low
Major
2,726,417,394
pytorch
`torch.compiler.disable()` on module hooks will disable `module.compile()`
### ๐Ÿ› Describe the bug `torch.compiler.disable()` on module hooks will disable compile on the whole module when `module.compile()` is used (or via `torch.compile(some_function)(model, some_inputs)`) ```python import torch from torch import nn d_model = 16 model = nn.Sequential( nn.Linear(d_model, d_mo...
module: nn,triaged,oncall: pt2,module: dynamo
low
Critical
2,726,462,118
godot
There was a window ordering error when native windows
### Tested versions 4.3 Until now ### System information Windows 10 x64 ### Issue description non-native windows order error. The display order of sub-windows(PopupMenu) of the topmost window is not handled correctly. The error may occur in the sort calculation of `Viewport::_sub_window_update_order()`. By the...
bug,needs testing,topic:gui
low
Critical
2,726,487,241
kubernetes
can't find way to check streams is closed
### What happened? https://github.com/kubernetes/kubernetes/blame/v1.31.3/staging/src/k8s.io/kubelet/pkg/cri/streaming/remotecommand/attach.go#L43 ### What did you expect to happen? can find way to check streams is closed ### How can we reproduce it (as minimally and precisely as possible)? no method ### Anything...
kind/bug,sig/node,triage/needs-information,needs-triage
low
Major
2,726,496,199
godot
Using different methods to implement non-embedded child windows will trigger the always_on_top breaks non-embedded popups problem
### Tested versions 4.3 Until now ### System information Windows 10 x64 ### Issue description We can get non-embedded child windows in the following two ways: - disabling embed_subwindows. - Change `force_native` of a subwindow When using the second method, it seems that the parent window of the subwindow is not ...
bug,topic:gui
low
Minor
2,726,526,005
kubernetes
Fine-Grained Scaling Control for DaemonSet/Deployment
### What would you like to be added? DaemonSet/Deployment supports controlling strategy for scaling pods similar to RollingUpdate. ### Why is this needed? Currently, DaemonSets and Deployments (via ReplicaSets) offer some level of strategy control for rolling updates, but provide almost nothing for large-range...
sig/scalability,sig/autoscaling,kind/feature,needs-triage
low
Critical
2,726,545,757
ollama
Llama 3.3 still has metadata from Llama 3.1
### What is the issue? Hello, The model of LLAMA3.3 still has metadata from LLAMA3.1 ![image](https://github.com/user-attachments/assets/f915c39c-d855-4212-946c-efe1b607e716) btw. What type of Quantization are you using? Thank you ### OS Linux ### GPU _No response_ ### CPU _No response_ ### Ollama...
bug
low
Minor
2,726,549,791
ant-design
Tag margin inline no needed
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/ps66pv) ### Steps to reproduce Create a list with a tag and a list item with simple text ### What is expected? Tag should NOT have the margin if there's only 1 Tag ##...
Inactive
low
Minor
2,726,551,905
react
Bug: useOptimistic
React version:19.0.0 [I got example from react.dev](https://react.dev/reference/react/useOptimistic) slightly modified it. Now `key` attribute derive value from data (message) ``` <div key={message.id}> {message.text} {!!message.sending && <small> (Sending...)</small>} </di...
Status: Unconfirmed
low
Critical
2,726,579,367
svelte
`bind:` in a loop breaks the reference
### Describe the bug I posted this issue already on sveltekit-superforms but it seems to be a Svelte 5 issue. https://github.com/ciscoheat/sveltekit-superforms/issues/509 Apparently in Svelte 5 there is a reactivity problem when you use `bind:` with a list item in a loop it breaks reference. - What I'm wondering...
bug
low
Critical
2,726,586,254
tauri
[bug] Fresh Tauri 2 project crashes on `npm run tauri dev` (Intel macOS)
### Describe the bug A fresh Tauri project created with `npm create tauri-app@latest` crashes immediately when running `npm run tauri dev` on macOS. The crash occurs with a segmentation fault in the ImageIO/AppKit layer. ### Reproduction 1. Create a new project: ```bash npm create tauri-app@latest ``` 2. Navig...
type: bug,platform: macOS,status: needs triage
low
Critical
2,726,633,957
deno
bug: `process.nextTick` changes the order of microtasks based on where it is executed
Deno changes the order of microtasks depending on whether it runs in a REPL or in a file. I don't think this should ever be the case. Look: ```sh $ # Create repro file $ echo -e 'Promise.resolve().then(() => console.log("then"))\nprocess.nextTick(() => console.log("nextTick"))' > /tmp/file.js # Run with Node an...
needs investigation,node compat
low
Critical
2,726,672,275
storybook
[Bug]: can't use stories in test file
### Describe the bug flow the doc: https://github.com/storybookjs/storybook/blob/next/code/addons/themes/docs/getting-started/material-ui.md my main.js: ``` addons: [ '@storybook/addon-essentials', '@storybook/addon-themes', '@chromatic-com/storybook', '@storybook/addon-interactions', 'storybook-...
bug,portable stories
low
Critical
2,726,697,318
three.js
Adding a position options for the PMREM fromScene generation
### Description Currently, calling a PMREM Generation is calling a cubecamera that is always default positionned at 0, 0, 0 For a few versions now, I'm hacking my way to get to generate a PMREM but from an arbitrary cubecamera position by passing a position to pmrem.fromScene, this would be useful ### Soluti...
Enhancement
low
Major
2,726,715,848
transformers
Calling Trainer.create_model_card() with an empty dataset list causes an IndexError
### System Info - `transformers` version: 4.46.3 - Platform: Linux-5.15.0-125-generic-x86_64-with-glibc2.35 - Python version: 3.11.10 - Huggingface_hub version: 0.26.3 - Safetensors version: 0.4.5 - Accelerate version: 1.1.0 - Accelerate config: not found - PyTorch version (GPU?): 2.5.1 (True) - Tensorflow ...
bug
low
Critical
2,726,857,680
godot
Multiplayer sychronizer quietly fails after a seperate node despawns
### Tested versions - reproducible in v4.3.stable.mono.official [77dcf97d8] - untested otherwise ### System information Godot v4.3.stable.mono - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4070 Ti (NVIDIA; 32.0.15.6614) - 13th Gen Intel(R) Core(TM) i9-13900K (32 Threads) ### Issue descript...
bug,topic:multiplayer
low
Critical
2,726,869,947
PowerToys
Shortcut Guide Bug
### Microsoft PowerToys version v0.86.0 ### Installation method GitHub ### Running as admin No ### Area(s) with issue? Shortcut Guide ### Steps to reproduce 1. Have **Activation method** set to **Hold down Windows key** 2. Open the **start menu** 3. Hold down the Windows key for time duration before showing #...
Issue-Bug,Product-Shortcut Guide,Needs-Triage
low
Critical
2,726,908,526
vscode
SCM Graph - better handle long branch names in the hover
![Image](https://github.com/user-attachments/assets/03e0fc21-c6ef-4cb2-8645-316b61c080f4)
bug,ux,scm
low
Minor
2,726,964,990
angular
Enhancements to forms for future signal forms
### Which @angular/* package(s) are relevant/related to the feature request? forms ### Description Template and reactive forms in Angular are great, yet using them through the years has revealed a few areas of improvement. This issue aims to provide feedback on some problems, hoping they can be addressed in the futu...
area: forms
low
Critical
2,727,032,276
next.js
API Routes Responses Not Being Gzipped in Next.js App Router #73693
### Link to the code that reproduces this issue https://github.com/huseyinbuyukdere/temp-issue-gzip-next ### To Reproduce **Start the application in development mode using next dev.** **Create an API route under the App Router, e.g., /app/api/example/route.js** Example Api Route ```javascript export a...
bug,Middleware,Performance,Runtime
low
Major
2,727,037,943
vscode
VSCode does not open file paths while in a workspace
<!-- โš ๏ธโš ๏ธ 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,quick-open
low
Critical
2,727,038,591
vscode
Deeplink to clone a repository using VS Code Desktop
<!-- โš ๏ธโš ๏ธ Do Not Delete This! feature_request_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> Hi, I would like to propose a feature added to the `...
under-discussion,vscode.dev
low
Minor
2,727,057,591
PowerToys
Can't install via MS Store due to lack of integrated keyboard
### Microsoft PowerToys version 0.86.0 ### Installation method Microsoft Store, WinGet ### Running as admin No ### Area(s) with issue? Installer ### Steps to reproduce I am using a Windows 11 24H2 Enterprise desktop with Synergy, though I do keep a USB keyboard and mouse plugged into the system as a backup. I ...
Issue-Bug,Needs-Triage,Needs-Team-Response
low
Major
2,727,059,888
deno
Deno cli could not initialize cache database
Hi, I got this error while running Deno cli. ```shell Could not initialize cache database '{homePath}/.cache/deno/v8_code_cache_v2', deleting and retrying... (database is locked Caused by: Error code 261: Another process is recovering a WAL mode database file) Failed to open cache file '{homePath}/.ca...
bug,cli
low
Critical
2,727,064,133
transformers
DynamicCache does not support variable lengths, except for FA2
### System Info - `transformers` version: 4.47.0 - Using GPU in script?: yes - GPU type: NVIDIA A100-SXM4-80GB ### Who can help? @ArthurZucker ### Information - [ ] The official example scripts - [X] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQu...
bug,Cache
medium
Critical
2,727,067,930
yt-dlp
camsoda HTTP Error 403
### 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...
incomplete,NSFW
low
Critical
2,727,075,821
tensorflow
Update Python in Docker images to 3.11.x and ditch `3.11.0rc1`
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.18 ### Custom code No ### OS platform and distribution Docker ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/co...
stat:awaiting tensorflower,type:bug,type:build/install,TF 2.18
medium
Critical
2,727,082,232
godot
Enum does not update in resource on change it needs restart to update
### Tested versions Reproducible in: 4.4Dev-3 4.4Dev-4 4.4Dev-5 4.4Dev-6 ### System information Linux Manjaro, Nvidia Geforce GTX 850, CPU: intel i7 ### Issue description when in resource you place a enum as typed variable you may choose the enums that are written like: ```gdscript enum example{ one, two,...
bug,topic:gdscript,topic:editor
low
Minor
2,727,134,546
pytorch
Bugs in MemoryProfiler.timeline due to mix of Key and TensorKey types returned
### ๐Ÿ› Describe the bug We have a bug on Aarch64 ``` "errorStackTrace" : "Traceback (most recent call last): File \"/var/lib/jenkins/workspace/test/profiler/test_memory_profiler.py\", line 1488, in test_memory_timeline\u000a lines = [ File \"/var/lib/jenkins/workspace/test/profiler/test_memory_profiler.py\",...
OSS contribution wanted,oncall: profiler
low
Critical
2,727,145,340
kubernetes
Audit log file mode
### What would you like to be added? I want to be able to configure access rights to the audit logs file. Now the rights are written right in the code, and this is 600 https://github.com/kubernetes/kubernetes/blob/master/vendor/gopkg.in/natefinch/lumberjack.v2/lumberjack.go ### Why is this needed? Complete with t...
kind/feature,needs-triage,wg/structured-logging
low
Major
2,727,191,545
go
runtime: immediate lock-up when using go library in Unity 6
### Go version go1.21.1 darwin/arm64 (we have observed identical behaviour when using go 1.23.1 and 1.23.4) ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='Library/Caches/go-build' GOENV='Library/Application Support/go/env' GOEXE='' GOEXPERIMENT=...
help wanted,NeedsInvestigation,compiler/runtime
low
Critical
2,727,198,141
flutter
Content is stretched when using canvaskit in Mobile Browsers
### Steps to reproduce *This issue occurs specifically on Chrome mobile browsers.* My setup involves an Angular project as the host application, containing a div element that embeds my Flutter web project. I aim to dynamically adjust the div container's height to achieve a proper website-like appearance and avoid...
platform-web,e: web_canvaskit,has reproducible steps,P2,browser: chrome-android,e: web_skwasm,team-web,triaged-web,browser: chrome-ios,found in release: 3.24,found in release: 3.27
low
Critical
2,727,287,050
PowerToys
Black Screen Happens on opening PowerToys setting
### Microsoft PowerToys version 0.86.0 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? Settings ### Steps to reproduce 1. Double click to open PowerToys setting on system tray (or left-click on system tray for quick setting) 2. Black screen happens ![Image](https://gith...
Issue-Bug,Product-Settings,Needs-Triage
low
Minor
2,727,287,906
node
Test concurrency causes the Test Runner to report a wrong isTTY value
another one for the test runner: ### Description Using `child_process` for test parallisation also sets `process.stdout.isTTY` to `undefined`. The following returns `undefined` when it's run with `node --test`: ```bash # node --test example.test.js console.log(process.stdout.isTTY) # undefined ``` ...
question
low
Major
2,727,320,539
flutter
Onboard on-screen keyboard causes application unresponsiveness for several seconds on Linux desktop
### Steps to reproduce 1. Run `flutter create app` to create a new Flutter application. 2. Navigate to the project directory: `cd app`. 3. Edit the lib/main.dart file and add a TextField widget to the app. 4. Start the application with `flutter run`. 5. Press the d key to detach the app from the terminal. 6. Open...
a: text input,c: regression,platform-linux,perf: speed,has reproducible steps,fyi-text-input,team-linux,found in release: 3.27,found in release: 3.28
low
Critical
2,727,340,783
go
proposal: os: add ReparsePointTag
### Proposal Details Windows applications might need to know the [reparse point tag](https://learn.microsoft.com/en-us/windows/win32/fileio/reparse-point-tags) of a given `os.FileInfo`. Although the Windows implementation of `os.FileInfo` knows the reparse point tag, there is no way to get that information using th...
OS-Windows,Proposal
medium
Major
2,727,481,102
go
x/tools/cmd/goimports,gopls: avoid deprecated symbols and/or packages
Skimming the codebase, it look like we don't consider API deprecation in goimports. That is surprising. We should avoid deprecated symbols and packages as import candidates. Edit: context is golang/go#70717, where a user imported x/exp/maps by accident. (Though, will note that x/exp/maps is not currently deprecat...
gopls,gopls/imports
low
Minor
2,727,503,242
go
proposal: go/types: add Select function
**Background:** The type checker has two different APIs for the same concept, namely information about a selection of a field or method: - `Info.Selections` and `MethodSet` both use the record type `Selection`; - `LookupFieldOrMethod` returns a triple, (obj, indices, indirect). There is no way to construct a `Sele...
Proposal
low
Major
2,727,568,400
next.js
Webpack failing to use correct node loader in yarn workspace
### Link to the code that reproduces this issue https://github.com/snspinn/yarn-workspace-nextjs ### To Reproduce Note: The following step will need rust installed: 1. Clone `https://github.com/snspinn/yarn-workspace-nextjs` 2. Run `yarn install` at top level 3. Build napi-rs package: - `cd libraries/server...
bug,Webpack
low
Critical
2,727,590,464
react-native
Auto Completion is not working for Phone Number
### Description have a text Input inside a form to ask the user to register. the issue is the keyboard suggestions to fill the phone number is not showing for unknown reasons. Does anyone have this issue before and how it can be solved? P.S: I tried to play with the Keyboard type and with autoComplete type and ...
Needs: Repro,Newer Patch Available,Needs: Attention
low
Major
2,727,592,205
flutter
Firebase tests are retried when the failure is that no tests were run
While investigating a failing pull request I discovered that our recipe code retries firebase failures when no tests are identified by firebase. This bug tracks identifying if those results have a signature or result that we can detect and not retrying those failures. The reason firebase gives a failure is that we are ...
platform-android,team-infra,P2,triaged-infra
low
Critical
2,727,597,416
go
cmd/compile: optimize reflect.TypeOf(x)==reflect.TypeOf(y)
I notice that the code generated for a comparison of rtypes is surprisingly poor, involving a ton of spills and a call to an intrinsic: ```go func sameType(x, y any) bool { return reflect.TypeOf(x) != reflect.TypeOf(y) } ``` ``` golang.org/x/tools/gopls/internal/golang.sameType STEXT size=176 args=0x20 locals=0...
NeedsInvestigation,compiler/runtime
low
Major
2,727,638,819
pytorch
Support int step for nonfused optimizer implementations
### ๐Ÿš€ The feature, motivation and pitch An actionable (though lower priority) followup from the discussion here https://github.com/pytorch/pytorch/issues/127197. While it may be nice to have support for this, a very easy workaround is to use float for step. ### Alternatives _No response_ ### Additional context ...
module: optimizer,low priority,triaged,actionable
low
Minor
2,727,684,393
pytorch
Add a linter for Docker images which are not included in docker-builds.yml
This is a common miss when adding a new Docker image to not add it into docker-builds.yml. For example, https://github.com/pytorch/pytorch/pull/140733 added `pytorch-linux-focal-cuda12.4-cudnn9-py3.13-gcc9-inductor-benchmarks` for 3.13, but didn't add it into docker-builds.yml. Its build worked because the `calculate...
module: ci,triaged,needs design
low
Minor
2,727,730,521
neovim
vim.fn.system not working in a windows Git bash/zsh environment
### Problem Usage of vim.fn.system will error with '/usr/bin/bash: /s: No such file or directory' Also, simple `:!ls` does not work. Ultimately, neovim runs `$SHELL /s /c cmdline`. As SHELL is bash/zsh, the error occurs. Resolve this by apply '/s /c' options only to a white-list of known windows shells. ### Steps t...
bug,platform:windows
low
Critical
2,727,759,396
rust
min_generic_const_args: Braced paths should forbid infer vars
We should ensure that `Foo<{ BAR }>` is treated the same as `Foo<BAR>` when ` BAR` has generic parameters (i.e. it should error in both cases).
T-compiler,A-const-generics,F-min_generic_const_args
low
Critical
2,727,791,670
vscode
(Web, Safari) Copying and pasting line with colon and no leading space results in URL encoding of pasted text
<!-- โš ๏ธโš ๏ธ 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,help wanted,editor-clipboard,ios-ipados
low
Critical
2,727,819,023
rust
Unhelpful diagnostic on `=` to `:` typo mentioning return type notation
### Code ```Rust let x: Vec::new(); ``` ### Current output ``` error: return type notation arguments must be elided with `..` --> src/main.rs:2:20 | 2 | let x: Vec::new(); | ^^ help: add `..`: `(..)` error: return type notation not allowed in this position yet --> src/main.rs:2:12 | 2...
A-diagnostics,T-compiler,D-confusing
low
Critical
2,727,824,593
langchain
langchain 0.3.10 does not support langsmith >=0.2.0
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
investigate
low
Critical
2,727,851,402
flutter
enable ASAN for impeller_unittests and impeller_golden_tests on macos ci
Spawned from https://github.com/flutter/engine/pull/57015 There is a `--asan` flag in GN. If you set it it will compile the binaries with the correct flags. The impeller targets will fail to compile though because `flatc` will fail to execute. Clang on macos links a runtime library ( `libclang_rt.asan_osx_dynamic...
P2,e: impeller,team-engine,triaged-engine
low
Minor
2,727,854,685
pytorch
Compile bug with isin assume_unique=True
### ๐Ÿ› Describe the bug I have the following strange compile bug with isin and assume_unique=True. Without compiling, the code runs fine for any `n` and `assume_unique` value. When compiling, the code runs fine for any `n` when `assume_unique=False`. When `assume_unique=True`, the code runs fine for `n < 12`, ...
triaged,oncall: pt2,module: aotdispatch,module: pt2-dispatcher
low
Critical
2,727,862,447
rust
BTreeMap documentation has confusing wording about binary search tree performance issues
### Location https://github.com/rust-lang/rust/blob/f6cb952dc115fd1311b02b694933e31d8dc8b002/library/alloc/src/collections/btree/map.rs#L48-L49 ### Summary In the discussion of performance issues of binary search trees, it is written that `[...] every single comparison should be a cache-miss.` I think this is confu...
A-docs,C-bug,T-libs
low
Major
2,727,872,513
pytorch
User-defined way to hook into Inductor autotuning
We've seen some use cases for this: 1) A user has a user-defined triton kernel vs a sequence of PyTorch operations. They want inductor to select the "best" one in the situation. 2) A custom operators has some knobs that are exposed to inductor (some tunable parameters). Thoughts? cc @chauhang @penguinwu @voznes...
feature,triaged,module: custom-operators,oncall: pt2,module: inductor,module: pt2-dispatcher
low
Minor
2,727,884,640
deno
Object property not recognized in VSCode after cmd-clicking class until LSP restart
Version: Deno 2.1.3 ```ts import { Spanner } from "npm:@google-cloud/spanner@^7.16.0"; const _spannerClient = new Spanner({ projectId: "test", }); ``` When I open this file in VSCode (with the Deno extension and an empty "{}" deno.json file in the same directory), there are no errors and it appears to un...
bug,lsp
low
Critical
2,727,919,056
pytorch
Stft changes number of times when with center=False and n_fft > win_length
### ๐Ÿ› Describe the bug I am implimenting a stft library that uses torch under the hood but uses the parameter conventions of scipyโ€™s ShortTimeFFT. I am having trouble understanding the torch behavior when the stft fft is zero padded and center=False. I believe the behavior is a bug, but I can change this bug report t...
triaged,module: fft,module: scipy compatibility
low
Critical
2,727,922,220
pytorch
[Dynamo] Do an audit on skipfiles and mark more files as inline
When someone adds a new file under `torch/*` it is included in SkipFiles by default. This is a pain point for people who are adding new features to work with torch.compile: they end up seeing a SkipFiles error, like in https://github.com/pytorch/pytorch/pull/138555. In fact, this is probably the most common error I run...
triaged,oncall: pt2,module: dynamo
low
Critical
2,727,923,499
angular
Remove support for non-null assertions from two-way bindings
In v20 we should drop support for expressions like `[(ngModel)]="someExpr!"`, because type checking is non-obvious. We can revive the migration from #54630 to migrate existing users.
breaking changes,area: compiler,compiler: template type-checking
low
Minor
2,727,941,665
vscode
Run Recent Command does not cover multi-line Python REPL commands
On macOS or Linux or WSL, 1. Enable `python.terminal.shellIntegration.enabled`. 2. Run "Python: Clear Cache and Reload Window". 3. Open a terminal and start a Python REPL. 4. Type `for i in range(5):` and press Enter. 5. Type ` print(i)` (including the spaces) and press Enter. 6. Press Enter again. 7. The REPL should...
bug,terminal-shell-integration,python
low
Critical
2,727,955,181
terminal
A lone zero-width character in the first column occupies 1 column
### Windows Terminal version 1.23.3411.0 ### Windows build number _No response_ ### Other Software _No response_ ### Steps to reproduce In PowerShell: ```pwsh "`r`u{200B}foo" ``` ### Expected Behavior ``` foo ``` ### Actual Behavior ``` foo ``` > The reason it happens is because before inserting anything i...
Area-Output,Issue-Bug,Needs-Tag-Fix,Priority-3
low
Minor
2,727,956,029
pytorch
Enable GradScaler for MPS devices
### ๐Ÿš€ The feature, motivation and pitch I'm currently experimenting with mixed precision on my M4 Pro MBP since support for autocasting to `float16` has been added for MPS in 2.5.0 (https://github.com/pytorch/pytorch/pull/99272). When trying to apply gradient scaling however, the following exception occurs on call...
triaged,module: amp (automated mixed precision),module: mps
low
Critical
2,727,989,770
rust
Expected/Found does not point to point where type parameter was inferred
### Code ```Rust fn foo<'a, T>(b: &'a T) -> &'a T { b } fn main() { let f = foo; f(&String::new()); f(&Vec::new()); } ``` ### Current output ```Shell error[E0308]: mismatched types --> src/main.rs:7:7 | 7 | f(&Vec::new()); | - ^^^^^^^^^^^ expected `&String`, found `&Vec<_>` | | ...
A-diagnostics,T-compiler,D-terse
low
Critical
2,728,087,623
PowerToys
PowerToys Run Program: making the search paths and ignore patterns configurable
### Description of the new feature / enhancement The "Program" plugin of PowerToys Run doesn't allow the user to configure the search paths and set ignore patterns. I request to add these configurations to fix usability problems of PowerToys Run (see the next paragraph). Here is the UI for these configurations in Wox:...
Product-PowerToys Run,Needs-Triage,Run-Results (Programs)
low
Major
2,728,118,624
deno
Node Compatibility: Crypto RSA encryption
Version: Deno 2.1.3 The node crypto implementation is lacking support for KeyObjects. This is currently breaking cross-platform support and subsequently breaking the npm library [OpenPGP](https://www.npmjs.com/package/openpgp), where I was originally experiencing this [issue](https://github.com/openpgpjs/openpgpj...
bug,crypto
low
Minor
2,728,249,902
deno
Implicit dependency on `deno_net` extension from within `deno_fetch` extension
I will preface this by stating that I don't know much about deno and I'm learning as I'm going, so this is entirely possibly user error. I'm attempting to initialize a `deno_core::JsRuntime` with the `deno_fetch` extension. According to [the documentation](https://github.com/denoland/deno/blob/v2.1.3/ext/fetch/README...
embedder
low
Critical
2,728,288,222
flutter
Task declares the same output directory as mergeDebugAssets
### Steps to reproduce I was updating the android part of the flutter app and android studio suggested me to send this report : ``` At 21:46, Dec 09, 2024, Android Studio detected the following issue(s) with Gradle plugin dev.flutter.flutter-gradle-plugin Task Setup Issues Task declares the same output directo...
platform-android,tool,t: gradle,P3,d: intellij,team-android,triaged-android
low
Critical
2,728,312,035
pytorch
[dynamo] Tracking issue for multiple inheritance support
### ๐Ÿ› Describe the bug During Dynamo symbolic interpretation of user code, we model python objects as `VariableTracker`. When a pre-existing python object is used, we [wrap](https://github.com/pytorch/pytorch/blob/0052943bee624c06d8c36a371efdf7b56972ad9e/torch/_dynamo/variables/builder.py#L387) it with a subclass o...
triaged,oncall: pt2,module: dynamo
low
Critical
2,728,336,595
yt-dlp
[fc2] `HTTP Error 400: Bad Request`
### 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
low
Critical
2,728,410,716
TypeScript
Typescript type hint problem
Type: <b>Bug</b> ไฝฟ็”จไธ€ๆฎตๆ—ถ้—ดๅŽ๏ผŒ้ผ ๆ ‡็งปๅˆฐๅ˜้‡ๆˆ–่€…typescript็ฑปๅž‹ไธŠ้ข๏ผŒไผšๆœ‰ไปฅไธ‹้—ฎ้ข˜๏ผš - ๆฒกๆœ‰็ฑปๅž‹ๆ็คบ๏ผŒๆฒกๆœ‰ไปปไฝ•ๅๅบ”๏ผŒๆญคๆ—ถๆŒ‰ไฝcommandๅŒๆ—ถ็‚นๅ‡ป้ผ ๆ ‡ๅทฆ้”ฎๅฏไปฅๆญฃๅธธ่ทณๅˆฐๅฎž็Žฐ ๆญฃๅธธไผšๆœ‰ๆตฎๅฑ‚ๆ็คบ็ฑปๅž‹๏ผŒ้‡ๅฏVS Codeไน‹ๅŽๆญฃๅธธ๏ผŒไฝ†ๆ˜ฏไฝฟ็”จไธ€ๆฎตๆ—ถ้—ดไน‹ๅŽ่ฟ˜ไผšๅ‡บ็Žฐ After using it for a while, when you move the mouse over a variable or typescript type, the following problems will occur: - No type hint, no response, at this time, hold down...
Needs More Info
low
Critical
2,728,476,827
go
x/build/cmd/watchflakes: periodically restarts
Watchflakes is periodically being restarted. Command `kubectl get pods` produces: `watchflakes-deployment-679f9fbf8c-zp9ld 1/1 Running 47 (26m ago) 27d` @golang/release
Builders,NeedsInvestigation
low
Minor
2,728,539,992
vscode
Reconsider auto vacuuming sqlite state.vscdb files? It saved 776MB on my install.
Hello, I found large state.vscdb files in VSCode workspaceStorage folder using an app to analyse disk usage, which triggered my curiosity and when opening I couldn't find anything big in the ItemTable file. Finally found I could VACUUM it, which brought the biggest state.vscdb file from 298MB to 639kB, and the total wo...
feature-request,workbench-state
low
Critical
2,728,568,354
rust
rustc doesn't infer that the future of a recursive `async fn` is `Send`.
(Note: this bug is *not* about recursion in asynchronous functions being limited because futures of async functions cannot contain a copy of themselves.) I would expect this code to compile successfully: ```rust use std::future::Future; pub async fn recur(depth: usize) { if depth == 0 { return; } ...
C-bug,T-types
low
Critical
2,728,577,470
PowerToys
Problem with Image Resizer
### Microsoft PowerToys version 0.86.0 ### Installation method GitHub, Microsoft Store ### Running as admin Yes ### Area(s) with issue? Image Resizer ### Steps to reproduce It is impossible to have image resizer in the Windows context menu. I have no problem with other tools like PowerRename. [PowerToysReport...
Issue-Bug,Product-Image Resizer,Needs-Triage,Area-Context Menu
low
Minor
2,728,619,855
ollama
Nancy finds security vulnerabilities
### What is the issue? It finds: * [CVE-2024-8063](https://ossindex.sonatype.org/vulnerability/CVE-2024-8063?component-type=golang&component-name=github.com%2Follama%2Follama&utm_source=nancy-client&utm_medium=integration&utm_content=1.0.46) CWE-369: Divide By Zero * [CVE-2024-39719](https://ossindex.sonatype.org/vu...
bug
low
Critical
2,728,636,013
next.js
Clicking on a <Link> to the current page focuses the first page.tsx element, not the first layout.tsx element
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/vigilant-orla-2snw6p ### To Reproduce 1. Put a link in the root `layout.tsx` file that takes you to `/` 2. Click that link, notice how `document.activeElement` is now the first element from the `page.tsx`, and not `layout.tsx` ...
bug,Navigation
low
Minor
2,728,695,308
rust
Crater testing
Just testing some crater runs, please ignore.
S-waiting-on-review
low
Major
2,728,726,287
deno
localStorage constructor name is not 'Storage' an instead 'bound Storage'
Hello, The result of `globalThis.localStorage.constructor.name` is "bound Storage". It was formerly just "Storage", as it is in Chrome &etc. Best, R Version: Deno 2.1.3 ``` $ deno Deno 2.1.3 > globalThis.localStorage.constructor.name "bound Storage" > $ ```
bug,web
low
Minor