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,583,653,193
tauri
[feat] Improve error message for forbidden paths during dev
### Describe the problem This error message shows in the browser console when an FS operation fails due to a disallowed path: > "forbidden path C:\whatever\..." It turns out I was missing the "fs:allow-exists" permission, but the error message didn't give me any clue about that, and it made me think something el...
type: feature request
low
Critical
2,583,665,196
yt-dlp
[Twitter] Use full untruncated text for description and title
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update ...
site-bug,triage
low
Critical
2,583,692,187
rust
Clippy gets rebuilt twice on every change, and rustdoc also gets rebuilt
Something seems wrong with the rebuild tracking for clippy in x.py, making working on clippy in the rustc repo (e.g. when fixing breakage from a rustc change) quite slow due to the multi-minute edit-compile cycle: ``` ./x.py test clippy --stage 2 --bless -- local # change something in clippy_lints ./x.py test clippy --...
T-bootstrap,C-bug,A-contributor-roadblock,A-clippy
low
Critical
2,583,704,309
neovim
`TSNode:field()` returns only first node instead of all
### Problem Reference: rest-nvim/rest.nvim#485 `TSNode:field()` api doesn't return the all children nodes matching given field id. Stable version (`v0.10.2`) returns all children nodes but nightly doesn't seem to have same behavior and I can't find any document about this change from `:help news`. ### Steps to repr...
bug,has:repro,bug-regression,treesitter
low
Major
2,583,726,521
rust
ICE: `region variables should not be hashed`
<!-- 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 `rustc l.rs -Cincremental=.` ```Rust...
I-ICE,T-compiler,A-incr-comp,C-bug,F-cmse_nonsecure_entry,S-has-mcve,S-has-bisection
low
Critical
2,583,729,822
neovim
TUI: segfault when using extmark with very long URL
### Problem TUI segfaults when using extmark with very long URL. ASAN log: ``` ================================================================= ==280569==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x531000012630 at pc 0x5b8b676bd084 bp 0x7ffc40542f10 sp 0x7ffc405426d0 WRITE of size 100019 at 0x531000012...
tui,bug-crash
low
Critical
2,583,738,303
ui
[bug]: Module not found: Error: Can't resolve '@/components/ui/button'...
### Describe the bug I am using create react app and encountering the above error: Module not found: Error: Can't resolve '@/lib/utils' The above doesn't happen if I write the following "../../lib/utils" // tsconfig.json { "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, ...
bug
low
Critical
2,583,781,416
vscode
[regression] Most `"configurationDefaults"` settings no longer work on VSCode reload
most settings in `"configurationDefaults"` no longer seem to work when restarting VSCode with a file loaded this affects 22 built-in [extensions](https://github.com/search?q=repo%3Amicrosoft%2Fvscode%20path%3Aextensions%2F**%2Fpackage.json%20%22configurationDefaults%22&type=code) https://github.com/microsoft/vscode/blo...
bug
low
Major
2,583,797,740
vscode
revertAndCloseActiveEditor doesn't work 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-workflow
low
Critical
2,583,802,166
PowerToys
PowerToys Run not copy value
### Microsoft PowerToys version 0.85.1 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? PowerToys Run ### Steps to reproduce [PowerToysReport_2024-10-13-16-51-54.zip](https://github.com/user-attachments/files/17354988/PowerToysReport_2024-10-13-16-51-54.zip) ![Image](htt...
Issue-Bug,Needs-Triage
low
Critical
2,583,824,605
vscode
Unknown configuration setting `notebook.controller2TypeBindings` appears in exported profiles and User/sync/globalState
Type: <b>Bug</b> It may be caused by an outdated setting so I can't reproduce it. I only want to ***safely delete this setting*** since the directory `envs/d2l` in the content is not valid now, and I think some bugs are related with it. The following are exported `code-profile` file: [default profile.zip](https://git...
debt
low
Critical
2,583,848,071
vscode
Retrying opening a file with a custom editor always gives the same error
Type: <b>Bug</b> - Create a file that VSCode opens with a custom editor (I tried this with both the [NBT Viewer](https://marketplace.visualstudio.com/items?itemName=Misodee.vscode-nbt) extension and the [custom-editor-sample](https://github.com/microsoft/vscode-extension-samples/tree/main/custom-editor-sample) extens...
bug,custom-editors
low
Critical
2,583,885,020
flutter
Add a `TextInputAction` property to `DropdownMenu`
I usually use `DropdownMenu` as my go-to widget when I need a `TextField` with a dropdown where I can search for items. I use it in a form where there is at least one other form field (usually `TextFormField`) coming after it. It would be such a nice feature for `DropdownMenu` to have a `textInputAction` property so we...
a: text input,c: new feature,framework,f: material design,c: proposal,P3,workaround available,team-design,triaged-design
low
Minor
2,583,893,986
ui
[bug]: Dialog / AlertDialog not styled properly
### Describe the bug **Description:** I am encountering an issue with the styling of `Dialog` and `AlertDialog` components in my project. Despite following the documentation, the components do not render as expected, and the styling appears to be broken or missing. I am unsure of the root cause and have tried to trou...
bug
low
Critical
2,583,931,000
vscode
Unicode highlight: No explanations nor setting-adjustment shortcuts anymore when hovering highlighted characters
<!-- ⚠️⚠️ 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,unicode-highlight
low
Critical
2,583,938,514
rust
ICE: `cycle detected when computing function signature`
<!-- ICE: Rustc ./a.rs '' 'error: internal compiler error[E0391]: cycle detected when computing function signature of `IntFactory::stream`', 'error: internal compiler error[E0391]: cycle detected when computing function signature of `IntFactory::stream`' File: /tmp/im/a.rs --> auto-reduced (treereduce-rust): ...
I-ICE,E-needs-test,T-compiler,C-bug,S-bug-has-test,F-return_type_notation
low
Critical
2,583,957,260
tensorflow
Aborted (core dumped) due to Overflow : `tf.raw_ops.IRFFT2D`
### 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 Linux Ubuntu 20.04 ### Mobile device _No response_ ### Python version 3.11 ### Bazel version _No response_ ###...
stat:awaiting tensorflower,type:bug,comp:ops,2.17
medium
Critical
2,583,958,982
tensorflow
Aborted (core dumped) due to Overflow : `tf.raw_ops.IRFFT3D`
### 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 Linux Ubuntu 20.04 ### Mobile device _No response_ ### Python version 3.11 ### Bazel version _No response_ ###...
stat:awaiting tensorflower,type:bug,comp:ops,2.17
medium
Critical
2,583,991,919
PowerToys
Constant notification pop-up when starting app
### Microsoft PowerToys version 0.81.1 ### Installation method Microsoft Store ### Running as admin None ### Area(s) with issue? General ### Steps to reproduce When I open the application there is a constant computer notification pop-up on PC. A new one will pop-up every second. When clicked it doesn't open th...
Issue-Bug,Needs-Triage
low
Minor
2,583,996,275
rust
false positive for `unused_parens` in a let-else
### Code ```rs fn main() { macro_rules! x { () => { None::<i32> }; } let Some(_x) = (x! {}) else { return }; } ``` ### Current output ``` warning: unnecessary parentheses around assigned value --> src/main.rs:6:20 | 6 | let Some(_x) = (x! {}) else { return }; | ^ ^ ...
A-lints,A-diagnostics,T-compiler,L-unused_parens
low
Minor
2,584,004,361
neovim
Wrong commentstring in builtin commenting with `injection.combined`
### Problem When tree-sitter injection queries are written with `injection.combined` and there are multiple nodes in the same document, effective `commentstring` in comment plugin is from injected language in between these nodes. I don't know if it's possible to discern correct language in this case, but the actual re...
bug,treesitter,comment
low
Minor
2,584,039,910
godot
```icon_hover_pressed_color```⁠ not working for Buttons
### Tested versions Reproducable in 4.3.stable ### System information Godot v4.3.stable - macOS 14.1.0 - Vulkan (Forward+) - integrated Apple M3 Max - Apple M3 Max (14 Threads) ### Issue description Using ⁠ ```icon_hover_pressed_color``` either as a theme override or part of a theme itself does not work. I have a...
bug,topic:gui
low
Minor
2,584,044,421
flutter
automatically apply ListTile - `isThreeLine` flag depending on the list tile content.
### Use case The material spec defines https://m3.material.io/components/lists/overview#0d2dff28-83e1-4c09-94b6-d750db2b9911 ``` Alignment: Elements in a list item are middle-aligned unless it is at or above 88dp (such as when a list item contains three lines of text) at which point everything is top aligned ``` ...
framework,f: material design,c: proposal,P3,team-design,triaged-design
low
Major
2,584,058,693
TypeScript
Typescript 5.6.3 throwing error "The inferred type of X cannot be named without a reference to Y. This is likely not portable. A type annotation is necessary."
### 🔎 Search Terms "inferred type" "portable" "type annotation is necessary" "cannot be named without a reference to" ### 🕗 Version & Regression Information - This changed between versions 5.5.4 and 5.6.3 ### ⏯ Playground Link https://github.com/livingforjesus/typescript-inferred-type-bug-repro ### 💻 Code ``...
Needs More Info
low
Critical
2,584,063,018
godot
Trying to inspect a node with a script that contains typed dictionary that has entries with custom class as a key will cause errors.
### Tested versions Godot v4.4.dev3 ### System information Godot v4.4.dev3 - Windows 10.0.22631 - Single-window, 2 monitors - Vulkan (Forward+) - dedicated GeForce RTX 2070 SUPER ### Issue description Cannot inspect a node on a remote tab if a node's script contains typed dictionary (non typed dictionary is fine),...
bug,topic:core,topic:gdscript,topic:editor
low
Critical
2,584,082,440
godot
Referencing other custom class from inner class will generate same custom class script as a built in script, and replace other custom class nodes' scripts with that built in script.
### Tested versions Reproducible in : Godot v4.4.dev3 Not reproducible in : Godot_v4.3 stable ### System information Godot v4.4.dev3 - Windows 10.0.22631 - Single-window, 2 monitors - Vulkan (Forward+) - dedicated GeForce RTX 2070 SUPER ### Issue description Just reference other custom class at any point in inner...
bug,topic:gdscript,topic:editor,regression
low
Critical
2,584,089,124
rust
Returning bare trait from an async function gives subpar suggestion
### Code ```rust trait Trait {} async fn fun() -> Trait { todo!() } fn main() {} ``` ### Current output ``` error[E0782]: expected a type, found a trait --> src/main.rs:3:19 | 3 | async fn fun() -> Trait { | ^^^^^ | help: you can add the `dyn` keyword if you want a trait object | 3 |...
A-diagnostics,T-compiler,A-async-await,D-invalid-suggestion
low
Critical
2,584,094,124
godot
Movie Writer does not work on Web Editor export
### Tested versions 4.3 web ### System information firefox ### Issue description On chromium, it would hang the entire system, on firefox, it at least complete and respond to the movie_quit_on_finish So, basicaly, i tried several folders of the virtual filesystem, and none works. There is no file bein...
bug,platform:web,topic:editor,needs testing
low
Critical
2,584,095,413
godot
Packet Loss in unreliable UDP localhost
### Tested versions - Reproducible in 4.4 dev3 (and probably earlier versions) ### System information Godot v4.4.dev (0a9ad8f9d) - Artix Linux #1 SMP PREEMPT_DYNAMIC on Tty - X11 display driver, Multi-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce GTX 1050 Ti (nvidia; 560.35.03) - AMD Ryzen 5 26...
discussion,needs testing,topic:multiplayer
low
Critical
2,584,119,350
godot
Unable to right click menu on the VR Android editor
### Tested versions - Reproducible on https://github.com/V-Sekai/godot/commits/groups-4.4 which the earliest mainline commit is https://github.com/godotengine/godot/commit/92e51fca7247c932f95a1662aefc28aca96e8de6 - Reproducibile on the Meta Quest 3 app store app for the Godot Engine Editor ### System informati...
bug,topic:editor,topic:xr
low
Critical
2,584,123,372
terminal
Organization.md has room for improvement
<!-- Briefly describe which document needs to be corrected and why. --> The [terminal](https://github.com/microsoft/terminal/tree/main)/[doc](https://github.com/microsoft/terminal/tree/main/doc)/ORGANIZATION.md file doesn't speak about folders like .config .github etc which may be necessary for someone who is new to t...
Help Wanted,Issue-Docs,Product-Meta,Needs-Tag-Fix
low
Minor
2,584,135,094
kubernetes
In a CRD's schema, invalid schemas for array elements are accepted
### What happened? I accidentally wrote an invalid OpenAPI v3.0 schema for the elements of an array in a CRD's schema. `kubectl create --validate=strict` accepted my CRD definition without complaint, and silently discarded my invalid schema property. I have attached two files that demonstrate the problem. test1.yaml.t...
kind/bug,sig/api-machinery,priority/important-longterm,triage/accepted
low
Critical
2,584,181,154
neovim
vim.on_key does not expose a way to only trigger on completion of a valid action
### Problem I am trying to collect keystroke statistics like [somebody did in emacs](http://xahlee.info/emacs/emacs/command-frequency.html), however, there is no way to make actions like `ci[` to be sent to `vim.on_key` together. Instead, the function will be triggered 3 times, with `c`, `i` and `[`. ### Expected beh...
enhancement,input,multicursor,mappings
low
Minor
2,584,233,167
godot
When the "maximise" button is pressed on the window the contents of the window do not scale
### Tested versions Godot Engine v4.2.2.stable.mono.official.15073afe3 ### System information Windows10 Vulkan API 1.3.280 - Forward+ - Using Vulkan Device #0: NVIDIA - NVIDIA GeForce GTX 1660 Ti ### Issue description When pressing the maximise button on a window it's contents do not scale no mater the scaleing se...
bug,needs testing,topic:gui
low
Minor
2,584,239,640
go
proposal: x/pkgsite, go/doc: un-name result parameters starting with an underscore in docs
Using a defer func to read/modify a function's results is convenient, except that it requires that you name the results, often unnecessarily, violating the style norms as documented at https://go.dev/wiki/CodeReviewComments#named-result-parameters, adding distracting repetition. I was complaining about this with @ia...
Proposal
low
Critical
2,584,243,780
Python
Add Edmonds' Blossom Algorithm for Maximum Matching in Graphs
### Feature description ## Description I would like to propose adding an implementation of Edmonds' Blossom Algorithm to our codebase. This algorithm efficiently finds the maximum matching in general graphs, including those with odd-length cycles, by contracting blossoms and searching for augmenting paths. ## Rati...
enhancement
medium
Major
2,584,251,744
deno
--watch-exclude doesn't work
Version: Deno 2.0.0 ```sh echo 'console.log(new Date());' > date.js touch a.txt deno run --watch=. --watch-exclude=a.txt date.js ``` Steps to reproduce: 1. Run the above command. 2. Edit `a.txt` Actual result: The script `date.js` is run again when editing `a.txt`. Expected result: The script shou...
bug,--watch
low
Minor
2,584,277,087
godot
Incorrect parsing error 'Cannot use subscript operator on a base of type "null"'
### Tested versions - Reproducible in: v4.3.stable.mono.official [77dcf97d8] ### System information Windows 10.0.19045 - GLES3 (Compatibility) - AMD Radeon RX 7800 XT (Advanced Micro Devices, Inc.; 31.0.24019.1006) - AMD Ryzen 7 1700 Eight-Core Processor (16 Threads) ### Issue description Godot is in som...
bug,topic:gdscript
low
Critical
2,584,315,377
PowerToys
Add ability to set darkmode to specific window (or application)
### Description of the new feature / enhancement Add ability to set darkmode to specific window (or application) ### Scenario when this would be used? You use an old app that doesn't have dark mode yet ... and is not maintained anymore ### Supporting information darkmodeanyapp and windowtop has similar ability
Needs-Triage
low
Minor
2,584,327,939
godot
_unhandled_key_input's 'event' argument does not have InputEventKey as its type
### Tested versions 4.3 ### System information Window 11 ### Issue description _unhandled_key_input's event has a type of InputEvent, but shouldn't it use InputEventKey? To get the correct auto-complete, you have to use a workaround like var _event: InputEventKey = event. Unless I am mistaken, event in this method...
discussion,topic:core
low
Minor
2,584,328,872
vscode
Add `deno.lock` as default nesting pattern for package.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. --> Add `deno.lock` as default nesting pattern for packag...
feature-request,file-nesting
low
Major
2,584,374,382
deno
Typechecking fails unexpectedly when using manual nodeModulesDir
Version: Deno 2.0.0 clone [this repo](https://github.com/redabacha/react-deno-typecheck-error) and run `deno check test.tsx`. the command fails with the error: ``` error: Failed resolving types. [ERR_TYPES_NOT_FOUND] Could not find types for 'file:///home/reda/Documents/Projects/react-deno-typecheck-error/node_mod...
bug,tsc,2.0 feedback
low
Critical
2,584,391,980
rust
Duplicated primitive in search results
### Location In the search pages when looking for primitive items in the std/core documentation. ### Summary If you search for `str` for example, you will see: ![Image](https://github.com/user-attachments/assets/67c3120c-34e4-4410-a46b-e5279fa60715) cc @notriddle
T-rustdoc,A-docs,A-rustdoc-search,T-rustdoc-frontend
low
Minor
2,584,405,007
yt-dlp
[Youtube] .jpg thumbnails are actually better than .webp (?)
### 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,discussion/announcement,site:youtube
low
Critical
2,584,426,018
pytorch
TORCH_COMPILE_CPROFILE does not work for python 3.12
### 🐛 Describe the bug this simple code: ```python import torch def fn(x): a = torch.cos(x) b = torch.sin(a) return b new_fn = torch.compile(fn, backend="inductor") input_tensor = torch.randn(10000).to(device="cuda:0") a = new_fn(input_tensor) ``` does not work for python 3.12: `torch._d...
needs reproduction,triaged,oncall: pt2,vllm-compile
low
Critical
2,584,505,313
flutter
[Impeller] Impeller performs worse than skia in power consumption 5%.
### Steps to reproduce 1.Open the application 2.Slide the page Catch the capture with Renderdoc I found that the events of Impeller are more than skia with opengles or vulkan. **skia + opengles** ![image](https://github.com/user-attachments/assets/0250f0ef-8041-4dbc-b573-dc8648373af4) impeller + vulkan ![...
engine,c: performance,perf: energy,P2,e: impeller,team-engine,triaged-engine
low
Critical
2,584,529,392
pytorch
[Perf]The delay between inference request impact the performance
### 🐛 Describe the bug The delay between inference request will impact the performance of latency. If the delay is 0 second, the performance of bs=1 is best. If the delay is 2s, the performance of bs=1 will reduced. If same in following cases: 1. both CPU and CUDA 2. eager and [torch.compile()]([url](url)...
module: performance,triaged
low
Critical
2,584,536,894
transformers
Request more specific info from bug reporters when opening deepspeed issues
### Feature request Hi! I would like the bug reporters to be prompted (or have section to fill in the reports template) to provide `ds_report` info and `zero3` config when opening a bug report related to deepspeed integration (maybe it could be more general). Anything to make sure these bits of info are more like...
Feature request
low
Critical
2,584,568,507
pytorch
TORCH_LOGS=cache only reports on remote cache, but it should report local cache too
### 🐛 Describe the bug You can tell because it's ``` register_log( "cache", ("torch._inductor.remote_cache", "torch._inductor.fb.remote_cache") ) ``` @masnesral is this easy to fix for you? cc @chauhang @penguinwu @oulgen ### Versions main
module: logging,triaged,oncall: pt2
low
Critical
2,584,573,522
pytorch
TORCH_LOGS=+inductor spams too much information about cache
### 🐛 Describe the bug The cache logs are extremely long and involve things like ``` V1013 19:33:50.459000 2627268 torch/_inductor/codecache.py:821] [8/0] [4ti6faxqet4l7zbjc2ovkfelze6usgng2xzzy4disiquolmsoyx] example_inputs[154] : TensorMetadata(dtype=torch.float32, shape=torch.Size([384]), stride=(1,), device=d...
triaged,oncall: pt2,compile-cache
low
Critical
2,584,582,966
transformers
Differential Attention implementation for BERT.
### Feature request The paper "Differential Transformers" implements a differential attention mechanism which calculates the attention scores as the difference between two separate softmax attention maps leading to better long-context modeling and key information retrieval. LINK : [Paper](https://arxiv.org/pdf/2410...
Feature request
low
Minor
2,584,641,908
kubernetes
Scheduling Problems Caused by Definition of Persistent Volumes and Ephemeral Volumes
### What would you like to be added? k8s version is 1.28.1. In the same sts, a 10 GB persistent volume and a 10 MB ephemeral volume are defined. ephemeral volume: ``` - ephemeral: volumeClaimTemplate: metadata: creationTimestamp: null spec: accessModes: ...
sig/scheduling,sig/storage,kind/feature,lifecycle/stale,needs-triage
low
Minor
2,584,671,776
excalidraw
AppState type inconsistency: "`collaborators.forEach` is not a function"
The API documentation, built in types, and inspection of the react state all say that the type of `initialData.appState.collaborators` should be an object. However, the code `collaborators.forEach` is also being used, causing a crash when passing in a saved `appState` object to the `initialData` prop on the `<Excalidra...
bug
low
Critical
2,584,739,418
kubernetes
Pods that consume "devices" via Device Plugin always fail when Node reboots even if it implements `plugins_registry` interface
### What happened? When node reboots, Pods that consume **devices** via Device Plugin always fail. Even if I implement device plugin with ability to use `/var/lib/kubelet/plugins_registry` directory, it fails too. Below is my flow of inspection to understand current implementation of `kubelet` related to the d...
kind/bug,sig/node,triage/accepted,wg/device-management
low
Critical
2,584,763,899
flutter
When connecting to device, `StateError: Bad sate: Stream has already been listened to`
Since 3.24.0 On 3.24.3, affects 1% of all clients that have reported a crash (current overall crash rate is ~1%) Occurs exclusively on `flutter attach` ``` StateError: Bad state: Stream has already been listened to. at _StreamController._subscribe(stream_controller.dart:686) at _ControllerStream._createSubs...
c: crash,P2,team-tool,triaged-tool
low
Critical
2,584,889,040
deno
deno info: support resolving npm specifiers when nodeModules: manual
Version: Deno 2.0.0 I think it's quite common need to check what concrete version of a dependency is installed. When using node.js/npm I would normally use `npm ls <package>` which I think has deno equivalent in `deno info`, but unfortunatelly it doesn't work without explicitly specifying `-node-modules-dir=auto` wh...
feat,2.0 feedback,deno info
low
Minor
2,584,926,207
PowerToys
Workspaces: Skype App captured but not launched
### Microsoft PowerToys version 0.85.0 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? Workspaces ### Steps to reproduce I've created a Workspace in which i have captured Skype (the App version, not the Desktop one). When relaunching the workspace, Skype does not...
Issue-Bug,Needs-Triage,Needs-Team-Response,Product-Workspaces
low
Minor
2,584,951,840
angular
Selectors are not available in documentation
### Describe the problem that you experienced Selectors for built in directives and components, and the name of pipes are not described in the new documentation. ### Enter the URL of the topic with the problem https://angular.dev/api/common/DecimalPipe ### Describe what you were looking for in the documentation I'...
area: docs-infra
low
Critical
2,584,959,921
react
[DevTools Bug]: React Devtools do not show source position for host component
### Website or app none ### Repro steps <img width="1715" alt="image" src="https://github.com/user-attachments/assets/86400e7a-d653-4ee5-a9c7-f7287931a224"> As you see, it should show source filed ### How often does this bug happen? Every time ### DevTools package (automated) _No response_ ### DevTools version...
Type: Bug,Status: Unconfirmed,Component: Developer Tools
medium
Critical
2,585,017,891
PowerToys
Fancy zones - application on full screen show in selected zone only
### Description of the new feature / enhancement In case application is switched to full screen (e.g. vide from web page) it is shoved on real full screen. Would it be possible to single fancy zones windows be used to show this full screen application and block complete monitor ? ### Scenario when this would be used?...
Needs-Triage
low
Minor
2,585,061,811
rust
Closure breaks function with higher-ranked trait bound
I tried this code: ```rust pub fn f<T>() where for<'a> &'a T:, { || {}; } ``` I expected this to compile, perhaps with warnings. Instead, I get this error: ```rust error: `T` does not live long enough --> src\lib.rs:5:5 | 5 | || {}; | ^^^^^ ``` Rust version: rustc 1.84.0-nightly (27861c429 2024...
A-closures,T-compiler,C-bug,T-types,A-higher-ranked
low
Critical
2,585,095,422
ollama
Model Push Successful but Ignored by Ollama Registry - Cannot Pull Model After Push
### What is the issue? After successfully pushing a model to the Ollama registry using `ollama push`, the model seems to be ignored by the Ollama service. I cannot pull the model from the registry, and the service reports that "**No models have been pushed**" when accessing the registry URL. This issue persists eve...
bug,ollama.com
low
Critical
2,585,141,001
go
runtime: provide a way to opt in to stack trace printing for process-terminating signals in secure-mode binaries on Unix OSes
### Go version go version go1.23.1 linux/amd64 ### Output of `go env` in your module/workspace: ```shell n/a ``` ### What did you do? Consider two trivial go programs. First, `sleep.go`: ``` //go:build ignore package main import "time" func main() { time.Sleep(time.Hour) } ``` Second, `panic.g...
NeedsInvestigation,FeatureRequest,compiler/runtime
low
Critical
2,585,165,714
tauri
[bug] After updating to 2.0, AppImage crashes on startup
### Describe the bug After updating tauri from 1.* to 2.0.3, the AppImage package crashes when launched.The deb package runs normally, but the file name under /usr/bin changes from lowercase eco-paste to uppercase EcoPaste, and the desktop file name also changes ### Reproduction _No response_ ### Expected behavior ...
type: bug,platform: Linux,status: needs triage
low
Critical
2,585,176,227
transformers
TimeSeriesTransformerModel: add no time lags option
### Feature request `TimeSeriesTransformerModel` has no option to insert no lags in the model. Setting `lags_sequence = []` in the `config` will return an error. An alternative to circumvent the problem, i.e. `lags_sequence = [0]` will result in having two identical copies of the temporal input (`lagged_sequence` and ...
Feature request
low
Critical
2,585,253,716
react
Bug: eslint-plugin-react-hooks treats a non-react `use` function the same way as `React.use`
React version: 18.3.1 eslint-plugin-react-hooks: 5.0.0 ## Steps To Reproduce 1. install eslint-plugin-react-hooks 5.0.0 2. write this code ``` function smth(use: () => void) { use(); } ``` 3. get an error `React Hook "use" is called in function "smth" that is neither a React function componen...
Component: ESLint Rules
low
Critical
2,585,271,055
pytorch
Take device of input tensor into consideration for torch::data::transforms::Normalize and possibly other transformations
### 🚀 The feature, motivation and pitch Currently if used on a tensor that is on a device different from `CPU` `torch::data::transforms::Normalize` results in an exception > Normalization of input tensor failed: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! > > Ex...
module: dataloader,triaged
low
Critical
2,585,272,108
vscode
Error in console when mouse move out of the browser
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creat...
bug,editor-core
low
Critical
2,585,334,077
tensorflow
argsort incorrectly handles very small floating-point numbers and -0.0 compared to other libraries (PyTorch and JAX)
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.16.1 ### Custom code Yes ### OS platform and distribution windows ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/compiler ...
type:bug,TF 2.16
medium
Critical
2,585,436,256
vscode
Add 'Enter' and 'Leave' Types to NotebookEditorSelectionChangeEvent
<!-- ⚠️⚠️ 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. --> I’m encountering an issue where the NotebookEditorSelectionChangeEvent triggers twice, making i...
bug,notebook-api
low
Minor
2,585,457,237
go
cmd/trace: add absolute (system) timestamp
### Proposal Details Runtime traces don't contain (or display) an absolute timestamp for events. This would be useful for comparing traces with other (tracing) tools, logs et cetera. An example would be combining a Go runtime trace with [perf sched](https://www.brendangregg.com/blog/2017-03-16/perf-sched.html) eve...
NeedsFix,FeatureRequest,compiler/runtime
medium
Major
2,585,469,567
flutter
[ios] Either AppLifecycleState or url_launcher fails to show correct screen after app is updated from Appstore
### Steps to reproduce 1) Install app on physical device, using a `version` which is older than the one deployed on AppStore 2) Show to user a `UpdateScreen` with an `updateButton` to update app (see pic attached below). ``` // Open app on AppStore / GooglePlay final url = Platform.isIOS ?...
platform-ios,engine,P2,team-ios,triaged-ios
low
Major
2,585,496,293
deno
http2 server closing stream exception
Version: deno 2.0.0 (stable, release, aarch64-apple-darwin) As part of investigation into https://github.com/denoland/deno/issues/24845, I wrote a test that exposed another (seemingly unrelated) issue. If an http2 server closes the stream while a client is connected an exception is thrown: ``` error: Uncaught...
bug,node compat
low
Critical
2,585,507,563
tensorflow
argmax returns incorrect result for input containing Minimum number (TensorFlow 2.x)
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.16.1 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/com...
type:bug,comp:ops,TF 2.16
low
Critical
2,585,541,527
go
proposal: x/tools/go/analysis/passes/appends: check for incorrect slice length initialization
### Proposal Details The following code exists in many projects, and developers actually want [0 1 2], but due to the initialization error of slice, the final result is [0 0 0 0 1 2] ```go package main import "fmt" func main() { sli := make([]int, 3) for i := range 3 { sli = append(sli, i) }...
Proposal
medium
Critical
2,585,600,064
transformers
Add support for Florence-2
### Feature request Add support for [Florence-2](https://huggingface.co/microsoft/Florence-2-large) ### Motivation Currently requires `trust_remote_code=True` ### Your contribution I can submit a PR.
New model,Feature request
low
Minor
2,585,600,308
godot
Changing Selected StyleBox BG Color in Tree hides guide line on the first column when Select Mode is Row
### Tested versions - Reproducible in: 4.3.stable ### System information Godot v4.3.stable.mono - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4070 (NVIDIA; 32.0.15.6094) - 13th Gen Intel(R) Core(TM) i5-13500 (20 Threads) ### Issue description When using a Tree node with multiple...
bug,topic:gui
low
Critical
2,585,667,018
storybook
[Bug]: Zooming and scaling must not be disabled
### Describe the bug AXE DevTools finds a critical error when ran against Storybook: ``` Ensure <meta name="viewport"> does not disable text scaling and zooming ``` This is due to the `viewport` meta tag in the `<head>` element: ```html <meta name="viewport" content="width=device-width, initial-scale=1, maximum-sca...
bug,accessibility
low
Critical
2,585,692,204
vscode
Behavior changed for middle click window title in gnome
**ENVIRONMENT:** linux ubuntu 24.04 gnome 46.0 (with wayland) vscode 1.94.2 **WHAT USED TO WORK:** I use the mouse middle click (on a window's titlebar) to lower the window - so I can easily cycle through open windows. This setting is set via the shell, or the gnome tweaks tool. I did not set `"window.titleBarStyle"`...
upstream,linux,titlebar,upstream-issue-linked
low
Critical
2,585,725,492
PowerToys
File download manager
### Description of the new feature / enhancement I was thinking of a file download manager where you can specify a name, a path, and select from the available file extensions on the user's system. If the criteria match the desired file extension(s), the manager will automatically download those files to the specified...
Needs-Triage
low
Minor
2,585,794,514
terminal
Allow conhost to be replaced with OpenConsole
# Description of the new feature/enhancement conhost can lack behind OpenConsole by several (if not many) years. This brings 2 problems: * People preferring conhost's look and feel cannot get updates for many years. * We (the maintainers) cannot test new features and changes for many years. In other words, not being ...
Issue-Feature,Product-Conhost,Needs-Tag-Fix
low
Major
2,585,800,515
pytorch
Inconsistent digamma result with other frameworks (1e-6 difference)
### 🐛 Describe the bug Description: The digamma function in PyTorch produces a result that differs by 1e-6 compared to TensorFlow, Chainer, and JAX for the same input. Expected Behavior: The digamma result should match across different frameworks as the calculation should be consistent. However, PyTorch's resu...
triaged,module: special
low
Critical
2,585,921,190
deno
deno run throw Bus error (core dumped) after fresh install in crostini/arch chrome OS
Hi guys, I'm trying to run deno 2.0 on my linux container inside chromeOS, I'm getting this error: Bus error (core dumped) when I try to run these commands deno run https://deno.land/std/examples/welcome.ts deno run <any .ts file> deno repl deno lint and fmt works I tried install an older version, I get th...
bug
low
Critical
2,585,928,697
PowerToys
Should add the feature like scrcpy
### Description of the new feature / enhancement It would be great to have a marvelous feature in the power toys, scrcpy (screen copy) was a project from genymotion and very handy to use to copy the screen of the android phone or ios phone into the windows PC. I think it would be great if that project gets an GUI into...
Needs-Triage
low
Minor
2,585,954,852
vscode
Jupyter Notebook rendering error
Type: <b>Bug</b> If a shell with 28+ lines of code is ended with indentation, vscode doesn't render text fully. VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z) OS version: Windows_NT x64 10.0.22631 Modes: <details> <summary>System Info</summary> |Item|Value| |---|-...
bug,notebook-layout
low
Critical
2,586,016,350
godot
Reading from a 2 dimensional array in multiple threads results in values that are not in the array
### Tested versions - Reproducible in: 4.3.stable ### System information Godot v4.3.stable (77dcf97d8) - Gentoo 2.15 - Wayland - Vulkan (Forward+) - integrated AMD Radeon Graphics (RADV RENOIR) - AMD Ryzen 5 5600U with Radeon Graphics (12 Threads) ### Issue description When reading a 2 dimensional array with multi...
topic:gdscript,needs testing
low
Major
2,586,035,710
svelte
Improve typing on `children` property in `HTMLAttributes`
### Describe the bug The elements in `'svelte/elements'` extend the following type: ```typescript export interface DOMAttributes<T extends EventTarget> { // Implicit children prop every element has // Add this here so that libraries doing `let { ...props }: HTMLButtonAttributes = $props()` don't need a separat...
types / typescript
low
Critical
2,586,035,795
three.js
Playground: adding a texture and using it as "normal" slot input results in exceptions
### Description Adding a texture and using it as "normal" slot input results in exceptions. I'm not sure if I'm expected to swizzle it down to three components – but I think at least there shouldn't be renderloop-breaking exceptions when not doing that. ### Reproduction steps 1. Drop a texture (any texture) in...
Nodes
low
Minor
2,586,041,098
deno
Deno compile ERR_MODULE_NOT_FOUND
Version: Deno 2.0.0 I created a script with ```ts import pl from "npm:nodejs-polars@0.16.0"; ``` and it runs with ```sh deno run ``` (on Windows) but when I use ```sh deno compile ``` and then try to run the compiled exe it complains ```sh error: [ERR_MODULE_NOT_FOUND] Cannot find modu...
bug,compile
low
Critical
2,586,041,543
rust
Diagnostic does not fire on marker trait that requires static
### Code ```rust #[diagnostic::on_unimplemented( message = "Arguments to embassy tasks must be 'static", label = "Not 'static", note = "See https://embassy.dev/... for more details on sharing", )] trait SecretStatic { } // // Option A impl<T: 'static> SecretStatic for T { } // // // Option B // impl...
A-diagnostics,T-compiler,D-diagnostic-infra
low
Critical
2,586,058,695
Python
Adding Elliptic Curve Cryptography in Blockchain Directory
### Feature description ## Objective: Add a Python module named elliptic_curve_cryptography.py to the Blockchain directory, implementing the core principles of Elliptic Curve Cryptography (ECC) for securing blockchain transactions. ## Details: - The module will include functions for generating ECC key pairs (...
enhancement
medium
Minor
2,586,091,339
material-ui
Grid component not working for JoyUI
### Steps to reproduce Link to live example: (required) https://codesandbox.io/embed/f4kt4q?module=/src/Demo.tsx&fontsize=12 Steps: 1. Go to https://mui.com/joy-ui/react-grid/#basics 2. Open the code in CodeSandbox: https://cloud.pivonka.io/BbCvPyXM 3. See the Grid not working for JoyUI ### Current behavior ...
on hold,component: Grid,package: joy-ui
low
Minor
2,586,165,101
vscode
Folders in explorer disappear when clicked
Type: <b>Bug</b> 1. Clone FRRouting master branch: https://github.com/FRRouting/frr (d1433ee9a8fa374ee653dcf1fe6e852481b17119) 2. Try to open directories like bgpd, bfdd etc. VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z) OS version: Darwin arm64 24.0.0 Modes: <de...
bug,file-explorer
low
Critical
2,586,200,431
three.js
MaterialX: TextureNode does not have nodeType set
### Description When using the MaterialXLoader with TiledImage MaterialX nodes, three creates TextureNodes, however I do not see the output type of the TiledImage as the nodeType of the TextureNode as I'd expect. Typically there is a ConvertNode parenting the TextureNode with the correct type, however I've encounter...
Nodes
low
Minor
2,586,220,763
PowerToys
Hosts File Editor: when deleting an entry, the editor should not jump to the top of the screen (e.g. scroll up automatically), but remember its context
### Microsoft PowerToys version 0.85.1 ### Installation method GitHub ### Running as admin No ### Area(s) with issue? Hosts File Editor ### Steps to reproduce Scroll down Delete an entry a couple of screens down and delete the entry. ### ✔️ Expected Behavior Edit stays in the same (scrolled down) position. ...
Issue-Bug,Needs-Triage
low
Minor
2,586,225,070
godot
Some meshes in scene file do not get updated when changing source file - other meshes do
### Tested versions - Reproducable in Godot v4.3.stable.official [77dcf97d8] ### System information Windows 11 - Godot v4.3.stable.official ### Issue description Godot is not updating prefabs correctly. The intended update architecture is: .blend (raw meshes) -> .tscn (set up scene) -> .tscn (scene variant) W...
bug,topic:editor,needs testing,topic:import
low
Critical
2,586,238,779
flutter
regression in worst frame raster time on iOS for tiles_scroll_perf_ios__timeline_summary
On the engine roll here https://github.com/flutter/engine/compare/20369c5d2b93...66d397dff87a https://flutter-flutter-perf.skia.org/e/?begin=1726190651&end=1728888985&keys=X84a0007b39fb2fa1be1fc8a84f115bd1&requestType=0&selected=commit%3D42806%26name%3D%252Carch%253Dintel%252Cbranch%253Dmaster%252Cconfig%253Ddefault...
P2,team-engine,triaged-engine
low
Minor
2,586,254,512
yt-dlp
https://watch.thechosen.tv/
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting a new site support request - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://gith...
site-request,triage
low
Critical
2,586,255,562
godot
Alpha to coverage doesn't work in Compatibility Renderer
### Tested versions Tested in Godot 4.3 Stable (arch linux) ### System information Godot v4.3.stable unknown - Manjaro Linux #1 SMP PREEMPT_DYNAMIC Thu Oct 10 19:03:24 UTC 2024 - X11 - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 3060 (nvidia; 560.35.03) - Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz (6 Threads)...
topic:rendering,documentation,topic:3d
low
Major
2,586,314,724
ui
[bug]: ⨯ ./node_modules/@tiptap/extension-bullet-list/dist/index.js:3:1 Module not found: Can't resolve '@tiptap/extension-text-style'
### Describe the bug I was trying to run the editor and I know well that I installed tiptap very well ### Affected component/components Button ### How to reproduce Go to "..." ### Codesandbox/StackBlitz link _No response_ ### Logs _No response_ ### System Info ```bash Nothing about browsers, everything is go...
bug
low
Critical