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,631,555,914
ui
[bug]: error using sidebar on mobile
### Describe the bug ## Error: When opened the sidebarit returns an error. ![image](https://github.com/user-attachments/assets/70b1de6f-68aa-4ada-8042-0b03ca3d142d) ![image](https://github.com/user-attachments/assets/4b232f88-2a03-499d-b04e-43779f1aa1a0) ![image](https://github.com/user-attachments/assets/6c...
bug
low
Critical
2,631,589,298
vscode
Conditional breakpoint is not being hit with source-mapped TypeScript variables in VSCode
Type: <b>Bug</b> Conditional breakpoints in VSCode are not being hit when set on TypeScript variables that are source-mapped to slightly different names in the generated JavaScript code. However, these breakpoints work correctly in the browser debuggers (both Firefox and Chrome). Reproduction repository: https://git...
feature-request,debug
low
Critical
2,631,592,260
langchain
Error when I try Cohere with Bedrock
### 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,631,603,084
godot
.NET Export Ignores Solution Path and Incorrectly Appends Assembly Name for Projects in Subdirectories
### Tested versions Reproducible in: 4.3.stable.mono.official [77dcf97d8] ### System information Godot v4.3.stable.mono - Windows 10.0.22631 - Vulkan (Mobile) - dedicated Radeon RX 580 Series (Advanced Micro Devices, Inc.; 26.20.13002.133) - AMD Ryzen 5 2600 Six-Core Processor (12 Threads) ### Issue descrip...
topic:dotnet
low
Critical
2,631,613,738
pytorch
DISABLED test_rng (__main__.TestCompilerBisector)
Platforms: linux, rocm, slow This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_rng&suite=TestCompilerBisector&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/32449134122). Over the past 3 hours, it has bee...
triaged,module: flaky-tests,skipped,oncall: pt2,module: dynamo
medium
Critical
2,631,619,911
tauri
[bug] Tauri unilaterally overrides MACOSX_DEPLOYMENT_TARGET, causes sys crates to spuriously rebuild
### Describe the bug On macOS, there's a special env var `MACOSX_DEPLOYMENT_TARGET` that implicitly configures the system's C compiler, linker, and opts in to or out of breaking changes in macOS. Objects built for different deployment targets may be incompatible. The `cc` crate [knows this](https://github.com/rust-lan...
type: bug,platform: macOS
low
Critical
2,631,701,476
yt-dlp
SoundCloud Download Liked Tracks
### 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 site-specific feature - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github...
site-enhancement,triage
low
Critical
2,631,705,740
TypeScript
When using typeof for the interface, it is hoped that the jsdoc comments of the expression can inherit typeof by default
### ๐Ÿ” Search Terms "typeof","jsdoc" ### โœ… 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 the types of the expression...
Suggestion,Help Wanted,Experience Enhancement
low
Minor
2,631,742,060
godot
The custom mouse image set in the project prompts a memory leak when the game exits.
### Tested versions The custom mouse image set in the project prompts a memory leak when the game exits, and can be reproduced in the following versions. v4.2.1.stable.official [b09f793f5] v4.3.stable.official [77dcf97d8] v4.4.dev3.official [f4af8201b] ### System information Windows 11 - Godot v4.3.stable.o...
bug,platform:windows,needs testing,topic:input
low
Critical
2,631,744,406
pytorch
[RFC]: Adding Triton Backend for Aten operators
# [RFC] Aten Operators in Triton for Multi-backend support ## Abstract This RFC discusses 1. the benefits and challenges of developing dispatch functions for Aten operators in Triton. 2. a practice in adding Triton backend functions to Aten operators. ## Motivation Pytorch now has 2600+ entries in [na...
triaged,oncall: pt2,module: inductor
low
Critical
2,631,756,463
PowerToys
The window pinning feature should add a pin icon at the top of the window
### Description of the new feature / enhancement The current window pinning feature can only display a border around the window, but the border significantly affects visibility. I hope an option can be added to set the style of the pinned window to display an image only in the upper right or upper left corner of the w...
Needs-Triage
low
Minor
2,631,775,459
pytorch
`torch.compile` doesn't support `set` arguments
### ๐Ÿ› Describe the bug ```python """Demonstrate error with `torch.compile` with `set` argument. pip install torch@https://download.pytorch.org/whl/nightly/cu124/torch-2.6.0.dev20241103%2Bcu124-cp310-cp310-linux_x86_64.whl pytorch-triton@https://download.pytorch.org/whl/nightly/pytorch_triton-3.1.0%2Bcf34004b8a-cp...
triaged,oncall: pt2,module: dynamo
low
Critical
2,631,793,231
go
x/net/html: ParseFragment out of memory on specially crafted input
### Go version go1.23.1 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='auto' GOARCH='amd64' GOBIN='' GOCACHE='/home/oof/.cache/go-build' GOENV='/home/oof/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/h...
NeedsInvestigation
low
Critical
2,631,801,118
deno
Can't type anything into prompt asking for read access to TERM
Tested Versions: 2.0.1, 2.0.4 OS: macOS Sequoia 15.2 Tested shells: ZSH, bash, sh, fish Tested terminal emulators: iTerm2, wezTerm, Ghostty, Apple Terminal Absolutely no keyboard input is accepted, including `CTRL + C` Passing the `--allow-all` flag works and the program can be ran normally My best guess i...
needs info
low
Minor
2,631,805,068
PowerToys
Screen cleaning mode
### Description of the new feature / enhancement The screen should turn off while the laptop is being cleaned, and then pressing a key would turn the screen back on. ### Scenario when this would be used? If someone wants to clean their screen without turning their laptop off, this would help. ### Supporting inform...
Needs-Triage
low
Minor
2,631,824,835
deno
Confirm `deno fmt` in well know directories
`deno fmt` is a pretty dangerous command as it will format all the files in a given directory (and sub directories). By default, it will update all files in place. Other tools, such as `cargo fmt` check for the existence of configuration files (such as a `Cargo.toml`), but Deno doesn't require any such files. If `de...
deno fmt,needs discussion
low
Minor
2,631,828,340
PowerToys
Low disk/volume space threshold control
### Description of the new feature / enhancement Windows will set a drive spacebar to red once it reaches 10% left on a drive. This made sense in the days of 100GB drives for example as 10% meant only 10 gb left . Now with people having 2 TB or even 4TB drives , 10% would mean 200GB or 400GB left and you end up with...
Needs-Triage
low
Minor
2,631,847,754
flutter
Running `flutter build web` in CI/CD is abnormally slow and sometimes even fails with `Target dart2js failed: ProcessException: Process exited abnormally with exit code -9`
### Steps to reproduce 1. Set up a new flutter project and enable web 2. Write a dockerfile to try and build for web in it (ours posted below) 3. Hook it up to a CI runner and have it try to build the docker image Example Dockerfile: ``` ####################### ## Build Container ## ####################...
tool,platform-web,a: build,P3,team-tool
medium
Critical
2,631,895,333
godot
ready() signal is called instantly from the Editor when loading the scene if connected via the Node tab's Signals menu
### Tested versions Reproducible in: v4.3.stable.official [77dcf97d8] ### System information Godot v4.3.stable - Fedora Linux 41 (KDE Plasma) - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 6600 (RADV NAVI23) - 12th Gen Intel(R) Core(TM) i5-12600KF (16 Threads) ### Issue description When connecting the rea...
bug,topic:editor,needs testing
low
Critical
2,631,915,450
rust
Unwarned Trait recursion causes stack overflow
### Code ```rs pub trait Dog: Animal {} pub trait Animal { fn speak(&self) { println!("Hey."); } } impl<D> Animal for D where D: Dog { fn speak(&self) { self.speak() } } pub struct Labrador; impl Dog for Labrador {} fn main() { Labrador.speak(); } ``` ### Current output #### E...
C-enhancement,A-lints,T-compiler,L-unconditional_recursion,L-false-negative
low
Critical
2,631,980,670
vscode
Ability to Temporarily Lock Folders in Workspace
<!-- โš ๏ธโš ๏ธ 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. --> It would be helpful to have a feature that allows us...
feature-request,file-explorer
medium
Major
2,632,003,387
node
Port/Duplicate async_hooks tests to use AsyncLocalStore
Short after https://github.com/nodejs/node/pull/55552 was merged I notices that this resulted in loosing a lot test for `AsyncLocalStore`. Before `AsyncLocalStore` was based on async hooks. There are plenty of tests for async hooks which implict verified that `AsyncLocalStore` does what it is expected. But since ...
diag-agenda,async_local_storage
low
Major
2,632,003,628
flutter
[Impeller] Camera Preview Not Displayed on Galaxy S9+ Model
### Steps to reproduce Recently, on the Galaxy S9+ model, the app screen appeared black, so I upgraded the Flutter version to 3.27.0-1.0.pre.329. From reviewing other GitHub issues, it appears that the Galaxy S9+ has incomplete support for Vulkan. This issue was resolved in version 3.27.0. Now, while the app scr...
e: device-specific,platform-android,engine,p: camera,package,c: rendering,P2,e: impeller,team-engine,triaged-engine
low
Major
2,632,009,023
TypeScript
The generated. d.ts file is missing jsdoc comments
### ๐Ÿ” Search Terms ".d.ts","jsdoc" ### โœ… 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 the types of the expressions...
Suggestion,Help Wanted,Experience Enhancement
low
Critical
2,632,014,213
neovim
startup autocmd event documentation is inconsistent with how it behaves
### Problem Frequently there is no `ChanInfo` event. Not sure if it's a doc/code/spec/cockpit issue. In develop.txt there's (twice) ``` - Call |nvim_set_client_info()| after connecting, so users and plugins can detect the UI by handling the |ChanInfo| event. This avoids the need for ... ``` But with `nvim-tui` the ...
bug,gui,startup,events
low
Major
2,632,096,523
pytorch
There is a bug in torch.cat for non-standard boolean
### ๐Ÿ› Describe the bug ```python import torch import numpy as np # params lower_value = 5 upper_value = 10 input_shape = [1024,1,1024,1024] # input_shape = [1024,1,1024,1023] # create numpy array input_array_0 = np.random.uniform(lower_value, upper_value, input_shape).astype(dtype="int8") input_...
triaged,module: boolean tensor,module: python frontend,module: edge cases
low
Critical
2,632,098,476
TypeScript
auto-import with `package.json#imports` does not take `moduleResolution` into account
### ๐Ÿ”Ž Search Terms "subpath", "imports", "package.json", "moduleResolution" ### ๐Ÿ•— Version & Regression Information - This changed in commit or PR #55015 - This is the behavior in every version I tried, and I reviewed the FAQ for entries about imports, completions ### โฏ Playground Link [alan910127/ts-60405-repro...
Needs More Info
low
Minor
2,632,131,845
kubernetes
Inconsistency of Partitions in StatefulSets with StartOrdinal Feature
### What happened? StatefulSet with ``` Replicas 9 StartOrdinal 2 Partition 5 ``` we will get [2,3,4,5,6] current revision [7,8,9,10] updated revision ### What did you expect to happen? If I understand the partition with definition https://github.com/kubernetes/kubernetes/blob/3036d107a0ee4855b992e9f49e...
kind/bug,sig/apps,needs-triage
low
Minor
2,632,164,597
PowerToys
Updates info relese notes opens even clicked off from settings
### Microsoft PowerToys version 0.85.1 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? General ### Steps to reproduce I dont know. ### โœ”๏ธ Expected Behavior I dont need to know update notes weeks after latest update. When turning off the Notification and Release ...
Issue-Bug,Needs-Triage
low
Minor
2,632,176,734
PowerToys
Shortcut key โ€œchordsโ€ sharing the first โ€œchordโ€
### Description of the new feature / enhancement Key chords are great for binding related stuff to the same ROOT key e.g. - `Windows + S, +S`: pause track - `Windows + S, +A`: prev track - `Windows + S, +D: `next track > Also note that adding this second dimension frees other keys and allows reusing the second chord...
Needs-Triage
low
Minor
2,632,291,906
langchain
RedisVectorStore add_texts uses wrong function parameter for ids
### 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
low
Critical
2,632,292,876
PowerToys
Shortcut key โ€œchordsโ€ for activating apps
### Description of the new feature / enhancement The keyboard manager can map โ€œchordsโ€ so I wonder why there is no option to bind them for app activation e.g. Text Extractor. As explained in https://github.com/microsoft/PowerToys/issues/35741, โ€œchordsโ€ are very useful for related actions when sharing the first "chord"...
Needs-Triage
low
Minor
2,632,306,028
storybook
[Bug]: 'viteConfigFile' automigration gets triggered for `@storybook/experimental-nextjs-vite`
### Describe the bug When running `npx storybook@latest upgrade` in a Storybook, which uses `@storybook/experimental-nextjs-vite`, the `viteConfigFile` automigration gets automatically triggered. This isn't necessary, because a dedicated `vite.config.ts` file isn't necessary for this framework ### Reproduction link ...
bug,nextjs,automigrations
low
Critical
2,632,348,291
vscode
Editable Refactor Preview
# Problem Statement Current refactor preview is very limited when using with the SOTA models. Meaning that we have to do a lot of overwork, after the edits are applied, to allow users to post edit partially correct changes, and allow them to keep a good code state in their workspace. The UX for this is always subpar ...
feature-request,workspace-edit
low
Minor
2,632,350,605
excalidraw
add an equal distribution feature
I would like to add an equal distribution feature, similar to the one in PowerPoint. For example, placing 5 blocks at once, and then clicking on equal distribution will make the spacing between them uniform.
More information needed / cannot reproduce
low
Minor
2,632,419,158
flutter
TextField doesn't receive input in focused state above PlatformView in Firefox
### Steps to reproduce 1. Run flutter app for web: `flutter run -d web-server --web-renderer canvaskit` 2. Open the URL in Firebox: `lib/main.dart is being served at http://localhost:XXXXX` 3. Open dialog with a tab on the `FloatingActionButton` 4. Click into the textfield and try to add input Firefox Versio...
a: text input,a: platform-views,p: maps,platform-web,package,has reproducible steps,browser: firefox,P2,team-web,triaged-web,fyi-text-input,found in release: 3.24,found in release: 3.27
low
Major
2,632,518,348
PowerToys
Workspaces doesn't recognize firefox developer edtion
### Microsoft PowerToys version 0.85.1 ### Installation method WinGet ### Running as admin Yes ### Area(s) with issue? Workspaces ### Steps to reproduce Try to create new workspace ![Image](https://github.com/user-attachments/assets/45401b18-1829-4393-b8bd-8f8c977d6d9d) Open firefox developer edition while i...
Issue-Bug,Needs-Triage,Product-Workspaces
low
Minor
2,632,524,220
go
proposal: slices, sort: randomize sort order of equal elements in tests
### Proposal Details Go's (non-stable) sort functions don't guarantee a particular ordering for equal elements. However, since the order of equal elements is always the same for a number of releases, tests tend to accumulate dependencies on the ordering of equal elements by accident. In Google codebase we noticed t...
Proposal
low
Major
2,632,530,638
rust
How do I run a single test of libstd with --nocapture ?
It is unclear to me how to run a single test of libstd using --nocapture. I've tried `--verbose` and `--test-args --nocapture` without any luck. Using ```shell --test-args `-- --nocapture` ``` reveals that `./x.py` passes the test runner a `--quiet` flag.
T-bootstrap,C-bug,E-needs-investigation
low
Major
2,632,547,973
electron
Resize window doesn't work on Wayland
### 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,33-x-y
medium
Critical
2,632,548,448
vscode
vscode takes too long to start with a white page
1. :warning: We have copied additional data to your clipboard. Make sure to **paste** here. :warning: ## System Info * Code: 1.95.1 (65edc4939843c90c34d61f4ce11704f09d3e5cb6) * OS: linux(5.15.0-124-generic) * CPUs: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz(16 x 2940) * Memory(System): 31.07 GB(25.13GB free) * Me...
bug,freeze-slow-crash-leak
low
Critical
2,632,619,639
PowerToys
Advanced Paste Feature Request
/### Description of the new feature / enhancement **Hi,** I suggest adding scripting capabilities to manipulate copied text and paste the processed text, user can add multiple scripts as he wants with its own title , when user triggers "Advanced paste" he can choose witch script to apply on the copied text, the script...
Needs-Triage
low
Minor
2,632,626,500
TypeScript
Does not find .mts file when doing extensionless import and Bundler
### ๐Ÿ”Ž Search Terms mts bundler ### ๐Ÿ•— Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for entries about Bundler ### โฏ Playground Link cannot test modulerResolution in the playground ### ๐Ÿ’ป Code tsconfig.json ``` moduleResolution: "Bundler" ``` file.mt...
Suggestion,Awaiting More Feedback
low
Minor
2,632,630,800
opencv
drawContours LINE_4 vs LINE_8
### System Information OpenCV v4.1.1 Raspbian Buster Python v3.7.3 ### Detailed description Good day, Drawing a contour using cv2.drawContours(image, [contours], 0, 255, lineType=cv2.LINE_4) produces a contour with 8-connectivity, and vice versa. See the screenshots: - using lineType=cv2.LINE_4 ![lineTyp...
bug,category: imgproc,incomplete
low
Minor
2,632,656,258
react
[DevTools Bug]: Settings / Components / Hide components where... - need to be set on each reload.
### Website or app https://react.dev/ ### Repro steps _When filtering components under "Hide components where... " you need to modify the filter each time you've reloaded the page and/or hide/show the Chrome DevTools. Otherwise the filter doesn't bite and the hidden components still show._ **For example:** Name ...
Type: Bug,Status: Unconfirmed,Component: Developer Tools
low
Critical
2,632,690,416
bitcoin
intermittent issue in wallet_upgradewallet.py: AssertionError: bdb magic does not match bdb btree magic
https://cirrus-ci.com/task/5232872305459200: ```bash 067] node0 2024-11-04T11:58:48.064759Z [httpworker.0] [src/wallet/wallet.h:936] [WalletLogPrintf] [default wallet] m_address_book.size() = 2 [06:58:49.067] test 2024-11-04T11:58:48.065000Z TestFramework (INFO): Can upgrade to HD [06:58:49.067] test 2024-11...
CI failed
low
Critical
2,632,710,510
rust
cargo build crash after move common.rs file to subdirectory
<!-- Thank you for finding an Internal Compiler Error! ๐ŸงŠ If possible, try to provide a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for how to create smaller examples. http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/ --> ### Code ```Rust <code> ``` ### Meta <!-- I...
I-ICE,T-compiler,A-incr-comp,C-bug,S-needs-repro
low
Critical
2,632,716,762
ui
[feat]: add support for microsoft rush monorepo
### Feature description Shadcn CLI does not support projects which are managed by [@microsoft/rush](https://rushjs.io/) mono repo. Rush mono repo could be configured to use either `npm`, `yarn` or `pnpm` but it has [its own way of managing dependencies](https://rushjs.io/pages/developer/modifying_package_json/#ru...
area: request
low
Critical
2,632,717,100
ui
[bug]: Cannot find module 'next-themes/dist/types' or its corresponding type declarations.
### Describe the bug Hello, I have upgraded my project to next 15.0.3-canary.5 and "next-themes": "^0.4.1", and now when I run `pnpm run build ` **It works with "next-themes": "^0.3.0",** ` ./src/components/theme-provider.tsx:5:41 Type error: Cannot find module 'next-themes/dist/types' or its correspon...
bug
low
Critical
2,632,721,085
godot
Polygon2d preview settings unaccessible(mobile)
### Tested versions 4.3Stable ### System information Godot editor 4 (mobile version from PlayStore) ### Issue description The window in the polygon2D preview can be moved from side to side or amplified, however, the actual settings can't be accessed, i cant slide up nor open the setting menu in any way at all. ##...
bug,platform:android,topic:editor,topic:2d
low
Minor
2,632,785,967
PowerToys
Accessibility: NVDA's mouse tracking broken in PowerToys
### Microsoft PowerToys version 0.85.1 ### Installation method GitHub, PowerToys auto-update ### Running as admin None ### Area(s) with issue? Welcome / PowerToys Tour window ### Steps to reproduce 1. Run NVDA 2. Press `NVDA+m` to turn on mouse tracking 3. Move the mouse inside the PowerToys window. ### โœ”๏ธ Ex...
Issue-Bug,Needs-Triage,Needs-Team-Response
low
Critical
2,632,796,946
storybook
[Tracking]: Component Testing Enhancements ๐Ÿ”ง
## ๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ Who: @JReinhold, @ndelangen and @ghengeveld This is a tracking issue for the Component Testing Enhancements ๐Ÿ”ง project. The purpose of this issue is to keep tracking of the overall status of the project and tasks, and plan everything around it. This project is a continuation of #29088 and is related to #2...
Tracking,addon: test
low
Minor
2,632,829,738
vscode
Null editorGhostText.foreground color in default high contrast themes
<!-- โš ๏ธโš ๏ธ 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,ghost-text
low
Critical
2,632,838,992
react
TestUtils.Simulate alternatives
Hi team. We're using Simulate from 'react-dom/test-utils' in our package, which is a dependency for other packages. However, Simulate is deprecated, and it's recommended to use @testing-library/react's fireEvent (https://react.dev/warnings/react-dom-test-utils). The problem is that we need to support React starting ...
Status: Unconfirmed
low
Minor
2,632,876,431
PowerToys
[Image Resizer] - The ability to apply multiple presets to a single image
### Description of the new feature / enhancement Often I find myself needing to create multiple sizes of a particular image. Image Resizer has made this fairly straightforward, as my most common sizes are saved as presets and I can just click on the size I need. However, there's multiple occasions where I need to resi...
Needs-Triage
low
Minor
2,632,909,456
langchain
Tool Calling Fails with Error with Azure Search for Agentic RAG
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the [LangGraph](https://langchain-ai.github.io/langgraph/)/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
low
Critical
2,632,921,102
vscode
Manual Updates
Type: <b>Feature Request</b> As a user when I select "Manual" as my update mode, I want to check to SEE if there are updates, AND MANUALLY apply them IF I CHOSE TO. STEPS: Click Settings icon click Application Find "Mode" dropdown Select Manual Click Settings icon Click "Check for Updates" When the check is comple...
feature-request,install-update
low
Critical
2,632,935,303
bitcoin
Mempool leak through the eviction policy
A spy can see whether a transaction exists in a target node's mempool before the node INV-announces it (overcoming the trickle protection). 0. Fill all the inbound slots of the target (up to 117 by default), and make sure your connections are not protected from eviction (e.g., delay block delivery to the target, etc...
Brainstorming,Privacy
low
Major
2,632,960,843
godot
Godot crashes randomly
### Tested versions 4.3.stable.official ### System information Linux Mint 22 X86_64 - Vulkan 1.3.289 - Forward Mobile - Using Device #0: AMD - AMD Radeon R3 Graphics (RADV STONEY) ### Issue description I am using a low end laptop to do projects on godot, 4 gigabytes of RAM, AMD A4-9125 RADEON R3 2C+2G. t...
bug,needs testing,crash
low
Critical
2,632,993,487
ollama
langchain-python-rag-document not working
### What is the issue? I downloaded the example [langchain-python-rag-document](https://github.com/ollama/ollama/tree/main/examples/langchain-python-rag-document) and tried to execute it using a fresh virtual environment and installing requirements.txt. No matter the Python version I used (3.9, 3.10, 3.11 and 3.12)...
bug
low
Critical
2,633,003,400
flutter
Add support for applying delta/factor transformations for TextTheme height, letter and word spacing
### Use case When switching from the the default material font, many times the height, letter spacing and word spacing need to all be adjusted slightly. doing this for all each text style is annoying. ### Proposal The text theme has the apply method which does bulk operations and even includes support for delta/fac...
c: new feature,framework,f: material design,waiting for PR to land (fixed),P3,team-design,triaged-design
low
Minor
2,633,045,683
deno
`deno fmt` consumes all available memory
Version: Deno 2.0.4 `deno --version` ``` deno 2.0.4 (stable, release, x86_64-unknown-linux-gnu) v8 12.9.202.13-rusty typescript 5.6.2 ``` ## Overview When formatting the following JavaScript code, `deno fmt` consumes all available memory. ```js let a={b:{c:1,d:()=>{{switch(1){default:if(1){if(1){}el...
bug,deno fmt,needs investigation
low
Minor
2,633,062,986
deno
Vite Project Conflicts with Deno and Other Package Managers
Version: Deno 2.0.4 OS: Fedora ## Vite Project Conflicts with Deno and Other Package Managers When you run a Vite project, the default port is set to `http://localhost:5173/`. When you try to run another Vite project while the first one is still running, it automatically sets the port to `http://localhost:5174/`...
needs investigation
low
Minor
2,633,066,831
vscode
Editor GPU: Handle the case where glyphs do not fit into standard atlas page slabs
Repro: 1. macOS (or a high DPI monitor preferably) 1. Enable editor gpu acceleration 2. Zoom in a lot, eventually things will all break as glyphs won't fit into the atlas pages Related: https://github.com/microsoft/vscode/issues/232979
bug,editor-gpu
low
Minor
2,633,077,032
PowerToys
Enhancement for "Crop and Lock" - Pixel Perfection
### Description of the new feature / enhancement In addition to showing a crosshair over the moused area, create a circular/squared preview of where the cursor is that is visually magnified without any form of smoothing, sharpening, or anti-aliasing, to allow for more precise selection of an area, and accept arrow key...
Needs-Triage
low
Minor
2,633,080,077
godot
[XR][GODOT4.3] godot4.3 openxr doesn't run properly on steamvr, it doesn't render, but the camera can be controlled!
### Tested versions v4.3.stable.mono.official [77dcf97d8] ### System information Windows 11 Godot v4.3.stable.mono.official [77dcf97d8] Vulkan Forward+, PICO VR NEO3, INTEL ARC A770 GRPHICS CARD ### Issue description c# code ``` using Godot; using System; public partial class Main : Node3D { pr...
bug,needs testing,topic:xr
low
Critical
2,633,087,824
rust
Fix argument splitting in compiletest
We should fix how arguments are split in compiletest, this involves multiple places: - The custom diff tool - `//@ compile-flags` and such They usually involve converting from a user-provided escaped string to `Command::new()` and `Command::arg` and such, but yeah. Command arg splitting in compiletest is currently ve...
T-bootstrap,E-medium,C-bug,A-compiletest
low
Minor
2,633,179,098
pytorch
Illegal Memory Access With `torch.compile`
### ๐Ÿ› Describe the bug We encountered an illegal memory access issue with `torch.compile` and customized torch library operator. Here's one minimal example to reproduce: ```python import torch @torch.library.custom_op("bug_report::foo", mutates_args=("a", "b")) def foo(a: torch.Tensor, b: torch.Tensor) -> ...
high priority,triaged,module: custom-operators,module: library,oncall: pt2,module: inductor
medium
Critical
2,633,192,126
vscode
Editor GPU: Lines that get decorations after initial render should be hidden in the canvas
Repro: 1. Enable editor gpu acceleration 2. Open a file with links in comments 3. Reload window, ๐Ÿ› notice that links lines are shown and then get bolder ![Image](https://github.com/user-attachments/assets/e8e512d4-11d5-4ea2-9ea7-ae56b57880a5)
bug,editor-gpu
low
Minor
2,633,207,100
kubernetes
container_memory_working_set_bytes shows previous container memory
### What happened? As raised at https://github.com/prometheus-operator/kube-prometheus/issues/2522, the `container_memory_working_set_bytes` metric shows memory from a killed container instance which is not running anymore, not allowing to use it to know the "real" memory usage. In my case, I still see the last mem...
kind/bug,sig/instrumentation,needs-triage
low
Critical
2,633,212,526
excalidraw
Whitelist wishlist
Hi there, Thanks for everything your doing to maintain this tool, I use it everyday and I'm grateful for its simplicity and speed. Could I please have the following urls whitelisted so I can use them in context within my lessons: - https://docs.getmoto.org - https://eu-west-2.console.aws.amazon.com - https://docs.aw...
whitelist
low
Minor
2,633,212,731
PowerToys
Can't add more than one additional PC to mouse without borders
### Microsoft PowerToys version 0.85.1 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? Mouse Without Borders ### Steps to reproduce I've tried in standard and administrator mode. I have no issues adding a second PC to the host PC, but as soon as I try to add a third PC...
Issue-Bug,Needs-Triage
low
Minor
2,633,226,104
langchain
[Bug][langchain_mistralai] KeyError: 'choices' in streaming response when using Vertex AI Model Garden Mistral integration
### 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,633,245,277
pytorch
Inductor should run fallbacks without Autograd-related dispatch keys
Inductor's charter is that it gets passed code that runs on Tensors, without needing to worry about the interaction with Tensor subsystems. This means that when it runs fallbacks (by invoking the operator through the PyTorch dispatcher), it shouldn't need to run the Autograd key, the ADInplaceOrView key, and possibly m...
triaged,oncall: pt2,module: inductor
low
Minor
2,633,246,106
TypeScript
'Move to a new file' operation reformats code (typescript)
<!-- โš ๏ธโš ๏ธ 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...
Needs More Info
low
Critical
2,633,325,194
go
x/tools/go/analysis/passes/lostcancel: add new context functions and make it configurable
### Go version go version go1.23.2 linux/amd64 ### Output of `go env` in your module/workspace: ```shell - ``` ### What did you do? run nogo ### What did you see happen? Analyzer `lostcancel` does not check if `cancel` returned by new `context` functions (`WithCancelCause`, `WithDeadlineCause`, `WithTimeoutCaus...
Tools
low
Major
2,633,359,401
rust
Use `git diff --no-index` as the default diff in compiletest
Since not long ago, compiletest supports custom diffing tools in the config. This is cool, but in practice probably not very used since it requires configuring it. I think that compiletest should, when `git` is available, use `git diff --no-index` by default as the diff. The default git diff is quite OK, and many peopl...
C-enhancement,T-bootstrap,A-compiletest,A-test-infra
low
Minor
2,633,388,921
kubernetes
Warnings on missing pull secrets can be confusing
### What happened? A previous enhancement has added a warning event when a pull secret is missing: https://github.com/kubernetes/kubernetes/pull/117927 If the image has pulled successfully because either another pull secret did the job, or the image doesn't need auth, the warning is distracting. As an example,...
kind/bug,priority/important-soon,sig/node,triage/accepted
low
Critical
2,633,390,325
flutter
Migrate 10 popular non-discontinued plugins that reference v1 android embedding. Round 2
Help the flutter plugin ecosystem by putting up pull requests to the top 10 still not migrated plugins. If a plugin only has references in example app code skip it (and add another from the list). If it violates googles open source contribution license rules skip it (and add another from the list). Workflow defined ...
platform-android,P2,team-android,triaged-android
low
Minor
2,633,395,496
vscode
Add right click and drag to scroll horizontally or vertically
<!-- โš ๏ธโš ๏ธ Do Not Delete This! feature_request_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> I'd like to be able to right click and drag, either ...
feature-request,editor-scrollbar
low
Minor
2,633,410,366
rust
`rust-lld` is using wrong zlib at runtime
After building rust 1.81.0 from sources, it configures with ``` -- Found ZLIB: /home/harmen/spack/opt/spack/linux-ubuntu23.10-zen2/clang-16.0.6/zlib-ng-2.1.6-xidpmzycb2jufhr6doa7anltbcyhu263/lib/libz.so (found version "1.3.0") ``` builds, and installs ``` <prefix>/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld ``...
A-linkage,T-bootstrap,C-bug
low
Minor
2,633,473,882
tensorflow
Unable to install TensorFlow: No matching distribution found for TensorFlow!
When trying to install TensorFlow via pip, I encounter an error stating that no matching distribution can be found. The command I used and the error message are as follows: ``` C:\Users\Enes> pip install tensorflow ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERR...
stat:awaiting tensorflower,type:feature,type:build/install,subtype:windows
low
Critical
2,633,500,522
pytorch
[triton 3.2] test_convolution2
See https://github.com/pytorch/pytorch/pull/139206 python inductor/test_select_algorithm.py -k test_convolution2 Master issue tracker: https://github.com/pytorch/pytorch/issues/139175 cc @ezyang @chauhang @penguinwu @voznesenskym @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv...
triaged,oncall: pt2,module: inductor,upstream triton
low
Minor
2,633,501,697
pytorch
[triton 3.2] test_custom_scan_op_dynamic_shapes_cuda
See https://github.com/pytorch/pytorch/pull/139206 python inductor/test_torchinductor_dynamic_shapes.py -k test_custom_scan_op_dynamic_shapes_cuda Master issue tracker: https://github.com/pytorch/pytorch/issues/139175 cc @ezyang @chauhang @penguinwu @voznesenskym @EikanWang @jgong5 @Guobing-Chen @XiaobingSup...
triaged,oncall: pt2,module: inductor
low
Minor
2,633,525,041
vscode
Find and Replace does not work properly on notebooks
<!-- โš ๏ธโš ๏ธ 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,notebook-find
low
Critical
2,633,576,515
pytorch
[Tracker] complex128 tests are disabled for all foreach internally
### ๐Ÿ› Describe the bug This issue tracks the fact that we disable all foreach tests for complex128 as a remediation for flaky tests internally. This should be fixed once we have more information about the flakiness. ### Versions main, after this PR: https://github.com/pytorch/pytorch/pull/139649 cc @ptrblc...
module: cuda,module: tests,triaged,module: mta
low
Critical
2,633,608,497
go
x/build/devapp: automate deployment of devapps/owners, internal/gophers changes
devapp/owners and internal/gophers packages host data about the project teams and maintainers information. Currently, manual redeployment of devapp (by the person on the interrupt rotation) is necessary to reflect changes to these data. Some options to consider: * automate the deployment: deploy on push (like x/we...
Builders,NeedsInvestigation
low
Minor
2,633,636,098
opencv
Single picture camera distortion estimation
### Describe the feature and motivation Hello, In practise in the vfx industry camera distortion is estimated using a single image that covers the entire vieuw. THis is however not possible with OpenCv. I wanted to have a go at implementing this paper, But i have lost the ability to read more advanced maths in ...
feature,category: calib3d,GSoC
low
Major
2,633,682,045
deno
Syntax aware coverage ignore directives
Relates to #16626 In addition to "// deno-coverage-ignore-[file|next|start|stop]" it would be useful to implement "syntax aware" directives. In the first instance, I would propose the following two directives be added, which I believe would be commonly used. 1. "// deno-coverage-ignore-branch" for ignoring specific ...
suggestion,testing
low
Critical
2,633,693,403
next.js
Generated files on disk have different file hash than Webpack-reported assets
### Link to the code that reproduces this issue https://github.com/mauron85/nextjs-webpack-assets ### To Reproduce 1. create plain nextjs app or pull example from https://github.com/mauron85/nextjs-webpack-assets 2. add simple asset log plugin // next.config.js ``` module.exports = { webpack: (config,...
create-next-app,bug
low
Critical
2,633,729,697
neovim
ext_cmdline will cause hit-enter messages on pattern not found during search
### Problem Probably linked to the sames issue cmdheight=0, but werid as the message area should not be affected by ext_cmdline. It can be observed here in this [issue](https://github.com/smilhey/ed-cmd.nvim/issues/5) ### Steps to reproduce nvim --clean ```lua vim.ui_attach(vim.api.nvim_create_namespace("test"), { ...
bug,ui-extensibility,messages
low
Minor
2,633,730,760
kubernetes
Counter.WithContext: data race
### What happened? I ran integration tests with race detection enabled (https://github.com/kubernetes/kubernetes/pull/116980). k8s.io/kubernetes/test/integration/storageversionmigrator failed with a data race (https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/116980/pull-kubernetes-integration/18534686729...
kind/bug,sig/instrumentation,triage/accepted
low
Critical
2,633,745,320
ui
[feat]: Support i18n translations for all components
### Feature description Some components contain strings in English, which should be fine to transform these strings in props. ![image](https://github.com/user-attachments/assets/ab40f13b-2df2-446b-a7f9-69ca34deca83) From: ```tsx <span className="sr-only">Close</span> ``` To: ```tsx <span cl...
area: request
low
Critical
2,633,780,766
excalidraw
Images not loading after restart
After restarting my pc the images in my whiteboard wont load.
support
low
Minor
2,633,808,354
rust
Linking failed with `f16`: `undefined symbol: __floatuntihf` on Ubuntu 20.04
### Problem I'm getting a linking failure on the following program on an Ubuntu 20.04 with x86_64: ```rust #![feature(f16)] fn main() { let _f = (256u128 + 0) as f16; } ``` ```bash $ cargo +nightly-2024-11-03 --version --verbose cargo 1.84.0-nightly (031049782 2024-11-01) release: 1.84.0-nightly commit-hash: 031...
A-linkage,C-bug,requires-nightly,T-libs,F-f16_and_f128
low
Critical
2,633,854,506
PowerToys
FancyZones Layout Editor
### Description of the new feature / enhancement Thank you soo much for such a great tool. I feel that the less shortcut keys a user has to memorize regarding powertoys the better. The more integrated things are into the standard Windows experience, the more user friendly things are. It would be really awesome if y...
Needs-Triage
low
Minor
2,633,861,856
tensorflow
TFLite Interpreter `experimental_preserve_all_tensors` yields different output
### 1. System information - OS Platform and Distribution: Pop!_OS 22.04 LTS - TensorFlow installation: pip package - TensorFlow library: 2.17.0 ### 2. Code ``` import tensorflow as tf import numpy as np from ai_edge_litert.interpreter import Interpreter IMAGE_SHAPE = (10, 10, 1) IMAGE_SIZE = IMA...
stat:awaiting tensorflower,comp:lite,TFLiteConverter,2.17
medium
Critical
2,633,882,519
PowerToys
Switchbar doesn't work with searching with run or typing links through run
### Microsoft PowerToys version 0.86.0 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? PowerToys Run ### Steps to reproduce Download Switchbar and set it up, and after setting it as the default browser, try opening a web page with Powertoys run or searching with R...
Issue-Bug,Needs-Triage
low
Minor
2,633,903,576
flutter
[go_router] hero widgets do not reactivate after navigating back from a sub route right after closing a dialog
### What package does this bug report belong to? go_router ### What target platforms are you seeing this bug on? Android, Web ### Have you already upgraded your packages? Yes ### Dependency versions <details><summary>pubspec.lock</summary> ```lock # Generated by pub # See https://dart.dev/tool...
a: animation,package,has reproducible steps,P1,p: go_router,team-go_router,triaged-go_router,found in release: 3.24,found in release: 3.27
medium
Critical
2,633,935,271
godot
Error assigning boolean properties of typed class instance
### Tested versions Godot Engine v4.3.stable.official.77dcf97d8 Godot Engine v4.4.dev3.official.f4af8201b ### System information Godot v4.4.dev3 - Debian GNU/Linux 12 (bookworm) 12 on X11 - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4080 SUPER (nvidia) - AMD Ryzen...
enhancement,discussion,topic:gdscript,topic:editor
low
Critical