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 |
|---|---|---|---|---|---|---|
458,132,124 | svelte | Docs: Add an example of modifying complex store data | People seems to be asking at regular intervals about how to update complex data in a store and, while it is relatively straight forward, we could add an example somewhere. Maybe in the tutorial. | popular,documentation | medium | Critical |
458,140,355 | flutter | Uncaught error handler is not threadsafe in Fuchsia embedder | In the `flutter_runner` embedder for Fuchsia, we landed mitigation to reduce the likelihood of a crash in the uncaught error handler when an uncaught exception is thrown immediately at/during shutdown. Related patch is https://fuchsia-review.googlesource.com/c/topaz/+/292831.
The error handling as originally landed ... | c: crash,customer: fuchsia,engine,P2,team-engine,triaged-engine | low | Critical |
458,146,290 | terminal | If we fail to open the settings file, display a message if it existed | A follow up from #1325.
In #1325's case, the file _did_ exist, but we failed to open it. In this case, we should display some sort of error dialog to the user, instead of blowing away the user settings with the defaults. | Area-UserInterface,Product-Terminal,Issue-Task | low | Critical |
458,152,961 | flutter | Make --observatory-port work for Add to app | Today, you can specify command line arguments in an iOS project that get passed through to the Engine and used, e.g. you can tell it to use a specific host port like so:

This isn't possible on Android tho... | platform-android,tool,a: debugging,c: proposal,P3,team-android,triaged-android | low | Major |
458,169,015 | TypeScript | Support --incremental with --module AMD | ## Search Terms
- module
- incremental
- AMD
## Suggestion
Support using the `--incremental` flag when outputting AMD modules.
## Use Cases
Projects that use the AMD module format should be able to get the performance benefits that come with `--incremental`. Currently testing locally it appears that us... | Suggestion,Awaiting More Feedback | low | Major |
458,222,237 | terminal | Support "Key Chords" in keybindings | Currently, we only support pressing a single key+modifiers to activate a keybinding action.
However, many text editors support "key chords" where the chord is a combination of multiple keys pressed in sequence. For example, in Visual Studio, the default keybinding for "Comment Code" is the chord `[ctrl+c, ctrl+k]`... | Issue-Feature,Help Wanted,Area-Settings,Product-Terminal | medium | Critical |
458,238,310 | flutter | Replacing TabController mid-animation throws exception | When trying to dynamically update the number of tabs with a new TabController, an exception is thrown because the animation library attempts to reach an AnimationController that is no longer available.
## Steps to Reproduce
Here's a [gist](https://gist.github.com/shihaohong/b5723a5902c6549cddbf6f1908255b83) with ... | c: regression,framework,f: material design,f: scrolling,has reproducible steps,a: null-safety,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Major |
458,253,171 | flutter | [iOS 13] New Text Editing Gestures | Several new gestures were announced at WWDC related to editing text:
| Gesture | Confirmed on iOS (not just iPadOS)? |
| -------------------------------------------|------|
| 3 finger pinch to copy | ✅ |
| Double 3 ... | a: text input,platform-ios,framework,a: fidelity,f: cupertino,customer: crowd,P2,team-framework,triaged-framework | low | Major |
458,257,906 | rust | Cannot coerce dyn AsRef | Really weird example:
```rust
use std::path::Path;
fn main() {
let boxed_path: Box<Path> = Path::new("test").to_path_buf().into_boxed_path();
let as_ref_works: &Path = boxed_path.as_ref();
//let lots_of_question_marks: Box<dyn AsRef<Path>> = boxed_path;
}
```
Uncommenting the last line gives:
... | A-diagnostics,T-lang,T-compiler,C-bug,A-coercions | low | Critical |
458,261,533 | opencv | Crash in Faster-RCNN Object Detection | Hello all,
I've been struggling with this for a while and i decided to share my issue here
I am trying to run custom object detection and i have the following system
System information (version)
TensorFlow => 1.13
Opencv => 4.1.0
Openvino 2019 R1
OS: Raspbian
##### Detailed description
I have trained ... | bug,category: dnn | low | Critical |
458,273,298 | TypeScript | Conflicting definitions for Set constructor causes unexpected default generic in TS 3.5 | **TypeScript Version:** 3.4.5 vs versions after 3.5
**Search Terms:** set constructor setconstructor unknown
**Code**
```ts
let s = new Set();
```
**Expected behavior:**
In TS 3.4: we expect the default chosen param to give us a `Set<{}>`.
In TS 3.5: we expect a `Set<unknown>`.
That change was an in... | Suggestion,In Discussion | low | Major |
458,279,202 | TypeScript | [Feature Request] Preserve comments when using Extract<keyof T, string> | <!-- 🚨 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
mapped type, preserve comment, keyof, Extract
<!-- List of ke... | Suggestion,Experience Enhancement | low | Critical |
458,364,487 | vue | Only last element is accessible using ref in template-based functional components inside v-for loops | ### Version
2.6.10
### Reproduction link
[https://codesandbox.io/s/vue-template-bqe44?fontsize=14](https://codesandbox.io/s/vue-template-bqe44?fontsize=14)
### Steps to reproduce
1. Create a functional component
2. Use that functional component inside a v-for
3. Add a ref binding to the functiona... | improvement,has workaround | low | Minor |
458,367,111 | pytorch | Mysterious Tensor Indexing Problem | ## 🐛 Bug
Indexing into a tensor with a 2d list of indices seems to fail sometimes, with a critical point when the number of indices is less than 32.
## To Reproduce
```python
import torch
def index_test(n):
M = torch.tensor([0.]*n) # Trivial example for illustrative purposes
idxes = [(a,) for a ... | high priority,module: error checking,triaged,module: numpy,module: advanced indexing,module: ux | low | Critical |
458,374,889 | create-react-app | Error: spawn cmd.exe ENOENT using WSL since 9.0.0 | ### Is this a bug report?
Yes
### Did you try recovering your dependencies?
Yes
### Which terms did you search for in User Guide?
cmd event.js ENOENT
### Environment
[Windows WSL]:
System:
OS: Linux 4.4 Ubuntu 18.04.1 LTS (Bionic Beaver)
CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2... | issue: needs investigation | medium | Critical |
458,390,343 | vscode | [folding] Fold current level | <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
As I want to view the method summary of class, I expect that I can fold all methods of class. I found these Fold Commands.
: The following assertion was thrown during performResize():
I/flutter ( 4342): RenderAndroidView object ... | c: crash,framework,a: platform-views,has reproducible steps,P3,platform-views: vd,workaround available,a: plugins,team-framework,triaged-framework,found in release: 3.19,found in release: 3.21 | low | Major |
458,415,305 | godot | [GDScript] TextEdit cursor_get_column() and cursor_get_line() misbehaving | **Godot version:**
3.1.1 stable official
**OS/device including version:**
Windows 10 x64 version 1709
**Issue description:**
In-editor embedded TextEdit plugin function cursor_get_column() and cursor_get_line() always returns the last possible column and line, respectively. Bug is editor-only, in-game both ret... | bug,topic:editor,topic:plugin | low | Critical |
458,564,119 | flutter | Expose a way to detect System UI overlay changes. | Currently [`SystemChrome`](https://api.flutter.dev/flutter/services/SystemChrome-class.html) doesn't expose any methods to check whether the status bar and/or system navigation buttons are visible/hidden.
After some digging I found out that both Android and iOS expose similar native functionality (ios only for status ... | c: new feature,platform-android,platform-ios,framework,would be a good package,c: proposal,a: layout,P3,team-framework,triaged-framework | low | Major |
458,593,758 | vscode | Allow QuickPicks to show right-aligned text like "recently opened" in the command palette | Extensions can't currently render text like "recently opened" here, but it'd be nice if we could.
<img width="659" alt="Screenshot 2019-06-20 at 12 09 46 pm" src="https://user-images.githubusercontent.com/1078012/59845114-77536200-9354-11e9-9d3f-c434b4820465.png">
This was raised in https://github.com/microsoft/v... | feature-request,quick-pick | low | Major |
458,601,861 | flutter | How to change background color of BottomNavigationBarItem(child) when user pressed? Not change all of navbar color | I want every menu that I click will change color for each menu that is clicked, not for the entire color background of the nav bar.
Like the example below:
[Here](https://i.stack.imgur.com/dXGaz.png)
When a user clicks on the "Near Me" menu then the box on the menu will change color. But for the background/colo... | c: new feature,framework,f: material design,d: api docs,P3,workaround available,team-design,triaged-design | medium | Critical |
458,626,918 | godot | Strange visibility button highlight when project is start | **Godot version:**
3.2.dev.custom_build. c6507933a
**Issue description:**
When project is running(and probably when errors occurs), when I try to click at the visibility button, then highlight show in unexpected places
 -> u8 {
(((((x as u64) * 0x... | A-LLVM,I-slow,O-x86_64,T-compiler,C-bug,O-x86_32 | low | Major |
458,642,772 | rust | Please support using wait4 for Child and Command | On Linux, the `wait4` system call provides all the same information as `waitpid`, but additionally returns a `struct rusage` containing the resource usage of the child process. I'd love to have Child and Command provide a platform-specific extension trait that uses `wait4`, and then returns the `struct rusage` in addit... | O-linux,T-libs-api,C-feature-request | low | Minor |
458,645,949 | rust | Lint for `&String::into(): String` on final use of input string | PR #59825 added a `impl From<&String> for String`.
While perusing the `rustc` source, I am now seeing instances of `String` values being constructed and then passed via-reference into a function that wants a `String`. These would not have compiled without the change added by PR #59825.
It might be worthwhile to t... | A-lints,T-lang | low | Minor |
458,665,631 | flutter | Return the current extent to which a drawer is opened | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | c: new feature,framework,f: material design,P3,team-design,triaged-design | low | Critical |
458,705,986 | pytorch | nn.modules.functional.h does not support optional arguments | ## 🐛 Bug
FunctionalImpl binds a function one-to-one with its' arguments and does not allow to add new optional argument. If you add not-optional argument, it will break BC.
## To Reproduce
Steps to reproduce the behavior:
1. I changed signature of avg_pool2d method, added optional argument
2. Got failure... | module: cpp,module: nn,triaged | low | Critical |
458,763,042 | flutter | CircleBorder sizing doesn't match the size of the enclosed Text | ## Steps to Reproduce
Create a `RaisedButton` like this:
```dart
RaisedButton(
child: Text('Click me'),
onPressed: () {},
shape: CircleBorder(),
)
```
The button does become circular, but it's sized after the height of the text, not the width:
 is showing the mouse on the phone screen. The keyboard for DeskDock also works great and allows shortcuts to work (such as CTRL + left/right/backspace.)
Thank you! | feature request | low | Major |
458,834,875 | pytorch | Have a different way to check if gradient was computed in the optimizer (not checking for None) | ## 🚀 Feature
The feature I want is to be able to check if the gradient was actually computed or not for a specific parameter in the optimizer, instead of checking if the gradient is None (as done currently).
## Motivation
The motivation in my case comes from trying to implement some code that is doing multi-task ... | feature,module: autograd,module: optimizer,triaged | low | Critical |
458,848,247 | TypeScript | Add a flag for disabling all extensions | Sometimes, server extensions cause server crashes. After a limited number of restarts/retries in the default state, it might make sense for the editor to make a final attempt with a no-extensions flag. | Suggestion,In Discussion,API,Domain: TSServer | low | Critical |
458,881,935 | pytorch | SigAbort while running the Caffe2 unit test - thread_init_test - built on Clang7 +glibc 2.23 | ## 🐛 Bug
SigAbort while running the Caffe2 unit test - thread_init_test - built on Clang7 +glibc 2.23
## To Reproduce
Run the Caffe2 unit tests
.jenkins/caffe2/test.sh
## Execution dump
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (1 ms total)
[ PASSED ] 1 tes... | caffe2 | low | Critical |
458,904,645 | flutter | `flutter run` should pause and retry on iOS device lock | Customer request from Q2 survey:
>Please make `flutter run` wait if the iOS device is locked, instead of exiting. Because Flutter exits, you have to rebuild everything again. | platform-ios,tool,customer: crowd,t: xcode,P3,team-ios,triaged-ios | low | Major |
458,926,547 | pytorch | Cannot update part of the parameters in DistributedDataParallel. | ## 🐛 Bug
When I use multiple GPU while the loss is calculated by only part of the parameters. I get the following errors. Use only one GPU works well.
## To Reproduce
Steps to reproduce the behavior:
Define a network in which the loss only depends on part of the parameters. We get:
```
RuntimeErr... | oncall: distributed,triaged | medium | Critical |
458,926,604 | go | cmd/go: test coverage output twice | <!-- 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>
### What did you do?
```
$ go test -json -cover ./...
```
### What did you expect to see?
Coverage statements... | help wanted,NeedsInvestigation | low | Minor |
458,970,561 | rust | if/while Some(n) = &mut foo sugar will leak a temporary mutable borrow to current scope in particular situation | [Same Code in the Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=b8592ca63a5f3b37a838cf65f3e665be)
```rust
pub struct Demo {
foo: Option<Box<Demo>>,
}
// Compiles
pub fn foo1(mut a: &mut Demo) {
if let Some(ref mut b) = a.foo {
a = b;
}
a.foo = N... | A-lifetimes,A-borrow-checker,T-compiler,C-bug | medium | Critical |
459,001,064 | flutter | Add key for BottomNavigationBarItem | I have check this link:
https://github.com/flutter/flutter/blob/master/packages/flutter/test/material/bottom_navigation_bar_test.dart
It use `tester.tap` to drive one of BottomNavigationBarItem. but It is not very convenient if app support localization.
I think it add key can more flex to test. | a: tests,framework,f: material design,P2,team-design,triaged-design | low | Major |
459,032,702 | rust | Output executable crashes with relocation-model=static | The following code crashes with "relocation-model=static" on linux x86-64, reproducible.
```
#![feature(nll)]
fn main() {
fn divide(numerator: f64, denominator: f64) -> Option<f64> {
if denominator == 0.0 {
None
} else {
Some(numerator / denominator)
}
... | O-linux,T-compiler,C-bug | low | Critical |
459,044,657 | go | proposal: cmd/go: allow 'go get -u' to upgrade the targets of replacements | <!-- 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.5 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture a... | Proposal,NeedsInvestigation,FeatureRequest,modules | medium | Critical |
459,137,118 | electron | Improve `app.showAboutPanel()` on Linux | <!-- 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 |
459,179,270 | go | cmd/go: running `go generate` with go tool with different GOROOT fails | <!-- 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 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are ... | NeedsInvestigation,GoCommand | low | Critical |
459,200,871 | go | cmd/go: go fmt fails in symlinked directory | <!-- 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 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
If latest release is go 1.12 then yes
### What operating system... | NeedsInvestigation | low | Critical |
459,222,249 | go | x/tools/imports: pathological behaviour when package result is in same module | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version devel +44c9354c5a Fri Jun 21 05:21:30 2019 +0000 linux/amd64
$ go list -m golang.org/x/tools
golang.org/x/tools v0.0.0-20190620191750-1fa568393b23
$ ... | NeedsInvestigation | low | Critical |
459,301,352 | go | x/net/http2: handle the case of more content received than was declared by server in content-length headers | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
1.12
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
<d... | NeedsDecision | low | Critical |
459,308,433 | flutter | Slight flicker on the screen when loading from app overview on Android | When switching between apps to an app created by flutter on an Android 9.0 device, there might be a short shadowy (so the screen is not completely black) flicker of the screen that the app shows.
This can be reproduced by any app as far as I am aware.
1. Create a basic app by using `flutter create app` followed by... | platform-android,engine,customer: crowd,c: rendering,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-android,triaged-android | low | Critical |
459,316,920 | godot | Inspector leaks memory when inspecting Remote scene tree | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if non-official. -->
3.1.1
**OS/device including version:**
<!-- Specify GPU model and drivers if graphics-related. -->
Wi... | bug,topic:core,topic:editor,confirmed | low | Critical |
459,373,301 | rust | Tidy doesn't check for unused extern crates | Since 44a01b8a54b078d15620d1133b94ee21ee7a6915, tidy no longer emits unused crate warnings -- i.e., Cargo.toml has a dependency but the associated library does not. Due to use of 2018 edition implicit imports, this is no longer an easy thing to do (any file within the crate can use the crate, and extern crate isn't req... | T-bootstrap | low | Minor |
459,382,043 | go | cmd/cgo: documentation for C.GoString could be more complete | Documentation for `C.GoString()`, `C.GoStringN()`, and `C.GoBytes()` should probably explicitly document behaviour for "special" values (e.g. `NULL` pointer, negative integers).
https://golang.org/cmd/cgo/#hdr-Go_references_to_C
#### System details
```
go version go1.12.6 linux/amd64
GOARCH="amd64"
GOBIN=""... | Documentation,help wanted,NeedsFix,compiler/runtime | low | Major |
459,392,787 | terminal | A few StateMachine unit tests don't fully test what they purport to | I'm not sure if this is right place to report this, because it's not a bug in the app itself, but it's an issue I noticed in the unit tests, which I think may be considered a bug.
As a specific example, consider the [`TestCursorKeysMode`](https://github.com/microsoft/terminal/blob/9b92986b49bed8cc41fde4d6ef080921c41... | Product-Conhost,Help Wanted,Issue-Task,Area-CodeHealth | low | Critical |
459,393,877 | youtube-dl | Is it possible to abort if one of the formats is unavailable? | ## Checklist
- [x] I'm asking a question
- [x] I've looked through the README and FAQ for similar questions
- [x] I've searched the bugtracker for similar questions including closed ones
## Question
When I request a download from Youtube in formats "137,140" (for video and audio, without merging, because it is l... | question | low | Critical |
459,415,327 | flutter | Inline Widgets should have modified/ignore safe area changes for keyboard. | When nesting a whole app inline, bringing up the keyboard causes the app to display a big empty area corresponding to the safe area.
This safe area may or may not be relevant for the inlined app.
 bool // Is th... | NeedsInvestigation,FeatureRequest | low | Critical |
459,446,867 | create-react-app | can not create react app Unexpected end of JSON input while parsing near '...webpack-dev-middlewar' | <!--
PLEASE READ THE FIRST SECTION :-)
-->
### Is this a bug report?
(write your answer here)
yes
<!--
If you answered "Yes":
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'... | issue: needs investigation | high | Critical |
459,461,835 | terminal | Feature Request: Smoothly scroll in new lines | # Summary of the new feature/enhancement
Some hardware terminals allowed smoothly scrolling in new lines. It should be possible to implement this kind of feature in a software terminal emulator as well.
YouTube demonstration (VT525 smooth scrolling):
https://www.youtube.com/watch?v=Iju_pOQM0a0 | Issue-Feature,Help Wanted,Area-Rendering,Area-TerminalControl,Product-Terminal | medium | Critical |
459,472,143 | rust | Lifetime error's span is extremely unhelpful | # Without explicit lifetime
```
error[E0621]: explicit lifetime required in the type of `expr`
--> typescript/checker/src/analyzer/expr.rs:14:84
|
14 | pub(super) fn type_of<'e>(&'e self, expr: &Expr) -> Result<TypeRef<'e>, Error> {
| _______________________________________________-----________... | C-enhancement,A-diagnostics,A-lifetimes,T-compiler,E-needs-mcve,D-papercut | low | Critical |
459,476,828 | terminal | Feature: Add support for Infinite Scrollback | # Summary of the new feature/enhancement
I know at least gnome-terminal supports infinite scrollback as a checkbox option in profile settings; it would be great to have that here (I'd love to be able to replace X server+gnome-terminal for WSL).
I checked to make sure that there wasn't an issue for this already, and... | Issue-Feature,Area-TerminalControl,Product-Terminal | high | Critical |
459,494,553 | flutter | Support shorter dev/testing cycles | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | a: tests,c: new feature,framework,P3,team-framework,triaged-framework | low | Critical |
459,497,532 | godot | select multiple particle2d and change same property bug | **Godot version:**
3.1.1
**OS/device including version:**
mac 10.14.4
**Issue description:**
can't change all selected particle2d's property at the same time.
**Steps to reproduce:**
1. select two or three particle2d node.
2. change the gravity of them.
3. check each other gravity , found that only o... | enhancement,topic:editor,usability,topic:particles | low | Critical |
459,514,240 | terminal | Mouse pointer should be text and not arrow one | <!--
This bug tracker is monitored by Windows Terminal development team and other technical folks.
# Environment
```none
Windows build number: 10.0.18362.175
Windows Terminal version (if applicable): 0.2.1715.0
Any other software?
```
# Steps to reproduce
Move the mouse over some text inside the termin... | Help Wanted,Area-TerminalControl,Product-Terminal,Issue-Task | medium | Critical |
459,518,205 | terminal | Feature Request: CornerRadius on Cursor Shape | # Summary of the new feature/enhancement
When setting the cursor shape to **filledBox** or **vintage**, it would be nice if you could round the corners of that shape.
# Proposed technical implementation details (optional)
If the cursor is drawn from a shape, then you could add a setting for `cursorCornerRadius... | Help Wanted,Area-Rendering,Area-Settings,Product-Terminal,Issue-Task,good first issue | low | Major |
459,529,706 | rust | E0515 searching internet for the phrase "owned value" does not give helpful results | https://doc.rust-lang.org/error-index.html#E0515
> Consider returning an owned value instead:
Searching for this phrase does not define it within the first page of a google search. | C-enhancement,A-docs | low | Critical |
459,542,018 | scrcpy | QtScrcpy | Amazing project. Thank you!
I reimplemented scrcpy with different technology stacks (Qt + Opengl) and added something:
- an interface for interaction.
- connecting multiple devices to the same application
Of course I want to share it. [QtScrcpy](https://github.com/barry-ran/QtScrcpy)
 essentially duplicate each other. And Rust already depends on `rand` (via `tempfile`) which in v0.7 will use `getrandom`. So I think it makes sense to use a single implementation, to keep work on correctly retrieving system entropy focused in o... | C-enhancement,T-libs-api | medium | Major |
459,591,851 | terminal | Feature Request - Extend Scheme Features | # Summary 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).
-->
Allow stylistic properties of a profile to be set by a scheme so these properties do not need... | Issue-Feature,Area-Settings,Product-Terminal | low | Minor |
459,601,690 | neovim | digraph insertion replaces next character temporarily | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: v0.4.0-474-gdfb7f6b34
- Vim (version: 8.1) behaves differently? no
- Operating system/version: Ubuntu
- Terminal name/version: conhost 18362
- `$TERM`: xterm-256color
### Steps to reproduce using `nvim -u NORC`
```
nv... | enhancement,display,core | low | Minor |
459,604,265 | flutter | Improve rendering of rectangular icons | ## The problem
Any non trivial app is likely to use external icon packages, like FontAwesome, which not always have perfectly squared icons. Unfortunately, rectangular icons are not guaranteed to be rendered correctly and in fact they're not. For example, they are not properly centered: https://github.com/flutter/flut... | framework,f: material design,a: quality,customer: crowd,P2,team-design,triaged-design | low | Major |
459,607,018 | godot | Better node boundary box identification | There might be some confusion when working with certain nodes that involve placing control points (such as Path2D) and the node's boundary box:

This is what a newly created Path2D node looks like - is th... | enhancement,topic:editor,usability,topic:2d | low | Minor |
459,609,119 | create-react-app | Allow recovery from invalid ~/.yarn/bin/create-react-app | ### Is this a bug report?
Is an enhancement request (your template doesn't cover this as enhancement requests are neither bugs, nor questions or discussion).
### Did you try recovering your dependencies?
Doesn't apply afaik (see steps to reproduce)
### Which terms did you search for in User Guide?
None, I'm su... | issue: proposal | low | Critical |
459,609,870 | pytorch | ASSERT FAILED at /pytorch/torch/csrc/autograd/generated/VariableType_0.cpp:12721 | ## 🐛 Bug
I am trying to run code for a TCAV score from Google Brain. I am using this code [here](https://github.com/MotJuMi/TCAV) for a PyTorch implementation. I am running into the following error which suggests I report the bug. This is all being done on Google Colab as well.
This is the error contained in ... | triaged,module: assert failure | low | Critical |
459,615,235 | terminal | Feature Request: Option for ColorTool to read color theme from registry like conhost | # Summary of the new feature/enhancement
The new Windows Terminal should have an option to set "HKCU\Console" as the source of its color theme instead of specifying the colors in the JSON.
If this were to be the default setting it would make transitioning easier as a users previously customized theme just carries... | Issue-Feature,Product-Colortool,Help Wanted,Area-Settings | low | Minor |
459,618,513 | TypeScript | parseInt: use more concrete type for `radix` argument | ## Search Terms
parseInt, radix
## Suggestion
From MDN docs:
`radix: An integer between 2 and 36 that represents the radix`
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseInt#Parameters
TS definition (lib.es5.d.ts):
```ts
declare function parseInt(s: string, radix?... | Suggestion,Awaiting More Feedback | low | Critical |
459,663,422 | ant-design | [Message] - Option 'closableOnHover' to prevent closing of message affected by mouse | - [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.
### What problem does this feature solve?
Current version of message will not close according to the 'duration' set when I mouse over on it. Having an option to enable/dis... | help wanted,Inactive | low | Minor |
459,712,166 | go | x/crypto/acme: Bad error description if website reject authorization query | 1. Website reject authorization from Lets encrypt with 403 error.
2. Lets encrypt can't authorize domain and return error.
3. Library error return description ""acme: authorization error for : " in err.Error() after WaitAuthorization <-- PROBLEM
Ideal description in error I see as:
"acme: authorization error for ... | NeedsInvestigation | low | Critical |
459,784,834 | pytorch | Automatic rank selection when using file:// initialization method | ## 🚀 Feature
Process rank can be automatically determined when using the `file://` initialization method.
## Motivation
This used to be possible prior to version 1.0. There is no specific reason NOT to support this and makes for easier usage when running multiple processes on the same machine.
## Pitch
... | oncall: distributed,triaged,enhancement | low | Minor |
459,793,147 | terminal | Feature Request - MP4 backgrounds | # Summary of the new feature/enhancement
Currently, GIF animated backgrounds are supported. I'm not sure what other formats are - but mp4 would be great. I'm using a ~110MB gif and it uses ~10% CPU - the mp4 would be much smaller.
| Issue-Feature,Help Wanted,Area-Settings,Product-Terminal | low | Major |
459,801,821 | go | x/tools/gopls: provide function that gives list of candidate imports matching pattern | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version devel +44c9354c5a Fri Jun 21 05:21:30 2019 +0000 linux/amd64
$ go list -m golang.org/x/tools
golang.org/x/tools v0.0.0-20190620191750-1fa568393b23
$ ... | NeedsInvestigation,FeatureRequest,gopls,Tools | medium | Critical |
459,826,131 | godot | [Bullet] Adding a high amount of physics bodies is significantly slower with Bullet compared to GodotPhysics | Godot version: Godot 3.1.1
OS/device including version: Windows 10
Issue description:
When I'm adding 100,000 StaticBodies to the scene, each with CollisionShape, and set on each CollisionShape.disable to true, I have 1 FPS. But when I change to GodotPhysics, I have stable 60 FPS.
Event better, if I use GodotPhy... | bug,topic:physics,topic:3d,performance | low | Major |
459,903,717 | vue | Can't use the new v-slot syntax inside a template tag that is there only for conditional purposes | ### Version
2.6.10
### Reproduction link
[https://codesandbox.io/s/vue-template-9r28t](https://codesandbox.io/s/vue-template-9r28t)
### Steps to reproduce
Visit the repo and check out the template compilation error for `App.vue`. Remove the `<template v-else>` to get rid of the error.
### What is expected?
... | improvement | low | Critical |
459,924,215 | flutter | Separate callbacks for TextEditingController's text and selection | ## Use case
I need to re-populate a list with results of search based on user typing
When the edit gets (de-)focused the TextEditingController's event is triggered as if the actual content changed.
## Proposal
Change TextEditingController so that it has two callbacks instead of one.
Assume it should also fix... | a: text input,c: new feature,framework,P3,team-framework,triaged-framework | low | Minor |
459,969,830 | TypeScript | import ConstJson from './config.json' as const; |
## Suggestion
The ability to get const types from a JSON configuration file.
If the json is:
```json
{
"appLocales": ["FR","BE"]
}
```
I want to import the JSON and get a `{appLocales: "FR" | "BE"}` type instead of `string`
As [suggested here](https://github.com/microsoft/TypeScript/issues/32063#issuecomment-1... | Suggestion,Awaiting More Feedback | high | Critical |
459,979,066 | pytorch | [dataloader] SIGCHLD handler should poll the queue for exception first | Otherwise it may cause weird exception prints like
```
#Traceback (most recent call last):
# File "<string>", line 1, in <module>
# File "/miniconda/lib/python3.7/multiprocessing/spawn.py", line 105, in spawn_main
# exitcode = _main(fd)
# File "/miniconda/lib/python3.7/multiprocessing/spawn.py", line 115, i... | module: dataloader,triaged | low | Critical |
459,999,127 | TypeScript | please document project references and outdir | Really really unclear documentation regarding the behavior of "project references" and outDir.
I can't believe how unclear this is -- please please tell me how I'm supposed to do this ...
```
> checkmate-node-monorepo@0.0.1 build /Users/ncohen/software/itsacheckmate.com/Web
> tsc --build --verbose
[11:01:... | Docs | low | Critical |
460,011,777 | TypeScript | Some types are incorrectly assignable from a generic distributive conditional type | **TypeScript Version:** 3.5.1
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** generic conditional distributive assignable from
**Code**
```ts
type Keys<T extends object> = T extends unknown ? keyof T : never;
function f<T extends object>(k... | Bug | low | Critical |
460,028,204 | neovim | Decouple cursor from UI, allow more instances. | <!-- Before reporting: search existing issues and check the FAQ. -->
This is a feature request.
- `nvim --version`: all, up to current (v0.4.0-1078)
- Vim (version: ) behaves differently? No. Same behavior in Vim
- Operating system/version: all
- Terminal name/version: n/a
- `$TERM`: n/a
### Steps to repro... | multicursor | low | Major |
460,041,838 | TypeScript | JavaScript rename not working for JSDoc param name for function assignment | Issue Type: <b>Bug</b>
1. Try to rename **`item`** (at any place)
1. **`item`** in code successfully renamed while JSDoc name stayed the same
```js
/**
* @param {*} item
*/
let f = function (item) {}
```
VS Code version: Code - Insiders 1.36.0-insider (9ff8ae037e8e6109d65e4b5e3eb3dc60cc187e21, 2019-06-... | Bug | low | Critical |
460,050,914 | pytorch | [jit] Optional type refinement on non-named expressions | Right now we only do type refinement on `TK_VAR`s in the compiler, we should expand this to be more general, these examples below don't currently work:
Refinement on an attribute:
```python
class M(torch.jit.ScriptModule):
def __init__(self):
super(M, self).__init__()
self.id = jit.Attribu... | oncall: jit,triaged,TSRootCause:TypeRefinement,TSUsability | low | Minor |
460,053,535 | material-ui | Add ScrollSpy component | <!-- Checked checkbox should look like this: [x] -->
- [x] This is not a v0.x issue. <!-- (v0.x is no longer maintained) -->
- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
## Expected Behavior 🤔
Like [zurb's Magellan]... | new feature,waiting for 👍 | medium | Critical |
460,058,249 | terminal | Feature Request: Mouse/Touch/Pointer Bindings (like middle-click paste, right-click context menu, etc.) | # Summary of the new feature/enhancement
Expand settings to be able to define remappable mouse bindings. Arguably, different touch events should fall under this too. So let's just call this "pointer bindings" for now.
# Proposed technical implementation details (optional)
Mouse bindings are a bit trickier ... | Help Wanted,Area-Input,Area-TerminalControl,Area-Settings,Product-Terminal,Issue-Scenario | high | Critical |
460,064,725 | angular | [Elements] Slots working for an angular Element, but not Component |
# 🐞 bug report
### Affected Package
not sure
### Is this a regression?
No, I think this has been there for a while (see https://github.com/angular/angular/issues/24859)
### Description
With Elements supporting Shadow Dom v1 the angular elements appropriately slot content being passed to them. H... | type: bug/fix,area: core,area: elements,state: confirmed,core: content projection,P3 | low | Critical |
460,100,869 | godot | Using class_name in a newly created script does not register it in the node creation dialog, if under addons/ (unless part of an enabled editor plugin) | Godot 3.1.1
Windows 10 64 bits
I suspect there is a scenario where it doesnt get registered at all. I was writing a new prototype this evening and the script still hasn't registered.
Here is what I remember doing:
1) Create a new project (no new scene)
2) Create a subfolder `addons/zylann.scatter/`
2) Right-c... | bug,topic:core,topic:gdscript,confirmed,topic:plugin | medium | Critical |
460,137,604 | node | Report not generated if `--abort-on-uncaught-exception` is also given | * **Version**: `master`
* **Platform**: `Ubuntu 18.04`
* **Subsystem**: `report`
Not sure if that's supposed to work (I would expect so, it works with [node-report](https://github.com/nodejs/node-report) on Node.js v10.x), but when I use `--abort-on-uncaught-exception` with `--experimental-report --report-uncaught... | report | low | Critical |
460,143,948 | pytorch | [RFC] NestedTensor - 0.0.1 | ## Motivation
Many fields manipulate collections of Tensors of different shapes. For example, paragraphs of text, images of different sizes or audio files of different lengths. We don't have a first class abstraction that enables the concurrent manipulation of collections of this type of data. We further often need to... | triaged,module: batching | high | Major |
460,182,005 | go | net: mass tcp dial timeout with the concurrency more than 10000 | <!-- 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.1 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture ... | NeedsInvestigation | 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.