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,706,407,990
transformers
Only Fine-tune the embeddings of the added special tokens
### Feature request Hi, I added some new special tokens to the LLMs (specifically I'm using Qwen2-VL) and then I only want to fine-tune the embedding layers of these added tokens while keeping all other parameters (and the embedding layers for other tokens) frozen. I wonder if there is a built-in way to do so instead ...
Feature request
low
Minor
2,706,478,008
ollama
There are issues with the upgrade
### What is the issue? Why is the version always 0.3.14 during each upgrade, and why can't it be upgraded to the latest version? ### OS Windows ### GPU Nvidia ### CPU Intel ### Ollama version 0.4.3~0.4.5
bug
low
Minor
2,706,480,373
ollama
Classify tool call vs. content earlier and stream to user
https://github.com/ollama/ollama/issues/5796#issuecomment-2508374342
feature request
low
Major
2,706,486,084
PowerToys
Mouse Pointer Cross Hairs. Automatic disable
### Description of the new feature / enhancement When typing - temporarily disable the cross hairs ### Scenario when this would be used? I find that, when I am typing, I manually have to move the mouse cross hairs out of the way. I am aware that manual enable/disable helps but to have the hairs automatically disabl...
Idea-Enhancement,Needs-Triage,Product-Mouse Utilities
low
Minor
2,706,504,763
flutter
[in_app_purchase_storekit] Comment in example/lib/main.dart may be incorrect.
[packages/packages/in_app_purchase/in_app_purchase_storekit/example/lib/main.dart at main · flutter/packages](https://github.com/flutter/packages/blob/main/packages/in_app_purchase/in_app_purchase_storekit/example/lib/main.dart#L17-L19) Current: ```dart // When using the Android plugin directly it is mandatory t...
platform-ios,d: examples,p: in_app_purchase,package,P2,team-ios,triaged-ios
low
Minor
2,706,507,916
next.js
After upgrading to Next15, the custom server cannot be started in the production environment
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```bash Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.0.0: Fri Sep 15 14:42:57 PDT 2023; root:xnu-10002.1.13~1/RELEASE_ARM64_T81...
examples
low
Critical
2,706,513,655
ollama
Add tests for openai response logic - potentially refactor middleware
null
feature request
low
Minor
2,706,582,015
go
crypto/tls: TestFIPSCertAlgs failures
``` #!watchflakes default <- pkg == "crypto/tls" && test == "TestFIPSCertAlgs" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8729882779692073953)): === RUN TestFIPSCertAlgs panic: test timed out after 3m0s running tests: TestFIPSCertAlgs (2m5...
NeedsInvestigation
low
Critical
2,706,584,344
next.js
Cannot use Next.js as a transitive dep to build an application
### Link to the code that reproduces this issue https://github.com/Ethan-Arrowood/next-issue-repro ### To Reproduce Follow readme in https://github.com/Ethan-Arrowood/next-issue-repro Or: 1. Generate a new nextjs app, `npx create-next-app`. Called it `my-app` 2. As a sibling to the next app created in step 1,...
bug,SWC,Webpack,Script (next/script)
low
Critical
2,706,594,838
godot
Entire scenes disappearing with MissingNode error
### Tested versions Godot v4.3.stable ### System information Godot v4.3.stable (77dcf97d8) - Windows 10.0.19045 - GLES3 (Compatibility) - NVIDIA GeForce GTX 1660 SUPER (NVIDIA; 32.0.15.6094) - AMD Ryzen 7 2700X Eight-Core Processor (16 Threads) ### Issue description What seems like for no reason at all, random sce...
bug,topic:editor,needs testing
low
Critical
2,706,605,085
deno
`deno task`: cannot run tsx
Version: Deno 2.1.2 This is the same error as #20625, but not in the same context. Trying to create an alias for `npx tsx --test` (to test codebase on node js) but for some reason when executed through the task runner there a weird error (see stacktrace below) ```json { "tasks": { "test:node": "npx tsx ...
bug,node compat,task runner
low
Critical
2,706,612,570
rust
Unexpected warning when doc string invokes a macro which is defined within the same module
<!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> This is a follow-up of https://github.com/rust-lang/rust/issues/124535#issuecomment-2466005846. TLDR: it looks like https://github.com/rust-lang/rust/issues/1...
A-resolve,A-macros,T-compiler,C-bug
low
Critical
2,706,614,268
PowerToys
Chinese Pinyin(拼音) search doesn't work when it corresponds to more than two characters (or 3 maybe) in PowerToys Run
### Microsoft PowerToys version 0.86.0 ### Installation method PowerToys auto-update, GitHub ### Running as admin No ### Area(s) with issue? PowerToys Run ### Steps to reproduce ![Image](https://github.com/user-attachments/assets/65fc58a4-bf74-40de-a52f-08939e6728b1) ![Image](https://github.com/user-attachment...
Issue-Bug,Product-PowerToys Run,Area-Localization,Needs-Triage
low
Minor
2,706,616,734
awesome-mac
🎉 Add Tran
### 🪩 Provide a link to the proposed addition https://github.com/Borber/Tran ### 😳 Explain why it should be added Tran 简洁, 快速, 划词翻译 ### 📖 Additional context 跨平台 ### 🧨 Issue Checklist - [X] I have checked for other similar issues - [X] I have explained why this change is important - [X] I have added necessar...
addition
low
Minor
2,706,633,790
awesome-mac
🎉 Add <Gopeed>
### 🪩 Provide a link to the proposed addition https://github.com/GopeedLab/gopeed ### 😳 Explain why it should be added Gopeed (full name Go Speed), a high-speed downloader developed by Golang + Flutter, supports (HTTP, BitTorrent, Magnet) protocol, and supports all platforms. In addition to basic download function...
addition
low
Minor
2,706,690,273
deno
SyntaxError: Unexpected identifier 'parentPort' in worker_threads
Version: Deno 2.1.2, Windows 10 x64 I wrote a program using Node.js, TypeScript and a lib called [microjob](https://github.com/wilk). the program code below: ```TS export class EnvChecker { static async checkRuntimes() { // 首先通过进程命令行获取运行时类型(node/tsx/deno/bun...) const willCheck = process.env.EC_ON...
bug,node compat
low
Critical
2,706,779,259
ui
[bug]: ECONNRESET Error When Running `npx shadcn@latest add --all`
### Describe the bug Hello, I'm encountering an issue while trying to use the `shadcn` CLI tool to add all components to my project. The command fails with an `ECONNRESET` error when attempting to fetch certain resources from https://ui.shadcn.com. Here are the details: **What I Have Tried:** - Checked inte...
bug
low
Critical
2,706,839,005
flutter
[desktop]: Screen doesn't scroll with trackpad if pointer is placed on scrollbar and then try to scroll.
### Steps to reproduce 1. Run the sample 2. Move the cursor to the edge to show the dragbar (over the dragbar) 3. Scroll on touchpad ### Expected results Widget also scrolls. ### Actual results The widget does not scroll. Windows and MacOS have this issue. I have no Linux touchpad to test. ### Code sample ...
framework,f: scrolling,a: desktop,has reproducible steps,P3,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27
low
Major
2,706,867,360
flutter
Improve documentation of `TextField`'s `decoration` property interplay with `Theme.inputDecorationTheme`
### Use case The [current documentation of flutter's `TextField`](https://api.flutter.dev/flutter/material/TextField-class.html) contains no mention of the fact that any explicit `decoration` is merged with whatever additional decorations are defined in the surrounding theme, making it unnecessarily difficult to deb...
c: new feature,framework,f: material design,d: api docs,a: quality,c: proposal,P2,team-text-input,triaged-text-input
low
Critical
2,706,872,980
rust
After building from https://static.rust-lang.org/dist/rustc-1.83.0-src.tar.xz, rustc --version prints `-nightly`
Upacking https://static.rust-lang.org/dist/rustc-1.83.0-src.tar.xz and executing `./configure --enable-optimize-llvm --enable-extended --llvm-root=/usr/local --enable-profiler --enable-llvm-link-shared --enable-sanitizers --disable-docs --target=x86_64-unknown-linux-gnu && x.py install && rustc --version` produces the...
T-bootstrap,C-bug
low
Critical
2,706,939,912
next.js
root not-found page not displayed when inside a route group
### Link to the code that reproduces this issue https://github.com/stefanprobst/issue-next-not-found-route-group ### To Reproduce 1. clone the [repo](https://github.com/stefanprobst/issue-next-not-found-route-group) 2. `pnpm install && pnpm build && pnpm start` 3. open http://localhost:3000/not-existing-route 4. ...
bug,Navigation
low
Minor
2,706,941,447
kubernetes
possibility of resource reservation features
### What would you like to be added? What about the possibility of resource reservation? For example, in an online cluster with rescheduling capabilities, or when certain nodes (due to node maintenance or eviction from the cluster) need to be taken offline for some operational tasks. Suppose we have an online cluste...
sig/scheduling,sig/node,kind/feature,needs-triage
medium
Major
2,706,991,299
next.js
Cache control header is missing in response
### Link to the code that reproduces this issue https://github.com/zeckaissue/nextjs-missing-cache-control ### To Reproduce I created this repository as a working base to reproduce this bug locally. Unfortunately, I haven't been able to reproduce the bug locally so far. Because this bug is very random, it’s...
bug
low
Critical
2,707,012,379
react
[React 19] useTranslations Hook Causes "Expected a Suspended Thenable" Error in Async React Components Requiring Client-Side Rendering
### Bug Report **React version:** 19 --- ### Description of the Bug When creating an **async React component** and calling the `useTranslations` hook, which requires client-side rendering, React does not provide an error message indicating the issue. Instead, it throws an **internal error** with the follo...
Status: Unconfirmed
low
Critical
2,707,016,436
rust
Tracking Issue for const_swap_nonoverlapping
<!-- Thank you for creating a tracking issue! Tracking issues are for tracking a feature from implementation to stabilization. Make sure to include the relevant RFC for the feature if it has one. If the new feature is small, it may be fine to skip the RFC process. In that case, you can use `issue = "none"` in your i...
T-libs-api,C-tracking-issue,I-lang-nominated
low
Minor
2,707,027,881
material-ui
[Autocomplete] Provide more details in the `details` param of `onChange` prop
### Steps to reproduce Steps: 1. Add an `Autocomplete` component with `multiple={true}` and `disableClearable={false}`. 2. Add values 3. Press the clear button ### Current behavior When `onChange` is called you get: • `event = {...}` • `value = []` • `reason = 'clear'` • `details = undefined` ### Expected ...
waiting for 👍,package: material-ui,component: autocomplete,enhancement
low
Minor
2,707,039,985
ollama
Remove macOS menu bar icon
Can we please get the ability to turn off the macOS menu bar icon?
feature request
low
Major
2,707,080,009
deno
Not implemented: BrotliDecompress.prototype.constructor
stderr: sharp: Installation error: Not implemented: BrotliDecompress.prototype.constructor gyp info it worked if it ends with ok gyp info using node-gyp@9.3.0 gyp info using node@20.16.0 | linux | x64 gyp info find Python using Python version 3.12.7 found at "/usr/bin/python3" gyp info spawn /usr/bin/python3 gyp...
bug,node compat
low
Critical
2,707,121,419
deno
Upgrading to Deno 2.1.0 causes a mismatched versions in some node packages
Version: Deno 2.1.0 For my project, I am using the following stack: - `@trpc/server` v11.0.0 - `@trpc/client` v11.0.0 - `@trpc/react-query` v11.0.0 - `@tanstack/react-query` v5.62.0 Upgrading from Deno 2.0.6 to Deno 2.1.0 causes the following mismatched version error 👇 ``` Type 'import("file:///Users/x...
bug,needs investigation,node compat,node resolution
low
Critical
2,707,185,667
yt-dlp
Feature for Subtitle Translation embedding with Video
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm requesting a feature unrelated to a specific site - [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme) - [X] I've ver...
enhancement,incomplete,triage,core:post-processor
low
Critical
2,707,195,523
flutter
[Windows]: Blank content when using FancyZones
### Steps to reproduce 1. Install Microsoft's FancyZones, setup any kind of zone, 2. Run a Flutter-based app (in my case it's Rustdesk but demo is done with Flutter Simple Demo, timecode: 0:12) 3. Bind app to a zone you created (timecode: 0:15) 4. Restart the app 5. Graphics get corrupted, no content is showing ...
platform-windows,a: desktop,P3,team-windows,triaged-windows
low
Major
2,707,201,686
deno
require not defined error when cjs module in npm package has no file extension
Version: Deno 2.1.0 Last working version `2.0.6`. ```console $ docker run --rm -it denoland/deno:alpine-2.0.6 run -A npm:@informalsystems/quint@0.22.4 --version Warning The following packages contained npm lifecycle scripts (preinstall/install/postinstall) that were not executed: ┠─ npm:protobufjs@7.4.0 ┃ ┠─ T...
bug
low
Critical
2,707,256,628
ollama
jina-clip-v2
It does have some interesting features for embeddings. https://huggingface.co/jinaai/jina-clip-v2
model request
low
Minor
2,707,268,922
flutter
[in_app_purchase_storekit] Add `AppStore.sync()` for StoreKit2 wrapper
### Use case I would like to request the addition of `AppStore.sync()` to allow users to manually restore their purchases. According to the documentation: > Include some mechanism in your app, such as a Restore Purchases button, to let users restore their in-app purchases. In rare cases when a user suspects the a...
c: new feature,platform-ios,p: in_app_purchase,package,c: proposal,P2,team-ios,triaged-ios
low
Minor
2,707,292,867
vscode
When using alt+up/down arrow to move code, indentation does not apply
<!-- ⚠️⚠️ 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,editor-autoindent
low
Critical
2,707,301,606
node
Proposal: Add a method to check if a string is a OneByteString
### What is the problem this feature will solve? In the Buffer module, we have a series of methods for handling string writing and reading, such as `buffer.write("string", 'latin1')` and `buffer.write("string", 'utf16le')`. However, in some situations, we don't know the actual encoding of the string without checking e...
feature request
low
Critical
2,707,367,869
vscode
Error when opening notebook files in tests
I have written an extension that automatically opens a notebook file. The relevant code for that is below: ```typescript const p = path.join(__dirname, "simple-notebook.ipynb"); const u = vscode.Uri.file(p); const nb = await vscode.workspace.openNotebookDocument(u); await vscode.window.showNotebookDocument(nb); ``` ...
info-needed
low
Critical
2,707,381,023
go
crypto/x509: certificate with empty Authority Key Identifier extension considered invalid
### Go version go version go1.18.1 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/liu/.cache/go-build" GOENV="/home/liu/.config/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOINSECURE="" GOMODCA...
NeedsInvestigation
low
Critical
2,707,387,442
storybook
[Bug]: Incompatibility between storybook and vue devtools...?
### Describe the bug I am getting a strange error in the console when trying to configure Storybook to use Pinia within a Vue & Vite project.... I have a simple reproduction case at https://github.com/eric-g-97477-vue/dev-tools-plugin-test Either I have missed something in the configuration or there is a bug in eith...
bug,vue3
low
Critical
2,707,391,761
next.js
Bug: Mangling of Constants Causing Runtime Errors in GraphQL-based Packages with Turbopack
### Link to the code that reproduces this issue https://github.com/0no-co/graphql.web/pull/43 ### To Reproduce 1. Install and configure Next.js 15 with Turbopack and a GraphQL-based package (e.g., `gql.tada`). 2. Start the application using Turbopack in development mode. 3. Encounter runtime errors where exported ...
bug,Turbopack,linear: turbopack
low
Critical
2,707,393,362
ui
[bug]: "The component was not found. It may not exist at the registry. Please make sure it is a valid component."
### Describe the bug I was putting my v0 code in to cursor AI and it gave me this error after doing the whole procedure thing. I have searched for how to fix this, but all of them are not helping. Please if someone could give me a few minutes of their time, I would be really thankfull. ![image](https://github.com/us...
bug
low
Critical
2,707,408,104
next.js
Source map warning on Next 15.0.3 with turbopack, Windows, Firefox
### Link to the code that reproduces this issue https://github.com/altbdoor/nextjs-sourcemap-warning-firefox-reproduction ### To Reproduce 1. Create a base reproduction template with `npx create-next-app -e reproduction-template` 2. Name the project as `test-ground` 3. `cd test-ground` 4. `npm run dev -- --...
please add a complete reproduction,Turbopack,linear: turbopack
medium
Critical
2,707,498,853
rust
Scrutinee dropped after if-let body
Objects inside block expressions in the scrutinee of an if-let statement are not dropped before the body. This is inconsistent both with declaring a temporary variable, e.g. `x` in test #2, and let-else behavior in test #3. I tried this code: ```rust fn main() { struct S(i32); impl Drop for S { fn drop(&mut sel...
A-lifetimes,T-lang,C-discussion
low
Major
2,707,584,111
rust
Tracking issue for release notes of #132056: Stabilize `#[diagnostic::do_not_recommend]`
This issue tracks the release notes text for #132056. ### Steps - [ ] Proposed text is drafted by PR author (or team) making the noteworthy change. - [ ] Issue is nominated for release team review of clarity for wider audience. - [ ] Release team includes text in release notes/blog posts. ### Release notes text Th...
T-lang,relnotes,relnotes-tracking-issue
low
Critical
2,707,589,853
rust
Tracking issue for release notes of #132397: Make missing_abi lint warn-by-default.
This issue tracks the release notes text for #132397. ### Steps - [x] Proposed text is drafted by PR author (or team) making the noteworthy change. - [ ] Issue is nominated for release team review of clarity for wider audience. - [ ] Release team includes text in release notes/blog posts. ### Release notes text Th...
T-lang,relnotes,relnotes-tracking-issue
low
Minor
2,707,591,680
godot
Vulkan API Error: err != VK_SUCCESS in fence_wait and command_queue_execute_and_present
### Tested versions Godot_v4.3-stable ### System information Debain12-Godot_v4.3-stable-Vulkan(1.2.175)forward-dedicated nvidia geforce gtx 710 ### Issue description When running a project in Godot using Vulkan, the following errors appear in the console: ERROR: Condition "err != VK_SUCCESS" is true. Returning: FA...
bug,platform:linuxbsd,topic:rendering,needs testing
low
Critical
2,707,632,763
flutter
[Android] CJK IME candidate window position error with external keyboard on Android
### Steps to reproduce 1. Connect a physical keyboard (e.g., a Bluetooth keyboard) to your Android device. 2. Switch to a CJK input method (e.g., Chinese) and start typing to trigger candidate words. ### Expected results The candidate window should be displayed correctly near the cursor to ensure a seamless user ex...
a: text input,platform-android,a: internationalization,P2,team-text-input,triaged-text-input
low
Critical
2,707,771,502
ollama
Audio to audio models
Hi, any plan to add audio to audio support? There are couple of open source model witch provide that
feature request
low
Minor
2,707,783,663
rust
Unnecessarily complex suggestion when using extraneous reference type
### Code ```Rust fn main() { let a: Vec<i32> = Vec::new(); let ref_a = &a; let mut b: Vec<i32> = Vec::new(); b.extend(&ref_a); } ``` ### Current output ```Shell error[E0277]: `&&Vec<i32>` is not an iterator --> src/main.rs:5:14 | 5 | b.extend(&ref_a); | ------ ^^^^^^ `&&Vec<i32...
A-diagnostics,T-compiler,A-suggestion-diagnostics
low
Critical
2,707,932,696
godot
"Make Local" will still reference original until editor restart.
### Tested versions - Reproducible in v4.3.stable.official [77dcf97d8], v4.4.dev5.official [9e6098432] ### System information Windows 11 Vulkan forward + dedicated Nvidia GPU 3080 ### Issue description When a scene is "Make Local" resources attached to the scene are not made unique until after editor restart. ...
bug,topic:editor
low
Minor
2,707,933,645
tauri
[feat] Include local NSH files in windows NSIS hooks
### Describe the problem Would be awesome to be able to use the !include feature in our `hooks.nsi` file so that we can abstract our nsi/nsh files. ### Describe the solution you'd like Not sure if this is already possible but attempting to do `!include "Example.nsh"` doesn't work neither does prepending "./" or ".\"...
type: feature request
low
Minor
2,708,035,370
yt-dlp
Add support for tvmonaco.com
### 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 new site support request - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://gith...
site-request,triage
low
Critical
2,708,045,555
godot
Overriding virtual properties in C# leads to errors in the generated code.
### Tested versions 4.2 and 4.3 ### System information Godot v4.3.stable.mono - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3080 Ti (NVIDIA; 32.0.15.6603) - AMD Ryzen 9 5950X 16-Core Processor (32 Threads) ### Issue description Overriding virtual properties in C# leads to errors in the ...
needs testing,topic:dotnet
low
Critical
2,708,078,867
pytorch
F.cross_entropy unexpectedly slower than F.log_softmax + torch.gather
I’m working on some training code that computes the total log probabilities of prediction sequences (i.e. outputs from a language model). I had previously implemented this using `F.log_softmax` followed by `torch.gather`, but realized this can also be done with `F.cross_entropy` with `reduction='none'` followed by a...
module: performance,module: nn,triaged
low
Major
2,708,094,785
go
cmd/internal/testdir: Test/fixedbugs/issue70189.go failures
``` #!watchflakes default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue70189.go" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8729828567881424129)): === RUN Test/fixedbugs/issue70189.go === PAUSE Test/fixedbugs/issue70189.go ===...
NeedsInvestigation
low
Critical
2,708,115,612
PowerToys
App picker
### Description of the new feature / enhancement Can you add a feature that force this panel similar to android ![Image](https://github.com/user-attachments/assets/ea5f6291-34c0-4d5f-a918-92bc588a58b4) something similar to this app https://switchbar.com/ ### Scenario when this would be used? Let's say you clicked ...
Idea-New PowerToy,Needs-Triage
low
Minor
2,708,191,302
excalidraw
Lock position of elements
I often use Excalidraw with a digital pen, and I’ve noticed that accidentally moving elements is a recurring issue. Whenever I touch elements on the interface with the pen, they tend to move unintentionally. To address this, I suggest implementing a "Lock Position" option that prevents elements from being accidentally...
enhancement
low
Minor
2,708,275,375
PowerToys
Mouse Without Borders copy folder
### Description of the new feature / enhancement It tells me that I can't just copy a folder, I need to package it into a zip file first and then copy it, so why doesn't powertoys do this directly? I think it's possible to add an additional option to automatically perform the package-send-unzip to a specified director...
Idea-Enhancement,Needs-Triage,Product-Mouse Without Borders
low
Minor
2,708,279,034
electron
`BaseWindow.fromWebContents()`
### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched ...
enhancement :sparkles:
low
Major
2,708,292,027
vscode
Code-Snippet file has no icon
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creat...
feature-request,snippets
low
Critical
2,708,295,539
vscode
PowerShell integrated terminal is launched in the system directory when cwd contains square brackets
<!-- ⚠️⚠️ 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,confirmed,terminal-shell-pwsh
low
Critical
2,708,307,216
pytorch
Should coordinator_rank in class _DistWrapper be the global_rank instead of local rank in its process group?
### 🐛 Describe the bug For the class `_DistWrapper` in dcp, its `coordinator_rank` has been set to local rank of its process group: https://github.com/pytorch/pytorch/blob/c2fa544472f5fdc9825901e63a40d5ed840ca61e/torch/distributed/checkpoint/utils.py#L71 However, in its method of `gather_object()`, the `coordinat...
oncall: distributed,triaged,oncall: distributed checkpointing
low
Critical
2,708,309,624
transformers
Unexpected output of _flash_attention_forward() for cross attention
### System Info My environment: > transformers 4.44.1 > flash-attn 2.6.3 ### Who can help? _No response_ ### Information - [ ] My own modified scripts ### Tasks - [ ] My own task or dataset (give details below) ### Reproduction ```py import torch from tra...
bug
low
Critical
2,708,317,719
transformers
Make it possible to save and evaluate checkpoint on CTRL+C / `KeyboardInterrupt` with Hugging Face Trainer
### Feature request I would like to request that one or more optional flags be added to the Hugging Face Trainer, perhaps named `save_on_exit`/`save_on_interrupt` and `eval_on_exit`/`eval_on_interrupt`, to ensure that a checkpoint is always saved upon CTRL+C or perhaps even a kill command sent via `wandb`. ### Motiva...
Feature request
low
Critical
2,708,331,873
godot
Multiple OpenXR action sets in the same map causes bindings to not function properly
### Tested versions Reproducible in v4.3.stable.official [77dcf97d8] and currently untested in any 4.4 dev or betas ### System information Godot v4.3.stable - Windows 10.0.26100 - Vulkan (Mobile) - integrated Intel(R) UHD Graphics 730 (Intel Corporation; 31.0.101.4502) - 13th Gen Intel(R) Core(TM) i5-13400 (16 Threa...
bug,topic:xr,topic:input
low
Critical
2,708,421,059
terminal
Preview: Inconsistent Behavior When Writing to Stdout While Reading From Stdin
### Windows Terminal version 1.22.3232.0 ### Windows build number 10.0.19045.5131 ### Other Software WSL seems to work fine, but other hosted terminals have this issue. To be clear, this only happens with the preview version of WT. The stable version works fine. ### Steps to reproduce Create any program that beg...
Issue-Bug,Product-Terminal,Needs-Tag-Fix,Area-CookedRead
low
Major
2,708,429,589
rust
Running `./x test tests/debuginfo` triggers recompiles for debugger visualizer script changes
After making changes to `src\etc\lldb_commands`, re-running the debuginfo tests triggers a 10-15 minute compile to, in effect, replace 1 file that's read and executed at runtime. Might also be worth adding a CI rule to allow for using everything prebuilt and just replacing the debugger visualizer files to speed things...
A-testsuite,A-debuginfo,T-bootstrap,C-bug,A-compiletest
low
Critical
2,708,595,814
pytorch
Compiled and masked MHA running with DDP and `no_grad()` leads to Graph break due to unsupported builtin torch._C._distributed_c10d.PyCapsule._broadcast_coalesced
### 🐛 Describe the bug As titled, calling `torch.nn.MultiheadAttention` with `attn_mask` within a compiled model wrapped in DDP and `no_grad()` leads to the graph break warning. I track the issue down to this gist: https://gist.github.com/EIFY/dee8c28e1f5c7d78388020abd36a627e ```sh cd ~/Downloads/dee8c28e1f5c7d...
oncall: distributed,module: nn,triaged
low
Critical
2,708,599,818
vscode
Synchronize Text Selection Highlights Across Split Panes in the Same File or unsaved tab code
<!-- ⚠️⚠️ 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. --> Currently, Visual Studio Code highlights occurrences ...
feature-request,editor-core
low
Minor
2,708,603,790
angular
Route Resolvers: allow for async (non blocking) resolve of data
### Which @angular/* package(s) are relevant/related to the feature request? router ### Description For my app I need to fetch data and I like to do this in my Router config, using Route Resolver functions. I prefer to load my core data via a resolver in the root, in a blocking way because it is required to render t...
area: router,cross-cutting: signals
low
Minor
2,708,665,053
pytorch
Adding to Private Type Stubs
### 🚀 The feature, motivation and pitch In torch/nn/functional, many calls are made to functions from torch._C._nn, but the type stubs in torch/_C/_nn.pyi (once generated) are incomplete and many of these calls are not recognized as valid by type-checking software. I propose adding to these private type-stubs. #...
module: nn,module: typing,triaged
low
Minor
2,708,681,516
flutter
flutter create command does not populate iOS Team Identifier
### Steps to reproduce 1. on a Mac 2. on command line, create a new project `flutter create testproject` 3. open project in vscode 4. select physical iOS device for debugging 5. run project ### Expected results Project should build, sign, deploy, and run on an iOS device ### Actual results Build ou...
platform-ios,tool,P2,has partial patch,team-ios,triaged-ios
low
Critical
2,708,840,188
next.js
wrong resources URL keep reloading multiple times
### Link to the code that reproduces this issue https://github.com/lior-amsalem/nextjs-refresh-bug ### To Reproduce 1. git clone this project: `git clone https://github.com/lior-amsalem/nextjs-refresh-bug` 2. npm i 3. npm run dev 4. open console see this: <img width="755" alt="image" src="https://github.com/user...
bug
low
Critical
2,708,890,711
tauri
[feat] provide a way to set webview locale
### Describe the problem Edge webview does not always properly detect system local and defaults to en-US. Which leads to all dates and other region formatted strings being incorrect. There is also a use case for having system locale be different from preferred locale of the tauri app. ### Describe the solution you...
type: feature request
low
Minor
2,708,903,950
PowerToys
FancyZones can only snap the windows of apps that run as admin, by holding down mouse's secondary key.
### Microsoft PowerToys version 0.86.0 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? FancyZones ### Steps to reproduce (This issue did not firstly appear in version 0.86.0 but it definitely was not there some versions ago.) Using FancyZones, try to manage (i.e....
Issue-Bug,FancyZones-Dragging&UI,Product-FancyZones,Needs-Triage
low
Minor
2,708,907,219
deno
Add `hidden` and `internal` task options
The recent "Task dependencies" feature is great task composition method but I think there is 2 missing options. - `hidden`: that allow to hide a task from tasks list but kept callable (eg: when it is only used as dependency or for legacy purposes, ...) - `iternal`: that allow to hide a task from tasks list and not ca...
suggestion,task runner
low
Minor
2,708,934,957
rust
std assumes that accessing an already-initialized TLS variable is async-signal-safe
TLS accesses are not documented to be async-signal-safe, but they mostly are – except for the first access to a variable. We rely on that: we install signal handlers that access thread-local variables, but we ensure they have been accessed before setting up the signal handler. This would be a good thing to discuss with...
A-runtime,A-thread-locals,C-bug,T-libs
low
Major
2,709,002,764
opencv
discrepancy in constants defined between the core modules and the Objective-C (objc) bindings in OpenCV 5.x
### System Information OpenCV version: 5.x Operating System / Platform: Ubuntu 22.04 Compiler & compiler version: GCC 11.3.0 OpenCV Python version: 5.x Operating System / Platform: Windows 11 Python version: 3.11.4 OpenCV version: 5.x Operating System / Platform: macOS 13 Ventura Development Environment: X...
bug,platform: ios/osx,category: swift/objc bindings
low
Critical
2,709,012,600
rust
Support non-UTF-8 in environment variable dependency tracking
[`ParseSess::env_depinfo`](https://github.com/rust-lang/rust/blob/6c76ed5503966c39381fac64eb905ac45e346695/compiler/rustc_session/src/parse.rs#L226) stores `Symbol` instead of `OsStr`. While we're at it, might make sense to actually not store the environment variable value at all, and instead fetch it inside `write_ou...
T-compiler,C-discussion
low
Minor
2,709,018,916
opencv
How do I get the address of cv::cuda::GpuMat?
### System Information function cudaMemcpyAsync **invalid argument** ### Detailed description When I use function cudaMemcpyAsync copy memory DeviceToDevice,the second parameters need to pass the **device address of blob_img_GPU**,How should I specify it? In my code, I use blob_img_GPU.ptr(),but it is fault. W...
question (invalid tracker),category: gpu/cuda (contrib)
low
Critical
2,709,087,334
kubernetes
Improper Permissions on ConfigMap and Secret Mounts
### What would you like to be added? Hey, I am opening this issue publicly as it was approved by a member of the Kubernetes staff on HackerOne (#2867563) to be discussed with the larger community. Since addressing it would break existing users, it may require a Kubernetes Enhancement Proposal (KEP). The staff member a...
sig/storage,sig/node,kind/feature,sig/security,needs-triage
low
Major
2,709,091,011
godot
Visual Shaders Texture2DParameter can't be turned into constant (Unlike other Parameter nodes)
### Tested versions 4.3 Stable ### System information Windows 10 x64 (But not related to the issue) ### Issue description ![Image](https://github.com/user-attachments/assets/3707bfab-3e93-4f13-83a7-e1b091339875) ![Image](https://github.com/user-attachments/assets/a14f85de-a231-487e-b35b-486be46c9e52) ![Image](http...
enhancement,topic:editor,topic:shaders
low
Minor
2,709,095,182
pytorch
Nearest-neighbour upsampling with `interpolate` silently fails on CUDA when output size exceeds 2^31
### 🐛 Describe the bug Upscaling a tensor where the result size would exceed 2^31 (considering one of the upscaled dimensions) results in zero-valued tensors and no error message, if memory format is `channels_last`. **Reproduction** Consider the following **working snippet**. The output is all ones. ```py...
high priority,module: nn,module: cuda,triaged,module: 64-bit
low
Critical
2,709,109,527
go
x/crypto/x509roots: apply constraints with CertPool.AddCertWithConstraint
Now that #57178 has landed, we should use CertPool.AddCertWithConstraint to apply nss.Constraint values. In particular, the Entrust root now has [a Distrust After of November 30, 2024 that we need to apply](https://sslmate.com/blog/post/entrust_distrust_more_disruptive_than_intended). /cc @golang/security
Security,NeedsFix
low
Minor
2,709,126,426
tauri
In the Tauri project development, how to implement the name change of the Tauri menu?
In the Tauri project development, how to implement the name change of the Tauri menu? Mainly used in multi-language development, such as English: Copy in Chinese: copy, just change the display name, do not change the shortcut key event operation, thank you. The current project is using Tauri 1.x
type: documentation
low
Minor
2,709,153,300
pytorch
Optimizers' `differentiable` flag doesn't work
### 🐛 Describe the bug #### 🐛 Bug description The use of the `differentiable` flag in the optimizers such as SGD and Adam leads to the following exception: ```bash Traceback (most recent call last): File "/home/haug/test.py", line 15, in <module> optimizer.step() File "/home/haug/.venv/lib/python...
module: optimizer,triaged,actionable
medium
Critical
2,709,193,011
flutter
Custom semantics actions not working on Mac OS
Hi, Adding custom semantics actions has no affect on Mac OS: ```import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. ...
a: accessibility,platform-mac,a: desktop,has reproducible steps,P2,team-macos,triaged-macos,found in release: 3.24,found in release: 3.27
low
Critical
2,709,200,867
vscode
Git - Built-in Git extension does not respect `includeIf` in a symbolic link directory
<!-- ⚠️⚠️ 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,git
low
Critical
2,709,267,748
TypeScript
Flattening types in generated .d.ts files for libraries
### 🔍 Search Terms "delcaration readable" "declaration pretty" ### ✅ Viability Checklist - [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [x] This wouldn't change the runtime behavior of existing JavaScript code - [x] This could be implemented without emitting different JS based on ...
Suggestion,Awaiting More Feedback
low
Minor
2,709,304,618
godot
Changing scene twice in `_ready` fails to call `_ready` on final scene
### Tested versions Reproducable in 4.3-stable ### System information Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1080 (NVIDIA; 32.0.15.6094) - Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz (8 Threads) ### Issue description Create a series of 3 scenes with attached scripts. ...
bug,topic:core
low
Critical
2,709,313,077
PowerToys
Make a tool to disable/reenable mouse devices on standby/wakeup
### Description of the new feature / enhancement a PowerToys that disable mouse devices when a standby is initiated, and reenable them when computer resumes it would be a good workaround to the issue of Windows 11 and Modern Standby reacting to mouse events. ### Scenario when this would be used? Since Windows 11 an...
Idea-New PowerToy,Needs-Triage,Product-Mouse Utilities
low
Minor
2,709,502,538
TypeScript
Generic function with function as argument autocomplete broken, unless generic argument of the argument function is it's first argument
### 🔎 Search Terms typescript generic function no autocomplete function as argument ### 🕗 Version & Regression Information Relevant versions are 5.4.5 and above, tested in all versions from 5.4.5 to 5.8.0 (Nightly) inclusive, I was able to reproduce the bug in all versions. ### ⏯ Playground Link https://www.type...
Suggestion,Help Wanted,Experience Enhancement
low
Critical
2,709,503,895
go
proposal: require more information for proposals
### Proposal Details The current [proposal process](https://github.com/golang/proposal) for non spec changes is fairly lightweight for the proposer: there is a text box labeled "Proposal Details". This has led to quite a large number of proposals, at the time of filing: [743 open proposals marked incoming](https://...
Proposal
low
Major
2,709,527,675
TypeScript
should error on assignment that shadows a prototype method
### 🔎 Search Terms own property, shadow, prototype, method, field, inheritance ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed - https://github.com/microsoft/TypeScript/issues/13141 - [MDN docs on classes](https://developer.mozilla.org/en-US/docs/Web/Ja...
Suggestion,Awaiting More Feedback
low
Critical
2,709,581,688
pytorch
StrideAPI caused regression in channels-last logic
### 🐛 Describe the bug https://github.com/pytorch/pytorch/pull/128393 caused numerous performance/correctness regressions for the ops that had a special codepath for channels last, see - https://github.com/pytorch/pytorch/issues/141471 - https://github.com/pytorch/pytorch/issues/140902 - https://github.com/pyto...
high priority,triaged,module: regression,module: mps
low
Critical
2,709,584,057
vscode
Checked Render whitespace is not shown when the Vscode is initialised at start
<!-- ⚠️⚠️ 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,editor-render-whitespace
low
Critical
2,709,590,621
deno
`node:worker_threads` doesn't load passed in text as CommonJS
Deno 2.1.2 ```ts const Worker = require("worker_threads"); const w = (new Worker(`const self = require("worker_threads");`, { eval: true }))(); ``` ```ts error: Uncaught (in worker "[worker eval]") (in promise) ReferenceError: require is not defined const self = require("worker_threads"); ^ ...
bug,node compat
low
Critical
2,709,609,398
pytorch
Invalid `RPATH` for `_C.so` for in tree installation: assuption fail `"$ORIGIN/../.." -> site-packages`
### 🐛 Describe the bug For in-tree installation, there is a `pytorch-xxx.pth` which contains: https://github.com/pytorch/pytorch/blob/5deca07c0dcf1482eba99bf93b805cf1cc41ad6c/tools/nightly.py#L762-L771 points to the git repository. The `torch` package is not installed in the `site-packages` directory. `...
module: binaries,triaged,topic: build,topic: binaries
low
Critical
2,709,611,040
vscode
feature request: vscode://file scheme url add support for tilde based links
<!-- ⚠️⚠️ 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. --> Maybe I'm missing something.. but I wish to be able ...
feature-request,workbench-os-integration
low
Minor
2,709,649,364
godot
Black Background when trying to use pixel perfect transparency
### Tested versions I am using, and encountered the recurring issue on the official Godot 4.3.stable build, on compatibility mode. ### System information Godot v4.3.stable - Windows Version 10.0.22631 Build 22631 - NVIDIA GeForce RTX 3070 Laptop GPU ### Issue description My native resolution is 1920x1080, and wh...
bug,topic:rendering,needs testing
low
Minor