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
505,529,125
TypeScript
Debug Failure. Did not expect PropertyDeclaration to have an Identifier in its trivia
We can see via telemetry this happens a fair amount. The invalid parse tree indicated by this assertion may be the root cause of a VS crash @uniqueiniquity was investigating, but we haven’t been able to reproduce. Posting this issue in the hopes that someone will search for this and provide us with more clues. (Note...
Bug,Crash
low
Critical
505,611,727
flutter
gradle_jetifier_test fails on macOS Cirrus
``` [gradle_jetifier_test] [STDOUT] Executing: find /usr/local/share/android-sdk -name dexdump [gradle_jetifier_test] [STDOUT] "find" exit code: 0 [gradle_jetifier_test] [STDERR] Task failed: Exception: Couldn't find a dexdump executable. ``` Currently this test is disabled on Cirrus by virtue of the shard not b...
a: tests,platform-android,tool,platform-mac,t: gradle,P2,team-android,triaged-android
low
Critical
505,650,877
node
Refactor Worker and NodeMainInstance class to reuse code
Opening an issue to discuss about how to refactor the `Worker` and `NodeMainInstance` class to reuse code. My current plan is to create a base class `NodeInstance` and try to strip out common code in `WorkerData`/`Worker` as well as `NodeMainInstance` in there, and then make `Worker` and `NodeMainInstance` inherit f...
process
low
Minor
505,686,267
react
mouseEnter behaves like mouseOver when using ReactDOM.render() to mount a child element
<!-- Note: if the issue is about documentation or the website, please file it at: https://github.com/reactjs/reactjs.org/issues/new --> **Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** When using `ReactDOM.render()` to mount a child element, `mouseEnter` beh...
Component: DOM,Type: Needs Investigation
low
Critical
505,736,856
flutter
Add-to-app Flutter build script fails when Podfile is in different directory from Xcode project
We found that there is `Run Flutter Build Script` in flutter 1.9. ``` flutter_export_environment_path = File.join('$SRCROOT', relative, 'flutter_export_environment.sh'); script_phase :name => 'Run Flutter Build Script', :script => "set -e\nset -u\nsource \"#{flutter_export_environment_path}\"\n\"$FLUTTER_ROO...
platform-ios,tool,a: existing-apps,P3,team-ios,triaged-ios
low
Major
505,757,006
node
Http2Stream emit connection related 'error' after receiving all data of stream.
The following conditions cause an error event on `http2stream`, even though `http2stream` received all data and RST_STREAM from a client. 1) `http2stream` is not destroyed(does not consume all data) 2) goaway frame is not received 3) socket error happens 4) `http2stream` received all data and RST_STREAM Socket...
stream,http2
low
Critical
505,771,129
pytorch
Scripting torchvision.models.detection.maskrcnn_resnet50_fpn
## 🐛 Bug **My Code:** ``` import torch import torchvision print('going in...') # scripted_module = torch.jit.script(torch_model) # scripted_module = torch.jit.script(GeneralizedRCNN(cfg.clone())) torch.jit.script(torchvision.models.detection.maskrcnn_resnet50_fpn(pretrained=True)) ``` <!-- A clear and conc...
triaged,module: vision
low
Critical
505,799,040
flutter
Developing Flutter with VSCode and WSL2
Since I mostly develop Web, using nginx, PHP and MySQL, I have ported my WebDev-environment entirely to WSL2. Since performance is very important, all my web-related projects reside on the WSL2-vhdx file `/home/user/Projects/Web`. In WSL2 I've installed all my necessary tools for a nice and neat Linux-like experience...
c: new feature,tool,platform-windows,P3,team-tool,triaged-tool
medium
Major
505,829,426
electron
Child window's previous maximized/minimized state isn't restored when minimizing and restoring the parent window
### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have sea...
platform/windows,bug :beetle:,status/confirmed,5-0-x,component/BrowserWindow,7-1-x,10-x-y
low
Major
505,915,304
vscode
Extension proxy doe not tunnel https to http
<!-- 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.39.1 - OS Version: Ubunt...
bug,proxy
low
Critical
505,942,190
terminal
Open new terminal tab in same directory as existing tab (OSC 7?)
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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,Product-Powershell,Product-Conpty,Area-VT,Area-Settings,Product-Terminal
high
Critical
505,964,616
pytorch
Version number is still duplicated in a bunch of places
Current sites: https://github.com/pytorch/pytorch/pull/27751 https://github.com/pytorch/pytorch/pull/27374 cc @ezyang @pbelevich @soumith
module: binaries,triaged,better-engineering
low
Minor
505,970,806
TypeScript
Suggestion: disallow synthetic imports for ES modules
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps b...
Suggestion,Awaiting More Feedback
low
Critical
505,993,935
godot
url, b, u and i tags in RichTextLabel don´t respect the margin
**Godot version:** 3.1.1-stable_win32 **OS/device including version:** Windows 7/PC **Issue description:** When a text marked with a url, u, b or i tag inside a Richtextlabel hits the margin area, it just go over the margin no matter what. The regular text detects the margin and jumps to the next line, but the ta...
bug,topic:gui
low
Critical
506,006,892
pytorch
Test `make html-stable` target in CI
Right now, in the CI, we build master docs on all PRs. Every time a release comes around I am nervous if the stable docs (built with `make html-stable`) are buildable or not. We should also build stable docs on all PRs. cc @ezyang @zou3519
triaged,module: doc infra
low
Minor
506,034,460
flutter
mDNS does not work on an iPad
It appears that mDNS discovery is not working on iPads. The seriousness of this is exacerbated by https://github.com/flutter/flutter/issues/41133. There are additional reports [here](https://github.com/flutter/flutter/issues/41911) @jaco-pixeldump @enricobenedos. ## Steps to Reproduce `flutter run -v` any flutter...
tool,P2,team-tool,triaged-tool
low
Critical
506,050,354
flutter
Report more detail about hot reload/restart failures to analytics
The tool sometimes fails to send analytics when there is an exception during hot reload, like here: https://github.com/flutter/flutter/blob/e76160703f0a027c90d2c71ebfcb829306edccd2/packages/flutter_tools/lib/src/run_hot.dart#L774 Also, the tool could send more information on a rejection notice from the VM. Curren...
tool,t: hot reload,from: study,a: quality,a: annoyance,P2,team-tool,triaged-tool
low
Critical
506,062,312
pytorch
torch.cuda.default_generators documentation referenced but don't exist.
https://github.com/pytorch/pytorch/blob/master/docs/source/torch.rst (scroll down to default_generators) cc @ezyang @gchanan @zou3519 @jerryzh168
high priority,module: docs,module: cuda,triaged
low
Major
506,074,989
godot
Parser Error: Identifier '_some_singleton' not declared in the current scope.
**Godot version:** 3.1.1 **OS/device including version:** Win 10 **Issue description:** When pressing F6 to play a scene, the parser error in the title is thrown referring to a AutoLoad singleton. This happens only sometimes - reopening Godot and the project makes the problem rarer in my case. This doesn't hap...
bug,topic:gdscript,confirmed
medium
Critical
506,077,011
pytorch
docs for torch.cuda.reset_max_memory_reserved don't exist
The documentation has an[entry for it](https://github.com/pytorch/pytorch/blob/master/docs/source/cuda.rst), but the documentation website [doesn't have it](https://pytorch.org/docs/master/cuda.html).
module: docs,module: cuda,triaged
low
Major
506,096,549
go
x/website: link to /dl from project and release history pages
It'd be nice to get the download page linked from more places like The Project, Release History, and the release pages. I always end up on the releases pages first and then don't see a link to find the sha256s and URLs to grab them. It'd be nice to just have link to the downloads page on those
Documentation,NeedsInvestigation,website
low
Minor
506,124,589
TypeScript
Expose `resolvedModules` property of `SourceFile`
**TypeScript Version:** 3.6.4 **Code** ```ts import * as ts from 'typescript' function createCompilerHost(): ts.CompilerHost { function fileExists(fileName: string): boolean { return ts.sys.fileExists(fileName) } function readFile(fileName: string): string | undefined { return ts.sys.rea...
Suggestion,API,Awaiting More Feedback
low
Major
506,147,371
godot
_init() not work in visual script
**Godot version:** Godot 3.2 alpha2 **OS/device including version:** Ubuntu 18.04 LTS x86_64 **Issue description:** _init() not work in visual script **Steps to reproduce:** Create a simple visual script like: ![init_bug_screenshot](https://user-images.githubusercontent.com/5593546/66697043-7b8cfc00-ed04-11...
bug,confirmed,topic:visualscript
low
Critical
506,179,978
vscode
Support for RHEL 8 in FIPS mode
<!-- 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.39.1 - OS Version: RHEL ...
help wanted,feature-request,install-update,linux
medium
Critical
506,203,798
terminal
cursorWidth for vertical bar
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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,Area-Settings,Product-Terminal,Issue-Task
medium
Critical
506,205,451
TypeScript
Improve Intellisense for String Enums
<!-- 🚨 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...
Bug
low
Critical
506,207,026
youtube-dl
site support for panopto.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
medium
Critical
506,212,884
flutter
Severe Performance issue rendering Emoji's on first run.
note: Its worse in release mode. I guess because everything is fast but that first run rendering the emoji slows everything around it. Very bad performance when navigating to a listview with emoji text when on the first run of the application. Really pisses me off personally so if i was an end user of my application...
framework,c: performance,d: api docs,a: typography,P2,team-framework,triaged-framework
low
Major
506,215,035
flutter
SliverAppBar not tappable while scrolling up when snap=true
Internal: b/142343241 Steps to reproduce: 1. Create a simple sliver with a SliverAppBar with snap=true and SliverList. 2. Scroll down. 3. Scroll up. 4. While the scroll up is still in progress, tap the SliverAppBar. Expected behaviour: * SliverAppBar should remain, and the tap should be recognized and handled ...
framework,f: material design,f: scrolling,customer: quill (g3),has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Major
506,216,641
flutter
[url_launcher] Status bar color is not set
Internal: b/140725708 url_launcher Flutter plugin doesn't update the status bar color when the Safari view controller is pushed. If the background color of the app is black (and/or app sets the status bar to white), the url_launcher will happily launch safari with the same configuration causing the status bar to disap...
platform-ios,p: url_launcher,package,P3,team-ios,triaged-ios
low
Major
506,218,060
flutter
VoiceOver not reading next carousel item after scroll gesture
Internal: b/142594347 My app has a carousel widget which requires users to use the screenreader scroll gesture to see the next item in the carousel. A11y testers filed b/142130922. On Android, this works fine. You perform the scroll gesture (swipe right then left), and it scrolls, then focuses on the new item and r...
platform-ios,framework,engine,a: accessibility,has reproducible steps,P3,team-ios,triaged-ios,found in release: 3.16
low
Major
506,224,610
godot
If a `preload` is highlighted by wrong file name, renaming the file does not update the script editor
Godot 3.2 alpha2 Say you have this in your script: ```gdscript const MyShader = preload("./../my_shader.shader") ``` If the file name is actually `the_shader.shader`, it will cause the line to be highlighted red and produce an error. Now if you rename your file to be `my_shader.shader`, it should match the sc...
bug,topic:editor,confirmed,usability
low
Critical
506,228,527
pytorch
Improve the error message when trying to install in a 32-bit Python environment
## 🐛 Bug Trying to install the stable release following instructions from https://pytorch.org/get-started/locally/ results in the message `ERROR: No matching distribution found for torch===1.3.0`. Trying to install the preview release results in a python error. ## To Reproduce Steps to reproduce the behavi...
triaged,enhancement
medium
Critical
506,230,016
TypeScript
Sorting an array removes type inference
**TypeScript Version:** 3.7.0-dev.20191011 **Search Terms:** type inference **Code** ```ts function getAllValuesUnsorted(m: ReadonlyArray<ReadonlyArray<string>>): ReadonlyArray<string> { // OK return Array.from(flatten(m.values())) } function getAllValuesSorted(m: ReadonlyArray<ReadonlyArray<string>>...
Bug
low
Critical
506,232,623
go
x/website/internal/dl: document /dl/?mode=json API more prominently
It would be nice for the JSON mode of golang.org/dl to be documented somewhere (https://golang.org/dl/?mode=json). I wasn't able to find it until after I built a project to recreate the same functionality and someone pointed it out. Having a JSON API for Go releases is great and I think some folks would build more to...
Documentation,NeedsFix
low
Major
506,233,477
rust
Improve pretty printing of const raw pointers
#64986 changed the pretty-printing of const raw pointers to `{pointer}`. This can cause confusing diagnostics due to the lack of detail the printing of raw pointers provides, like the following: ``` error[E0308]: mismatched types --> $DIR/raw-ptr-const-param.rs:7:38 | LL | let _: Const<{15 as *const _}> =...
C-enhancement,A-diagnostics,T-compiler,A-const-generics
low
Critical
506,244,071
node
FSWatcher.close() incurs a big performance cost in >=10.16
<!-- Thank you for reporting a possible bug in Node.js. Please fill in as much of the template below as you can. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify the affected core module name If possible, please pro...
fs
low
Critical
506,258,126
go
proposal: spec: compile-time boolean assertions
I propose adding compile-time boolean assertions to Go. [I don't feel strongly about this proposal, but it seems pretty minimal; easy to implement; and to make some real world code somewhat easier to read/write. I've also not found any past discussion of this idea, so it seemed worth at least writing down even if re...
LanguageChange,Proposal,LanguageChangeReview
medium
Critical
506,258,325
fastapi
Further develop startup and shutdown events
While the documentationn for FastAPI is in general extremely solid, there's a weakpoint that I feel hints at some underdevelopped feature within the framework, and that's [startup and shutdown events][1]. They are briefly mentionned (separately) with the startup event in particular being demonstrated like this : ```...
feature,reviewed
high
Critical
506,258,886
neovim
UI: signcolumn (signs "gutter") on the right side
Would it be possible to implement a signcolumn on the right side? Plugins could be build to use it as a scrollbar/minimap or as an indicator for warnings or highlighted search-results. Maybe it should be even possible to use both for indications and scrollbar like in modern guis/ides. Preferably, it should be general e...
enhancement,ui-extensibility,column
low
Major
506,258,941
flutter
Support persistant page offset for PageController
<!-- 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
506,274,549
TypeScript
tsc --watch initial build 3x slower than tsc
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 3.7.0-dev.20191011, 3.6.4, 3.5.2 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** DeepReadonly slow watch mode **Code** ...
Needs Investigation,Domain: Performance,Fix Available,Rescheduled
high
Major
506,281,032
vue
transition-group with duration property doesn't work
### Version 2.6.10 ### Reproduction link [https://codesandbox.io/s/vue-template-lcrsy](https://codesandbox.io/s/vue-template-lcrsy) ### Steps to reproduce Click "Move" button. ### What is expected? Both two lists move with animation. ### What is actually happening? Only second list which is...
feature request,discussion,transition
medium
Minor
506,286,868
TypeScript
--noEmitOnError trace has incorrect number of errors
**TypeScript Version:** 3.6.4 (also tested typescript@next) **Search Terms:** noEmitOnError **Code** ```ts const x: string = 5; ``` ```json { "compilerOptions": { "noEmitOnError": true }, "include": [ "lib" ] } ``` **Expected behavior:** Error number is 1. **Actual behavior:** ...
Bug
low
Critical
506,296,556
go
x/net/http2: ability to access raw HTTP/2 stream
I am interested in creating a HTTP proxy (note: _not_ a reverse proxy) in Go. I'm only interested in implementing the `CONNECT` method. All other methods are irrelevant for me. https://github.com/elazarl/goproxy comes very close to what I want to do, but I'm also interested in [supporting `CONNECT` when client is conne...
NeedsInvestigation,FeatureRequest
low
Major
506,311,791
flutter
Add Tap Handlers to `TableRow`
## Use case While laying out a drawer menu I decided to give Table a try because it seems a good fit if you want to show icons before the entries, sometimes another icon behind in a regular grid. When the user wants to select a menu entry it should be possible that he taps anywhere on the Row. Adding GestureDete...
c: new feature,framework,f: gestures,P2,team-framework,triaged-framework
low
Major
506,326,327
neovim
Backup file creation depends on umask and permissions of file
To reproduce: - Create two files a and b with permissions 664 and 644 respectively \ - set `umask` to `0022` ```bash touch a b chmod 664 a chmod 644 b umask 0022 ``` - Edit the files in vim with `backup` enabled and `backupdir` set to a nonexistent directory `foo` - Observe that vim is unable to *write* to a backup f...
security,core
low
Critical
506,329,929
vue
Error compiling long string litteral (many + on many lines)
### Version 2.6.10 ### Reproduction link [https://codesandbox.io/embed/vue-template-ysl83](https://codesandbox.io/embed/vue-template-ysl83) ### Steps to reproduce Just click the link and you see the error and start editing. Go to the second of the component and you see a red line (line no 24?) It says that t...
bug,has workaround
medium
Critical
506,337,955
youtube-dl
Unable to download XML: HTTP Error 404: Not Found (caused by HTTPError())
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
geo-restricted
low
Critical
506,347,003
flutter
How to create complex route transitions?
By complex animation I mean is that it not only transits to a new route, but also does something on an old route. For example, in every app (both android and iOS) it is considered a good practice to have a transition, which pushes new route from right and old route goes a bit to left and dims. Your dev guides and AP...
framework,a: animation,d: examples,c: proposal,P3,team-framework,triaged-framework
low
Major
506,359,129
godot
Particles2D don't disable emitting after one-shot, when starting off-screen
**Godot version:** 3.2 alpha2 **Issue description:** When you create Particles2D, enable `one_shot` and start emitting when particles are outside visible radius, the emitting is never disabled and will start only when particles are again on screen. This is annoying, because I wan't to e.g. play explosion, but are ...
bug,topic:rendering,confirmed,topic:particles
low
Major
506,360,281
terminal
Defer initial terminal sizing until terminal initialization
Right now the initial window size is calculated just as the window is created but before the terminal is. This has two disadvantages: 1. It doesn't have all the size information. Right now its only the width of a scrollbar that it has to guess but there could be more (potentially variable size) elements in the future....
Help Wanted,Area-Rendering,Area-UserInterface,Product-Terminal,Issue-Task
low
Minor
506,366,824
go
encoding/gob: type information missing from nested ignored interfaces
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> > println(runtime.Version()) go1.13.1 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you u...
NeedsInvestigation
low
Minor
506,389,616
youtube-dl
[YouTube] Conversion fail on encrypted video/audio files
### What is the purpose of your *issue*? - [x] Bug report (encountered problems with youtube-dl) - [ ] Site support request (request for adding support for a new site) - [ ] Feature request (request for a new functionality) - [ ] Question - [ ] Other --- ``` C:\Users\Desktop\youtube-dl>youtube-dl.exe -f 225...
account-needed
low
Critical
506,449,763
godot
Android deploy with Remote Debug or Network FS doesn't work over Wi-Fi
**Godot version:** master (1fed266bf) **OS/device including version:** Host: Arch Linux, 64bit Android Device: Oculus Quest, 9.0.0 **Issue description:** The short version is `adb reverse ...` doesn't work over the network for some reason due to an [adb bug](https://issuetracker.google.com/issues/370662...
bug,platform:android,topic:editor,confirmed,topic:network
low
Critical
506,490,937
flutter
[local_auth] stickyAuth causes IllegalStateException
I'm receiving crash in Crashlytics with following stack trace: ``` Fatal Exception: java.lang.IllegalStateException Can not perform this action after onSaveInstanceState androidx.fragment.app.FragmentManagerImpl.checkStateLoss (FragmentManagerImpl.java:1536) androidx.biometric.BiometricPrompt.authenticate (Biometr...
c: crash,platform-android,p: local_auth,package,P2,c: fatal crash,team-android,triaged-android
low
Critical
506,521,065
TypeScript
Describe function signature using an interface
## Search Terms function implements interface ## Suggestion Allow functions to indicate interfaces that they implement, allowing usage of a function interface. Properties defined on an interface would not be possible unless they are defined as optional ## Use Cases When using function overloads, the...
Suggestion,In Discussion
high
Critical
506,565,489
pytorch
RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 1. Got 24 and 195 in dimension 0 at /opt/conda/conda-bld/pytorch_1565272271120/work/aten/src/TH/generic/THTensor.cpp:689
I am trying to use Tracing mechanism to trace my python model. Below is my nn.Module: ``` class GeneralizedRCNN(nn.Module): """ Main class for Generalized R-CNN. Currently supports boxes and masks. It consists of three main parts: - backbone - rpn - heads: takes the features + the prop...
oncall: jit,module: nn,triaged
low
Critical
506,579,897
pytorch
caffe2 install VS2019 CUDA 10.1 lib\torch.lib : fatal error LNK1248: image size (10028FA9F) exceeds maximum allowable size (FFFFFFFF)
## 🐛 Bug Hi all I'm trying to build Caffe2 on Pytorch from Binaries, have used Python 2.7 with VS 2019 and CUDA 10.1. Cmake donwloaded manually and also updated via Conda as read from other users posting my issue. BUILD_SHARED_LIB=OFF per instructions in build_windows.bat, get error : ``` # #lib\torch.lib : fatal...
caffe2
medium
Critical
506,626,409
terminal
Terminal startup location partially off Desktop
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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,Issue-Bug,Area-UserInterface,Product-Terminal,Priority-3
medium
Critical
506,675,235
pytorch
Be able to build torch.distributed documentation easier
## 📚Motivation It is pretty hard to build pytorch documentation for releases right now. To make the releases easier, it would be great if we could build the documentation easier and on the platforms that devs use the most (linux and mac os). One of the trickier things to build is the torch.distributed documentation...
oncall: distributed,triaged,module: doc infra
low
Major
506,681,050
rust
Replace most of rustc_metadata::schema with something based on queries.
Right now (cross-crate) "metadata" is encoded as an ad-hoc heterogeneous tree, described in [`rustc_metadata::schema`](https://github.com/rust-lang/rust/blob/d28a9c38fe14396e86ae274c7847e20ee0f78ca9/src/librustc_metadata/schema.rs), with `Lazy<T>` acting as indirection (as in "pointer to `T`", inside the "metadata" blo...
C-cleanup,A-metadata,I-compiletime,T-compiler
low
Major
506,708,584
go
reflect: SetMapIndex does not permit adding nil values of interface type
### What version of Go are you using (`go version`)? I'm executing this on the Go playground (currently at 1.13.1). Sample provided. ### What did you do? I tried to add an entry to a map of type map[string]interface{} using reflection. The behavior differs depending on if the actual value is an interface or a co...
Documentation,NeedsInvestigation,compiler/runtime
low
Major
506,717,171
TypeScript
type for Function.prototype.bind wrongly preserves fields on a function
When calling `bind` on a function Javascript does not copy the properties across that have been added to that function, however TS treats them as having been copied. <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 3.7-Beta <!-- Search te...
Suggestion,Awaiting More Feedback
low
Critical
506,717,762
godot
Xbox 360 Controller not recognized in Firefox (Mac)
**Godot version:** 3.1.1 **OS/device including version:** macOS 10.14.6; Firefox 69.0.3 **Issue description:** In Chrome and the Mac build, I'm able to use an Xbox 360 Controller, which presents to the engine as "Xbox 360 Wired Controller." However, this doesn't get recognized in Firefox, perhaps because the name...
bug,platform:web,topic:input
low
Critical
506,763,400
flutter
invokeMethod on MockedMethodCallHandler should have an option to invoke the "real" handler and bypass the mock
## Use case I am mocking platform messages for Firebase. I have the option to setMockMethodCallHandler for the plugin to invoke code for tests to allow users to use sane defaults or provide their own custom responses. However, the internals of the plugin will respond to normal platform channel messages and allocate pr...
a: tests,c: new feature,framework,c: proposal,P3,a: plugins,team-framework,triaged-framework
low
Minor
506,778,301
flutter
Provide visual feedback when the app is ready for the Dart Debug Extension
### Current behavior When I run a flutter web app using the following command: ``` flutter run -d chrome --no-web-browser-launch ``` The app would load but not render anything until the Dart Debug Extension is clicked. ### Problem The problem is that the app takes sometime to be ready, and there's no way to ...
tool,platform-web,P3,team-web,triaged-web
low
Critical
506,811,418
flutter
AccessibilityBridge test on iOS
We should have tests to test if the accessibility bridge builds the iOS accessibility tree correct based on the semantics tree provided by the framework. It would also require a dedicated iOS device that has voice over on to run the test. https://github.com/flutter/flutter/issues/42270
a: tests,platform-ios,a: accessibility,P2,team-ios,triaged-ios
low
Major
506,812,306
flutter
Wire up automated code coverage reporting for the engine.
It is possible to generate total test coverage in the engine using `//flutter/build/generate_coverage.py`. However there is no automated reported of these numbers. This must be wired up on CI so engine developers don't have to run the script locally to figure out test coverage impact of their patches.
a: tests,engine,P2,team-engine,triaged-engine
low
Minor
506,833,703
terminal
Tile mode for background image stretch
# Description of the new feature/enhancement I'm trying to use a patterned GIF as a background image, but didn't find an option to tile it. A new option for setting the stretch mode to tile the image would be great. It would be a nice option as images like these simply don't look good under other modes or require ex...
Help Wanted,Area-UserInterface,Product-Terminal,Issue-Task,Priority-3
low
Major
506,849,965
kubernetes
kubelet does not honor shortened grace period on already-deleting pod
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Delete a po...
kind/bug,priority/backlog,sig/node,lifecycle/frozen,triage/accepted
medium
Critical
506,865,924
pytorch
`num_batches_tracked` update in `_BatchNorm` forward should be a single scalar update on host regardless of the residence of the layer
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> `num_batches_tracked` is single scalar that increments by 1 every time `forward` is called on the `_BatchNorm` layer with both `training` & `track_running_states` set to true. Our current implementation stores it as a single-element buff...
module: performance,module: nn,module: cuda,triaged,enhancement
low
Major
506,883,407
pytorch
Specifying `pos_weight` in F.binary_cross_entropy_with_logits leads to RuntimeError: class size not match
The function `F.binary_cross_entropy_with_logits` should be able to handle arbitrary logits shapes, but the argument, `pos_weight` still assumes the size of the second channel be the number of classes. Example: ``` import torch import torch.nn.functional as F inputs = torch.randn(4, 100, 100) targets = torc...
module: nn,module: error checking,triaged
low
Critical
506,895,341
rust
Unable to resolve a recursive trait bound when resolution appears possible
I've a code that's unable to resolve a recursive trait bound when resolution appears possible. The code: ```rust #![recursion_limit = "10"] // Create a trait with some methods pub trait Methods2<Other> { type Output; fn min(self, other: Other) -> Self::Output; } // Create a composite trait that c...
A-resolve,A-trait-system,T-compiler
low
Critical
506,922,178
flutter
Floating action button has inconsistent reacting regions
## Problem ![1](https://user-images.githubusercontent.com/1596656/66789260-b0818600-ee9f-11e9-8506-508252a71bbc.gif) FAB has 2 different regions, the outer region (rectangle) and the inner region (circular), and they react to different events: - Hover of the tooltip reacts to the outer region, because `Tooltip` wr...
framework,f: material design,a: desktop,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Major
506,942,969
terminal
Feature Request: Smart Double-click Selection (regeces?)
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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-Extensibility,Product-Terminal
high
Critical
506,946,502
go
os: open stdin read-only and stdout/stderr write-only
Apparently at least macOS will let you write to stdin (and iTerm2 will show the output! Even if stdout/stderr are redirected!) but that's probably always an application error. Sounds like we can save developers some debugging by opening those file descriptors read/write only.
NeedsInvestigation
low
Critical
506,951,538
youtube-dl
Site support request: startv.com.tr
<!-- ###################################################################### 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
506,967,874
pytorch
Expand Pytorch C10D backend to dynamic load third party communication library
## Motivation Expand Pytroch C10D backend to allow dynamic loading non-built-in communication libraries, as a preparation step to integrate Intel CCL (aka MLSL) to Pytorch as another c10d backend for supporting BFloat16 and future HW.   ## Pitch Enrich Pytorch for better scaling efficiency on multi-node training ...
oncall: distributed,feature,triaged
low
Minor
506,983,988
pytorch
how to use libtorch library in cuda file with nvcc compiler(c++)?
## ❓ Questions and Help # Motivation i want to implement nms in parallel processing with libtorch library. i use this cuda code(https://github.com/gdlg/pytorch_nms) # Environment PyTorch version : 1.2.0 CUDA (nvcc compiler ) : 10.0 libtorch version : 1.2.0 system : win10 # Operation the command :`i use ...
module: cpp,triaged
low
Critical
507,009,636
bitcoin
GUI event loop should be block free
When I created the bitcoin-qt GUI I made a big mistake in its design. I copied this more or less exactly from the wxwindows GUI. I was aware of this back in the day, but was planning to fix it later. I never got around to it. Honestly speaking I don't think I ever will. In any case, the event loop in the main thread...
Brainstorming,GUI,Refactoring,good first issue
medium
Critical
507,018,351
rust
request: properly connect `cargo check` and `cargo build`
Currently `cargo check` and `cargo build` works in isolate. A much better way is get them connected. So that: * After a successful `cargo build`, a `cargo check` should pick up the incremental build data, and finish (almost) immediately without doing real work. * After a successful `cargo check`, a `cargo build` shou...
E-hard,C-enhancement,T-compiler,A-incr-comp,T-cargo
low
Major
507,037,348
youtube-dl
Add site support for banned.video
<!-- ###################################################################### 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
507,118,280
TypeScript
Remove name assignment when renaming a renamed destructured property to its original name
<!-- 🚨 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,Experience Enhancement
low
Critical
507,118,602
go
gccgo: building non-empty struct with zero-sized trailing fields failed
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> go version go1.13 gollvm LLVM 10.0.0svn linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor architec...
NeedsFix
low
Critical
507,131,743
pytorch
can't load model on cuda after call cudaDeviceReset functions
## 🐛 Bug hello, I load my .pt model in libtorch(version 1.0.0) and it works well, and then the code call the cudaDeviceReset function, I try to load the model again but it can't be loaded on gpu any more. If it doesn't call the cudaDeviceReset function, everything is ok. I don't know how this function affects the ...
oncall: jit,triaged
low
Critical
507,187,838
opencv
OpenCV JS Tutorial about VideoCapture on Safari for iOS is not working
Hi community, the tutorials of OpenCV JS about the [FaceDetection](https://docs.opencv.org/3.4/df/d6c/tutorial_js_face_detection_camera.html) (and more in general about the VideoCapture) are not working on Safari for iOS. The symptom are the video canvas showing only the first frame on first run of the sample. On th...
platform: ios/osx,category: javascript (js)
low
Minor
507,238,465
pytorch
Sending CUDA tensors via queue between processes, memory of Consumer process grows infinitely
## 🐛 Bug When sending CUDA tensors via queue between processes, then memory of Consumer process grows infinitely. ## To Reproduce Here is simple code snippet that demonstrates the issue: ``` import os import time import torch import torch.multiprocessing as mp import psutil class Consumer(mp.Proces...
module: multiprocessing,module: cuda,module: memory usage,triaged
low
Critical
507,314,407
godot
Artifacts when manipulating SHADOW_VEC on a light shader
**Godot version:** 3.2, alpha 2 **OS/device including version:** Windows 10, NVIDIA GTX 1070 **Issue description:** Trying to manipulate SHADOW_VEC on a shader, to make vertical shadows on the walls. This tends to generate artifacts with the shadows. I don't know if this is really a problem or something wrong...
bug,topic:rendering,confirmed
medium
Major
507,362,832
opencv
standard packages for linuxes with CUDA-support as in pytorch, mxnet sites
Please, realize package distribution with CUDA for linuxes with choices as on sites for pytorch, mxnet. opencv is convenient for working with neural networks, but trying to install CUDA support is difficult.
priority: low,category: infrastructure
low
Minor
507,369,430
rust
Closure-like blocks capture all generic type and const parameters
I'd like to write the following code: ```rust use std::future::Future; struct Foo<A>(A); impl<A> Foo<A> { fn bar<Q, R: Default>(&mut self, q: Q) -> impl Future<Output = R> { let _ = q; async move { R::default() } } fn baz(&mut self, x: &str) -> impl Futur...
T-lang,A-impl-trait,A-async-await,AsyncAwait-Triaged
low
Critical
507,373,636
kubernetes
No way to request table format using WebSockets
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: #71548 adde...
kind/bug,sig/api-machinery,lifecycle/frozen,triage/accepted
medium
Critical
507,379,415
vscode
"There are task errors" while typing in tasks.json
- Have a task like this: ```json { "type": "npm", "script": "web", "label": "Run web", "isBackground": true, "presentation": { "reveal": "never" } } ``` - Add this ```json "problemMatcher": { "background": { } }, ``` - Get a warning popup immediately, "There are task errors. See the out...
bug,tasks,polish
low
Critical
507,391,457
youtube-dl
report both the previously installed version and the updated version after an update
## Checklist - [x] I'm reporting a feature request - [x] I've verified that I'm running youtube-dl version **2019.09.28** - [x] I've searched the bugtracker for similar feature requests (including closed ones) and haven't found any similar ones ## Description Currently `youtube-dl -U` reports only the latest...
request
low
Critical
507,427,002
flutter
[shared_preferences] Update documentation to reflect testing changes
I feel like the documentation on shared_preferences could use a hint to the changes pulled here: https://github.com/flutter/plugins/pull/1308 Mainly that you can use `SharedPreferences.setMockInitialValues()` to mock initial values and also "overwrite" values with it in later tests. I stumbled upon the problem with...
d: api docs,p: shared_preferences,package,team-ecosystem,P2,triaged-ecosystem
low
Minor
507,469,381
create-react-app
Proposal: Option to build without linting
### Is your proposal related to a problem? I'm always frustrated when the build command is linting my code and there is no way for me to skip the linting step. My pipeline is `lint > test > build`. I want to lint before testing because my test files are also linted. With the current setup, linting happens twice. ...
issue: proposal,needs triage
medium
Major
507,475,537
pytorch
TestTorch.test_doc should be in TestDocCoverage
Afaict TestTorch.test_doc tests that certain functions on torch are documented. This is similar to what TestDocCoverage does and it would be great to have all of the documentation tests in one single location. https://github.com/pytorch/pytorch/blob/fd3d6587e60de816106d6b8dc0f586f9fa52a7ac/test/test_torch.py#L183 c...
module: docs,triaged,module: doc infra
low
Major
507,477,774
pytorch
Easy way to create previews of the docs website after any changes
It would be nice to be able to preview documentation changes; I find that in code review at least one of the following happens: 1. The reviewer asks for images of the documentation 2. After the PR gets merged, we discover that the syntax or formatting is incorrect. `pytorch.github.io` has some infrastructure that ...
triaged,module: doc infra
low
Minor
507,486,369
flutter
Support clear dependencies on specific Android embedding versions
## Use case Plugins may have different requirements depending on which version of the embedding they're registered with. See flutter/plugins#2196 for an example. When used with V2 of the Android embedding, the plugin absolutely needs a (relatively recent) bugfix within that embedding to work correctly. However when ...
c: new feature,platform-android,engine,a: existing-apps,a: build,P2,a: plugins,team-android,triaged-android
low
Critical
507,492,657
flutter
Support iOS 13 CupertinoContextMenu Submenu
Flutter's [CupertinoContextMenu](https://main-api.flutter.dev/flutter/cupertino/CupertinoContextMenu-class.html) (as implemented in https://github.com/flutter/flutter/pull/37778) does not support submenu items, but they exist in native. We should support this one way or another. Note that the [Apple's HIG say](https:...
c: new feature,framework,f: cupertino,customer: crowd,a: desktop,P2,team-design,triaged-design
low
Major