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
243,322,924
pytorch
[Feature request] truncated normal initializer(sampler)
There has been a recent discussion on the discuss about truncated normal initializer [link](https://discuss.pytorch.org/t/implementing-truncated-normal-initializer/4778/15). I have implemented one on my own, but the code is basically paraphrasing the tensorflow code, which I feel like may cause problem. If you feel go...
triaged,enhancement,module: initialization
low
Major
243,420,183
kubernetes
Orphaned objects can remain after their namespace is removed
If namespaced resources exist, but their associated namespace does not, the namespace lifecycle controller does not recognize/remedy this.
sig/api-machinery,area/admission-control,lifecycle/frozen
low
Major
243,440,818
opencv
DNN now predicts incorrectly in Universal Windows Platform build
- OpenCV => 3.3.0-rc - Operating System / Platform =>Windows 10 - 64 bit - Compiler =>Visual Studio 15 2017 - cmake => 3.8.2 ##### Detailed description Using the following [dnn code example](http://www.docs.opencv.org/trunk/d5/de7/tutorial_dnn_googlenet.html) with a win32 build of opencv `3.3.0-rc` produces co...
bug,priority: low,platform: winrt/uwp,category: dnn,Hackathon
low
Critical
243,447,195
rust
rustbuild: rpath=false does not work, maybe because `build-script-build` bypasses `rustc.rs` wrapper
When experimenting with `rpath = false` in `config.toml` for rustbuild: ~~~~ Running `/rust.git/build/x86_64-unknown-linux-gnu/stage1-rustc/release/build/pulldown-cmark-efa2881d679d19c8/build-script-build` error: failed to run custom build command for `pulldown-cmark v0.0.14` process didn't exit successfully...
T-bootstrap,T-infra,C-bug
low
Critical
243,471,127
vscode
Regex Find can cause VS Code to Freeze
<!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode. --> <!-- Use Help > Report Issues to prefill these. --> - VSCode Version: 1.14.1 - OS Version: Mac OSX Sierra 10.12.5 (16F73) Steps to Reproduce: 1. `code --disable-extensions` 1. *File->New File* 1. Paste file ...
bug,upstream,freeze-slow-crash-leak,editor-find,upstream-issue-linked,terminal-find
high
Critical
243,508,522
flutter
complex_layout__start_up timeToFirstFrameMicros noise
The complex_layout__start_up timeToFirstFrameMicros benchmark is very noisy. We should run it multiple times and average the result. cc @yjbanov
a: tests,team,framework,P3,team-framework,triaged-framework
low
Minor
243,533,450
go
runtime: sub optimal gc scalability
### What version of Go are you using (`go version`)? go version devel +4e9c86a Wed Jun 28 17:33:40 2017 +0000 linux/amd64 ### What operating system and processor architecture are you using (`go env`)? GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/localdisk/itocar/...
Performance,NeedsInvestigation,compiler/runtime,Scalability
low
Critical
243,537,076
angular
Height on auto only animates some of the time when the child height changes
## I'm submitting a... <pre><code>[ ] Regression (a behavior that used to work and stopped working in a new release) [X] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> [ ] Feature request [ ] Documentation issue or request </code></pre> ## Current behavior There is a anim...
type: bug/fix,area: animations,freq2: medium,P4
low
Critical
243,553,193
TypeScript
Properties of instances of anonymous classes have type <any> after an instanceof guard.
**TypeScript Version:** 2.4.1 **Code** ```ts function create_my_class<T>() { return class { value: T; constructor( value: T ) { this.value = value; } } } const MyClassWithNumber = create_my_class<number>(); const with_number = new MyClas...
Bug
low
Critical
243,604,668
go
runtime: cannot run GO in Windows Server 2016
[Issue] When running go, a problem is encountered ``` C:\Users\Administrator>go Exception 0xc0000005 0x8 0x0 0x0 PC=0x0 runtime.asmstdcall(0x8fdd8, 0x40ee8d, 0x10f4000, 0x0, 0x100000044f980, 0x20, 0x11, 0x10f4000, 0x44f8c0, 0x10f0000, ...) c:/go/src/runtime/sys_windows_amd64.s:60 +0x5e fp=0x8fd80 sp=...
OS-Windows,NeedsInvestigation
low
Major
243,658,851
opencv
Nightly test failure: Features2d_FLANN_Auto.regression
[Win32 without IPP](http://pullrequest.opencv.org/buildbot/builders/master_noICV-win32-vc14/builds/10160): ``` [ RUN ] Features2d_FLANN_Auto.regression C:\build\master_noICV-win32-vc14\opencv\modules\ts\src\ts.cpp(541): error: Failed failure reason: Bad accuracy test case #-1 seed: ffffffffffffffff ---...
bug,priority: normal,category: features2d
low
Critical
243,683,150
vscode
Add support for different fonts in the same file
Add support for choosing different font ligatures, than those within the `"editor.fontFamily"` selected font. For example, I would really like to use Operator Mono letters together with [Fira Code ligatures](https://github.com/tonsky/FiraCode). Atom-editor lets you do this. A hacky workaround is with the `Custom CSS...
feature-request,font-rendering
medium
Critical
243,793,805
go
proposal: spec: panic on send/receive on nil channel
In Go 1 a send or receive operation on a nil channel blocks forever. This is by analogy with the select statement, in which a case with a nil channel is ignored. In particular, these four code snippets all block forever: var c1 chan int <-c1 var c2 chan int select { case <-c2: } ...
LanguageChange,Proposal,LanguageChangeReview
medium
Critical
243,814,485
go
x/build/cmd/gopherbot, x/build/maintner: handle non-Go Github issue repos like gddo
https://github.com/golang/gddo has a separate issue tracker, but gopherbot ("CL X mentions this issue") can only comment on golang/go repos. We might also need to update parseGithubRefs in maintner/github.go but at first look at that function makes it seem like it is capable of doing the right thing.
help wanted,Builders
low
Minor
243,827,892
flutter
NestedScrollView should assert when child scrollables are passed controllers
Since `NestedScrollView` wants to provide controllers to the children, it should throw a helpful assertion message if it detects that the children already have controllers. ## Steps to Reproduce ```dart import 'package:flutter/material.dart'; class Demo extends StatefulWidget { @override DemoState creat...
framework,f: scrolling,has reproducible steps,P3,found in release: 3.0,found in release: 3.1,team-framework,triaged-framework
low
Major
243,844,438
opencv
segmentation fault on Mac OSX when opening an .avi file
<!-- If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses. If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute). This is a template helping you to create an issue which can be...
priority: low,platform: ios/osx,incomplete
low
Critical
243,856,244
go
runtime: before execve, set signal mask according to os/signal functions
If a program calls the os/signal functions `Notify` and `Ignore`, we should reflect those calls in the signal mask that we pass to child processes that we start using the os or os/exec packages. The code for this is in https://github.com/golang/go/issues/19196#issuecomment-315907446 .
NeedsFix,early-in-cycle,compiler/runtime
low
Minor
243,907,763
rust
Exact same bound check happens twice in loops when processing slices known to be of the same size
When compiling in release mode, it is possible to move most bound checks out of a loop when processing slices of the same size by asserting beforehand that they really are of the same size. A simple example of that would be: ```rust fn process_slices(x: &[u32], y: &[u32], z: &mut [u32]) { assert!(x.len() == y....
I-slow,C-enhancement
low
Minor
244,031,424
TypeScript
Unexpected TS4094 with the build parameter `declaration: true`
**TypeScript Version:** 2.4.1 **Code** ```ts var Foo = class Foo { private _message = "Hi"; hi() { return this._message; } } ``` `tsc test.ts -t es2017 -d` **Expected behavior:** `-d` should not cause this message: `test.ts(1,5): error TS4094: Property '_message' of exported class expression m...
Bug,Domain: Declaration Emit
medium
Critical
244,033,784
TypeScript
Unexpected type listing for `keyof T` on declaration file
**TypeScript Version:** 2.4.1 **Code** ```ts var Foo = class Foo { method<T extends keyof ElementTagNameMap>() {}; } class Bar { method<T extends keyof ElementTagNameMap>() {}; } ``` `tsc test.ts -t es2017 -d` **Expected behavior:** Both should use `keyof ElementTagNameMap` **Actual behav...
Bug,Domain: Declaration Emit
low
Minor
244,077,661
rust
GDB pretty printers incorrectly print Path slices
Given this source file: ```rust use std::path::Path; fn main() { let a = Path::new("a/b"); let b = a.parent().unwrap(); let c = "a/b"; let d = &c[..1]; let e = 3; } ``` When compiled and run through `rust-gdb` it yields: ``` $ rustc -g foo.rs $ cat cmds break foo.rs:9 run ...
A-debuginfo,T-compiler,C-bug
low
Critical
244,123,656
go
net: resolver should call res_init when resolv.conf changes
If you force the cgo resolver on **non-Debian-based** Linux with glibc <=2.25 (that is, any stable glibc as of this writing) and Go 1.8.3 (probably any released version), it's very easy to get into a state where all network connections fail even though the machine's network is up: ```go package main import ( "...
help wanted,Proposal,Proposal-Accepted,NeedsFix,early-in-cycle
low
Critical
244,129,858
go
x/build/maintner: store Github pull request data
If we want this to be a tool for wider use (and I think it would be good to do that), we need to store Github pull request data for projects. Furthermore, we currently get Git commits from Gerrit CL's, we'll need to allow people to specify Github as their primary Git upstream and fetch commits from Github instead of...
Builders
low
Major
244,131,342
go
x/build/maintner: load tokens from XDG config dir
Right now we hardcode the file to get Github tokens from as `$HOME/.github-issue-token`. If a user has XDG_CONFIG_HOME specified we should try to load tokens from there too.
Builders
low
Minor
244,136,731
go
x/build: rewrite Hg hashes in issue tracker
Some old issues refer to mercurial hashes in their issue tracker. There is a mapping at https://golang.org/change/XXXXX and the git commits have this data too (as a golang-hg header in the commit), but if you don't know that it can be hard to track down. Instead of people having to know this, one could rewrite all ...
help wanted,Builders,NeedsFix
low
Minor
244,188,147
vscode
Support large documents in extension host
- VSCode Version: 1.14.1 - OS Version: Windows 7 and Windows 10, likely all OSes When editing documents with very long lines, such as lines containing data-URIs, the property `vscode.window.activeTextEditor` will be `undefined` when it should be defined. Steps to reproduce: 1. Create a new (blank) VSCode exte...
feature-request,api,editor-textbuffer
high
Critical
244,190,665
TypeScript
Uncaught compiler error: Block-scoped variable from import used before its declaration.
<!-- BUGS: Please use this template. --> <!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript --> <!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md --> **TypeScript Version:** 2.4.0 / night...
Bug
low
Critical
244,199,321
rust
pthread_get_stacksize_np returns incorrect values for the main thread on OS X 10.9
See: https://github.com/robovm/robovm/issues/274 https://groups.google.com/forum/#!topic/address-sanitizer/7_abqFZ5wXw http://mail.openjdk.java.net/pipermail/hotspot-dev/2013-October/011388.html pthread_get_stacksize_np returns 512KB for the main thread instead of the 8MB that it's supposed to. This causes us to ...
P-medium,T-libs-api,C-bug,A-stack-probe
low
Major
244,200,947
go
encoding/json: unmarshal into slice reuses element data between len and cap
### What version of Go are you using (`go version`)? go1.8 ### What operating system and processor architecture are you using (`go env`)? GOOS=nacl GOARCH=amd64p32 ### What did you do? https://play.golang.org/p/lbYUhgOe-- ### What did you expect to see? According to the [json Unmarshal docs](https://gol...
NeedsFix
medium
Major
244,222,321
react-native
Oppo A77 - Some texts gets cut-off
### Environment 1. `react-native -v`: 0.34 through 0.59 2. `node -v`:4.4.7 3. `npm -v`: 4.5.0 4. `yarn --version`<!-- (if you use Yarn) -->: - Target Platform: Android - Development Operating System: Windows - Build tools: The issue is specific to Oppo A77 model. Note that upgrading to latest react-native ve...
Help Wanted :octocat:,Platform: Android,Bug
high
Critical
244,262,369
opencv
A problem about normalizeBlockHistogram() used to compute HOG descriptor
##### System information (version) - OpenCV => 2.2 ##### Detailed description when doing the first normalization of block histogram, the scale coefficient is computed as `float scale = 1.f/(std::sqrt(sum)+sz*0.1f)`, after the hysteresis thresholding and when doing the renormalization, the scale coefficient is comp...
category: objdetect,RFC
low
Minor
244,370,929
opencv
problem with linux Raspberry Pi,cv::directory
<!-- If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses. If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute). This is a template helping you to create an issue which can be...
bug,priority: low,affected: 2.4
low
Critical
244,411,837
vscode
[html] provide rename for embedded JavaScript
<!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode. --> <!-- Use Help > Report Issues to prefill these. --> - VSCode Version: v1.14.1 - OS Version: macOS Sierra v10.12.6 - Reproduces without extensions: Yes Steps to Reproduce: 1. Create these two files: `my-cus...
help wanted,feature-request,javascript,html,keep
low
Major
244,432,895
rust
Stabilize -Zunpretty=expanded
`--pretty=expanded` is an incredibly useful debugging tool for macros. The change in rustc 1.19 to stop supporting unstable command-line options on the stable/beta compilers makes it all the more important to stabilize unstable options that people use, and this seems like it easily qualifies. Much like `--emit mir`,...
A-pretty,T-compiler,C-feature-request
medium
Critical
244,448,875
kubernetes
RFE: Policy on versioning e2e tests
**FEATURE REQUEST**: Objective: Ensure a newer build of e2e tests can run a the tests on older clusters without having failures, and ensure upgrade tests don't test deprecated features. Currently if a new feature adds coverage to the e2es there is no version information that denotes that this feature is new and may...
priority/awaiting-more-evidence,kind/feature,sig/testing,sig/release,lifecycle/frozen
low
Critical
244,459,059
vscode
Git - Support interactive rebase
Since it is typical for projects like Code and others to have PRs with a single command for brevity and cleanliness, this feature would be really helpful to not have to go into the terminal. Willing to do a PR...
help wanted,feature-request,git
medium
Critical
244,467,389
rust
core::fmt fails to optimize on arm-none-eabi
While generating code for an Cortex-M0 I noticed that using core::fmt to generate printable output generates extremely bloated code, even when just using a plain string as format. According to @rkruppe on IRC this is most likely due to a missed elimination of dead code by LTO. A stripped down example can be found...
I-slow,C-enhancement,T-libs-api,T-compiler,WG-embedded,I-heavy
low
Major
244,533,026
vscode
Can I put the extensionsGallery on my vscode fork?
By default the https://github.com/Microsoft/vscode does not come with key: "extensionsGallery": { "serviceUrl": "", "cacheUrl": "", "itemUrl": "" } on its https://github.com/Microsoft/vscode/blob/master/product.json file. That entry is required to install extensions from the marketplac...
extensions,under-discussion,license
high
Critical
244,541,652
kubernetes
kubectl in-cluster mode conflicts with --request-timeout
/kind bug **What happened**: From a container running inside of a cluster: ``` # kubectl get po --request-timeout=11s The connection to the server localhost:8080 was refused - did you specify the right host or port? ``` **What you expected to happen**: ``` # kubectl get po --request-timeout=11s ...lon...
kind/bug,area/kubectl,sig/cli,lifecycle/frozen
medium
Critical
244,566,421
go
x/text: requires explicit (old) version of icu library accidentally
### What version of Go are you using (`go version`)? 1.8.3 ### What operating system and processor architecture are you using (`go env`)? darwin amd64 ### What did you do? Attempt to build a project with a dependency on collate/tools/colcmp/icu.go with the icu tag. ### What did you expect to see? Clean...
NeedsInvestigation
low
Critical
244,612,335
go
proposal: testing: allow examples to return an error
Currently, all example functions must return nothing. However, it is common for examples to call things which might possibly return errors. Printing the error, panicking, ignoring it or calling log.Fatal is not ideal for an example where real code would almost always just return the error. It makes the example code ...
Proposal,Proposal-Hold
medium
Critical
244,683,361
pytorch
Discrepancy in BCEWithLogitsLoss and ClassNLLLoss
In BCEWithLogitsLoss, weights are unnormalized and used, while in ClassNLLLoss weights are normalized and used. Some discussion around this can be found [here](https://github.com/pytorch/pytorch/commit/67968cb60b1d3021834594967d4140a36a8213e3#commitcomment-23155134). Is this discrepancy expected? Else if this is an...
module: loss,module: cuda,module: cpu,triaged
low
Minor
244,695,261
kubernetes
`kubectl get` should have a way to filter for advanced pods status
**What happened**: I'd like to have a simple command to check for pods that are currently not ready **What you expected to happen**: I can see a couple of options: * There is some magic flag I am not aware of * Having a flag for `kubectl get` to filter the output using go/jsonpath * Distinguish between Po...
kind/feature,sig/cli
high
Critical
244,709,795
kubernetes
Remove the hardcoded list of group/versions from config
There is a hardcoded list of priorities that needs to be plumbed up from storage maps. https://github.com/kubernetes/kubernetes/blob/6fb3d3a79c95f75e3f5a66b37f530fd337d6c57e/cmd/kube-apiserver/app/aggregator.go#L230
priority/important-soon,kind/cleanup,sig/api-machinery,lifecycle/frozen
low
Major
244,831,807
go
net/http: update DetectContentType sniff signature for MP3 without ID3
This is a placeholder bug to remind me to look into updating the http.DetectContentType sniff mechanisms to accomodate an addition to whatwg/mimesniff in which MP3s can be sniffed without an ID3 tag https://mimesniff.spec.whatwg.org/#signature-for-mp3-without-id3. This shall require updating the max buffer size from...
NeedsFix,FeatureRequest
low
Critical
244,836,406
opencv
Why CvGBTrees and GBTrees were being commented out in opencv3?
Boost and RTrees in opencv3 are very useful. After testing the previous two methods, then I want to try the GBDT method, but founded it was disappeared. I am very puzzled, anyone knows the details?
RFC
low
Minor
244,850,739
youtube-dl
Add AppStream metadata(was: Add donate to AppStream information)
Not sure how to do this but please incorporate: https://rg3.github.io/youtube-dl/donations.html Once done, a donation button appears in Solus Software Center. :-) https://dev.solus-project.com/T4148
request
low
Major
244,856,097
rust
Array lengths don't support generic parameters.
**EDIT**: This can now be made to work on nightly compilers, although it's a bit awkward to use. See [this comment](https://github.com/rust-lang/rust/issues/43408#issuecomment-917600907). It would seem that when using size_of in const fn context, it fails to properly compute the size of generic types. The fol...
T-compiler,A-const-eval,A-const-generics,A-lazy-normalization,glacier,A-array
high
Critical
244,885,216
go
proposal: spec: add const literals for reference types like structs, maps, and arrays
**Summary:** I propose adding const literals for reference types. E.g. ```go const c = []string{"1", "2", "3"} ``` **Background:** Having const structs and arrays and maps is very useful to make sure the value is not changed. This is specially for tests where you want to make sure the value you are passing to...
LanguageChange,Proposal,LanguageChangeReview
medium
Critical
244,921,816
rust
Improve error message for one named, one anonymous lifetime parameters
For the following example ``` fn foo<'a>(x: &'a i32, y: Vec<&i32>) { - consider changing the type of `y` to `std::vec::Vec<&'a i32>` y.push(x); ^ this reference must have lifetime 'a } ``` can be refined to ``` fn foo<'a>(x: &'a i32, y: Vec<&i32>) { ...
C-enhancement,A-diagnostics,A-lifetimes,T-compiler
low
Critical
244,959,344
angular
Animations - stagger not working in route outlet
<!-- 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,P3
low
Critical
244,983,251
go
x/build/cmd/coordinator, x/build/cmd/gomoteserver: ssh proxy should support scp
As of https://golang.org/cl/50750 the build coordinator has an ssh server to proxy to buildlets. (That was bug #19956) But there's no scp support yet. This is a tracking bug to figure that out.
help wanted,Builders,FeatureRequest
low
Critical
245,009,664
vscode
Support workspace projects / folders under different colors in sidebar and tabs
- VSCode Version: Nightly - OS Version: Any Workspace feature is really useful as it is today, but could themes API be extended so to display different projects with different colors/nuances? See: ![projects_with_colors_in_vsc_workspace](https://user-images.githubusercontent.com/11835025/28514861-dd1a39b0-...
feature-request,ux,themes,workbench-tabs,workbench-multiroot
high
Critical
245,067,426
kubernetes
testing.StartTestServer doesn't tear down cleanly
**What happened**: The new `k8s.io/kubernetes/cmd/kube-apiserver/app/testing.StartTestServerOrDie` function (introduced in https://github.com/kubernetes/kubernetes/pull/46865) returns a teardown function which doesn't cleanly shut down the test server. This results in the accumulation of goroutines and log spam whic...
kind/bug,priority/backlog,area/apiserver,sig/api-machinery,lifecycle/frozen
low
Critical
245,108,541
angular
Content Projection using ngIf causes animations to not work
## I'm submitting a... <pre><code> [ ] Regression (a behavior that used to work and stopped working in a new release) [X] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> [ ] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...
type: bug/fix,area: animations,freq3: high,core: content projection,P3
low
Critical
245,115,019
opencv
derivAperture, histogramNormType not used in HOGDescriptor
OpenCV => 3.2 & master If I am right <code>derivAperture</code> and <code>histogramNormType</code> parameters are not used in the <code>HOGDescriptor</code> class. There are references of them in [hog.cpp](https://github.com/opencv/opencv/blob/master/modules/objdetect/src/hog.cpp) and [objdetect.hpp](https://github...
RFC
low
Minor
245,132,789
TypeScript
`const enum` inside a namespace makes it treated as a value
**TypeScript Version:** nightly (2.5.0-dev.20170719) **Code** ```ts declare const N: number; declare namespace N { const enum E {} } ``` **Expected behavior:** No error. `N` does not contain any values, so it should be OK to merge it with a value. **Actual behavior:** ``` src/foo.d.ts(1,15)...
Bug
low
Critical
245,221,967
rust
Tracking issue for RFC 2044: dual-MIT/Apache2 licensing
This is a tracking issue for RFC 2044 ([thread](https://github.com/rust-lang/rfcs/pull/2044), [rendered](https://github.com/rust-lang/rfcs/blob/master/text/2044-license-rfcs.md)), to put the `rust-lang/rfcs` repo under dual MIT/Apache-2 licensing terms. Necessary steps for execution: Asking past contributors to a...
B-RFC-approved,T-core,C-tracking-issue
low
Major
245,252,040
flutter
GestureRecognizers should bid when they win
Suppose you have two gesture detectors, A and B. A accepts when you move X pixels. B accepts when you move 2X pixels. They are in the arena in the order B then A. If you move 2X pixels, B accepts. If you move 0.9X pixels then 1.1X pixels, B accepts. If you move 1.9X pixels, A accepts. If you move 0.9X pixels the...
c: new feature,framework,f: gestures,P2,team-framework,triaged-framework
low
Minor
245,252,217
flutter
Tap recognizer shouldn't give up when it goes beyond its slop if there's a defined rect for it
You should be able to slop around a big button without rejecting the tap recognizer.
c: new feature,framework,f: gestures,P2,team-framework,triaged-framework
low
Minor
245,280,784
rust
Tracking issue for RFC 1861: Extern types
This is a tracking issue for [RFC 1861 "Extern types"](https://github.com/rust-lang/rfcs/blob/master/text/1861-extern-types.md). **Steps:** - [x] Implement the RFC (#44295) - [ ] Adjust documentation ([see instructions on forge][doc-guide]) - [ ] Stabilization PR ([see instructions on forge][stabilization-guide]) [s...
A-FFI,T-lang,B-unstable,B-RFC-implemented,C-tracking-issue,F-extern_types,S-tracking-needs-summary
high
Critical
245,318,735
kubernetes
The attachdetach controller failed to set statusUpdateNeeded when controller restart
<!-- 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/). --> **Is this a BUG REPORT or FEATUR...
kind/bug,sig/storage,lifecycle/frozen
low
Critical
245,346,795
opencv
C++11: use _MSVC_LANG define for C++ features detection on MSVC
https://msdn.microsoft.com/en-us/library/b0084kay.aspx
feature,priority: low,category: build/install
low
Minor
245,500,012
three.js
Fade out shadows as one approaches the left/right/top/bottom/near/far clip planes
##### Description of the problem Right now when one has a shadow casting light there is a far plane and a near plane and shadows start and end abruptly at these planes. I think it would be much nicer if we faded in the shadow and faded out the shadow when one approaches the clip plane.s This way limited frustum s...
Enhancement
low
Minor
245,507,073
go
x/review/git-codereview: use rebase branch during rebase
Currently git-codereview doesn't add the appropriate "[branch]" prefix to commit messages created or amended during a rebase because all it sees is the detached HEAD state. As a fall back, it could look for .git/rebase-merge/head-name, which contains the full ref name of the branch being rebased and find that branch's ...
Suggested
low
Minor
245,508,723
youtube-dl
Please add Watchbox.de
### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2017.07.23*. If it's not read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) and update. Issues with outdated version will be rejected. - [x] I've **verified** ...
geo-restricted
low
Critical
245,561,568
neovim
persistent undo: handle very long paths, avoid E828
So recently when going through my plugins and cleaning stuff up I found that I still have https://github.com/pixelastic/vim-undodir-tree installed. I thought neovim might have solved that problem and tested it out. But neovim still has this problem with deep directory structures (or just a really long filename). I f...
enhancement,filesystem
low
Major
245,568,306
flutter
Add isGoodDiagnosticsNode matcher to flutter_test
Similar to existing hasAGoodToStringDeep but smarter now that there is structured DiagnosticsNode information. For example, error if string or int properties are added without using IntProperty or StringProperty Error on DiagnosticTreeStyle transitions that are not currently supported. E.g. no switching from sparse t...
a: tests,c: new feature,framework,c: proposal,P2,team-framework,triaged-framework
low
Critical
245,594,232
flutter
Flutter needs a way to collect device info (e.g. chrome's about:gpu)
Particularly about the graphics functionality of the device in question. This would help us not only diagnose when graphics issues are going wrong, but also collect info from users in the field. Chrome has something along this vein called "about:gpu". Examples of things we should dump: - Information about how t...
c: new feature,tool,a: triage improvements,P2,team-tool,triaged-tool
low
Major
245,678,298
angular
routerLinkActive applies active class to null routerLink
## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopped working in a new release) [X] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> [ ] Feature request [ ] Documentation issue or reques...
type: bug/fix,effort1: hours,freq2: medium,area: router,state: confirmed,router: directives,P3
low
Critical
245,706,273
neovim
Error with Python Provider: Invalid argument: Channel id must be a positive integer
I've found similar issues but not quite the same I have (and also no solution) so I decided to post it. - `nvim --version` ``` NVIM v0.2.0 Build type: Release Compilation: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_MSGPACK_HAS_FLOAT32 -DNDEBU...
provider,job-control,has:plan
medium
Critical
245,728,484
TypeScript
Eliminate non-generic functions
Every non-generic function can be expressed as generic function with a single type parameter corresponding to each argument. Explicit parameter type annotations simply correspond to `extends` constraints on the type parameters of the generic equivalent. While the title of the issue is "eliminate non-generic function...
Suggestion,Needs Proposal
medium
Critical
245,777,887
javascript
Clarification for Inline Comments
Thanks for the excellent style guide! One thing that is not explicitly defined by the guide is inline comments. Can a section on this topic be added to the "Comments" section block, please? For example, ``` let foo = 145; // This is modified below in the "baz()" function ``` Is this a legal line in the airb...
pull request wanted,editorial
low
Minor
245,862,314
go
proposal: spec: reduce noise in return statements that contain mostly zero values
Update: the current proposal is to permit `return ..., v` to return the zero value for all but the last result, and to return `v` as the last result. The most common use will be `return ..., err`. A variant under discussion include `return ..., v1, v2` to return zeroes for all but the last N. Another variant is...
LanguageChange,Proposal,error-handling,dotdotdot,LanguageChangeReview
high
Critical
245,936,594
You-Dont-Know-JS
ES6 & Beyond - Chapter 7: Meta Programming - Reflect API
Hi, **URL:** https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20%26%20beyond/ch7.md#reflect-api About **Reflect.enumerate** (url: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/enumerate) > The static **Reflect.enumerate**() method used to return an iterator ...
for second edition
medium
Minor
245,938,490
flutter
Messages dropped if sent to a detached platform view
See https://github.com/flutter/engine/pull/3927
engine,P2,a: plugins,team-engine,triaged-engine
low
Minor
245,987,308
vscode
Change all occurrences in a single 100MB line leads to a crash when autosave on
Testing #30243. 32-bit Windows 0. Enable autosave. 1. Open 100MB file generated by Dummy File Creator (non-random content). I got single line generated. 2. Type 'sd' in several places on the same line. 3. Do an edit via 'Change all occurrences' from the context menu. Observe crash. Should we disable trigg...
feature-request,editor-core
low
Critical
246,075,381
go
runtime: label runtime functions based on their roles
As runtime provides more features, we often observe a program's profile is dominated by runtime functions. For example, this is a cpu profile of a program from blog.google.com/profiling-go-programs article (but compiled with go1.9). I highlighted the runtime function frames with purple color. Even for more complex prog...
help wanted,NeedsFix,FeatureRequest,compiler/runtime
medium
Major
246,103,643
go
x/build/maintner: poll Gerrit more often than 5 minutes
If Gerrit emails are delayed (there's no SLA?), maintner (our Gerrit+GitHub mirror) doesn't get updated until the next Gerrit poll every 15 minutes. We should probably do a cheap poll more often than 15 minutes. I just saw an email delay of 3-5 minutes. @andybons, what's a cheap (for Gerrit, and for our quota)...
Builders
low
Major
246,162,223
flutter
TextSelectionControls.handlePaste is racy
handlePaste doesn't lock the text field while it's waiting for a response from the clipboard. The user could tap "paste" multiple times in a row, or paste then edit text, or paste then leave the page entirely. Results could vary from the appearance of inoperative UI (only one paste when you tap twice), to data corrupti...
a: text input,c: crash,framework,engine,P2,team-engine,triaged-engine,fyi-text-input
low
Critical
246,189,933
youtube-dl
Support decoding Coub videos (was: Downloaded Coub video file broken)
## Please follow the guide below - You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *issue* (like that [x]) - Use *Preview* tab to see how your issue will actually look like --- ...
request,bug
medium
Critical
246,199,943
godot
Gizmos aren't Z-sorted properly with transparent surfaces
Godot 3.0 alpha1 official Windows 10 64 bits nVidia geforce 940M It depends on the viewing angle, gizmos get randomly drawn behind or in front of transparent surfaces. In the screenshot, the blue plane is slightly transparent: ![image](https://user-images.githubusercontent.com/1311555/28696480-17c1c18c-7336-11e...
bug,topic:rendering,topic:editor,topic:3d
medium
Major
246,208,704
TypeScript
Allow calls to overloaded functions when all possible combinations of union type parameters resolve to valid overloads
**TypeScript Version:** 2.4.1 **Code** Case 1 ```ts // overloaded functions declare function f(a: number): number; declare function f(a: string): string; function g<T extends number | string>(a: T) { return f(a); // either of arguments is acceptable // ~ // Argument of type 'T' is not ass...
Suggestion,In Discussion
medium
Critical
246,210,257
TypeScript
Infer constrained generic parameters after instanceof check
<!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md --> **TypeScript Version:** 2.4.0 When a variable passes an `instanceof` check generic type with constraints on the type parameter, apply to constraints to the variable. There is currently no clean wa...
Suggestion,In Discussion,Fix Available
medium
Major
246,229,105
thefuck
Hitting enter does not execute the previous command in Windows Git Bash
``` $ echo "foo' > ^C $ fuck echo "foo" [enter/↑/↓/ctrl+c] (hangs here...) ``` --- This is on Windows Git Bash (bash 4.4). `thefuck --version` and `type fuck` are below. ``` $ thefuck --version The Fuck 3.18 using Python 2.7.13 $ type fuck fuck is a function fuck () { TF_PREVIOUS=$(fc -ln -1...
help wanted,hacktoberfest
low
Major
246,295,257
vscode
[Feature] Color Picker: Keyboard accessibility
Refs: #31457 It is good that the color picker can be triggered via our "Show Hover" command, however after that you can not do any changes to it using the keyboard. It should be possible to use the keyboard to navigate inside the color picker and choose colors appropriatly.
help wanted,feature-request,accessibility,editor-color-picker
low
Major
246,319,057
rust
reached the recursion limit while instantiating `function_name::<[closure]>`
Here is a shortened version of the code I hit this with: https://play.rust-lang.org/?gist=01e76f65024cbf57bb018547932aaef2&version=stable The error message is everything but enlightening as to what is going wrong, and from a programmer perspective, there is nothing in there that should hit a recursion limit. @bl...
A-closures,T-compiler,C-bug
low
Critical
246,353,891
godot
Module Question: How to write a module that replaces a core piece of the engine?
I am currently working on a project, and due to the nature of the project, and the target I need to write a few modules to replace some core components of the engine. Specifically the Renderer, and the Physics system. The documentation states that you can use a module to replace the current renderer, and the phys...
topic:core,topic:buildsystem,documentation
low
Minor
246,370,502
youtube-dl
Support Youtube/Google one-touch authentication with Android
When using 2FA to login to Youtube, there is either `HTTP Error 500: Internal Server Error` or `HTTP Error 402`. I suspect it is because Google accounts with an active Android device allow the Android device to authorize sign in request, and 2FA is not required. This is what appears on my Android device: ![googl...
request
low
Critical
246,410,009
kubernetes
Cache mounts on the host
<!-- 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/). --> **Is this a BUG REPORT or FEATUR...
sig/storage,kind/feature,lifecycle/frozen
low
Critical
246,416,164
kubernetes
Add garbage collector tests to cover aggregated API servers
With the introduction of [CRD support in the garbage collector](https://github.com/kubernetes/kubernetes/pull/47665), we decided to open this followup issue to introduce expanded test coverage to verify GC works with custom resources backed by aggregated API servers. /kind feature @kubernetes/sig-api-machinery-fea...
area/test,sig/api-machinery,kind/feature,lifecycle/frozen
low
Major
246,466,215
rust
No explanation for source of static lifetime requirement in E0597
The compiler can do better at indicating the source of the `'static` requirement from various sources, including closures passed to functions (e.g., `thread::spawn`) and `Box<Error>` having an implicit `Error + 'static` bound. ----------------- ## Thread::spawn case This minimized code: ```rust use std::th...
C-enhancement,A-diagnostics,T-compiler
low
Critical
246,490,260
go
math/rand: tests are too weak due to misuse of statsResults.maxError
The math/rand tests use the function `nearEqual` to compare floats: ```go func nearEqual(a, b, closeEnough, maxError float64) bool { absDiff := math.Abs(a - b) if absDiff < closeEnough { // Necessary when one value is zero and one value is close to zero. return true } return absDiff/max(math.Abs(a), math...
Testing,help wanted,NeedsFix
low
Critical
246,491,440
rust
Bors: 422 Update is not a fast forward
Periodically we'll see bors not manage to push the built PR into master for some reason. This is possibly because of submodules not being synchronized? Wild stab in the dark.
A-spurious,T-infra,C-tracking-issue,A-CI
low
Major
246,567,363
TypeScript
Expose serializers from TypeScript transformer (ts.ts)
With the introduction of the Transform API some of the logic in [transformers/ts.ts](https://github.com/Microsoft/TypeScript/blob/30d973bdcbbe2b39723345448cb457ebbc41ae03/src/compiler/transformers/ts.ts) needs to be exposed. (and maybe from other places...) I'll explain by example: ```ts @SomeDecorator() export c...
Suggestion,Needs Proposal,API
low
Major
246,594,659
go
plugin: -buildmode=plugin not supported on linux/mips
According to https://golang.org/pkg/plugin/ plugins under Linux should be supported. ### What version of Go are you using (`go version`)? go version go1.8.3 linux/amd64 go version devel +ac29f30dbb Fri Jul 28 00:29:08 2017 +0000 linux/amd64 ### What did you do? GOOS=linux GOARCH=mips ./go build -a -buildmode=p...
Documentation,NeedsFix,compiler/runtime
medium
Critical
246,606,816
rust
Tracking issue for tweaks to dyn compatibility (RFC 2027)
This is the tracking issue for RFC 2027, tweaks to dyn-compatibility[^1] (rust-lang/rfcs#2027) * [x] Implement (https://github.com/rust-lang/rust/pull/57545) * [ ] Document * [ ] Stabilize [^1]: Formerly known as "object safety".
A-trait-system,T-lang,B-unstable,B-RFC-implemented,C-tracking-issue,F-dyn_compatible_for_dispatch,S-tracking-needs-summary
medium
Major
246,609,205
go
x/crypto/acme/autocert: Hooks for "CertAcquired", "CertRenewed"
My use-case for ACME / LetsEncrypt is to setup a TLS Listener that isn't a HTTP/HTTPS endpoint. e.g: IRC, or something else. The code in x/crypto/acme/autocert doesn't make it very obvious how one can identify whether a cert was successfully acquired or renewed. The only solution I've come up with in poking at this ...
NeedsInvestigation
low
Minor
246,630,198
rust
Xcode Instruments can not read Rust source code automatically.
Since I almost completely misunderstood the issue, I update it. I am not quite sure if it is related with rustc or not... In the past, adding `debug = true` into Cargo.toml seemed to enable Rust source code profiling on Xcode Instruments (on macOS). But at present, it does not work. Instruments seems to read dSYM...
O-macos,A-debuginfo,T-compiler,E-help-wanted,C-bug
low
Critical
246,813,873
angular
BrowserAnimationsModule changes the behaviour of select-dropdowns
<!-- 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,freq1: low,P4
low
Critical