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,769,683,856
flutter
Missing `icudtl.dat`
### Steps to reproduce 1. Install flutter on an arm64 linux device (specifically using `apk` on PostmarketOS) 2. `flutter run` (for my example i used https://github.com/henry-hiles/brook) ### Actual results A error occurs (see logs) ### Logs <details open> <summary>Logs</summary> ```console Launchi...
waiting for customer response,in triage
low
Critical
2,769,692,150
godot
Cannot select first character of a wrapped line in RichTextLabel
### Tested versions - Reproducible in v4.3.stable.official.77dcf97d8 ### System information Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 (NVIDIA; 32.0.15.6094) - Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz (16 Threads) ### Issue description https://github.com/user-at...
bug,topic:gui
low
Minor
2,769,696,414
godot
Viewport rotation gizmo can no longer have its current axis clicked to reverse it
- *Related to https://github.com/godotengine/godot-proposals/discussions/11497.* ### Tested versions - Reproducible in: 4.3.stable - Not reproducible in: 3.6.stable ### System information Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4090 (NVIDIA; 32.0.15.6636) - 13th Gen...
bug,topic:editor,usability,regression,topic:3d
low
Minor
2,769,696,535
vscode
export vscode glob implementation library
<!-- ⚠️⚠️ 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's very useful to do some filters with include and ...
feature-request
low
Minor
2,769,734,044
deno
deno check. RangeError: Maximum call stack size exceeded
Version: Deno 2.1.4 I'm trying to type check a file with `deno check --config=web.jsonc ./src/index.tsx`. After a short delay the following error is thrown ``` error: Uncaught RangeError: Maximum call stack size exceeded at resolveNameHelper (ext:deno_tsc/00_typescript.js:1:1) at resolveEntityName (ext...
needs info,tsc
low
Critical
2,769,747,901
three.js
SVGLoader - Transforms don't apply to styles of a path
### Description When a path is scaled down with a transform the SVGLoader doesnt also scale the styles such as stroke-width ### Reproduction steps ![svg](https://github.com/user-attachments/assets/ce524dcd-a16e-451c-be96-d33f11894d5c) Take this svg and load it into the webgl_loader_svg example it should ...
Loaders
low
Minor
2,769,759,041
pytorch
grad_fn function disobeys broadcast rules
### grad_fn function disobeys broadcast rules In the following code, `z.grad_fn` is `MulBackward0`. It should be the inverse of multiplication. However, the shapes of `x` and `x_` differ. ``` import torch x = torch.randn(2, 1, requires_grad=True) y = torch.randn(2, 3, requires_grad=True) z = x * y x_, y_ = z...
module: autograd,triaged
low
Critical
2,769,784,360
angular
Unclear Refer to locales by ID and extract-i18n error message
### Describe the problem that you experienced In the page https://angular.dev/guide/i18n/locale-id their is a table with French | France | fr-FR. The link in The [Angular repository](https://github.com/angular/angular/tree/main/packages/common/locales) includes common locales. it is not obvious, where to look for the...
area: i18n
low
Critical
2,769,798,593
pytorch
Issues with onnx package for pytorch build in WIndows 11
### 🐛 Describe the bug Pytorch 2.5.1 build with clang fails in Windows 11 with unknown type name errors for various onnx sub modules. ``` C:/Users/mcw/Documents/Jenet/pytorch/third_party/onnx/onnx/checker.h:148:27: error: unknown type name 'SequenceProto' 148 | void check_sequence(const SequenceProto& sequence...
module: onnx,module: build,module: windows,triaged
low
Critical
2,769,856,759
transformers
Trainer: Use second last checkpoint if last checkpoint loading fails
### Feature request Currently, the checkpoint is saved in the [`_save_checkpoint()`](https://github.com/huggingface/transformers/blob/b2f2977533445c4f62bf58e10b1360e6856e78ce/src/transformers/trainer.py#L3197) method which saves the model, optimizer (optionally) and finally the Trainer state. The [`resume_from_ch...
Feature request
low
Critical
2,769,857,331
ui
[bug]: Sidebar issue in mobile view <SheetTitle> should be added in line 222.
### Describe the bug intercept-console-error.ts:40 DialogContent requires a DialogTitle for the component to be accessible for screen reader users. If you want to hide the DialogTitle, you can wrap it with our VisuallyHidden component.} ### Affected component/components Sidebar ### How to reproduce 1. In sideba...
bug
low
Critical
2,769,887,844
ant-design
Color picker presets support gradients
目前 `5.22.7` 颜色选择器 presets 好像只支持当个颜色,是否可以考虑支持渐变色的预设? 如图: <img width="750" alt="image" src="https://github.com/user-attachments/assets/1e09d9ef-0bd4-4cae-8ae9-fa290128a003" /> <!-- generated by ant-design-issue-helper. DO NOT REMOVE -->
unconfirmed
low
Minor
2,769,931,512
next.js
fetch requests not cached between generateMetadata and page component as per docs
### Link to the code that reproduces this issue https://github.com/steveharrison/nextjs-fetch-caching ### To Reproduce 1. Run the demo server: `npm run server` and `npm run start`. It will start a server on port 9000. 2. Run the NextJS project: `cd nextjs-project` and `npm run dev`. 3. Load the NextJS project root...
Metadata
low
Minor
2,769,992,356
electron
Wrong web browser opened when clicking links
### 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-gist,33-x-y,34-x-y
low
Critical
2,770,024,104
go
runtime: async preemption (or alternative) for wasm
This is split from #65178, as the specific scheduler bug was fixed. Due to its single-threaded nature, js/wasm have no sysmon thread, and thus no asynchronous preemption. Thus the pitfalls of Go prior to asynchronous preemption apply: tight loops that fail to yield may delay scheduling indefinitely. This is a tra...
NeedsDecision,arch-wasm,compiler/runtime
low
Critical
2,770,026,248
deno
ext/node: `assert.deepStrictEqual({}, Object.create(null))` should throw
The following script throws in Node, but not in Deno: ```js import assert from "node:assert" assert.deepStrictEqual({}, Object.create(null)) ```
bug,node compat
low
Minor
2,770,037,546
rust
"This generic parameter must be used with a generic lifetime parameter" on RPIT with precise capturing
<!-- 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. --> I tried this code: ```rust struct Foo<'a> { children: Vec<&'a Foo<'a>>, } struct Bar; impl<'a> Foo<'a> { fn failing<'p>(&'a self, param: &'p Bar) -> ...
T-compiler,A-impl-trait,C-bug,S-has-mcve,T-types
low
Critical
2,770,055,748
vscode
Feature Proposal for Enhanced Collaborative Programming in VSCode
<!-- ⚠️⚠️ 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. --> 1. Live Pair Debugging Building on the current Live S...
feature-request
low
Critical
2,770,056,460
vscode
[themes] provide alternate color selections
<!-- ⚠️⚠️ 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 would really like if there was a way to switch betw...
feature-request,themes
low
Minor
2,770,083,524
flutter
Photo Captured Using Flutter Camera Plugin (camera: ^0.11.0+2) Appears Tilted on some devices(Redmi Note 8 Pro, samsung A9, Pixel 8a)
![surajimagetiled](https://github.com/user-attachments/assets/473d3105-8590-42f5-b79c-9d3b122dab06)
e: device-specific,platform-android,p: camera,package,P1,team-android,triaged-android
medium
Critical
2,770,121,213
neovim
neovim prints key release event characters after exiting in kitten ssh session
### Problem When exiting neovim in a remote kitten ssh session, sometimes the characters "3;1:3u" shows in terminal. More information can be found at https://github.com/kovidgoyal/kitty/issues/8200 Not sure if https://github.com/neovim/neovim/pull/31727 is related? ### Steps to reproduce 1. ssh to a remote machi...
bug,tui,input
low
Major
2,770,124,096
pytorch
Integrate ULFM and FTI for OpenMPI (torch.distributed)
### 🚀 The feature, motivation and pitch I am working on a distributed framework and I want to be able to manage node failures. Is is possible to integrate the use of _User Level Failure Mitigation_ ([ULFM](https://github.com/ICLDisco/ulfm-testing)) and _Fault Tolerance Interface_ ([FTI](https://github.com/leobago/fti...
oncall: distributed,feature
low
Critical
2,770,155,354
ollama
COULDN'T run qwen2.5-7b-instuct-q4_k on cpu; error wsarecv: An existing connection was forcibly closed by the remote host.
### What is the issue? (cmd) ollama run qwen2.5-7b-instuct-q4_k Error: Post "http://127.0.0.1:11434/api/generate": read tcp 127.0.0.1:50665->127.0.0.1:11434: wsarecv: An existing connection was forcibly closed by the remote host. ---------- server.log 2025/01/06 16:28:24 routes.go:1259: INFO server config env=...
bug
medium
Critical
2,770,196,506
svelte
Loudly error for invalid `:global` placement
### Describe the bug In https://discord.com/channels/457912077277855764/1325334674784129035 someone was confused by a certain syntax failing with a "unclosed comment" error. Turns out it's us no erroring on a wrong `:global` placement, which leads to subsequent wrong "comment this out" logic. The solution is to thr...
css
low
Critical
2,770,237,255
pytorch
Core dumped happens when avg_pool1d with torch.compile receives uint tensor with specific tensor shape
### 🐛 Describe the bug Program crashes when running the following code: ```python # toy.py import torch torch.random.manual_seed(0) input = torch.randn(1,8,1).to(torch.uint8) kernel_size = 4 stride = 46 padding = 2 f = torch.nn.functional.avg_pool1d cf = torch.compile(f) cf(input,kernel_size,stride,pad...
triaged,oncall: pt2,module: inductor
low
Critical
2,770,247,196
flutter
[rfw] Alternative to `source.optionalChild()` with when constructor requires specific Widget?
### Use case This is regarding rfw https://pub.dev/packages/rfw I have a custom widget that has parameter `final Text? text` ``` class MarqueeContinuous extends StatelessWidget { final Text? text; // Need this final Duration duration; final Duration delay; final double step; final double endPaddi...
waiting for customer response,in triage
low
Major
2,770,264,701
vscode
Add context menu on folders to add to chat
Today there is a Copilot menu for files: ![Image](https://github.com/user-attachments/assets/708f3ad7-fa34-4e41-9cbc-19767b01596d) Since we now support folders too, I would suggest to have it for folders as well.
feature-request,file-explorer,chat
low
Minor
2,770,268,197
pytorch
Exporting the operator 'aten::_transformer_encoder_layer_fwd' to ONNX opset version 17 is not supported
### 🐛 Describe the bug Using the following code to convert torch model (torch.nn.Module) to onnx but getting `Exporting the operator 'aten::_transformer_encoder_layer_fwd' to ONNX opset version 17 is not supported` ``` input_names = ["input__0", "input__1", "input__2"] output_names = ["output__0"] with torch.n...
module: onnx,triaged
low
Critical
2,770,268,718
vscode
Explorer: Sticky folder cannot be dragged
In the explorer, folders appear sticky. They have a context menu but do not respond to drag and drop operations. ![Image](https://github.com/user-attachments/assets/8fa184ff-f11b-49f4-b404-8a27816c19a9)
feature-request,tree-sticky-scroll
low
Minor
2,770,271,299
vscode
Git blame: allow action to open commit on GH
I prefer to view a commit on GH.com, allow me to configure the click gesture to open the commit.
feature-request,git
low
Minor
2,770,306,316
flutter
TextFormField not focus again after recall or navigate to the other(or pushReplace to the same screen) screen
### Steps to reproduce 1. Create 2 textField, bold of them have focusNode 2. after submit TextFiled1 , request focus on TextField2. 3. When TextField2 Submitted: call API + if success response : clear all textField and request focus at textField1 + if error: show Aleart Dialog ### Expected results after t...
waiting for customer response,in triage
low
Critical
2,770,319,243
vscode
Missing screen reader output at opening / saving file input on remote
Type: <b>Bug</b> If there is a workaround, it may not necessarily be a bug. 1. Open a remote using the vscode-remote extension. E.G. WSL. 2. Try to open a folder, or save a new file. 3. Try to input filename, or edit the current input with screen reader. 4. inputs and deletions are not announced by screen reader at ...
bug,accessibility,simple-file-dialog
low
Critical
2,770,321,417
transformers
Trainer: update `state.num_input_tokens_seen` to use `num_items_in_batch`
### Feature request Trainer has a state and inside the state there is a field called `num_input_tokens_seen`, which could be relevant for callbacks and other information. The problem is that this field is updated using numel() which means it counts the padding as well. https://github.com/huggingface/transformers/...
Feature request
low
Minor
2,770,329,194
opencv
Test cases failed while building OpenCV 4.10.0 version
### System Information **System Information** Opencv version: 4.10.0 Operating system : Ubuntu 24.04 Compiler version: GCC 13.2.0 ### Detailed description Detailed description I have been building opencv from source with following parameter ``` cmake ../opencv -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF ...
bug,needs investigation
low
Critical
2,770,359,889
rust
ICE: self-type `MyDispatcher<dyn Trait>` for ObjectPick never dereferenced to an object
<!-- 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 #![feature( unsize, ...
I-ICE,T-compiler,C-bug,F-arbitrary_self_types,requires-nightly,S-has-mcve
low
Critical
2,770,378,034
kubernetes
Using fake api client to query resources will cause the client-go package memory to continue to grow
### What happened? When I use fake api client in the simulated scheduler to simulate the resource changes of pods or nodes, the memory of the client-go package continues to increase.For example, after I create a pod, when I query this pod multiple times, the client-go memory continues to grow. The problem I'm cur...
kind/bug,needs-sig,needs-triage
low
Critical
2,770,381,009
tensorflow
Encountered unresolved custom op: XlaDynamicSlice
Hi, i am doing a task in converting T5 model to TFLite for Android. Currently, i am using T5ModelForConditionalGeneration from Huggingface to convert. The conversion is done with some below logging but when load the `generator` from Interpretor, and run an inference example, i have faced this error. You can reproduce w...
stat:awaiting tensorflower,type:bug,comp:lite,TFLiteConverter,TF 2.18
medium
Critical
2,770,403,577
pytorch
F.interpolate returns NAN on MPS if align_corner is True.
### 🐛 Describe the bug When using interpolate on MPS with align_corner=True, the result consists only of NaN value, which is inconsistent to the CPU implementation. You can replicate this by the following code snippet: ```python import torch import torch.nn.functional as F test = torch.Tensor([[1],[2],[...
module: nn,triaged,module: correctness (silent),module: mps
low
Critical
2,770,407,601
godot
In canvas shader, INSTANCE_ID is always 0.
### Tested versions 4.3 ### System information win11 ### Issue description What **not** it supposed to: the color should not be sync; ![Image](https://github.com/user-attachments/assets/40cc04d5-bc29-4463-b117-feb59bfcb05c) What is supposed to: the color is not sync (intented) ![Image](https://github.com/user-atta...
documentation,topic:shaders
low
Minor
2,770,416,120
ant-design
Table 设置 scroll={{x: 1500 }} 后,expandedRowRender 里的 table 的sticky 的特性会消失;
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-jyh2k9) ### Steps to reproduce Table 中的expandable 也是一个 table,给expandable 里的 table 添加 sticky 属性,这时再个外层的 table 添加 scroll={{x: 1500 }} ,expand...
🙅🏻‍♀️ WON'T RESOLVE
low
Major
2,770,456,877
excalidraw
Cursor reappearing while writing on tablet
### Discussed in https://github.com/excalidraw/excalidraw/discussions/8922 <div type='discussions-op-text'> <sup>Originally posted by **happyfunction** December 17, 2024</sup> When using the pen tool, the crosshair is always displayed when using the mouse, whether you are writing (pressing the left mouse button) or ...
bug
low
Minor
2,770,457,615
vscode
Remove initialising of extension sizes
Remove initialising of extension sizes
debt,extensions
low
Minor
2,770,460,349
electron
setAspectRatio does not follow the useContentSize
### 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/windows,bug :beetle:,33-x-y
low
Critical
2,770,482,434
langchain
TypeError: Additional kwargs key total_tokens already exists in left dict and value has unsupported type <class 'decimal.Decimal'>.
### 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
low
Critical
2,770,483,065
flutter
[Camera] Camera preview not working in Samsung Galaxy tab S6 Lite
### Steps to reproduce Flutter version: 3.27.1 Camera version: 0.11.0+2 dependency_overrides: camera_android_camerax: 0.6.7+2 ### Expected results Should work properly with Flutter's latest version. ### Actual results After upgrading camera_android_camerax, the latest version, the applica...
waiting for customer response,in triage
low
Critical
2,770,504,733
vscode
Screen cheese in the debug console
![Image](https://github.com/user-attachments/assets/eaf409e2-39cc-4a7a-aa68-46e276f66f62) I've also seen it appear to be empty, but with a scrollbar and a lot of distance to scroll.
bug,debug
low
Critical
2,770,509,828
pytorch
[Inductor] Unify the data type propagation between Triton and CPP Backend
### 🚀 The feature, motivation and pitch Previously, `dtype` is the attr of `CppCSEVariable` but not `CSEVariable`. And thus CPP backend has its data type propagation mechanism in `CppCSEVariable.update_on_args`: https://github.com/pytorch/pytorch/blob/d85ae4be734cfd53f5b893240894381ac65fe8b4/torch/_inductor/codegen...
oncall: pt2,oncall: cpu inductor
low
Major
2,770,550,726
tauri
[bug] Improve error messages if `cargo metadata` fails.
### Describe the bug Running: `cargo create-tauri-app` or `sh <(curl https://create.tauri.app/sh)` - Tried rust-based (tried vanilla and leptos) frontend as well as Typescript based (vanilla with pnpm or deno) then `cargo tauri android init` or `pnpm tauri android init` or `deno task tauri android ini...
type: bug,good first issue,status: backlog
low
Critical
2,770,556,004
storybook
[Bug]: Storybook couldn't evaluate your
### Describe the bug when I try to run it gives an error: ``` SB_CORE-SERVER_0007 (MainFileEvaluationError): Storybook couldn't evaluate your .storybook\main.ts file. Original error: Error: Transform failed with 1 error: (define name):1:0: ERROR: Expected identifier but found "import" at failureErrorWithLog (\nod...
bug,core
low
Critical
2,770,564,002
transformers
SAM mask-generation - crops_n_layers
### System Info If I increase in a mask-generation pipeline the "crops_n_layers" to > 0. I run into issues with the batch size: ```python from PIL import Image from transformers import pipeline relative_image_path = "data\image.png" raw_image = Image.open(relative_image_path) generator = pipeline("mask-gen...
bug
low
Critical
2,770,582,761
angular
Dynamic component setInput does not respect internal input value changes (signal based inputs/model)
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? Yes ### Description I am trying to switch to signal based inputs with dynamic components. I use model as input (because input is read only and can't be changed). ` open = model<boolean>();` A close() method (on dialog close ...
area: core,core: dynamic view creation,core: reactivity
low
Critical
2,770,588,589
storybook
[Tracking]: Storybook Test onboarding via `storybook init`
## 🧑‍🤝‍🧑 Who: @ghengeveld and @ndelangen This is a tracking issue for the **Onboard to Storybook Test via init** project. Its purpose is to keep track of the overall status of the project and tasks and plan everything around it. ## 🏁 Goals 1. Simplify installation of Storybook Test by offering a zero-config setu...
feature request,cli,Tracking,addon: test
low
Minor
2,770,616,555
ui
[bug]: Canary CLI monorepo doesn't Install dependencies in right place
### Describe the bug I've tried the new Canary CLI monorepo to initialize a new project and add a component, but the dependencies are being installed in the wrong location. They are being installed in the web application instead of the ui package. ### Affected component/components All ### How to reproduce ...
bug
low
Critical
2,770,625,946
vscode
copilot-debug terminal integration breaks python venv activation
- Copilot Chat Extension Version: 0.23.2 - VS Code Version: 1.96.2 - OS Version: Windows 11 - Logs: Steps to Reproduce: 1. Start with a clean VSCode profile 2. Install the [python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) 3. Create a virtual environment and set it as the python ...
bug,terminal-env-collection
low
Critical
2,770,643,439
pytorch
[inductor][cpu] torch.bitwise_and/or/xor incorrectly accepts float32 tensors
### 🐛 Describe the bug It's not a severe problem but I report this issue anyway since the actual behavior deviated from what it is expected in the documentation. According to the documentation (e.g., https://pytorch.org/docs/stable/generated/torch.bitwise_not.html), `torch.bitwise_and/or/xor` only accepts boolean ...
module: error checking,oncall: pt2,oncall: cpu inductor
low
Critical
2,770,731,563
flutter
[flutter_svg] Some SVG Images aren't rendered properly
### Steps to reproduce I observe this issue when I try to add SVG Images in my app using `SvgPicture.asset()`. Some of my SVGs aren't rendered properly. ### Expected results All SVG images should be rendered properly by the package. I observe issues in three of my images, each of these is just white strokes wi...
package,c: rendering,has reproducible steps,team-engine,found in release: 3.27,p: flutter_svg,found in release: 3.28
low
Minor
2,770,772,862
go
crypto/cipher: Unnecessary allocations when using boringcrypto's AES-GCM implementation
### Go version go1.24-20241213-RC00 ### Output of `go env` in your module/workspace: ```shell AR='ar' CC='clang' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_ENABLED='1' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' CXX='clang++' GCCGO='gccgo' GO111MODULE='' GOAMD64='v1' GOARCH='amd64' GOAUT...
Performance,NeedsInvestigation
low
Critical
2,770,833,775
vscode
Git - remote name should be considered when checking out a branch
<!-- ⚠️⚠️ 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. --> Please correct me if this is something that's already...
bug,git
low
Minor
2,770,836,640
vscode
Support variable fonts in the editor
Related to https://github.com/microsoft/vscode/issues/147067 The issue above will be used to track variable line heights only This issue is about tracking the feature of variable fonts (font-family, font-size etc) in the editor
feature-request,editor-core
low
Minor
2,770,842,727
flutter
`NavigationRail` does not follow Material specification
### Steps to reproduce There are two main issues, both of which are related. --- Create a `NavigationRail` where the `alignment` is set to 0, with a couple of destinations. Create a non-zero height widget and use it as the `leading`. Note the destinations are centered in the space remaining after `leading` ta...
framework,f: material design,a: fidelity,P2,team-design,triaged-design
low
Minor
2,770,869,698
transformers
RagTokenizer Missing patch_token_id, patch_token, and encode Functionality
### Feature request I propose adding the following functionalities to the RagTokenizer in the Hugging Face Transformers library: Support for patch_token_id and patch_token attributes: These attributes are essential for specifying special tokens that can be used during tokenization, particularly for Retrieval-Augm...
Feature request
low
Minor
2,770,894,499
flutter
[Firefox] Textfield becomes unresponsive after focusing it a certain way
### Steps to reproduce 1. Open the application in Firefox. 2. Copy some text to clipboard. 3. Click on the text field. 4. Type some things to ensure it still receives keyboard inputs. 5. Hit tab until you focus the textfield again. 6. Try typing or pasting text. The widget is now unresponsive. ### Expected r...
a: text input,platform-web,browser: firefox,P1,customer: quake (g3),team-web,triaged-web
medium
Critical
2,770,914,707
vscode
Overlapping borders in Edits view with transparent input box theme
- Install the theme "Poimandres" <img width="410" alt="Image" src="https://github.com/user-attachments/assets/e08dec95-aa25-4acf-8591-f3c9c163700e" /> The input-background color is transparent so the chat view looks a bit messed up. Maybe there are no other inputs layered on other elements with different colors elsew...
bug,panel-chat,chat
low
Minor
2,770,918,602
ant-design
Customizable progress bar for Notification
### What problem does this feature solve? The recently added progress bar for Notification is great, and it would be even better if we could customize it. When we want to have different progress bars for different types of notification (success, warning, error), it would be great to have at notification.open() a...
unconfirmed
low
Critical
2,770,950,084
godot
[GDExtension] Binding to custom added GDScript virtual methods, causes method definition duplication
### Tested versions Reproducible in: v4.3.stable.official [77dcf97d8] (windows only) Not reproducible on Linux Mac remains untested. ### System information Godot v4.3.stable - Windows 10 ### Issue description When trying to return a default value/having base logic for these virtual methods, I discovered it might s...
documentation,topic:gdextension
low
Critical
2,770,963,909
PowerToys
VSCodeHelper: Add support for Cursor
### Description of the new feature / enhancement Currently the VSCode plugin for Run checks for specific "VS Code" strings. I believe if Cursor strings could be added then support could be easily added for Cursor. ### Scenario when this would be used? If you have Cursor installed, you'd be able to see paths that are...
Needs-Triage,Run-Plugin
low
Minor
2,770,998,827
tauri
[bug] App data directory does not resolve to correct path
### Describe the bug [appDataDir](https://v2.tauri.app/reference/javascript/api/namespacepath/#appdatadir) does not resolve to the correct path on each platform. The resolved path _should exist_ without having to create it. See example below for macOS, iOS and Android. **macOS**: `/Users/johndoe/Library/Appl...
type: bug,status: needs triage
low
Critical
2,771,063,964
excalidraw
[API - feature request] Be able to create ExcalidrawElementSkeleton from "Excalidraw library" programatically
Hi, I'm exploring to programmatically generate KSTD diagrams using the excalidraw API [excalidraw-element-skeleton](https://docs.excalidraw.com/docs/@excalidraw/excalidraw/api/excalidraw-element-skeleton). Currently, only the native excalidraw types (shapes, text, lines, arrows & bindings) can be created, but no pre-d...
enhancement,package:excalidraw
low
Minor
2,771,084,454
vscode
Ability to close and folders to reduce resource consumption in multi-root workspaces
<!-- ⚠️⚠️ 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 want to re-open this feature request that was clos...
feature-request,workbench-multiroot
low
Major
2,771,113,169
ollama
Manual linux install: runners/cuda_v11_avx/ollama_llama_server: undefined symbol: ggml_backend_cuda_reg
### What is the issue? Tried to update with the manual Linux install (and making sure I deleted lib/ollama first) and got this error: runners/cuda_v11_avx/ollama_llama_server: undefined symbol: ggml_backend_cuda_reg Looks like it may have been fixed for the cuda_v12 runner in #8166 Maybe just an oversight in t...
bug
low
Critical
2,771,123,880
neovim
shada: don't store jumplist
### Problem I use global marks for navigation across neovim instances by using the shada system. However this also means I have to sync the jumplist. Thus when I open nvim instance 2 and jump back with `<C-o>` I accidentally go back to a file previously open in nvim instance 1. ### Expected behavior Add an option to...
enhancement,options,editor-state
low
Major
2,771,124,034
transformers
Mask2FormerImageProcessor support overlapping features
### System Info transformers version: 4.48.0.dev0 Python version: 3.13.1 OS: Linux (AWS CodeSpace) `Linux default 5.10.228-219.884.amzn2.x86_64 #1 SMP Wed Oct 23 17:17:00 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux` Virtual environment: Conda Output of `pip list` ``` Package Version ---------...
bug
low
Critical
2,771,148,551
godot
Syntax highlighting for #region keyword is too loose
### Tested versions v4.4.dev7.official [46c8f8c5c] ### System information windows 11 ### Issue description as seen in [this reddit post](https://www.reddit.com/r/godot/comments/1huuq5w/why_did_it_turn_purple_when_i_commented_out_the/): ![Image](https://github.com/user-attachments/assets/8e6ceaef-cfb3-4907-88e7-d71...
bug,topic:gdscript,topic:editor
low
Minor
2,771,212,087
vscode
Enable Select Typescript Version command in tsconfig.json
<!-- ⚠️⚠️ 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. --> The `Select Typescript Version` command only shows u...
bug,typescript,good first issue
low
Critical
2,771,248,350
pytorch
The axis name set by `torch.export.Dim` is not in ExportedProgram
### 🐛 Describe the bug ```python import torch class Model(torch.nn.Module): def forward(self, x, y): return x + y dim = torch.export.Dim("batch", min=1, max=6) ep = torch.export.export( Model(), (torch.randn(2, 3), torch.randn(2, 3)), dynamic_shapes=[{0: dim}, {0: dim}], ) ``` ...
oncall: pt2,oncall: export
low
Critical
2,771,251,843
vscode
Can't use Notebook Find (ctrl+f) in notebook diff viewer
### Applies To - [x] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? Previously, I was able to search in the side-by-side comparsion of files that appears when you click on an entry in the "Timeline" section for a notebook, but now it doesn't wo...
bug,notebook-find
low
Minor
2,771,289,417
godot
Resource class @icon overridden in FileSystem by export variables
### Tested versions - Reproducible in Godot v4.3.stable.official [77dcf97d8] - Somewhat reproducible in v4.2.2.stable.official [15073afe3] - In 4.2, the icons seem to not work at all, showing only the default blank page ### System information Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated ...
bug,topic:editor
low
Critical
2,771,301,328
pytorch
Dynamo fails on `types.UnionType`s
### 🐛 Describe the bug ```python import torch class Mod(torch.nn.Module): def forward(self): int | float torch.export.export(Mod(), ()) ``` ### Error logs ```python Traceback (most recent call last): File "bug.py", line 7, in <module> torch.export.export(Mod(), ()) File "/.../lib/p...
triaged,oncall: pt2,module: dynamo,oncall: export
low
Critical
2,771,307,504
godot
Graphics shake violently if physics interpolation is enabled at runtime
### Tested versions Reproducible in dev 216b3302 ### System information Godot v4.4.dev (7d645fbea) - Windows 11 (build 22631) - Multi-window, 2 monitors - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 3070 (NVIDIA; 32.0.15.6636) - AMD Ryzen 7 5800X3D 8-Core Processor (16 threads) ### Issue description If physics i...
bug,topic:physics
low
Major
2,771,324,384
vscode
SCM Commit & Push makes user choose which repository they want to push to
- VS Code Version: Insiders - OS Version: Windows 11 Steps to Reproduce: 1. In a multi-folder setup where each folder has its own remote, and where one of the folders lives inside another but is ignored by the outer folder, change files in the outer folder. 2. Type a commit message, and press Commit & Push for the ou...
bug,git
low
Critical
2,771,349,163
next.js
mdx js loader: paths must be valid file:// URLs (windows only)
### Link to the code that reproduces this issue https://github.com/chrisweb/nextjs_mdx-js-loader_windows_reproduction ### To Reproduce 1. clone the repo (`git clone https://github.com/chrisweb/nextjs_mdx-js-loader_windows_reproduction.git`) 2. install the dependencies (`npm i`) 3. run the development server (`npm ...
Markdown (MDX)
low
Critical
2,771,357,320
ui
[bug]: Trying to init a new project but it cant generate a new components.json
### Describe the bug Following all the steps on https://ui.shadcn.com/docs/installation/vite But it still gives me this error. ### Affected component/components No components ### How to reproduce 1. Installing vite, creating react-ts template. 2 . Installing tailwind, postcss and autoprefixer. 3. Configuring ta...
bug
low
Critical
2,771,392,342
svelte
Documentation: "Is there a router?" update for new hash-based routing
### Describe the bug https://svelte.dev/docs/svelte/faq#Is-there-a-router describes: > If you need hash-based routing on the client side, check out [svelte-spa-router](https://github.com/ItalyPaleAle/svelte-spa-router) or [abstract-state-router](https://github.com/TehShrike/abstract-state-router/). This should...
documentation
low
Critical
2,771,397,941
node
utimes should support `undefined` arguments to leave the time alone
### What is the problem this feature will solve? Sometimes one only wants to modify access time, not modification time or vice versa. I'm working on the Emscripten where we have an implementation of a linux file system backed by the node fs module. The `utimens` family of functions are supposed to leave the time val...
feature request,libuv
low
Minor
2,771,409,922
flutter
[SwiftPM] Support conditional compilation in plugins
### Background CocoaPod plugins can use conditional compilation to allow an app to opt-in or out of certain features. For example, the [`just_audio`](https://pub.dev/packages/just_audio) plugin is an audio player that has an optional microphone feature. Since microphone use has privacy concerns, the app must prov...
c: new feature,platform-ios,platform-mac,P3,team-ios,triaged-ios
low
Minor
2,771,457,772
flutter
[go_router] Add navigation destination to onExit state
### Use case I would like to register an onExit handler that can conditionally prevent navigation based on the topRoute of the upcoming location. e.g. I would like to show a dialog confirming the users desire to exit this portion of the app when hardware back is used, but I would like to allow navigation to a spec...
c: new feature,package,c: proposal,P3,p: go_router,team-go_router,triaged-go_router
low
Minor
2,771,469,091
ollama
Add a CUDA+AVX2(VNNI) runner to the Docker image.
**Description**: I would like to ask to add a CUDA+AVX2 (maybe VNNI) model runner to the default Docker image for Ollama. I think this can help with performance in partial offload scenarios. This should be supported at build time (#2281), but for some reason I cant find the runner in the docker image I think tha...
feature request
low
Major
2,771,473,967
terminal
📜scrollback search highlight 1️⃣ is incorrect, and 2️⃣ incorrectly snaps in response to STDOUT
### Windows Terminal version 1.23.3232.0 ### Windows build number 10.0.19045.5247 ### Other Software ### Steps to reproduce 1) Hit Ctrl-Shift-F while a script is generating output 2) Enter in something to search for. I suggest “e” for bug-finding purposes. 3) Watch the highlights incorrectly dance around the...
Issue-Bug,Needs-Triage
low
Critical
2,771,557,709
yt-dlp
[core] Windows reserved names are not sanitized with --windows-filenames
### 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 bug unrelated to a specific site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](http...
enhancement,core-triage
low
Critical
2,771,560,775
godot
Excessive error spam when a global script is not valid
### Tested versions 4.4 dev7 ### System information W10 ### Issue description If you have a global script (with `class_name`) and it has an error, the error will be spammed occasionally when using editor. I observed it e.g. when opening CreateDialog to add a node (happens once), or every time you try to autocomple...
bug,topic:gdscript,topic:editor
low
Critical
2,771,601,030
rust
`--target bpfel-unknown-none` generates LLVM bitcode instead of eBPF
I built this code with `cargo build --target bpfel-unknown-none -Zbuild-std`: ```rust #![no_std] #[unsafe(no_mangle)] #[inline(never)] pub fn oof(a: u64, b: u64, c: u64, d: u64, e: u64, f: u64, g: u64) -> u64 { a + b + c + d + e + f + g } #[unsafe(no_mangle)] pub fn argh(a: u64, b: u64, c: u64, d: u64, e: u64, f...
T-compiler,C-bug,O-eBPF
low
Critical
2,771,606,491
go
go/types: stack overflow in Alignof
``` #!stacks "crash/crash" && "go/types.(*gcSizes).Alignof:+29" && "go/types.(*Named).resolve:+0" ``` Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks). Looks like Alignof was applied to a named struct type (illegally) containing itself as its first field. ...
NeedsInvestigation,gopls,Tools,gopls/telemetry-wins,BugReport
low
Critical
2,771,620,164
godot
Camera2D stops scrolling if physics interpolation is enabled at runtime
### Tested versions Reproducible in dev 216b3302 ### System information Godot v4.4.dev (7d645fbea) - Windows 11 (build 22631) - Multi-window, 2 monitors - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 3070 (NVIDIA; 32.0.15.6636) - AMD Ryzen 7 5800X3D 8-Core Processor (16 threads) ### Issue description If physics i...
enhancement,topic:rendering
low
Minor
2,771,643,873
flutter
Migrate Flutter's Skia Gold instances to spanner
null
team-infra
low
Minor
2,771,655,919
godot
[Godot 4.3-4.4beta1] GPUParticle2D spawned out of camera zoom does not animate correctly
### Tested versions Reproducible in 4.3 - 4.4beta1, Windows + Linux, AMD and Nvidia ### System information (Forward+) Godot 4.3 - 4.4beta1, Windows 11, Linux KDE NEON, AMD and Nvidia gpu ### Issue description Creating particles out of screen does not play alpha animations correctly. The example and the video shows...
bug,topic:2d,topic:particles
low
Critical
2,771,660,260
godot
Property completion can't be filtered
### Tested versions 4.4 dev7 ### System information W10 ### Issue description `tween_property()` method provides completion for property names. The problem is that you can't search for a property. https://github.com/user-attachments/assets/8902e3a0-8684-430f-a74c-e288d105d6ba As soon as you type something, the c...
bug,topic:gdscript,topic:editor,usability
low
Major
2,771,670,452
kubernetes
Fix message formatting in AttachDetach controller on VA status error
### What happened? Attachdetach Controller records events on a PVC when errors occur: * https://github.com/kubernetes/kubernetes/blob/c3f3fdc1aa62002a58bec1141fe69e86bbb27491/pkg/volume/util/operationexecutor/operation_generator.go#L315 The message is logged with `Eventf`, however a single string is passed to the...
kind/bug,sig/storage,needs-triage
medium
Critical
2,771,674,794
terminal
Want to disable mouse selection and copy function in Windows terminal
### Description of the new feature windows terminal can not use SetConsoleMode ~ENABLE_QUICK_EDIT_MODE to disable mouse selection. ### Proposed technical implementation details _No response_
Issue-Feature,Needs-Triage,Needs-Tag-Fix
low
Minor
2,771,689,115
PowerToys
copy text fail
### Microsoft PowerToys version 0.87.1 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? General ### Steps to reproduce ![Image](https://github.com/user-attachments/assets/736e6de0-b2c0-4311-9052-81b9e5adc40f) ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavi...
Issue-Bug,Needs-Triage,Needs-Team-Response
low
Minor
2,771,689,489
terminal
Windows API GetConsoleScreenBufferInfo() does not return expected values
### Windows Terminal version Windows Console Host ### Windows build number _No response_ ### Other Software _No response_ ### Steps to reproduce In windows 11 console host (not windows terminal), F11 go to full screen, Use CTRL+Mouse Wheel zoom in/out, there is an issue: Windows API GetConsoleScreenBufferInfo()...
Issue-Bug,Needs-Author-Feedback,Needs-Triage,No-Recent-Activity
low
Minor