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 |
|---|---|---|---|---|---|---|
530,509,242 | youtube-dl | [adultswim] Livestreams | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | request | low | Critical |
530,556,198 | TypeScript | Provide editor feature for filling in 'switch' cases for common scenario | Hi,
**Not a bug**, but a feature request please. Have been [asked](https://github.com/dotnet/roslyn/issues/40064) to post feature request here.
**Version Used**:
N/A
**Steps to Reproduce**:
1. Create an enum.
2. Create a variable in a method for that enum, assign value.
3. Type sw(tab)(tab) and press... | Suggestion,Awaiting More Feedback | low | Critical |
530,565,974 | vscode | Allow for setting `enter` as a keyboard shortcut through the UI |
Issue Type: <b>Feature Request</b>
## The Ask
Today you can set all keyboard shortcuts throught the UI, except those whose last chord part is a sole `enter`. This includes the shortcut `enter`. This seems to be because enter submits the shortcut's setting dialog.
My feature request is for VS Code to allow thes... | help wanted,feature-request,keybindings-editor | low | Major |
530,587,842 | react | Undo behavior in controlled input doesn't work as expected | <!--
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*?**
Report a bug
**What is the current behavior?**
1. Load https://codesandbox.io/s/material-demo-8wgfs.
1. Fo... | Component: DOM,Type: Needs Investigation | low | Critical |
530,602,285 | go | x/tools/imports: should not scan bazel-out directories | #### What did you do?
Open our monolith repository in VS Code, then open a go file and wait.
#### What did you expect to see?
Nothing.
#### What did you see instead?
The CPU usage goes up periodically due to gopls.
#### Build info
```
golang.org/x/tools/gopls 0.2.0
golang.org/x/tools/gopls@v0... | NeedsDecision,Tools | low | Critical |
530,606,493 | vue | support computed as arrow function in typescript | ### What problem does this feature solve?
transform a project which has used lots of ' xxx: vm => vm.prop ' as computed options to typescript easier
### What does the proposed API look like?
change vue/types/options.d.ts type Accessors<T> to
```ts
export type Accessors<T> = {
[K in keyof T]: (() => T[K]) ... | typescript | medium | Minor |
530,610,482 | rust | misleading E0392 "parameter `T` is never used" for every containing struct | Rustc emits an error for every struct _containing a struct_ with an unused type parameter. Unless there's some edge case I'm not thinking of, this seems pointless, as the user will eventually have to fix the "leaf" struct (that which is the root of the problem), which would then fix the entire tree of structs.
I tri... | A-diagnostics,T-compiler,C-bug | low | Critical |
530,611,088 | PowerToys | Possibility to make snapshots | # Possibility to make snapshots
Please provide possibility to make snapshots with windows positions. And hotkeys to load saved snapshots.
| Idea-Enhancement,Product-FancyZones | low | Minor |
530,614,528 | flutter | Add better handling to TextField for improved UX in Flutter Web in multi-line scenarios. | ## Use case
This is specifically related to Flutter Web I think.
When using a TextField widget in Flutter Web, and when that TextField widget has .maxLines > 1, pressing the Enter key does not fire the onSubmitted callback. This is expected because in a multi-line scenario, the enter key has a different purpose.
... | a: text input,c: new feature,framework,platform-web,c: proposal,P2,team-web,triaged-web | low | Major |
530,615,815 | godot | Window Dialog doesn't follow anchors | **Godot version:**
3.1.1
**OS/device including version:**
Windows 64bit
**Issue description:**
Window dialog doesn't move nor scale based on its anchors on runtime, tho i believe this is a bug as when you manually rescale its parent while in editor, it actually behaves as it should be
**Steps to reproduce:*... | discussion,topic:gui | low | Critical |
530,630,731 | flutter | Crash when I enable Breakpoint in Android Studio | I did set a breakpoint in my code (Android Studi) and get this crash. The code works fine when I just let it run.
The crash happens only in this method. If I set the breakpoint after the call to this method all is fine.
```
_analyzeResponse(List<Tuple2<String, String>> response) {
print(Tuple2.printPretty(re... | c: crash,tool,dependency: dart,a: debugging,P2,team-tool,triaged-tool | low | Critical |
530,649,118 | flutter | [google_sign_in] Refresh token in GoogleSignInAuthentication | I'm writing API for my flutter app, where I register users by their's idToken. Now I want to sync events with Google Calendar using server, but I can't reach that, because I have only access_token. I need refresh_token too for endless access to Google Apis. | c: new feature,p: google_sign_in,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | medium | Critical |
530,680,739 | tensorflow | tensorflow/workspace: re2 dependency does not use release/master branch | tensorflow/workspace.bzl has this for the re2 dep:
```
tf_http_archive(
name = "com_googlesource_code_re2",
sha256 = "d070e2ffc5476c496a6a872a6f246bfddce8e7797d6ba605a7c8d72866743bf9",
strip_prefix = "re2-506cfa4bffd060c06ec338ce50ea3468daa6c814",
system_build_file = clean_de... | stat:awaiting tensorflower | low | Critical |
530,686,192 | rust | include! should allow inner doc comments and directives | Currently, `include!` cannot include a file that contains inner doc comments (`//! ...`) or directives (`#![...]`). That creates a challenge when trying to generate a crate's top-level contents with a build script.
See https://internals.rust-lang.org/t/include-raw-directive-for-raw-textual-inclusion-of-generated-cod... | A-attributes,A-macros,T-lang,E-help-wanted,E-medium,C-feature-request | low | Critical |
530,719,841 | terminal | Ctrl+Mouse scroll changes the font size | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
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... | Product-Conhost,Help Wanted,Area-Input,Area-Server,Issue-Bug,Priority-2 | medium | Critical |
530,720,228 | pytorch | run ./android/run_tests.sh --warning-mode all , show error. | ```
> Task :pytorch_android:connectedDebugAndroidTest
07:52:15 V/ddms: execute: running am get-config
07:52:15 V/ddms: execute 'am get-config' on 'M7BBB18930228128' : EOF hit. Read: -1
07:52:15 V/ddms: execute: returning
07:52:15 D/pytorch_android-debug-androidTest.apk: Uploading pytorch_android-debug-androidTest.... | triaged,module: android,oncall: mobile | low | Critical |
530,725,799 | svelte | Site examples: wrap text nodes instead of elements | **Is your feature request related to a problem? Please describe.**
The examples aren't showing the advantage of Svelte in that it can update text nodes, it doesn't have to replace whole elements:
> Svelte writes code that surgically updates the DOM
**Describe the solution you'd like**
```diff
diff --git a/site/c... | stale-bot,temp-stale,documentation | low | Major |
530,748,083 | youtube-dl | ustv247.tv a site that retransmits CNN etc. | http://ustv247.tv
This is a site that retransmits CNN, Fox, MSNBC and a dozen other cable channels. Until today, its html source contained the direct URL to the live video for playing or recording in VLC. It has been up for a year or more, so I assume it isn't violating copyrights. It must have agreements with its p... | site-support-request | low | Critical |
530,758,993 | godot | Instancing a scene where main node is a sprite with Texture set to ViewPortTexture does not render | When you instantiate a scene where main node is a sprite with Texture set to ViewPortTexture does not render in-game. And also if you save that new scene that instantiates our scene, close Godot and reload the saved scene the instantiated scene sprite will not render the viewport even in edit mode.
| bug,topic:core,confirmed | low | Major |
530,774,241 | pytorch | weight norm missing p= | should weight norm include p=, that is option to change p to nuclear, 3, or higher value? | module: nn,triaged,enhancement | low | Minor |
530,814,565 | godot | Continuing execution after an assert is reached does not continue from the assert | Godot 3.2 beta2
When debugging a game from the editor, if an `assert` statement is raised, the debugger stops on that line as normal. But if you try to place a breakpoint after the `assert` and then "Continue", the breakpoint won't be hit. The whole stack is lost. I think it's desirable for the debugger to continue ... | bug,discussion,topic:gdscript,confirmed | low | Critical |
530,818,285 | vscode | Incorrect scaling of native file picker | **VS Code Version**
Version: 1.40.2 (user setup)
Commit: f359dd69833dd8800b54d458f6d37ab7c78df520
Date: 2019-11-25T14:54:45.096Z
Electron: 6.1.5
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Windows_NT x64 10.0.19033
**Steps to Reproduce:**
Using a 4k display (mine is an XPS 15 7590 wi... | bug,help wanted,upstream,windows,electron,workbench-os-integration,confirmed,upstream-issue-linked | medium | Critical |
530,835,644 | neovim | command (:) vs execute() vs :execute vs :source | `nvim_command` (aka `:`, also `nvim_cmd`), Vimscript `execute()`, `:execute`, and `:source` are four similar but subtly different mechanisms that expose Vim's historical design flaws to the user. For the API, perhaps we only need `nvim_exec()`, and could deprecate:
- ~~`nvim_command`~~ (edit: avoids some overhead s... | api,needs:design,needs:discussion | low | Minor |
530,838,221 | godot | GLES2 error on old computer on project with verbose stdout enabled | **Godot version:**
3.2 beta 2
**OS/device including version:**
MXLinux 64-bits
GPU Intel Ironlake Mobile
**Issue description:**
This is a hardware specific issue that doesn't seem to have much impact, I tried Godot on an old laptop that doesn't support GLES3 and I get this error printed 30 times every time I ... | bug,topic:rendering,confirmed | low | Critical |
530,841,293 | pytorch | Overlapping strides not supported by cublas | https://twitter.com/ID_AA_Carmack/status/1201309356089921537
Related https://github.com/pytorch/pytorch/issues/29984 but generally broadcasting is easier to support than arbitrary overlapping strides.
cc @ngimel | triaged,module: cublas | low | Minor |
530,970,218 | PowerToys | [FZ Editor] Canvas layouts: use keyboard to cycle through zones | <!--
**Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**.
Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue.
-->
# Environment
```
PowerToys version: 0.13.0 [and upcoming 0.14.0]
PowerToy module for which you are... | Idea-Enhancement,FancyZones-Editor,Product-FancyZones,Area-Accessibility,Planning-Consideration | medium | Critical |
531,022,720 | storybook | Error in addon-docs prop table when using HOC | **Describe the bug**
When using HOCs, the PropTypes aren't correctly displayed in the `addon-docs` prop table.
Instead, the following error is displayed:
> Cannot read property 'classes' of undefined
**To Reproduce**
Steps to reproduce the behavior:
1. Create an HOC.
2. Create a story for this component
... | bug,react,has workaround,block: props | medium | Critical |
531,026,766 | opencv | Is it possible to Read / Load *.EXR files as Half Format (like CV_16F) ? | Is it possible to Read / Load *.EXR files as Half Format (like CV_16F) ?
i think for all *.Exr images not loading with correct bit depth
can Possible to give a solution with next release ? :)
There is no Change for EXR Reading on log time i think
Thanks in advance
_Originally posted by @TamilarasanAM in h... | feature,priority: low,category: imgcodecs | low | Minor |
531,071,376 | rust | The lint non_uppercase_globals is triggered even in local scope. It should trigger only for global scope, or be renamed to non_uppercase_const instead. | The warning "non_uppercase_globals" occurs for all uses of const, even ones in local scope. This should be renamed to "non_uppercase_const", instead.
I have some code like:
```
fn main() {
fn shadow1(f: u32) {
println!("f is {}", f)
const s: u32 = 1;
println!("s is {}", s);
fn shadow2... | C-enhancement,A-lints,T-lang | low | Critical |
531,155,337 | godot | Wrong space-key behavior in FileSystem dock | **Godot version:** 3.2 beta 2
**OS/device including version:** PopOS 19.04
**Issue description:**
The space key has an unchangeable purpose in the FileSystem dock (unfolding directories / opening files). However:
1. it works only in the system tree, *not* in the split view where it has no (useful) effect.
2.... | bug,topic:editor,confirmed,topic:input | low | Minor |
531,157,238 | vscode | In some places, allow to use URL in addition to URI | This is followup work from https://github.com/microsoft/vscode/issues/83645 and in essence it's about allowing to use the [`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL)-type when dealing with resources outside of VS Code. So far we have identified:
* the `openExternal`-api
* the `DocumentLinkProvider... | feature-request,api,uri | medium | Major |
531,157,481 | PowerToys | Dynamic Display of System Info on Desktop | # Summary of the new feature/enhancement
There is a tool in Sysinternals called BGInfo. It works... kind of. It is rather outdated and clunky. It would be nice to have a powertoy that allowed us to add dynamic system information to the desktop background. Something that updated periodically.
For example, it might ... | Idea-New PowerToy | low | Major |
531,242,435 | flutter | [Camera] ResolutionPreset.max is producing 4k but not camera max images | ## Steps to Reproduce
1. Copy/Paste source code of [camera example](https://pub.dev/packages/camera#-example-tab-)
2. Modify ResolutionPreset.medium to ResolutionPreset.max
3. Take an image and check resolution. Resolution is 3840x2160 instead of the Pixel3 standard 3024 Γ 4032. Also, it is compressed a lot, size ... | platform-android,platform-ios,a: quality,p: camera,package,team-ecosystem,has reproducible steps,P2,found in release: 2.2,found in release: 2.6,triaged-ecosystem | low | Major |
531,249,635 | create-react-app | Consider replacing Babel with SWC | Transpilation feels like the number one bottleneck for my productivity in large React projects. In some projects, I have to wait for half a minute to see the code changes in my browser. Luckily, some clever developers are working on [SWC](https://swc-project.github.io/), the "Speedy Web Compiler". It basically replaces... | issue: proposal,needs triage | high | Major |
531,267,876 | pytorch | Refactor/consolidate code for generating test tensors | In test_torch.py we have `_make_tensor`, but it wasn't flexible enough to support all the use cases needed by type promotion tests. E.g. it returns float instead of half when half is requested, doesn't generate an even distribution of True/False values for boolean tensors, doesn't have a way to ensure non-zero for divi... | module: tests,triaged,module: type promotion | low | Minor |
531,307,097 | godot | Colors appear desaturated in Chrome / WebKit | **Godot version:** 3.1.1
**OS/device including version:** Chrome 78 / Mac OS Catalina
**Issue description:** When playing an HTML5 exported game, colors appear desaturated in Google Chrome and other webkit-based browsers. On Firefox, and when exporting the game to a native executable, colors look fine.
See thi... | bug,platform:web,topic:rendering,topic:porting | low | Major |
531,447,340 | rust | Post-monomorphization MIR optimizations | See https://github.com/rust-lang/rust/issues/44285
Currently, all MIR optimizations are run before we perform monomorphization. This causes us to miss a number of optimization opportunities:
* Learning the layout of generic arguments (e.g. if the substituted type is a ZST)
* Learning about extra trait impls (`Co... | C-enhancement,T-compiler,A-MIR,A-mir-opt,C-optimization | low | Minor |
531,498,123 | TypeScript | Incorrect display of property name in closure inside JavaScript function class | VSCode Version: 1.40.1
OS Version: macOS 10.14.6
``` js
/** @class */
function a(){
this.b = true;
this.c = function(){
// this == a
// this.b == a.b
// All is good
if (this.b){
}
// this == a
// this.b == c.b
// Not correct
... | Bug,Domain: Quick Info | low | Minor |
531,499,867 | TypeScript | JavaScript Descripton and type not displayed in Intellisense when described in a nested object | VSCode Version: 1.40.1
OS Version: macOS 10.14.6
``` ts
// typings.d.ts
interface a{
/** description for b */
b: number
/** description for c */
c: {
/** description for d */
d: boolean
}
}
```
``` js
// main.js
/** @class */
function a(){
this.b = null;
... | Bug,Domain: Quick Info | low | Minor |
531,532,398 | youtube-dl | Request support for paramountnetwork.it | <!--
######################################################################
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 |
531,556,069 | flutter | LogSeverity LOG_INFO and LOG_WARNING collide with syslog log level macros | LogSeverity LOG_INFO and LOG_WARNING collide with syslog log level macros in the engine.
https://github.com/flutter/engine/blob/70a1106b509ea3f34febca59967ed7a76c05ce33/fml/log_level.h#L13
## Steps to Reproduce
In the engine:
```
#include <syslog.h>
#include "flutter/fml/log_level.h"
```
The Flutter log l... | platform-ios,engine,platform-mac,P3,team-ios,triaged-ios | low | Minor |
531,584,396 | PowerToys | PowerVM - Informing user of # of in-use VMs | There are a ton of PowerToys. This the first for VMs :)
@benpye has a great gist for a systemtray that tells a user for how many VMs are in use.
https://gist.github.com/benpye/4d011e65abc4d9c585b8a59f877a2d29
## Things to figure out
- How we display this information to the user as PT will only have 1 system ... | Help Wanted,Idea-New PowerToy | low | Major |
531,599,771 | pytorch | Remove RPC internal helper that overrides the default pickler | As discussed on https://github.com/pytorch/pytorch/pull/30185#pullrequestreview-320396834, we should remove the API that allows specifying a default pickler once the boxing and unboxing approach using `nn.Module._apply` works.
cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen @aazzolini @rohan-varma... | triaged,module: rpc | low | Minor |
531,617,684 | pytorch | Cannot use torch.jit.script with nn.DataParallel | This is probably a known issue. `scripting torch/nn/parallel/data _parallel.py` fails.
Reporting that pytorch/examples/imagenet fails because of this issue.
To repro:
Step 0: install pytorch anf torch/vision
Step 1: get pytorch/examples from github
Step 2: Insert the line below:
```diff
diff --git a/im... | oncall: jit,triaged,module: data parallel | low | Critical |
531,621,113 | flutter | Text widget with emoji doesnt display correctly on initialization | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | framework,dependency: skia,a: typography,has reproducible steps,P2,found in release: 1.22,found in release: 3.3,found in release: 3.7,team-framework,triaged-framework | low | Critical |
531,623,098 | godot | Screen not clearing when environment's background is in canvas mode (fixed in `master`) | **Godot version:**
3.2 e64a663c5
**OS/device including version:**
MXLinux 64-bits
**Issue description:**
The screen doesn't clear when the environment's background mode is set to Canvas and canvas max layer is less than 0.
; // 3.8.0-dev.20191128
const testFilePath = "/file.ts";
const testFileText = `
/**
* @example Some text.
* @param someParam - Some text.
... | Bug,Help Wanted,Effort: Moderate,PursuitFellowship | low | Major |
531,654,139 | youtube-dl | --exclusion-archive and --error-archive ( the opposite of --download-archive ) | - [x] I'm reporting a feature request
- [x] I've verified that I'm running youtube-dl version **2019.11.28**
- [x] I've searched the bugtracker for similar feature requests including closed ones
## Description
I use youtube-dl to archive YouTube channels. I run the same commands over and over to get new video... | request | low | Critical |
531,762,360 | pytorch | [TensorBoard] The different order of import SummaryWriter may cause Segmentation fault | ## π Bug
<!-- A clear and concise description of what the bug is. -->
If I use `from torch.utils.tensorboard import SummaryWriter` to import `SummaryWriter` at the begin of code, the code `SummaryWriter('path')` works well. But if I have imported something else firstly, then import `SummaryWriter` cause `Segmenta... | needs reproduction,oncall: visualization | low | Critical |
531,988,123 | pytorch | Dedicated inverse AdaptiveMaxPool1d operation (e.g., AdaptiveMaxUnpool1d) | ## π Feature
Note: I argue in the 1d context, I suspct this is also applicable to 2d / 3d context
There is no specific inverse operation for AdaptiveMaxPool1d. AdaptiveMaxPool1d returns the output and max index positions, and the only way to apply a "correct" inverse (via using the max index position) is to create a... | module: nn,triaged,module: vision,module: pooling,function request | low | Minor |
532,008,475 | TypeScript | refactoring for extracting return type of a function | ## Search terms
refactoring extract return type function method interface inferred
## Suggestion
A new refactoring for function expressions that extracts the return type of the function as an `interface` or `type`.
## Use Cases
Imagine a complex function that combines many types of data into a complex ob... | Suggestion,Awaiting More Feedback | low | Minor |
532,012,804 | godot | Duplicate collision detection when re-instancing Area2D nodes | **Godot version:**
3.2 BETA 2
**OS/device including version:**
Windows 10 Pro 64 bit 1909
**Issue description:**
I'm using a `KinematicBody2D` for a "player" node and `Area2D` nodes for "obstacles". The player moves with `move_and_collide` and when it collides with an obstacle, it is game over and the le... | bug,discussion,topic:physics | low | Critical |
532,106,412 | kubernetes | Figure out what to do with webhook authz cache in large clusters | Some options are:
* Increasing LRU cache size
* Migrate to expiring cache
* Share authorization lookups
/sig auth | priority/backlog,sig/scalability,kind/feature,sig/auth,lifecycle/frozen | medium | Major |
532,107,780 | flutter | [web] need regression testing for package-scheme import fix | To ensure we don't accidentally regress in the future, the test case could use the example application linked in one of the fixed bugs, such as https://github.com/flutter/flutter/issues/44111
| a: tests,framework,platform-web,P3,team-web,triaged-web | low | Critical |
532,108,675 | terminal | Add support for inheriting and overriding another profile's settings | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
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-Settings,Product-Terminal | medium | Critical |
532,123,325 | TypeScript | Ability to disable TS8010: 'types' can only be used in a .ts file. | <!-- π¨ STOP π¨ π¦π§π’π£ π¨ πΊπ»πΆπ· π¨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker.
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ, especia... | Suggestion,Awaiting More Feedback | medium | Critical |
532,148,557 | PowerToys | Uninstall should (offer to) remove old settings and config | Version 10.0.18363 Build 18363
uninstalled 0.13, rebooted, installed 0.14
When I pressed win+` for the first time I saw my old profiles and "space around zones"-settings.
An uninstaller must either just remove all old settings/make it a checkbox-option to do so/point towards a folder I can delete, to do so mysel... | Idea-Enhancement,Area-Setup/Install | low | Critical |
532,208,571 | vscode | Custom editor webviews should not be recreated on rename | From #85991
**Repo**
1. Using the `.abc` editor from https://github.com/mjbvz/vscode-experimental-webview-editor-extension/
1. Create a file called `x.abc`. Open it
1. With the custom editor for `x.abc` still open, rename `x.abc` file to `y.abc` in the VS Code file explorer
**Bug**
Notice that the editor's w... | feature-request,api,api-proposal,custom-editors | low | Critical |
532,240,106 | flutter | Feature: dependencies for fluttermergebot | The merge bot works pretty well, but it would be nice if we could tell it about dependencies between PRs using text in the description or an issue tag. For example: https://github.com/flutter/engine/pull/13986 was auto-merged before https://github.com/flutter/engine/pull/14076 which caused some problems and necessita... | c: new feature,team,engine,team-infra,P3,triaged-infra | low | Major |
532,258,243 | TypeScript | `Object` variable declaration conflicts on commonjs | **TypeScript Version:** 3.7.x-dev.20191203
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
**Code**
```ts
export default {}
const Object = {};
```
**Expected behavior:**
```js
"use strict";
Object.defineProperty(exports, "__esModule",... | Bug | low | Critical |
532,275,816 | flutter | Consider record/replay functionality for tool bug reporting | In https://github.com/flutter/flutter/pull/45999, I'd like to remove the existing record-replay functionality due to bit rot. We should consider if this would be useful for bug reporting in the future, and if so how to add it back in a tested/principled manner. | c: new feature,tool,a: triage improvements,P3,team-tool,triaged-tool | low | Critical |
532,280,418 | flutter | [web] Text measurement difference in RTL | There are cases where setting `direction: rtl` on a paragraph element leads to a different width!
Action items:
* Investigate more and see if this can be fixed in `DomTextMeasurementService` (by setting `direction: rtl` in the ruler element).
* Check if the same problem exists in `CanvasTextMeasurementService`. | framework,a: typography,platform-web,customer: webeap,customer: web10,P2,team-web,triaged-web | low | Minor |
532,301,877 | vscode | Suggest widget has greyscale rendering | Ref #85143
Parameter hints doesn't have this issue, but hover and suggest widget suffer from it.
Top to bottom are parameter hint, suggest and hover:

Version: 1.41.0-insider
Commit: 97855786a014be... | feature-request,ux,polish,suggest,lcd-text-rendering | low | Minor |
532,304,861 | vscode | [scss] provide hover information for at-rules | Testing #85979
Hovering over any sass rules doesn't render any info even though we show that on completion.

 that attempted to implement https://github.com/pytorch/pytorch/issues/1951 was closed because
> The behavior of this feature is very non-trivial, e.g., when negative and... | triaged,function request,module: viewing and reshaping | low | Major |
532,378,669 | TypeScript | JSDoc optional argument does not generate an error in strict mode | <!-- π¨ 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 |
532,384,820 | TypeScript | Reduce amount of code necessary to quickly format the diagnostics to a string | ## Search Terms
FormatDiagnosticsHost
## Suggestion
Often when someone is working with the TypeScript compiler API their type checker might have diagnostics. It would be useful for people to quickly check them by typing:
```ts
ts.formatDiagnostics(ts.getPreEmitDiagnostics(program))
````
Instead of:
... | Suggestion,Awaiting More Feedback | low | Minor |
532,421,596 | pytorch | Sorting in embedding_dense_backward_cuda takes very long time | Sorting the indices in embedding_dense_backward_cuda takes very long time. In BERT training, the sorting part in embedding_dense_backward_cuda takes almost 99% of the embedding backward time, which slows down backward pass a lot. Can anyone explain why are the indices sorted here? Is there anyway to improve this? Thank... | module: performance,module: cuda,triaged,module: embedding | low | Major |
532,452,354 | node | addons/openssl-binding/test very flaky on ARM | ***(Edit: see [comment below](https://github.com/nodejs/node/issues/30786#issuecomment-617575712) for recommendations if you are running into related problems on your ARMv7 platforms)***
arm-fanned has been offline for quite some time now since they've needed some heavy work, https://github.com/nodejs/build/issues/1... | build,arm,flaky-test | medium | Critical |
532,466,263 | vscode | Proxy configuration doesn't allow URLs with port number AND pac files | <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- Use Help > Report Issue to prefill these. -->
- VSCode Version: 1.40.2 (user setup)
- OS V... | feature-request,proxy | low | Critical |
532,503,587 | pytorch | Method to broadcast parameters/buffers of DDP model | ## π Feature
Add DDP method to allow a user to broadcast parameters and/or buffers manually.
## Motivation
We only have the constructor kwarg `broadcast_buffers` at the moment (defaults to `True`, many folks set it to `False` for performance reasons). This flag toggles between never broadcasting buffers or al... | oncall: distributed,triaged,enhancement | low | Major |
532,533,707 | flutter | showDialog could not show LayoutBuilder widget on Android | Steps to Reproduce
1. create a flutter app and set TestPage as home page
<details>
<summary>code sample</summary>
```
class TestPage extends StatelessWidget {
const TestPage({Key key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Scaffold(
resizeToAvoidBot... | c: crash,framework,f: material design,has reproducible steps,P2,found in release: 3.3,workaround available,found in release: 3.7,team-design,triaged-design | low | Critical |
532,556,355 | create-react-app | Microfrontend support: Use credentials in dynamic imports from external sources | ### Is your proposal related to a problem?
I have a Microfrontend which fetches components from different APIs. Currently I did this with React.lazy loading and for external sources I had to ignore webpack like so import( /*webpackIgnore: true*/ '${API.ORIGIN}/plugin'). Now what I need is to pass credentials for tho... | issue: proposal,needs triage | low | Minor |
532,570,689 | rust | Licensing: It's unclear exactly what license text must be included in a Rust binary. | Previous context: <https://internals.rust-lang.org/t/does-the-standard-library-have-linking-exceptions-to-their-licensing/11377>
Now obviously if you have `[dependencies]` from crates.io then you have to follow each appropriate license.
But if you just make a "no dependency" program, you're still including all so... | T-core,A-licensing | medium | Major |
532,597,433 | flutter | `Stack` relayout is too pessimistic with regard to `Positioned` children | `RenderStack` lays out all its `Positioned` children with `parentUsesSize: true` even though it doesn't always use the children's sizes. When `overflow != Overflow.clip` and `Positioned.left`/`Positioned.bottom` aren't set, the child's size isn't used.
This causes worse performance when `Stack` is used to make, for ... | framework,c: performance,c: rendering,P2,team-framework,triaged-framework | low | Major |
532,610,592 | pytorch | Distributed Package asynchronous send/receive not working as expected (Gloo) | Hi :)
## π Bug
I am currently writing a distributed asynchronous program for which Pytorch provides the [methods](https://pytorch.org/docs/stable/distributed.html) `dist.irecv` and `dist.isend`. They work fine if you couple them with the function `req.wait()` after sending and receiving. However, doing that obvi... | oncall: distributed,triaged | low | Critical |
532,619,527 | TypeScript | Please provide better feedback for issue 20357 | ## Search Terms
disableSizeLimit, "Find All References"
## Suggestion
Issue #20357 is closed. That's great, what's not great is the poor error message feedback that the TS server provides. There is a project so telling the user there isn't one is confusing. The fix is not obvious and neither is the issue. Any ... | Suggestion,Experience Enhancement | low | Critical |
532,630,143 | godot | Inserting key in animation adds tracks for unselected nodes | I'm using Godot 3.2.beta2.
I'm doing an animation, and I want to add keys, however, when I do so, extra tracks get added for nodes that are no longer selected. Note: I have three different animationplayers, each with a different set of nodes to animate.
I see there are a lot of issues logged for AnimationPlayer, ... | bug,topic:editor | low | Critical |
532,728,840 | flutter | In a Stack, overflow is only applied if there is at least one Positioned element. | In a Stack, overflow is only applied if there is at least one Positioned element.
If there isn't, overflow is ignored. That's kind of weird. Stack children may overflow
even if they are not positioned. So if you use overflow = Overflow.clip and you don't have
Positioned elements it won't clip. I believe the default ... | framework,engine,c: proposal,P2,team-engine,triaged-engine | low | Minor |
532,767,378 | flutter | Standardized parameters for widgets | ### Problem
When setting a new WIdget, most of them have a standard value to look up for, but not all of them. There are widgets with default parameters at their constructor method, that makes it not look up to Themes and other kind of data configuration.
### Proposal
I hope for a standard way of development as ... | framework,f: material design,c: proposal,P3,team-design,triaged-design | low | Major |
532,780,159 | flutter | [camera] allow different resolution for takePicture and imageStream | ## Use case
I am trying to use a live preview to detect certain points in real-time in an image stream and overlay them on the preview. This means that the resolution of the streaming images needs to be relatively low.
When the user hits "take photo", a best quality picture should be recorded. This should use any i... | c: new feature,customer: crowd,p: camera,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Major |
532,819,663 | go | x/mobile: `gobind` reverse binding won't compile for ObjC instance properties returning supported value types | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.4 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture a... | NeedsInvestigation,mobile | low | Critical |
532,827,017 | rust | Linux version of nonblocking TcpListener::accept differs from other platforms | If `TcpListener` is in non-blocking mode then accepted streams inherit this property on all platforms except Linux, where `accept4` is used instead of `accept`.
This code (with commented out `stream.set_nonblocking(false)`) unexpectedly works as expected on Linux only, because `stream` is in blocking mode.
```
... | O-linux,T-libs-api,C-bug | low | Critical |
532,863,609 | go | x/mobile: Add support for callback blocks in ObjC reverse bindings with matching Go function signatures | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.4 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture a... | help wanted,NeedsInvestigation,FeatureRequest,mobile | low | Critical |
532,869,198 | vscode | [themes] IconTheme doesn't work with spaces in names | Issue Type: <b>Bug</b>
1) have a file or folder that contains a space in its name, for ex 'Some stuff' folder
2) set up a custom icon theme and include a specific icon for folder/file of that name, for ex. :
```
"folderNames": {
"Some stuff": "_special_icon"
}
```
Result: icon is not applied to ... | bug,themes | low | Critical |
532,873,130 | pytorch | Issues in linking libtorch c++ | In file included from /usr/local/libtorch/include/c10/core/Device.h(5),
from /usr/local/libtorch/include/c10/core/Allocator.h(6),
from /usr/local/libtorch/include/ATen/ATen.h(3),
from /usr/local/libtorch/include/torch/csrc/api/include/torch/types.h(3),
... | module: build,triaged | low | Critical |
532,878,623 | vscode | Should pasting newline with auto-indent move the cursor + inconsistencies when pasting newlines | Issue Type: <b>Bug</b>
- Have an indent block, eg:
```
() => {
}
```
- Paste something with a trailing newline
- Expected: The newline is indented and your cursor starts at the right indent position
```
() => {
() => {
a
}
<- Cursor is here
}
```
- Actual: The newline is indented but your curso... | typescript,javascript,polish,editor-autoindent,under-discussion,on-unit-test | low | Critical |
532,897,771 | vscode | [themes] Minimal icon theme should use icon font | 
Look at multiroot icon, file icons in explorer, file icons in search panel.
refs #85143 | feature-request,icons-product,lcd-text-rendering | low | Major |
532,897,851 | vscode | Search view checkboxes use greyscale aa | 
not sure if this is equivalent to https://github.com/microsoft/vscode/issues/85589 since the text in the box is using proper SPAA
refs #85143 | bug,lcd-text-rendering | low | Minor |
532,902,146 | vscode | Call Hierarchy should not have nodes with chevrons without any children | Issue Type: <b>Bug</b>
It feels strange (read: broken) to me that if there are no children of a node in the call hierarchy it still has a chevron, but no children when expanded. IMO, it should have either not have a chevron if possible (and not expensive), or add a dummy child node that says there are no callers/cal... | under-discussion,callhierarchy | low | Critical |
532,945,313 | pytorch | JIT, nn.utils.weight_norm and {save,load}_state_dict produce wrong results | ## π Bug
## To Reproduce
Steps to reproduce the behavior:
1. Create a basic nn.Module containing nn.utils.weight_norm
2. Create two instances of it - model1 and model2.
3. Copy model1's state into model2 with {save,load}_state_dict
4. model3 = torch.jit.script(model2)
5. Geneate random input tensor and ... | oncall: jit,triaged | low | Critical |
532,962,372 | flutter | [cleanup] Remove port unforwarding logic in flutter attach | Once https://github.com/flutter/flutter/pull/46006 is merged, the resident runner's `cleanupAtFinish` method takes care of unforwarding the port used for remote debugging. | team,tool,P3,team-tool,triaged-tool | low | Critical |
532,984,868 | pytorch | `TestDocCoverage.test_torch` error messages could be clearer | ## π Bug
When someone writes a new torch operator and forgets to add an entry to https://github.com/pytorch/pytorch/blob/master/docs/source/torch.rst, the `test/test_doc_coverage.py` gives the following error:
```
Dec 04 22:30:21 ======================================================================
Dec 04 22:... | module: docs,triaged | low | Critical |
532,990,753 | pytorch | Page for `torch.__config__` 404s | Going to https://pytorch.org/docs/stable/__config__.html or https://pytorch.org/docs/master/__config__.html hits the 404 page

Weirdly it does work fine on a local docs build
 performance metrics. | Originating issue is b/145540780
The tracing mechanism has mainly been used to identify specific pathologies in the engine. Any use of this mechanism for the determination of high level performance considerations has been by relying on not fully accurate but useful approximations. However, these approximations are b... | customer: fuchsia,engine,c: performance,e: embedder,P2,team-engine,triaged-engine | low | Major |
533,082,310 | pytorch | C++ / JIT Parity for ops in `torch/functional.py` and `torch/tensor.py` | ## π Feature / π Bug
Ops which are bound in at `torch/functional.py` and `torch/tensor.py` are only exposed to the python api and not JIT / C++. Example issues https://github.com/pytorch/pytorch/issues/20113 and https://github.com/pytorch/pytorch/issues/29340.
An example PR fix is here: https://github.com/p... | oncall: jit,triaged,TSUsability,TSRootCause:PyTorchParityGap | 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.