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
363,029,898
flutter
How can I have an expansion panel with custom shadow?
Hi, is there a way to change the expansion panel's shadow?
c: new feature,framework,f: material design,P2,team-design,triaged-design
low
Major
363,045,965
scrcpy
Show FPS directly on screen
Thanks for you work, but could you please show the FPS on the screen instead of stdout. My English is poor, please don't mind.
feature request
low
Minor
363,061,422
angular
Animated child node's state is set to "void" when its parent is moved as a result of sorting.
In [animation_integration_spec.ts - 'should retain state styles when the underlying DOM structure changes even if there are no insert/remove animations'], if you wrap the item in another div and move the animation to that div, like this: `<div *ngFor="let item of items"> <div class="item" [@color]="colorExp">{{ item...
type: bug/fix,area: animations,freq2: medium,P3
low
Minor
363,072,339
pytorch
caffe2's installation is still problematic...
> WARNING:root:This caffe2 python run does not have GPU support. Will run in CPU only mode. > CRITICAL:root:Cannot load caffe2.python. Error: ~/.local/lib/python3.6/site-packages/caffe2/python/caffe2_pybind11_state.cpython-36m-x86_64-linux-gnu.so: undefined symbol: mkldnn_primitive_destroy > from caffe2.python im...
caffe2
low
Critical
363,107,688
go
testing: testing a list of packages blocks the real-time output
### What version of Go are you using (`go version`)? `go version go1.11 darwin/amd64` ### Does this issue reproduce with the latest release? Yes, reproduced on tip - `go version devel +ce58a39fca Thu Sep 20 22:52:44 2018 +0000 darwin/amd64` ### What operating system and processor architecture are you using ...
Testing,NeedsInvestigation
low
Critical
363,114,907
pytorch
Caffe2 compiled with MKLDNN doesn't have device_type = MKLDNN
## Issue description Cannot use device_type = MKLDNN adter building Caffe2 from source with MKL and MKLDNN support. ``` self._device_opts = caffe2_pb2.DeviceOption() self._device_opts.device_type = caffe2_pb2.MKLDNN ``` Then, when using RunNetOnce: ``` RuntimeError: [enforce fail at operator.cc:90] gDev...
caffe2
low
Critical
363,125,529
opencv
Documentation of available builders, docker images, directives for testing, etc
related: #12318 Most of us are unaware of: - all possible build directives besides the commonly utilized `force_builders` and `WIP` - how to filter specific test suits (e.g. `java`, `python2`) - how to filter specific tests (e.g. `Calib3d/EstimateAffinePartial2D.testConversion` - an alias to `gtest_filter`) ...
category: infrastructure
low
Critical
363,171,733
angular
No ability to check if <ng-content> was provided to the component
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
feature,area: core,core: content projection,feature: under consideration
high
Critical
363,200,090
TypeScript
Strange "Cannot use namespace 'Foo' as a type" error with dummy `declare module "foo";` declaration
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps b...
Bug,Help Wanted
medium
Critical
363,205,972
go
proposal: image: decoding options
# Motivation The current `Decode` function in the `image` package provides no way to configure the underlying format decoder. The registration system used by `image` makes it difficult to extend the decoding behaviour of the registered format handlers. However there are many open issues that could be resolved w...
Proposal,Proposal-Hold
low
Critical
363,220,024
flutter
when reporting for host for flutter_tools, we should report for 'CLI' host
*@devoncarew commented on Sep 21, 2018, 3:10 PM UTC:* We report the host for flutter_tools runs - this is used to know which IDE is driving flutter_tools; we key off the value of the `FLUTTER_HOST` environment variable. It would be nice to also report a 'host' for pure CLI usage. We could infer this by there being no ...
c: new feature,tool,P2,team-tool,triaged-tool
low
Minor
363,233,434
flutter
No actionable feedback from Flutter Doctor when Android Studio plugins not installed
This weekend I was providing assistance as @sobrienpdx tried to install Flutter on a brand new Mac laptop. After installing Android Studio, but before installing the "flutter" and "dart" plugins, Flutter Doctor produced the following messages: - Flutter plugin not installed; this adds Flutter specific functionality...
tool,t: flutter doctor,a: first hour,P2,team-tool,triaged-tool
low
Minor
363,284,842
go
runtime: CallersFrames showing mangled package path for nonASCII pkg name
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go tip: go version devel +16687a3bbf Fri Sep 14 12:39:54 2018 +0000 linux/amd64 ### Does this issue reproduce with the latest release? yes ### What operating system and processor arc...
NeedsInvestigation,compiler/runtime
low
Critical
363,330,066
flutter
Android: Run Dart code upon device boot (this is a standard Android capability)
Android: Run Dart code upon device boot (this is a standard Android capability)
c: new feature,platform-android,engine,a: existing-apps,P2,team-android,triaged-android
low
Minor
363,330,587
flutter
Provide background Service and WorkManager execution out of the box for Dart execution
Internal: b/141566426 Provide background Service and WorkManager execution out of the box for Dart execution. For example, the embedding should offer a Service that spins up a FlutterEngine, passes arbitrary primitive parameters into the engine, and executes Dart code. Then some signal should be made available for...
platform-android,engine,a: existing-apps,customer: money (g3),P2,team-android,triaged-android
low
Critical
363,342,403
TypeScript
ES6 module declarations should be marked to exclude them from `allowSyntheticDefaultImports`
<!-- 🚨 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,In Discussion
low
Critical
363,379,334
go
gccgo: cgo not working on Solaris 10
### What version of Go are you using (`go version`)? `go version go1.10.3 gccgo (GCC) 8.2.1 20180813 solaris/sparc` ### Does this issue reproduce with the latest release? Yes. Compiled from source ### What operating system and processor architecture are you using (`go env`)? ``` GOARCH="sparc" GOBIN="" GOCA...
OS-Solaris,NeedsInvestigation
low
Critical
363,441,810
angular
AnimationPlayer sometimes throws
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
type: bug/fix,area: animations,freq2: medium,P4
low
Critical
363,471,344
rust
panic on failed dead code analysis
[playground](https://play.rust-lang.org/?gist=328f9cc0e4ebf8a32a91d7b235dd1127&version=nightly&mode=release&edition=2018) ``` rust const FOO: [u8; 2] = [42; 2]; fn main() { if FOO.len() > 2 { println!(" {}", FOO[3]); } } ``` I would expect that the constant propagation pass would prune the ...
T-compiler,A-const-eval
low
Critical
363,499,816
go
x/net/html: fuzz this package
Given a couple of bugs reported by @tr3ee from malformed/incomplete tags like: * https://github.com/golang/go/issues/27702 * https://github.com/golang/go/issues/27704 * https://github.com/golang/go/issues/27842 * https://github.com/golang/go/issues/27846 whose reproducers are quite simple and have caused runtim...
Testing,help wanted
low
Critical
363,524,079
go
x/text: messages cannot contain '{'
### What version of Go are you using (`go version`)? go version go1.11 darwin/amd64 golang.org/x/text 905a57155faa8230500121607930ebb9dd8e139c ### What did you do? Ran `gotext update` with a message catalog containing the Translation `expected '{'`. ### What did you expect to see? Correct import of mess...
NeedsInvestigation
low
Critical
363,533,219
pytorch
Create a custom function using the functions from math_cpu.cc source code in Caffe2?
I would like to write my own convolution function in C++ using the GEMM functions defined in math_cpu.cc. I am planning to write a python wrapper for the function and use in a python environment. Is this possible? The reason for this is that the dependencies are already present with the installation of caffe2.
caffe2
low
Minor
363,563,000
vscode
Extend tasks API to allow programmatic problem matching
The new tasks APIs (fetchTask(), executeTask(), task events...) makes it more convenient to use vscode's own task system to spawn child process (as opposed to using something like `child_process`, for example). Still, AFAICT, there are two bits missing in the API: 1. A method to get the underlying `Terminal` instanc...
feature-request,api,tasks
medium
Critical
363,641,265
rust
Confusing error message for `impl Trait` consts/statics that use generics
#53542 introduced `impl Trait` bindings in consts and statics (along with let bindings), but of course they cannot be assigned a value of a generic type. The error message is presently a bit confusing: ``` error[E0434]: can't capture dynamic environment in a fn item --> .../bindings.rs:4:29 | 4 | const...
C-enhancement,A-diagnostics,T-compiler,A-impl-trait,F-impl_trait_in_bindings,requires-nightly
low
Critical
363,674,814
go
cmd/compile: unexpected performance difference accessing slices with different caps
Using tip (go version devel +b794ca64d2 Mon Sep 3 07:14:25 2018 +0000 linux/amd64) While implementing some bounds check optimizations in `image/draw` [CL 136935](https://go-review.googlesource.com/c/go/+/136935) I came across an unexpected performance difference between accessing elements of a slice **s** created li...
Performance,NeedsFix,compiler/runtime
medium
Critical
363,676,325
kubernetes
Allow adding more volumeClaimTemplates to an existing statefulSet
<!-- This form is for bug reports and feature requests ONLY! If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/). If the matter is security related, ple...
sig/storage,kind/feature
high
Critical
363,717,750
pytorch
cuda test hangs if GPUs in Exclusive Process mode
Problem was seen on ppc64le, but should happen elsewhere as well (at least on other linux platforms). Problem is present since at least 0.4.1 (probably earlier) and still exists. Problem is seen with Anaconda's python 3.6; haven't tested with other interpeters. This is an issue in the test script, rather th...
todo,module: cuda,triaged
low
Critical
363,744,626
godot
Material not saved after shader saved to its own file
**Godot version:** 3.0.6 **OS/device including version:** macOS 10.13.6 **Issue description:** When a custom shader that's associated with a material is saved to its own file, the material is not updated on disk, causing an older version of the shader to be used the next time the project is opened (and in some...
bug,topic:editor
low
Major
363,757,519
opencv
Undefined reference to 'gluLookAt' & 'gluPerspective'
##### System information (version) - OpenCV =>3.4.0-rc - Operating System / Platform => Fedora 28 x86_64 - Compiler => C++ ##### Detailed description Trying to compile from source but getting the following error. `[` 86%] Linking CXX executable ../../bin/cpp-example-detect_mser CMakeFiles/example_detect_m...
bug,category: build/install,category: samples
low
Critical
363,767,735
pytorch
Stop using make_intrusive directly; provide some make_tensor
Right now, if you are working with the lowest level of abstraction and you want to *create* a tensor, the current idiom is something like `Tensor(c10::make_intrusive<SparseTensorImpl>(some, args, ...))`. On further reflection, this is actually a bit strange, because the constructor you're using in this case is `Tensor(...
module: internals,triaged
low
Minor
363,861,244
scrcpy
Detect incompatible Android versoin (API < 21)
Initial title: **Segmentation fault when trying scrcpy on Kindles** ``` /usr/local/share/scrcpy/scrcpy-server.jar: 1 file pushed. 1.8 MB/s (17874 bytes in 0.010s) error: closed 2018-09-26 01:12:43.306 scrcpy[2646:20517898] ERROR: "adb reverse" returned with value 1 2018-09-26 01:12:43.306 scrcpy[2646:20517898] W...
enhancement,android4
low
Critical
363,919,891
vscode
[html] support less syntax in html file
For my information, it seems like vscode doesn't support less and sass in html file, so can we make an extensions to support it? some thing like this: ``` <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta htt...
feature-request,html
medium
Minor
364,020,151
flutter
Unhandled exception when calling first time RenderRepaintBoundary.toImage()
**flutter doctor -v** ``` [√] Flutter (Channel beta, v0.8.2, on Microsoft Windows [Version 10.0.17134.285], locale de-DE) • Flutter version 0.8.2 at C:\flutter • Framework revision 5ab9e70727 (3 weeks ago), 2018-09-07 12:33:05 -0700 • Engine revision 58a1894a1c • Dart version 2.1.0-dev.3.1.flutter...
c: crash,framework,engine,c: rendering,customer: octopod,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-engine,triaged-engine
low
Critical
364,060,336
pytorch
Caffe2 issues with using Glog without GFlags
## Issue description Trying to compile caffe2 with Glog that is not compiled with GFlags is causing compilation errors. Is it required to build Glog with GFlags for Caffe2? If I `apt install libgoogle-glog-dev`, then I do not get the compilation errors. However this will also pull in GFlags. Also there does...
caffe2
low
Critical
364,065,166
create-react-app
Babel JSX Syntax error when importing from a linked library
<!-- PLEASE READ THE FIRST SECTION :-) --> ### Is this a bug report? Yes <!-- If you answered "Yes": Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo. If you're in a hurry or don...
tag: documentation
medium
Critical
364,111,070
electron
better documentation for Debugger.sendCommand callback behavior
https://electronjs.org/docs/api/debugger - #14810 - It seems perfectly natural to send certain init type messages like Page.enable before loading anything, but they either won't be sent or won't be processed until loading starts. If this delay can't be avoided it should be explained (that it will happen, whether the...
enhancement :sparkles:,documentation :notebook:,pr welcome
low
Critical
364,113,017
flutter
Simplify symbolication
Our wiki [1] documents where to find symbol files and how to use them. It's a manual process. We should figure out how to automate this and make it easier for the user. [1] https://github.com/flutter/engine/wiki/Symbolicating-production-crash-stacks
c: new feature,team,tool,a: quality,a: debugging,P2,team-tool,triaged-tool
low
Critical
364,118,448
go
cmd/go: "go doc . foo" not working on Windows?
The documentation notes that starting an identifier with a capital letter forces the current package, but if you're attempting to look up something that is unexported then this workaround doesn't apply, which can be annoying sometimes. I propose, therefore, that prefixing an identifier with a `.`, such as `go doc .test...
OS-Windows,NeedsInvestigation
low
Major
364,209,606
pytorch
Error: Internal Compiler Error (codegen): "there was an error in verifying the lgenfe output!"
If you attempt to put `at::optional` in a struct which is used from a cu file, you may get this error: ``` Error: Internal Compiler Error (codegen): "there was an error in verifying the lgenfe output!" ``` A minimal reproduction is this program: ``` #include "optional.h" struct O { O() {} // requi...
module: build,module: cuda,triaged,internals
low
Critical
364,217,893
TypeScript
Allow tsconfig.json when input files are specified
I don't know why the `tsconfig.json` is ignored even when the `--project` or `-p` option is specified. In my opinion, the right implementation should be: + If no `--project` or `-p` option: Ignore tsconfig.json + Otherwise: Use the configuration file specified. All the options used in the command line should over...
Suggestion,In Discussion
high
Critical
364,227,023
rust
linkcheck should check links in diagnostics messages
The linkcheck tool does not check that links emitted by diagnostics messages are correct. E.g. we have at least one wrong link as per issue #54555. It would be useful to have linkcheck be able to check those links.
A-testsuite,C-enhancement,T-infra,T-release
low
Major
364,229,846
create-react-app
2.0.0 Source map build performance
<!-- PLEASE READ THE FIRST SECTION :-) --> ### Is this a bug report? No <!-- If you answered "Yes": Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo. If you're in a hurry or don'...
issue: needs investigation
low
Critical
364,237,713
go
x/tools/playground: vet step uses different integer sizes than build step
These two links both emit red errors: https://play.golang.org/p/b1Bm8V8Eh4S https://play.golang.org/p/0ZYaKc42JZe One of them says that the array passed to the function is 16 bytes but the function requires 12, and the other one says that the array is 12 bytes but the function requires 16. The function definition ...
NeedsDecision
low
Critical
364,246,755
flutter
Add state persistence listener to PluginRegistry.Registrar
I'm not sure about the iOS side of things. To solve #17950 and to provide convenient solutions to #6827, plugins must have a chance to persist some state before the Android host activity is destroyed. On Android, `onSaveInstanceState` on the activity is called before `onDestroy` and allows you to add values to a...
engine,c: proposal,P2,a: plugins,team-engine,triaged-engine
low
Minor
364,319,906
godot
High frame delay causes rendering issues with auto exposure enabled [GLES3]
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.1.alpha 5a03d50 **OS/device including version:** Windows 10 GPU: NVIDIA GeForce GTX 1070 MQ, driver: 411.63 GPU: Interl UHD Graphics 630 **Iss...
bug,topic:rendering,confirmed
medium
Major
364,354,305
go
wasm: scheduling of JavaScript callbacks is not fair
### What version of Go are you using (`go version`)? go version go1.11 linux/amd64 ### Does this issue reproduce with the latest release? yes ### Description I ran the webassembly benchmark in https://djhworld.github.io/post/2018/09/21/i-ported-my-gameboy-color-emulator-to-webassembly/ and as also noted ...
NeedsInvestigation,arch-wasm
low
Critical
364,392,389
TypeScript
Allow for dropping tsconfig.json in arbitrary folder and specifying the source root with tsc command
<!-- 🚨 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 1. tsconfig.json 1. TS18003 1. project root <!-- List of keywo...
Suggestion,Awaiting More Feedback
low
Critical
364,420,676
angular
bug(animations): Element rendered twice when animated
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
type: bug/fix,area: animations,freq2: medium,P4
medium
Critical
364,448,303
pytorch
[caffe2] How to set different learning rates for different layers?
Hi, I would like to ask a question that how to set different learning rates for different layers in Caffe2. Who can provide some examples of this? Thanks in advance.
caffe2
low
Minor
364,455,262
TypeScript
Allow to explicitly pass type parameters via JSDoc
## Search Terms jsdoc generics type parameters constraints ## Suggestion It seems like it is not possible via JSDoc to explicitly tell compiler which type parameters to pass to a generic function. ## Use Cases In TypeScript it is possible to explicitly pass type parameters such as `mongoose.model<Model, ...
Suggestion,In Discussion,Domain: JSDoc,checkJs,Domain: JavaScript
high
Critical
364,458,404
go
proposal: spec: define identifiers to be NFKC-normalized
**Background** Go 1 allows Unicode letters as part of identifiers. Normally that's quite useful, but sometimes it can lead to confusion: some letters look like _and are acceptable substitutes for_ other similar letters.¹ For example, in [this code snippet]( https://play.golang.org/p/RxwYEczV4uM), the declared i...
LanguageChange,Proposal,LanguageChangeReview
medium
Critical
364,460,232
godot
A lot of errors after delete folder with Script and Node
**Godot version:** 3.1 8fc92ae **OS/device including version:** Windows 10 **Issue description:** After deleting folder with script and node, godot shows a lot of errors and after trying to run Scene, editor show more errors and close game. There are errors: ``` ERROR: load_source_code: Condition ' err...
bug,topic:editor,confirmed
low
Critical
364,468,103
pytorch
[Caffe2] GAN No Gradients in Generator
Hi everyone, In the process of my Bachelor Degree I am building a DCGAN in caffe2. After following all the tutorials I have figured out a architecture. But when I run my Code the Generator does not update at all. I made some debugging and found out, that the Generator's layers do not receive any Gradients at all. Eve...
caffe2
low
Critical
364,476,930
go
cmd/go: generate should set GOFLAGS env variable
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? ``` go version go1.11 linux/amd64 ``` ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor architecture are you using (`go env`)? ``...
NeedsInvestigation,FeatureRequest,GoCommand
low
Critical
364,479,890
go
cmd/go: ensure that 'go mod tidy' and `go get -u` do not introduce ambiguous imports
As noted in https://github.com/golang/go/issues/27858#issuecomment-425089484, when a package is moved between two modules that share one of the complete module paths as a prefix, each needs to `require` some baseline version of the other, for two reasons: 1. To ensure that `go get -u` doesn't drop any needed package...
NeedsDecision,early-in-cycle,modules
medium
Major
364,492,582
godot
Add "rename_dependencies" to ResourceLoader
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.0.6 <!-- Specify commit hash if non-official. --> **Issue description:** <!-- What happened, and what was expected. --> Hey there, I'm trying to...
enhancement,topic:editor
low
Minor
364,502,413
go
cmd/go: 'go mod why' should have an answer for every module in 'go list -m all'
Currently, if you run `go mod why -m` on the output of every module in `go list -m all`, some modules may come back with the answer `(main module does not need module […])`, even after a `go mod tidy`. The reason is that the module graph is conservative: `go list -m all` answers the question “which module versions a...
NeedsFix,FeatureRequest,modules
high
Critical
364,505,506
go
testing: No way to view untruncated output from benchmarks
### What version of Go are you using (`go version`)? ``` go version go1.10.3 linux/amd64 ``` ### Does this issue reproduce with the latest release? Unknown, but the documentation has not changed. ### What operating system and processor architecture are you using (`go env`)? ``` GOARCH="amd64" GOBIN="" GOC...
NeedsDecision
low
Critical
364,554,917
node
connection reset when using https server/client combi without keepalive
<!-- 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...
help wanted,tls,https,windows
low
Critical
364,594,899
rust
Inaccurate lifetime mismatch diagnostic text when involving match
``` error[E0623]: lifetime mismatch --> bend/crates/sac/src/bin/bin.rs:281:34 | 277 | fn deep_or(&self, other: &Self) -> Self { | ----- ----- | | | these two types are declared with different lifetimes... ... 281 | (val, No...
C-enhancement,A-diagnostics,T-compiler
low
Critical
364,595,814
rust
suggesting for traits do not search the "prelude crates"
As [shown in this test case](https://github.com/rust-lang/rust/pull/54603#discussion_r221025575), if you have a crate in the prelude, but you have not imports its trait, and you try to use its methods, you don't get any nice suggestions. This is a shame! cc @davidtwco
C-enhancement,A-lints,A-diagnostics,T-compiler,A-edition-2018
low
Minor
364,615,714
vue
Check if tag is already in the window.customElements registry on top of checking config ignoredElements
### What problem does this feature solve? When Vue is mounting, the function `isUnknownElement` is called and checks, among others, whether the element tag is in the list of `ignoredElements`. In the context of an app that uses multiple web components, we don't want to manually add every new component's tag to the `ig...
feature request,improvement
low
Minor
364,622,457
go
net/mail: Provide Address.String() alternative which only converts to RFC 5322 and does not encode as RFC 2047
The `Address.String()` method sometimes encodes as RFC 2047 after the 5322 formatting depending on the characters in the address. However some services (Ala sparkpost transmission api header fields) want RFC 5322 formatted addresses in UTF8 and not encoded as RFC 2047. I'm not sure if the [quoting]( I don't think...
NeedsDecision,FeatureRequest
low
Major
364,634,338
go
x/tools/go/packages: can't distinguish dynamically-generated sources from checked-in ones
When using `go list -test`, we can distinguish user-provided sources from generated ones based on whether the paths are absolute, as documented [here](https://golang.org/cmd/go/#hdr-List_packages_or_modules) (emphasis mine): > By default, the lists **GoFiles, CgoFiles, and so on hold names of files in Dir** (that is...
NeedsInvestigation,Tools,Refactoring
low
Minor
364,639,030
go
x/tools/go/packages: no way to easily distinguish the test version of the package from the real one
When `Config.Test` is set to `true`, `packages.Load` may return multiple `Package` instances with the same `PkgPath`. `go list` encodes the information about which package is which redundantly: both in the `ForTest` field and *also* in the reported `ImportPath` for test variants. `go/packages` strips out the `Imp...
NeedsInvestigation,Tools
low
Major
364,665,533
pytorch
Misleading step method in lr_scheduler.ReduceLROnPlateau
Since ReduceLROnPlateau takes an optimizer as argument, one can reasonably assume that it wraps the optimizer and the step method from the ReduceLROnPlateau object will actually call the step method of the optimizer. Alternatives: <li>put a warning in the documentation: <i>"the optimizer's parameters are not going...
todo,module: optimizer,triaged
low
Minor
364,671,742
flutter
local_auth plugin Displays a FaceID error in emulator but the Try FaceID Again doesn't work
## Steps to Reproduce Write an app that use the local_auth plugin. Run it on an IOS Simulator with iPhone X, etc. on IOS 12. Using the simulator indicate a non-face match. A Dialog box (stock) comes up and says "Face Not Recognized" .. with a "Try FaceID again" .. Click on that button.. Nothing happens at all ...
platform-ios,p: local_auth,package,P2,team-ios,triaged-ios
low
Critical
364,700,083
angular
Add a customizable nonce attribute to injected style elements - CSP
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
feature,freq2: medium,security,area: core,area: security,core: stylesheets,cross-cutting: CSP,feature: under consideration
high
Critical
364,704,806
go
cmd/go: get go list context function formatted as json
The `context` template function available to `go list` has some useful data, even after ignoring the overlap with `go env -json`. There's no way to output the `context` as json, making it hard to use the results programatically. cc: @bcmills @rsc @ianlancetaylor @alandonovan
NeedsInvestigation,FeatureRequest,GoCommand
low
Major
364,716,317
vscode
Breadcrumbs enhance-> double click change the edit state
Hi, Waiting for this wonderful feature comes in about the Breadcrumbs. now the Breadcrumbs is like this: ![image](https://user-images.githubusercontent.com/24240963/46183679-901e7200-c304-11e8-978f-75289a339b98.png) If I double click this specific room and it will change to the edit state that make me be able t...
feature-request,breadcrumbs
low
Minor
364,730,172
rust
fix false negatives in explicit_outlives_requirements
Niko Matsakis [points out that](https://github.com/rust-lang/rust/pull/53013#discussion_r221053173) the explicit_outlives_requirements lint (from #53013, expected to land soon) should also fire on lifetime-outlives bounds and associated-type-outlives bounds, as illustrated by the following two examples: ```rust str...
A-lints,A-lifetimes,T-compiler,C-bug,L-explicit_outlives_requirements
low
Minor
364,748,090
pytorch
clip_grad_norm_ does not work on grads of different types
see https://github.com/pytorch/pytorch/blob/117885128073c9c2b32f4b33c6c79df3895b7071/torch/nn/utils/clip_grad.py#L31-L34 example error message can be found at https://discuss.pytorch.org/t/error-when-doing-grad-clip-norm/26071/3 cc @albanD @mruberry @jbschlosser
todo,module: nn,triaged
low
Critical
364,754,361
flutter
App.framework does not support provisioning profiles.
<!-- 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.io/ * https://docs.flutter.io/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you have...
platform-ios,tool,t: xcode,P2,team-ios,triaged-ios
low
Critical
364,765,088
opencv
Infrastructure: Python incorrect test summary
Builders indicate that Python have passed 0 tests, which is not correct. Here is [an example build](http://pullrequest.opencv.org/buildbot/builders/precommit_linux64/builds/18369) #### Actual summary ``` test_python2 test_python2 ; passed: 0 ; test_python3 test_python3 ; passed: 0 ; ``` #### Expected summa...
category: infrastructure
low
Minor
364,780,335
TypeScript
__importStar sometimes inlined when using dynamic imports with --importHelpers
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 3.1.1 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** __importStar tslib **Code** a.ts: ```ts import('b').then(b => con...
Bug
low
Critical
364,796,517
opencv
Issue with cv::resize
The function cv::resize behaves - from my perspective - incorrectly. Resizing images is not at all a trivial task, and I believe there is a misconception about scale and target image size. My main issue is that when giving the size parameter, cv::resize ignores the size parameters and overrides them to (as documente...
category: imgproc,RFC,future
low
Minor
364,814,713
neovim
shada (viminfo) forgets marks, oldfiles
- `nvim --version`: ``` NVIM v0.3.2-dev Build type: RelWithDebInfo Lua 5.1 Compilation: /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/neovim-1vOYWK/neovim-0.3.0~ubuntu1+git201809272035-64a8a8f-479a1d0=. -fstack-protector-strong -Wformat -Werror=format-security -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 ...
bug-regression,core,editor-state
low
Critical
364,815,290
TypeScript
Improve error message for incompatible signatures in union type from typed/untyped function call
<!-- 🚨 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. Cannot invoke an expression whose type lacks a call signature. Type '(() => string) | (T &...
Suggestion,Domain: Error Messages,Experience Enhancement
low
Critical
364,849,439
TypeScript
In JSDoc, `?` of conditional is frequently parsed as postfix-`?`
**TypeScript Version:** 3.2.0-dev.20180927 **Search Terms:** JSDoc conditional types Using [Conditional Types](https://www.typescriptlang.org/docs/handbook/advanced-types.html#conditional-types) in JSDoc comments confuses the TypeScript parser since the `T extends Y ? A : B` syntax looks similar to the `Y?` (meani...
Bug
medium
Critical
364,891,225
opencv
flann::Index::radiusSearch(): rename argument "radius" to "squaredRadius"
##### System information (version) - OpenCV => 3.4.1 - Operating System / Platform => Windows 64 Bit - Compiler => VS15 x64 ##### Detailed description flann::Index::radiusSearch() expects the **squared** radius but the argument is called `radius`. This is also not clear in https://www.cs.ubc.ca/research/flan...
category: documentation,category: flann
low
Minor
364,895,141
material-ui
[RFC] color prop API
Currently our type declarations contain the following definition for color props: ```ts type Color = 'inherit' | 'primary' | 'secondary' | 'default'; ``` indicating that there is a library wide understanding what these color represent and that every component that has a color prop should implement each variant. ...
new feature,design: material,discussion,breaking change,RFC
medium
Critical
364,944,653
create-react-app
Proposal: Additional JS pre-processing on module build
As started in #5103, would like to propose a bit more of module processing than v2 is intended to have. My first impression on module build was "finally, the same build for all the code!", but as I see it is not actually true, @gaearon [explained](https://github.com/facebook/create-react-app/issues/5103#issuecomment...
issue: proposal
low
Major
364,945,717
flutter
Offline mode needs to be extended to all flutter commands
The `--offline` argument to `flutter packages get` is helpful in preventing packages from being downloaded, but since `flutter build` can also trigger getting packages, it needs to have a `--offline` added too. Ideally, I'd like the main tool to have the --offline option, and have the individual commands accommodate...
c: new feature,tool,a: quality,P3,team-tool,triaged-tool
low
Major
364,953,229
angular
HttpTestingController can't mock HttpErrorResponse with successful status
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [x] Regression (a behavior that used to work and stopp...
type: bug/fix,help wanted,freq1: low,area: common/http,state: confirmed,P4
low
Critical
364,954,352
TypeScript
Stack overflow within collectDynamicImportOrRequireCalls
**TypeScript Version:** 3.1.0-dev.20180925 ``` git clone --depth=1 https://github.com/zuiidea/antd-admin.git cd antd-admin tsc --init tsc --allowJs --checkJs ``` Compiler crashes with the callstack: ``` RangeError: Maximum call stack size exceeded at Object.isRequireCall (node_modules\typescript\li...
Bug,Crash
low
Critical
365,032,217
pytorch
Network surgery for transfer fails
## Per the pytorch/caffe2 Readme I am asking here. I would like to use an existing network definition and weights from the model zoo as the backbone for a new network. In this specific example the architecture will be squeezenet, and the new network simply has a different shape for the top parameterized layers ['con...
caffe2
low
Critical
365,044,697
go
cmd/go: C compiler flags not passed when building buildid.s
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.10.3 gccgo (GCC) 8.2.1 20180813 solaris/sparc ### Does this issue reproduce with the latest release? yes, compiled from source. ### What operating system and processor arc...
NeedsFix
low
Critical
365,072,962
vscode
[folding] clicking on on line number of folded line should select full folding range
Issue Type: <b>Bug</b> 1. Fold an area (e.g. a block in JSON) to a line 2. Click the margin of the folded line 3. Try to drag the mouse to select the whole folded area **Expected**: Can select (only) the whole folded area **Actual**: It's either the first line of folded area, or the whole folded area **and**...
help wanted,feature-request,editor-folding
low
Critical
365,076,870
pytorch
[Feature] Support Adaptive Max Gradient Norm / Clipping
## 🚀 Feature This feature is to use a moving windowed median or exponential moving average for gradient clipping and normalization. Additionally, it'd be nice to support batch skipping if the gradient norm is above a threshold which is usually an indication of an imminent gradient explosion. ## Motivation T...
triaged,enhancement,module: norms and normalization
low
Minor
365,078,717
javascript-algorithms
Add Persistent Vector?
I would like to contribute to adding [persistent vector](http://www.hypirion.com/musings/understanding-persistent-vector-pt-1), it's a cool immutable data structure. Thumbs up if it interests you.
enhancement
medium
Minor
365,087,721
rust
"overflow evaluating the requirement `...: std::marker::Sync`" instead of error
I ran into some code that causes rustc to recurse until it hits whatever you have the recursion limit set to (I tried up to `#![recursion_limit="80192"]`). The code in question should actually result in a compile time error, but not that one. Here's the minimal case I could come up with: ``` static FOO: Option<Foo...
A-type-system,A-trait-system,T-compiler,C-bug,T-types
low
Critical
365,087,954
go
x/net/http2: Ability to set initial flow control in transport.
### What version of Go are you using (`go version`)? Go 1.11 ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? linux + darwin on amd64 and android on arm. ### What did you do? Made an http2 request. ### What did you ...
NeedsInvestigation,FeatureRequest
low
Major
365,093,777
opencv
Allow contributors to request reviews
I believe there is no harm to allow contributors to request a review after creating a PR.
category: infrastructure
low
Minor
365,111,683
rust
Borrow checker extends borrow range in code with early return
Borrow checker seems to extend mutable borrow of variable to the end of the function in case of an early return of value dependent on the borrow: ```rust fn foo(x: &mut u8) -> Option<&u8> { if let Some(y) = bar(x) { return Some(y) // comment this out to calm compiler } bar(x) } fn bar(x: &...
A-borrow-checker,T-compiler,A-NLL,C-bug,fixed-by-polonius
medium
Critical
365,138,216
go
proposal: add container/queue
# Proposal: Built in support for high performance unbounded queue Author: Christian Petrin. Last updated: November 26, 2018 Discussion at: https://github.com/golang/go/issues/27935 Design document at https://github.com/golang/proposal/blob/master/design/27935-unbounded-queue-package.md ## Abstract I pro...
Proposal,Proposal-Hold
high
Critical
365,144,528
rust
Incorrect information attached to slice::from_ref
Head over on the official documentation of [slice::from_ref](https://doc.rust-lang.org/std/slice/fn.from_ref.html). There’s a small information bubble that will trigger the following, confusing information: ![img_092918_180315](https://user-images.githubusercontent.com/506592/46247886-2c826a80-c412-11e8-9360-9e37438...
T-rustdoc
low
Major
365,148,509
material-ui
[colorManipulator][docs] Document the color helpers
<!-- Checked checkbox should look like this: [x] --> - [x] This is not a v0.x issue. <!-- (v0.x is no longer maintained) --> - [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate. ## Expected Behavior I've done a comparison ...
new feature,docs,package: system
medium
Major
365,157,561
create-react-app
Write high performance webpack loader worker
x-ref: #5170 It'd be nice to write a high performance webpack worker that uses shared memory instead of IPC, automatic caching with customizable cache identifier, and anything else to make it really robust.
contributions: up for grabs!,tag: enhancement,difficulty: complex
low
Major
365,160,929
vscode
[scss] No autocomplete for built-in functions inside maps
Issue Type: <b>Bug</b> ```sass $something: #fff; $map: ( key: transparentize($something, 0.4), ); ``` There is no autocomplete for `transparentize` and some other functions (`mix`, `lighten`, `darken`, `red`, `rgb`, `saturate` ...) inside the map definition. --- VS Code version: Code - Insiders 1.28.0...
feature-request,css-less-scss
low
Critical
365,175,593
node
Almost guaranteed ECONNRESET on piped sockets if connecting to Node's HTTPS server which answers with "connection: 'close'" after setImmediate or setTimeout, on OSX
* **Version**: v10.11.0 * **Platform**: Darwin localhost.local 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 21 20:07:40 PDT 2018; root:xnu-3248.73.11~1/RELEASE_X86_64 x86_64 (aka OSX 10.11.6, also happens on High Sierra) * **Subsystem**: ??? In the following code, `pem` is [a module from NPM](https://www.npmjs.com...
help wanted,http
medium
Critical