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
449,559,965
pytorch
output values not same and much slower than Python API
## Issue description Hello, when I debug this project, input same images and output different values respectively in Python env. and in c++ env. . However, input torch::ones({1,1,224,224}) and output same values. Am I missing some details in bgr2tensor? C++ API release is much slower than Python API in the same syste...
module: cpp,triaged
low
Critical
449,562,439
create-react-app
Update Verdaccio
Let's update Verdaccio once https://github.com/verdaccio/verdaccio/issues/1328 and https://github.com/verdaccio/verdaccio/issues/1329 are sorted. We had to work around these issues in a fork that @willsmythe created. See https://github.com/facebook/create-react-app/pull/7096 and https://github.com/ianschmitz/create-rea...
tag: internal
low
Minor
449,591,667
go
database/sql: prepare command is always sent again when executing a statement on a DB pool with multiple open connections
#### What did you do? Executing a prepared sql query on a DB connection pool with at least 2 open connections always sends the `Prepare` command on two connections. For reproducing the error, first enable general logging in your MySQL DB: ``` SET GLOBAL general_log = 'ON'; SET GLOBAL log_output = 'table'; ``` ...
help wanted,NeedsInvestigation
low
Critical
449,615,978
TypeScript
[site] looks like toc miss Utility Types and tsconfig.json has 2
1. toc miss Utility Types https://www.typescriptlang.org/docs/handbook/utility-types.html#requiredt 2. tsconfig.json has 2 ![image](https://user-images.githubusercontent.com/167966/58533463-349dde80-821b-11e9-882d-6a63c731d64a.png) ![image](https://user-images.githubusercontent.com/167966/58533486-42536400-...
Docs
low
Minor
449,641,229
rust
Rustc 1.34 on Solaris SPARC fails with - Expected no forward declarations!
I was able to build Rust 1.34 on Solaris SPARC without any issue. But when I try it to build Rust 1.35 it fails like this: ``` /builds/psumbera/rustc-1.34.0/bin//rustc --crate-name unicode_xid /builds/psumbera/userland-rust/components/rust/rustc/rustc-1.35.0-src-vendored-sources/unicode-xid/src/lib.rs --color alway...
T-compiler,O-SPARC,O-solaris,C-bug
medium
Critical
449,705,862
vscode
Add support to distinguish between diagnostics created by a reconciler and a builder
Short summary: currently it is very hard to handle / merge diagnostics that come from to different source having the same owner. This either leads to stale problems or missing problems. For a lengthy discussion see https://github.com/Microsoft/vscode/issues/61140 Having support to distinguish between diagnostics cre...
feature-request,api,languages-diagnostics
low
Minor
449,760,280
flutter
Can't use TimeofDay in CupertinoApp due to MaterialLocalization
I'm using Cupertino Widgets in my App where I started from CupertinoApp. Now I'm using **TimeofDay.now** to print time. But it gives an Error of **MaterialLocalization** when I use the Code given below: Because TimeofDay is only Present in **MaterialApp** but I dont want to import Material.dart or use Material Widgets...
framework,f: material design,a: internationalization,f: cupertino,has reproducible steps,P2,found in release: 3.3,found in release: 3.5,team-design,triaged-design
low
Critical
449,762,149
flutter
Support data layers, GeoJSON in google maps plugin
Hello. I can't find data layers features and opportunity to display GeoJson. Here is descriptions of these features: https://developers.google.com/maps/documentation/android-sdk/utility/ https://github.com/googlemaps/android-maps-utils https://developers.google.com/maps/documentation/javascript/datalayer ...
c: new feature,customer: crowd,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
high
Critical
449,770,808
pytorch
Misleading Error when doing Large Batch Matrix Multiplication
## 🐛 Bug When doing Batch Matrix Multiplication in Pytorch 1.1.0, when too much memory is needed, instead of throwing a meaningful error (the way it was in previous versions e.g. Buy new RAM!), `Pytorch RuntimeError: [enforce fail at CPUAllocator.cpp:56] posix_memalign(&data, gAlignment, nbytes) == 0. 12 vs 0` er...
module: cuda,triaged
low
Critical
449,856,266
go
reflect: decide, document whether custom Type implementations are supported
Does the reflect package support users who implement Type themselves? https://golang.org/pkg/reflect/#Type has unexported methods, but it's still possible to implement it by embedding a reflect.Type and using the normal (`*rtype`) type. The documentation doesn't say that it's not allowed, but apparently people do...
Documentation,NeedsDecision,compiler/runtime
low
Critical
449,862,900
pytorch
[JIT] Expose subgraph execution for intermediate output extraction
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> ## Motivation Let's suppose we have a model (e.g., `torchvision.models.resnet18()`. The user wants to extract a set of intermediate activations of this model (e.g., to get the output of `layer2` and `layer3`). The current recommende...
oncall: jit,enhancement,TSUsability,TSRootCause:PoorIRVisibility
medium
Major
449,882,752
PowerToys
Temporary File Bin
If a user can drag and drop a file in corner of a screen to keep a reference to it there to open or copy or drag and drop later, would be very handy. Check out [Unclutter](https://unclutterapp.com/panels/files/). This actually has 3 things: clipboard manager (apparently MS is working on one, hope it's any good), fil...
Idea-New PowerToy
low
Major
449,888,113
PowerToys
[Shortcut Guide] Show All Application Shortcuts
A hot key that can show all the applications shortcuts, so it makes it easier to remember them. E.g. you press that and it shows this window. ![shortcut](https://www.ergonis.com/images/products/kc/kc_finder-tenaya.png) It should be able to find all the application's shortcuts which is in focus and list them. [e...
Idea-Enhancement,Idea-New PowerToy,Product-Shortcut Guide,Status-In progress
medium
Major
449,922,045
rust
NLL exponential(?) increase in compile times when nesting borrowed futures
When nesting futures in the pattern: ``` trait Foo<'a> { fn get_unit(&'a self) -> Box<dyn Future<Item=(), Error=Box<dyn Error+'a>> + 'a>; fn foo(&'a self) -> Box<dyn Future<Item=Vec<()>, Error=Box<dyn Error+'a>> + 'a> { Box::new( self.get_unit().and_then(move |unit1| { ...
I-compiletime,A-borrow-checker,T-compiler,A-NLL,C-bug,NLL-performant
low
Critical
449,937,301
go
x/build: set up Gerrit latency monitoring
I regularly encounter Gerrit latency & server errors lately but my bug reports to the team are rarely found to be detailed enough to be actionable or reproducible, or are viewed as anecdotal. We should probably start gathering our own data on Gerrit latency & reliability with enough data to file actionable bug repor...
Builders,NeedsInvestigation
low
Critical
449,977,827
rust
Musl linker regression: undefined reference to X
... where X is things like 'printf', i.e. symbols that clearly should exist. This looks similar to other reported bugs, particularly https://github.com/rust-lang/rust/issues/58163, but this one a) used to work until Rust 1.32 and b) is not embedded/no-std. Using my `nlopt` library to reproduce. You will need `mus...
A-linkage,T-compiler,O-musl,C-bug
low
Critical
449,983,327
go
syscall: Windows Errno constants invalid
These constants: https://golang.org/src/syscall/types_windows.go#L7 Should appear in these constants: https://golang.org/src/syscall/zerrors_windows.go#L16 ... because the latter are currently useless for comparison with Errno values, unlike other supported OSes. For example `err.(*os.PathError).Err == syscall.EN...
help wanted,OS-Windows,NeedsFix
medium
Critical
449,987,242
kubernetes
OIDC cache returns old token even after the expiration of refresh token in k8s go-client oidc auth provider
<!-- 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**: When a client...
kind/bug,priority/important-soon,sig/auth,help wanted,lifecycle/frozen
medium
Critical
449,998,790
flutter
[web] Implement production and test entry point embedders
On the Web we need to initialize the page for Flutter's consumption, such as load fonts, configure `<meta>` viewport tags, and so on. Let's call such initialization code an "embedding" of Flutter. We currently have two such embeddings: - **Production embedding**: prepares a web-page for running an app normally. This...
tool,engine,platform-web,P2,team-web,triaged-web
low
Minor
450,029,491
go
x/build: alert on "bad" logs
We should get alerts if we see new/many "bad" log messages from our various services. For some definition of new, many, and bad. Maybe bad could mean it has "error" in it. Or a dozen other phrases. (forking from https://go-review.googlesource.com/c/build/+/179419/1/cmd/coordinator/gce.go#b193 ) /cc @bcmills...
Builders,NeedsFix
low
Critical
450,029,524
vscode
Make `editor.gotoLocation.multiple: "goto"` state UX more discoverable
**Steps to Reproduce:** 1. Set `"editor.gotoLocation.multiple": "goto"` 2. `f12` on `IFileService` in https://github.com/microsoft/vscode/blob/87d3f3e77b5c7108babf8e86f70eedac5820bba2/src/vs/platform/files/common/files.ts#L20 **Request** We currently show the navigation state in the status bar: ![Screen Shot 2...
ux,under-discussion,editor-symbols
low
Minor
450,043,912
go
time: enhancement: parse ISO 8601-formatted durations
ISO 8601 provides a standard for representing time durations in a human-readable format: https://en.wikipedia.org/wiki/ISO_8601#Durations Could we offer a method for parsing ISO 8601 formatted durations, similar to how the Go time library parses ISO 8601 instantaneous points in dates and times?
NeedsInvestigation,FeatureRequest
low
Major
450,066,595
go
net/http: reading from hijacked bufio.Reader should not cause r.Context to be cancelled
I was working on https://nhooyr.io/websocket when I noticed that when the connection returned from Hijack is closed, r.Context() is cancelled. This is bizarre behaviour given after Hijack, there should be no way for net/http to cancel the request context. After all, how could it know the connection is closed? I trac...
NeedsFix
low
Critical
450,078,698
TypeScript
Type narrowing in checked JS in module scope doesn't work
**TypeScript Version:** 3.4.5 **Search Terms:** JS, Narrowing, Module Scope **Code** ```ts // In file1.d.ts ====================== declare class Example1 { private constructor(); public has(value: string): boolean; } interface Example2 { id: string; doSomething(key: string): void; }...
Bug
low
Critical
450,099,502
terminal
Replace use of raw deletable pointers in readDataCooked with shared/weak ptrs
# Summary of the new feature/enhancement In Module Name (readDataCooked.hpp), there is a // TODO MSFT // TODO MSFT:11285829 make this something other than a deletable pointer // non-ownership pointer CommandHistory* _commandHistory; # Proposed technical implementation details (optional) In proje...
Product-Conhost,Area-Server,Issue-Task,Area-CodeHealth
low
Critical
450,132,584
pytorch
[RFC] Adding MKL-DNN Int8 functions to PyTorch/Aten/JIT backend
Migrate the Caffe2/MKL-DNN int8 operation to support Aten/JIT backend and align with Qint8 direction in Pytorch/Aten Motivation With Cascadelake/VNNI, MKL-DNN int8 functions can speedup DL models can up to 4x. With this proposal, we plan to make IA's int8 function available to broader Pytorch community throug...
oncall: jit,oncall: quantization,triaged,module: mkldnn
low
Major
450,171,592
go
cmd/go: create GOTMPDIR if not present
Current go tip if $GOTMPDIR does not exists on disk, go command fails with: `go: creating work dir: stat /path/to/gotmp: no such file or directory` I expected cmd/go to MkdirAll before failing as it does to $GOCACHE and $GOPATH
NeedsFix,FeatureRequest
low
Minor
450,171,723
pytorch
[cmake build] can't build pytorch with install mkl library
### pytorch can't be built with installed mkl library - PyTorch version : master branch - OS : CentOS-7.5 I had installed intel `MKL`. So when I built `pytorch` from the scratch, the build system couldn't find the installed `MKL` libraries. I found the mkl-related module, which was `cmake/Modules/FindMKL....
module: build,triaged
low
Minor
450,232,238
node
Clear sockets perform worse than TLS socket in some cases
<!-- 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...
performance
low
Critical
450,246,579
PowerToys
Smooth per pixel scrolling
I'd like a smoother scrolling experience similar to what macOS offers. For example, I am using a Performance MX which has a feature to scroll stepless. It would be nice if Windows would also scroll smooth instead of a per line basis.
Idea-Enhancement,Idea-New PowerToy
medium
Major
450,266,432
youtube-dl
Site support request: abc.net.au/btn
<!-- ###################################################################### 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
450,279,469
youtube-dl
When downloading YouTube live video, download from very beginning
## Checklist - [x] I'm reporting a feature request - [x] I've verified that I'm running youtube-dl version **2019.05.20** - [x] I've searched the bugtracker for similar feature requests including closed ones ## Description Currently, when downloading an _ongoing_ live stream video on YouTube, youtube-dl will...
request
medium
Critical
450,292,776
youtube-dl
Site support request: watchnebula.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,account-needed
medium
Critical
450,293,484
youtube-dl
Site Support Request: la.nickjr.tv
## Checklist - [x] I'm reporting a new site support request - [x] I've verified that I'm running youtube-dl version **2019.05.20** - [x] I've checked that all provided URLs are alive and playable in a browser - [x] I've checked that none of provided URLs violate any copyrights - [x] I've searched the bugtracker ...
site-support-request
low
Critical
450,298,438
TypeScript
Issue a better error message when trying to use a modifier outside of a mapped type
<!-- 🚨 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,Experience Enhancement
low
Critical
450,305,072
flutter
[web] Support compute on separate thread in Flutter Web
Currently, there's no suitable way to perform more expensive operations like image processing. It would be nice to provide some way (by `compute()` function). The current implementation is a dummy: ``` Future<R> compute<Q, R>(ComputeCallback<Q, R> callback, Q message, {String debugLabel}) async { return ...
c: new feature,framework,dependency: dart,customer: crowd,platform-web,P3,customer: chilli,team-web,triaged-web
high
Critical
450,306,550
go
all: occasional "resource temporarily unavailable" flakes on linux-s390x builder
It's not clear to me whether this is related to [CL 177599](https://golang.org/cl/177599) and #32205. From https://build.golang.org/log/8842ba4fe354ba0d2a48ea5918280b3a2a202dcb: ``` ##### ../misc/cgo/errors removing /data/golang/workdir/tmp/TestPointerChecks471752625 --- FAIL: TestPointerChecks (0.98s) --...
Testing,NeedsInvestigation,arch-s390x
low
Critical
450,315,319
go
os: occasional TestProgWideChdir deadlocks on arm builders
Possibly the same root cause as #29633 (CC @ianlancetaylor). Two different failure modes, but the same test on the stack both times. https://build.golang.org/log/e01b6ffb1a8fd323903ae672f43a6b086b8d217f <details> ``` SIGQUIT: quit PC=0x6c8c8 m=3 sigcode=0 goroutine 6 [syscall]: runtime.notetsleepg(0x2b6...
Testing,NeedsInvestigation
low
Critical
450,335,859
flutter
Improve error surfacing from Linux builds
Non-verbose builds often don't have useful information about build failures. It would be helpful to run the build output through processing to try to extract errors.
tool,platform-linux,a: desktop,P2,team-linux,triaged-linux
low
Critical
450,348,557
godot
Mesh with negative size and cull disabled displays incorrect normals GLES3
This bug was found in both #26710 and #25696 But was mixed in with a few other bugs. This issue supercedes them both. **Godot version:** Master **Issue description:** When a mesh with culling disabled is given a negative size the normals appear backwards in GLES3. https://user-images.githubusercontent.com/...
bug,topic:rendering,confirmed,topic:3d
low
Critical
450,355,683
pytorch
Data Parallel Implementation Improvements
After #20910, data parallel implementation still needs the following improvements: - [ ] Fix C++ data parallel for BN - [ ] Make sure C++ data parallel work for double backward - [ ] Move `reduce_add` and `reduce_add_coalesced` in `torch/cuda/comm.py` to C++. - [ ] Move `Broadcast` and `ReduceAddCoalesced` from `...
oncall: distributed,triaged
low
Minor
450,357,730
react-native
Elevation and border radius do not work well with opacity from Android 9
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest React Native release to make sure your issue has not already been fixed: http://facebook.github.io/react-native/docs/upgrading.html --> The way elevation works is that it crea...
Help Wanted :octocat:,Platform: Android,Bug
high
Critical
450,364,091
terminal
Bootstrap tests on Color Tool
Per #1052, apparently there's no tests already in place for color tool. This represents going from 0 tests to at least some base level of testing infrastructure so people can't use the "there's no framework, I can't write a test" excuse. I'd imagine we should have a ut_colortool for checking some of the methods ...
Product-Colortool,Help Wanted,Issue-Task,Area-CodeHealth
low
Minor
450,378,371
flutter
Add InkWell's pressure taps detection
Currently the `GestureDetector` already gives us properties for force presses, but InkWell doesn't. InkWell should gives as `onForcePress` and `onForceLongPress` options for developers give nice touch feedback + pressure detection on capable devices. ``` [√] Flutter (Channel stable, v1.5.4-hotfix.2, on Microsoft...
c: new feature,framework,f: material design,P3,team-design,triaged-design
low
Minor
450,382,935
three.js
Adjust the spacing or font size on the new docs?
##### Description of the problem Sometime in the last hour or so the style on the docs got updated. Things are about 20% more spaced out which I personally find far less usefull. I'm certainly not against new styles but just a vote that this style doesn't make the docs more readable it makes them less, at least f...
Suggestion,Documentation
low
Major
450,394,138
godot
Segments size in ConcavePolygonShape2D can't be set via mouse
**Godot version:** 3.2 123edd0 **OS/device including version:** Ubuntu 19.04 **Issue description:** I can't change segments size in ConcavePolygonShape2D via mouse, because every time when I try to do this this error is shown: ``` servers/physics_2d/shape_2d_sw.cpp:910 - Condition ' len % 2 ' is true. `...
bug,topic:editor,usability
low
Critical
450,410,522
terminal
ColorTool needs CI fixing
We need to do one of two things: 1. Merge the ColorTool SLN in with the OpenConsole SLN and just have one SLN. 2. Add another CI pipeline for ColorTool's SLN (since the OpenConsole one runs that one only) and set both pipelines to only operate on changes that are relevant to themselves.
Product-Colortool,Area-Build,Issue-Task
low
Minor
450,441,389
flutter
[web] implement SurfacePaint.strokeMiterLimit
This is not implemented on the Web.
c: new feature,framework,engine,a: fidelity,platform-web,c: rendering,good first issue,e: web_html,P3,team-web,triaged-web
low
Minor
450,452,922
rust
Can't build stdlib for mips-unknown-linux-musl without libunwind
I'm trying rebuild stdlib for the OpenWRT malta SDK (available here: https://downloads.openwrt.org/releases/18.06.2/targets/malta/be/openwrt-sdk-18.06.2-malta-be_gcc-7.3.0_musl.Linux-x86_64.tar.xz). The SDK ships with `libgcc_s.so`, but without `libunwind.a`, leading to a linker error when building `unwind`. I'd lik...
A-linkage,O-MIPS,T-compiler,O-musl,C-bug
low
Critical
450,475,575
go
cmd/go: should `go list -versions` list cached versions when GOPROXY=off?
Users can set `GOPROXY=off` to disable module fetches. When that is set, however, they can still resolve versions that are already present in the local cache. However, it can be difficult to figure out what those versions actually are: `go list -versions -m $MODULE` produces unhelpful error output (#32335) if the mo...
NeedsDecision,FeatureRequest,modules
low
Critical
450,478,784
flutter
[web] implement CallbackHandle for flutter web
...Or don't, maybe it doesn't make sense for web?
c: new feature,framework,a: fidelity,platform-web,P2,team-web,triaged-web
low
Minor
450,479,078
flutter
[web] implement PluginUtilities for flutter web
...or don't, maybe it doesn't make sense.
c: new feature,framework,dependency: dart,f: routes,platform-web,P3,c: tech-debt,team: skip-test,a: plugins,team-web,triaged-web
medium
Major
450,485,293
go
cmd/go: install changes mtimes of binaries even when otherwise unchanged
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go1.12.4 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you usin...
Unfortunate,ToolSpeed,NeedsInvestigation,GoCommand
low
Critical
450,486,852
pytorch
Getting Access to Blob/Tensor reference in jit::script::Module
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> In Caffe, one would be able to set a reference to the blob by doing the following: `myClass->blob = upCaffeNet->blob_by_name(upImpl->mLastBlobName);` In Pytorch we have `std::shared_ptr<torch::jit::script::Module> upTorchNet` ...
oncall: jit,triaged
low
Minor
450,492,729
godot
is_hovered() is tied to button focus and not the actual cursor position
**Godot version:** 3.1.1 stable **OS/device including version:** Windows 10 **Issue description:** Trying to check if a non-focused button is hovered with is_hovered() (while another one is focused) will return false even if the mouse is actually hovering it. Meanwhile if the focus is on that button and the mouse...
bug,platform:android,confirmed,topic:gui
low
Critical
450,505,651
godot
Requested file format unknown: escn
In the latest build I get an alert prompt every time I test a scene that inherits an escn or if I test the escn itself. Has the escn extension been deprecated or is this a bug?
bug,discussion,topic:core
low
Critical
450,530,399
rust
rustdoc: builds including multiple crates with the same name are always dirty
I haven't figured out exactly what's going on here yet, but to repro: ```bash mkdir /tmp/rustdoc-dirty && cd /tmp/rustdoc-dirty && cargo init echo 'futures-preview = { version = "=0.3.0-alpha.16", features = ["io-compat"] }' >> Cargo.toml cargo doc cargo doc ``` (tested on `rustc 1.36.0-nightly (a784a8022 20...
T-rustdoc,C-bug,A-crates
low
Major
450,530,738
go
net/http: r.MultipartReader() reports not multipart when boundary is empty string
### What version of Go are you using (`go version`)? 1.12 ### Does this issue reproduce with the latest release? N/A ### What operating system and processor architecture are you using (`go env`)? Ubuntu 18.04 <details><summary><code>go env</code> Output</summary><br><pre> $ go env GOARCH="amd64" GOBIN=""...
NeedsInvestigation
low
Critical
450,532,799
TypeScript
Property initialisation check in TS 3.5 is too strict for ember 3.5
Start reading here: https://github.com/microsoft/TypeScript/pull/29395#issuecomment-497376445 ```ts import Component from '@ember/component'; import defaultTo from 'lodash/default-to'; export default class Welcome extends Component { greeting: string = defaultTo(this.greeting, "Hello"); } ``` Briefly, e...
Suggestion,In Discussion
low
Critical
450,534,234
pytorch
Adding a method called `T` in native_functions causes undefined behavior on Windows
## 🐛 Bug Adding a native method called `T` (even if not exposed to Python) seems to cause multiple issues on Windows, including at least the following: 1. `test_inplace_view_saved_output` in `test_autograd.py` fails 1. `test_optional` in `test_cpp_extensions.py` crashes the interpreter
module: windows,triaged
low
Critical
450,547,472
pytorch
Failed to install pytorch from source on ubuntu.
## 🐛 Bug I followed the steps provided to install the pytorch from source. But it ended with error. ## To Reproduce Exactly the same as https://github.com/pytorch/pytorch#from-source. And I have my anaconda3 installed. `$ which conda /local-scratch/bowenc/anaconda3/bin/conda` <!-- If you have a code sampl...
needs reproduction,module: build,triaged
low
Critical
450,647,829
vscode
[css] Color picker for rgba() function in CSS
<!-- 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.34.0 Commit: a622c65b2c713...
feature-request,css-less-scss
low
Critical
450,670,334
kubernetes
add the next run jobs time to CronJobStatus
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: like NEXT-SCHEDULE in the response from $ kubectl get cronjob myJob **Why is this needed**: this can help us judge we cron schedule is right this issue like https://github.com/kubernetes/kubernet...
kind/feature,sig/apps,help wanted,area/workload-api/cronjob,lifecycle/frozen,needs-triage
medium
Critical
450,710,579
vscode
Allow debugger contributions to specify filenames as well as languages to be default debugger
Currently a [debugger can only declare languages](https://code.visualstudio.com/api/references/contribution-points#contributes.debuggers) that it's default debugger for, but in other places where VS Code allows specifying languages, we can use filename patterns too. Sometimes users switch to a file that is not in th...
feature-request,debug
low
Critical
450,789,494
TypeScript
Backticks around module names in module declarations
## Search Terms * backticks * module declaration * NoSubstitutionTemplateLiteral * template string Other related issues/PRs: * https://github.com/microsoft/TypeScript/issues/30962 and the fix, https://github.com/microsoft/TypeScript/pull/31042 * https://github.com/microsoft/TypeScript/issues/29318, * https...
Suggestion,Awaiting More Feedback
low
Critical
450,808,425
go
cmd/go: go mod edit does not sort resulting go.mod file with multiline replace block
<!-- Please answer these questions before submitting your issue. Thanks! --> follow-up on https://github.com/golang/go/issues/30897 regading `go.mod` sorting (after `go mod edit`) ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.5 darwin/amd64 </pre> ### Does this iss...
NeedsInvestigation,modules
low
Minor
450,881,412
flutter
Should _ImmediatePointerState be checking the pending delta against kPanSlop instead of kTouchSlop?
The **ImmediateMultiDragGestureRecognizer** class acts a lot like the PanGestureRecognizer, except that it monitors multiple drags simultaneously. However, it MultiDragPointerState implementation looks like this: ``` class _HorizontalPointerState extends MultiDragPointerState { _HorizontalPointerState(Offset in...
framework,f: gestures,customer: amplify,c: proposal,P2,team-framework,triaged-framework
low
Minor
450,898,619
TypeScript
Suggestion: Introduce possibility to control rootDirs resolve order
## Search Terms List of keywords you searched for before creating this issue: rootDirs, resolve, resolve sources, classpath, source resolve order, sourcepath ## Suggestion Please add a new compiler option: ``` rootDirsResolveStrategy = default | ordered ``` as a suplement to existing `rootDirs` option. ...
Suggestion,Awaiting More Feedback
low
Critical
450,946,149
terminal
Feature Request: Take screenshot of selection/viewport
## Summary of the new feature/enhancement You can take a screenshot of whole window with Alt+Prt Scr, but it would be handy if one could do so only on selected text. With box selection this would contain selected area, whereas with regular selection it would contain every selected line. In profile settings one cou...
Issue-Feature,Area-UserInterface,Product-Terminal
low
Major
450,952,886
go
compress/flate: very memory intensive
```go func BenchmarkCompress(b *testing.B) { b.Run("writer", func(b *testing.B) { b.Run("flate", func(b *testing.B) { b.ReportAllocs() for i := 0; i < b.N; i++ { flate.NewWriter(nil, flate.BestSpeed) } }) b.Run("gzip", func(b *testing.B) { b.ReportAllocs() for i := 0; i < b.N; i...
Performance,NeedsInvestigation
low
Major
450,956,855
go
x/build: configure Stackdriver alerting for farmer.golang.org/#health
When I added the coordinator health checking, I made each health item have its own URL, linked from https://farmer.golang.org/#health ... * https://farmer.golang.org/status/macs * https://farmer.golang.org/status/scaleway * https://farmer.golang.org/status/basepin ... etc It returns: * HTTP 500 if there a...
Builders,NeedsFix
low
Critical
450,989,370
terminal
Suppress cursor blinking when text is actively being printed
Here's an edge case I didn't cover in #686 - though it might warrant its own issue anyway. # Environment ```none Windows build number: 10.0.18362.145 Windows Terminal version (if applicable): commit 71e19cd82528d66a0a7867cbed85990cfc1685f1 Any other software? ``` # Steps to reproduce Print a lot of te...
Help Wanted,Area-Rendering,Product-Terminal,Issue-Task,Priority-3
low
Major
450,990,912
rust
Use const generics for array `Default` impl
Currently, we generate array impls for every size up to 32 manually using macros, but with const generics at a suitable level of implementation, we can switch to properly parameterising over all lengths. - [x] Replace most manual impls with const generic impls (PR: https://github.com/rust-lang/rust/pull/62435) - [ ] ...
T-lang,T-libs-api,T-compiler,A-const-generics,A-slice,Libs-Tracked,A-array
high
Critical
450,996,362
go
x/mobile: Docs imply that methods can take structs
The gomobile docs say it supports > Any function type all of whose parameters and results have supported types. I think this is incorrect: gomobile does not support code like the following ```go type S struct { X int } type I interface { ReadS(s S) } ``` Specifically, it does not appear to sup...
Documentation,NeedsInvestigation,mobile
low
Minor
451,014,985
TypeScript
Prioritise import suggestions from tsconfig alias over external dependencies
I get the following list when auto-suggest kicks in: ![Screen Shot 2019-05-26 at 10 00 36 am](https://user-images.githubusercontent.com/9585787/58376827-80435480-7f9d-11e9-95c9-634dbfd6edef.png) I always want to use the @shared alias I defined in my tsconfig file, and there appears to be no way to either omit the...
Suggestion,Awaiting More Feedback
low
Major
451,028,455
youtube-dl
Support multiple audio tracks / languages for southpark.de
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
451,035,258
TypeScript
The Symbol interface of the compiler is undocumented
**TypeScript Version:** master <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** Symbol interface compiler **Code** https://github.com/microsoft/TypeScript/blob/15daf42b2c0bc4f06970c9e4688f1a93bff0f7a0/src/services/types.ts#L31 The ["Using th...
Docs
low
Minor
451,046,584
godot
Test_move in KinematicBody2D cause game crash
**Godot version:** 3.2 a69436a **OS/device including version:** Ubuntu 19.04 **Issue description:** Probably, when godot try to do test_move from KinematicBody2D, editor crash with this backtrace ``` [1] /lib/x86_64-linux-gnu/libc.so.6(+0x43f60) [0x7f8013d0ff60] (??:0) [2] CollisionObject2DSW::is_shap...
bug,topic:physics,crash
low
Critical
451,051,697
TypeScript
Handling AssemblyScript input files
(Continuing from https://github.com/Microsoft/TypeScript/issues/10939) I'd like to add another use case: [AssemblyScript](https://github.com/AssemblyScript/assemblyscript). :) It could be handy to have both `.ts` and `.as` files, to disambiguate the two. For example, at the moment I have both `src/ts/` and ...
Suggestion,Awaiting More Feedback
medium
Major
451,058,092
opencv
shared:ERROR: If pthreads and memory growth are enabled, WASM_MEM_MAX must be set
`/home/z/emsdk/emscripten/incoming/em++ -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wu...
category: build/install,category: javascript (js)
medium
Critical
451,075,885
rust
Incorrect type of stable std::os::raw pthread_t type on musl targets
POSIX's `pthread_t` is defined in `sys/types.h` and is an opaque type that identifies a thread. On `glibc` it is a `c_ulong`, on `musl` it is a `*mut __thread_handle`, etc. However, libstd's `pthread_t` is a type alias to `libc::c_ulong`, which is incorrect on musl. AFAICT, fixing this would be a backwards inco...
T-libs-api,O-musl,C-bug
low
Minor
451,088,959
godot
Add warning/docs for .res/.tres for binary files
We use the PckPacker in our project to add image resources at runtime, but they waste a lot of space when not compressed. There should be a way to compress the .pck files made with PckPacker, like the .pck files made with the editor.
enhancement,documentation
low
Major
451,122,605
TypeScript
Inferring "this" from arrow function is {}
**TypeScript Version:** Version 3.6.0-dev.20190601 **Search Terms:** This, Arrow, Functions, Infer, Inference, Empty, Object, Incorrect, Any **Code** ```ts type FunctionThisType<T extends (...args: any[]) => any> = T extends (this: infer R, ...args: any[]) => any ? R : any let fn = () => {} let value: F...
Suggestion,In Discussion
medium
Critical
451,122,971
pytorch
IsType<T>() ASSERT FAILED [Detectron e2e_mask_rcnn_R-50-C4_1x.yaml]
## 🐛 Bug Assertion error when running inference with model successfully trained using the e2e_mask_rcnn_R-50-C4_1x.yaml Detectron config. No such error encountered during training. ## To Reproduce Steps to reproduce the behavior: In the Detectron dir: 1. python tools/test_net.py \ --cfg configs/12_2017_bas...
caffe2,module: assert failure
low
Critical
451,132,673
rust
Diagnostics: Consider computing the column number by counting Unicode (extended) grapheme clusters instead of Unicode scalar values
```rust fn main() { let _ = "μ̧"; let _ = ; } ``` ([Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=a38009a688ef75bfacec1cf2c2372bcf)) Actual Errors: ``` Compiling playground v0.0.1 (/playground) error: expected expression, found `;` --> src/main.rs:2:27 | ...
C-enhancement,A-diagnostics,A-Unicode,P-low,T-compiler,D-diagnostic-infra
low
Critical
451,142,616
rust
Assert panic is difficult to read for long expressions
Given the following test, the traceback is very ugly and difficult to read. I think the `assert!` macro is trying to limit the width to 80 or 100 characters, but it also indents by a ridiculous amount. It should either use block indentation instead of visual indentation, put everything one line, or possibly just format...
A-pretty,C-enhancement,A-diagnostics,T-compiler
low
Critical
451,144,881
vue-element-admin
标签页取消transaction后热刷新页面空白
## Bug report(问题描述) 如题 #### Steps to reproduce(问题复现步骤) 1. 将`src/views/layout/components/AppMain.vue`中的`<transition name="fade" mode="out-in"><keep-alive :include="cachedViews"><router-view :key="key"/></keep-alive></transition>`修改为 ``` <keep-alive :include="cachedViews"><router-view :key="key"/></keep-alive>...
need repro :mag_right:
low
Critical
451,147,629
neovim
signcolumn: auto: re-use same column for same type
With e.g. `:set signcolumn=auto:2` and two different plugins displaying signs, it would be nice if signs were trying to be kept in the same columns. E.g. ``` AABB line1 AA line2 BB line3 AA line4 BB line5 ``` Currently it would look like this: ``` AABB line1 AA line2 BB line3 AA line4 ...
enhancement,has:plan,core,column
medium
Major
451,149,990
TypeScript
[Feature request] use Proxy in __importStar when target >= es6 with esModuleInterop
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section. --> ## Search Terms <!-- List of keywords you searched for before creating this issu...
Needs Investigation
low
Critical
451,201,349
rust
cannot find crate
Rust compiler: rustup show Default host: x86_64-unknown-linux-gnu stable-x86_64-unknown-linux-gnu (default) rustc 1.35.0 (3c235d560 2019-05-20) Project: https://github.com/svenschmidt75/Rust, commit 78b9a8fd4740bbf8630cc0ade48346a5387f2075, authored 6/2/2019 @ 8:58 AM File model.rs, line 139, ``` ... ...
C-enhancement,A-diagnostics,T-compiler
low
Critical
451,216,044
go
x/pkgsite: render type aliases in a group
godoc renders each type alias in a dedicated `<h2>`. Please consider rendering all type aliases in one shared `<h2>` called _Type aliases_ analogously to how constants and variables are currently rendered. This way, a code refactoring that breaks up a large package by moving a class of type declarations into a dedicate...
NeedsInvestigation,FeatureRequest,Tools,pkgsite
low
Minor
451,216,399
rust
E0391 (cycle detected): error message overly complicated, should be more similar to "let" example
````rust fn main() { const A: i32 = 4; const B: i32 = 5; const C: i32 = B + C; // should be "+ A" } ```` In this example "+C" should be "+A" but the error message seems overly complicated to me: ```` Standard Error Compiling playground v0.0.1 (/playground) error[E0391]: cycle detected when const chec...
C-enhancement,A-diagnostics,T-compiler,D-verbose
low
Critical
451,286,133
go
runtime: performance degradation in high-load long running applications
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.5 linux/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</summary...
NeedsInvestigation,compiler/runtime
low
Critical
451,329,788
pytorch
weight_norm is not supported in TorchScript
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> weight_norm(conv) will arise an error File "C:\ProgramData\Anaconda3\lib\site-packages\torch\nn\utils\weight_norm.py", line 97, in weight_norm WeightNorm.apply(module, name, dim) File "C:\ProgramData\Anaconda3\lib\site-packages\torc...
oncall: jit,triaged,jit-backlog
low
Critical
451,339,841
opencv
MatOfPoint3f fromArray ArrayIndexOutOfBoundsException: length=12; index=24
##### System information (version) - OpenCV => 3.4.2 - Operating System / Platform => Android (Java) / bug occuring in multiple Android versions ##### Detailed description App crashing and get following errors when using OpenCV on a specific device (Android 5.1.1, Api22 armeabi-v7a) `Caused by: java.lang.Arra...
bug,priority: low,category: java bindings,needs reproducer,needs investigation
low
Critical
451,344,819
godot
Editor crash when pressing at the error in the debugger
**Godot version:** <!-- Specify commit hash if non-official. --> **OS/device including version:** Ubuntu 19.04 **Issue description:** Very rarely, when I press at the errors at the debugger, then editor crash with this backtrace: ``` Dumping the backtrace. Please include this when reporting the bug on ht...
bug,topic:editor,crash
low
Critical
451,397,995
go
os/exec: export thread id come from CreateProcess in windows
This is feature request. On windows, we cannot get thread id of spawned process by os/exec package without using [Tool Help Library](https://docs.microsoft.com/en-us/windows/desktop/toolhelp/tool-help-library). But I want to use thread id returned from CreateProcess api. Because I'd like to use [Job Objects](htt...
OS-Windows,NeedsInvestigation,FeatureRequest
low
Major
451,401,575
pytorch
[caffe2] check Range Operator inputs with bug
## 🐛 Bug caffe2 process RangeOperator would check input dimension first, There is a bug ``` diff --git a/caffe2/operators/utility_ops.h b/caffe2/operators/utility_ops.h index 8dd1c45..04d3726 100644 --- a/caffe2/operators/utility_ops.h +++ b/caffe2/operators/utility_ops.h @@ -1376,7 +1376,7 @@ class RangeOp : p...
caffe2
low
Critical
451,422,769
rust
Value mangling
For const generics, we will eventually allow arbitrary `structural_match` values as generic arguments. Thus, we need to figure out how to mangle them. At the moment, only unsigned integers are supported. `min_const_generics` - [x] Unsigned integers - [x] `bool` (https://github.com/rust-lang/rust/pull/77452) - [x]...
C-enhancement,T-compiler,A-const-generics,requires-nightly,F-adt_const_params
medium
Major
451,425,412
youtube-dl
Indiancine.ma
<!-- ###################################################################### 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