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 |
|---|---|---|---|---|---|---|
499,554,222 | opencv | improc drawing: undocumented behavior, unpredictable line thickness, etc... | I see issues with cv::line and possibly other drawing primitives, which may be related.
firstly, the expected output (thickness, lineType) isn't documented all that precisely. it may be implementation-defined (depends on operating system or 3rd party graphics library?), but then that should be stated in the docs.
... | category: imgproc,priority: low,RFC | low | Minor |
499,569,599 | flutter | e2e test for WebView keyboard on Android | Internal: b/292548234
As we're working around some Android VD/IME limitations, we need an e2e test for the keyboard that we can run on a broad range of Android devices. | a: tests,platform-android,p: webview,package,customer: quill (g3),P2,team-android,triaged-android | low | Minor |
499,582,838 | create-react-app | Scaffold in Current Folder | ### Is your proposal related to a problem?
I am always frustrated when I want my react project files to be in the root directory of my project, but I need to scaffold them in a sub-folder.
(If this feature exists already, I am frustrated that it is not documented clearly in the README).
### Describe the soluti... | issue: proposal,needs triage | low | Minor |
499,585,839 | flutter | Flutter tool should throwToolExit() when HOME/USERPROFILE is expected to be defined but isn't. | For example the Android Studio validator is not robust against this situation:
## command
```
flutter doctor
```
## exception
```
ArgumentError: Invalid argument(s): join(null, "Applications"): part 0 was null, but part 1 was not.
```
```
#0 _validateArgList (package:path/src/context.dart:1087:5)
#1 ... | c: crash,tool,t: flutter doctor,P2,team-tool,triaged-tool | low | Critical |
499,617,769 | terminal | Re-enable C26814 for constexpr locals | This showed up in a recent compiler edition and we aren't ready for all the build breaks it is causing.
Many of the issues look fixable, but some of them look upstream in wil (though I suspect it when it says that an HR can be figured out at compile time...) | Help Wanted,Product-Meta,Issue-Task,Area-CodeHealth | low | Minor |
499,620,521 | flutter | Create unit tests for flutter_runner's component.cc | Right now we don't have unit test coverage for flutter_runner. Dan's PR at https://github.com/flutter/engine/pull/12380 adds a bunch of additional tests for a11y and I want to build upon that to add coverage for at least component.cc which is required by https://github.com/flutter/engine/pull/12428
Spawning this off... | a: tests,team,framework,engine,P2,team-engine,triaged-engine | low | Minor |
499,622,561 | flutter | CupertinoTextSelection color fidelity over dark background colors | iOS contextual menus seem to have a special `BlendMode`, where the result color becomes darker when the destination color is brighter.

. This came up in some of the developer feedback on the API. Knowing the design considerations might help people understan... | module: docs,triaged,quantization_release_1.3 | low | Minor |
499,672,672 | go | cmd/gofmt: slice of structs not consistently formatted | See https://play.golang.org/p/uwG_GFPiU13.
I expected the literal to be reformatted like this:
```
package main
func main() {
_ = []struct{ a int }{
{
a: 1,
},
{
a: 2,
},
{
a: 3,
},
}
}
```
instead, it preserves the previous formatting.
```
package main
func main() {
... | NeedsInvestigation | low | Major |
499,675,954 | TypeScript | Middle operand in comma operator list not properly checked for side-effect-freeness | **TypeScript Version:** master at `f304b81fa54285f`
**Search Terms:** comma side effects
**Code**
```ts
declare const obj: any;
console.log(`${JSON.stringify(obj), undefined, 2}`);
```
**Expected behavior:** error TS2695: Left side of comma operator is unused and has no side effects.
**Actual behavior:*... | Bug,Help Wanted | low | Critical |
499,678,888 | pytorch | [JIT] Script doesn't preserve builtin torch named tuples upon python return | ## π Bug
Torch returns a named tuple for any builtin operator with named returns:
`print(torch.randn(20).topk(1))`
> torch.return_types.topk(
values=tensor([1.0051]),
indices=tensor([3]))
Script preserves this information within script, but loses it when the object is converted back to python.
```
def ... | oncall: jit,triaged,jit-backlog | low | Critical |
499,686,657 | flutter | Cannot override Gradle repositories in transitive plugin dependencies | So bit of an issue I've been having getting dependencies on Flutter. I work at a bank, and our network blocks the public maven repositories (jcenter(), google(), etc). Instead we have our own hosted proxy endpoint that routes to maven that we can access from within our network.
Typically as an Android developer all ... | tool,t: gradle,P2,team-tool,triaged-tool | low | Critical |
499,704,843 | opencv | calibrateCamera with CALIB_FIX_ASPECT_RATIO + CALIB_RATIONAL_MODEL yields zero distortion coefficients | ##### System information (version)
- Python => 3.6.8
- OpenCV => 4.0.1 (Anaconda package build version: py36hce2de41_201)
- Operating System / Platform => Windows and Linux (RHEL) 64 Bit
- Compiler => Visual Studio 2015 and g++ 8.2.0
##### Detailed description
When I call function `calibrateCamera` with the `... | category: calib3d,incomplete,needs reproducer | low | Minor |
499,707,682 | godot | Server binary max fps steady at 144 | **Godot version:**
3.1.1 April 27, 2019
**OS/device including version:**
Linux vps227684 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1 (2019-04-12) x86_64 GNU/Linux
Its a [OVH VPS Cloud 1](https://www.ovh.com/world/en/vps/vps-cloud.xml) with a 3GHz vCore
**Issue description:**
I got a project that is a `Node` with a ... | enhancement,topic:core,topic:porting,confirmed | medium | Major |
499,708,106 | youtube-dl | borderreport.com | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | site-support-request | low | Critical |
499,742,358 | pytorch | Missing bin and include when building with torchvision on CentOS | ## Bug
When I build wheel for pytorch+torchvision on CentOS 7, I got 2 errors:
1. Cannot find `#include <torch/all.h>`.
2. Cannot find `/usr/local/lib64/python3.6/site-packages/torch/bin/torch_shm_manager`.
Based on the command line args printed out in the pip message, it's has `-I/usr/local/lib64/python3.6/sit... | module: build,module: cpp,triaged,module: vision | low | Critical |
499,779,130 | TypeScript | Intersection type with discriminated union type that includes all possible enum values cannot accept enum type | In TypeScript you can create a union type discriminated by an `enum`. If the union includes all possible `enum` values, you can create it with a value that is typed to the `enum` (not one of its values).
Given my example below, this is valid: `const p: Payload = { type, value }`
When you create a new type by inte... | Bug,Help Wanted | low | Critical |
499,782,015 | terminal | Wrong colors using emacs-nox in WT-Ubuntu | By default I use MSYS2 MinTTY and by means of `wslbridge` I use also this MinTTY for WSL Ubuntu. With both these apps I use a color scheme which I added to the `profile.json`:
```
{
"name" : "base16-default-mod-lighten",
"foreground" : "#D0D0D0",
"background" : "#151515",
... | Area-VT,Issue-Bug,Needs-Attention,Product-Terminal | medium | Major |
499,800,496 | PowerToys | Add option to remove windows task-bar | # Summary of the new feature/enhancement
I believe windows 10 does not have a way to completely remove the task-bar or only make it show when you explicitly ask it to.
* Hovering your mouse over it should not open the task-bar anymore
* Removing the small line that is drawn when the task-bar is closed would also b... | Idea-New PowerToy,Product-Tweak UI Design | low | Minor |
499,816,255 | flutter | Gradle failure on Windows with & in project path | <!-- 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: crash,tool,platform-windows,t: gradle,P2,team-tool,triaged-tool | low | Critical |
499,824,983 | pytorch | Cmake warnings during build | I'm receiving a lot of warnings like this. Is it okay? (I do have cuda installed and discoverable fine)
```
CMake Warning at modules/module_test/CMakeLists.txt:10 (add_library):
Cannot generate a safe runtime search path for target
caffe2_module_test_dynamic because there is a cycle in the constraint
graph... | triaged,module: build warnings | low | Minor |
499,828,614 | angular | Support finishCallback and rootZoneStable in async test | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
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.
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
οΏ½... | feature,area: zones,feature: insufficient votes,feature: votes required | low | Critical |
499,832,749 | neovim | hook/event for normal, Ex commands | ### Steps to reproduce using `nvim -u NORC`
Any `formatprg` or `equalprg` with an argument that gives an error in shellcode. Ex. use prettier in a one-line javascript object parameter.
### Actual behaviour
`formatprg` and `equalprg` replace stdin with stderr on shell error
### Expected behaviour
Some s... | enhancement,core,events | low | Critical |
499,844,944 | pytorch | Is it an incompleted dst tensor synchronization in CUDA device to device copy ? | ## π Bug
When we perform a CUDA copy from device to device, I find PyTorch only block current stream on dst device before copy execution. Why don't we wait for all streams on dst device to ensure no one touches the dst tensor? The dst tensor might be written or read on other streams not current stream on dst device... | module: cuda,triaged | low | Critical |
499,853,268 | terminal | Eventually register a terminfo with ncurses upstream | Thomas Dickey, the maintainer of the ncurses project, also maintains the terminfo-db distributed with most Linux distributions. At the moment, the main TERM environment variable is `xterm-256color`, but not all xterm features are supported or even planned. When 1.0 releases, it would be good to leave xterm-256color as... | Issue-Docs,Area-VT,Product-Meta | medium | Major |
499,864,377 | rust | Tracking issue for `report-time` | Tracks stabilization for the `report-time` and `ensure-test-time` `libtest` options. | T-libs-api,B-unstable,A-libtest,C-tracking-issue,Libs-Tracked | low | Major |
499,870,378 | pytorch | Tensorboard logging image WITH LABEL | ## π Feature
We need a function that
- When log image to tensorboard, put text/label beside/over the image.
- When saving image, put text/label beside/over the image.
## Motivation
Now, we can use tensorboard to log images in PyTorch. However, there are just images when we logging images. It's better for vi... | triaged,module: tensorboard | low | Critical |
499,878,989 | PowerToys | Quick action buttons with on/off status | # Summary of the new feature/enhancement
i regularly need to perform certain windows actions like :
- change network parameters to a certain setting (when i swap from using my computer from personal to professional use for example)
- turn on/off the power save detection (when i launch a long task and i dont what it... | Idea-New PowerToy | low | Minor |
499,899,118 | terminal | Profiles Schema: Invalid command chords validate | First of all, I'm very happy to see that parts of the schema that I suggested in #1003 made it into a release, but in the review process I think that an important feature of the (allegedly, very long) regular expression to validate the `keys` strings was lost: It will now incorrectly validates key chords that won't par... | Help Wanted,Issue-Docs,Area-Settings,Product-Terminal | low | Critical |
499,907,302 | flutter | [WEB] Need more PageTransitionTheme for web transition | <!-- 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,c: proposal,P3,team-framework,triaged-framework | low | Critical |
499,915,683 | pytorch | RuntimeError:[enforce fail at context.h:48] option.device_type() ==PROTO_CPU. 1vs0 |
Traceback (most recent call last):
File "/usr/VMZ-master-1/tools/train_net.py", line 586, in
main()
File "/usr/VMZ-master-1/tools/train_net.py", line 581, in main
Train(args)
File "/usr/VMZ-master-1/tools/train_net.py", line 404, in Train
workspace.CreateNet(test_model.net)
File "/root/pytorch/build/caffe2/pyt... | caffe2,triaged | low | Critical |
499,923,885 | TypeScript | From debian : please support multiple system dir | Under debian and other distrib we want to load systemdir from a search path.
for instance we want first to look up from lib/x86_64-linux-gnu/nodejs then share/nodejs then lib/nodejs'
I tried a local patch but I do not suceed.
Could you help us ?
rouca@debian.org
| Suggestion,Needs Proposal | low | Major |
499,955,124 | terminal | Feature Request: Customize confirmation prompt before exit. | Feature request: A confirmation prompt before terminal app exit.
For example, if there are multiple tabs open, upon initiation of exit a prompt to confirm or cancel exit.
Particularly with the case when multiple tabs open, prompting the user to think before closing multiple tabs may prevent a accidental loss of wor... | Help Wanted,Area-UserInterface,Product-Terminal,Issue-Task | medium | Critical |
499,964,728 | vscode | Better Touch using | Issue Type: <b>Feature Request</b>
Hello,
I realised it is not easy to select text on a touch screen. This is, because all touch gestures are interpreted as scrolling and not as selecting.
I looked what Notepad++ does. This is very interesting. Notepad++ works differently depending on what direction the touch ... | feature-request,editor-core | low | Minor |
499,977,303 | go | proposal: doc: document api compatibility | ### Background
Currently there are four official definitions for api compatibility<sup>[0](https://golang.org/doc/go1compat)[1](https://blog.golang.org/publishing-go-modules#TOC_3.)[2](https://go.googlesource.com/exp/+/master/apidiff/README.md)[3](https://golang.org/ref/spec)</sup>, as well as others offered by the co... | Documentation,Proposal | low | Minor |
500,001,558 | terminal | Cannot override Cascadia Code | # Environment
Win32NT 10.0.18362.0
Windows Terminal version: 0.5.2681.0
# Steps to reproduce
Download the latest install of Windows Terminal from the Microsoft Store.
Install a new version of Cascadia Code (attached) via the font menu.
Open Windows Terminal.
Set Font Family in Preferences to βCascadia Code... | Area-Fonts,Issue-Bug,Product-Terminal | low | Major |
500,036,782 | pytorch | The Gather problem in DataParallel: dimension are not matched. | ## π Feature
Enabling User to control which inputs should be scattered to different GPUs.
## Motivation
torch.nn.DataParrallel is a very useful tool for multi-GPU application with pytorch. However, during my application, a strange bug is that my model works well with single GPU but fails in multi-GPUs by:
**Ru... | triaged,module: data parallel | low | Critical |
500,046,178 | TypeScript | Conditional types fail to distribute in properties of mapped 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... | Docs | low | Critical |
500,055,803 | PowerToys | [FZ Editor] allow manual coordinates (absolute and relative) | # Summary of the new feature/enhancement
Sizing of custom zones in editor by dragging mouse is a little bit coarse (hit and miss) in terms of getting close to edges of screen symmetrically and allowing window edges of multiple zones to line up neatly. Some possible solutions are suggested for consideration.
# Pro... | Idea-Enhancement,FancyZones-Editor,FancyZones-Layouts,Product-FancyZones,Priority-3 | high | Critical |
500,110,583 | rust | Less codegen parallelism than expected with `-C codegen-units=16` | This is the output of `cargo build -Z timings` for Servo, on a 14 cores / 28Β threads machine, filtered with "Min unit time" at 10 seconds.
**Edit:** with Rust `nightly-2019-09-28`
. Our primary means of support is our discussion forum:
- [Discussion Forum](https://discuss.pytorch.org/)... | module: cpp,triaged | low | Minor |
500,163,549 | go | runtime: read scheduled on a different thread than a locked and associated with network namespace | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
Tested on 3 versions:
<pre>
$ go version
go version go1.11.13 linux/amd64
</pre>
<pre>
$ go version
go version go1.12.9 linux/amd64
</pre>
<pre>
$ go version
go version go1.... | NeedsInvestigation,compiler/runtime | low | Critical |
500,177,839 | terminal | Propagate palette changes on the legacy console through ConPTY w/ OSC 4 | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement.
2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl... | Help Wanted,Product-Conpty,Area-VT,Issue-Task | low | Critical |
500,178,373 | go | net/http: TimeoutHandler hides panic after timeout | If `TimeoutHandler`'s inner handler panics after the timeout, the panic is discarded:
https://play.golang.org/p/GT7lVCBu163
This happens because [after the timeout](https://github.com/golang/go/blob/4faf8a8dc44555c4fdbe4fb108f42144e58ae6b1/src/net/http/server.go#L3254), `TimeoutHandler.ServeHTTP` doesn't wait for t... | NeedsInvestigation | low | Minor |
500,182,700 | vue-element-admin | Lots of deprecated packages | input
```sh
$ git clone https://github.com/PanJiaChen/vue-element-admin.git
$ cd vue-element-admin
$ npm install
```
output
```
npm WARN deprecated runjs@4.4.2: This project has been renamed to 'tasksfile'. Install using 'npm install tasksfile' instead.
npm WARN deprecated microcli@1.3.3: This project has ... | enhancement :star: | low | Minor |
500,185,666 | material-ui | [Popover] On mobile Chrome while zoomed, opening popover causes page to jump | - [x] The issue is present in the latest release.
- [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.
\* There's an open issue related to [IconMenu for iOS devices](https://github.com/mui-org/material-ui/issues/9802), but t... | bug π,component: Popover,priority: important | medium | Major |
500,186,978 | flutter | SSL configuration | Please add **SSL** configuration like in **npm** _ssl-strict_. i can't access https://pub.dartlang.org/api/packages/cupertino_icons or any other package while running command **flutter packages get** in project directory. but when i access via browser it's letting me smoothly. | c: new feature,tool,a: first hour,P2,team-tool,triaged-tool | low | Major |
500,203,017 | rust | Two recursive trait strategies. Only one compiles. | ## Overview
I made an example to define a list in type level, and wrote two ways to recursively insert a new typed key into the list. The complete example is in the gist link.
https://gist.github.com/jerry73204/364c4b61d884c1150807cdcc9357890d
In brief, the first way is to define a vanilla recursive trait like t... | A-type-system,A-trait-system,A-associated-items,T-compiler,T-types | low | Critical |
500,203,827 | godot | Multi-threading debugger errors when using large loops | **Godot version:** 3.11
**OS/device including version:**
Intel Core i7-4790K CPU
16GB ram
Windows 8.1 64bit
**Steps to reproduce:**
Main scene:
```
extends Spatial
var threadScene = load("res://Thread.tscn")
func _ready():
print("ESC to cancel test. Check debugger for errors.")
func _input(event):
... | discussion,topic:core | low | Critical |
500,206,671 | react | Design decision: why do we need the stale closure problem in the first place? | Hi,
I initially asked this on Twitter and @gaearon suggested me to open an issue instead.
The original thread is here: https://twitter.com/sebastienlorber/status/1178328607376232449?s=19
More easy to read here: https://threadreaderapp.com/thread/1178328607376232449.html
But will try to make this issue more clear ... | Type: Discussion | high | Critical |
500,288,252 | kubernetes | Scheduler does not prioritize volume sizes | **What happened**:
With `volumeBindingMode: WaitForFirstConsumer`, scheduler does not take PV sizes into account when scheduling a Pod that can run anywhere and PVC that can find several available pre-provisioned PVs with various sizes.
**What you expected to happen**:
Scheduler tries to find as small PV as possib... | kind/bug,sig/scheduling,sig/storage,lifecycle/frozen | medium | Major |
500,333,886 | create-react-app | Global .scss declarations (variables etc...) without ejecting | ### Is your proposal related to a problem?
Yes, currentlly it isn't possible to globally load `.scss` files without needing them to be imported in _every_ `.scss` files.
This issue is merely a duplicate of #5920 and the corresponding comment https://github.com/facebook/create-react-app/issues/1619#issuecomment-438... | issue: proposal,needs triage | medium | Major |
500,341,433 | go | x/crypto/ssh/terminal: terminal.ReadPassword doesn't work when using Bash for Windows (from Git installation) | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12.5 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summa... | help wanted,OS-Windows,NeedsInvestigation | low | Critical |
500,399,902 | rust | 1.38 regression ? proc-macro derive panicked if there is r# in front of the attribute name | I have a macro and it defines an attribute called "async". When I use it, I add r# in front of it. I have this :
```
#[cowrpc(r#async)]
struct Handshake {
...
}
```
Since 1.38.0, it fails with
```
error: proc-macro derive panicked
--> src/cow/den_server_iface.rs:3:10
|
3 | #[derive(CowRpcIface)]... | A-attributes,P-medium,A-macros,T-compiler,regression-from-stable-to-stable | low | Critical |
500,422,110 | go | gccgo: oddity with export data and init functions | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
gccgo tip
<pre>
$ go version
go version go1.13 gccgo (GCC) 10.0.0 20190916 (experimental) linux/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
#... | NeedsInvestigation | low | Minor |
500,434,950 | kubernetes | Kubernetes API server stuck on metrics server API service discovery check failure | **What happened**:
Occasionally, the metrics server API service `v1beta1.metrics.k8s.io` fails discovery after cluster creation. The discovery checks often continue failing until the API service is deleted and recreated. Sometimes, discovery will eventually succeed without intervention but this could take 30 or mo... | kind/bug,sig/api-machinery,sig/instrumentation,lifecycle/frozen,triage/accepted | high | Critical |
500,473,496 | flutter | [web] Support scrolling inside the text field | There are 2 situations where the text field can scroll:
1. Very long text in a single-line text field (horizontal scrolling).
2. Many lines of text in a multi-line text field (vertical scrolling).
Currently, the scrolling works fine but the issue is that Flutter's field and the browser's field get out of sync, and... | a: text input,framework,f: scrolling,platform-web,P2,team-web,triaged-web | low | Major |
500,504,940 | flutter | [web] Support line height + word spacing in text fields | TextInput.setStyle method call informs the engine about the styling info of an editable text.
This method does not support line height and word spacing.
| a: text input,c: new feature,framework,platform-web,P3,team-web,triaged-web | low | Minor |
500,508,512 | pytorch | [jit] Document what types can be traced | Our `torch.jit.trace` docs don't mention that `Dict[str, Tensor]` can be traced, nor that NamedTuples cannot be traced
cc @suo | oncall: jit,triaged,jit-backlog | low | Minor |
500,511,067 | TypeScript | Allow circular references of project references | ## Search Terms
circular reference project references graph
## Suggestion
Currently, project reference graphs are required to be acyclical because
* Project references *imply* a `.d.ts` file is loaded, and `.d.ts` files can't exist before the build occurs
* Only acyclic graphs can be topologically sorted
... | Suggestion,Awaiting More Feedback | high | Critical |
500,527,262 | pytorch | [c10] c10 dispatch doesn't support tracing of scalars | Example:
```
import torch
def foo(x):
return torch.ops.quantized.add_scalar(x, 3)
x = torch.quantize_per_tensor(torch.rand(3, 4), 0.01, 0, torch.qint8)
torch.jit.trace(foo, (x,))
```
Results in the following error
```
RuntimeError: unsupported input type: Scalar
```
That traces back to this li... | module: internals,triaged,module: dispatch | medium | Critical |
500,528,339 | flutter | [Semantics] tester.getSemantics(...) returning unexpected merged semantics node. | I have a custom class that wraps a `FloatingActionButton`. I have a widget test for this class, and I check the semantics of my custom button using `tester.getSemantics(find.byType(MyButton))`. The `SemanticsNode` returned by this method is not the one I would expect to be returned.
Here is an example of a test I w... | a: tests,framework,f: material design,a: accessibility,has reproducible steps,P3,found in release: 1.22,found in release: 2.2,found in release: 2.3,team-design,triaged-design | low | Major |
500,531,637 | pytorch | Support implicit RRef type conversion | Currently, `dist.rpc` and `dist.remote` only matches arguments with exact types. We should support implicit RRef type conversion as described in #23110 (i.e. `T->RRef[T]` and `RRef[T] -> T`).
cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini | triaged,module: rpc | low | Minor |
500,570,869 | react | Devtools Inspect Button Doesn't Work with Repeat Selections | Maybe we can detect this case by checking $0 and if not we can temporarily select null before reselecting. (?) | Component: Developer Tools,React Core Team | medium | Minor |
500,593,380 | godot | GLES2 MSAA implementation relies on platform-defines instead of feature-based ones | **Godot version:**
master
**Issue description:**
in https://github.com/godotengine/godot/blob/bd74084e2fb431e8ef0ea3150ca82a4499f54bfb/drivers/gles2/rasterizer_storage_gles2.cpp#L4687 , there's a bunch of platform specific blocks to implement MSAA differently depending on the platform. We need to change it to be p... | bug,enhancement,discussion,topic:rendering,topic:porting,confirmed | low | Minor |
500,627,056 | go | cmd/go: error for unset $GOPATH when GOROOT is $HOME/go is unhelpful | <!-- 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.1 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture ar... | NeedsInvestigation,GoCommand | low | Critical |
500,756,975 | TypeScript | Allowing subsequent property declarations of compatible types | ## Search Terms
TS2717, subsequent property declarations
## Suggestion
Let's assume following code:
Library typings:
```typescript
interface Dictionary<T> {
[key: string]: T;
}
interface Foo {
methods: Dictionary<Function>;
}
```
User extension:
```typescript
declare module "@awesome/li... | Suggestion,Needs Proposal | low | Major |
500,764,573 | scrcpy | MediaCodec$CodecException: Error 0xfffffff4 | Hi,
I am facing the following error on a custom ROM ... and i am connected over wifi adb
```
$ scrcpy
INFO: scrcpy 1.10 <https://github.com/Genymobile/scrcpy>
/usr/local/share/scrcpy/scrcpy-server.jar: 1 file pushed. 0.1 MB/s (22546 bytes in 0.146s)
adb: error: more than one device/emulator
ERROR: "adb reve... | codec | medium | Critical |
500,770,426 | TypeScript | Array.isArray refinement loses the array's type | I realize there are a number of related issues. However, some where about ReadonlyArray, some didn't see directly related at all even though it was pointed there.
Also, this is a much smaller example, just a single line of code really:
[Playground link](http://www.typescriptlang.org/play/index.html#code/GYVwdgxgL... | Suggestion,Needs Proposal,Fix Available | low | Critical |
500,786,536 | flutter | Debugger disconnects |
## Steps to Reproduce
At some random point this happens and debugger exists.
## Logs
```
Unhandled exception:
Unimplemented clone for Kernel expression: SpreadElement
#0 CloneVisitor.defaultExpression (package:kernel/clone.dart:567:5)
#1 ControlFlowElement.accept (package:front_end/src/fasta/k... | tool,a: quality,a: debugging,a: annoyance,P2,team-tool,triaged-tool | low | Critical |
500,931,341 | go | proxy.golang.org: improve the last FAQ entry about module retention | The last entry currently states that
> **Why did a previously available module become unavailable in the mirror?**
> proxy.golang.org does not save all modules forever. There are a number of reasons for this, but one reason is if proxy.golang.org is not able to detect a suitable license. In this case, only a tempo... | NeedsFix,proxy.golang.org | low | Major |
500,940,511 | vscode | API to toggle between flat tree (list) and tree for custom view | Context: https://github.com/microsoft/vscode-references-view/pull/54 | feature-request,api,tree-views | low | Minor |
500,949,774 | godot | Multi-threading related crash during play in Label::regenerate_word_cache | **Godot version:** 3.1.1 Mono
**OS/device including version:** Windows 10 64bit
**Issue description:**
I am using Mono in a project right now. It worked fine until lately. The player is now randomly crashing without any of my C# code running. The player just crashes after a few seconds - minutes. Its unpredictab... | bug,topic:core,confirmed,crash,topic:gui | medium | Critical |
500,986,433 | pytorch | CUDAPytorchToCaffe2.MutualResizes is flaky | ```
Oct 01 01:05:15 [ OK ] CUDAPytorchToCaffe2.SharedStorageWrite (0 ms)
Oct 01 01:05:15 [ RUN ] CUDAPytorchToCaffe2.MutualResizes
Oct 01 01:05:15 /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_tensor_interop_test.cpp:151: Failure
Oct 01 01:05:15 Expected equality of these values:
Oct 01 01:05:15 ... | caffe2-op,module: cuda,module: tests,triaged,module: flaky-tests | low | Critical |
501,030,629 | flutter | "flutter run" crashes on Android | Steps to Reproduce
<!-- Please tell us exactly how to reproduce the problem you are running into. -->
1. flutter run
## Logs
```
Flutter crash report; please file at https://github.com/flutter/flutter/issues.
## command
flutter run
## exception
ProcessException: ProcessException: Process "C:\Us... | c: crash,platform-android,tool,t: gradle,a: build,P2,team-android,triaged-android | low | Critical |
501,033,397 | flutter | Text layout without blocking the UI | There are a number of bugs that I've seen that boil down to this: if you have a large chunk of text, laying it out may be expensive enough where it blocks the UI for an unacceptable amount of time. One work around for this is to try to break up your text into smaller chunks, which works if you already have natural bre... | framework,engine,c: performance,dependency: skia,a: typography,perf: speed,P2,team-engine,triaged-engine | low | Critical |
501,033,898 | flutter | [camera] Add macOS support | Since laptops commonly have cameras built in, this would be potentially useful.
~Blocked on #30717~ | c: new feature,platform-mac,p: camera,package,a: desktop,P3,team-macos,triaged-macos | medium | Critical |
501,033,937 | flutter | [camera] Add Linux support | Since laptops commonly have cameras built in, this would be potentially useful.
~Blocked on https://github.com/flutter/flutter/issues/64188~ | c: new feature,platform-linux,p: camera,package,a: desktop,P3,team-linux,triaged-linux | high | Critical |
501,036,138 | pytorch | torch::jit::script::Module has no zero_grad() | ## π Bug
I'm writing a C++ program that loads a module from disk and tries to work with it. Unlike `nn::Module`, it appears that `torch::jit::script::Module` has no `zero_grad()` method. This makes it impossible to do optimization.
## Environment
- PyTorch Version (e.g., 1.0): Nightly build downloaded Sept... | oncall: jit,triaged,jit-backlog | low | Critical |
501,040,508 | vscode | [json] allow $ref in confiuguration schemas | Issue Type: <b>Bug</b>
Steps to Reproduce:
1. Create a ["definitions"](https://json-schema.org/understanding-json-schema/structuring.html) member for a JSON schema, and put a subschema there.
2. Attempt to refer to this subschema in `settings.json`.
***
I'm in a folder called "json" with a subfolder called... | feature-request,json | low | Critical |
501,053,406 | flutter | Implement PlatformView support on macOS | We'll want to support embedding native views in a Flutter view, as is currently supported on mobile.
Remaining tasks:
* [X] Gesture support
* [ ] Focus traversal
* [ ] Accessibility tree merging | c: new feature,platform-mac,a: platform-views,a: desktop,P2,team-macos,triaged-macos | low | Critical |
501,053,445 | flutter | Implement PlatformView support on Linux | We'll want to support embedding native views in a Flutter view, as is currently supported on mobile.
~This is of course blocked on #30729 since until we have a view-based toolkit implementation for Linux, there's no concept of a "view" to embed.~ | c: new feature,customer: crowd,platform-linux,a: desktop,P2,team-linux,triaged-linux | low | Critical |
501,053,602 | pytorch | Stop binding in-place methods to `torch.*` | ## π Bug
`torch.abs_` should not exist, but it does:
```
In [1]: import torch
In [2]: torch.abs_
Out[2]: <function _VariableFunctions.abs_>
```
| triaged,module: ux | low | Critical |
501,055,120 | flutter | [webview_flutter] Add Linux support | Once we definitively pick a toolkit, we'll need to evaluate web view options for that toolkit.
Blocked on #41724 | c: new feature,p: webview,platform-linux,package,a: desktop,P2,team-linux,triaged-linux | low | Critical |
501,072,107 | flutter | [google_maps_flutter] Performance drop when loading markers from bytes | Hi there,
I'm building a map application in which I have A LOT of different marker designs to display (depending on the kind of POI).
As I have to constantly renderer different marker on the map, I decided to optimize performance by loading all the marker design from assets file (using `BitmapDescriptor.fromImageAs... | c: performance,p: maps,a: images,package,team-ecosystem,has reproducible steps,P2,found in release: 2.2,found in release: 2.4,triaged-ecosystem | low | Major |
501,097,311 | terminal | Alt-Gr issue (global one also affecting conhost, not just Windows Terminal) | # Environment
`Windows 10 Education, Build 18362.19h1_release_svc_19h2_rel.190621-1123`
Windows Terminal version (if applicable): Latest build from revision 0ce08aff ,
i.e. after commit 33361698 (but it didn't work either before).
Any other software? -> Testing Mathematica 11.3 kernel, but also reproducible
us... | Product-Conhost,Help Wanted,Area-Input,Issue-Bug | low | Minor |
501,099,082 | TypeScript | Remove useless `@βtypedef` comments in `declaration` | JS input
```js
// @ts-check
/**
* @typedef {number} Foo
* Docs for `Foo`.
*/
export class Bar {
}
```
```sh
tsc --declaration --allowJs --emitDeclarationOnly foo.js
```
# Current Behavior
```ts
/**
* @typedef {number} Foo
* Docs for `Foo`.
*/
export class Bar {
}
/**
* Docs fo... | Bug,Effort: Difficult,Domain: Comment Emit,Domain: Declaration Emit | medium | Minor |
501,134,718 | flutter | FLUTTER_BUILD_MODE isn't compatible with plugins on macOS | Using FLUTTER_BUILD_MODE to override the framework type on macOS works with a trivial project, but the Podfile uses FLUTTER_FRAMEWORK_DIR which isn't affected by it. That means that if any plugins are added, the Podfile logic will add a reference into the build that points unconditionally to the "real" build mode, and ... | tool,platform-mac,a: desktop,P3,team-macos,triaged-macos | low | Critical |
501,138,583 | TypeScript | Language service fails to provide type info | Looks like recursive type breaks type info on Win10. Ubuntu works fine.
cc @ahejlsberg
Language service outputs no info. See #33631.
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.4.0-dev.20191001
<!-- Search terms you tried be... | Bug,Needs Investigation | low | Minor |
501,144,765 | go | x/tools/go/analysis/passes/atomicalign: panic when running against k8s.io/apiserver/pkg/server with GOOS/GOARCH linux/arm | ### What version of Go are you using (`go version`)?
<pre>
$ go version 1.13
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary><br><pre>
$ go env
GO111M... | NeedsInvestigation,Tools,Analysis | low | Critical |
501,167,155 | storybook | Deprecation warnings in docs | I'm interested in marking components as deprecated to indicate that they should no longer be used, but the `jsdoc` attribute `@deprecated` is not being shown in the docs output in a way that is pronounced enough for readers.
**Describe the solution you'd like**
It would be awesome to have a subset of docs for styli... | feature request,addon: docs | low | Major |
501,167,168 | pytorch | Easier way to create tensors with names | ## π Feature
Right now, to create a tensor with names, we do
```
x = torch.randn(3, 3, 3, 3, names=('N', 'C', 'H', 'W'))
```
Typing the ' a lot is an inconvenience. It would be nice to explore one of the following APIs:
1. `x = torch.randn(N=3, C=3, H=3, W=3)` (Python >= 3.6)
2. `x = torch.randn(torch.di... | triaged,enhancement,module: named tensor | medium | Major |
501,201,279 | vscode | [css] css.lint.hexColorLength seems to be now irrelevant | Issue still occurs in Insiders v1.39.0
<!-- Use Help > Report Issue to prefill these. -->
- VSCode Version: 1.39.0
- OS Version: macOS 10.14.6
Steps to Reproduce:
1. Set css.lint.hexColorLength to error or warning
2. Create a css file with a wrongly formatted color value
```
div {
color: #ccc0003;
}... | bug,css-less-scss | low | Critical |
501,224,422 | flutter | ListView parameter to keep rendered children alive | <!-- 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: scrolling,P3,team-framework,triaged-framework | low | Critical |
501,268,099 | neovim | flaky test: wait_spec.lua @ 53: wait() evaluates the condition on given interval | ```
[ FAILED ] test/functional\eval\wait_spec.lua @ 53: wait() evaluates the condition on given interval
test/functional\eval\wait_spec.lua:62: Expected objects to be the same.
Passed in:
(number) 0
Expected:
(number) -1
stack traceback:
test/functional\eval\wait_spec.lua:62: in function <test/functional\e... | bug,test | low | Critical |
501,292,969 | flutter | Automatically migrate app project to use the new Android embedding | If an app is using the old embedding and a plugin is using the new embedding. Then, we could try to migrate the app to the new embedding automatically. | c: new feature,platform-android,tool,a: existing-apps,P3,team-android,triaged-android | low | Major |
501,309,059 | flutter | Draggable zone on a transformed element is wrong. | When having a transformed element inside a draggable zone, the draggable zone is not transformed.
## Steps to Reproduce
Minimal example:
```
import 'dart:math' as math;
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget... | framework,d: api docs,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-framework,triaged-framework | low | Critical |
501,323,003 | rust | Missed optimization: Vec::splice() is not zero-cost | To reproduce, compile the following two functions with, say, `-C opt-level=3` using, say, `rustc 1.38.0`:
```rust
pub fn one(xs: &mut Vec<i32>) {
xs.clear();
xs.push(1);
}
pub fn two(xs: &mut Vec<i32>) {
xs.splice(.., Some(1));
}
```
[Godbolt](https://godbolt.org/z/CHJXuU)
Since they are obvi... | I-slow,A-collections,T-libs-api,T-compiler,C-bug | low | Critical |
501,324,161 | TypeScript | Function body is not checked against assertion signature | **TypeScript Version:** 3.7.0-dev.20191002
**Search Terms:** assertion signatures, asserts, not checked, unchecked, unsound
**Code**
```ts
function assertIsString(x: number | string): asserts x is string {
}
function test(x: number | string) {
assertIsString(x);
x.toUpperCase();
}
test(4);
... | Suggestion,Needs Proposal | low | Critical |
501,416,827 | TypeScript | Allow overload signatures when writing class property initializers | <!-- π¨ STOP π¨ π¦π§π’π£ π¨ πΊπ»πΆπ· π¨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker.
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ, especia... | Suggestion,Awaiting More Feedback | low | Critical |
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.