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
472,926,844
angular
Ability to manually trigger all resolvers on route change
I have seen quite a few tickets related to this on github, and quite a few posts on this topic involving various workarounds elsewhere on the internet, e.g. on Stack Overflow, but there still doesn't seem to be a proper, simple solution for this included within the framework. This is my use case: 1. I have 2 rout...
feature,freq1: low,area: router,feature: under consideration,cross-cutting: signals
medium
Major
472,958,130
go
x/tools/go/ssa: panic: no ssa.Value for function argument
<pre> $ go version go version go1.12.7 linux/amd64 </pre> ### What did you do? Input program: ``` package pkg func fn() { func(arg int) []int { _ = arg return nil }(0)[0]++ } ``` Run `ssadump` on the package. The panic does not occur if the result of the function call or of the indexin...
NeedsInvestigation,Tools
low
Minor
472,973,977
go
cmd/go: go.mod formatting drops unattached comments within blocks
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13beta1 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes, happens with 1.12.6 too. Not tried with tip. ### What operating system and processor architecture are you using (`go env`)? <de...
help wanted,NeedsInvestigation,modules
low
Critical
472,982,316
pytorch
Tensor from mmaped storage loads the entire file into memory
## 🐛 Bug Tensor from mmaped storage loads the entire file into memory for operations that don't require it. ## To Reproduce ```python import os, torch f = 'bigbinaryblobwithevensize' s = torch.ByteStorage.from_file(f, True, os.path.getsize(f)) t = torch.ByteTensor.new(s) # so far so good t = t.view(-1,2...
module: memory usage,triaged
low
Critical
472,994,288
godot
Documentation is unclear on how to move a RigidBody2D in Kinematic mode
**Godot version**: 3.1 **Issue description:** It is unclear how a RigidBody2D in Kinematic mode should or can be moved. This is the related documentation in [RigidBody2D#Mode](https://docs.godotengine.org/en/3.1/classes/class_rigidbody2d.html#enum-rigidbody2d-mode): > MODE_KINEMATIC = 3 — Kinematic mode. The body...
enhancement,documentation,topic:physics
low
Major
473,023,266
TypeScript
moveToNewFile: move variable under cursor
## Search Terms Move to New File Refactor Refactoring ## Suggestion Allow selecting variable name, not only function/class name, in moveToNewFile refactoring. ## Use Cases moveToNewFile is useful for refactoring React component. React component can be written in both function statements and arrow func...
Suggestion,Awaiting More Feedback,Domain: Refactorings
low
Minor
473,035,672
TypeScript
Auto fix compilerOptions Lib
## Search Terms compilerOptions Lib, autofix Lib, auto Lib generation, Auto compilerOptions ## Suggestion Suggest adding the appropriate library to compilerOptions.lib if you are using a feature that requires it. ## Use Cases * Help the developer code by preventing them from having to look up which compil...
Suggestion,Experience Enhancement
low
Minor
473,045,948
TypeScript
Change property modifier in mapped type based on condition
As I know there is no way to change property modifier of mapped types based on conditional types. Here is my use case: ```typescript export class MakeItRequired<T extends ModelValue<any>> { target: "MakeItRequired" = "MakeItRequired" constructor(public option: T) { } } export type ModelValue<...
Suggestion,Awaiting More Feedback,Domain: Mapped Types
low
Major
473,048,728
rust
rustdoc source code page should provide more things
For examples: * [ ] Interactions with types (adding a popup when we hover one to give information like the doc page and provide a link to its definition) * [ ] Interactions with all items (adding a popup when we hover one to give information like the doc page and provide a link to its definition) * [ ] Coll...
T-rustdoc,C-enhancement
low
Major
473,050,982
go
context: doc of WithValue should mention context is not data store
Hello everybody, https://github.com/golang/go/blob/919594830f17f25c9e971934d825615463ad8a10/src/context/context.go#L520-L525 Implementation of `valueCtx.Value` in context package is recursive function. That means its performance decreases at least linearly with the number of values stored in the context. Moreove...
Documentation,NeedsFix
low
Major
473,079,776
rust
slice methods could be added to the array docs
(I'm surprised I couldn't find an issue for this!) The documentation page for the [primitive array type](https://doc.rust-lang.org/std/primitive.array.html) ideally should include the methods defined on slices. (see e.g. [this report of confusion](https://users.rust-lang.org/t/array-lengths-cant-depend-on-generic-pa...
T-rustdoc,C-enhancement
low
Critical
473,094,601
kubernetes
Decoding should not clear apiVersion/kind
**What would you like to be added**: When using a typed client, decoding to a versioned struct (not an internal API type), the apiVersion/kind information returned from the server should not be dropped. **Why is this needed**: The `GroupVersionKind()` method included in the ObjectKind interface is largely useless ...
sig/api-machinery,kind/feature,help wanted,lifecycle/frozen,triage/accepted
medium
Critical
473,098,528
godot
Can't export Windows with custom icon using headless
**Godot version:** Godot_v3.1.1-stable_linux_headless.64 **OS/device including version:** Ubuntu 16.04 inside a Docker container, running on an Ubuntu 18.04 host **Issue description:** Godot headless fails to load the editor settings config file even if it is present with an error that says only an editor ...
bug,topic:editor
low
Critical
473,152,250
godot
Overlapping nodes on y-sorted TileMap "jump" back and forth
**Godot version:** 3.1 **OS/device including version:** Windows, Radeon R9 200 series **Issue description:** I have two nodes that are overlapping (exact same x/y position) on a y-sorted TileMap. The nodes will swap places randomly and Node A will be in front of Node B then randomly Node B will show up in ...
bug,topic:core,topic:rendering,confirmed
low
Critical
473,152,838
flutter
FlutterFragment not returning the expected type when inflating it in Android
## Summary I need to inflate a `FlutterFragment` with a custom dart entry point, and set initial route. However, this happens, it seems like the `io.flutter.embedding.android.FlutterFragment` is not a valid argument for the fragment layout inflation. This is misleading as the [documentation](https://github.com/fl...
platform-android,d: examples,a: existing-apps,d: wiki,P3,team-android,triaged-android
low
Major
473,225,055
TypeScript
tsc and tsserver have different ideas of excessively deep types
<!-- 🚨 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...
Needs Investigation
low
Critical
473,231,003
go
x/tools/internal/imports: redundant import name is not removed
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.6 linux/amd64 </pre> ### Does this issue reproduce with the latest release? yes ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summary...
NeedsDecision,FeatureRequest,Tools
low
Critical
473,282,908
pytorch
Hanging on when one gpu node return zero as loss in the context of distributed data parallel training
## 🐛 Bug Hello. I am training a multi task network on a cluster using 8 gpu with `Distributed Data Parallel`. On every iteration, I process one image per gpu. Suppose I have `task_a` and `task_b` with `loss_a` and `loss_b` respectively. In some case, the `loss_a` could be zero on one gpu, which means that there...
oncall: distributed,triaged
low
Critical
473,300,204
rust
Iterator::skip is not zero-cost in some cases (badly optimized by LLVM)
See https://rust.godbolt.org/z/DkMgKv for full, commented source and the generated assembly. --- rustc doesn't optimize the iterator `buffer.windows(size).skip(1)` well. You can very easily outperform the Rust compiler by writing an imperative loop with a boolean flag whether the current element is the first. ...
A-LLVM,I-slow,C-enhancement,T-compiler,A-iterators
low
Major
473,322,507
flutter
The default margin right spacing in AppBar actions is too wide
The default margin right spacing in AppBar actions is too wide, There are too many margin Rights. How to modify margin's broadband? tks....
c: new feature,framework,f: material design,a: quality,c: proposal,P3,team-design,triaged-design
low
Minor
473,335,292
scrcpy
Recorded or Displayed video puts some older frames after more recent frames – [feature request] option to select encoder
I downloaded scrcpy 1.9 on 7/24/2019 with the goal of recording video from my Droid Turbo onto my Windows 7 x64 PC. When I connect with USB and run scrcpy and have it display to my screen, and the video from the phone has a lot of motion, it's common for the display from scrcpy to periodically appear to show maybe 1 f...
feature request
low
Major
473,336,852
pytorch
Unreachable code in tanh
## 🐛 Bug In https://github.com/pytorch/pytorch/blob/9a281451ed7f00d052212695ea112ebe872776f6/caffe2/quantization/server/tanh.cc#L17-L48 all code after line 22 is unreachable. This doesn't seem to be intentional (maybe someone added it for testing and forgot to remove it?).
caffe2,triaged
low
Critical
473,374,446
pytorch
[Feature request] Let DistributedSampler take a Sampler as input
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> ## Motivation Currently, `DistributedSampler` assumes that it takes a `Dataset` as argument. But in reality, the only information it exploits from it is its `len`. We sometimes want to have a custom Sampler to be used in distribu...
oncall: distributed,feature,module: dataloader,triaged,has workaround
high
Critical
473,389,603
rust
Tracking issue for `fs::Metadata` extensions on Windows based on handle information
This is a tracking issue for APIs added in https://github.com/rust-lang/rust/pull/62980, namely the following Windows-specific APIs: ```rust impl MetadataExt for Metadata { fn volume_serial_number(&self) -> Option<u32>; fn number_of_links(&self) -> Option<u32>; fn file_index(&self) -> Option<u64>; }...
O-windows,T-libs-api,B-unstable,C-tracking-issue,A-io,Libs-Tracked
low
Major
473,431,185
rust
Tracking issue for -Z binary-dep-depinfo
This is a tracking issue for `-Z binary-dep-depinfo` added in #61727. The cargo side is implemented in https://github.com/rust-lang/cargo/pull/7137. Blockers: - [ ] Canonicalized paths on Windows. The dep-info file includes a mix of dos-style and extended-length (`\\?\`) paths, and I think we want to use only on...
T-compiler,B-unstable,C-tracking-issue,requires-nightly,S-tracking-design-concerns,S-tracking-needs-summary,A-CLI
medium
Major
473,449,705
vscode
[folding] When you cut a collapsed code block it should stays collapsed when you paste/drop it.
I have searched the issues and requests and I don't see this one anywhere. And it seems like too good of an idea to pass up. While you can cut a collapsed code block and paste it elsewhere, when you paste it, it "uncollapses." It would be really cool and useful if the code remained collapsed after you pasted it...
feature-request,editor-folding
low
Minor
473,453,413
godot
Errors hidden in error tab
**Godot version:** Godot 3.1.1 **Issue description:** ![image](https://user-images.githubusercontent.com/26231126/61968334-11ec3400-afd8-11e9-97bb-6b7b0c14469e.png) **Steps to reproduce:** Produce an error that is longer than the error window. **Possible fix:** * The tooltip allows to see the whole error...
bug,topic:editor,confirmed,usability
low
Critical
473,456,265
pytorch
einsum equation with conditional mask works in numpy but not in PyTorch
## 🐛 Issue Description I have a snippet of code that works when I use ``np.einsum``. But it's PyTorch equivalent throws an error for the conditional mask ``A==1.0``. Is this a bug or is this behaviour expected? ## To Reproduce Steps to reproduce the behavior: Input: ``` A_np = np.array([[0,1,1],[1,0,1],[...
triaged,module: type promotion,module: linear algebra,function request
low
Critical
473,477,568
rust
SIGSEGV during compilation of extern x86-interrupt fn with u128 param
```rust #![feature(abi_x86_interrupt)] pub extern "x86-interrupt" fn main (_a: u128) {} ``` I suspect LLVM being the culprit.
I-crash,A-LLVM,O-x86_64,T-compiler,C-bug,requires-nightly,O-x86_32,F-abi_x86_interrupt,A-hardware-interrupts
low
Minor
473,489,418
go
x/net/http2: call conn.Handshake before accessing ConnectionState
### What version of Go are you using (`go version`)? <pre> $ go version go1.12.7 windows/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summary><br><pre...
NeedsFix
low
Critical
473,513,265
flutter
SceneBuilder::addPlatformView offset parameter is ignored.
Currently, the offset parameter is only used to specify the paint bounds of the platform view layer in flow. However, since the platform view layer is a leaf, this is effectively a no-op. The expectation is that this offset would be propagated to the embedder in the effective embedded view params. However, the offset i...
platform-ios,engine,a: platform-views,P2,team-ios,triaged-ios
low
Major
473,516,309
node
proposal: new release blog
## TL;DR To increase visibility around new features & fixes, I propose a creating a user-focused, human-readable _blog_ which aims to answer not just _what_ was released, but also “who might find this important?” and “how do I use this?” ## Problem Node.js’ official “blog” is an HTML conversion of `CHANGELOG.md`: ...
discuss,meta
medium
Critical
473,521,224
flutter
Better support for migrating existing localization schemes from Android/iOS to Flutter
Given a user who already has an iOS style Localizable.strings or a collection of Android strings.xml, create a conversion tool or an import tool for using them in Flutter.
tool,a: internationalization,a: existing-apps,P3,team-tool,triaged-tool
low
Major
473,523,727
go
gccgo: bad "incompatible types" error when comparing untyped expressions
gccgo incorrectly reports `error: incompatible types in binary expression` for this test program: ``` package main func main() { var v uint = 32 println(1 << v == '\002' << v) } ``` The Go spec says: > If the left operand of a non-constant shift expression is an untyped constant, it is ...
NeedsInvestigation
low
Critical
473,524,986
go
x/net/websocket: override the Host header
### What version of Go are you using (`go version`)? Relevant as of today's `master` of `x/net/websocket` (see below). ### Does this issue reproduce with the latest release? Yes. ### What did you do? Tried changing the `Host` header appearing in the initial WebSocket query by creating a config through `websock...
NeedsInvestigation
low
Minor
473,545,240
flutter
Flutter/* generated files are created for plugins
I haven't tracked down the exact trigger, but I frequently end up with `macos/Flutter/GeneratedPluginRegistrant.swift` and `macos/Flutter/ephemeral/Flutter-Generated.xcconfig` in plugins after building a project that uses them. I notice this all the time with FDE plugins because `testbed` includes them by path, not fet...
tool,platform-mac,a: desktop,P3,team-macos,triaged-macos
low
Minor
473,559,281
kubernetes
Swagger spec: Incorrect response model for namespaces/{namespace}/pods/{name}/binding
Swagger definition for "/api/v1/namespaces/{namespace}/pods/{name}/binding" is incorrect. The current definition is: ``` json "/api/v1/namespaces/{namespace}/pods/{name}/binding": { "parameters": [ ... ], "post": { ... "responses": { "200": { "description": "OK", "s...
kind/bug,sig/api-machinery,lifecycle/frozen
low
Major
473,562,033
flutter
Support multiple entrypoints to Dart via flutter driver
If apps implement multiple entrypoints to their app via `@pragma("vm:entry-point")`, the `flutter drive` command still assumes the entrypoint is `main` and fails. We need to be able to specify the name of the entrypoint to be executed among the parameters.
tool,t: flutter driver,c: proposal,P3,team-tool,triaged-tool
low
Minor
473,562,966
rust
Error message referring to non-existent variable: "cannot return value referencing local variable `__next`"
Compiling the following code on stable result in an error message which is referring to a non-existent variable `__next` ```rust use std::collections::HashMap; use std::hash::Hash; fn group_by<I, F, T>(xs: &mut I, f: F) -> HashMap<T, Vec<&I::Item>> where I: Iterator, F: Fn(&I::Item) -> T, T: Eq ...
A-diagnostics,T-compiler,C-bug
low
Critical
473,576,955
flutter
Add OnReject to DragTarget
## Use case Simply need a callback to occur when a Draggable is dropped on the DragTarget and gets rejected. Currently there is only 'onAccept'. I want to trigger some animation events and functions on rejection. ## Proposal Just add extra property onReject to the widget DragTarget 'drag_target.dart' in packages...
c: new feature,framework,a: animation,P3,team-framework,triaged-framework
medium
Major
473,642,209
scrcpy
"pull from" mouse gesture
This really is a 'feature request', but using the scroll wheel from the mouse should initiate a swipe for the direction rolled. This would enable things like expanding the notification area, etc.
feature request
low
Minor
473,645,807
flutter
CupertinoActionSheet doesn't perfectly match with native
Fidelity wise speaking, the [CupertinoActionSheet](https://api.flutter.dev/flutter/cupertino/CupertinoActionSheet-class.html) isn't pixel perfect along with the native one and also there are some key features that are missing. Below are some of the findings I've gather that should be enough to make it perfectly match i...
framework,a: fidelity,f: cupertino,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Major
473,650,308
rust
Formatter not capable of generating underscores in long number literals
When using the `quote` crate or otherwise generating Rust code (like we do in `svd2rust`) it would be immensely helpful if there was a way to `format!` long number literals in a way that `clippy` wouldn't throw an https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal back at us when linting the c...
T-libs-api,C-feature-request,A-proc-macros
low
Minor
473,655,677
opencv
Feature request to use Intel Myriad chips for acceleration Depth Map from Stereo Images
Feature request to use Intel Myriad chips for acceleration Depth Map from Stereo Images by using Myriad SHAVES cores - to accelerate OpenCV functions: https://docs.opencv.org/4.1.1/dd/d53/tutorial_py_depthmap.html Currently, OpenCV can use Myriad X chips for Deep Learning tasks (via OpenVINO DL IE backend), but not ...
feature
low
Major
473,655,966
terminal
FR: Customizable HTML/formated copy
# Description of the new feature/enhancement Text copied in formated form, like HTML, should be customizable by settings, so in case you do a lot of copy-paste you don't have to re-format each piece to match your preferences. All of them should be optional, with some default values. Once settings are categorized, ...
Issue-Feature,Help Wanted,Area-Settings,Product-Terminal
low
Minor
473,668,034
go
cmd/trace: problems and proposed improvements
Writing this issue out of the GopherCon 2019 contribution workshop, as a sort of umbrella task to encompass various limitations in the current `go tool trace`, and to speculate about possible solutions. NOTE: most of these remarks are as of Go 1.11, which was the latest version that I reconciled into an experimental...
NeedsInvestigation,compiler/runtime
low
Major
473,676,431
pytorch
Build error due to unintended include path /usr/include
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. git clone the pytorch repo and all the submodules 2. Build pytorch with: ``` export CMAKE_PREFIX_PATH=$LINUXBREWHOME:$LINUXBREWHOME/Cellar/cuda/10.1 export CUDA_HOME=$LINUXBREWHOME/...
module: build,triaged
medium
Critical
473,677,817
rust
"Variable is assigned to, but never used" not thrown
```rust fn main() { let mut error = 0; for i in 0..3 { error += i; } } ``` This ([playground](https://play.integer32.com/?version=stable&mode=debug&edition=2018&gist=58536d969b9dce47854128a31f47454b)) correctly throws the warning 'variable `error` is assigned to, but never used'. But _thi...
A-lints,T-compiler,C-bug
low
Critical
473,706,310
go
runtime: use PAGE_NO­ACCESS in sysReseve
Windows version of runtime.sysReseve calls VirtualAlloc with MEM_RESERVE and PAGE_READWRITE, but it should use PAGE_NO­ACCESS when using MEM_RESERVE. According to https://devblogs.microsoft.com/oldnewthing/20171227-00/?p=97656 > Why do you have to pass a valid value even if the system doesn’t use it? > > This ...
NeedsInvestigation
low
Minor
473,707,448
electron
Unable to set default filter to 'All Files (`*.*`)' in Windows save file dialog
<!-- 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
473,710,023
rust
Tracking issue for RFC 2515, "Permit impl Trait in type aliases"
This is a tracking issue for the RFC "Permit impl Trait in type aliases" (rust-lang/rfcs#2515) which is implemented under the following `#![feature(..)]` gates: - `type_alias_impl_trait` - `impl_trait_in_assoc_type`: https://github.com/rust-lang/rust/pull/110237 ### About tracking issues Tracking issues are use...
B-RFC-approved,T-lang,B-unstable,A-impl-trait,C-tracking-issue,needs-fcp,F-type_alias_impl_trait,requires-nightly,T-types,F-impl_trait_in_assoc_type
high
Critical
473,711,570
rust
Tracking issue for `impl Trait` in `const` and `static` items and `let` bindings
As provided for by rust-lang/rfcs#2071, this is a tracking issue for `impl Trait` in: - `const` items - `static` items - `let` bindings **Steps:** - [x] Implement the RFC - In `let`: https://github.com/rust-lang/rust/pull/134185 - [ ] Adjust documentation ([see instructions on rustc-guide][doc-guide]) - [ ] Stabil...
B-RFC-approved,T-lang,B-unstable,A-impl-trait,C-tracking-issue,F-impl_trait_in_bindings,requires-nightly,S-tracking-impl-incomplete
medium
Critical
473,711,683
rust
Meta tracking issue for `impl Trait`
This issue tracks the progress of `impl Trait` in general. This issue is not for discussion about specific extensions to `impl Trait` and only exists to provide links to other places that track the progress of specific issues. If you wish to discuss some subject related to `impl Trait`, please find an existing appro...
metabug,T-lang,T-compiler,A-impl-trait,C-tracking-issue,S-tracking-impl-incomplete
high
Critical
473,713,240
create-react-app
from node-10-16 lts, impossible to run nm start after npx create-react-app my_app [closed]
### Describe the bug from node-10-16 lts, impossible to run nm start after npx create-react-app my_app errors are: events.js:174 throw er; // Unhandled 'error' event ^ Error: spawn /usr/bin/palemoon ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) at onError...
tag: enhancement
low
Critical
473,716,688
rust
Tracking issue for RFC 2574, "SIMD vectors in FFI"
This is a tracking issue for the RFC "SIMD vectors in FFI" (rust-lang/rfcs#2574). The feature gate is `#![feature(simd_ffi)]`. **Steps:** - [ ] Implement the RFC (cc @rkruppe @gnzlbg); WIP in https://github.com/rust-lang/rust/pull/59238 and #86546. - [ ] Adjust documentation ([see instructions on rustc-guide][d...
A-FFI,B-RFC-approved,T-lang,T-compiler,A-SIMD,C-tracking-issue,F-simd_ffi,requires-nightly,S-tracking-unimplemented
low
Minor
473,721,797
rust
New trait for types which can report memory usage
Hi all, In the course of implementing the sizeof operator in rustpython, we stumbled upon a feature we possibly lack: the ability to request the true memory usage of a struct. Meaning, the memory usage of the struct itself, as reported by `std::mem::size_of` and friends, but also the size of the dynamically allocate...
T-libs-api,C-feature-request
low
Minor
473,723,628
go
cmd/vet: warn about slice being compared to nil
### What version of Go are you using (`go version`)? go version go1.12.7 windows/amd64 ### Does this issue reproduce with the latest release? yes ### What did you do? I reported bugs #33103, #33104 and #33105. In the changes to fix these bugs, I noticed a common pattern: a slice is checked for being nil ...
NeedsDecision,Analysis
low
Critical
473,735,870
rust
Rustdoc should index "Methods from Deref" in search results
Rustdoc should index "Methods from Deref" in search results, and mark them somehow. So people be able to find something like `Vec::last` during search.
T-rustdoc,C-enhancement,A-rustdoc-search
low
Minor
473,750,474
terminal
Screen saver wakeup incomplete
When focus is in the Terminal and screen saver kicks in the screen turns black. Then when I move the mouse the screen shows and immediately goes black again. This continues until I move the mouse pointer outside of Terminal window or I click the mouse. This is not happening when focus is outside of Terminal window when...
Help Wanted,Area-Rendering,Issue-Bug,Product-Terminal
low
Minor
473,760,888
pytorch
upcoming PEP 554: how much effort we need to support sub-interpreter
## 🚀 Feature support python sub-interpreters and maintains all status of the torch library. ## Motivation as #10950 demonstrates, the current ``torch`` library cannot lives on multiple sub-interpreter simultaneously within the same process. But we do need to run python codes on multiple "threads" at the same t...
feature,triaged
low
Major
473,762,264
rust
Tracking issue for `const fn` `type_name`
This is a tracking issue for making and stabilizing `type_name` as `const fn`. It is not clear whether this is sound. Needs some T-lang discussion probably, too. Steps needed: * [x] Implementation (essentially add `const` and `#[rustc_const_unstable(feature = "const_type_name")` to the function and add tests show...
T-lang,T-libs-api,B-unstable,C-tracking-issue,A-const-eval,requires-nightly,Libs-Tracked,Libs-Small,S-tracking-needs-summary
medium
Critical
473,789,700
godot
Removed signals are still counted by the warning system
**Godot version:** becbb7b **Issue description:** If you remove a user made signal, the warning system will act like it still exists, and complain of missing receiver methods to the previous connections. **Steps to reproduce:** 1. Make a signal (`signal signal_name`). 2. Connect the signal to anything. 3. ...
bug,topic:editor,confirmed
low
Minor
473,806,663
angular
LocationUpgradeModule throws Unhandled Navigation Error on initialisation when useHash is set to true
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 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. 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅...
type: bug/fix,area: common,freq1: low,area: upgrade,state: confirmed,P3
low
Critical
473,846,607
go
net/http: document r.Context().Done() behaviour on cancelled POST request
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? <det...
Documentation,NeedsInvestigation
low
Critical
473,902,136
youtube-dl
camwhoreshd.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
473,933,981
vue
Add JSDoc to types
### What problem does this feature solve? This will improve the developer experience when using Vue in editors such as VSCode. Currently, the developer must look up the default value in the [documentation](https://vuejs.org/v2/guide/components-props.html#Prop-Validation). And even there it is not clear, without try...
improvement
low
Major
473,948,024
flutter
Roku support
<!-- 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,engine,dependency: dart,P3,team-engine,triaged-engine
high
Critical
473,951,008
flutter
Null pointer in Overlay when visiting ancestors
I was poking around `BuildContext` APIs and tried to invoke `visitAncestorElements()` all the way up the tree. I invoked `visitAncestorElements()` from my widget's `build()` method. I ran into a null pointer error for `_offstage` in `Overlay` at: https://github.com/flutter/flutter/blob/a3cbe2535373d7fd3c3665f65b4af0...
team,framework,P2,team-framework,triaged-framework
low
Critical
474,058,062
neovim
:lua io.write() default input/output
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: NVIM v0.4.0-1447-gfe2ada737 - `vim -u DEFAULTS` (version: ) behaves differently? yes - Operating system/version: macos 10.14 - Terminal name/version: mac terminal ### Steps to reproduce using `nvim -u NORC` 1. `nvim -u NO...
io,lua
low
Major
474,060,511
godot
StreamPeerBuffer appears empty after writing
**Godot version:** 3.1.1.stable.official **OS/device including version:** Ubuntu 18.04.2 LTS **Issue description:** After writing to `b: StreamPeerBuffer`, `b.get_available_bytes()` returns zero and no data can be extracted. After assigning `b.data_array = b.data_array`, `b.get_available_bytes()` returns the c...
enhancement,documentation
low
Minor
474,071,342
rust
Add an option to avoid merging of calls to panic!()
Given code like: ```rust pub fn f(v: Option<u32>, k: Option<u32>) -> u32{ v.unwrap() + k.unwrap() } ``` Rust generates ```asm example::f: push rax test edi, edi je .LBB0_3 test edx, edx je .LBB0_3 mov eax, ecx add e...
T-lang,C-feature-request
low
Critical
474,114,481
create-react-app
Non-dead JavaScript is removed during build
<!-- Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo. If you're in a hurry or don't feel confident, it's fine to report bugs with less details, but this makes it less likely they'll get fixed soon...
issue: bug
low
Critical
474,139,918
flutter
Feature Request for a Synchronous way to Rasterize Images / Draw Pixels to Canvas
# Use case This feature request is about the [`Canvas` class in `engine/painting.dart`](https://github.com/flutter/engine/blob/master/lib/ui/painting.dart#L3105). As extensively discussed in #31598, using regular canvas operations to draw pixel data is *extremely slow*. This makes the only option we have decod...
c: new feature,engine,c: performance,c: proposal,P3,a: gamedev,team-engine,triaged-engine
high
Critical
474,154,178
go
cmd/compile: redundant moves and stack variables when function using bits.Add64 is inlined
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13beta1 linux/amd64 </pre> ### Does this issue reproduce with the latest release? ### What operating system and processor architecture are ...
Performance,NeedsInvestigation
low
Critical
474,159,011
pytorch
Enable PyTorch Bfloat16 for CPU and add MKL-DNN bfloat16 optimization for Cooper Lake
Enable PyTorch Bfloat16 for CPU and add MKL-DNN bfloat16 optimization for Cooper Lake ## Motivation Bfloat16 is a 16-bit floating point representation with same exponent bit-width as 32-bit floating point representation (FP32). It improves deep learning training performance by reducing both the computation and me...
module: performance,module: cpu,triaged
low
Major
474,171,769
godot
Loading heavy resources on demand
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.1.1 stable **OS/device including version:** All **Issue description:** I seek the ability to not have all "heavy" resources (like models, textu...
discussion,topic:core
low
Minor
474,182,238
flutter
Map bounds set with incorrect zoom level
## Steps to Reproduce Using `google_maps_flutter` ``` google_maps_flutter: dependency: "direct main" description: name: google_maps_flutter url: "https://pub.dartlang.org" source: hosted version: "0.5.19+2" ``` in `onMapCreated` immediately invoke ```dart mapController.mov...
p: maps,package,customer: vroom,team-ecosystem,has reproducible steps,P2,found in release: 2.0,found in release: 2.3,triaged-ecosystem
low
Major
474,188,400
pytorch
Build reconfiguration should consistently honor env variables
Per discussion here: https://github.com/pytorch/pytorch/pull/23323#issuecomment-515168182 We currently have (plainly == no additional build options passed in to setup.py) for clean tree: - configuration only: `--cmake-only` - configuration + build: invoke setup.py plainly For rebuild: - reconfigurati...
module: build,triaged
low
Minor
474,210,490
terminal
Don't resize the terminal buffer until dragging is released
Add a _setting_ to enable this behavior. Maybe the user might not want to reflow the buffer in real-time as they resize the window. Maybe they only want to have the resize occur when they _finish_ resizing. I'd love to see an E2E spec of this scenario before code starts getting written, because I feel it might b...
Issue-Feature,Help Wanted,Area-UserInterface,Product-Terminal
low
Minor
474,228,509
terminal
Lock and Unlock in conhost should decouple Ctrl+C dispatch and use smarter handling
The Lock and Unlock procedures in Conhost.exe are fraught with error. For one, we are using intricate details of how many recursive entries there are on the lock to count when it is fully unlocked and dispatch Ctrl+C events. We're not supposed to be dependent on the lock count at all. Additionally, there's multip...
Product-Conhost,Area-Server,Issue-Task
low
Critical
474,251,109
godot
AnimationNodeStateMachinePlayback Issues/Mistakes
**Godot version:** 3.1.1 **OS/device including version:** Windows **Issue description:** The state machine playback lack of methods and features and your single method hurt state machine concepts. Problems: - no methods for consume your transitions, making obrigatory use the raw parent class methods (gr...
bug,confirmed,topic:animation
low
Major
474,256,277
pytorch
MultiheadAttention output changes if input order is not exactly same
## 🐛 Bug I have trained a transformer model and the results seem to be wrong ## To Reproduce Steps to reproduce the behavior: 1. Train a model using the multi head attention (encoder only) 2. construct vector x = [x1,x2] and xx = [x3,x1] where x1, x2, and x3 are two inputs 3. calculate y = transformer(...
needs reproduction,module: nn,triaged
low
Critical
474,302,630
flutter
Add API to query main Isolate's stack trace
## Use case To identify performance bottlenecks of real user devices in the wild, we need a release-mode Flutter app to be able to use another Isolate to sample the main Isolate's stack trace. This is an ask from "customer: countless". They currently do similar things on Android using `Looper.getMainLooper().getThre...
c: new feature,framework,c: performance,dependency: dart,customer: countless,P3,team-framework,triaged-framework
low
Major
474,315,076
pytorch
Error from PyTorch when finalizing Python embedded in C++
## 🐛 Bug I have a C++ application with an embedded Python session, and I've observed that importing PyTorch causes strange errors when the program ends. From what I can tell, the problem emerges because I finalize Python during the program exit, after PyTorch's internal objects have already been destroyed. PyTorch ...
triaged,module: pybind
low
Critical
474,372,837
godot
Stretch Mode 2D, Mouse Position scaled incorrectly
**Godot version:** Release 3.1.1 (Latest) **OS/device including version:** Windows 10 **Issue description:** My project is configured at the resolution 1600x900. When the project is scaled up (I.E Fullscreen) the Viewport size is increased to 1920x1080. However, if the mouse is moved to the bottom right, the ...
bug,topic:core,confirmed,topic:input
low
Critical
474,375,394
go
x/mobile/bind/testdata/testpkg: Readasset() fails in ios
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.7 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture a...
NeedsInvestigation,mobile
low
Critical
474,377,045
pytorch
model use dilated conv backward in v1.1.0 is ~3x slower than in v0.4.1 on 1080Ti
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> we found backward time of model with dilated conv in v1.1.0 much slower than in v0.4.1 on 1080ti, but comparable on v100. ## To Reproduce ``` import torch import torch.nn as nn import time class Bottleneck(nn.Module): expans...
module: performance,module: cudnn,module: cuda,module: convolution,triaged
low
Critical
474,439,626
go
cmd/gofmt: canonicalize octal literals to the '0o' form
Go 1.13 adds the `0o` form for octal numbers: instead of writing `0644` we can write `0o644`. Gofmt is also changing to canonicalize `0O` to `0o`. We should go one step further and have gofmt canonicalize the old style of octal literals to the `0o` style: `0644` should be changed to `0o644`. Octal numbers are a s...
NeedsDecision
medium
Major
474,460,618
TypeScript
Translate JSX elements based on objects
When using a custom `jsxFactory`, it is currently only possible to use something that is a `string` or callable as the JSX element tag. I do not see a reason why there should be such limitation. In my use case I would like to use objects as "blueprints" for my jsx factory. **TypeScript Version:** 3.5.1 **Search ...
Suggestion,Domain: JSX/TSX,Awaiting More Feedback
low
Critical
474,468,784
flutter
PlatformView MotionEventDispatcher removes source from motion events.
As seen in the source code here: https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/rendering/platform_view.dart#L682 The source (e.g. touch screen, pointer,...) for motion events is set to 0. When implementing platform views, this stops certain 3rd party tools (such as Unity) to not recognise to...
framework,a: platform-views,c: proposal,P3,team-framework,triaged-framework
low
Minor
474,498,786
rust
Immutable reference can't be destructured from a mutable reference.
Just a minor papercut & inconsistency. [Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=1ad8eba40e76d644b07dba5ca4d48f5c): ```rust // Motivating example. let foo = &mut [0, 3, 2, 1]; foo.sort(); for &x in foo { println!("{}", x); } // Which of course doesn't work, becau...
T-lang,C-feature-request
low
Critical
474,503,660
go
x/crypto/ssh/knownhosts: can't verify host key if host certificate is sent
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.7 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture ar...
NeedsInvestigation
low
Critical
474,549,376
vscode
Add a shortcut or a button to restart extension host.
<!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> Right now if the extension host crashes we have to restart the editor , it would be awesome if we could add a button or shortcut for the same.
feature-request,extension-host
medium
Critical
474,666,671
godot
Can't create folder in a redirected folder on Windows
I'm using Godot on a Windows computer that uses redirected folders. I have saved the godot folder on C and used the _sc_ file to save everything in that folder. But, Godot can't seem to access anything outside of my redirected user folder and it can't create a folder within this folder structure. ![image](https...
bug,platform:windows,topic:editor
low
Minor
474,712,396
go
cmd/go: allow local replacements without a corresponding explicit requirement?
In [CL 153157](https://golang.org/cl/153157), I added code so that a module path that has a `replace` directive resolves to a pseudo-version of the form `vX.0.0-00010101000000-000000000000` rather than checking for upstream dependencies. That unblocks builds, but means that the module graph may indicate a commit tha...
NeedsDecision,modules
low
Minor
474,718,229
svelte
Debugging: Decouple debug logging from breakpoints
**Is your feature request related to a problem? Please describe.** Currently, using `{@debug}` statements to watch variables is an exercise in frustration when using Svelte to create apps (as opposed to developing Svelte itself) due to the `debugger` statements injected along with the console output unconditionally....
feature request,temp-stale
low
Critical
474,798,695
terminal
Divide by 0 exception in DimensionsTests::TestGetLargestConsoleWindowSize() & DimensionsTests::TestSetConsoleScreenBufferInfoEx()
_migrated from 21432343_
Product-Conhost,Area-Server,Issue-Bug
low
Minor
474,798,708
terminal
Several Dbcs Tests fail when "UseDx = 1"
_migrated from 21433270_
Product-Conhost,Area-Rendering,Issue-Bug
low
Minor
474,830,854
terminal
Make BeginResize a RAII thing
Uh, maybe this method should just return an RAII object that stops the resize when it is destroyed like what we envision good locks to do. _Originally posted by @miniksa in https://github.com/microsoft/terminal/pull/2149_
Product-Conhost,Issue-Task,Area-CodeHealth
low
Minor
474,836,777
flutter
Suppress Xcode warnings originating from Flutter plugins as pods in Flutter apps
## Use case Flutter plugins often contain code that causes Xcode warnings. These warnings show up in Flutter apps, but are not fixable by Flutter app developers. The sheer number of these warnings can hide actually fixable warnings. ## Proposal - Suppress warnings from Flutter plugins and Flutter engine in apps ...
platform-ios,tool,t: xcode,c: proposal,P3,a: plugins,team-ios,triaged-ios
medium
Critical