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 |
|---|---|---|---|---|---|---|
474,837,525 | terminal | Implement a helper function either in terminal or the textbuffer that allows easy movement of text from 1 location to another | DeleteCharacter and InsertCharacter both require moving text while retaining their text attributes. The logic used to do that movement should be put into a separate helper function so that other operations can make use of it as well.
_Originally posted by @PankajBhojwani in https://github.com/_render_node/MDIzOlB1b... | Product-Terminal,Issue-Task,Area-CodeHealth | low | Minor |
474,843,989 | TypeScript | ts2367 Comparing non-comparable types not detected with optional property | **TypeScript Version:** 3.6.0-dev.20190730 (also with 3.5.1)
**Search Terms:** compare types, comparable, always false comparison, optional property, properties
**Code**
```ts
enum X {
A= 'A'
}
function x(res: {action: string}):boolean {
return res === X.A // error
}
function y(res: {action: st... | Suggestion,In Discussion | low | Critical |
474,883,759 | vscode | String Settings UI: Multiple edits loses data on Save | Testing #77427
I can put multiple settings into edit mode. When pressing "Enter" to commit an entry, the data from the other settings is lost. Probably should only allow for editing of one setting at a time.
Repro:
* search for `validProper` settings to show the three `Valid Properties` settings:
 page says:
`7. Add this repository's bin directory to your path. That will let y... | tool,d: api docs,P3,team-tool,triaged-tool | low | Critical |
474,953,577 | flutter | Simple improvement to "flutter upgrade" for error situations | Flutter upgrade can result in:
```
Unable to upgrade Flutter: no origin repository configured. Run 'git remote add origin https://github.com/flutter/flutter' in /path/to/flutter/install
```
Attempting to add that remote as suggested can result in discovering it was already thee.
Here's a fix: `flutter chann... | tool,a: error message,P2,team-tool,triaged-tool | low | Critical |
474,997,751 | angular | Reactive Form is disabled but disabled property is false | <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
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,freq2: medium,area: forms,state: confirmed,forms: disabling controls,P3 | low | Critical |
474,998,164 | go | cmd/asm: can't store float32 in odd-numbered registers s1,s3,s5,... on GOARCH=arm | We lack the ability to store `float32` into odd-numbered single-precision floating point `sX` registers on `GOARCH=arm`.
The only way to access the floating-point registers is via the `F0, F1, ...` register names, and these correspond to the double-precision `float64` registers `d0, d1, ...`. If you write a 32-bi... | NeedsInvestigation,compiler/runtime | low | Critical |
475,084,284 | react | Warning for 'exhaustive-deps' keeps asking for the full 'props' object instead of allowing single 'props' properties as dependencies | <!--
Note: if the issue is about documentation or the website, please file it at:
https://github.com/reactjs/reactjs.org/issues/new
-->
**Do you want to request a *feature* or report a *bug*?**
BUG (possible) in `eslint-plugin-react-hooks`
**What is the current behavior?**
When I'm in CodeSanbox usin... | Type: Discussion,Component: ESLint Rules | high | Critical |
475,138,164 | create-react-app | Remove @babel/plugin-proposal-object-rest-spread from default babel configuration | ### Is your proposal related to a problem?
This has been suggested in other issues (notably #5310) and pull requests (#5331). The pull request was closed with the comment:
> Unfortunately, I still don't trust that this works correctly. There's zero harm in including this plugin to be safe, so let's leave it for n... | issue: proposal | low | Critical |
475,138,572 | TypeScript | Inconsistent type shown in QuickInfo in nested generic call | <!-- 🚨 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 |
475,159,395 | vue | nested v-slot is not reactive when using abbreviated syntax (v-slot on component itself) combined with an v-if/v-else | ### Version
2.6.10
### Reproduction link
[https://codesandbox.io/s/vue-template-j1w3r](https://codesandbox.io/s/vue-template-j1w3r)
### Steps to reproduce
In my example change the value by typing in the input field.
In the working example both values change.
In the not working example only the ne... | bug,has workaround | low | Minor |
475,161,820 | terminal | Only regenerate our .metaproj when the .sln changes | From #2168.
> This change could use some extra love - generating the metaproj takes a little while, as does parsing it. There might be a way to only generate the metaproj if it's changed, I didn't really investigate this, but presumably it could be done with a powershell script. I'll leave that for another work item... | Help Wanted,Area-Build,Product-Meta,Issue-Task | low | Minor |
475,163,222 | angular | routerLinkActive broken in ng-template Angular 8 | <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
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,freq2: medium,area: router,state: confirmed,router: directives,P3 | low | Critical |
475,165,683 | godot | Set frame of texture in particle2d | In 3.1, Godot has moved the animated frames for a texture to CanvasItemMaterial. I can set the amount of frames, but would like to set which frame of the texture is showing. Is there a `set_particle_frame` or something similar that I can use to manually change the particle frame with code? If not this would be a good ... | discussion,topic:rendering,documentation,topic:particles | low | Minor |
475,213,737 | vue | Component is re-renedered when DOM changes around it | ### Version
2.6.10
### Reproduction link
[https://codepen.io/Richm8/pen/VoWZQZ](https://codepen.io/Richm8/pen/VoWZQZ)
### Steps to reproduce
In the attached codepen, Open console and then click on the toggle button, you'll see that the created and destroyed hooks are called for the `logger` compone... | has workaround | low | Major |
475,221,723 | TypeScript | `deleteCount` param to `splice()` is not optional in es5 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... | Bug,Domain: lib.d.ts | medium | Critical |
475,254,018 | flutter | "no" locale should be autoconverted to "nb", or viceversa | Internal: b/292548354
It looks like 'nb' is not an officially deprecated locale name per the
flutter engine so perhaps we should be accepting it as a synonym for locale 'no'. | engine,a: internationalization,c: proposal,customer: quill (g3),P2,team-engine,triaged-engine | low | Minor |
475,254,951 | terminal | Bug Report: ConHost Caption BoundingRects dissapeared | # Environment
Caused by Accessibility PR: https://github.com/microsoft/terminal/commit/96496d8154113ae9e0bcbe47b4bbaf33a0d4e961
# Steps to reproduce
1. open ConHost
2. open inspect.exe
3. find caption buttons
# Expected behavior
bounding rects should appear over caption buttons
# Actual behavior
... | Product-Conhost,Help Wanted,Issue-Bug,Area-Accessibility,Priority-2 | low | Critical |
475,272,564 | flutter | Call GC before measuring the diff memory in our memory tests | To reduce false alarms like:
* https://github.com/flutter/flutter/issues/36079
* https://github.com/flutter/flutter/issues/35896
* https://github.com/flutter/flutter/issues/37176
* https://github.com/flutter/flutter/issues/37273
We may still measure the before-GC start/end memory to capture the GC performance. B... | team,engine,c: performance,perf: memory,P3,team-engine,triaged-engine | low | Major |
475,301,667 | flutter | CupertinoPicker and CupertinoDatePicker don't play the ticker sound | In iOS native, every picker (when sound is enabled) plays a slightly ticking noise along with the haptic feedback (which is already implemented). This should be added to the `CupertinoPicker` and `CupertinoDatePicker` as well.
Edit: also, the upper horizontal line in the focused item looks slightly different than th... | platform-ios,framework,f: date/time picker,a: fidelity,f: cupertino,platform-web,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-design,triaged-design | low | Major |
475,307,875 | flutter | AndroidView should have an option to not clip content | ```
[✓] Flutter (Channel master, v1.8.2-pre.242, on Linux, locale en_US.UTF-8)
• Flutter version 1.8.2-pre.242 at <install location>
• Framework revision 9bb7142ef7 (21 hours ago), 2019-07-30 14:45:00 -0700
• Engine revision c41bbc63d9
• Dart version 2.5.0 (build 2.5.0-dev.1.0 1e43d65d4a)
```
W... | c: new feature,platform-android,framework,a: platform-views,P3,team-android,triaged-android | low | Minor |
475,318,012 | rust | f32 formatter produces strange results | Test-case:
```rust
fn main() {
let f = 2147483648.0f32;
println!("{} | {}", f, f as f64)
}
```
I expected both to produce the same number, since that number is a perfectly representable `f32` value.
This bit me because I was investigating [an issue](https://bugzilla.mozilla.org/show_bug.cgi?id=157... | T-libs-api,C-bug,A-floating-point,A-fmt | medium | Critical |
475,359,615 | godot | Multiple calls to _init() for inherited scenes created via "Instance scene file as node" button (fixed in `master`) | **Godot version:**
3.1
**OS/device including version:**
macOS Mohave / Windows 10
**Issue description:**
When creating child scenes (ie. inheriting scene structure from a parent) by using the "Instance scene file as a node" button and then extending the script, the `_init()` function for the parent scene i... | bug,topic:core,confirmed | low | Major |
475,363,563 | godot | Improvement to tilemap editor with 3x3 autotile bitmask | **Godot version:** 3.1.1
**OS/device including version:** MacOS 10.14.4
**Issue description:**
When painting in the Tilemap editor in 3x3 autotile bitmask mode, corners are missing when diagonals are drawn.
The 3x3 bitmask has 9 bits per mask. This leads many to believe there are 2^9 = 512 bitmask combination... | enhancement,topic:2d | low | Major |
475,366,391 | flutter | "Lazy" builder for children of row, columns, expansion tiles, ect | ## Use case
I have a screen which scrolls, it is a `ListView.builder()` and its children are `ExpansionTile`'s. The list view builds it children as it needs, which is performant. However when the expansion tiles expand, showing a column with many children. These children are NOT built lazily as needed. This creates ... | c: new feature,framework,P3,team-framework,triaged-framework | medium | Major |
475,377,675 | godot | Collada importer introduces pops/hitches in animation due to interpolation bug | **Godot version:**
3.1.1
**OS/device including version:**
Windows 8.1
**Issue description:**
There appear to be 2 issues with the importer:
1) Even if the framerate in Blender and the framerate specified on the import are the same, godot attempts to interpolate some frames.
2) When frames are interpolate... | bug,confirmed,topic:import | low | Critical |
475,409,455 | rust | Tracking Issue for Iterator::try_find | Adds `try_find` to `Iterator`.
PR: https://github.com/rust-lang/rust/pull/63177
```rust
fn try_find<F, E, R>(&mut self, f: F) -> Result<Option<Self::Item>, E>
where
F: FnMut(&Self::Item) -> R,
R: Try<Ok = bool, Error = E>;
```
Open questions:
- [x] Decide on just-`Result`, vs potentially supporti... | T-libs-api,B-unstable,C-tracking-issue,A-iterators,requires-nightly,Libs-Tracked,Libs-Small | medium | Critical |
475,413,507 | flutter | Detecting physical power button press in flutter | Hello,
I need to detect a double click of the physical power button in flutter. I tried using this example code below, but when i run it throws this error:
```
I/flutter (13958): keyboardType: TextInputType(name: TextInputType.text, signed: null, decimal: null), dirty,
I/flutter (13958): dependencies: [_FocusMark... | c: new feature,framework,customer: crowd,P3,team-framework,triaged-framework | low | Critical |
475,415,101 | flutter | Improve the Flutter installation process | According to a recent user study, completing the installation process is associated with higher user retention.
Note: While flutter/website#7778 describes *ways to assist the users* during the installation process to help them complete the process, this issue describes *potential tooling changes* we can consider to ... | tool,framework,from: study,a: first hour,c: proposal,P3,team-framework,triaged-framework | low | Critical |
475,434,904 | flutter | [flutter_runner] flutter_runner tests migrate the fonts resources to engine tree | We still have not migrated the tests. Once we have them in our tree, move the dependent resources to the engine tree too. | customer: fuchsia,engine,P2,team-engine,triaged-engine | low | Minor |
475,436,327 | ant-design | The treeDefaultExpandedKeys attribute or treeExpandedKeys attribute of the TreeSelect component will not open child node when dynamic data | - [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/lsunflower/pen/MNoorR?editors=0010](https://codepen.io/lsunflower/pen/MNoorR?editors=0010)
### Steps to reproduce
Click the t... | Inactive | low | Major |
475,443,989 | rust | spurious error "cannot borrow `*x` as mutable more than once at a time" | ```rust
pub enum Foo<'a> {
A(&'a mut u8),
B(&'a mut Option<u8>),
}
pub fn foo(x: &mut Option<u8>) -> Foo {
match *x {
Some(ref mut y) if *y == 0 => Foo::A(y),
ref mut z => Foo::B(z),
}
}
```
([Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&... | C-enhancement,T-compiler,A-NLL,NLL-polonius | low | Critical |
475,450,577 | rust | Suggested improvements to `usage-of-qualified-ty` lint | Firstly, I don't even know why `ty::Ty` is a big problem... but I guess it's a readability choice someone made? Moreover, these lints had me stumped for a while.
* "Qualified" should probably read something like "Namespace-qualified" to be explicit.
* `Ty<>` should read `Ty`.
* The spans aren't great here. (They sho... | A-lints,T-compiler | low | Critical |
475,496,136 | TypeScript | Module Namespace Exotic Objects are incorrectly typed as if they have an Object prototype | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Suggestion,In Discussion | low | Critical |
475,554,574 | TypeScript | TS Language Server: JSX Attribute types autocompletion | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
<!-- List of keywords you searched for before creating this issu... | Suggestion,Domain: JSX/TSX,Domain: Completion Lists,Awaiting More Feedback | low | Critical |
475,570,381 | create-react-app | Async anonymous function get lost in production | ### Describe the bug
I have a function which calls an async anonymous function. Everything is fine in development but in production the relevant code is lost.
My code:
```
getPOIInformation = (index) => {
const activePOIObject = pois[this.state.activePOIIndex];
const properties = active... | issue: bug | low | Critical |
475,596,273 | flutter | [google_maps_flutter] Can't Keep Camera In Center When Rotating | GoogleMap behaves differently on iOS and Android when `scrollGesturesEnabled: false`.
On iOS it behaves as expected => zooming and rotating does not effect the CameraPosition, and the Marker stays always centered.
On Android it does **not** => the CameraPosition changes and the Marker does **not** stay centered.
... | framework,f: gestures,p: maps,package,team-ecosystem,has reproducible steps,P2,found in release: 2.0,triaged-ecosystem | low | Major |
475,606,794 | TypeScript | Project References and noEmitOnError | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
<!-- List of keywords you searched for before creating this issu... | Suggestion,Awaiting More Feedback | medium | Critical |
475,608,608 | TypeScript | Index signature alternative | ## Search Terms
* Index signature alternative
* Index signature
## Suggestion
An alternative of Index signature would be beneficial when you want to enforce, that all properties of an object must follow given pattern, without the need of `[key: string | number]: T1`.
My suggestion is to enable the use of `... | Suggestion,Awaiting More Feedback | low | Minor |
475,610,134 | TypeScript | Unexpected type assertion result | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.6.0-dev.20190801
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
- `type assertion absolute import`
- `type assertion i... | Needs Investigation | low | Critical |
475,625,314 | rust | Flag for stop interpreting code blocks as doctests | Code blocks inside documentation are interpreted as doctests by default. Sometimes the code is not for testing at all (for example, writing pseudo-code for an algorithm), and we can add `ignore` at the beginning of the code block.
However, even if `ignore` is added, `cargo test` still interprets the code block as do... | T-rustdoc,C-feature-request,A-doctests | medium | Major |
475,668,845 | flutter | Quickly entering text in a textfield with a slow TextInputFormatter may ignore keypresses | ```dart
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
// Identity formatter, with some slowness.
class SimpleTextFormatter extends TextInputFormatter {
SimpleTextFormatter();
static final instance = SimpleTextFormatter();
@override
TextEditingValue formatEditUpdat... | a: text input,framework,engine,P2,team-engine,triaged-engine | low | Major |
475,728,990 | pytorch | TorchScript GPU Fuser Doesn't Handle In-Place Operations | The performance of a TorchScript that handles the computation in the [Adam Optimizer](https://github.com/pytorch/pytorch/blob/master/torch/optim/adam.py) is worse than using the native PyTorch operations on CUDA.
### Background
I am trying to improve the GPU performance of the [Adam Optimizer](https://github.com/p... | module: performance,oncall: jit,triaged | low | Critical |
475,750,565 | flutter | [FadeInImage] Add support for images being loaded from memory | ## Use case
As a developer, I want to load images from memory (`Uint8List`) that also take a placeholder, and have a nice fade-in animation for the transition.
This is very useful when images are big, since `Image.memory` will flick when loading a big image, creating a very unpleasant experience.
## Proposal
... | c: new feature,framework,a: images,c: proposal,P3,team-framework,triaged-framework | low | Major |
475,751,568 | flutter | Crash running Android in emulation on x86 devices in libndk_translation.so | #16456. #16793 #4095 are all closed and #35920 does not look similar.
I just received the following **native crash** report from `Robo test, Nexus 6, Virtual, API Level 23` **and** `Robo test, Nexus7 clone, DVD 16:9 aspect ratio, Virtual, API Level 23` on `Channel master, v1.8.2-pre.229`:
```
*** *** *** *** ***... | c: crash,e: device-specific,platform-android,engine,customer: crowd,P3,team-android,triaged-android | high | Critical |
475,783,463 | pytorch | Accelerate PyTorch just-in-time compilation using MKL-DNN | ## 🚀 Feature
Accelerate PyTorch just-in-time compilation using MKL-DNN
## Motivation
PyTorch's just-in-time (JIT) compiler rewrites and runs Pytorch model at production-efficiency. MKL-DNN is built to accelerate deep learning applications in production environment. With the high performance primitives like conv,... | oncall: jit,feature,triaged,module: mkldnn | medium | Major |
475,792,038 | vscode | Support prompt for QuickPick as well as InputBox | I would like the createQuickPick and showQuickPick APIs to support a `prompt` field, the same way InputBox does, so I can show more information to the user that does not disappear when they begin to type. | feature-request,quick-pick | low | Minor |
475,832,266 | TypeScript | Incorrect inference of arrow function with intersected mapped type argument under strictFunctionTypes | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.6.0-dev.20190801
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** `inference` `intersection type` `strictFunctionTypes`
*... | Needs Investigation | medium | Critical |
475,840,695 | go | cmd/compile: review "expected expression" error messages | The compiler's parser (cmd/compile/internal/syntax) reports errors of the form:
```
syntax error: unexpected }, expecting expression
```
etc. Review these error messages; perhaps a form that uses `missing expression` is clearer.
| NeedsInvestigation,compiler/runtime | low | Critical |
475,843,794 | rust | Const validation rejects references that might be dangling (but could actually be valid at run-time) | Apparently it's undefined behaviour to use:
```
const gpio: &RegisterBlock = unsafe { (& (*lpc176x5x::GPIO::ptr())) };
```
but not undefined to use:
```
fn x() {
let gpio: &RegisterBlock = unsafe { (& (*lpc176x5x::GPIO::ptr())) };
(...)
}
```
with:
```
pub const fn ptr() -> *const gpio::Regist... | T-lang,C-feature-request,A-const-eval,needs-rfc,requires-nightly | high | Critical |
475,860,125 | pytorch | Bogus "Your compiler (clang++) is not compatible" message | I used `cpp_extension` on OS X and I got:
```
!! WARNING !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Your compiler (clang++) is not compatible with the compiler Pytorch was
built with for this platform, which is clang++ on darwin. Please
us... | module: build,triaged,module: macos | low | Minor |
475,882,452 | flutter | ui.Image.toByteData can't use the default rawRgba format if it's later used for Image.memory | To reproduce, run the app in https://gist.github.com/liyuqian/560c3edefe2bce147147a49db0ec4e98 and remove its PNG encoding specification (search for `!!!`).
My Flutter version is c8be195e953c0366592aa253baa774ef5b718eb6 when this issue is reproduced locally. This issue may have been there for a while. For example, c... | engine,a: images,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-engine,triaged-engine | low | Major |
475,917,338 | node | HTTP2 compatibility layer tries to write the header multiple times. | I was given this bug report:
https://i.imgur.com/YcJtGBJ.png
Yes, I was given just an image.
The issue is: this very same code runs smooth as butter for 4 years now on sites with great amounts of traffic and writing headers twice was NEVER and issue. The same poster said the person that he contacted insisted t... | http2 | low | Critical |
475,925,267 | kubernetes | Generated DeleteCollection methods make it impossible to use pagination correctly | DeleteCollection supports the full set of list options -- under the hood, it just calls the same List & ListPredicate machinery in the Store implementation. This means that it's perfectly viable to call DeleteCollection via REST calls directly with the pagination options (limit & continue), and, in fact, it behaves as... | kind/bug,sig/api-machinery,lifecycle/frozen,lifecycle/stale | low | Critical |
475,925,831 | go | encoding/json: marshaling RawMessage has poor performance | <!-- 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.6 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture a... | Performance,NeedsDecision | low | Critical |
475,929,769 | electron | Would like a way to open a separate devtools window instance for each worker | <!-- 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 | Critical |
475,951,516 | godot | Persistent connections are not saved when created with tools for non-editable children | **Godot version:** 3a6102a6f
**Issue description:** Suppose I have a scene and instanced the scene A with child B. Connecting a signal from B with the flag `CONNECT_PERSIST` will fail (silently) to actually persist unless `editable_children` is true for A.
**Steps to reproduce:** Call the connect function from an... | topic:core,topic:editor,documentation | low | Critical |
475,994,378 | pytorch | segmentation faults when using multiprocessing_context='spawn' with large number of processes | Pytorch version `1.2.0.dev20190801+cu100` running into problem using `multiprocessing_context='spawn'` in the DataLoader
It works for 48 processes over two machines using `spawn` or 384 processes using default method, but segfaults for 384 processes using spawn after warnings like this ([log](https://app.wandb.ai/ya... | oncall: distributed,module: multiprocessing,module: dataloader,triaged | low | Minor |
475,994,996 | pytorch | Using PyTorch on AWS EFA network | Opening this bug to collect PyTorch-side information needed to get PyTorch running on AWS EFA network.
AWS-side is on https://github.com/aws/aws-ofi-nccl repo.
Related bugs:
- PyTorch EFA performance optimization/settings: https://github.com/aws/aws-ofi-nccl/issues/19
- Default DataLoaders cause crash on EFA, m... | module: dependency bug,oncall: distributed,triaged | low | Critical |
476,047,409 | opencv | OpenCV failed due to "error C2039: 'min': is not a member of 'std'" under /permissive- + MSVC | Hi All,
OpenCV failed due to "error C2039: 'min': is not a member of 'std'" under /permissive- mode when built on MSVC. You use std::min, but don’t have <algorithm> included until later. Could you please help take a look at this? Thanks in advance!
**You can repro this issue as the steps below:**
1. git clone ... | category: build/install,category: 3rdparty | low | Critical |
476,058,420 | flutter | FlutterTextInputPlugin for iOS transfers unsupported NSUIntegers over MethodChannels | The FlutterTextInputPlugin for iOS sends NSUIntegers (unsigned integers) over MethodChannels, example (see composingBase, etc):
https://github.com/flutter/engine/blob/ab745140cd30bb9a85a7f59c641fad75d0d707be/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.mm#L590-L610
As long as the concrete NSU... | framework,engine,P2,team-engine,triaged-engine | low | Minor |
476,085,231 | pytorch | Failed to build pytorch ... |
```console
TORCH_CUDA_ARCH_LIST="5.2" BUILD_BINARY=1 USE_TENSORRT=1 BUILD_CUSTOM_PROTOBUF=0 USE_GLOO_IBVERBS=1 NAMEDTENSOR_ENABLED=1 BUILD_TEST=1 USE_MKLDNN=1 FULL_CAFFE2=1 python setup.py build
```
```console
-- Could NOT find CUB (missing: CUB_INCLUDE_DIR)
```
...
```console
-- Excluding image proces... | module: build,triaged | low | Critical |
476,088,709 | ant-design | Adding to the ValidateFieldOptions type to support the async-validator 1.11.3 addition of the suppressWarning option | - [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
This keeps ant-design in line with async-validator and removes those console warnings, particularly when testing, that pop up whe... | Inactive | low | Major |
476,097,940 | pytorch | nn.Module.forward signature with **kwargs | Hi there!
The other day I was working on improving `utils.checkpoint` module and I found out there is no way right now to pass `**kwargs `to checkpointed function. This is probably in order to by compliant with the `nn.Module.forward` method.
Now, I could not think about any argument against having `**kwargs` in... | module: checkpoint,module: nn,triaged,enhancement | low | Major |
476,122,888 | neovim | unibi_from_term called twice (via libtermkey and neovim) | When looking into https://github.com/neovim/neovim/issues/9071 I've found that `unibi_from_term` gets called twice usually:
https://github.com/neovim/libtermkey/blob/b7fe3af141c53cce71a244282b69ea860452120a/driver-ti.c#L413
https://github.com/neovim/neovim/blob/b92a5bc3c4bdfddfc21638556ace6ef3fd90155c/src/nvim/tui/tu... | performance,tui,complexity:low | low | Major |
476,164,104 | angular | A proposal to improve ReactiveFormsModule | # 🚀 feature request
### Relevant Package
This Proposal is for @angular/forms
### Description
The ReactiveFormsModule is pretty good, but it has a number of problems.
1. The module is not strongly typed
- See issues #13721 #27389 #27665 #25824 #20040 #17000 #16999 #16933 relating to controls
- Se... | area: forms,needs: discussion | high | Critical |
476,204,640 | storybook | CLI argument to open storybook to a specific story | **Is your feature request related to a problem? Please describe.**
I am frustrated when I have to search for the story I am looking for among the 1000 stories my storybook has.
**Describe the solution you'd like**
A CLI argument that would allow the storybook command to open to an existing story.
**Describe alt... | feature request,cli | medium | Major |
476,205,839 | scrcpy | create shortcut for apps | hi
is it possible to create shortcut for apps so that when you click on the shortcut directly opens a specific app like this

sorry for my english | feature request | low | Minor |
476,214,239 | rust | Allow `cfg(target="..")` | Looks like right now it's impossible to match on target triplet directly in `cfg` expressions. [Example](https://play.rust-lang.org/?version=nightly&mode=release&edition=2018&gist=d813a8c4576912ff2175eb4156f59606) (compile to WASM). Is it intentional? | A-cross,T-lang,C-feature-request | low | Minor |
476,215,249 | godot | C#/Mono Project don't run | **Godot version:**
3.1.1 Mono version
**OS/device including version:**
Fedora Linux 30 x64
Mono 6.0.0 x64
Msbuild 16.0.0.0 for Mono
**Issue description:**
I run the project using a C# script and not build.
```
[leonardo@fedora-notebook Godot_v3.1.1-stable_mono_x11_64]$ DRI_PRIME=1 ./Godot_v3.1.1-stable... | bug,platform:linuxbsd,topic:dotnet | medium | Critical |
476,229,220 | scrcpy | Is there a way to capture only a frame or screenshot rather than a video stream? | I am looking for a minimalized version of what the video stream part of scrcpy does.
It is apparently not so straightforward to take a screenshot of an android device outside of the android context. I imagine similar frustrations occurred while learning how to attain the video stream. Is there a way to only attain ... | screenshot | medium | Critical |
476,242,814 | rust | How to treat inert attributes on macro invocations? | Examples of inert attributes on macro invocations:
```rust
#[inert]
bang_macro!();
#[inert]
#[attr_macro]
struct S;
#[inert]
#[derive(DeriveMacro)]
struct S;
// Doc comments are also attributes (attribute literals if you wish).
/// Doc.
bang_macro!();
/// Doc.
#[attr_macro]
struct S;
/// Doc... | A-frontend,A-macros,T-lang | low | Major |
476,246,754 | go | cmd/compile: 'internal compiler error: bvbulkalloc too big' when compiling a file containing a large map | ```
$ go version
go version devel +2d6ee6e89a Thu Aug 1 20:37:08 2019 +0000 linux/amd64
```
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture are you using (`go env`)?
```
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/jg... | NeedsInvestigation,compiler/runtime | low | Critical |
476,248,240 | neovim | clipboard=unnamedplus : clipboard does not update during macro replay | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: v0.3.8
- `vim -u DEFAULTS` (version: 8.0) behaves differently? Yes. Hitting `<c-r>*` doesn't seem to work at all with `vim -u DEFAULTS`
- Operating system/version: Macos 10.14.5
- Terminal name/version: zsh
- `$TERM`: xte... | bug,performance,clipboard | low | Minor |
476,273,816 | youtube-dl | Method to allow writing of WARC file format as output. | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | request | low | Critical |
476,303,654 | terminal | Terminal Key-Map Sets for/from iTerm & other Terminals | # Description of the new feature/enhancement
> This feature request was requested by an early-adopter of Terminal at a review meeting.
It'd be great if Terminal could implement a set of key-mappings that mimic most/many of iTerm's most common key-mappings.
This would help users who're already familiar with iTe... | Issue-Feature,Area-Settings,Product-Terminal | low | Minor |
476,317,422 | go | sort: Float64Slice.Less does not treat -0 as less than +0 | Using Go1.12
Consider this snippet:
```go
fs := []float64{math.Copysign(0, +1), math.Copysign(0, -1)}
sort.Stable(sort.Float64Slice(fs))
fmt.Println(fs)
```
This currently prints:
```
[0 -0]
```
I expected this to print:
```
[-0 0]
```
Either this case be documented or we fix the `Float64Slice.Le... | NeedsDecision | low | Major |
476,341,440 | flutter | Provide a disableSwipe to PageView | It would be nice to have a simple boolean inside `PageView` (or inside the `PageController`?) to disable the swipe. This way only the `PageController` could control which page we are showing.
This is useful for onboarding forms, where we want to block the user from going forward if there any validation erros on the ... | c: new feature,framework,f: material design,f: scrolling,customer: crowd,c: proposal,P3,team-design,triaged-design | medium | Critical |
476,355,893 | go | cmd/compile: runtime.KeepAlive causes useless extra run-time overhead, even though it is an intrinsic? | <pre>
$ go version
go version devel +2d6ee6e89a Thu Aug 1 20:37:08 2019 +0000 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Did not check.
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary><br>... | NeedsDecision,compiler/runtime | low | Critical |
476,363,253 | pytorch | Wrong device in graph - Tensorboard SummaryWriter | ## 🐛 Bug
The TensorBoard graph always displays "CPU:0" as device placement. No GPU is shown.
## To Reproduce
Steps to reproduce the behavior:
1. Use the `torch.utils.tensorboard.SummaryWriter`
1. Move the `model` and input data `images` to the GPU (`cuda:0`)
1. Save the graph with `writer.add_graph(model... | triaged,module: tensorboard | low | Critical |
476,369,937 | three.js | Texture SubImage Interface | The current subimage interface is a little clunky:
renderer.copyTextureToTexture ( position : Vector2, srcTexture : Texture, dstTexture : Texture, level : Number ) : null
This means that in order to move textures around between atlases you have to pass a reference to a renderer around.
I worked with one of the... | Suggestion | low | Major |
476,374,591 | flutter | Change Flutter TODOs to not require a username, but to require an issue link. | The old syntax was:
```
// TODO(username): explanation, https://link/to/issue
```
But the link wasn't required.
The new syntax is:
```
// TODO: explanation, https://link/to/issue
```
Where the username is optional, and the link is required. | team,framework,engine,P2,team-engine,triaged-engine | low | Critical |
476,400,469 | vue | Create an ".async" modifier for event handlers | ### What problem does this feature solve?
In an event handler, one can easily mix property modifications and method calls (which is great), as in:
<span @click=" accumulator += fetchNextItem() ">do it</span>
However, if the called method is async, one need to actually wrap this code in an additional method l... | feature request,discussion | low | Major |
476,438,551 | rust | Rust code copyright situation is unclear | Edit 2020/11/27 - I've updated the title of this post to reflect that Rust's copyright is generally a mess. There are links throughout this thread to further details.
Original text:
The COPYRIGHT file is out of date.
This file extends back to the beginning of time and has rarely been updated. It mostly exists ... | P-high,T-core,A-licensing | medium | Major |
476,445,779 | TypeScript | Cannot assign property to same type with generic key | **TypeScript Version:** 3.6.0-dev.20190803
**Search Terms:** assigning keyof generic key
**Code**
```ts
type A = { a: number }
type B = { b: number }
interface Foo {
a: A
b: B
}
declare let target: Foo
declare let source: Foo
declare let key: keyof Foo
target[key] = source[key]
```
... | Suggestion,Experience Enhancement | medium | Critical |
476,450,259 | TypeScript | Suggestion: Use typeof of declaration to define its type | ## Search Terms
- infer variable declaration
- typeof declaration
- using typeof on current expression
- apply modifier to declaration
- generic declarations
<!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily -->
## ... | Suggestion,Awaiting More Feedback | low | Critical |
476,451,994 | flutter | Material text interactive selection uses buttonTheme | The Material interactive selection shouldn't use the `buttonTheme` or, at least, the theme should provide a flag to either use it in the interactive selection or not.
As it is, it's impossible to either use a custom `buttonTheme` (such setting `minWidth`, `height` and so on) without directly affecting the interactiv... | framework,f: material design,c: proposal,P3,team-design,triaged-design | low | Major |
476,454,525 | pytorch | [feature request] Core API for invertible/inplace and flow-like ops + memory-saving (hookless?) reversible sequential container for RevNets to allow for much larger batch-sizes in academic setting | Inplace BatchNorm seems to be developed by Mapillary here: https://github.com/mapillary/inplace_abn
This would be a very nice addition to core PyTorch (for memory savings).
cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @fritzo @neerajprad @alicanb @nikitaved @albanD @mruberry @walterddr @anjali411 @vincentqb... | high priority,module: distributions,feature,module: nn,triaged,needs design | high | Critical |
476,472,394 | PowerToys | Bring Windows SysInternals to PowerToys | With PowerToys getting a major upgrade soon, thanks to this GitHub page and Microsoft, it would be great to bring the old Windows SysInternals site content and apps onboard this new project.
SysInternals are, though old, still very beneficial for power users and IT professionals alike.
https://docs.microsoft... | Idea-New PowerToy,Status-In progress | medium | Critical |
476,475,134 | terminal | Feature Request: Scrollable map view for each tab [minimap] | <!--
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement.
2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl... | Issue-Feature,Area-TerminalControl,Area-Extensibility,Product-Terminal | low | Critical |
476,484,505 | neovim | winblend with opaque terminal | #### Terminal is transparent except for floating windows.
I'm not sure if this is a bug. In the snippet below, I create floating window, my terminal app is opaque, so I can see desktop background, that's not the case for floating window though.
- NVIM v0.4.0-1534-g24fb7eefa | Build type: Debug
- Operating system/... | bug,ui,highlight,floatwin | low | Critical |
476,488,408 | flutter | AnimatedContainer throws Exception when animating height with easeOutBack curve. | ## Steps to Reproduce
1. Create AnimatedContainer with height `25` and curve set to `Curves.easeOutBack`
2. change State to Animate it to `0`
3. the Exception/Error is thrown.
While transitioning height with the `easeOutBack` curve, flutter throws an Exception because height becomes negative at some point durin... | framework,a: animation,d: api docs,a: error message,P2,team-framework,triaged-framework | low | Critical |
476,491,565 | flutter | GPU performance degrades when rendering vectors each frame | This issue was brought to my attention via a Flare bug report here:
https://github.com/2d-inc/Flare-Flutter/issues/133
I've created an isolated test (without Flare) that seems to reproduce the problem. Here's a video:
https://drive.google.com/file/d/1R3y7UQqwL8hDQpMDgQ7gm5FXjoh5nJAf/view?usp=sharing
It's a cust... | platform-android,platform-ios,engine,c: performance,customer: crowd,customer: web10,customer: thrive,P2,team-engine,triaged-engine | low | Critical |
476,499,537 | opencv | matchTemplate with SQDIFF_NORMED clips at 1.0 | <!--
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
Please:
* Read the documentation to test with the latest de... | bug,category: imgproc | low | Critical |
476,518,034 | rust | rustc unable to interact with trait bound required by other required trait | This bug happens on `nightly-2019-08-01-x86_64-unknown-linux-gnu` and also a nightly I had from a month ago.
`rustc 1.38.0-nightly (8a58268b5 2019-07-31)`
I minimized my issue to the following ([playground link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=c06d680065267e09adc752a8318f03... | T-compiler,A-lazy-normalization | low | Critical |
476,528,197 | opencv | where to get the value range of property of VideoCapture::set(id, value)? | <!--
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
Please:
* Read the documentation to test with the latest de... | feature,priority: low,category: videoio | low | Critical |
476,530,719 | flutter | PageController.nextPage should have a default duration and curve | PageController.nextPage and PageController.previousPage should have a default duration and curve for animating the programmatic change of page. This makes the experience more standard and faster to program. | framework,f: scrolling,c: proposal,P3,has partial patch,team-framework,triaged-framework | low | Minor |
476,532,935 | flutter | PageView should have option to respond to Back Button on Android | PageView should have an option to go back to the previous page if the Back Button was pressed on Android. | c: new feature,framework,f: scrolling,P3,team-framework,triaged-framework | low | Major |
476,538,082 | PowerToys | Improved file tagging system | Tags are quite awkwardly implemented in Windows and don't seem to support many file types by default. It would be pretty neat to improve on this with a more accessible UI and things like color-coding. Being able to quickly access tags and view tagged files from the navigation pane would be nice too.
Maybe something ... | Idea-New PowerToy,Product-File Explorer | high | Critical |
476,538,274 | rust | The type-checker assumes that Trait<'a>::AssociatedType may be outlived by 'a, even with "where AssociatedType: 'a" | trait Trait<'a> {
type Ty;
fn method(ty_ref: &'a Self::Ty) where Self::Ty: 'a { }
}
fn caller<'a, T: Trait<'a>>(arg: &'a T::Ty) where T::Ty: 'a {
T::method(arg)
}
Compilation fails on the playground (for stable 1.36.0 and nightly 1.38.0) with this error:
Com... | C-enhancement,A-diagnostics,A-lifetimes,A-associated-items,T-lang,T-compiler | low | Critical |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.