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
647,340,040
PowerToys
Date in minimized traybar
Show the date in the traybar when the taskbar is minimized. Idea: stack it horizontally instead of vertically Minimized ![image](https://user-images.githubusercontent.com/4655466/86006277-04280580-ba16-11ea-8fd4-8f282fe4a583.png) Default ![image](https://user-images.githubusercontent.com/4655466/86006217-f...
Idea-New PowerToy,Product-Tweak UI Design
low
Major
647,402,602
go
cmd/compile: create cheapdeadcode
There are a number of places in the SSA pipeline where it would produce better code if we could run deadcode. However, deadcode is expensive. I suspect we could create a cheaper, only slightly less effective version of deadcode: * Instead of building a full value liveness graph, eliminate only values that have v....
Performance,ToolSpeed,NeedsInvestigation,compiler/runtime
low
Major
647,433,651
godot
Issue on (AMD?) Mac when you use a viewport as panorama sky (GLES3)
**Godot version:** tested on 3.1/3.2 **OS/device including version:** Mac OS Catalina with RadeonΒ Pro 560X : Bug Mac OS Catalina HD5000 : OK **Issue description:** The following project works on mac (igpu)/ windows / linux. However on mac with amd GPU, there is an ambiant green light ![Greenbug](https:/...
bug,platform:macos,topic:rendering
low
Critical
647,486,221
PowerToys
[Run] Option to change/remember the search window location/position
# I would like to be able to change the position of PowerToys Run search window I think a search function in the middle of the screen is never a good idea. The user should be able to freely access the desktop while searching. The feature I would add, would allow the user to pick a permanent location on their scree...
Idea-Enhancement,Help Wanted,Product-PowerToys Run,Area-User Interface,Priority-3,Planning-Consideration
medium
Major
647,500,888
godot
Custom resource properties disappears from resource inspector after moving and editing source file
**Godot version:** 3.2.1-3.2.2 **OS/device including version:** MacOS Mojave **Issue description:** Custom resource properties disappear from resource inspector after moving and editing source file **Steps to reproduce:** 1. Create a folder structure, like this "folder_1/folder_2", in the root of th...
bug,topic:editor
low
Minor
647,530,783
vscode
Stuck while trying to install plugins in WSL using corporate proxy
<!-- ⚠️⚠️ 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,proxy,remote
medium
Critical
647,536,217
godot
Crash on freed reference trying to emit "completed" signal
**Godot version:** 3.2.2 **OS/device including version:** macOS 10.14.6 **Issue description:** I'm seeing a crash that appears to be related to an invalid reference to a GDScriptFunctionState trying to emit a "completed" signal. I've got a long-running recursive function that I'm trying get to run across fram...
bug,topic:gdscript,confirmed,crash
low
Critical
647,560,961
electron
Add click event to BrowserWindow
### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have sea...
enhancement :sparkles:,component/BrowserWindow
low
Minor
647,574,304
flutter
Flutter Analyzer crashes multiples times when running medium/large apps
Okay, Flutter Analyzer most likely doesn't crash at all if my app scale is small. When my app scales up to medium, it begins crashing several times (5-10 times a day), every restart takes 1-2 mins. I'm basically can't do anything while it restarting. Can we make this a top priority issue? Cause it really slows down dev...
c: crash,tool,dependency: dart,P2,team-tool,triaged-tool
low
Critical
647,580,086
flutter
Investigate using SIMD to improve performance of common Matrix operations
## Background SIMD (Single Instruction Multiple Data) works by providing specialized instructions for large 128 bit (or more) registers that provide the potential for greater parallelism. For example, the current matrix equality code in Flutter is roughly: ```dart return a.storage[0] == b.storage[0] ...
framework,c: performance,perf: speed,P3,team-framework,triaged-framework
low
Major
647,592,163
flutter
Flutter Logo typeface is not on-brand
The text [is rendered in Roboto](https://github.com/flutter/flutter/blob/4d7525f05c05a6df0b29396bc9eb78c3bf1e9f89/packages/flutter/lib/src/painting/flutter_logo.dart#L268), yet this font is unavailable on certain platforms and is not the Product Sans font that is specified for the logotype. I took a few screenshots:...
framework,a: quality,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-framework,triaged-framework
low
Minor
647,621,271
godot
Graph node and mouse wheel scroll.
**Godot version:** 3.* **OS/device including version:** Any? **Issue description:** Graph node in visual script and shader script... ![image](https://user-images.githubusercontent.com/22836285/86048299-f6e03a80-ba58-11ea-90ff-319679551a23.png) if grab it and start move to another position, and scroll (GraphE...
bug,topic:gui
low
Minor
647,634,526
flutter
bug(FlexibleSpaceBar): titlePadding incorrect on iPhone 11 in landscape
<!-- 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,f: material design,has reproducible steps,P3,found in release: 3.0,found in release: 3.1,workaround available,team-design,triaged-design
low
Critical
647,649,775
flutter
Performance and Crashing with InteractiveViewer Widget on flutter web/mobile web.
@justinmc would you mind taking a look at scale and pan performance on web / mobile web, especially when text is used? May even be an opportunity for a test/benchmark. I used statsfl (https://pub.dev/packages/statsfl) (to easily benchmark across mobile and desktop web browsers), your above column/row example, and added...
c: crash,engine,c: performance,platform-web,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-web,triaged-web
low
Critical
647,669,756
TypeScript
Allow to find references of the actual type
I feel it is impossible with TS to find all calls to a method of a type that is defined in a very generic interface, such as `dispose`: ![image](https://user-images.githubusercontent.com/900690/84394289-08be8280-abfd-11ea-9e3a-777f3613e8f1.png) This makes it basically impossible to find all references of e.g. the...
Suggestion,Needs Proposal
low
Major
647,692,757
pytorch
Custom c++ extension build process doesn't preserve color from compiler
When I work on torchvision I would like to see color from my compiler, but I don't have it. cc @yf225 @glaringlee
module: cpp-extensions,module: cpp,triaged,better-engineering
low
Minor
647,707,453
flutter
Decommission the flutter_tools commands shard
Currently the commands shard is a bit of a hodge-podge, the tests it contains either make use of real commands (invoking flutter re-entrantly, running the analyzer) or they are just _really confused unit tests_ that are non-hermetic (that is, significant functionality is mocked out without being completely hermetic). ...
team,tool,P2,team-tool,triaged-tool
low
Minor
647,716,087
pytorch
torch::autograd::Function should set AutoNonVariableTypeMode when running forward
Currently, it does not, which means you cannot write idiomatic redispatch as: ``` static torch::autograd::variable_list forward( torch::autograd::AutogradContext* ctx, torch::autograd::Variable input, torch::autograd::Variable rois, ...) { ctx->saved_data["spatial_scale"] = spatia...
module: autograd,triaged
low
Major
647,766,806
flutter
CupertinoRefreshIndicator needs a pop in animation when it triggers
minor fidelity issues with `CupertinoRefreshIndicator`: native behavior (iOS 13.5, slow-mo), around 7 second mark ![native](https://user-images.githubusercontent.com/31859944/84831507-485fe280-afe0-11ea-8576-d216e106f4d3.gif)
framework,a: fidelity,f: cupertino,P2,team-design,triaged-design
low
Major
647,796,546
pytorch
RuntimeError: rois.device().is_cpu() ASSERT FAILED at /vision/torchvision/csrc/cpu/ROIAlign_cpu.cpp:386
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> ``` /run/media/xxx/works/python/github/mmdetection/mmdet/core/bbox/transforms.py:161: TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of Python values, so this value wi...
triaged,module: vision
low
Critical
647,802,281
flutter
Editing engine.version can result in a bricked install when the Dart SDK is unable to be downloaded and requires deletion of bin/cache to resolve.
## Logs Changed bin\internal\engine.version to `f6a95deb733b43732941758df209380570b2ec18` ``` flutter upgrade Checking Dart SDK version... Downloading Dart SDK from Flutter engine f6a95deb733b43732941758df209380570b2ec18... Downloading the Dart SDK using the BITS service failed, retrying with WebRequest... I...
c: crash,tool,dependency: dart,P2,team-tool,triaged-tool
low
Critical
647,852,092
pytorch
Quantization support for F.Softmax
## πŸš€ Feature Support the F.Softmax in quantization model ## Motivation sometimes we need to add 2 tensors in quantized model, we could use torch.nn.quantized.FloatFunctional() , however sometimes we need F.Softmax on classification, then there is no such support, and the output is not within [0,1], it is not a bi...
oncall: quantization,low priority,triaged
low
Major
647,911,666
pytorch
Sparse Convolutional support
hi,when pytorch can support sparse convolution in pytroch master?thanks. cc @vincentqb
module: sparse,triaged
low
Minor
647,914,786
TypeScript
importsNotUsedAsValues = error should apply to export statements
**TypeScript Version:** 3.9.2 **Search Terms:** importsNotUsedAsValues, error, export **Code** ```ts import { Interface } from "./module"; export { Interface } from "./module"; ``` With a `"importsNotUsedAsValues"` set to `"error"`. **Expected behavior:** `tsc` would error on the export statement...
Suggestion,In Discussion
low
Critical
647,969,442
TypeScript
Object is possibly undefined after undefined check on readonly property
<!-- 🚨 STOP 🚨 STOP 🚨 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 before lo...
Suggestion,Experience Enhancement
low
Critical
648,002,179
youtube-dl
www.xmegadrive.com
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request,nsfw
low
Critical
648,018,930
pytorch
Enhance supported types of functional.pad
## πŸš€ Feature Currently, `torch.nn.functional.pad` does not support input tensors with dtype other than float32 or float64 for modes "replicate" and "reflect". Method execution fails with error, for example : ``` RuntimeError: "replication_pad2d_cpu" not implemented for 'Long' ``` Feature request is to im...
module: nn,triaged,enhancement,module: numpy
low
Critical
648,022,319
opencv
Parsing error (Failed to parse NetParameter file: yolov3-spp.weights) in cv::dnn::dnn4_v20200310::readNetFromDarknet
##### System information (version) <!-- Example - OpenCV => 4.3 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> I can currently use the DNN module to call **Darknet's yolov3.weights**, but when I call **yolov3-spp.weights**, such an **error** occurs. I want to know is it bec...
question (invalid tracker),category: dnn
low
Critical
648,086,037
rust
[Missed optimization?] Having many if branches that all check for Some(_) is slower than pre-destructuring the Some before the if section
If you compile the following code in play.rust-lang.org to LLVM IR in release mode, it will generate 135 lines of LLVM code. ```rust pub fn has_start(board_idx: usize, start_idx: Option<usize>) -> Option<usize> { match board_idx { 0 => { if start_idx == Some(0) { return Some(0) }; ...
C-enhancement,A-codegen,T-compiler,I-heavy,C-optimization
low
Major
648,092,934
godot
Don't allow exporting a project if no main scene is defined
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> godot 3.2.2-stable **OS/device including version:** <!-- Specify GPU model, drivers, a...
bug,topic:editor,topic:porting,confirmed
low
Critical
648,150,930
pytorch
Incremental version of pca_lowrank
## πŸš€ Feature An incremental version of pca_lowrank - processing a mini-batch of samples in each iteration. Similar to sklearn.decomposition.IncrementalPCA(), but in GPU. ## Motivation The current implementation processes all the data in one go and can run quickly only if all the data fits into the GPU memory. ...
feature,module: cuda,triaged,function request
low
Major
648,155,054
flutter
Xcode 11.5 archive build failed flutter: Multiple commands produce GoogleUtilities.framework
I try to take these steps: "Product" -> "Archive" to unload the application to testers, but when these steps are performed, this error is constantly displayed: Multiple commands produce '/Users/user/Library/Developer/Xcode/DerivedData/Runner-dpjgfafimzpddicamlmtfyiidicx/Build/Intermediates.noindex/ArchiveInterme...
platform-ios,tool,t: xcode,P3,c: fatal crash,team-ios,triaged-ios
low
Critical
648,169,773
flutter
Short lines with stroke cap and mask filter are not drawn
<!-- 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-android,engine,dependency: skia,c: rendering,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-android,triaged-android
low
Critical
648,210,558
angular
EVENT_MANAGER_PLUGINS injection order
<!--πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”… 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. πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…...
area: core,core: event listeners,P4
low
Critical
648,258,250
react
Profiler dev tools suggestion: in "ranked" view, add a way to group/aggregate component instances
(Deleted template as this is a suggestion, not a bug.) In the profiler's "ranked" view, when there are many instances of a single component, there's no way to answer the question "how much time did this component spend rendering _across all instances_. For example, here I have a component called `PhotoLink` which...
Type: Discussion,Component: Developer Tools
medium
Critical
648,260,670
flutter
Android HomeScreen Shortcut issue with Flutter
Hi, As you know, Flutter provides a mechanism for Dart to communicate with Native. You can call native code through dart, or you can call Dart code in native. There is such a situation, I do not know if you have encountered: Add a desktop shortcut on the Android platform, click the desktop shortcut to call the c...
platform-android,engine,d: stackoverflow,P2,team-android,triaged-android
low
Minor
648,291,076
go
x/playground: output caching stops working after some time passes
It looks like #31889 has regressed. The same snippet can be used to observe it, re-running this program produces successful but different output each time: ``` https://play.golang.org/p/979rn6Bd7QN ``` I've noticed this when sharing a snippet (/cc @julieqiu) where a timeout due to a large dependency would happe...
NeedsInvestigation
low
Minor
648,342,219
pytorch
Encoding dimension argument for F.one_hot
## πŸš€ Feature `dim` argument in `F.one_hot(tensor, dim=1, num_classes=-1)` ## Motivation via the [discussion on one-hot encoding](https://discuss.pytorch.org/t/pytocrh-way-for-one-hot-encoding-multiclass-target-variable/68321/8?u=stalhabukhari) at discuss.pytorch.org: Output from `F.one_hot` yields a tensor i...
module: bootcamp,triaged,enhancement,module: memory format
low
Major
648,350,786
flutter
batch entrypoint adds measureable overhead to flutter_tool startup on Windows
The flutter.bat script seems to add about 200ms of overhead to the startup on windows. This does not seem to be a general script overhead, but a slowness in batch. It might be possible to reduce this overhead by doing some operations in a different shell (powershell?) while still retaining a minimal batch entrypoint. ...
tool,c: performance,platform-windows,P3,team-tool,triaged-tool
low
Major
648,400,033
terminal
Automatically add the release notes to Store page
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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-Docs,Area-Build,Product-Meta
low
Critical
648,414,951
flutter
Extra vertical padding surrounding DropdownButtonFormField when compared to TextField
This issue was original reported by @cassioseffrin in https://github.com/flutter/flutter/issues/46844#issuecomment-651816889 ------------- @shihaohong take a look: ![Screen Shot 2020-06-30 at 10 58 17](https://user-images.githubusercontent.com/13109831/86135113-c59b5500-bac0-11ea-9f08-a745c586a112.png) th...
framework,f: material design,a: quality,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Critical
648,441,580
rust
Comprison of `TypeId`s in const context
Is there any way to compare 2 `TypeId`s in `const` context? (It's possible to _create_ them in `const` context, and it's even [soon to be stabilized](https://github.com/rust-lang/rust/pull/72488)) What I want is a static check for type (un)equality without `auto trait`s: ```rust // will fail with index out of bou...
S-blocked,A-const-eval
low
Critical
648,442,244
go
x/text/message: documentation for i18n HTML template example?
Hi, I would like to see an example for translated `html/template` with `x/text/message`. Here's my current attempt with two different calling styles (free to use): ```go package main import ( "bytes" "fmt" "golang.org/x/text/language" "golang.org/x/text/message" "golang.org/x/text/message/catalog...
Documentation,NeedsInvestigation
low
Critical
648,459,341
godot
Signal method gets called within the editor and returns "not found" error
This bug is similar to Godot #13070 which was closed two years ago. **Godot version:** v3.2.2.stable.official **OS/device including version:** Windows 8 Desktop **Issue description:** By adding a making a Godot script listen to signals on a tool script, Godot calls it on the editor and returns the error: ``...
bug,topic:editor
low
Critical
648,480,354
electron
macOS: ability to determine when app is being quit from the Dock icon
<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]-...
enhancement :sparkles:
low
Minor
648,528,231
go
x/pkgsite: remove legacyconversions
Replace the legacyconversions.RiskilyXXX calls with something safe.
NeedsFix,pkgsite
low
Minor
648,579,217
go
x/pkgsite: display struct field & interface method doc comments in a less code-ish way?
Apologies if this is something that's been suggested a million times, but... while I like the pkg.go.dev docs UI better than godoc.org, it keeps the same way of presenting struct and interface documentation, which I find awkward. The definitions are displayed literally as Go code, with all the doc comments looking like...
NeedsInvestigation,FeatureRequest,pkgsite,UX
low
Major
648,588,268
TypeScript
Should we set '"types": []' for 'tsc init'?
Very few people understand the automatic `@types` inclusion behavior, it often [causes packages to conflict](https://github.com/microsoft/TypeScript/issues/32273), and [it is often a program construction performance foot-gun](https://github.com/microsoft/TypeScript/wiki/Performance#controlling-types-inclusion). Mayb...
Suggestion,In Discussion,Committed
low
Major
648,633,982
excalidraw
Can't open scene made in Firefox Developer Edition in Firefox (regular edition)
I use Firefox Developer Edition for work and Firefox (regular edition) for personal use on the same machine (macOS). I drew something in the Dev Edition, grabbed the link then tried to open in Firefox and received this error. <img width="787" alt="image" src="https://user-images.githubusercontent.com/3806031/861985...
bug
low
Critical
648,661,517
youtube-dl
weibo site support
<!-- ###################################################################### 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
648,705,608
youtube-dl
https://www.loveliffathome.com/
<!-- ###################################################################### 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
648,738,904
react-native
After update to MIUI 12,Text is cut off
## Description After update to MIUI 12, Text is cut off. ![image](https://user-images.githubusercontent.com/3433961/86214160-5d766d00-bbad-11ea-9668-b11786bc8825.png) the actual text is QQ,but only Q is displayed ## React Native version: React Native version: 0.60.5 model: MI 10 Pro android:10 MIUI:12.0.1 ...
Component: Text,Needs: Triage :mag:
medium
Major
648,751,718
pytorch
Build pytorch with cuda11
I want to measure the performance of pytorch with cuda11. But looks magma is incompatible with CUDA11: https://bugs.archlinux.org/task/67094 I wonder if we can build pytorch with cuda11 now, or need to wait for magma support for CUDA 11? Will pytorch get bad performance magma MAGMA with CUDA 11? cc @malfet @ngi...
module: build,module: cuda,triaged
low
Critical
648,780,971
vscode
Quick open: Include symbols should not block the search based on filename
<!-- ⚠️⚠️ 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...
feature-request,workspace-symbols,quick-open
medium
Critical
648,818,286
material-ui
[MobileStepper] Add ability to maintain the 3 dots exactly at center of the whole stepper width, whatever is the width of "Back" and "Next"
<!-- Provide a general summary of the feature in the Title above --> In you demo page https://material-ui.com/components/steppers/#dots you use words "Back" and "Next", plus an icon for each, so the width of these buttons are exactly the same, so we see 3 dots exactly at middle of the Stepper container. But if yo...
new feature,component: stepper
low
Minor
648,838,288
rust
SIGSEGV when compiling for target wasm32-unknown-unknown with LLVM target feature 'multivalue'
I tried this code: ```rust pub fn f() -> ! { panic!(""); } ``` With compiler invocation: `rustc --crate-type lib mytest.rs --target wasm32-unknown-unknown -C target-feature=+multivalue` I expected to see this happen: no failure Instead, this happened: ``` Segmentation fault (core dumped) ``` ...
I-crash,E-needs-test,T-compiler,O-wasm,C-bug
low
Critical
648,852,377
godot
mouse_entered/exited signal not emitted on call to raise
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.2.stable **OS/device including version:** <!-- Specify GPU model, drivers, and the...
bug,confirmed,topic:input,topic:gui
low
Critical
648,885,913
rust
Add SVH based symbol to dylibs
Any upstream dylib and executable can then require that symbol to be present to prevent mixing up different versions of a dylib at runtime. This symbol only needs to exist for dylibs, not cdylibs or rlibs. See https://internals.rust-lang.org/t/stability-of-dylibs-per-compiler-release/12648/10 for the discussion abou...
C-enhancement,T-compiler
low
Major
648,894,126
youtube-dl
How to download subtitles only once?
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
648,900,831
terminal
Data URI scheme support for images in settings.json
# Description of the new feature/enhancement It would be great to be able to set image files (like `icon` or `backgroundImage`) in settings.json using data URI scheme. This could be useful when making backups or clones of Windows terminal settings, when syncing them with other devices, etc., especially when our cust...
Help Wanted,Area-Settings,Product-Terminal,Issue-Task,Priority-2
low
Minor
648,927,566
flutter
iOS Notification center wrong AppLifecycleState triggered
## Steps to Reproduce <!-- You must include full steps to reproduce so that we can reproduce the problem. --> 1. Build a flutter app with a `WidgetsBindingObserver`. 2. If you open the notification center, `AppLifecycleState.resumed` is triggered. (Unexpected behaviour) 3. If you close the notification center `...
platform-ios,engine,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-ios,triaged-ios
low
Major
648,949,150
PowerToys
Command Line Accessible PowerToys Settings
# Summary of the new feature/enhancement Currently, PowerToys Settings can only be accessed by right-clicking the icon in the notification tray and choosing Settings. This creates a context switch for users who predominantly use the keyboard as they are required to reach for the mouse. I'd like to see a command-line...
Idea-Enhancement,Product-Settings
medium
Critical
648,987,545
opencv
Support palette-based images in imwrite (Compression does not seem to be working for PNG images)
##### System information (version) <!-- Example - OpenCV => 4.2 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> - OpenCV => JavaCV version that I am using - 1.5.3 - Operating System / Platform => :grey_question: - Compiler => Java 11 ##### Detailed description I m tr...
feature,priority: low,category: imgcodecs
low
Critical
648,989,294
pytorch
Option to allow loading state dict with mismatching shapes.
## πŸš€ Feature My proposal is to include a flag in `Module.load_state_dict` to allow loading of weights that have mismatching shapes. Similarly to the [`strict`](https://github.com/pytorch/pytorch/blob/master/torch/nn/modules/module.py#L939-L941) flag, it will allow loading of state dicts where there is a correspondenc...
module: nn,module: serialization,triaged,enhancement
high
Critical
649,011,994
rust
rustdoc: please show `doc` attribute info in search results
When showing the main listing of functions in a module the `doc` attribute info is shown in front of the short function description. However, when you use the search to filter to just functions with a particular substring, the listing of search results doesn't show that `doc` info. Please improve the search result d...
T-rustdoc,C-feature-request,A-rustdoc-search,F-doc_cfg
low
Minor
649,036,157
flutter
[google_maps_flutter] Add callback for click on google poi's on the map
It would be nice to have a callback when the user clicks a poi on the map. See: https://developers.google.com/maps/documentation/ios-sdk/reference/protocol_g_m_s_map_view_delegate-p#ac06974bfbebd2ff859b5f93c86fe3845 and https://developers.google.com/maps/documentation/android-sdk/reference/com/google/android/l...
c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,has partial patch,triaged-ecosystem
medium
Critical
649,040,805
opencv
INTER_CUBIC should default to Catmull-Rom interpolation
OpenCV currently hard codes [A=-0.75](https://github.com/opencv/opencv/blob/cf2a3c8e7430cc92569dd7f114609f9377b12d9e/modules/imgproc/src/resize.cpp#L909), which for some can results in some excessive ringing to give a pretence of sharpness. The Catmull-Rom cubic interpolation with A=-0.5 is the mathematically more c...
feature,category: imgproc,category: documentation,effort: few weeks
low
Minor
649,057,746
vscode
Tweak peek inside notebooks
@isidorn had shared this with me a while back * have a notebook * run reference search or F8 for errors <img width="913" alt="Screenshot 2020-07-01 at 17 04 56" src="https://user-images.githubusercontent.com/1794099/86259989-ffea1c80-bbbc-11ea-8357-81be4fbd07c9.png"> Issues/suggestion: * there are many line...
feature-request,ux,polish,notebook-cell-editor
low
Critical
649,083,032
storybook
ERROR TypeError: Class constructor EventEmitter_ cannot be invoked without 'new'
Hi @shilman , After upgrading to Angular 10, I am getting this error while displaying kendo grid on storybook - ERROR TypeError: Class constructor EventEmitter_ cannot be invoked without 'new' ![image](https://user-images.githubusercontent.com/20925856/86260499-a7ffe580-bbbd-11ea-9887-a7e71b55628b.png) Do you ...
question / support,help wanted,has workaround,angular
low
Critical
649,101,000
vscode
Git - File watcher events should respect `.gitignore`
<!-- ⚠️⚠️ 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...
help wanted,feature-request,git
low
Critical
649,117,611
youtube-dl
Stop recording trough python
- [x] I'm asking a question - [x] I've looked through the README and FAQ for similar questions - [x] I've searched the bugtracker for similar questions including closed ones Im writing a python script, and for few hours I'm looking for a way to stop recording when a certain condition is fulfilled (if the file si...
question
low
Critical
649,124,230
TypeScript
Assertion function methods complains about missing annotation even with explicit annotation
This may be working as intended but the error message is at least unclear for this case. It's not obvious why explicit annotation with a Union is different than explicit annotation with a class type. **TypeScript Version:** 3.9.4 <!-- Search terms you tried before logging this (so others can find this issue mo...
Suggestion,Awaiting More Feedback
low
Critical
649,124,999
rust
Formalize SVH stability for a specific release and target
The Rust compiler does a pretty good job at generating strict version hashes that are stable for a given combination of the compiler revision, target, and the inputs, disregarding extraneous variation like the absolute path of the build directory. This can be confirmed by a [test](https://github.com/mzabaluev/github-ac...
A-linkage,T-compiler,C-feature-request,A-reproducibility
low
Minor
649,144,994
rust
Remove `fn pretty_printing_compatibility_hack `
https://github.com/rust-lang/rust/pull/73345 adds a hack to support some older versions of `proc-macro-hack` and `procedural-masquerade` which included incorrect asserts. The hack detects some specific enums used by those crates literally by their names and names of their variants. Using newer versions of those cra...
C-cleanup,A-pretty,A-macros,T-compiler,A-proc-macros,A-proc-macro-back-compat
low
Critical
649,149,002
pytorch
[JIT] Infer type of argument foo = None to be Optional[Tensor]
A pretty common pattern in PyTorch code is to write things like: ``` def forward(self, src, src_mask, tgt_in, pos=None): ``` (this example taken from `stanza/models/common/seq2seq_model.py` in https://github.com/stanfordnlp/stanza) When I script functions like this, I have to add the annotation `pos: Optiona...
high priority,triage review,oncall: jit
low
Major
649,167,163
pytorch
[JIT] cannot statically infer the expected size of a list in this context for positional arguments to Tensor.view()
This program doesn't work: ``` import torch.jit @torch.jit.script def f(x, y): return x.view(*y.size()) ``` however, if you remove the asterisk, it is ok. I have seen this in the wild as `x.view(20, *y.size())` as a convenient away to avoid tuple concatenation. The explicit tuple form works (`x.view((2...
oncall: jit,weeks,TSUsability,TSRootCause:UnsupportedConstructs
low
Major
649,180,503
ant-design
DatePicker control - Narrator should announce dates or month when user navigate through calendar using keyboard
![calendar_accessibility](https://user-images.githubusercontent.com/64444288/86277637-e54b7f80-bb8b-11ea-87bd-11eb233481d8.PNG) - [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSan...
Inactive,⌨️ Accessibility
low
Minor
649,190,271
flutter
Add Widget that recreates Scaffold's layout properties at the screen-level OR add built-in communication to update a Scaffold's layout properties
<!-- 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...
c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design
low
Critical
649,221,176
TypeScript
Officially document type checking behavior for operators WRT bigint
## Search Terms bigint operator type checking ## Suggestion I'd like to see official documentation of the design decision TS has made regarding type checking of operators now that bigint is in play. ## Use Cases The closure-compiler team is currently working on our support for BigInt. We want to make s...
Discussion
low
Critical
649,224,616
flutter
[web] link to a Specific Line or Paragraph on a web page
<!-- 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...
c: new feature,framework,platform-web,P3,team-web,triaged-web
low
Critical
649,244,245
pytorch
Allow TLS to keep distributed autograd context alive
As of today, we release the distributed autograd context when exiting the context manager: https://github.com/pytorch/pytorch/blob/c71ec1c717e5b225f28ef3bacde416c69f3c4d77/torch/distributed/autograd/__init__.py#L32-L37 As a result, the following code wouldn't work, as when running the `run_backward` callback func...
feature,triaged,module: rpc
low
Minor
649,302,589
pytorch
JIT fuser result of dropout doesn't fully match eager mode
Running this test with legacy executor should repro: ``` def test_dropout_cuda(self): # Dropout AD is dispatched to _fused_dropout in CUDA case, # which is not included in TestJitGeneratedFunctional x = torch.ones((4, 4)).cuda().requires_grad_() with enable_profilin...
oncall: jit,triaged
low
Minor
649,321,647
flutter
[video_player] [RFC] Add "muted" attribute to Video Player API?
For videos to auto-play on the web, they must start "muted". The current video player platform interface API does not have a direct way of setting a "muted" attribute [other than assuming that volume 0.0 means "muted"](https://github.com/flutter/plugins/pull/2819#discussion_r437626495). Does the Video Player plug...
c: new feature,p: video_player,package,team-ecosystem,P3,triaged-ecosystem
low
Major
649,328,367
TypeScript
Add refactoring option to convert between function declaration and function variable
<!-- 🚨 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
649,333,504
go
runtime: idle GC interferes with auto-scaling
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.14 linux/amd64 </pre> But this has been true for years. ### What did you do? Run a mostly-idle application in a container with CPU limits under a mechanism that monitors CPU use and increases the job's CPU reservation ...
NeedsDecision,compiler/runtime
medium
Major
649,338,073
pytorch
Improve error messaging when using dictionaries as inputs to a trace
## πŸš€ Feature ## Motivation The JIT tracer supports using dictionaries as input, like: ``` import torch from typing import Dict class TestModule(torch.nn.Module): def __init__(self): super(TestModule, self).__init__() def forward(self, dict_input): return dict_input['x'] input_...
oncall: jit,triaged,enhancement
low
Critical
649,351,637
youtube-dl
Unsupported URL on vod.canalplus.com
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
geo-restricted,account-needed
low
Critical
649,393,433
tensorflow
β€œLayer is not connected” issue while accessing intermediate layer from custom callback if model is built by sub-classing
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 18.04.2 LTS - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A - Te...
stat:awaiting tensorflower,type:bug,comp:keras,TF 2.11
low
Critical
649,423,223
PowerToys
Trigger FancyZone for windows that are dragged not by the TitleBar.
# Summary of the new feature/enhancement I have the script at my PC, written on AutoHotkey, which allows me to Move Windows using Any It Parts. This functionality mapped to Middle Mouse Button. FancyZone feature works only if I drag window by TitleBar. It would be nice if we could make it work with any dragged window....
Idea-Enhancement,Product-FancyZones,Issue-DCR
low
Minor
649,423,555
vscode
Git - Timeline produces confusing results on with merged branch
I just merged a branch into another branch, then looked at a change in the Timeline view. I was confused that it shows a diff that doesn't match what that commit should have had, but I think it makes sense if it is diffing that version of the file with the previous commit that shows in the flattened view in the Timelin...
bug,git,timeline,timeline-git
low
Minor
649,435,069
pytorch
[FR] torch.floor/ceil should support output int dtype
``` In [21]: x Out[21]: tensor([[2, 0, 1], [1, 2, 2]]) In [22]: torch.floor(torch.randn(2,3)*10, out=x) --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) <ipython-input-22-d7f2bdd35edf> in <module> -...
triaged,enhancement,module: type promotion
low
Critical
649,525,948
vscode
[themes] 'Generate Color Theme From Current Settings' omits semantic token settings
Issue Type: <b>Bug</b> 1. Launch the semantic-tokens-sample extension. 2. Follow the README.md instructions to add `editor.semanticTokenColorCustomizations` to your settings. 3. Run the `Developer: Generate Color Theme From Current Settings` command. 4. Review the generated color theme document but find no sign o...
feature-request,themes
low
Critical
649,619,800
terminal
Something wrong with the vim colorshemes
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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...
Resolution-External,Area-VT,Issue-Bug,Product-Terminal,Priority-3
low
Critical
649,619,940
TypeScript
@deprecated strikethrough doesn't appear in many cases, such as JSX elements, const arrow functions, or properties.
**TypeScript Version:** 4.0.0-dev.20200701 **VS Code Version:** 1.47.0-insider commit: b16b467d3e **Search Terms:** deprecated **Code** ```ts /** @deprecated */ type Props = { /** @deprecated */ old: string, new: string, } /** @deprecated */ const Component = (props: Props) => <div />; <...
Bug,Fix Available,Rescheduled
medium
Critical
649,631,142
opencv
OpenCV with OpenCL on i.mx6quad plus(arm cortex a9)
##### System information (version) - OpenCV => 4.3 - Operating System / Platform => Linux version 4.9.11 - Compiler => arm-poky-linux-gnueabi-g++ - Operating System / Platform => i.mx6 quad plus sabresd ##### Detailed description Hi I build OpenCV-4.3.0 as shown below ``` General configuration for OpenCV...
category: ocl,category: 3rdparty
low
Critical
649,661,156
flutter
[ios] Initializing google map with 'n' markers takes O(n) time to add and blocks the UI during this period
## Details Adding / initializing **'n'** markers on google map takes **O(n)** time, and the UI remains freezed during this period. I tested initializing with `10` , `100`, `500` and `1000` markers. While adding `10` markers was pretty fast , the delay increased along with the number of markers with 1000 markers takin...
platform-ios,engine,c: performance,customer: crowd,p: maps,package,has reproducible steps,P2,found in release: 3.9,team-ios,triaged-ios
low
Critical
649,728,581
flutter
[proposal] Pigeon should use Protobuf to share data between "HostApi" and "FlutterApi"
Hi all, the following proposal is largely inspired by this great [article](https://www.freecodecamp.org/news/flutter-platform-channels-with-protobuf-e895e533dfb7/) from @truongsinh ## Use case Common issues with platform channel data transfer: - FlutterStandardTypedData issues - often require to cast data -...
c: new feature,package,c: proposal,team-ecosystem,p: pigeon,P3,triaged-ecosystem
low
Major
649,745,016
rust
Ability from the top-level of the compilation not to mark #[no_mangle] items exported from shared library
Firefox currently builds all its Rust code into a static artifact called `gkrust` which is then statically linked, with cross-language LTO, with C++ artifacts to form the shippable `libxul.so/dylib/dll`. Upon examining the exported symbols of `libxul`, the FFI functions that are meant for internal glue between Rust ...
A-linkage,T-compiler
medium
Critical
649,782,783
pytorch
will you support SRU on mobile?
## ❓ Questions and Help Now I have a nlp model contained SRU, but it seems that pytorch cannot deploy SRU on the Android.
module: android,oncall: mobile
low
Minor
649,862,048
rust
Denying a const_err lint can hide the root cause site
The following code snippet does not show the `T::ASSERT` site unless the `const_err` lint is allowed or set to warn only. I'm guessing the error on `T::ASSERT` is happening during codegen. ```rust trait ZstAssert: Sized { const ASSERT: () = [()][(std::mem::size_of::<Self>() != 0) as usize]; } impl<T> ZstA...
A-diagnostics,T-compiler,C-bug,A-const-eval
low
Critical