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,693,112,165
godot
Game view button tooltips are inconsistently written as names and descriptions
### Tested versions - Reproducible in v4.4.dev (0c45ace15) ### System information Godot v4.4.dev (0c45ace15) - macOS 15.1.1 - Multi-window, 2 monitors - OpenGL 3 (Compatibility) - AMD Radeon Pro 5500 XT OpenGL Engine - Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 threads) ### Issue description The tooltips for th...
enhancement,discussion,topic:editor,usability
low
Minor
2,693,148,563
three.js
TSL Transpiler varying : /* unknown statement */;
### Description Currently the TSL Transpiler don't seem to recognize `varying`. Maybe it's because there isn't a vertex/fragment context? `varying vec2 vUV;` ---transpile to----> `/* unknown statement */;` ### Solution take varying in account ### Alternatives Have the tsl transpilor editor split in 2 so we ca...
Enhancement,TSL
low
Minor
2,693,153,773
pytorch
Missing Fake/Meta/Abstract Kernels for Operators
### ๐Ÿ› Describe the bug Based on description of https://pytorch.org/docs/stable/export.html#missing-fake-meta-abstract-kernels-for-operators. I'm trying to use torch.export to describe llama2 model with a reference implementation. Full error log here: ``` Traceback (most recent call last): File "/home/neil/...
triaged,oncall: pt2,module: fakeTensor,module: pt2-dispatcher
low
Critical
2,693,159,288
godot
Anchored controls don't resize properly when rotated
### Tested versions -Reproducible in v4.3.stable.mono.official [77dcf97d8] ### System information Godot v4.3.stable.mono - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3050 Laptop GPU (NVIDIA; 31.0.15.4630) - 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (16 Threads) ### Issue description ...
bug,topic:editor,topic:gui
low
Minor
2,693,279,063
flutter
RichText renders empty text's height incorrectly when TextStyle.height > 1
### Steps to reproduce Use this code, works in DartPad (web platform affected as well). 1. Create 2 RichText widgets, where one contains empty TextSpan and the other non-empty (single character is fine). 2. Set both have TextStyle.height set to 1.8. 3. Observe heights of the two RichTexts, the empty RichText is t...
framework,a: typography,platform-web,a: desktop,has reproducible steps,P3,team-engine,triaged-engine,found in release: 3.24,found in release: 3.27
low
Minor
2,693,286,218
flutter
Method `getOffsetForCaret` return incorrect offset.
### Steps to reproduce 1. Copy paste the provided code. 2. Type `i` n number times till we don't reach the next line. 3. Then type `i` 4 more time in the next line. ### Expected results Method `getOffsetForCaret` should return correct offset. When we go to the next line, the `getOffsetForCaret` should return `d...
a: text input,has reproducible steps,P2,team-text-input,triaged-text-input,found in release: 3.24,found in release: 3.27
low
Critical
2,693,318,491
three.js
TSL infinity loop
### Description Create an attribute and name it the same than the attribute name using `toVar( name )` create infinity loop in the NodeBuilder ### Reproduction steps see jsfiddle / code below ### Code ```js const counters = attribute( 'counters', 'float' ).toVar( 'counters' ) // work with toVar('aCounters') th...
Enhancement,TSL
low
Minor
2,693,327,236
kubernetes
Add Metrics for Lead Time and Defects
### What would you like to be added? Introduce two new metrics to enhance the observability of development and release cycles: Lead Time Metrics: Work Item Lead Time: Time from work item creation to production deployment. Release Lead Time: Average lead time for all work items in a release. Defects Metrics: Def...
sig/contributor-experience,kind/feature,needs-triage
low
Critical
2,693,335,992
pytorch
Compiled `nn.Module` with tensor subclass can't be moved to another device
### ๐Ÿ› Describe the bug ```python import torch aten = torch.ops.aten class Subclass(torch.Tensor): def __new__(cls, data): return torch.Tensor._make_wrapper_subclass(cls, data.shape, dtype=data.dtype, device=data.device) def __init__(self, data): self._data = data def __repr...
triaged,tensor subclass,oncall: pt2
low
Critical
2,693,378,911
deno
It has become more difficult to import PrismaClient in Deno 2.1
Version: Deno 2.1.1 Hello, First of all, Iโ€™m really excited about the improvements in Deno 2.1. However, since Deno 2.1 fixed the bug where files required from .cjs files were automatically treated as CommonJS, I've been unable to import Prisma Client. I understand that this is not an issue with Deno itself...
upstream
low
Critical
2,693,401,792
pytorch
RISC-V CI support
### ๐Ÿš€ The feature, motivation and pitch We want to enable RISC-V CI support. However, the https://github.com/pytorch/pytorch/pull/140816 was closed. Any opportunity to add this feature? ### Alternatives _No response_ ### Additional context _No response_ cc @seemethere @malfet @pytorch/pytorch-dev-in...
feature,module: ci,triaged
low
Major
2,693,425,275
deno
Document how to run/update WPT tests
There should be a README.md in the tests/wpt folder.
docs,chore
low
Minor
2,693,455,617
tauri
`window.add_child(webview_builder)` support for mobile
### Describe the bug By viewing the source code, I'm found `add_child` only supports desktop, can it be compatible with mobile target? If wry is used, multiple webviews can be implemented like the following: ``` #[cfg(any(target_os = "ios", target_os = "android"))] let mut builder = wry::WebViewBuilder::new().wit...
type: feature request,platform: iOS,platform: Android,scope: unstable flag
low
Critical
2,693,482,392
langchain
Langchain pgvector database sessions remain in idle mode
### 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,investigate
low
Critical
2,693,507,537
tensorflow
The Doc of tfl.reverse_v2 need to be updated for supporting axes
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 22.04 - TensorFlow installed from (source or binary): source - TensorFlow version (or github SHA if from source): the latest version **Standalone code to reproduce the issue** The [doc of tfl.reverse_v2](https://www....
type:docs-bug,stat:awaiting tensorflower,comp:lite
medium
Minor
2,693,615,498
flutter
[google_maps_flutter] iOS infoWindow is not showing always
### Steps to reproduce Click on a marker in the Google sample code ### Expected results The InfoWindow should be showing ### Actual results The InfoWindow is not showing. This issue only occurs on iOS. It does not occur on Android. ios version : 17.5 My yaml code .. name: flutter_application_1...
platform-ios,p: maps,package,has reproducible steps,P2,team-ios,triaged-ios,found in release: 3.24,found in release: 3.27
low
Critical
2,693,616,264
vscode
code file not getting uploded in vs code
Type: <b>Bug</b> I am trying to upload code file it not getting uploaded. showing mw empty editor VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z) OS version: Windows_NT x64 10.0.19045 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|Inte...
info-needed,triage-needed
low
Critical
2,693,623,384
langchain
Trying to use SQLDatabaseLoader gives error
### 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,investigate
low
Critical
2,693,632,985
kubernetes
The kubelet is unable to delete the cgroup path and not started static pods
### What happened? I have a single-node Kubernetes cluster, and after upgrading the Kubernetes cluster from v1.29.8 to v1.30.4 using kubeadm, the kubelet did not work properly. The etcd and control plane static pods were not started. The kubelet logs are as follows: ``` Nov 20 18:16:41 idp-yfsu-ppp9n-xqvk2-dn4sk kub...
kind/support,sig/node,triage/needs-information,needs-triage
low
Critical
2,693,659,439
TypeScript
`tsserver` diagnostic discrepancy on identifier completion
### ๐Ÿ”Ž Search Terms region diagnostics auto complete ### ๐Ÿ•— Version & Regression Information - This changed between versions 5.5 and 5.6 I suspect this is a regression caused by #57842 ### โฏ Playground Link _No response_ ### ๐Ÿ’ป Code Any code that auto-completes an identifier should trigger the bug (sometimes) ...
Needs More Info
low
Critical
2,693,669,225
flutter
window.print has no effect in webview_flutter
### What package does this bug report belong to? webview_flutter ### What target platforms are you seeing this bug on? Android, iOS ### Have you already upgraded your packages? Yes ### Dependency versions <details><summary>pubspec.lock</summary> ```lock # Generated by pub # See https://dart.de...
p: webview,package,team-ecosystem,has reproducible steps,P3,triaged-ecosystem,found in release: 3.24,found in release: 3.27
low
Critical
2,693,785,037
react
Bug: web animation cancel() followed by animate() behave oddly when requestAnimationFrame's involved
See repro: [tinyurl.com/4u85ehnh](https://t.co/3eMtHJfEQ5) Video of the glitch: https://x.com/_chenglou/status/1860978002643063054 Tldr on button click I cancel the existing animation and in `useLayoutEffect` I start a new one. The animation goes from translate 100px to 200px. However, clicking on the button will...
Status: Unconfirmed
low
Critical
2,693,822,993
rustdesk
When the host computer screenshots and transfers it to the controlled computer, pasting it into WeChat 4.0 results in a blank image.
### Bug Description When the host computer screenshots and transfers it to the controlled computer, pasting it into WeChat 4.0 results in a blank image. ### How to Reproduce You can reproduce the issue by directly pasting the screenshot from the host computer into WeChat 4.0. ### Expected Behavior The image should...
bug
low
Critical
2,693,824,227
react-native
Bug: startTransition is causing TypeError when used directly from react
### Description Getting this error message when using SWR with expo SDK 52, this issue was not present in expo SDK 51. This issue is only present on android and ios for react native web the SWR calls works without any type error. `TypeError: Cannot read property 'add' of undefined` On Expo snack the error says...
Needs: Triage :mag:,Type: Expo
low
Critical
2,693,830,730
kubernetes
kubelet can't print stack like containerd
### What would you like to be added? kill -s SIGUSR1 `pidof containerd ` containerd will print stack. but i can't find kubelet how to print stack ### Why is this needed? to print where is hanging.
sig/node,kind/feature,needs-triage
low
Major
2,693,894,812
flutter
Issue with widget boundaries when specifying widget dimensions under non-integer windows display scaling.
### Steps to reproduce ISSUE: When Windows display scaling is set to non-integer values, such as 125% or 150%, setting the dimensions of widgets can result in some sizes being displayed incompletely, with partially transparent borders. 1. Change windows display scale to non 100% 200% values, such as 150%. 2. New f...
platform-windows,platform-web,a: desktop,team-framework,fyi-web
low
Minor
2,694,015,027
TypeScript
`Intl.DurationFormat` missing from library definitions
### โš™ Compilation target ESNext ### โš™ Library ESNext ### Missing / Incorrect Definition `Intl.DurationFormat` is missing. It's implemented in all browsers except Firefox. ### Sample Code ```TypeScript new Intl.DurationFormat('en-US', { style: 'long' }).format({ hours: 5, minutes: 2, seconds: 42 }) // '5 hours, 2...
Bug,Help Wanted,Domain: lib.d.ts
low
Minor
2,694,036,469
angular
`FormResetEvent` is not emitted via `AbstractControl.reset()`
### Which @angular/* package(s) are the source of the bug? forms ### Is this a regression? No ### Description While working with forms, I was trying to subscribe to the `FormResetEvent` on `AbstractControl.events` and adding some special logic for when a form is reset (by the user or programatically with new initi...
area: forms
low
Critical
2,694,064,193
rust
macOS: Crate symbols get discarded when crate appears unused
<!-- 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. --> <details> <summary>I tried <a href="https://gitlab.com/Fraser999/divan-example">this code</a>:</summary> Within the base crate, the [`#[divan::bench]`](https:/...
A-linkage,O-macos,T-compiler,C-bug,O-apple
low
Critical
2,694,068,063
flutter
SIGSEGV Fatal Signal 11 in DartVM (Null Pointer Dereference)
**Description:** I'm encountering a fatal crash (SIGSEGV) in my Flutter application due to a null pointer dereference within the DartVM. The crash occurs during a hot reload after making changes to a file related to order payment processing. **Steps to Reproduce:** 1. Run the Flutter application on an Android e...
waiting for customer response,in triage
low
Critical
2,694,081,331
three.js
NodeMaterial: Add utility to convert normal materials to their node pendants.
### Description Copying a model to get its properties assigned from a meshmaterial to a nodematerial breaks ### Reproduction steps 1. create a MeshBasicMaterial 2.create a MeshBasicNodeMaterial 3.copy the meshbasicmaterial into the node one ### Live example [Live fiddle test ](https://jsfiddle.net...
Enhancement
low
Major
2,694,202,150
pytorch
Incremental CI testing
### ๐Ÿš€ The feature, motivation and pitch This is an idea about how we could reduce some of the on-PR testing while shortening the feedback cycle on PR for PyTorch contributors. This is based on the assumption that PRs typically go through one or more iterations, driven by a combination of automated testing and hu...
feature,module: ci,triaged
low
Critical
2,694,342,252
vscode
test "hint is not shown when there has been input" always fails
* run `./scripts/test.sh --dev` * notice silent fails of ``` 2 !== 0 at terminalInitialHint.test.js:95:17 (anonymous) @ terminalInitialHint.test.js:95 setTimeout (anonymous) @ terminalInitialHint.test.js:93 ```
debt,unit-test-failure
low
Minor
2,694,371,569
ollama
Ovis1.6-Gemma2-27B Model request
https://huggingface.co/AIDC-AI/Ovis1.6-Gemma2-27B very good multi modal. Could be the best open source multimodal atm. Would love to have it in Ollama.
model request
low
Minor
2,694,403,459
pytorch
[Feature Request] Add source Inductor Python file path to each Triton kernel
### ๐Ÿš€ The feature, motivation and pitch When using torch.compile, we have noticed that the generated Triton code may throw runtime errors. One possible solution is to locate the corresponding source code and then use `torch.compiler.disable` to fallback to ATen. It seems that the only way to locate the source cod...
triaged,oncall: pt2
low
Critical
2,694,476,300
terminal
Foreground and background are inverted for certain characters
### Windows Terminal version 1.22.3232.0 ### Windows build number 10.0.22631.0 ### Other Software _No response_ ### Steps to reproduce The *Black Large Circle* โฌค (`0x2b24`) has inverted colors, e.g. printing both *Black Circle* โ— (`0x25cf`) and the large version in red via PowerShell: ```pwsh echo "$([char]0x00...
Needs-Repro,Area-Rendering,Issue-Bug,Product-Terminal
low
Major
2,694,491,040
pytorch
Advanced indexing with empty ellipsis (discrepency to numpy)
### ๐Ÿ› Describe the bug There is a difference in handling empty ellipses in advanced indexing. The order of the result axes changes if the axes indexed are not next to each other. In that case, the new axes are prepended at the beginning. If they are neighboring, the are put in place of the original axes. Here...
triaged,module: advanced indexing
low
Critical
2,694,515,378
langchain
PromptTemplate doesn't work with multi layer metadata (e.g. BedrockKnowledgeBase/AmazonKnowledgeBasesRetriever)
### 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,694,534,573
PowerToys
PowerToys Peek
### Microsoft PowerToys version 0.86.0 ### Installation method Microsoft Store, PowerToys auto-update ### Running as admin No ### Area(s) with issue? Peek ### Steps to reproduce - Open a file using Peek (ctrl + space) - Minimize the file - Select another file and open the file using Peek ### โœ”๏ธ Expected Behav...
Issue-Bug,Help Wanted,Resolution-Fix Committed,Status-Reproducible,Product-Peek
low
Critical
2,694,535,611
tensorflow
Heap-buffer-overflow in `SparseMatrixSparseCholesky`
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf2.17.0 tf2.16.1 ### Custom code Yes ### OS platform and distribution Ubuntu 20.04 ### Mobile device _No response_ ### Python version 3.11 ### Bazel version _No response_ ### GCC/c...
stat:awaiting tensorflower,type:bug,comp:ops,2.17
medium
Critical
2,694,600,860
deno
`deno doc`: add Native Markdown Export Functionality
Currently, the deno doc command provides documentation generation capabilities, but lacks a direct option to export documentation in Markdown (.md) format. This feature request proposes adding a `--markdown` or `--md` flag to enable seamless documentation export. Add a new CLI flag to deno doc that allows exporting ...
cli,suggestion
low
Minor
2,694,616,279
tauri
[feat] Enhance Tauri Tray Menus: Support Icons for Submenus and Checkable Items
### Describe the problem The tray menu system has limitations in supporting icons for menu items. Currently: - Menu items cannot have icons if they include submenus. - Submenu items themselves cannot have icons. - Checked menu items cannot display icons. These limitations restrict the ability to create visua...
type: feature request
low
Minor
2,694,634,223
go
x/tools/go/packages: TestAdHocContains/Modules failures
``` #!watchflakes default <- pkg == "golang.org/x/tools/go/packages" && test == "TestAdHocContains/Modules" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8730221114690153217)): === RUN TestAdHocContains/Modules === PAUSE TestAdHocContains/Modules ==...
NeedsInvestigation,Tools
low
Critical
2,694,640,651
kubernetes
internal convert cause patchMergeKey lost
### What happened? I have a deployment, which have imagePullSecrets issue. At revision 1: ```yaml imagePullSecrets: - name: test ``` At revision 2: We update it to ```yaml imagePullSecrets: - name: test - name: "" ``` And k8s accept it, and it become ```yaml imagePullSecrets: - name: test - {} ```...
kind/bug,needs-sig,needs-triage
low
Critical
2,694,670,014
react-native
[android] Image component can't load image in latest version
### Description I init a react native project without framework by npx @react-native-community/cli@latest init AwesomeProject. The version is 0.76.3. But image with remote uri load very slow first time in android, and it is ok in ios. ``` <Image style={{width:100,height:100}} source={{ uri: 'htt...
Platform: Android,Component: Image,Needs: Attention
low
Critical
2,694,695,685
ant-design
Menu does not auto-scroll when an item at the bottom is expanded
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/inline-menu-antd-5-22-2-forked-yfydvh?file=%2Findex.html) ### Steps to reproduce Create a Menu component with several items, ensuring that some items are positioned at the bot...
Inactive,improvement
low
Minor
2,694,716,072
tensorflow
When using `tf.math.log1p` and NumPy's `np.log1p` with the same complex input, the outputs are inconsistent.
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.17.1 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 ### Mobile device _No response_ ### Python version 3.11 ### Bazel version _No response_ ### GCC/compiler ve...
stat:awaiting tensorflower,type:bug,comp:ops,2.17
low
Critical
2,694,749,733
rust
track whether a non-coherence `TypingMode` has been used to reuse cache entries
see the WIP branch https://github.com/lcnr/rust/tree/typing-mode-is-coherence. It is now fairly straightforward to track whether evaluation relied on the exact typing mode. finishing this work should result in a reasonable perf improvement
C-feature-request,T-types
low
Minor
2,694,774,185
react-native
ScrollView's scrollToEnd scrolls too far on android
### Description ScrollView's `scrollToEnd` method gives different results on iOs and Android. Expected behaviour: ScrollView's `scrollToEnd` method should function consistently across platforms. Ideally The view should scroll until the bottom of the content reaches the bottom of the view. Actual behaviour: On ...
Issue: Author Provided Repro,Resolution: PR Submitted,Platform: Android,Component: ScrollView
low
Major
2,694,776,004
kubernetes
DRA: mark devices as unhealthy in ResourceSlice
### What would you like to be added? The current method of preventing allocation of an unhealthy device is to remove the device from the ResourceSlice. There's an inherent race here between that and the scheduler seeing the update, but that's unavoidable. Some way of marking the device as unhealthy and/or unavailab...
sig/node,kind/feature,needs-triage,wg/device-management
medium
Critical
2,694,786,973
bitcoin
RFC: support for writing UTXO set dump (`dumptxoutset` RPC) to a named pipe
### Please describe the feature you'd like to see added. While the primary obvious use-case for the `dumptxoutset` RPC is to create AssumeUTXO snapshots (to be distributed and loaded on newly created nodes via the `loadtxoutset` RPC later), it can also be useful as input for external tooling like converters to other...
Feature
low
Critical
2,694,795,708
next.js
[Windows] Server-side debugger doesn't stop in breakpoints after v15.0.3-canary.7
### Link to the code that reproduces this issue https://github.com/emilioestebanez/next-15-issues ### To Reproduce 1. Open in VSCode 2. Go to `Run and Debug` and execute the `Next.js: debug server-side` 3. Set a breakpoint in `src/app/page.tsx` 4. Visit http://localhost:3000 You'll see that the debugger doesn't sto...
bug,Turbopack
low
Critical
2,694,802,315
react-native
Transaction merging can cause `CREATE` mutations to be effectively dropped
### Description Related to https://github.com/facebook/react-native/issues/38743 Transaction merging introduced in https://github.com/facebook/react-native/pull/44188 may cause `CREATE` mutations to be effectively dropped. When two transactions, where the first one contains a `DELETE` mutation for a view with...
Partner,p: Software Mansion,Needs: Triage :mag:,Newer Patch Available,Type: New Architecture
low
Major
2,694,837,677
kubernetes
DRA: competition between schedulers + allocators
### What would you like to be added? At the moment, DRA uses the approach that one scheduler instance "owns" all resources on a node or available for a node (in the case of network-attached devices). This is the same approach that is used for other resources. It enables faster scheduling because allocation can happen ...
sig/scheduling,kind/feature,needs-triage,wg/device-management
low
Minor
2,694,904,579
TypeScript
Bloomberg feedback for 5.7
### Acknowledgement - [x] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment We evaluated the 5.7 release and it seems to be a low impact release for us. We only found one issue, which we reported: | # | ...
Discussion
low
Minor
2,694,986,983
kubernetes
DRA drivers: helper code for checking device allocations
### What would you like to be added? A DRA driver has to check in NodePrepareResources whether the devices are a) already prepared for other claims and b) really currently available. If so, it has to refuse to prepare them again. This is a sanity check that acts as last line of defense against unintended concurrent...
sig/node,kind/feature,needs-triage,wg/device-management
low
Critical
2,695,029,191
PowerToys
Extend Quick Accent to space and dash
### Description of the new feature / enhancement Use Quick Accent (PowerToys) to get the possibility to insert any kind of space or dash available (variable, fix, unbreakable, quadratin, half quadratin, quarter quadratin for the spaces, and all dashes used in typography). ### Scenario when this would be used? Each t...
Needs-Triage
low
Minor
2,695,057,759
flutter
ListView wrapped with a FocusTraversalGroup and placed between two text buttons, the focus does not follow correct order using up and down arrow keys.
### Steps to reproduce When a ListView is wrapped with a FocusTraversalGroup and placed between two text buttons, the focus behaves erratically when using the arrow up and down keys. See the attached video made with the attached code. This makes it very hard to get the focus behavior that we want in more complicated...
framework,a: desktop,f: focus,has reproducible steps,P3,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27
low
Critical
2,695,080,209
deno
TypeError: expected i32
Version: Deno 2.1.1 I wrote an LTI integration using ltijs as an node app. Then I tried to move the code into an edge function and it fails with the following error: ``` runtime has escaped from the event loop unexpectedly: event loop error: TypeError: expected i32 at IncomingMessageForClient._read (node:ht...
bug,node compat,ext/http,node:http
low
Critical
2,695,223,821
PowerToys
New+ Folder "Bookmarks"
### Description of the new feature / enhancement In the new+ context menu, it would be amazing to expand into subfolders, similar to the the way that you can expand folders on browser bookmarks. Perhaps a specific set of characters at the start of a folder in the templates could indicate an expandable folder? Thank yo...
Needs-Triage
low
Minor
2,695,240,334
vscode
Dynamically change run buttons to debug when breakpoints are placed
In a recent user study, we observed a participant struggling to discover how to run in debug mode. After they placed breakpoints in their testing code, they would hit the run button next to their test expecting it to start the debugger and hit the breakpoint. It would be nice if when a user adds a breakpoint, the run b...
feature-request
low
Critical
2,695,255,647
vscode
Provide entry point to run and debug view in the debug console
In a recent user study, we observed participants clicking through the debug console hoping something would populate there on run. This might be a good entry point for the Run and Debug panel where they could configure the debugger for their use case rather than saying "Please start a debug session to evaluate expressio...
feature-request,debug-console
low
Critical
2,695,259,946
langchain
DOC: Broken API Reference Link for Google Vertex AI Embeddings
### URL https://python.langchain.com/docs/integrations/text_embedding/google_vertex_ai_palm/#credentials ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: The API ...
๐Ÿค–:docs
low
Critical
2,695,263,425
go
os: TestGetwdDeepWithPWDSet failures
``` #!watchflakes default <- pkg == "os" && test == "TestGetwdDeepWithPWDSet" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8732062106131155793)): === RUN TestGetwdDeepWithPWDSet getwd_unix_test.go:57: $PWD len: 253 getwd_unix_test.go:61: G...
NeedsInvestigation
low
Critical
2,695,274,735
godot
Godot crashes when re-arranging nodes in the list of AnimationPlayer with some timeline options active.
### Tested versions - v3.6.stable.official [de2f0f147] (Official latest release) - v4.3.stable.official [77dcf97d8] - v3.6.stable.custom_build [de2f0f147] (custom latest build from Spine - Esoteric Software) Crash happens it these three releases, traversing major Godot revisions. ### System information Windows 10, ...
bug,needs testing,crash,topic:animation
low
Critical
2,695,291,866
react
[DevTools Bug]: Component flashing many times but profiler says it was rendered once
### Website or app https://berrotools.vercel.app/signin ### Repro steps - Access the website https://berrotools.vercel.app/signin, you'll see a sign in form. - Open the DevTools, go to the Profiler tab and start profiling. - Focus the e-mail input and start typing any letter, should not be a valid e-mail so the er...
Type: Bug,Status: Unconfirmed,Component: Developer Tools
medium
Critical
2,695,305,907
yt-dlp
Thrivecart Embedded Vimeo 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 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,account-needed,can-share-account
low
Critical
2,695,307,968
vscode
keybinding's 'when' clause for 'view focused' and workbench's 'focus action' items for views are missing for some side bar views
<!-- โš ๏ธโš ๏ธ 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...
help wanted,feature-request,accessibility,context-keys
low
Critical
2,695,307,973
godot
SubViewport with transparent background results in premultiplied alpha colors in viewport texture
### Tested versions Reproducible in 4.3.stable ### System information Godot v4.3.stable - macOS 15.1.1 - Vulkan (Mobile) ### Issue description Using a subviewport with the transparent background option results in colors in the viewport texture being premultiplied with the blending alpha. This means semi-transparen...
bug,topic:rendering,topic:gui
low
Minor
2,695,468,134
PowerToys
Font size increaser and decreser
### Description of the new feature / enhancement Size increaser and decreser ### Scenario when this would be used? Size increaser and decreser ### Supporting information _No response_
Needs-Triage
low
Minor
2,695,470,005
storybook
[Bug]: 8.4.5 Hangs on initial launch requires full reload
### Describe the bug Upgraded from 8.3.6 to 8.4.5, No additional updates to the code base. Browser opens, Storybook frame renders (Sidebar Nav & Component list), but the actual components/docs are NOT visible. No build errors. Haven't been able to repro in a fresh repo, hence not providing a link to one. ![Image](h...
bug,builder-vite
low
Critical
2,695,484,263
rust
rustdoc: Please use sticky headers for impl blocks
If you have a long rustdoc page with different `impl` blocks for the same type, such as https://doc.rust-lang.org/1.82.0/std/primitive.slice.html , each of which has various methods, it's really easy to lose track of which `impl` block a method is in. I'd love to see rustdoc use "sticky" headings for impl blocks, whic...
C-enhancement,A-rustdoc-ui,T-rustdoc-frontend
low
Major
2,695,492,176
rust
Channel used for emitting diagnostic from codegen threads is not guaranteed to be fully drained when compilation session is aborted
> AFAIK, the channel used for emitting diagnostic from codegen threads is not guaranteed to be fully drained when compilation session is aborted. _Originally posted by @tmiasko in [#82886](https://github.com/rust-lang/rust/issues/82886#issuecomment-792944737)_ This may have lead to e.g. #82886.
A-testsuite,T-compiler,C-bug,E-needs-investigation
low
Minor
2,695,511,168
next.js
Nested parallel routes not unmounted when navigating back using router.back after a hard refresh
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```bash Operating System: Platform: win32 Arch: x64 Version: Windows 11 Pro Available memory (MB): 16329 Available CPU cores: 6 Binaries: Node: 20.9.0 npm: 1...
bug
low
Critical
2,695,516,415
langchain
langchain.agents.openai_assistant.base method parameters don't allow response_format
### 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,695,527,738
pytorch
Minimizing recompiles when compiling multiple inlined `nn.Module`s
### ๐Ÿ› Describe the bug I'm working on integrating `torch.compile` into our RLHF recipe for torchtune (https://github.com/pytorch/torchtune/pull/2066). I'm seeing a lot of recompiles - some of which I can definitely try address on our side. I'm hoping for some advice on how I might go about this. Context: Our RL...
triaged,oncall: pt2,module: dynamo,module: guards
low
Critical
2,695,580,075
deno
No Autocomplete featuire
Version: Deno latest There is no autocomplete feature for packages... Please fix it... ```json { "tasks": { "dev": "deno run --watch main.ts" }, "imports": { "@std/assert": "jsr:@std/assert@1", "mongoose": "npm:mongoose@^8.8.3" }, "fmt": { "indentWidth": 2, "useTabs": fal...
needs info
low
Major
2,695,614,353
yt-dlp
[NiconicoChannelPlus] Unable to fetch channel list: HTTP Error 400: Bad Request
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
site-bug,triage
low
Critical
2,695,617,872
next.js
formData with app router: Upload error: TypeError: Failed to parse body as FormData.
### Link to the code that reproduces this issue https://codesandbox.io/p/sandbox/twilight-flower-v6pl9s ### To Reproduce i am uploading a file using axios in a client side component in this way: ``` const options: AxiosRequestConfig = { headers: { 'Content-Type': 'multipart/form-data' } };...
bug
low
Critical
2,695,639,132
node
Byte stream support for Socket readableWebStream
### What is the problem this feature will solve? As mentioned by the [winterCG](https://sockets-api.proposal.wintercg.org/#readable-attribute/) it is reasonable to assume that most TCP cases are bytes oriented. And my case (MQTT server/client) is one of them. However: ```javascript import { createConnection } ...
feature request
low
Critical
2,695,653,766
pytorch
Marking integer inputs to a compiled region requires `torch._dynamo.assume_static_by_default = True`
From some discussion with @drisspg after looking https://github.com/pytorch/pytorch/issues/141486#issuecomment-2501574320. Here is a slightly modified repro: ``` import torch from torch.nn.attention.flex_attention import create_block_mask, flex_attention flex_attention_compile = torch.compile(flex_attention, f...
triaged,oncall: pt2,module: dynamic shapes
low
Critical
2,695,664,819
pytorch
FX graph cache does not do provenance tracking for inductor guards
Given the below repro, if I run it with `TORCHINDUCTOR_FX_GRAPH_CACHE=0 TORCH_LOGS="+recompiles"`, I get a recompile due to a shape guard that tells me about inductor recompiling on 32 bit indexing: ``` DEBUG: Recompiling function create_block_mask in /home/hirsheybar/.conda/envs/torchtune/lib/python3.11/site-package...
triaged,oncall: pt2,module: inductor
low
Critical
2,695,667,545
vscode
Can't open remote Network folder within VSCode
Type: <b>Bug</b> Add a remote Network Folder into Dolphin on SteamOS, then try to open that folder within VSCode. It won't open. I can open a single file from the folder in VSCode and that works, but the whole folder doesn't work. VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:...
upstream,linux,electron,native-file-dialog
low
Critical
2,695,773,754
flutter
[webview_flutter_android] Garbage collection tests are failing
To test that objects are collected for `webview_flutter_android`, the tests use `IntegrationTestWidgetsFlutterBinding.watchPerformance` to force the garbage collector to run in Dart. However, calling this during integration tests causes this error: ``` โ•โ•โ•ก EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK โ•žโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•...
fyi-android,fyi-ecosystem,fyi-tool
low
Critical
2,695,774,487
flutter
ColorScheme onInverseSurface does not follow M3 specification.
### Steps to reproduce `ColorScheme` incorrectly defines [`onInverseSurface`](https://api.flutter.dev/flutter/material/ColorScheme/onInverseSurface.html) as the property to configure the "Inverse On Surface" color role. This is confusing when comparing Flutter configurations against M3 specifications. ### Expe...
framework,f: material design,a: fidelity,P2,team-design,triaged-design
low
Minor
2,695,787,548
godot
Reflection probes ambient lighting does not conserve energy when probes overlap.
### Tested versions v4.3.stable.official [77dcf97d8] ### System information Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2060 (NVIDIA; 32.0.15.6094) - AMD Ryzen 5 5600X 6-Core Processor (12 Threads) ### Issue description It looks like instead of blending the ambient lig...
bug,topic:rendering
low
Minor
2,695,788,997
deno
Support tsconfig.json
It would be convenient if deno could be pick up an existing repo, and be compatible with the tsconfig.json files, to ease the gradual migration. This is in many ways similar to the package.json compat, where deno favors the package.json if present, which made big improvements to the incremental adoption story.
suggestion
low
Minor
2,695,798,579
flutter
video_player does not render on NVIDIA SHIELD (Android TV).
### Steps to reproduce Target an NVIDIA SHIELD. Compile the three files (main.dart, video_play_widget.dart, alert_dialog_widget.dart). The test is using flutter.dev cross_file and video_player. Also, please note to see it work on Windows please add (video_player_win). I simplified my test case to a simple build(...
e: device-specific,platform-android,p: video_player,package,P3,team-android,triaged-android
low
Critical
2,695,802,111
go
cmd/go: identify tool dependencies in go list / go mod why
### Go version go version devel go1.24-f8dba5f8c1 2024-11-23 01:01:47 +0000 linux/amd64 ### Output of `go env` in your module/workspace: ```shell AR='ar' CC='gcc' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_ENABLED='0' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' CXX='g++' GCCGO='gccgo' GO111...
NeedsInvestigation,GoCommand
low
Critical
2,695,808,797
vscode
search.action.focusFilesToExclude and Include not working
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creat...
bug,search-editor
low
Critical
2,695,878,703
PowerToys
Video Cut/Trim
### Description of the new feature / enhancement I got no idea why this isn't already a default windows feature, to simply cut/trim videos. And when I tried using some applications, they either put a watermark over my video, significantly lowered the quality, or are a general nuisance that requires 5 steps to use and ...
Needs-Triage
low
Minor
2,695,886,066
godot
ResourceLoader crash loading CompressedTexture2D on Android
### Tested versions This crash is reported to us via sentry.io from a released Godot 4.3 game. The crash only happens on android devices, it does not happen on windows or ios. We haven't been able to reproduce on our android devices though ### System information Android (12,13,14,15) - Godot 4.3 - Compatibility ...
bug,topic:core,needs testing,crash
low
Critical
2,695,892,170
go
x/tools/gopls: feature: "move declaration" refactoring
A generalization of renaming a symbol X to Y is to rename X to otherpkg.Y, causing the declaration of X, along with any necessary supporting declarations, to be moved into some file in the designated other package. There are a fair number of edge cases to consider, and UI questions such as how best to obtain the name o...
FeatureRequest,gopls,Tools,Refactoring
low
Major
2,695,902,166
rust
Tracking Issue for `slice_as_array`
Feature gate: `#![feature(slice_as_array)]` This is a tracking issue for adding conversion functions from slices to arrays. ### Public API ```rust impl<T> [T] { pub const fn as_array<const N: usize>(&self) -> Option<&[T; N]>; pub const fn as_mut_array<const N: usize>(&mut self) -> Option<&mut [T; N]>; } im...
T-libs-api,C-tracking-issue
low
Major
2,695,924,042
electron
Bugs filed against nightlies get `blocked/need-info โŒ` label
### 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 ...
bug :beetle:,status/confirmed
low
Critical
2,695,938,684
storybook
[Bug]: Vue code snippets incorrect after 8.3
### Describe the bug After updating to anything past 8.3, most of our autodoc code snippets are incorrect and can no longer be copied/pasted. Here is a very simple example: Prior to 8.3 ![Image](https://github.com/user-attachments/assets/62a3ffe9-2a34-4141-8323-70b75ee77d33) After 8.3 ![Image](https://github.com/...
bug,vue3,upgrade:8.3
low
Critical
2,695,967,824
vscode
Command copied from fish shell gets line wrap
<!-- โš ๏ธโš ๏ธ 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,terminal-shell-fish
low
Critical
2,695,991,729
ollama
Support for Nvidia Hymba
It would be great to support Hymba in Ollama! https://developer.nvidia.com/blog/hymba-hybrid-head-architecture-boosts-small-language-model-performance/
model request
low
Major
2,696,042,630
langchain
Calling Chroma.from_documents() returns sqlite3.DatabaseError: database disk image is malformed
### 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...
โฑญ: vector store,investigate
low
Critical
2,696,051,279
storybook
[Bug]: Running Storybook with vite v6.0.0
### Describe the bug Hi, I tried running `npx storybook@latest init` after `npm create vite@latest` (using react + typescript) . I got the following from storybook.log: npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: storybook-vitev6@0.0.0 npm error Fo...
bug,dependencies,builder-vite
low
Critical