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
624,007,891
flutter
Multibyte Texts are taller than alphabet Texts even though they are same FontSize
## Steps to Reproduce Texts of emoji and Japanese is taller than the Texts of the alphabet. **Expected results:** <!-- what did you want to see? --> Same height. **Actual results:** <!-- what did you see? --> iOS 13.5 <img width="294" alt="スクリーンショット 2020-05-25 11 31 58" src="https://user-images.github...
engine,a: internationalization,a: typography,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-engine,triaged-engine
low
Major
624,008,395
godot
Opaque Pre Pass Textures not Rendering Properly on Mobile Devices
**Godot version:** 3.2.1 -3.2.2 Beta 2 GLES 3 **OS/device including version:** iOS 13.5, Android **Issue description:** When adding an opaque pre-pass texture to a mesh it does not render properly on mobile devices. **Steps to reproduce:** Add a transparent texture to a mesh instance and set it to opaque pre ...
bug,platform:android,topic:rendering
low
Minor
624,067,706
flutter
iOS issue: Scrollbar position is wrong in horizontal ListView
i want to use Widget `Scrollbar` in **horizontal** ListView. Android is normal, but iOS `Scrollbar` position is wrong. | iOS | Android | | :----------------------------------------------------------: | ...
e: device-specific,platform-ios,framework,f: material design,a: fidelity,f: scrolling,a: layout,has reproducible steps,P2,found in release: 3.7,found in release: 3.10,team-ios,triaged-ios
low
Major
624,084,878
godot
Re-Import of multiple image files fails
**Godot version:** Godot_v3.2.1-stable (Steam) and also in Mono Version **OS/device including version:** Windows 10 **Issue description:** When selecting the "**Import**" tab next to the "Scene" tab, it's easy to re-import a single file. Thus, when having selected multiple files, the re-import option is also ...
bug,topic:editor,topic:import
low
Critical
624,088,221
pytorch
ATen operator API versioning
## 🚀 Feature When implementing a new out-of-source ATen backend extension for PyTorch, we find ATen operator APIs are incompatible from version to version (even among minor versions, for example v1.5.x). We expect `ATen operator API versioning` could be provided to improve user experience, when out-of-source ext...
module: internals,triaged
low
Critical
624,089,120
flutter
Added 'enabled' property to RaisedButton and similar classes.
To disable a button in flutter you need to return a null to the onPress method. This results in code something like: ```dart RaisedButton( onPressed: (enabled ? onPressed : null), label: Text(label) } ``` Syntactically this is ugly and when first reading the doco its not obvious how to achie...
framework,f: material design,c: proposal,team-design,triaged-design
low
Minor
624,098,358
terminal
Fast scroll by holding down Alt while scrolling with mouse wheel
# Description of the new feature/enhancement VS Code has a great feature for scrolling using the mouse wheel. The window scrolls much faster when you hold down the Alt key. I use this all the time. Sometimes in Windows Terminal I am scrolling through verbose CLI output, or I want to quickly look a long way back ...
Area-Input,Area-TerminalControl,Product-Terminal,Issue-Task
low
Major
624,105,047
pytorch
ATen registrable operator list
## 🚀 Feature Expose ATen registrable operators information in ATen operator API ## Motivation When implementing a new out-of-source ATen backend extension for PyTorch, we find it is not easy to find out which ATen operators should be registered and implemented. Extension developer expect to work only based on...
module: internals,triaged
low
Major
624,111,970
pytorch
Use general ATen dispatch mechanism
## 🚀 Feature Use general ATen dispatch mechanism in some case, like `at::lstm`. ## Motivation When implementing a new out-of-source ATen backend extension for PyTorch, we find it is no chance to hook whole lstm cell based on existing `at::lstm` dispatch strategy. Our backend gets bad performance here. In d...
module: internals,triaged
low
Major
624,142,613
You-Dont-Know-JS
Scopes & Closures Ch. 6 - Switch Statement Scoping
**Please type "I already searched for this issue":** I already searched for this issue. **Edition:** (1st or 2nd) 2nd **Book Title:** Scope & Closures **Chapter:** Chapter 6: Limiting Scope Exposure **Section Title:** Scoping with Blocks **Problem:** > The `{ .. }` curly-brace pair on a `switch` st...
errata
low
Critical
624,211,089
fastapi
Improve `HTTPDigest` implementation
### Describe the bug `fastapi.security.HTTPDigest` is actually not implementing HTTP Digest Access Authentication as specified by [RFC 7616](https://tools.ietf.org/html/rfc7616) or (the obsoleted) [RFC 2617](https://tools.ietf.org/html/rfc2617). ### To Reproduce Read the relevant RFCs or maybe try it out using...
feature,confirmed,reviewed
low
Critical
624,239,153
flutter
Define a standard performance timing module, include the first-paint, first-contentful-paint, Time to Interactive in the flutter
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
engine,c: performance,platform-web,c: proposal,perf: speed,e: web_canvaskit,P3,team-web,triaged-web
low
Critical
624,241,034
pytorch
runtime error while using default arguments in add_graph() function
## 🐛 Bug As per the documentation of `add_graph()` function from `torch.utils.tensorboard.writer.SummaryWriter` module, only `model` is the required parameter and rest of the parameters are given a default value. However, when I try to call `add_graph()` using only `model` as input, I get a following runtime err...
triaged,module: tensorboard,oncall: visualization
low
Critical
624,244,055
angular
TypeScript 3 Project References feature support
### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [x] feature request ``` ### Command (mark with an `x`) ``` - [ ] new - [x] build - [x] serve - [x] test - [ ] e2e - [ ] generate - [ ] add - [ ] update - [ ] lint - [ ] xi18n - [ ] ru...
feature,area: compiler,feature: under consideration
high
Critical
624,262,898
vscode
Search error: ENAMETOOLONG
When I press on Ctrl + P and enter the name of some JS or TS file, the files are not found. Only the last opened files are available. This is a recent problem, that appeared on the 1.45.1 version of Visual Studio code.
bug,search,confirmed
low
Critical
624,341,377
PowerToys
[Request] Shortcut to a context menu that doesn't have an existing shortcut.
# Adding shortcut functionality to context menu items without an existing one Sometimes there's software functions that get used a lot, but for some reason the developer has not assigned a default shortcut key combination to it. "File->Page setup" in notepad.exe for example. It'd be nice to add a way for PowerToy...
Idea-New PowerToy
low
Minor
624,372,922
godot
Problem with keeping aspect ratio in window when using macOS aspect-conserving resize
**Godot version:** 3.2.1 **OS/device including version:** mac OS X 10.11.16, OpenGL ES 3.0 Renderer: ATI Radeon HD 5870 OpenGL Engine **Issue description:** (Preface: I have the window resolutuion set to 256x192, display.window/stretch/mode is set to Viewport, and the Aspect is set to Keep) ![image](https:/...
bug,platform:macos,topic:porting
low
Minor
624,378,442
PowerToys
[Fancy Zones] Exclude app from snapping thru context menu
null
Idea-Enhancement,Product-FancyZones
low
Minor
624,408,197
flutter
Why is DropdownButtonFormField's onChanged required?
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
a: text input,framework,f: material design,c: proposal,P3,team-design,triaged-design
low
Critical
624,431,663
PowerToys
[Run] Allow filter out app results
# Summary of the new feature/enhancement Sometimes it might be useful to filter out some apps/search result (maybe by regex for instance, or by context menu in the search results). For example: ![image](https://user-images.githubusercontent.com/3112183/82835521-ee7e6800-9ecc-11ea-965e-3f3629280728.png) For ...
Idea-Enhancement,Product-PowerToys Run
medium
Major
624,451,364
PowerToys
Keyboard manager breaks 3 and 4 finger touch pad taps with certain remaps
<!-- **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. --> # Environment ``` Windows build number: 10.0.18363.836 PowerToys version: 0.18.1 PowerToy module f...
Issue-Bug,Product-Keyboard Shortcut Manager,Priority-1
medium
Critical
624,458,517
node
doc: some methods inherited from Uint8Array are documented but not all
# 📗 API Reference Docs Problem <!------------------------------------------------------------------------------ Thank you for wanting to make nodejs.org better! This template is for issues with the Node.js API reference docs. For more general support, please open an issue in our help repo at “https://github...
buffer,doc
low
Minor
624,466,524
PowerToys
[FancyZones] Allow window to be "locked" in place
# Summary of the new feature/enhancement I am always accidentally moving or resizing my zoned windows, especially edge when i go to click on a tab. It would be nice if we could "lock" these windows into their zone to protect against accidental nudging. Either have the window snap back to it's original position, ~a...
Idea-Enhancement,Product-FancyZones
low
Major
624,502,408
flutter
[WebView] Issue in using Hero with webview and global keys, "Multiple widgets used the same GlobalKey."
Hi, I'm facing an "Multiple widgets used the same GlobalKey." issue when tried put a global key in 2 webviews that is the same, according this video (https://youtu.be/RA-vLF_vnng?t=281), she said to put a global key in two widgets to prevent flutter to re-render the second one. I Tried even the Navigator.pushReplac...
framework,a: animation,p: webview,package,team-ecosystem,has reproducible steps,P2,found in release: 2.2,found in release: 2.5,triaged-ecosystem
low
Major
624,527,364
deno
Deno lacks a cookie jar for `fetch`
Deno should store cookies on a per-run basis (and optionally have methods in the Deno namespace for export/import of cookies) so that it's possible to make a series of requests that depend on cookies. Right now, a flow like the following would be impossible: 1. No cookies sent; response sets cookie 1. 2. Cookie...
web,suggestion,ext/fetch
medium
Critical
624,546,756
rust
mod-with-a-body silently ignores any "mod.rs" (could have a better diagnostic?)
I tripped over this learning how the module system works and splitting things into multiple files. If you write ```rust // lib.rs pub mod foo; ``` it looks for `foo/mod.rs`, and it all works fine. But let's say I want to add a submodule inside `foo`. So I changed `lib.rs` to look like this: ```rust // ...
C-enhancement,A-diagnostics,T-compiler
low
Critical
624,582,251
pytorch
[FR] [distributed] coalesced primitives
## 🚀 Feature `broadcast_coalesced`, `all_reduce_coalesced` and others will in many cases improve communication among processes. It would be great if core can provide the coalesced versions of these primitives, considering some of which are already implemented and used by DDP, etc., and that the coalescing helpers `un...
oncall: distributed,triaged
low
Major
624,583,611
pytorch
[FR] API consistency for cuda.comm and distributed
`torch.cuda.comm` and `torch.distributed` have similar but subtly different API sets. It would be great to make them consistent, and document the former. cc @ngimel @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @xush6528 @osalpekar
oncall: distributed,module: docs,module: cuda,triaged
low
Minor
624,583,882
pytorch
[doc] document cuda.nccl
`torch.cuda.nccl` seems meant to be a set of low-level API (compared to `torch.cuda.comm` and `torch.distributed`). It would be great to document it. cc @ngimel
module: docs,module: cuda,triaged,module: nccl
low
Minor
624,601,175
rust
Inconsistent handling of associated constants in patterns
The following code compiles: ```rust trait Foo { const C: i32; } impl<T> Foo for T { const C: i32 = 0; } fn bar<T>() { match 0 { <T as Foo>::C => (), _ => (), } } ``` but adding a trait bound of `Foo` to `bar`: ```rust trait Foo { const C: i32; } impl<...
A-trait-system,A-associated-items,T-compiler,C-bug,A-const-eval,A-patterns,T-types
low
Critical
624,673,634
flutter
[OpenContainer] pass a navigator key as an argument to OpenContainer
When using OpenContainer widget from animations package, back button at the closedBuilder widget, pops the parent Navigator (I'm using nested navigator). Is it possible to pass a navigator key as an argument to OpenContainer so we'll have a control with which navigator to navigate (including pop action)? OpenCont...
package,c: proposal,p: animations,team-ecosystem,P3,triaged-ecosystem
low
Major
624,685,489
flutter
Integration flutter to app, file path issue when indexing on AppCode IDE
## Steps to Reproduce <!-- Please tell us exactly how to reproduce the problem you are running into. --> 1. follow https://flutter.dev/docs/development/add-to-app/ios/project-setup#option-a---embed-with-cocoapods-and-the-flutter-sdk ## Logs bug in Appcode https://youtrack.jetbrains.com/issue/OC-17593 ## ...
platform-ios,tool,a: existing-apps,P3,team-ios,triaged-ios
low
Critical
624,751,196
kubernetes
API Server supports insecure TLS ciphersuites
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **Description** API Server allows ad...
area/security,kind/cleanup,priority/awaiting-more-evidence,sig/api-machinery,sig/auth,help wanted,wg/security-audit,sig/security,triage/accepted
medium
Critical
624,756,225
godot
texture_set_shrink_all_x2_on_set_data and/or VRAM counting in editor doesn't work
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.1 <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Linux 64b, NVidia 2080ti (440.82), GLES3 <!-- Sp...
bug,topic:rendering,topic:editor,confirmed
low
Critical
624,792,099
material-ui
[Select] Prop component + value breaks compilation for MenuItem
<!-- Provide a general summary of the issue in the Title above --> Combination of both prop `component` + prop `value` seems incompatible. <!-- Thank you very much for contributing to Material-UI by creating an issue! ❤️ To avoid duplicate issues we ask you to check off the following list. --> <!-- Checked ...
component: select,typescript
low
Critical
624,811,458
node
Explicit pipe events for streams
Right now it's a bit ... hackish ... to detect piping from/to a stream. You have to do some tricks with the `newListener` event to see if a data listener is attached. Makes me wonder if we shouldn't add more explicit pipeing events such as - `src.emit('pipe-to', dst)` when a readable is being piped somewhere - ...
stream
low
Major
624,836,298
electron
Feature Request: Taskbar location for Windows
It would be good to have API to be able to determine the taskbar's location in Windows (including for multiple displays)
enhancement :sparkles:,platform/windows
low
Minor
624,903,550
TypeScript
Add undefined to tuple index signature, or reject keys that are not "keyof tuple"
## Search Terms Tuple index signature ## Suggestion I am opening up this issue as Seperate from https://github.com/microsoft/TypeScript/issues/13778 since I am ok with the current interpretation of the Array. ```ts declare var strArray: string[] // infinitely long list of type string var a : strArray[10 as n...
Suggestion,Awaiting More Feedback
low
Critical
624,940,429
PowerToys
Taskbar widget to view currently selected virtual desktop
# Taskbar widget to view currently selected virtual desktop (First off, THANK YOU for these tools! FancyZones, etc, are great for workflow) It doesn't seem we have a native Windows feature to see which virtual desktop we're on **at a glance**. A taskbar "toolbar" aka DeskBand lends itself well since it remains c...
Idea-Enhancement,Product-Virtual Desktop
low
Major
624,947,266
create-react-app
Hot reloading security risk by default
### Is your proposal related to a problem? By default, the hot reloading functionality enabled in create-react-app, allows random websites to access the local development server error logs via websockets. These error logs can contain code and sensitive data, which can then be leaked out to external websites. The pr...
issue: proposal,needs triage
low
Critical
624,947,891
flutter
SystemSound.play should not lower volume of music playback on iOS
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
platform-ios,framework,engine,has reproducible steps,P2,found in release: 3.7,found in release: 3.8,team-ios,triaged-ios
low
Critical
624,971,746
pytorch
[docs] Urls changed => forum links would become invalid
Originally in https://github.com/pytorch/pytorch/issues/18095#issuecomment-633149307: @vadimkantorov: Works: https://pytorch.org/docs/stable/torch.html#torch.flip Breaks: https://pytorch.org/docs/master/torch.html#torch.flip @t-vi: They're now separate pages: https://pytorch.org/docs/master/generated/torch.fli...
high priority,module: docs,triaged,module: doc infra
medium
Critical
624,987,206
pytorch
Missing OneCycleLR and MultiplicativeLR in lr_scheduler.pyi
## 🐛 Bug Not sure if it's a bug but it misses `OneCycleLR` and `MultiplicativeLR` in `lr_scheduler.pyi` ## To Reproduce Steps to reproduce the behavior: `from torch.optim.lr_scheduler import OneCycleLR, MultiplicativeLR` using PyCharm or check `https://github.com/pytorch/pytorch/blob/master/torch/optim/lr...
module: typing,triaged
low
Critical
625,007,002
vscode
Seeing output running out of sources related to CoreText
``` 2020-05-26 18:11:47.989 Code - OSS Helper (Renderer)[40222:1396462] CoreText note: Client requested name ".NewYork-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:]. 2020-0...
bug,upstream,macos,upstream-issue-linked,chromium
low
Critical
625,096,407
vscode
Custom editors cannot be opened when a single-folder workspace has Been Extended To A Multi-Folder Workspace
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been...
bug,help wanted,webview,custom-editors
low
Critical
625,113,520
flutter
TextTheme TextStyle name changes should have come with a Refactoring Tool
This is more of a Post-Mortem + Feature Request for future updates than an actual bug report. The change that deprecated most of the names of the TextTheme TextStyles was https://github.com/flutter/flutter/pull/48547. I don't mind breaking changes in Flutter, I even encourage them. I believe we should make them a...
framework,f: material design,c: proposal,team-design
low
Critical
625,115,158
pytorch
Cap DDP total number of buckets
@ngoyal2707 pointed out an important limitation of DDP. As of today, DDP creates buckets that's enough to hold the entire model. So, if the model size is 100MB and the `bucket_cap_mb=20MB`, there will be 5 buckets. This works well for small models, and having multiple buckets and hence `allreduce` helps to increase lin...
oncall: distributed,triaged
low
Minor
625,125,770
PowerToys
[Image Resizer]Scaling Method Option
Can you add options for scaling method? Bilinear, Bicubic, Nearest Neighbor, etc.
Idea-Enhancement,Product-Image Resizer
low
Major
625,145,653
go
proposal: x/crypto/ssh: export structured disconnect message / reason error
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.14.3 linux/amd64 </pre> ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summary><br><pre> $ go env GO111MODULE="" GOARCH="amd64" GOBIN="" G...
Proposal,Proposal-Crypto
low
Critical
625,172,920
terminal
Using Windows+Shift+(arrow key) to move Terminal between monitors with different scaling ratios causes incorrect resize of the window
# Environment ```none Windows build number: 10.0.18363.836 Windows Terminal version (if applicable): 1.0.1401.0 ``` # Steps to reproduce Two monitors in the environment: One is 4K resolution, scaling ratio 200%; the other is 1080p resolution, scaling ratio 100% The 4K monitor is the default monitor. Ope...
Help Wanted,Issue-Bug,Area-UserInterface,Product-Terminal,Priority-3
low
Major
625,181,481
angular
Using directive in ICU in Ivy is not allowed, and the error message is really vague
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 Oh hi there! 😄 To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates. 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅...
help wanted,area: i18n,hotlist: error messages,freq1: low,hotlist: google,type: confusing,P4
low
Critical
625,193,412
excalidraw
[grouping] selected and editing groups should be shared in collaborative mode
collaboration,grouping
low
Minor
625,203,428
rust
Tracking Issue for Extend::{extend_one,extend_reserve}
This is a tracking issue for the trait methods `Extend::extend_one` and `extend_reserve`. The feature gate for the issue is `#![feature(extend_one)]`. ### About tracking issues Tracking issues are used to record the overall progress of implementation. They are also uses as hubs connecting to other relevant issu...
A-collections,T-libs-api,B-unstable,C-tracking-issue,A-iterators,Libs-Tracked
medium
Critical
625,204,402
terminal
Access keys for new tab drop down menu items
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl...
Issue-Feature,Help Wanted,Area-UserInterface,Product-Terminal
low
Critical
625,207,902
bitcoin
build: Investigate aarch64 pointer authentication
This would entail adding `-mbranch-protection=standard` to our hardening flags. We should also check if this feature requires kernel/glibc support that our ABI doesn't include. More info: https://fedoraproject.org/wiki/Changes/Aarch64_PointerAuthentication
Build system
low
Minor
625,228,416
flutter
InteractiveViewer overscroll
InteractiveViewer, introduced in https://github.com/flutter/flutter/pull/56409, should allow an overscroll feature in both directions when its boundary is reached. Google Photos and Apple Photos both have this feature after zooming in slightly on a photo. This is also mentioned in https://github.com/flutter/flutter/i...
c: new feature,framework,c: proposal,P3,team-framework,triaged-framework
medium
Major
625,244,207
TypeScript
Comment directive activated when longer string used
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps b...
Bug
low
Critical
625,258,365
vscode
Bulb menu should open immediately after clicking on the info icon in the problems view
<!-- ⚠️⚠️ 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. --> When working through large no.s of lints in th...
feature-request,error-list
medium
Critical
625,339,484
rust
Suggest importable type that differs only in capitalization
```rust struct S { m: Hashmap<String, ()>, } ``` ```console error[E0412]: cannot find type `Hashmap` in this scope --> src/main.rs:2:8 | 2 | m: Hashmap<String, ()>, | ^^^^^^^ not found in this scope ``` If the code had been written with `HashMap` instead of `Hashmap`, we would get th...
C-enhancement,A-diagnostics,T-compiler,A-suggestion-diagnostics,D-papercut
low
Critical
625,363,276
opencv
opencv.js 4.x cannot new ORB/AKAZE with enum argument
##### System information (version) - OpenCV => 4.x (4.0, 4.1, 4.2, 4.3 checked) - Operating System / Platform => Mac Mini, Chrome 81.0.4044.138 - Compiler => Non, using "https://docs.opencv.org/4.x.0/opencv.js" ##### Detailed description When I new ORB/AKAZE with enum argument, got error: `UnboundTypeError: ...
category: javascript (js)
low
Critical
625,381,944
opencv
The virtual_try_on.py can change C++?
- OpenCV => 4.3 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 ##### Detailed description The virtual_try_on.py can change C++?
feature,category: samples,category: dnn
low
Minor
625,395,680
pytorch
PyTorch Issue w/ GPU
Hi, My python code crash after I call 'backward()' method only in GPU mode, in CPU mode it works well. This is my setup: - - - - 1. GPU Device - NVIDIA GeForce RTX 2060 Super 2. Cuda - 10.2.89.441.22 (Display Driver 441.22) 3. Operation System - Windows 10 64 Bit (Ver 1903 OS Build 18362.836) 4. Python 3.8 ...
needs reproduction,module: cuda,triaged
low
Critical
625,444,717
youtube-dl
new version of DMAX (DE) site is not working
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
DRM
low
Critical
625,457,573
flutter
Debug console only display log from print()
Problems: no exceptions or debug logs shown in console, only log from `print()` is being shown, similar to [41133](https://github.com/flutter/flutter/issues/41133) Tested on: - iPhone 5S iOS - iPhone X - iPhone 7 those device using iOS version 13 flutter doctor -v ``` [✓] Flutter (Channel master, 1.19.0-2...
platform-ios,tool,P3,team-ios,triaged-ios
low
Critical
625,476,179
TypeScript
Language service doesn't suggest global variables
Re-exporting global variables overwrites suggestions of global variables. <!-- Please try to reproduce the issue with the latest published version. It may have already been fixed. For npm: `typescript@next` This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly --> ...
Bug,Domain: Completion Lists
low
Minor
625,483,350
rust
Missed optimization: Option<fieldless enum> equality
This is similar to #49892, but different. It's not limited to non-zero integer types. This happens for any types that have holes but no uninitialized bits. I think comparing `Option<some fieldless enum>` values is not uncommon, so it adds to the severity of the issue. ### To reproduce 1. Create the following prog...
I-slow,C-enhancement,T-compiler,C-optimization
low
Minor
625,500,063
terminal
The cursor jumps to the end of the line and immediately returns to the correct position when typing in a Git Bash profile
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl...
Help Wanted,Issue-Bug,Area-TerminalControl,Product-Terminal,Priority-3,Area-WPFControl
medium
Critical
625,517,146
rust
Wrong use closure help for const generics
This is wrong code: ```rust #![feature(const_generics)] #![allow(incomplete_features)] fn main() { let x = 2; fn foo<const Y: u32>() -> u32 { x + Y } let _ = foo(); } ``` I think it gives a wrong suggestion because closure generics aren't allowed yet: ``` error[E0434]: can't captur...
C-enhancement,A-diagnostics,T-compiler
low
Critical
625,532,349
pytorch
Failure when loading quantized pre-trained weights partially
Hi, I have the weights of a model that was pre-trained with Quantization-Aware Training. What I want to do is to load them in another model that contains an additional layer with respect to the pre-trained one. Usually I would call `load_state_dict()` with `strict=False` as argument and it would try to load only th...
oncall: quantization,low priority,triaged
low
Critical
625,543,088
TypeScript
Narrow typeof x === 'object' to Record<string | number | symbol, unknown> | null | unknown[]
## Search Terms typeof object narrow record ## Suggestion When narrowing a variable with `typeof x === 'object'`, narrow to `Record<string | number | symbol, unknown> | null | unknown[]` instead of `object | null`. ## Use Cases When testing to see if something is an object, you almost always are starting out w...
Suggestion,Awaiting More Feedback
medium
Critical
625,555,049
flutter
image_picker has noticable shutter delay in capturing Image from camera
I am working on image_picker 0.6.6+4 While using Image source as camera and capturing the image using stock camera, there is a noticable shutter delay of about 2-3 sec. There is no delay using the Stock camera directly. Device used - Redmi K20 Pro OS version - MIUI 12 Android 10 Tried it on other devices a...
e: device-specific,platform-android,p: image_picker,package,has reproducible steps,P2,found in release: 3.10,found in release: 3.11,team-android,triaged-android
low
Major
625,573,856
pytorch
Some @slowtests are never run in CI
https://github.com/pytorch/pytorch/issues/39060, for example, which is broken. See output of of our one slow test build (master only) here: https://circleci.com/api/v1.1/project/github/pytorch/pytorch/5584582/output/106/0?file=true&allocation-id=5ece29ff9a720f435538c71f-0-build%2F1426355C. cc @ezyang @gchanan @z...
high priority,module: tests,triaged,quansight-nack
low
Critical
625,592,964
TypeScript
Suggestion: treat readonly static members of class as namespace members
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please help us by doing the following steps before logging an issue: * Search: https://github.com/Microsoft/TypeScript/search?type=Issues * Read the FAQ, especia...
Suggestion,Awaiting More Feedback
low
Critical
625,598,445
flutter
Obfuscation : Support excluding certain classes and types from obfuscation
There are many times where me might have used `toString` method on `enums` and many places where we might wanna keep the Type information after obfuscation. There is a need to support excluding certain Types or classes from obfuscation. When we build the apk through : ```flutter build apk --obfuscate --split-...
c: new feature,tool,dependency: dart,c: proposal,a: build,P3,team-tool,triaged-tool
low
Critical
625,628,145
go
proposal: crypto/tls: RFC 7685 support (ClientHello "padding(21)")
Unfortunately, there are TLS servers that refuse (and hang upon) ClientHello messages of sizes in the range 256-512 bytes, causing TLS handshake timeouts. RFC 7685 lets clients mitigate this by adding padding bytes to the ClientHello messages, so clients can adjust the ClientHello sizes at will as a workaround. htt...
Proposal,NeedsInvestigation,Proposal-Crypto
low
Critical
625,653,842
opencv
GPU implementation of SGBM
##### System information (version) <!-- Example - OpenCV => 4.2 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> - OpenCV => :grey_question: - Operating System / Platform => :grey_question: - Compiler => :grey_question: ##### Detailed description <!-- your description...
category: calib3d,category: features2d,category: gpu/cuda (contrib)
low
Critical
625,654,985
kubernetes
Priority-based preemption can easily violate PDBs even when unnecessary due to multiple issues with the implementation
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: A scale-up ...
kind/bug,sig/scheduling,lifecycle/frozen
medium
Critical
625,691,153
rust
Creating a macro of generating closure, description of arguments to closure in || with a star only works as an exclamation point.
It was expected that I could repeat the syntax of the closure in the macro, I repeated but the rule is not working out correctly. **Code:** ```rust macro_rules! test { [ | $($args:ident),* | $($block:tt)* ] => { | $($args),* | $($block)* }; } fn main() { let enc = &test! { |a|...
A-grammar,A-parser,A-macros,T-lang,T-compiler,C-feature-request
low
Critical
625,701,113
pytorch
Add cpack support to CMakeLists.txt
## 🚀 Feature Add cpack support for creating prepackaged builds of libtorch ## Motivation Due to https://github.com/pytorch/pytorch/issues/14573 I need to compile libtorch from source and link against system protobuf. libtorch is installed as part of a CI pipeline and rather than build it from source each time, I...
module: build,module: cpp,triaged
low
Minor
625,717,903
godot
trouble reproducing colors of the imported albedo texture correctly
**Godot version:** 3.2.1 **OS/device including version:** Windows 10 64bit **Issue description:** Hello, I'm having trouble reproducing the colors of the imported texture correctly. Godot is probably acting illogical in this case. The file is PNG, 8 bits. My problem on pictures: http://beetbeet.eu...
topic:import
low
Major
625,743,605
node
doc: <integer> is misleading
# 📗 API Reference Docs Problem <!------------------------------------------------------------------------------ Thank you for wanting to make nodejs.org better! This template is for issues with the Node.js API reference docs. For more general support, please open an issue in our help repo at “https://github...
doc,meta
low
Major
625,758,460
node
Use stream._construct
Since we have landed[ `construct`](https://github.com/nodejs/node/pull/29656) in streams we should try and update relevant parts of core where it makes sense to use this feature: - [x] `fs` (was fixed as part of the `construct` PR) - [ ] `net` - [ ] `http` - [ ] `http2` - [ ] ...
stream,meta
low
Major
625,789,618
TypeScript
Type of reverse mappings of numeric enums is a `string` instead of `keyof typeof Enum`
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps b...
Suggestion,Awaiting More Feedback
medium
Critical
625,807,191
flutter
Remove iOS version name normalization to 3 parts
## Use case We specify app version and build numbers in `pubspec.yaml`. Some app releases we want to have a two part version number, like 2.7, for other app releases we want a three part version number, like 2.7.3. In `pubspec.yaml` we write `version: 2.7+25` in the first case and `version: 2.7.3+25` in the secon...
c: new feature,platform-ios,tool,c: proposal,P3,team-ios,triaged-ios
low
Minor
625,825,519
java-design-patterns
Service Mesh pattern
**Description:** The Service Mesh design pattern is a dedicated infrastructure layer for managing service-to-service communication within a microservices architecture. It aims to address the complexities associated with the growing number of services by providing observability, security, and reliability without alterin...
info: help wanted,epic: pattern,type: feature
low
Major
625,827,686
rust
UX improvements around const usage and error lints
This code produces errors and warnings that I consider suboptimal: ```rust #[warn(const_err)] const TEST: bool = [true][1]; const TEST_2: bool = TEST; fn main() {} ``` (Playground link: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=20e9f735947348f61b83d9331c36f538 ) The errors and...
A-lints,A-diagnostics,T-compiler,C-bug,A-const-eval
low
Critical
625,893,611
go
x/build/cmd/coordinator: active gomote sessions and coordinator deploys are mutually exclusive
There are times when people need to investigate issues that require configuration or environment that is hard to reproduce locally, and they use [gomote](https://golang.org/wiki/Gomote) instances for such debugging sessions. A limitation of the current implementation of this system is that all remote buildlets are l...
Builders,NeedsInvestigation
low
Critical
625,909,211
godot
Collision detection issues - multiple collision shapes, CCD
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** v3.2.2, custom build 73b97e8f0 **OS/device including version:** Linux Mint 19.3 **Issue description:** There are several issues already dis...
bug,topic:physics,topic:3d
low
Minor
625,924,196
youtube-dl
adding support for audiovault.net
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request
low
Critical
625,969,631
pytorch
[TensorPipe] Avoid wrapping the future message in order to do atomic test-and-set
See #38931. The TensorPipe RPC agent has two threads operate on future messages: the I/O thread(s) and the timeout thread. They each have a copy of the future and the first one to operate on the future should go ahead, while the second one should just do nothing. However, making as complete a future that is already com...
triaged,module: tensorpipe
low
Critical
625,971,720
flutter
video_player - Support device rotation and full screen
Do we have any option to enable the auto rotation when turning the device.
c: new feature,p: video_player,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Minor
625,981,577
flutter
Multiple global object keys
`GlobalKeys`, of course, are not to be abused. But sometimes they are necessary and I am finding problems with the restriction that only a single `GlobalObjectKey` must exist. As a real example, you cannot use any widgets with a global key inside of a `ScrollablePositionedList` (see issue here: https://github.com/go...
c: new feature,framework,c: proposal,P3,team-framework,triaged-framework
low
Critical
625,984,900
go
x/crypto/acme/autocert: Error http: TLS handshake error from <ip>:<port>: Head "": unsupported protocol scheme "" trying to connect to letsencrypt's pebble
<!-- Please answer these questions before submitting your issue. Thanks! For questions please use one of our forums: https://github.com/golang/go/wiki/Questions --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.10.8 linux/amd64 </pre> ### Does this issue reproduce...
NeedsInvestigation
low
Critical
625,997,074
godot
RichTextLabel scrolling on android requires both "emulate touch from mouse" and "emulate mouse from touch" project settings
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.1-stable **OS/device including version:** Android 9 / Samsung Galaxy S8 **Issue description:** I have a simple scene with nothing but singl...
bug,platform:android,confirmed,topic:input
low
Minor
626,014,525
flutter
unable to override browser default key bindings
In [DevTools](hub.com/flutter/devtools), we're adding keybindings to accelerate common operations. Where possible, we're trying to use keybindings that users would know from similar operations in other tools. One keybinding we'd like to add is `ctrl-P` / `⌘P`, which for Chrome DevTools opens the list of application ...
framework,engine,platform-web,customer: web10,customer: ddt,P2,team-web,triaged-web
low
Minor
626,027,341
youtube-dl
Adding site support to HKani.me
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request
low
Critical
626,056,035
pytorch
Build issue when installing pytorch with USE_FFMPEG=1 USE_OPENCV=1
## 🐛 Bug I'm trying to build pytorch with video operators enabled in caffe2, steps taken from [VMZ repository](https://github.com/facebookresearch/VMZ/blob/master/tutorials/Installation_guide.md#ubuntu). Any help or insights would be appreciated. However, whenever I don't use the below env variables, the build w...
module: build,triaged
low
Critical
626,059,986
rust
Decide on stability of `Display` output for libstd/libcore/etc. types
Per the discussion in #62794, it's not clear whether the output of `Display` impls for types in the standard library should be considered stable or unstable, and if unstable, which impls might be stable. Views expressed: - `Display` impls are unstable ([in this comment](https://github.com/rust-lang/rust/issues/62...
T-libs-api,C-discussion
low
Major
626,129,505
kubernetes
Allow setting an environment variable to some fraction or multiple of a resource field
**What would you like to be added**: It would be nice to pass a process a number that is a bit lower than the container memory limit so that its garbage collection or memory management can use that limit. For example: - setting `GOMEMLIMIT` or setting `NODEMEMLIMIT` - setting `NODE_OPTS=--max-old-space-size=$...
priority/backlog,sig/node,kind/feature,needs-triage
high
Critical
626,156,000
pytorch
The MacOS compiler is generating illegal instruction for the division of c10::complex
See: https://github.com/pytorch/pytorch/pull/39300 The MacOS compiler is generating illegal instruction for the division of `c10::complex` numbers. Search `AT_DISPATCH_COMPLEX_TYPES_MAC_STD` in the code to find and remove the workaround for `logspace_cpu_out` and `div_kernel`. cc @ezyang @anjali411 @dylanbespalko
triaged,module: complex
low
Major