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
572,162,086
PowerToys
Desktop Icon "Zones" with headers for organization (aka fences)
# Summary of the new feature/enhancement Some users want ta arange/group there icons on desktop. There are som tools to create group elements on the desktop. Would be nice to have this integrated into PowerToys that the user don't need another application. # Proposed technical implementation details (optional) The...
Idea-New PowerToy
medium
Critical
572,173,861
rust
Clearer error for failed tests which returned a Result Err()
<!-- Thanks for filing a 🐛 bug report 😄! --> **Problem** I have a test function which returns a `Result<...>` as a convenient way of testing failable methods. For example: ```rust #[test] fn exampletest() -> Result<(), std::io::Error> { let f = std::fs::File::open("/root/nonexistantfile")?; assert_...
C-enhancement,T-compiler,A-libtest
low
Critical
572,196,732
go
cmd/compile: a flaw in algebraic simplification rules inside Go compiler
<!-- 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.14 windows/amd64 </pre> ### Does this issue reproduce...
Performance,NeedsInvestigation,compiler/runtime
low
Critical
572,206,001
pytorch
Torchscript incompatible with torch.cat for tensor lists
## 🐛 Bug Torch.cat throws error for tensor lists when used within torchscript ## To Reproduce Here is a minimal example to reproduce the bug ``` import torch import torch.nn as nn """ Smallest working bug for torch.cat torchscript """ class Model(nn.Module): """dummy model for showing error"""...
oncall: jit,triaged
low
Critical
572,227,820
flutter
Inconsistency in BackdropFilter across web browsers
The `BackdropFilter` has inconsistent behaviour/output across different web browsers. ## Steps to Reproduce You can reproduce the issue with below code ```dart String url = 'https://flutter.dev/assets/flutter-lockup-c13da9c9303e26b8d5fc208d2a1fa20c1ef47eb021ecadf27046dea04c0cebf6.png'; void main() => ru...
framework,a: quality,platform-web,e: web_html,has reproducible steps,browser: firefox,P3,found in release: 3.7,found in release: 3.10,team-web,triaged-web
low
Minor
572,251,971
flutter
Warn on `flutter build` if there's a newer hotfix available
## Use case Our data shows that a sizable minority of stable channel installs aren't running the latest hotfix. As of 2/27, 20% of users are running the original `1.12.13+hotfix.5` release, even though it's nearly three months old; 2% are running the pulled `1.12.13+hotfix.6`, and 15% are running the `1.12.13+hotfix...
tool,a: quality,customer: product,c: proposal,P3,team-tool,triaged-tool
low
Critical
572,281,538
pytorch
[jit] Python arg parser / TorchScript incompatibilities
Certain parts of the Python arg parser aren't mirrored in the jit, for example ```python a = torch.ones(2, 2) b = torch.ones(2, 2) def fn(a, b): torch.cat([a, b], axis=1) fn(a, b) # works torch.jit.script(fn) # fails ``` See https://discuss.pytorch.org/t/torch-cat-throws-error-for-tensor-list-when-c...
oncall: jit,triaged
low
Critical
572,287,980
pytorch
Libtorch segfault when used with libqpOASES
## 🐛 Bug I'm trying to use pytorch C++ to solve an optimization problem formulated as quadratic program solved with qpOASES, but it seems like some sort of linking error related to BLAS is triggering a segfault. Not sure if this is strictly a libtorch problem (or the bazel linker setup) but it's a bit over my head ...
module: build,triaged
low
Critical
572,302,932
flutter
TextSpan could use Tooltip support
It would be really useful to add tooltip property to a TextSpan so you can pass a tooltip to the particular part of the text
c: new feature,framework,good first issue,P3,team-framework,triaged-framework
medium
Major
572,313,881
vscode
Diagnostic link hovers should show target
From https://github.com/microsoft/vscode/issues/11847 I know we have the trusted link infrastructure but I would like to see the target of a diagnostic code link if possible, would it be possible to show the link in the tooltip when I hover it? I can't think of any other places where there is no way to tell where...
feature-request,error-list,languages-diagnostics
low
Minor
572,354,165
pytorch
Docs for uniform_ don't make any sense
It says `P(x) = 1/(to - from)` but this formula is only true for discrete types (also there needs to be a condition on x anyway) cc @fritzo @neerajprad @alicanb @vishwakftw
module: distributions,triaged
low
Major
572,364,785
godot
Vulkan: Editor hang when syncing bones to polygons in 2D IK
**Godot version:** master (947a6636f70ea5a051efd6e470147072f2bc7f13) **OS/device including version:** mac OS 10.15.2 **Issue description:** Editor hangs when syncing bones to polygons in 2D IK. Seems to be stuck in infinite loop at `rasterizer_canvas_rd.cpp`:888 ``` at: _render_item (servers/visual/rasteri...
bug,topic:rendering,topic:editor
low
Critical
572,369,236
storybook
A11y Addon error option
**Is your feature request related to a problem? Please describe.** Can we pass some extra options in the a11y addon to allow for errors to be passed actively to the component viewer (like an eslint error)? **Describe the solution you'd like** The axe tooling already provides the detail/content we would need, and ...
feature request,addon: a11y
low
Critical
572,449,524
godot
Export Windows: Rightclick on Taskbar icon of exported game says "Godot Engine"
**Godot version:** 3.2.stable **OS/device including version:** Win 64 **Issue description:** Right clicking on the Taskbar Icon of the exported game says "Godot Engine" instead of the game name. Hovering over the taskbar icon correctly shows the Project Name (as set in the Project Settings), equally correct is...
bug,platform:windows,topic:porting
low
Major
572,562,445
godot
Spinbox still can be clicked even when mouse_filter set to Ignore
**Godot version:** Godot 3.2.stable **OS/device including version:** Windows 10 **Issue description:** The lineedit part of the spinbox still can be clicked even when mouse_filter set to Ignore. All element of the spinbox should not receive input when mouse_filter set to Ignore. **Steps to reproduce:** Mak...
bug,topic:gui
low
Minor
572,588,910
flutter
A discrete RangeSlider is not draggable inside a ListView.
A **RangeSlider** is awesome. But when its discrete version **is put inside a ListView**, an annoying bug arises. For simplicity, let's say we're using the Left-to-Right directionality. 1) Let's visually cut the Starting Thumb vertically on 2 halves: if you touch its right half and begin to drag this thumb to the righ...
framework,f: material design,has reproducible steps,found in release: 3.7,team-design,triaged-design
medium
Critical
572,626,250
go
x/net/proxy: SOCKS5 Timeout is not working properly
After successful connection to the proxy timeout doesn't work any more. So it's hanging a long time trying to connect from proxy to an "addr" endpoint (I suppose). It' would be good to have a global socket timeout option. ### What version of Go are you using (`go version`)? 1.13 ### Does this issue reprodu...
NeedsInvestigation
low
Critical
572,629,755
ant-design
Keyboard navigation not working for "Tree" component, as is working for TreeSelect component
- [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 [https://codepen.io/benjaminr-ps/pen/eYNWMye?editors=0010](https://codepen.io/benjaminr-ps/pen/eYNWMye?editors=0010) ### Steps to reproduce Decla...
Inactive,⌨️ Accessibility
low
Minor
572,634,848
TypeScript
"Infer types from usage" not consider js object initializer
**TypeScript Version:** Nightly **Search Terms:** infer types from usage **Code** ```ts function foo(/*infer parameters from usage 'here'*/x) { let obj1: { a: string } = { a: '' } obj1.a = x; let obj2: { a: boolean } = { a: true }; obj2.a = x; bar({ a: x }); } function bar(obj: { a: object }) { } `...
Suggestion,Experience Enhancement
low
Minor
572,644,440
rust
Later use of borrow is not explained if it happens in case of panic
This code: ```rust struct DropRef<'a>(&'a String); impl<'a> Drop for DropRef<'a> { fn drop(&mut self) {} } fn bar(mut x: String) { let a = DropRef(&x); let b = &mut x; panic!(); } ``` Produces the error: ``` error[E0502]: cannot borrow `x` as mutable because it is also borrowed as ...
C-enhancement,A-diagnostics,A-borrow-checker,T-compiler
low
Critical
572,646,463
TypeScript
Any type is inferred when function input parameter is set to some value
**TypeScript Version:** 3.8.2 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** any type is inferred **Code** ```ts interface ContinuationQueryResult<T> { documents: T[]; continuation?: string; } function abc(continuation?: string...
Bug
low
Minor
572,660,709
go
cmd/go: a /.. after a ... in an importpath pattern is confusing
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.14 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. It also reproduces with all versions of `go` (tested up to...
help wanted,NeedsFix
low
Critical
572,727,309
TypeScript
Bug: strictNullChecks + object spread + computed key
<!-- 🚨 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
572,767,185
react-native
Missing NSLocationAlwaysUsageDescription in Info.plist without any GeoLocation Usage in 0.61.5 (ITMS-90683)
Description: I am getting E-Mail from Apple after submitting to App Store Connect regarding ITMS-90683. It basically says that I have to include `NSLocationAlwaysUsageDescription` and `NSLocationWhenInUseUsageDescription` in my Info.plist because they say that my > app's code references one or more APIs that acce...
Platform: iOS,API: Geolocation,Impact: App Rejected,Never gets stale
low
Major
572,793,843
kubernetes
Pulling/Extracting docker image continues after removing the pod
<!-- 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**: If you create...
kind/bug,priority/backlog,area/kubelet,sig/node,priority/important-longterm,lifecycle/frozen,triage/accepted
medium
Critical
572,810,596
flutter
Test in flutter template app should be commented out
When a developer creates a new Flutter app, there's a test included. Most developers probably don't notice this test and it's immediately going to start failing when they start changing the app. The same applies to plugins. If we commented out the actual logic of the test code, we could achieve our goal of helping d...
a: tests,tool,P3,team-tool,triaged-tool
low
Critical
572,811,049
PowerToys
[FZ Editor] Allow margin syntax for Show Space Around Zones
Having space around the zones is great! However, I really don't want any spaces at the top and bottom of the zones. To make everyone happy, can you enable margin syntax for the "space around zones" feature? i.e. I want to be able to enter 10 5 15 5 in the space textbox and the system should do: top margin i...
Idea-Enhancement,FancyZones-Editor,FancyZones-Layouts,Product-FancyZones
low
Major
572,819,381
flutter
pushNamedAndRemoveUntil doesn't reach route under drawer
<!-- 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...
framework,f: material design,f: routes,has reproducible steps,P2,found in release: 3.0,found in release: 3.1,team-design,triaged-design
low
Critical
572,830,322
svelte
How to contribute to Svelte?
Hi, I want to contribute to svelte. Can anyone help me to get started. Is there any starter guide? I am a software engineer from India who works on React, Angular.
meta,temp-stale,documentation
low
Major
572,849,911
node
Strange resolving order using "node ." to start an app
<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` P...
module
low
Critical
572,852,825
go
x/exp/cmd/gorelease: report when packages can't be loaded without replace, exclude
`replace` and `exclude` directives can be used in `go.mod` files to temporarily work around problems in dependencies while they are fixed upstream. They're also used in local development. `replace` and `exclude` only apply within the main module, so if a module can't be used by another without `replace` and `exclude` d...
NeedsFix,FeatureRequest,modules,Tools
low
Critical
572,854,114
go
x/exp/cmd/gorelease: support -json and -f flags
`gorelease` prints its findings to stdout as plain text. The report format may change over time and can't be safely read by tools. `gorelease` should accept `-json` and `-f` flags, which should produce either JSON or `text/template` output.
NeedsFix,FeatureRequest,modules,Tools
low
Major
572,865,026
go
x/exp/cmd/gorelease: positional arguments should specify packages to compare
Currently, `gorelease` compares APIs of all non-main, non-internal packages within a module. This is a sensible default. In some cases, the API of a module's `internal` packages should be checked, since it's consumed by nested modules. For example, packages in `cloud.google.com/go/internal` are used in `cloud.google...
NeedsFix,FeatureRequest,modules,Tools
low
Minor
572,900,872
flutter
Elements in the AppBar should be easy customizable in fontSize and iconSize
What I want: Change Size of appbar including size of the title and all icons and kepp them aligned vertically. Workaround see: https://stackoverflow.com/questions/60443198/how-can-i-change-the-size-of-the-standard-hamburger-menu-icon-of-a-drawer-in-flu/60443308?noredirect=1#comment106951922_60443308 Solution i...
c: new feature,framework,f: material design,c: proposal,P3,workaround available,team-design,triaged-design
low
Minor
572,901,951
material-ui
[Select] NVDA does not announce helper text
This may be captured more broadly by issue #15597 When focus is brought to a (non native) select widget, NVDA announces the label and the value but not the helper text. NVDA announces native select widgets as expected (value, label, and helper text). - [x] The issue is present in the latest release. - [x] I hav...
accessibility,component: select
low
Minor
572,937,217
go
x/pkgsite: automate fetching of new versions of Go standard library
This issue is related to #37002, but limited in scope to just the Go standard library. When a new version of Go is released, it takes a manual action to add it to pkg.go.dev. This can and should be automated, so that it happens as soon as a new Go version is released. /cc @julieqiu @jba @cagedmantis @toothrot @Fi...
NeedsInvestigation,FeatureRequest,pkgsite
low
Minor
572,948,917
flutter
Update flutter docs for LiveTestWidgetsFlutterBinding
Right now `LiveTestWidgetsFlutterBinding` looks like it's a solution for app developers, but it's primarily for use in testing the Flutter framework itself. We should update the documentation to push Flutter app and plugin authors to use appropriate alternatives.
a: tests,framework,d: api docs,P2,team-framework,triaged-framework
low
Minor
573,002,534
godot
propagate_notification method is inconsistent: not calling _enter_tree, but calling _ready
**Godot version:** 3.2 stable **OS/device including version:** Win 10 **Issue description:** The issue is that calling `propagate_notification` method does not call `_enter_tree`, but it does call `_ready`. However, the `_notification` virtual method does receive all these notifications, it's just that the `_e...
bug,topic:core
low
Critical
573,038,427
TypeScript
Object intellisense doesn't work properly when parameter is unioned with a non-object
<!-- 🚨 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,Domain: Completion Lists
low
Critical
573,045,602
storybook
Embed MDX Docs into Gatsby
**Is your feature request related to a problem? Please describe.** So I noticed in this blog post [here](https://medium.com/storybookjs/rich-docs-with-storybook-mdx-61bc145ae7bc#78bb) that it mentions being able to embed the new mdx docs into gatsby at some point. But I went looking for some reference to that here in ...
feature request,addon: docs,mdx
low
Minor
573,057,166
pytorch
TensorPipes RPC Agent CUDA Support
## 🚀 Feature CUDA support would require the following items: - Support memory allocation and communication for GPUs. - Update RPC API to support args placement and result placement on CUDA devices. - Update `RRef.to_here()` to accept device placement arguments cc @ngimel @pietern @mrshenli @pritamdamania87 ...
module: cuda,triaged,module: rpc
low
Minor
573,058,742
go
runtime: ensuring support of debug.asyncpreemptoff
This came up during a routinely scheduled meeting between the Delve team and folks from the Go team and it was suggested by @heschik to open an issue about this to ensure it stays on folks minds. Delve leverages the `debug.asyncpreemptoff` in order to disable the functionality on Windows [[0]] (where it won't play w...
NeedsInvestigation,compiler/runtime
low
Critical
573,059,894
pytorch
Initialize TensorPipe RPC Agent Transport
## 🚀 Feature Allow the Tensorpipes RPC Agent to be initialized with any underlying transport (shm, libuv, thrift, TLS, etc.) This may need to be added as an option to the RPC Backend Options to initialize from Python. cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen @aazzolini @rohan-varma @xush6...
triaged,module: rpc
low
Minor
573,060,431
pytorch
TensorPipes RPC Agent Listener shortcut
## 🚀 Feature Support an optimization in the TensorPipes RPC Agent listener when sending a message to yourself. This is similar to an optimization in the ProcessGroupAgent `listenLoopInternal`. cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen @aazzolini @rohan-varma @xush6528 @jjlilley @osalpeka...
triaged,module: rpc
low
Minor
573,066,561
node
ConsumeHTTP2Data Assertion error
v10.16.3 OS X Catalina 10.15.3 (Darwin imac2019.lan 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan 9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64) My app will run for an hour before it dies with the error below. What does it mean please? ``` .nvm/versions/node/v10.16.3/bin/node[84392]: ../src/n...
http2
low
Critical
573,073,937
pytorch
TensorPipes RPC Agent Message Acknowledgements
## 🚀 Feature Since TensorPipes RPC Agent will support a `result_placement` argument, which allows the receiver to send the computed result to a worker that's not necessarily the sender, we must ensure that the sender receives confirmation of message success/failure. For example, if CPU0 sends a message to CPU1, a...
triaged,module: rpc
low
Critical
573,074,134
flutter
CupertinoNavigationBar doesn't perform a hero transition if the first route is a "fullscreenDialog" route
<!-- 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...
framework,f: cupertino,f: routes,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Critical
573,076,645
TypeScript
Typecheck multiple module formats at once
(The other side of #15833) ## Search Terms typecheck multiple module formats ## Suggestion For projects that compile to multiple output formats - e.g. different `module` outputs - it would be useful to have typechecking able to emit errors for multiple formats at once. The reason that duplicate typecheck...
Suggestion,Awaiting More Feedback
low
Critical
573,077,875
flutter
Document how to run profile/release from Xcode
In order to get Xcode use the correct debug/profile/release mode, the Generated.xcconfig file should include `FLUTTER_BUILD_MODE=xxx`. A correct one would like like: ``` // This is a generated file; do not edit or check into version control. FLUTTER_ROOT=/Users/liyuqian/flutter/flutter FLUTTER_APPLICATION_PATH=/...
platform-ios,tool,d: api docs,a: build,P3,team-ios,triaged-ios
medium
Critical
573,079,739
pytorch
TensorPipes RPC Agent Multiple Placement Retries
## 🚀 Feature Since multiple machines can receive the result of a remote operation, it is possible that only some of these replies fail. We have 2 options for dealing with message failures: - We mark the original future as complete only if all the recipients received the result. We can maintain a list on the sender...
triaged,module: rpc
low
Critical
573,080,364
pytorch
TensorPipes RPC Agent Default Args/Result Device Mapping
## 🚀 Feature The planned RPC change to accommodate TensorPipes involves adding arguments to specify machines for results and arguments placement. We should give users the option to supply a default mapping which we can default to when an explicit mapping is not given, or if a partial mapping is given. This mappin...
triaged,module: rpc
low
Minor
573,094,640
pytorch
ModuleList doesn't support slicing in TorchScript
## 🐛 Bug Slicing a ModuleList works in eager mode, but fails to script. ## To Reproduce ``` class MyModule(torch.nn.Module): def __init__(self): super().__init__() self.mods = torch.nn.ModuleList([ torch.nn.Identity(), torch.nn.Identity(), ]) ...
oncall: jit
low
Critical
573,114,124
godot
move_child() does not correctly refresh Texturebutton overlap priority when they are children of Node2Ds
**Godot version:** v3.2.stable.official **OS/device including version:** PC, Microsoft Windows 10 Home 10.0.1.18362 **Issue description:** When using Nodes containing TextureButtons with overlapping areas, the first button to receive input should be determined by which is lowest in the tree. When reordering these...
bug,topic:gui
low
Minor
573,121,335
godot
Input.set_use_accumulated_input(false) broken?
**Godot version:** v3.2.stable.official **OS/device including version:** Linux Mint Cinnamon 19.3 also tested on: Windows 10 some new build **Issue description:** Input is only sent once per frame by _input(event), but i want to use the input in the moment it is triggered, without having to wait to the next f...
bug,platform:windows,topic:input
low
Critical
573,135,309
godot
Index inspector menu does not work for get_rotation(self) and get_translation(self) in Godot 3.2
**Godot version:** Godot 3.2 **OS/device including version:** Windows 10 **Issue description:** In Godot 3.1 when one made a get_rotation() or get_translation() node in visual script, and clicked the ' index ' in the inspector, one could change the output from the standard vector3 ( vc3 visual script node outp...
topic:visualscript
low
Minor
573,157,712
opencv
[Feature Reuqest] draw dash rectangle support
Add a line type of dashed in rectangle drawing fuction.
feature,category: imgproc,priority: low
low
Minor
573,170,996
go
x/build/maintner: make it easy for interested clients to subscribe/watch for new Go releases
There are many clients that might be interested in knowing when a new Go release is tagged, in order to take some automated action. One recent example is pkg.go.dev (see issue #37568), but there are plenty of others. Maintner already tracks the Go repository and knows when any tags are made. Interested clients can u...
Documentation,Builders,NeedsInvestigation,FeatureRequest
low
Critical
573,171,280
pytorch
_broadcast_coalesced_reshape doesn't respect zero-size tensor
## 🐛 Bug _broadcast_coalesced_reshape doesn't respect zero-size tensor ## To Reproduce ``` import torch from torch.nn.parallel.replicate import _broadcast_coalesced_reshape _broadcast_coalesced_reshape([torch.zeros(1,1).cuda(0)], [0,1], True) # [[tensor([[0.]], device='cuda:0')], [tensor([[0.]], device='c...
triaged,small,module: data parallel
low
Critical
573,177,286
rust
Return value from const_trait_impl did not promote to constant?
I tried this code: ```rust #![feature(const_trait_impl)] #![feature(const_fn)] use std::marker::PhantomData; trait ConstDefault { fn const_default() -> Self; } impl const ConstDefault for u8 { fn const_default() -> Self { 0 } } const fn foo() -> &'static u8 { &u8::const_default() } ```...
A-diagnostics,T-compiler,A-const-eval,A-suggestion-diagnostics,D-newcomer-roadblock,A-const-prop
low
Major
573,185,109
terminal
Terminal can't create pseudoconsoles when condrv isn't loaded [Error 0xd000003a]
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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,Product-Conpty,Area-Server,Issue-Bug,Priority-2,good first issue
medium
Critical
573,217,137
youtube-dl
Add paramountnetwork.es and .it
- [x] I'm reporting a new site support request - [x] I've verified that I'm running youtube-dl version **2020.02.16** - [x] I've checked that all provided URLs are alive and playable in a browser - [x] I've checked that none of provided URLs violate any copyrights - [x] I've searched the bugtracker for similar site...
site-support-request
low
Critical
573,259,988
youtube-dl
Add site https://www.ixigua.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,yt-dlp
low
Critical
573,260,938
TypeScript
Reference to the function expression identifier in it's body has different symbol
**TypeScript Version:** 3.8.2, 3.9.0-dev.20200229 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** **Code** ```ts const ts = require('typescript'); const content = 'const x = function y() { y }'; const host = ts.createCompilerHost({}); ...
Bug,API
low
Critical
573,317,313
opencv
ORB computes features much slower on 4.2.0, compared to 4.0.1
Using default ORB constructor and computing only descriptors ``` cv::Ptr<cv::Feature2D> dsc = cv::ORB::create(); dsc->compute(image, keypoints, descriptors) ``` yields different timings in version 4.0.1 and 4.2.0 It will take time to generate full test results, because I noticed issue in my work project, so I f...
incomplete,needs investigation
low
Major
573,398,375
rust
Moving a method from struct impl to trait causes performance degradation
Hi all, thanks for all the work on the rust project! I tried this code: ```rust use std::time::Instant; fn main() { let finder = OddFinderOne; let start_time = Instant::now(); let result = find_nth_odd(finder, 1_000_000_000); let elapsed_time = start_time.elapsed().as_millis(); pr...
I-slow,A-codegen,T-compiler,C-bug
medium
Major
573,403,152
rust
Docs suggest implemting try_fold on std::iter::iterator, which is not possible due to Try being unstable
`std::iter::Iterator` docs has this "Note to implementors" on [`try_fold`](https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.try_fold): > Most of the other (forward) methods have default implementations in terms of this one, so try to implement this explicitly if it can do something better than the default...
C-enhancement,T-libs-api,A-docs,A-iterators
low
Minor
573,429,913
flutter
`Slider` has a slight a lag when drag
1. It looks like the default slider widget in Flutter has a slight lag when being moved. It's definitely nothing terrible BUT slow enough to notice it doesn't feel native on iOS. Just check how iOS slider should behave by going e.g. to iPhone Settings->Screen and Brightness -> Change Brightness by sliding. Sliding a...
framework,f: material design,a: fidelity,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Critical
573,432,277
electron
Support all actions that can be triggered via menu roles to be triggered programmatically too
I think pretty much all actions that can be triggered via a menu item that has a special `role` property should be able to be triggered programmatically too, the reason is that for apps like VSCode that implement a custom menubar and/or a command palette you want to be able to show there all actions that you can show i...
enhancement :sparkles:
low
Minor
573,445,741
flutter
[maps] showMarkerInfoWindow doesn't update fast enough
A stated. Add a marker to your markers list for your GoogleMap, then try to show that InfoWindow, it will give you a null ref as the marker is not actually in the controllers list yet, for whatever reason. It eventually does show up in there but I'm not sure what the delay is.
c: performance,p: maps,package,perf: speed,team-ecosystem,has reproducible steps,P2,found in release: 2.2,triaged-ecosystem
low
Major
573,447,398
godot
Can't assign variant from `unsigned long` on OSX and JavaScript builds
Using latest 3.2 branch of Godot, my module no longer compiles on OSX due to an error about converting `unsigned long` to `Variant`. Compiling on Windows and Linux works fine. See https://github.com/Zylann/godot_voxel/issues/170 And https://github.com/Zylann/voxelgame/issues/72 Is it something that got changed re...
bug,platform:macos,topic:buildsystem
low
Critical
573,464,171
flutter
Add isBottomSheetOpen parameter.
We have a [ScaffoldState.isDrawerOpen](https://api.flutter.dev/flutter/material/ScaffoldState/isDrawerOpen.html) property amongst others, which are based on if the corresponding methods are called on ScaffoldState. Can we add one for if a BottomSheet is being displayed?
c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design
low
Major
573,466,421
flutter
Add onClosing parameter to ScaffoldState.showBottomSheet
The BottomSheet widget has an onClosing parameter we can set, but it's suggested to just use the function provided and [it says](https://api.flutter.dev/flutter/material/ScaffoldState/showBottomSheet.html) that a BottomSheet becomes the parent of the widget. When it's done automatically for us, we don't get the option...
c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design
low
Minor
573,486,872
rust
Regression in error message quality for macro_rules involving $:ident
Between nightly-2020-02-28 and nightly-2020-02-29 I observed that macro errors which used to point to a specific problematic identifier token now point equivocally to the entire macro invocation. See https://github.com/dtolnay/tt-call/commit/364468e51f460e0dc41475659432b964035b4a2e. The issue minimizes to: ```rus...
C-enhancement,A-diagnostics,P-medium,A-macros,T-compiler,regression-from-stable-to-stable
low
Critical
573,496,416
terminal
Support fullscreening with Win+Shift+Enter
Hello, I know this app will full-screen with `Alt`+`Enter` and `F11` Please add a new keyboard shortcut for full-screen: `Win`+`Shift`+`Enter` Why?! Because all universal apps became full-screen with `Win`+`Shift`+`Enter` Thanks.
Area-UserInterface,Product-Terminal,Issue-Task
low
Major
573,501,257
ant-design
Form.List support `noRecord`
- [] 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 CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/antd-formlist-reproduction-jd281) ### Ste...
💡 Feature Request,Inactive,4.x
medium
Critical
573,507,152
youtube-dl
Hotstar ffmpeg Invalid data found when processing input
`[debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-v', '-k', '-f', 'bestvideo[height<=360]+bestaudio', 'https://www.hotstar.com/in/shikara-trailer/1260016799'] [debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8 [debug] youtube-dl version 2020.02...
geo-restricted
low
Critical
573,524,691
nvm
Allow other package managers for `default-packages` installation
I have recently switched to [pnpm](https://pnpm.js.org/en/) and would like to install my default global packages to be installed with it instead of `npm` to avoid alias issues. Same goes for people that prefers `yarn`.
feature requests
low
Major
573,541,957
TypeScript
Inference for Object.isPrototypeOf()
Hi, I am wondering would be possible to infer types for [isPrototypeOf()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/isPrototypeOf) function same way as it's done with `instanceof` operator? So we could narrow type of argument if it's been created using `Object.create(proto...
Suggestion,Awaiting More Feedback
low
Minor
573,544,434
TypeScript
A mixin class must have a constructor with a single rest parameter of type 'any[]'.
<!-- 🚨 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
medium
Critical
573,556,847
godot
apply_impulse, add_force sometimes makes the RigidBody fly away.
**Godot version:** 3.2 release **OS/device including version:** Ubuntu 19.10 **Issue description:** I have a FPS game shooting a lot of bullets (instanced, not raycasting) and on the method "do_damage" I apply impulse to a RigidBody when it get hit from bullet. The problem is that the RigidBody sometimes (and...
bug,topic:physics
low
Critical
573,560,041
TypeScript
Allow mixin constructor have parameters before rest parameter
## Search Terms mixin, constructor parameters ## Suggestion Allow mixin constructor have parameters before rest parameter and infer the combination between mixin parameters. ## Use Cases The following js code is completely valid and functional. However with the actual mixin constructor constraints we can't rep...
Suggestion,Awaiting More Feedback
low
Major
573,566,853
pytorch
Torchscript Inference with DLL Creation
## Issue description I am developing in Windows 10 with Visual Studio 2019 and am trying to create a callable DLL. I created a simple C++ test project running the basic Torchscript example, and it seems to work fine. I then try to create a callable DLL and seem to run into ## Code example ` #include "pch.h"...
oncall: jit
low
Critical
573,576,630
TypeScript
Stripping types should include ts-ignore comments
**TypeScript Version:** 3.8 latest, playground **Search Terms:** remove ts-ignore comment **Code** ```ts // this is a comment that should be kept const message: string = 'hello world'; // the below ts-ignore comment should be removed, since it has no meaning in a non-TS context // @ts-ignore console.log(...
Suggestion,Awaiting More Feedback
low
Major
573,580,672
flutter
Make an AnimatedList.seperated() constructor
<!-- 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...
framework,a: animation,c: proposal,P3,team-framework,triaged-framework
low
Critical
573,584,782
godot
get_angle_to() flickering rotation
**Godot version:** 3.2 stable **OS/device including version:** - Windows 10 - Fedora Linux 31 **Issue description:** Using get_angle_to() in `_physics_process` or `_process` results in flickering rotation **Steps to reproduce:** Just add to the script: ``` func _physics_process(delta): rotation = get_...
bug,topic:core,confirmed
low
Minor
573,605,526
godot
Assets should be imported before running plugins and tool scripts
**Godot version:** 3.2 stable **OS/device including version:** Ubuntu, but likely applies elsewhere. **Issue description:** If I delete `.import` and load the [2.5D demo projects](https://github.com/godotengine/godot-demo-projects/pull/315), I get this error: Unable to load addon script from path: 'res:...
bug,topic:editor,confirmed,topic:plugin,topic:import
low
Critical
573,620,649
vscode
Minify dependencies and remove junk files
The shipped dependencies, available under macOS at `/Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar`, are unminified and all sorts of junk files are in there (readmes, licenses...). Minifying everything and avoiding shipping unnecessary files seems like a fairly decent optimization oppo...
feature-request,perf,engineering
low
Minor
573,629,427
godot
Compile error: The filename or extension is too long
**Godot version: 3.2.1 custom build **OS/device including version:** Windows 10 **Issue description:** ![2020-03-02_053738](https://user-images.githubusercontent.com/34160378/75635392-45ff9580-5c48-11ea-9bf4-2c53cbe1e1b1.png) This happen when i'm using this command: scons platform=android target=release androi...
platform:android,topic:buildsystem
low
Critical
573,649,367
flutter
Reusing state logic is either too verbose or too difficult
[.](https://github.com/flutter/flutter/issues/51752#issuecomment-675844037) Related to the discussion around hooks #25280 TL;DR: It is difficult to reuse `State` logic. We either end up with a complex and deeply nested `build` method or have to copy-paste the logic across multiple widgets. It is neither possi...
c: new feature,framework,dependency: dart,customer: crowd,c: proposal,P3,team-framework,triaged-framework
high
Critical
573,666,685
terminal
Feature request: wt.exe should display shortcut icon in taskbar
# Description of the new feature/enhancement <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> With a shortcut I can assign a `wt.exe` configuration per shortcut. But when the shortcut ...
Issue-Feature,Area-Settings,Product-Terminal,Priority-3
medium
Major
573,666,836
youtube-dl
Add sonuma.be
<!-- ###################################################################### 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
573,686,577
TypeScript
Docs - I am able to add new add new items to top level scope, contrary to what doc mention.
**Search Terms:** Documentation **Typescript Version:** 3.5.3 Documentation [here](http://www.typescriptlang.org/docs/handbook/release-notes/typescript-1-8.html#augmenting-globalmodule-scope-from-modules) and [here](http://www.typescriptlang.org/docs/handbook/declaration-merging.html#global-augmentation) mention,...
Docs
low
Minor
573,695,194
flutter
How to implement a promotion in in_app_purchase plugin?
<!-- Thank you for using Flutter! Please check out our documentation first: * https://flutter.dev/ * https://api.flutter.dev/ If you can't find the answer there, please consider asking a question on the Stack Overflow Web site: * https://stackoverflow.com/questions/tagged/flut...
d: examples,p: in_app_purchase,package,team-ecosystem,P3,triaged-ecosystem
low
Critical
573,703,478
godot
Engine registers F8 when [ ´w ] typed.
**Godot version:** v3.2.stable.official **OS/device including version:** Windows 7 Service Pack 1 **Issue description:** While the game is playing, if you press the spanish accent key (´) and later w, the game crashes. Also happens when both are pressed at the same time. The only key affected by this is the W key...
bug,platform:windows,confirmed,usability,topic:input
low
Critical
573,739,173
pytorch
Model loaded in C++ runtime is not thread safe
WARNING: ThreadSanitizer: data race (pid=17) Read of size 8 at 0x7fd6718c2ea0 by thread T2: ```#0 std::__1::shared_ptr<at::CPUGenerator>::get() const external/clang/include/c++/v1/memory:3800:49 (libexternal_Spytorch_Slibaten.so+0x37dba2) #1 at::detail::getDefaultCPUGenerator() external/pytorch/aten/src/ATen/CPUGen...
module: cpp,triaged,module: sanitizers
low
Minor
573,769,265
neovim
Langmap doesn't work for key combinations
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: 0.4.3 - `vim -u DEFAULTS` (version: ) behaves differently? N/A - Operating system/version: Fedora 31 - GUI name/version: neovim-gtk 0.3.0 ### Steps to reproduce using `nvim -u NORC` ``` nvim-gtk -- -u NORC :set langma...
bug
low
Minor
573,799,470
TypeScript
Inspect interface composition hierarchy and its full set of 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
573,816,300
godot
Inconsistent global and local space in editor
Hi, I have some problems to move objects in global or local space inside the editor. The editor tooltip for the Translation property shows, that this is the local translation. But, if I rotate my object and change e.g. the z axis value, it seems to move in global space. The axis are shown correctly, If I activate ...
documentation
low
Major
573,855,523
go
net: IPv6 network does not contain IPv4 to IPv6 translated addresses
### What version of Go are you using (`go version`)? 1.14 ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? All operating system and processor architectures ### What did you do? https://play.golang.org/p/IN-TOcR...
NeedsInvestigation
low
Minor
573,867,397
pytorch
libtorch.so file size is very large
## 🐛 Bug The library size of torch is very large (~267MB without CUDA, 1.2 GB with CUDA). This can be caused by using a library like Intel IPP similar to this opencv bug. https://github.com/opencv/opencv/issues/15177 This limits the use of pytorch models in small environments (without CUDA). ## To Reproduce ...
high priority,module: binaries,module: cpp,triaged,oncall: mobile,quansight-nack
medium
Critical