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,616,733,673
godot
GraphEdit frame bug makes all moving objects become children of one frame
### Tested versions Godot 4.3 Stable ### System information Windows 10 x64, Godot 4.3 ### Issue description When several nodes are selected from different frames, Godot picks one of these frames and adds everything into it (even when other items never collided with this specific frame). https://github.com/user-...
bug,topic:gui
low
Critical
2,616,743,108
next.js
Turbopack doesnt support magic comments
### Link to the code that reproduces this issue 👆🏻 ### To Reproduce I'm using dynamic imports with MDX to load in some mdx that lives outside the app dir. The approved method for this is to use dynamic imports so the file and it's images stay inside the module graph. Each blog post has a folder with the MDX fi...
bug,Turbopack,linear: turbopack
low
Minor
2,616,743,432
yt-dlp
Why did not download from https://treff.darc.de/playback/presentation ?
### 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 asking a question and **not** reporting a bug or requesting a feature - [X] I've looked through the [README](https://github.com/yt-dlp/yt...
site-request
low
Critical
2,616,751,710
go
proposal: testing: add (*testing.F).AddNamed() for naming seed corpus entries
### Proposal Details Currently the corpus entries ("sub-tests") added by `(*testing.F).Add()` are named like: `FuzzMyFuzz/seed#0`. In my case i am populating the fuzz corpus with file contents from the testdata directory, because of the default naming there is no easy way to quickly map seed corpus to a file (for `-ru...
Proposal
low
Minor
2,616,752,168
pytorch
DISABLED test_extra_cuda_context (__main__.ProcessGroupNCCLGroupTest)
Platforms: rocm This test was disabled because it is failing on main branch ([recent examples](https://torch-ci.com/failure?failureCaptures=%5B%22distributed%2Ftest_c10d_nccl.py%3A%3AProcessGroupNCCLGroupTest%3A%3Atest_extra_cuda_context%22%5D)). cc @H-Huang @awgu @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @c...
oncall: distributed,module: rocm,skipped
low
Critical
2,616,781,496
rust
Rust doesn't use niche in reference (or pointer) to slice
From [reddit thread](https://www.reddit.com/r/rust/comments/1gchzlt/why_cant_rust_optimize_the_size_of_optionoptiont/): why can't rust optimize the size of `Option<Option<&str>>`? Indeed, in spite of the fact that `&str` doesn't all use more than half of possible bit sequences ([top bit of 2nd word is always zero](htt...
T-compiler,A-layout,C-optimization,E-needs-design
low
Major
2,616,782,522
godot
`.rpc_id(` should not require `"call_local"` to run locally.
### Tested versions Reproduceable in all Godot 4.x version, including current `master` branch ### System information All ### Issue description Godot should trust the developer when calling `rpc_id(` on a locally owned node and continue the call locally even when `"call_local"` isn't part of it's `@rpc(`....
enhancement,discussion,topic:multiplayer
low
Critical
2,616,797,198
svelte
[docs] `paused` audio binding is listed as both two-way and readonly
https://svelte.dev/docs/svelte/bind#audio `paused` appears in both categories, [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/paused) says it's readonly.
documentation
low
Minor
2,616,801,971
deno
Some version ranges (`<`, `>`, `<=`, `>=`) not working.
I just tried to add package versions specified using semver ranges using `deno add ...`, `deno.json`, and inline imports, and they all fail with ``` 0: Invalid package specifier ... 1: Invalid specifier version requirement 2: Unexpected character. ``` when using the specifiers mentioned in the title, as well as c...
feat,install
low
Minor
2,616,804,893
svelte
Svelte 5: flip/crossfade animation breaks subsequent drag interaction on iOS
### Describe the bug On iOS Safari, there's a regression with Svelte 5 that causes elements to not respect CSS `transform: translate` styling after they've had a flip or crossfade animation or intro transition animation played on them. This one took a while to track down, and I am using the [Neodrag](https://github.co...
transition/animation
low
Critical
2,616,808,277
flutter
AppLifecycleListener has no onStart transition, contrary to diagram
The AppLifecycleListener doc shows the following state diagram: ![image](https://github.com/user-attachments/assets/b1ce57a5-44bc-4bee-83ed-eec9b7982dd7) From state `detached` to state `resumed` there's an arrow labeled `onStart`. But in the actual code there is no `onStart` callback, so that can't be accurate a...
framework,d: api docs,P3,team-framework,triaged-framework
low
Minor
2,616,843,963
electron
failed to execvp when chrome-sandbox has SUID bit and space in the install path
### 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/linux,bug :beetle:,has-repro-comment,32-x-y
low
Critical
2,616,854,490
PowerToys
Remapping key to shortcut doesn't work
### Microsoft PowerToys version 0.85.1 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? Keyboard Manager ### Steps to reproduce I'm trying to remap my F2 function key to the shortcut Ctrl+Shift+R using the Remap Key function. Ideally, that would only be enabled while in ...
Issue-Bug,Needs-Triage
low
Minor
2,616,856,631
godot
Automatic mipmap generation clears inspector view when adding texture to material
### Tested versions dev4.4 ### System information Godot v4.4.dev3 - Windows 10.0.22631 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4060 (NVIDIA; 32.0.15.6094) - 12th Gen Intel(R) Core(TM) i5-12400F (12 threads) ### Issue description as title says, when editing a material resource, ...
discussion,topic:editor,usability,topic:import
low
Minor
2,616,864,193
godot
Game crashes on exit if using CanvasItem string drawing functions
### Tested versions - Reproducible in 4.3-stable, C# enabled ### System information Godot v4.3.stable.mono - macOS 15.0.1 - Vulkan (Forward+) - integrated Apple M2 Pro - Apple M2 Pro (12 Threads) ### Issue description When running the scene with the attached script, it works fine while its running, however when cl...
bug,needs testing,crash,topic:gui
low
Critical
2,616,868,490
PowerToys
[Run] Add "default query" setting instead of "exclude" for Windows search/indexer plugin
### Description of the new feature / enhancement The "exclude" setting for Run's Windows search/indexer plugin should be replaced with a "default query" setting that lets us specify an initial base AQS query (which is the language you can use in Windows search queries). Whenever we type a query to search, the default ...
Needs-Triage
low
Minor
2,616,878,186
rust
Error when using image crate
```rs use std::{ fs::{self, File}, io::Write, }; use image::ImageReader; fn main() { println!("Hello, world!"); image_from("planet.png") } fn image_from(path: &str) { let image_data = ImageReader::open(path) .expect("Cann't open image file") .decode() .expect("Can't decod...
I-ICE,T-compiler,A-incr-comp,C-bug
low
Critical
2,616,881,698
rust
Tracking Issue for `const_char_classify`
<!-- 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
low
Minor
2,616,904,363
pytorch
Stabilizing the Kumaraswamy Distribution
### 🐛 Describe the bug The current implementation of the Kumaraswamy distribution has significant numerical instabilities in its log-pdf, inverse CDF, and their parameter gradient expressions. All such expressions contain unstable terms of the form `log(1 - exp(x))`. I believe these instabilities have significantly h...
module: numerical-stability,module: distributions,triaged
low
Critical
2,616,911,373
PowerToys
Left hand nav - phase two for better discovery
### Description of the new feature / enhancement ![Image](https://github.com/user-attachments/assets/45262825-7758-4b6e-9be4-e4fc738f1db9) Next steps for improving the settings left hand navigation system from https://github.com/microsoft/PowerToys/issues/23744 - oobe/scoobe - break out File explorer add ons <- ph...
Idea-Enhancement,Help Wanted,Product-Settings
low
Minor
2,616,931,956
kubernetes
[Flaking Test] ClusterLoaderV2.load overall (/home/prow/go/src/k8s.io/perf-tests/clusterloader2/testing/load/config.yaml)
### Which jobs are flaking? * sig-release-master-informing * ec2-master-scale-performance ### Which tests are flaking? * [ClusterLoaderV2.load overall (/home/prow/go/src/k8s.io/perf-tests/clusterloader2/testing/load/config.yaml)](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-kops-aws-scale-am...
sig/scalability,lifecycle/stale,needs-triage
low
Critical
2,616,944,920
ui
[bug]: Building production package fails due to Calendar component
### Describe the bug Running `bun run build` (or `npm run build`) produces this error, and fails to build: ![image](https://github.com/user-attachments/assets/c90b1dde-74a6-43f6-a3ea-2876fc8b4266) ``` Type error: Object literal may only specify known properties, and 'IconLeft' does not exist in type 'Partial<...
bug
low
Critical
2,616,951,642
godot
Dragging a texture to the inspector changes it to show the last object in the scene (viewport conflict)
### Tested versions Reproducible between ~3.4 and 4.3 ### System information Fedora 40 (KDE Plasma, Wayland) - Godot v4.3.stable.mono ### Issue description Dragging a newly-imported texture over the viewport and into the inspector causes the inspector to switch to an object of the scene _(the object gets...
bug,topic:editor
low
Minor
2,617,056,158
opencv
can not build the opencv by cmake
### Describe the doc issue OpenCV version: 4.6.0 Operating System / Platform: windows 11 Compiler & compiler version: GCC 8.1.0 D:\Software_EE\ProgramSupport_Package\Opencv_bin\opencv\sources\samples\cpp\tutorial_code\gapi\porting_anisotropic_image_segmentation\porting_anisotropic_image_segmentation_gapi_fluid.cp...
category: build/install,incomplete
low
Critical
2,617,070,708
ant-design
Table组件同时设置scroll.x和scroll.y时,样式不符合预期
### Reproduction link [![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/qao4xy?file=demo.tsx) ### Steps to reproduce 当同时设置scroll.x='max-content'和scroll.y的值,并将表头的文字内容设置到比列内容长 ### What is expected? 出现横向滚动条和竖向滚动条,同时表头不会换行,而是维持一行 ### What is a...
Inactive,improvement
low
Major
2,617,072,077
stable-diffusion-webui
Request for Security Policy
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [X] 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 - [X] The issue has not been reported before...
bug-report
low
Critical
2,617,090,570
tauri
[bug] Program process crashes when close window on MacOS (Coredump included)
### Describe the bug Program process crashes when close window on MacOS ### Reproduction _No response_ ### Expected behavior _No response_ ### MacOS core dump ``` {"app_name":"clash-verge","timestamp":"2024-10-28 09:41:17.00 +0800","app_version":"2.0.0-rc.4","slice_uuid":"f0368d2c-cfa2-3ae4-b11f-0b8...
type: bug,platform: macOS,status: needs triage
low
Critical
2,617,097,104
godot
Possible memory leak and/or data corruption in hash_map.h
### Tested versions Since the hash_map improvements (commit 8b7c7f5). Possibly affects every version of modern Godot ### System information All Versions / all OS's / All Hardware ### Issue description While reading over the code, I noticed that the ``_resize_and_rehash()`` function in ``hash_map.h`` might have a p...
topic:core,needs testing
low
Major
2,617,131,270
stable-diffusion-webui
Importing from timm.models.layers is deprecated/`resume_download` is deprecated
### Checklist - [ ] The issue exists after disabling all extensions - [ ] 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 - [ ] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
bug-report
low
Critical
2,617,149,794
deno
npm package @myriaddreamin/typst-ts-node-compiler stop working in Deno 2.0
Version: Deno 2.0.3 NPM package used to work in Deno 1.4.x npm@myriaddreamin/typst-ts-node-compiler npm:@resvg/resvg-js (also same problem) ` error: Uncaught (in promise) Error: Failed to load native binding Caused by: [ Error: Unsupported OS: undefined, architecture: undefined at requireNative (file://...
needs info
low
Critical
2,617,164,499
stable-diffusion-webui
[Bug]: when i load 'Stable Diffusion checkpoint' ,then backend server report a error log
### Checklist - [ ] The issue exists after disabling all extensions - [ ] 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 - [X] The issue has not been reported before...
asking-for-help-with-local-system-issues
low
Critical
2,617,165,037
vscode
Go to symbol in workspace shortcut in Codespaces (browser) is CTRL-T.
Keyboard shortcut for _Go to symbol in workspace_ is CTRL-T. But in codespaces context (in a browser) this opens a new browser tab. So there probably needs to be an alternative default in this hosting scenario. Version: 1.94.2 Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427 User Agent: Mozilla/5.0 (Windows NT 10.0; W...
help wanted,feature-request,good first issue,quick-open
low
Major
2,617,167,338
rust
Stable compilers don't emit ICE files?
I don't know for sure if this a bug or an unexpected intentional decision. It looks like, based on some experimentation and recent ICE reports on stable such as https://github.com/rust-lang/rust/issues/132240, that the stable compiler does not write and mention ICE files. I don't want that behavior, because some fract...
T-compiler,C-discussion,D-diagnostic-infra
low
Critical
2,617,205,220
ant-design
抽屉内使用list结合react-infinite-scroll-component 6.1.0无法进行滚动加载
### Reproduction link [![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/react-4rlipr?file=demo.tsx) ### Steps to reproduce 直接运行即可 ### What is expected? 抽屉内滚动list也会自动加载 ### What is actually happening? 滚动视乎无法再次触发next方法,不用抽屉是可以的 | Envir...
Inactive,🚌 External Dependency
low
Major
2,617,220,633
PowerToys
Shortcut is unavailable when focusing any other apps
### Microsoft PowerToys version 0.85.1 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? General ### Steps to reproduce 1. Enable shortcut in powertoys. 2. shortcut is available when focusing powertoys. 3. shortcut in unavailable when focusing any other apps, such a...
Issue-Bug,Needs-Triage
low
Minor
2,617,222,962
flutter
Page with UIKitView has memory leak after popup
### Steps to reproduce git clone https://github.com/MQTwist/flutter_uikitview_memory.git cd flutter_application_1 flutter create . flutter pub get open ios/Runner.xcworkspace ### Expected results On a page with UIKitView, the pop-up system pops up a window, and after the pop-up window is retracted, the memory is...
platform-ios,engine,a: platform-views,perf: memory,has reproducible steps,P2,team-ios,triaged-ios,found in release: 3.24,found in release: 3.27
low
Major
2,617,255,774
Python
Use list instead of string in rot13.py
### Feature description ### SUGGESTED IMPROVEMENTS **Minor Efficiency Improvements:** The code is efficient for its purpose, but using a list to accumulate characters instead of concatenating strings directly within the loop improves performance slightly, especially for longer strings. **Redundant n Argument in...
enhancement
medium
Critical
2,617,321,426
ollama
Fails to build on macOS with "fatal error: {'string','cstdint'} file not found"
### What is the issue? I followed the instructions for building on mac [here](https://github.com/ollama/ollama/blob/main/docs/development.md#macos), but this failed at the `go generate` step. Running `go generate ./...` fails with a set of header files not found errors. ``` $ go generate ./... + set -o pipefail ...
bug,macos,needs more info,build
low
Critical
2,617,325,524
godot
Path(3D) initial position of zero does not immediately update
### Tested versions Reproducible in 4.4 dev3 4.3 still has non immediate bug [issue 95612](https://github.com/godotengine/godot/issues/95612) ### System information Godot v4.4.dev3 - Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated Radeon RX 5500 XT - AMD Ryzen 7 5800X 8-Core Processor...
bug,regression,topic:3d
low
Critical
2,617,357,916
opencv
The new dnn engine does not support async inference
### System Information Platform: Any References: - https://github.com/opencv/opencv/pull/26208 - https://github.com/opencv/opencv/pull/26056 ### Detailed description - ### Steps to reproduce - ### Issue submission checklist - [X] I report the issue, it's not a question - [ ] I checked the problem with docume...
bug,category: dnn
low
Minor
2,617,360,235
vscode
Scroll Beyond First Line in Visual Studio 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. --> With the [workaround](https://github.com/microsoft/vs...
feature-request,editor-scrollbar
low
Minor
2,617,443,494
langchain
"Action Input" lost the last symbols when using AgentExecutor
### 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,investigate
medium
Critical
2,617,481,560
rust
Suboptimal codegen for integer slice matching without `|` in inner elements
In maching without `|`, this is not optimized as slice compare: ```rust let s: &[u8]; match s { &[b'a', b'b', ... , ..] => ... _ => ..., } ``` Slice compare: ```rust let s: &[u8]; let target = b"..."; if s.len() >= target.len() && &s[..target.len()] == target { ... } else { ... } ``` Integer: https://godbolt....
T-compiler,A-patterns,C-optimization
low
Minor
2,617,514,641
angular
`withComponentInputBinding` allow binding to Route's `title` property
### Which @angular/* package(s) are relevant/related to the feature request? router ### Description It would be nice if `withComponentInputBinding` supports binding to the current route's `title` property via an `input`. ### Proposed solution Allow binding to the route's `title` property, similar to other support...
area: router
low
Minor
2,617,527,120
yt-dlp
[youtube] match-filters: 'mark watched' should be skipped
### 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 ...
site-bug,triage,site:youtube,core:extractor
low
Critical
2,617,556,645
react-native
[Bug] 0.76 with new arch off - border-radius with non-integer values causes faded bottom padding
### Description I have just updated to RN 0.76 and seeing some weird behavior with non integer values when applying corner radius. It creates a bottom padding that has a faded color. ### Steps to reproduce Create a simple view and apply the following values: ``` return ( <View className="h-full bg-i...
Issue: Author Provided Repro,Needs: Attention,Type: Old Architecture,0.76
low
Critical
2,617,568,116
go
cmd/link: unresolvable R_RISCV_HI20 relocation against symbol `stderr@@GLIBC_2.27'
### Go version 1.23.2 linux amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='riscv64' GOBIN='' GOCACHE='/workspace/build/.cache/go-build' GOENV='/root/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCAC...
NeedsInvestigation,arch-riscv,compiler/runtime
low
Critical
2,617,570,357
ant-design
Modal Header & Footer Color Issue
### Reproduction link [https://ant.design/theme-editor](https://ant.design/theme-editor) ### Steps to reproduce 1. Navigate to: Component > Modal. 2. Attempt to change contentBg, footerBg, or headerBg color. ### What is expected? The entire header background color should change without any padding. #...
Inactive,improvement
low
Minor
2,617,732,966
next.js
Turbopack: `resourceQuery` is empty for import URLs that are remapped in TypeScript
### Link to the code that reproduces this issue https://codesandbox.io/p/github/kdy1/repro-next-69502/csb-pl26sn/draft/modest-bassi ### To Reproduce 1. Have Turbopack configured to load `*.mdx` file with a custom loader 2. Created a file in the root folder: `/assets/test.mdx` 3. Update tsconfig.json's `compi...
bug,Turbopack,linear: turbopack
low
Minor
2,617,737,451
rust
Tracking issue for release notes of #118833: Add lint against function pointer comparisons
This issue tracks the release notes text for #118833. ### 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,617,751,211
node
[Proposal] - Thead Safe data structures
### What is the problem this feature will solve? What I'd like to achieve is an implementation of shared (between worker threads) and thread safe data structures. I want something easier to work with when doing multithread nodejs. Sharing data between threads using SharedArrayBuffer can be hard sometimes. ### What...
feature request,worker
low
Minor
2,617,753,674
next.js
Babel TypeScript transformer does not support satisfies operator in v13
### Link to the code that reproduces this issue https://stackblitz.com/edit/vercel-next-js-elkp8u?file=pages%2Findex.tsx ### To Reproduce When using satisfies in the Next v13, incorrect syntax errors are thrown out as v13 is packaged with older versions of babel that do not have satisfies support. ### Current vs. E...
bug
low
Critical
2,617,825,697
godot
Godot UI unresponsive when extending primary monitor with secondary.
### Tested versions Tested: Godot 4.0 Godot 4.3 Godot 4.4 dev3 ### System information Godot v4.4.dev3 - Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 Laptop GPU (NVIDIA; 32.0.15.6081) - 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (16 threads) ### Issue d...
bug,needs testing,topic:gui
low
Critical
2,617,870,095
node
[Question] The difference between Buffer and ArrayBuffer
### Affected URL(s) _No response_ ### Description of the problem I'd like to confirm: Does `ArrayBuffer` in node allocate shared heap memory for objects, and is `Buffer` a separate chunk from the heap memory? If that's the case, isn't the size theoretically allocated by ArrayBuffer equivalent to the size of the ...
question,buffer,doc
low
Minor
2,617,870,348
vscode
Soft Assertion Failed
```javascript Error: Soft Assertion Failed at But in src/vs/base/common/assert.ts:43:21 at $od in src/vs/editor/browser/widget/diffEditor/diffEditorViewModel.ts:527:3 at <anonymous> in src/vs/editor/browser/widget/diffEditor/diffEditorViewModel.ts:178:15 at Array.map (<anonymous>) at o in src/vs/editor/browser/widget/d...
error-telemetry,diff-editor
low
Critical
2,617,871,212
vscode
Illegal value for lineNumber
```javascript Error: Illegal value for lineNumber at Om.getLineMaxColumn in src/vs/editor/common/model/textModel.ts:860:10 at _a.getBottomForLineNumber in out-vscode/vs/editor/browser/widget/codeEditor/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:583:40 at <anonymous> in src/vs/editor/browser/widget/diffEdit...
error-telemetry
low
Critical
2,617,874,228
ui
[bug]: The `ContextMenu` `onContextMenu` event propagating to the parent `ContextMenu` on `long-press`!
### Describe the bug I am building [r-cloud](https://r-cloud.vercel.app), a cloud storage provider progressive web application (PWA). I'm trying to make users feel as though they are interacting with an average `file-explorer`, thus using the `context menu` for some interactions ![Screenshot 2024-10-28 at 10 11 02]...
bug
low
Critical
2,617,895,349
vscode
Tool "copilot_vscodeAPI" was not contributed.
```javascript Error: Tool "copilot_vscodeAPI" was not contributed. at Ize.registerToolImplementation in out-vscode/vs/workbench/contrib/chat/browser/vs/workbench/contrib/chat/browser/languageModelToolsService.ts:82:10 at mFt.$registerTool in src/vs/workbench/api/browser/mainThreadLanguageModelTools.ts:51:54 at Pht.S in...
error-telemetry
low
Critical
2,617,925,797
transformers
Improve batching speed for Whisper models using VAD based chunking
### Feature request This feature request aims to improve the speed of Whisper's batched version by adding a VAD model (such as pyannote or from NeMO or Silero) and merging chunks up to 30 sec, instead of relying on the Sliding window technique that takes up more time. ### Motivation In addition to the benefits stat...
Feature request
low
Minor
2,617,927,023
flutter
Markdown Parsing Error: Text that ends with a break line and a hyphen returns only a bullet point
### Steps to reproduce By using the latest version of the package `flutter_markdown: 0.7.4+1` and using the class `MarkdownBody` and passing to the `data` parameter a text that ends with a line break and a Hyphen, for example: ``` Best Regards, Sally McMahon - ``` The result deletes the text previous to ...
package,team-ecosystem,has reproducible steps,P2,p: flutter_markdown,triaged-ecosystem,found in release: 3.24,found in release: 3.27
low
Critical
2,617,973,860
tauri
[bug] http plugin does not store http-only cookies on cookie storage
### Describe the bug I have a session cookie (http-only) returned as part of the authentication process, which is handled by Tauri's HTTP Client plugin. Any request that is handled by the client (within the current session), includes the received cookie, but: - Using EventSource (SSE events) do not include the co...
type: bug,status: needs triage
low
Critical
2,618,031,339
kubernetes
API documentation incorrectly states that resizePolicy can be set to ephemeral containers
### What happened? ![스크린샷 2024-10-27 172423](https://github.com/user-attachments/assets/67362294-40c0-4af6-a4e9-40b06f9ec9e8) Based on the concept of `resizePolicy`, it is expected behavior that `resizePolicy` cannot be assigned to ephemeral containers, as they do not support resource requests or limits. However...
priority/backlog,kind/documentation,sig/node,help wanted,good first issue,triage/accepted
low
Critical
2,618,034,163
PowerToys
[pt run] Add what program was run to logger for audit.
### Description of the new feature / enhancement I love to use PowerToys Run. However, I accidentally ran an application uninstaller as the search unexpectedly included it as a top result. Pressing enter will execute the uninstall immediately without asking for confirmation, leading to the application being uninstalle...
Help Wanted,Product-PowerToys Run,Cost-Small,Run-Plugin
low
Minor
2,618,065,895
pytorch
Triton pre_hooks are ignored by torch.compile
### 🐛 Describe the bug `torch.compile` is ignoring the `pre_hook` argument defined in `triton.Config`, which makes models using some Triton kernels output wrong results. Here's a simple example to reproduce the issue: a Triton kernel that adds values (1 + 1), but it uses `atomic_add`, the output is initialized with...
high priority,triaged,oncall: pt2,module: user triton
low
Critical
2,618,098,827
deno
deno cache doesn't discover all deps / deno test adds extra deps?
Version: deno 2.0.3 (stable, release, aarch64-apple-darwin) Minimal reproducible example: * Clone https://github.com/brc-dd/deno-cache-not-stable * Run: ```sh deno cache --reload --lock=deno.lock foo.test.ts ``` * Notice that there is no change in deno.lock. * Now run: ```sh deno test ``` * ...
bug
low
Minor
2,618,188,920
rust
Fails to link verbatim libary in 1.82 on macOS
<!-- Thank you for filing a regression report! 🐛 A regression is something that changed between versions of Rust but was not supposed to. Please provide a short summary of the regression, along with any information you feel is relevant to replicate it. --> ### Code Full project to reproduce this bug is at https://g...
A-linkage,O-macos,T-compiler,C-bug,regression-untriaged
low
Critical
2,618,189,647
vscode
Option to enable `tsconfig.json` relative loading of TypeScript language service plugins
<!-- ⚠️⚠️ 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. --> Support resolving TypeScript language service plugins...
feature-request,typescript
medium
Critical
2,618,233,433
angular
Injector Tree diagrams reset on every change detection
### Is this a bug report or a feature request? - [x] Bug Report - [ ] Feature Request ### Please provide the steps to reproduce the issue [Bug Report only] 1. Open the stackblitz [stackblitz](https://stackblitz.com/edit/buncow?file=src%2Fmain.ts), which does nothing except trigger a change detection every second. 2....
area: devtools
low
Critical
2,618,262,415
deno
Repl panic importing dependency that patches `globalThis`
Reproduce - Version: Deno 2.0.3 (also on `1.46.3`) - MacOS - deno repl (normal run is different) - no permissions should be needed `deno` ```js > import "https://raw.githubusercontent.com/jeff-hykin/xcc_deno/afced534b1004fe42a8f4153c7cb2d20e5f3891d/main/js_box/null_env.js" ``` ``` ======================...
bug,repl
low
Critical
2,618,280,398
godot
Godot editor becomes unresponsive when the WM_SETTINGCHANGE or WM_SYSCOLORCHANGE message is received
### Tested versions - Reproducible in: 4.3-stable [77dcf97] ### System information Godot v4.3.stable (77dcf97d8) - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2080 Super with Max-Q Design (NVIDIA; 32.0.15.6590) - Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (12 Threads) ### Issue desc...
bug,platform:windows,topic:porting
low
Critical
2,618,337,498
react-native
How can I smoothly scroll upwards in a React Native FlatList without losing my position even momentarily?
### Description ``` <FlatList extraData={postsData.data} data={postsData.data} ref={postDataRef} onScroll={handleScroll} onMomentumScrollBegin={() => setInitialRender(false)} maintainVisibleContentPosition={{ minIndexForVisible: 10, }} initialNumToRender={10} onScrollToIndexFailed={(...
Issue: Author Provided Repro,Component: FlatList,Newer Patch Available,Needs: Attention
low
Critical
2,618,343,730
pytorch
Quantization API examples in the docs are outdated
### 📚 The doc issue Upon looking through the docs on [Quantization](https://pytorch.org/docs/stable/quantization.html), some API example code provided throw errors as they are either outdated or incomplete such as: 1. **Quantization Aware Training for Static Quantization API Example** ```python import torch ...
module: docs,oncall: quantization
low
Critical
2,618,381,007
ollama
Please update NuExtract to v1.5
Please update [NuExtract](https://ollama.com/library/nuextract) to the newest version on [huggingface](https://huggingface.co/numind/NuExtract-v1.5/tree/main)
model request
low
Minor
2,618,389,328
pytorch
Cannot compile with latest LLVM-19
### 🐛 Describe the bug Really not sure if this is a CMake issue or Pytorch one but I will start here as I think it's related to Pytorch cmake scripts. I ran into two errors trying to compile with LLVM-19. The first one I was able to get around by modifying the main pytorch CMakeLists.txt. The other one has me stum...
module: build,module: cuda,triaged
low
Critical
2,618,416,940
yt-dlp
ZenYandex: Unable to extract 'metadata'
### 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,patch-available
low
Critical
2,618,428,455
storybook
Svelte CSF issue with Save from Controls
### Describe the bug When a user tries to use the Save from Controls feature in a Svelte project with template syntax, it throws a cryptic error message without any helpful information to the user when he attempts to use any of the workflow controls (e.g., Update Story, Save new Story). This issue is reproducible in t...
bug,svelte,addon: controls,sveltekit,sev:S2
low
Critical
2,618,442,244
yt-dlp
Convert slides/storyboards to 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,core:post-processor
low
Critical
2,618,442,599
pytorch
Covert Conv3d to Conv2d, But output different
### 🐛 Describe the bug I tried to convert a Conv3d to Conv2d by splitting 3D kernels by the temporal axis, but outputs from the two differ: <img width="531" alt="image" src="https://github.com/user-attachments/assets/27a5e7fb-67fa-4fcb-a593-ccdaee44ba38"> <img width="1050" alt="image" src="https://github.com/user-a...
module: convolution,triaged
low
Critical
2,618,447,503
flutter
[a11y] screen reader rect doesn't change position after scroll
### Steps to reproduce Google Chrome (version 130) on macos with voiceover was used to reproduce. 1. Run provided reproduction code in web 2. Enable screen reader 3. Using screen reader navigation focus text 4. Scroll the page down ### Expected results Screen reader rect position gets updated to match po...
framework,a: accessibility,f: scrolling,platform-web,has reproducible steps,P2,team-web,triaged-web,found in release: 3.24,found in release: 3.27
low
Critical
2,618,452,178
ui
[feat]: Include URLs to blocks as registryDependencies
### Feature description When creating a registry block, allow URLs to other blocks to be used as `registryDependencies` ### Affected component/components _No response_ ### Additional Context An example of this could be: ```js { name: 'form-input', type: 'registry:block', dependencies: ['@radix-ui/react-l...
area: request
low
Critical
2,618,486,634
PowerToys
Support for adding mutiple keys to one shortcut
### Description of the new feature / enhancement The current implementation in KBM is that you can create a remapping to an existing shortcut eg. ALT+Q > ALT+F4 It also allows for chording on the keypress to execute something else eg. ALT+A, Q > Write some text || Tab || open a program This is nice and all but what ...
Needs-Triage
low
Minor
2,618,720,798
angular
NullInjectorError shows wrong component with missing provider
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description When injecting a pipe, e.g. DatePipe, directly into a component via inject or constructor, one has to register this pipe somewhere via the providers array metadata. When not doing so, there will be a NullIn...
area: core
low
Critical
2,618,722,153
langchain
MongoDBAtlasVectorSearch missing create_vector_search_index method as documented
### 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 ...
Ɑ: vector store,stale
low
Critical
2,618,727,343
ollama
Creating embeddings using the REST API is much slower than performing the same operation using Sentence Transformers
### What is the issue? I'm working on a RAG written in Python, and we're using ollama as the chatbot LLM provider. It's running in a Docker container and the Python app makes REST API calls to it. We have so far been using Sentence Transformers to create embeddings for documents that get ingested into the RAG and the ...
bug,performance
low
Major
2,618,818,155
pytorch
Add support for binding tensor kwargs in max-autotune templates
### 🚀 The feature, motivation and pitch I'm trying to write an inductor lowering for `torch._cslt_sparse_mm`, an aten op that takes has two optional tensor kwargs, `bias` and `alpha`. https://github.com/pytorch/pytorch/pull/137427 It appears from that [inductor](https://github.com/pytorch/pytorch/blob/main/tor...
triaged,oncall: pt2,module: inductor
low
Major
2,618,821,994
vscode
Terminal Cursor is at the wrong place with Python3.13
The terminal cursor seems to consistently be at wrong (further in the line) place, when user tries to use python3.13 inside the terminal: ![Image](https://github.com/user-attachments/assets/59081356-6531-4eac-b4a7-f73794ccf428) I think it is VS Code thing, since the cursor seems "normal" for external terminal and Pyc...
bug,terminal-input,python
low
Minor
2,618,845,735
ant-design
AntD v5 is very slow - Oct. 2024
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-qlfglw) ### Steps to reproduce Add any number of AntD components to a page and notice that rendering performance degrades linearly. Once you...
🗣 Discussion,Inactive,⚡️ Performance
medium
Major
2,618,903,724
next.js
"use cache" crashes if it contains tainted values
### Link to the code that reproduces this issue https://github.com/mordechaim/next-repro-cache-taint ### To Reproduce 1. Start the application 2. See the error on page load ### Current vs. Expected behavior **Current behavior** The cache errors with the message passed to `taintUniqueValue`: ![image](https://git...
bug
low
Critical
2,618,905,592
PowerToys
PowerToys Workspaces does not launch specific UWP app: Laney
### Microsoft PowerToys version 0.85.1 ### Installation method Microsoft Store ### Running as admin No ### Area(s) with issue? Workspaces ### Steps to reproduce - Install [Laney](https://www.microsoft.com/store/productId/9MSPLCXVN1M5?ocid=pdpshare); - Login to account (it is [VK](https://vk.com/)) - I beli...
Issue-Bug,Needs-Triage,Needs-Team-Response,Product-Workspaces
low
Critical
2,618,933,995
node
Freeze NODE_OPTIONS for SingeExecutableApplications
### What is the problem this feature will solve? The `NODE_OPTIONS` environment variable allows configuration of the node process at runtime. This is inappropriate for *Single Executable Applications*. But the configurability provided is also something strictly desirable foe *Single Executable Applications* at "build"...
feature request,single-executable
low
Major
2,618,991,599
react-native
TextInput briefly displays restricted characters before validation removes them when using onChangeText
### Description Hi there, Just wanted to bring up an issue that many of us have come across. When using TextInput with validation in onChangeText, restricted text still flashes for a moment before it gets removed. This is a pretty common need in apps, where real-time validation is used to guide user input (like blo...
Issue: Author Provided Repro,Component: TextInput,Needs: Attention
low
Major
2,618,995,763
pytorch
[dynamo] `dynamo_expected_failures` is silent on certain tests that ended up passing
### 🐛 Describe the bug I discovered that some tests from `test/dynamo` are put in `dynamo_expected_failures`, yet those tests are passing with `PYTORCH_TEST_WITH_DYNAMO=1`, and we never saw any error to suggest removing those expected failures. This suggests we might have more things in `dynamo_expected_failures` ...
module: tests,triaged,oncall: pt2,module: dynamo
low
Critical
2,619,012,857
deno
why command for discovering why is some dependency installed
It's nice that `deno install` print warning about pakages that are deprecated, but without some `pnpm why` analog it's hard to tell why it is installed (relevant dependency graph)
suggestion
low
Minor
2,619,012,896
ollama
ollama run aya-expanse:32b gives nonsensical output
### What is the issue? aya-expanse 8b runs fine, but 32b produces nonsensical output as shown below ollama run aya-expanse:8b >>> hi Hello! How can I help you today? ollama run aya-expanse:32b >>> hi L<PAD>KJ<PAD>OLE6IEGU;F<B9DN:FM4VNOUSV7I=5<UNHBGUQTUR=GOG;<PAD>LRN<CLE<;7BV@>T:8ND5>>;<34<PAD>LR;C;D7...
bug
low
Critical
2,619,071,468
kubernetes
CEL: enable size validations based on observed sizes, not worst case sizes
I would like the ability to express size limits in my API based on the observed sizes of nested objects/arrays, rather than the worst case. For example, consider an API like so (this is a real API we have): ```yaml rules: - from: - serviceAccounts: - foo/bar ``` As you can see, we have 3 tiers of l...
sig/api-machinery,kind/feature,triage/accepted
low
Major
2,619,083,594
rust
No way to disable tests for `*-windows-gnu` but keep them enabled for `*-windows-gnullvm`
If I write: ``` //@ only-windows //@ ignore-windows-gnu // or just ignore-gnu ``` Then gnullvm will be also excluded. There are few things (like CFGuad) that will probably never work with mingw-w64+GNU targets but are supported on mingw-w64+LLVM (not yet within Rust). Using `//@ only-windows-gnullvm` won't be an opti...
T-bootstrap,E-medium,C-bug,A-compiletest
low
Major
2,619,086,283
rust
Tracking issue for `TypingMode` transition
#131856 transitions the type system from separately tracking the `Reveal` in the `ParamEnv`, and `intercrate` and `defining_opaque_types` in the `InferCtxt` to tracking all of that state in a shared enum `TypingMode` as a field on the `InferCtxt`. This is a necessary step towards correctly handling opaque types after ...
A-type-system,C-tracking-issue,T-types
low
Minor
2,619,102,043
ui
[bug]: global.scss errors when Sass comments // exist
### Describe the bug If global.scss file has comments in Sass form `//` then `npx shadcn@latest add ...` errors out. ### Affected component/components n/a ### How to reproduce 1. Create a global.scss file if you don't have one 2. Make sure it has @tailwind directives (since this is how shadcn/ui determines the gl...
bug
low
Critical
2,619,111,571
langchain
__modify_schema__ Method Unsupported in Pydantic v2 Compatibility with Langchain
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
🤖:bug
low
Critical
2,619,121,402
go
cmd/link: static linking creates binaries that segfault when built with `-msan`
Discovered during #70054. Don't know what's happening, but I'm adding skips in `dist` for now.
help wanted,NeedsFix,compiler/runtime
low
Minor