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
179,059,289
javascript
What rules do the community tend to override?
I'm opening this issue specifically to gather a list of the rules that those in the community feel are controversial or problematic, such that they override them, and most importantly, _why_. This is not an invitation for "+1s" (those belong as reactions on individual posts), or an invitation to hear about everyone'...
question
high
Critical
179,067,126
go
x/pkgsite: Reset button for doc examples
example: https://golang.org/pkg/html/template/#example_Template_block The only way to reset a code example when you mest up trying something is to refresh the page. This is annoying if you are on a large page. Note that ussualy you are just on this url https://golang.org/pkg/html/template without a hash tag to the exa...
Tools,pkgsite
low
Major
179,100,067
youtube-dl
Please add workaround for forced YouTube translated video titles
## 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 --- ### Make s...
request
medium
Critical
179,107,501
flutter
Refresh indicator's arc takes a step back once finger is lifted
Open Gallery, go into "Over-scoll". Drag down to pull down the refresh indicator. Drag as far down as you can. Let go. Expected: the head of the arrow remains in the same location after the circle moves up. Actual: after the circle moves up, the head of the arrow moves back, seemingly "resetting" a few steps. Visual...
team,framework,f: material design,a: fidelity,has reproducible steps,P3,found in release: 3.10,found in release: 3.12,team-design,triaged-design
low
Minor
179,112,672
vscode
Extension proxy support
Proxy support for Visual Studio Code has been introduced recently through environment variables/settings (see https://code.visualstudio.com/docs/setup/setup-overview#_proxy-server-support). As an extension developer I would like to use these settings when requesting resources from the internet. My current implementatio...
feature-request,api,proxy
high
Critical
179,137,088
youtube-dl
urlopen error [WinError 10060] at "Downloading MPD manifest" stage
## 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 --- ### Make s...
cant-reproduce
low
Critical
179,357,524
flutter
Draggable feedback in overlay should optionally be same size as child. ("use child as feedback" feature)
c: new feature,framework,customer: solaris,P3,team-framework,triaged-framework
medium
Critical
179,371,715
go
proposal: decide policy for sub-repositories
[this is not a proposal yet, just a problem statement] There are several proposals to add new packages to the `x/foo` "sub-repositories". (See: #16353, #13432, #12332, #16257, #15985, #15406, and more.) The proposals are all different, but they circle around the same issue: what should and should not be in a sub-repos...
Proposal
high
Critical
179,385,069
go
fmt: Scan returns "unexpected EOF" instead of io.EOF when arguments have a custom Scan method
### What version of Go are you using (`go version`)? ``` go version go1.7.1 linux/amd64 ``` ### What operating system and processor architecture are you using (`go env`)? ``` GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/kai/work/go" GORACE="" GOROOT="/home/kai/opt/go...
NeedsDecision
low
Critical
179,391,542
TypeScript
Line break in module declaration causes compile time error
<!-- 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.0.3 A line b...
Bug,Help Wanted
low
Critical
179,516,323
go
x/crypto/acme: provide mock implementation for tests
Without faking out the whole of GetCertificate, it's not easy to test an autocert-based system, and doing things that way leaves substantial room for getting the Manager configuration wrong. The autocert tests contain an ACME CA server stub - maybe that could be made available publicly in some form.
NeedsInvestigation
low
Minor
179,533,917
opencv
Full screen window causes not responding keyboard on mac OS X
##### System information (version) - OpenCV => 3.2 - Operating System / Platform => OS X 10.12.2 - Compiler => GNU++11 ##### Detailed description I use Xcode 8.2.1 to build OpenCV C++ applications. When displaying an image in a fullscreen window, only white color and mouse cursor appears on whole screen. Moreove...
bug,category: highgui-gui,affected: 3.4,platform: ios/osx
low
Minor
179,536,535
vscode
[html] closing </script> tag is not proposed
Testing #12100 ``` <!-- Copyright (C) Microsoft Corporation. All rights reserved. --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <script> </head> </html> ``` After `<script>` tag type `</` Expected closing `</script>` tag is proposed. But not.
feature-request,html
low
Minor
179,620,427
TypeScript
tsconfig.json options not applied if files section doesn't use extensions
Copied from https://github.com/Microsoft/vscode/issues/12547 Reported by @nomaed - VSCode Version: 1.5.3 (5be4091987a98e3870d89d630eb87be6d9bafd27) - OS Version: macOS Sierra 10.12 Steps to Reproduce: - Create an empty directory - Run `npm init` and then `npm i --save-dev typescript` - Run `tsc --init` (or `./node_mo...
Bug,VS Code Tracked
low
Critical
179,626,035
go
x/text: support API for Unicode word breaking and word extraction (Annex #29)
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? `go version go1.7 linux/amd64` ### What operating system and processor architecture are you using (`go env`)? ``` GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" G...
help wanted,NeedsInvestigation
low
Critical
179,632,910
flutter
The position of PopupMenuButton's menu does not follow the Material Design spec
In the Menus demo of the Gallery: 1. Tap 'An item with a simple menu'. 2. Tap 'Menu item value three'. 3. Tap 'An item with a simple menu' item again. Expected: menu opens up from the bottom (where you're actually tapping) Observed: menu opens up from the top
framework,f: material design,a: quality,has reproducible steps,P3,team-design,triaged-design,found in release: 3.16,found in release: 3.19
low
Major
179,651,912
youtube-dl
--external-downloader-args should be ignored when --external-downloader isn't used
## 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 --- ### Make s...
bug
low
Critical
179,654,843
neovim
temp files (e.g. for filtered commands) are not deleted
"Filtered" bang/shell commands like `:r !...` create temp files. These temp files are not deleted. These files may grow very large for long-running commands. For example, let this command run for a few minutes (or hours): ``` :r !yes ``` this will create a ~20 GB tempfile.
bug-vim,io
low
Minor
179,683,852
youtube-dl
Add support for rumble.com
## 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 --- ### Make s...
site-support-request
high
Critical
179,688,354
youtube-dl
Add support for live.line.me
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2016.09.27** ### Before submitting an _issue_ make sure you have: - [x] At least skimmed through [README](https://github.com/rg3/youtube-dl/blob/master/README.md) and **most notably** [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](https://g...
site-support-request
low
Critical
179,721,782
youtube-dl
Support live streams in MPEG DASH
## 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 --- ### Make s...
request
low
Critical
179,794,095
rust
Compilation of a crate using a large static map fails on latest i686-pc-windows-gnu Beta
I'm trying to build a `cdylib` (https://github.com/urschrei/lonlat_bng) which requires the https://github.com/urschrei/ostn15_phf crate. building on AppVeyor, on `i686-pc-windows-gnu`, using the latest beta, is failing with an OOM error: ### Details The `ostn15_phf` crate is essentially just a very big static map, bu...
I-crash,P-medium,T-compiler,A-MIR,regression-from-stable-to-stable,I-compilemem,C-bug,O-x86_32
high
Critical
179,820,157
go
x/net/http2: access to maxConcurrentStreams
### What version of Go are you using (`go version`)? go version go1.7.1 darwin/amd64 ### What operating system and processor architecture are you using (`go env`)? GOARCH="amd64" GOOS="darwin" ### What did you do? I am working on an HTTP/2 client for Apple's push notification service. When using [JWT tokens](https:/...
Suggested,help wanted
low
Critical
179,828,978
flutter
Investigate alternatives to libimobiledevice
Given #5397, #6067, #6105, it's clear there's some risk in depending on libimobiledevice, particularly around new Xcode/iOS release times.
platform-ios,tool,platform-mac,P3,team-ios,triaged-ios
low
Major
179,942,486
youtube-dl
Couldn't download video from lesports.com, again
Hi, Similar to bug #9750. I tried `youtube-dl -v http://www.lesports.com/match/1023203003.html`, which is original url. Output: > [debug] System config: [] > [debug] User config: [] > [debug] Command-line args: ['-v', 'http://www.lesports.com/match/1023203003.html'] > [debug] Encodings: locale cp936, fs mbcs, out cp...
bug,geo-restricted
low
Critical
179,947,024
youtube-dl
Some Facebook plugin URLs are unsupported
## 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 --- ### Make s...
patch-available,site-update-request
low
Critical
180,030,735
go
x/mobile: com.android.dex.DexException: Multiple dex files define Lgo/LoadJNI;
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? ``` x-MacBook-Pro:mobile-sdk apple$ go version go version go1.7.1 darwin/amd64 ``` ### What operating system and processor architecture are you using (`go env`)? ``` x-MacBook-Pro:mobile-sdk apple$...
NeedsInvestigation,mobile
low
Critical
180,037,468
TypeScript
Ambient class augmentation with export =
**TypeScript Version:** 2.0.3 **Code** ``` ts // a.ts declare module 'a' { class MyClass { } export = MyClass } ``` ``` ts // b.ts declare module 'a' { interface MyClass { } } ``` **Expected behavior:** Files compile successfully. **Actual behavior:** Compiler error: ``` a.ts(4,3): error TS2309: An e...
Bug
low
Critical
180,059,703
youtube-dl
[mtv] Add support for new mtv portal www.mtvplay.tv
## 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 --- ### Make s...
geo-restricted
low
Critical
180,137,207
TypeScript
[typingsInstaller] Provide information about auto-installed types in project info
`"projectInfo"` command should return a list of auto-installed typings files, along with information about their inference source.
Bug,Domain: JavaScript
low
Minor
180,159,853
rust
item_like_imports: Can "ambiguity error" items be reexported?
Is the next code well formed or not? ``` #![feature(item_like_imports)] mod ty1 { pub type A = u8; } mod ty2 { pub type A = u8; } mod ambig { // Create an ambiguity item in type namespace. pub use ty1::*; pub use ty2::*; } mod merge { pub use ambig::*; // <- reexports an ambiguity error, or re...
C-enhancement,A-resolve,T-compiler
low
Critical
180,179,558
TypeScript
Suggestion: Quick info for `return` keyword to get the function return type
Now to get a function return type the only way is to hover on function declaration or reference locations; however if the function body is quite long, it can be annoying to go back and forth. We could provide the function return type information if the user hovers on the `return` keyword.
Suggestion,Domain: Quick Info,Experience Enhancement
low
Minor
180,181,163
youtube-dl
[generic] struct.error at http://www.americancrisis.us/video.php
## 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 --- ### Make s...
cant-reproduce
low
Critical
180,298,695
youtube-dl
general --mirror option
- [x] I've **verified** and **I assure** that I'm working with youtube-dl **git master (b0582fc)** (to be precise: i read its README, because even if i ran the code, i wouldn't have found the feature if it's not in the man page) - [x] At least skimmed through [README](https://github.com/rg3/youtube-dl/blob/master/READM...
request
low
Critical
180,335,252
rust
parent() returns Some("") for single-component relative paths
``` rust use std::path::Path; fn main() { println!("{:?}", Path::new("/").parent()); // None println!("{:?}", Path::new(".").parent()); // Some("") println!("{:?}", Path::new("foo").parent()); // Some("") } ``` The latter two cases feel weird to me. `Some("")` by itself is kind of a contradiction, on t...
C-bug,T-libs,A-io
medium
Major
180,408,849
node
zlib deflate results in a memory leak
- **Version**:6.7.0 - **Platform**:Darwin ITs-MacBook-Pro.local 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 x86_64 - **Subsystem**:zlib <!-- Enter your issue details below this comment. --> I'm using the graylog2 package for logging, and we ran into si...
confirmed-bug,zlib,memory
high
Critical
180,451,596
opencv
Add additional compute method to the BOWImgDescriptorExtractor
based on the documentation of Object Categorization, object_categorization, BOWImgDescriptorExtractor has a method that you pass the image and key-points and the compute method computes the image descriptors and return it as third parameter: http://docs.opencv.org/2.4/modules/features2d/doc/object_categorization.html#...
feature,category: features2d
low
Minor
180,454,084
rust
Tracking issue for future-incompatibility lint `invalid_type_param_default`
This is the **summary issue** for the `invalid_type_param_default` future-compatibility warning and other related errors. The goal of this page is describe why this change was made and how you can fix code that is affected by it. It also provides a place to ask questions or register a complaint if you feel the chan...
A-lints,T-lang,T-compiler,C-future-incompatibility,C-tracking-issue
medium
Critical
180,480,105
go
tour: local tour scripts fail to connect to the local server
When running golang tour on local machine (go tool tour) scripts are not executing: after pressing Run appears "Waiting for remote server..." (see. picture attached) and nothing happens. I am running Windows 10. ![golang](https://cloud.githubusercontent.com/assets/20325506/19016993/5e953e66-8833-11e6-8442-ea0f1cc406d...
NeedsInvestigation
low
Critical
180,481,412
pytorch
expose backend selection and cudnn settings to the end user
This is needed for the advanced user, where one might need to choose a specific backend, or a particular algorithm / mode in cudnn. cc @csarofeen @ptrblck @xwang233
module: cudnn,feature,triaged,Stale
low
Minor
180,484,348
go
cmd/compile: add line numbers for values and blocks at HTML SSA output?
We already have it in the "genssa" section, and it's pretty simplifies understanding what's going on. I propose to do the same for other sections of the output. Since writing `(sourcefile.go:42)` will make output noisier it would be better to show just line numbers in the left column and make them gray colored and wit...
NeedsFix,FeatureRequest
low
Major
180,539,387
TypeScript
Rename inconsistency for default exports
**TypeScript Version:** nightly (2.1.0-dev.20161002) **Code** ##### a.ts ``` ts function f() {} export default f ``` ##### b.ts ``` ts import f from "./a" f() ``` **Expected behavior:** Renaming `f` in `a.ts` will rename the use in `b.ts`. **Actual behavior:** It doesn't. However, it _does_ if `a.ts` is writte...
Bug
low
Minor
180,539,597
opencv
matchTemplate return wrong results with OpenCL
##### System information (version) - OpenCV => 3.1 - Operating System / Platform => Windows 10 64bit - Compiler => gcc 5.3.0 - GPU => GTX970, but same results with 660Ti and Intel's built-in ##### Detailed description cv::matchTemplate the function with methods TM_CCOEFF_NORMED and TM_CCOEFF returns incorrect results ...
bug,category: imgproc,affected: 3.4,category: t-api
low
Critical
180,616,648
go
x/mobile: Windows event handling back-pressure
Using go 1.7.1/Windows 7/amd64. `x/mobile` at 16fd47fa04e0a40c643b41876f91f3d06dded396 + fix from #16991. This is issue can easily be seen when resizing the window: [basic](https://dl.dropboxusercontent.com/u/4300994/Go/WindowsBufferQueueingBasic.gif) and [centering](https://dl.dropboxusercontent.com/u/4300994/Go/Wind...
OS-Windows,mobile
low
Minor
180,622,987
vscode
Trim trailing whitespace only on changed lines
Feature Request: When working with existing old code base it's not ideal to have the whole file trimmed for trailing whitespace. However, it's still a nice feature to have active for changed lines. That way the codebase will be cleaned up as you work on it.
feature-request,editor-commands
high
Critical
180,694,592
angular
[RFC]elements schema: add support for custom schemas
in `@Compoent`, schemas can currently only use the following values: - `CUSTOM_ELEMENTS_SCHEMA` -> allow any `custom-tag` with any property, - `NO_ERRORS_SCHEMA` -> allow any tag and any property We need to implement a way to defined custom schemas, ie defining all polymer elements and their properties (and events). ...
feature,freq2: medium,area: core,area: security,core: directive matching,cross-cutting: custom elements,P3,feature: under consideration
high
Critical
180,758,680
vue
$refs should be reactive to be able to use them in computed properties
Now that refs are no longer reactive, we need to emit events and payloads from child components. This is fine and works well, but it becomes hard to maintain in the following scenario: When you create a custom form input component, that basically wraps an input into it's own re-usable component, we can no longer acces...
feature request,discussion
high
Critical
180,774,810
nvm
Install notice for unmaintained versions.
With Node 0.10 hitting its [EOL at the end of the month](https://github.com/nodejs/LTS) what do you all think about giving folks a heads up, like a console warning, when an EOL'd version of Node is installed? \@thealphanerd.
feature requests
low
Major
180,865,382
rust
travis-cargo currently cannot upload / generate code coverage information for documentation tests
@alexcrichton mentioned in [this issue](https://github.com/rust-lang/cargo/issues/3140) that this might be a bug in `rustdoc --test`. Currently it is not possible to generate code coverage information from documentation tests. This results in either wrong coverage information being generated (when some functionality is...
T-rustdoc,C-feature-request
low
Critical
181,001,784
TypeScript
JS Doc type intellisense not working when using custom file extension
_From @csvenke on September 30, 2016 20:52_ - VSCode Version: 1.5.3 - OS Version: Windows 10 In a .js file, intellisense provides correct jsdoc types ![js](https://cloud.githubusercontent.com/assets/9643219/19006509/20ad4dec-8760-11e6-9c36-94f46308d147.JPG) In a custom extension file associated with javascript, types...
Suggestion,Awaiting More Feedback,VS Code Tracked
low
Major
181,005,527
neovim
RPC host should auto-restart if the process dies unexpectedly
This came up in https://github.com/Shougo/deoplete.nvim/issues/322 As it stands now, there doesn't seem to be any way for a rplugin to resume operation without restarting Neovim altogether if the plugin host disappears for any reason. So far, I was able to get the host to restart with: ``` diff diff --git a/runtime/...
enhancement,api,job-control,channels-rpc
low
Critical
181,059,649
neovim
:terminal improvements
List of terminal improvements. - [ ] vim-patch 8.0.1804: using :normal in terminal window causes problems - [ ] vim-patch 8.0.1794: duplicate term options after renaming - [ ] vim-patch 8.0.1743: terminal window options are named inconsistently - [ ] vim-patch 8.0.1732: crash when terminal API call deletes the bu...
terminal
medium
Critical
181,073,630
neovim
neovim + neovim-qt on Windows and Symantec
Symantec thinks neovim and neovim-qt exes are suspicious. Does anybody have same problem? Are they viruses ;-) ? ![nvim_1](https://cloud.githubusercontent.com/assets/27386/19102983/50b4519e-8ad4-11e6-93c7-605a9f44cb99.png) ![nvim_2](https://cloud.githubusercontent.com/assets/27386/19102982/50b45c48-8ad4-11e6-8d84-5815...
security,platform:windows,distribution,has:plan
low
Major
181,114,376
nvm
Add nvm ls-remote --short (maybe as default)
With option `--short`, `nvm` would return shorter list, like: ``` v0.1.(14-33) v0.1.(90-104) v0.2.(0-6) (...) v4.(1-5) v4.6.0 (latest LTS: Argon) ``` Algorithm for joining ranges should notice the change in Node.js versioning convention - before io.js major version changes was on minor position. Moreover, switch `--...
feature requests
low
Minor
181,279,788
kubernetes
kubectl / kubernetes not 100% compatible with YAML 1.2
<!-- Thanks for filing an issue! Before hitting the button, please answer these questions.--> **Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): No **What keywords did you search in Kubernetes issues befor...
area/kubectl,sig/api-machinery,sig/cli,priority/important-longterm,lifecycle/frozen,triage/accepted
high
Critical
181,302,420
youtube-dl
Saavn (saavn.com) support
## 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 --- ### Make s...
site-support-request
low
Critical
181,438,698
opencv
remap() bug - OutputArray dst must be initialized to zero
##### System information (version) - OpenCV => 3.0.0 - Operating System / Platform => Ubuntu 15.10 - Compiler => gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) ##### Detailed description When using OpenCV remap() function, keeping all arguments the same, two consecutive calls to the function give two different re...
bug,category: imgproc,affected: 3.4
low
Critical
181,444,393
angular
Sugar (*) syntax does not support @Output (and exportAs)
**I'm submitting a ...** (check one with "x") ``` [ x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ``` **Current behavi...
feature,freq1: low,area: core,core: ng-template and *microsyntax,P4,feature: under consideration
medium
Critical
181,456,856
go
x/mobile/cmd/gomobile: No implementation found | Android
Hi, My environment : - go version go1.7.1 darwin/amd64 - gomobile version +6ea0bb5 Wed Oct 5 13:16:13 2016 +0000 (android,ios); androidSDK=/Users/zoolonly/Library/Android/sdk/platforms/android-23 - On mac os x I made a .aar file with `gomobile bind -target android`, and imported it in my project. When I run the app ...
NeedsInvestigation,mobile
low
Critical
181,499,530
go
runtime: re-enable TestGdbPython and TestGdbBacktrace on linux/ppc64 (BE) if/when it gets cgo support
``` --- FAIL: TestGdbPython (0.30s) runtime-gdb_test.go:50: gdb version 7.7 runtime-gdb_test.go:152: package testing source file: /tmp/workdir/go/src/testing/testing.go runtime-gdb_test.go:153: failed to load Go runtime support: "/tmp/go-build613978241/a.exe": not in executable format: File format not recog...
NeedsFix,compiler/runtime
low
Critical
181,504,195
react
Bypass synthetic event system for Web Component events
To use a Web Component in React, you must directly attach an event listener to the React ref for that WC. We could change the implementation so that when React detects a custom element (tag names with dashes, like `my-component`), it will bypass the synthetic event system (and the whitelist) and just attach the event l...
Type: Feature Request,Type: Discussion
high
Major
181,518,463
go
x/mobile/cmd/gomobile: type conversion not working on iOS
Hey, I have a (hopefully small) issue with type conversion related to usage of gomobile: ### What version of Go are you using (`go version`)? ``` go version go1.7.1 darwin/amd64 ``` ``` gomobile version +6ea0bb5 Wed Oct 5 13:16:13 2016 +0000 (android,ios); androidSDK=/Users/.../Library/Android/sdk/platforms/android-...
mobile
low
Minor
181,542,127
go
cmd/compile: eliminate more bounds checks
### What version of Go are you using (`go version`)? go version devel +fe77c5b Mon Oct 3 18:26:43 2016 +0000 linux/amd64 ### What operating system and processor architecture are you using (`go env`)? ### What did you do? https://play.golang.org/p/KvKjpisUOl ### What did you expect to see? bounds checks eliminated fr...
Performance,compiler/runtime
low
Major
181,546,754
rust
Attribute for skipping field of struct in Debug derives?
Could we have something like this? ``` rust #[derive(Debug)] struct Foo { pub a: A, pub b: B, #[skip_derive] pub c: C, // especially useful if C : !Debug } ``` This could also feasibly be applied to other auto-derivations, of course (not just Debug).
C-enhancement,T-lang
high
Critical
181,548,627
TypeScript
Move away from Classic module resolution as default for all module kinds
TypeScript's original module resolution strategy (the _Classic_ resolution strategy) has some strange behavior that apparently doesn't actually reflect any other resolution strategy. It seems strange that those using non-CommonJS emit targets get this behavior by default. _Classic_ resolution also causes many disk p...
Suggestion,Help Wanted,Committed,Effort: Moderate
low
Major
181,572,469
kubernetes
Server side defaulting of values prevents diff patches from working
Server side defaults are easily differentiated from other values set within the kubernetes system (e.g. DeploymentStatus). `kubectl apply` records the applied config as an annotation on the objects that it creates so that it can perform a 3-way diff to merge local changes into the live config without erasing other ite...
priority/important-soon,area/app-lifecycle,area/kubectl,sig/api-machinery,area/declarative-configuration,lifecycle/frozen,wg/api-expression
medium
Major
181,685,893
go
cmd/compile: large arrays cause large binaries and toolchain errors
On tip, `go version devel +0db9518 Fri Oct 7 03:46:50 2016 +0000 darwin/amd64`: ``` $ cat j.go package main var x = [1 << 30]byte{0: 1} func main() { println(x[0]) } $ go build j.go $ ls -l j -rwxr-xr-x 1 crawshaw eng 1074669392 Oct 7 10:34 j ``` Bumping 1<<30 to 1<<31 turns it into a linker error: ``` ~$...
NeedsDecision,compiler/runtime
low
Critical
181,746,113
angular
Query params always purport to be empty on page load even though provided
**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ``` **Current behavio...
type: bug/fix,freq3: high,area: router,P3
high
Critical
181,765,344
youtube-dl
Add support for Adobe Pass Auth TV Provider Charter Communications
I'd like to request support for the MSOs under TVEverywhere. There seems to be a relation to watchtveverywhere.com ( #10709), but some providers don't overlap. Specifically, I'm looking for support for Charter Communications, soon to be Charter/Time Warner/Spectrum. I can provide credentials for this if needed. http:...
tv-provider-account-needed
low
Major
181,768,262
flutter
markNeedsLayout(will not affect size)
There are some situations where a render object knows that it needs layout but also knows that the layout will not change its size. If the parent uses the this object's size in its layout, we can avoid marking the parent as needing layout. Examples: - viewports in the new scrolling world - re-positioning positioned c...
c: new feature,framework,c: performance,P3,team-framework,triaged-framework
low
Minor
181,779,898
kubernetes
Facilitate API orchestration
Currently, building a general-purpose orchestrator for our API is more challenging than it should be. Some problems (probably not exhaustive): - There's no general way to determine when applications and/or services are "ready", such as for cases where applications need other applications to be up in order to start ...
area/api,area/app-lifecycle,sig/api-machinery,sig/apps,area/teardown,lifecycle/frozen
medium
Critical
181,783,265
vue
A child components `destroyed` hook is called before its `detached` hook
### Vue.js version 1.0.28 ### Reproduction Link https://jsfiddle.net/w0r85tus/ ### Steps to reproduce - Open the JSFiddle, then open devtools - Click "show modal" in the result view - Click "Ok" in the modal - Observe the console.log statement order ### What is Expected? - Components should be `detached` before they ...
1.x
medium
Minor
181,785,063
nvm
nvm: install v6.7.0 failed!
I am trying to install a non root instance of node on LINUX Redhat. I do not have sudo privileges. I am getting the following error when i try `nvm install node` : ``` sh -bash-3.2$ nvm install node Checksums match! Using existing downloaded archive $NVM_DIR/.cache/bin/node-v6.7.0-linux-x64/node-v6.7.0-linux-x64.tar.x...
OS: ubuntu,installing node,needs followup
low
Critical
181,822,906
youtube-dl
Windows .exe dont start
### What is the purpose of your _issue_? - [x] Question --- ### Description of your _issue_, suggested solution and other information I Downloaded the youtube-dl.exe on my Windows Server 2012 i have python 2.7 installed. When i want now download a Video (over commandline) i get an error by Windows that the Applicati...
cant-reproduce
medium
Critical
181,842,586
youtube-dl
logotv (www.logotv.com) support
## 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 --- ### Make s...
tv-provider-account-needed
low
Critical
181,857,238
youtube-dl
TestDownload should allow running all tests for a given extractor
## Please follow the guide below - [x] [Searched](https://github.com/rg3/youtube-dl/search?type=Issues) the bugtracker for similar issues including closed ones ### What is the purpose of your _issue_? - [x] Feature request (request for a new functionality) --- ### Description of your _issue_, suggested solution and ot...
request
low
Critical
181,865,749
TypeScript
Improve decorator callstack information to reflect location of decorator
**TypeScript Version:** 2.03 **Scenario**: Building JUnit style unit test adaptor based on decorators. **Goal**: Emitting test information sufficient to drive Visual Studio Test Explorer's ability to double-click on a test item to navigate to the source code for the test. **Problem**: Call stack during execution of ...
Bug
low
Minor
181,868,635
youtube-dl
Hostnames should be case-insensitive, but most extractors ignore that.
Forking off this discussion from #10854, where @dstftw suggested that [making all _VALID_URL checks case-insensitive](https://github.com/rg3/youtube-dl/pull/10854/files/78210b31fa7e62defcd3489c0e456be1f6f23533#diff-bd4b4a14f1443d3fc8f4135a9d0e6e0fR65) was the wrong way to go: > > Use (?i) in regex itself if you want c...
request
low
Critical
181,870,998
youtube-dl
Add support for maxdome.de
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2016.10.07** - [x] At least skimmed through [README](https://github.com/rg3/youtube-dl/blob/master/README.md) and **most notably** [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](https://github.com/rg3/youtube-dl#bugs) sections - [x] [Search...
site-support-request,account-needed
low
Critical
181,879,343
youtube-dl
Add support for Apache directory listings
I have a project where youtube-dl's --download-archive would be really handy. Can you add a processor for just web server (apache) directory lists? I have a few large directories filled with mp4s and --download-archive would make my life a lot easier.
request
low
Minor
181,883,505
youtube-dl
Wintellect support
ERROR: type should be string, got "https://wintellectnow.com\nhttps://wintellectnow.com/Videos/Watch?videoId=building-azure-api-apps\n\n```\n<vimeo-video video-id=\"180309428\" current-position=\"ctrl.currentPosition\" start-position=\"ctrl.startPosition\" intro-seconds=\"-1\" on-play-event=\"ctrl.logVideoPositionEvent(seconds, forceUpdate)\" on-pause-event=\"ctrl.logVideoPositionEvent(seconds, forceUpdate)\" on-time-update-event=\"ctrl.logVideoPositionEvent(seconds, forceUpdate)\" on-media-ready-event=\"ctrl.playerReadyEvent()\" on-video-error-event=\"ctrl.videoErrorEvent(errorMessage)\" on-intro-limit-event=\"ctrl.introLimitEvent()\" class=\"ng-isolate-scope\">\n <iframe src=\"https://player.vimeo.com/video/180309428\" width=\"100%\" height=\"365px\" frameborder=\"0\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allowfullscreen=\"\" data-ready=\"true\"></iframe></vimeo-video>\n```\n\nCan someone add support for this website?\nI can provide you with a username and account to test.\n"
site-support-request,account-needed
low
Critical
181,887,894
youtube-dl
Connection reset by peer
## 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 --- ### Make s...
cant-reproduce
medium
Critical
181,905,773
rust
Rust docs: Please add groupings of producers and consumers by type
I find myself often navigating to rustdocs and then clicking through to the `[src]` link instead of using the docs directly (or bypassing rustdoc and going to the git repo). The most common reason I find myself doing this is because I'm trying to learn the interface for some type that I want to use. Coming from an alg...
T-rustdoc,C-enhancement
low
Minor
181,948,488
youtube-dl
Some facility for debug logging with debug levels should be available and used
To aid in maintainability, it should be easy to leave debug printing code in extractors and have it only print when run with some debugging flag, or ideally with multiple debugging levels, ala classic dprintf(level, fmt, ...). Some discussion of this in [here](https://github.com/rg3/youtube-dl/pull/10854/#discussion...
request
low
Critical
182,092,140
vscode
Multiple extensions registering the 'type' command
- VSCode Version: 1.5.3 - OS Version: Windows 10 Steps to Reproduce: 1. Install and enable [VSCodeVim](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim) and [vscode-jumpy](https://marketplace.visualstudio.com/items?itemName=wmaurer.vscode-jumpy) 2. Open a file with text 3. Run the command `Jumpy Word ...
feature-request,api
medium
Critical
182,093,627
TypeScript
Annotate immediately-invoked functions for inlining flow control analysis
Per #9998 and its many offshoots, we have problems analyzing code like this ``` ts let x: string | number = "OK"; mystery(() => { x = 10; }); if (x === 10) { // Error, we believe this to be impossible } ``` The problem is that we don't know if `mystery` invokes its argument "now" or "later" (or possibl...
Suggestion,Needs Proposal
high
Critical
182,102,841
TypeScript
Support formatting JSDoc comments
Formatting: ``` ts /** * @param { Object } bar */ function foo(bar) { } ``` Should result in: ``` ts /** * @param {Object} bar */ function foo(bar) { } ``` Reported originally in https://github.com/Microsoft/TypeScript/issues/11456
Suggestion,Help Wanted,VS Code Tracked,Domain: JSDoc
low
Minor
182,129,338
TypeScript
Go-to-Implementation & class names
I have started to implement "Go-to-Implementation" by consumming tsserver "implementation" command inside Eclipse to do the same thing than Java: ![](https://cloud.githubusercontent.com/assets/1932211/14764578/3b90dc6c-09bd-11e6-83ba-722ffad94e11.png) See https://github.com/Microsoft/TypeScript/issues/8268 The tsser...
Suggestion,Help Wanted,API
low
Minor
182,141,740
kubernetes
Field-level versioning
We have difficulties around moving fields through alpha, beta, GA. #30819 is one idea. I was talking with Brian earlier today and here is a sketch of something that we could do to solve the general problem. We begin following semver for our api versions, adding a "patch" version. We define a new tag which can be added...
priority/important-soon,kind/cleanup,sig/api-machinery,kind/feature,sig/architecture,lifecycle/frozen
high
Minor
182,153,335
godot
Custom class instance extending Reference already freed when it receives NOTIFICATION_PREDELETE
**Operating system or device - Godot version:** macOS 10.11.6 - v2.1.stable.official **Issue description** (what happened, and what was expected): Created subclass, overrides `_notification`. When the instance should be sent `NOTIFICATION_PREDELETE` (the only notification Reference gets?) and freed the game crashes...
bug,topic:core,confirmed
medium
Critical
182,224,847
angular
ViewEncapsulation.Emulated is not working for dynamically created components
<!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING --> **I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support reque...
type: bug/fix,freq1: low,area: core,state: confirmed,core: CSS encapsulation,core: dynamic view creation,P3
medium
Critical
182,283,868
vscode
Horizontal scrollbar doesn’t shrink after the long line getting shortened
- VSCode Version: 1.6.0 - OS Version: Windows 10 Steps to Reproduce: 1. Create an empty file; 2. Type a long line until the horizontal scrollbar appears; 3. Delete that long line; 4. Observe that the horizontal scrollbar still exists. If I resize the window, the horizontal scrollbar disappears, but If I only delete t...
feature-request,editor-scrollbar
low
Major
182,296,960
angular
Add support for undefined number of items of form builder array
- [ ] bug report => search github for a similar issue or PR before submitting - [x] feature request - [ ] support request => Please do not submit support request here, instead see When using form builders in a reactive form, it is impossible to create an array of objects with an undefined number of objects. Let's...
feature,state: Needs Design,freq1: low,workaround2: non-obvious,area: forms,feature: under consideration
medium
Critical
182,297,938
flutter
Feature Request: List Item Animations
## Request When adding, removing, or changing the order of items in a ScrollableList or LazyBlock, the items are simply redrawn in the correct order, but they don't animate in an elegant way. For example, if a list item is removed, the rest of the items could "slide up" to fill in the gap left behind by the removed i...
c: new feature,framework,f: material design,customer: crowd,c: proposal,P3,team-design,triaged-design
medium
Critical
182,375,458
TypeScript
Control flow not formed when using consts
**TypeScript Version:** 2.0.3 **Code** ``` ts interface Releasable { release(): void; } const typeOfNumber: string = 'number'; function release(releasable: number | Releasable): void { if(typeof releasable === typeOfNumber) { allocated.splice(allocated.indexOf(releasable), 1); } else { ...
Suggestion,Committed
low
Critical
182,544,767
go
x/tools/cmd/fiximports: tests failing at tip
At tip, the tests for golang.org/x/tools/cmd/fiximports are failing. It's not immediately obvious to me why. I'd never seen this tool before. @alandonovan, can you take a look?
Testing,Tools
low
Minor
182,579,481
kubernetes
master leader election shouldn't consume O(nodes) watch bandwidth
Currently we store the leader lock for master components like the scheduler in the corresponding endpoints object. This has the undesirable side effect of sending a notification down the kube-proxy <-> master (and kube-dns <-> master) watch every second. We can probably avoid this by not overloading endnpoints as a loc...
sig/api-machinery,lifecycle/frozen,lifecycle/stale
medium
Major
182,590,158
angular
Provide more syntactic sugar for custom form components
This experience could use improvement. At the least, we can probably simplify how we provide NG_VALIDATORS and NG_VALUE_ACCESSOR (perhaps through decorator support). Relevant issues (starting a list): https://github.com/angular/angular/issues/9700 https://github.com/angular/angular/issues/12812
feature,state: Needs Design,freq3: high,area: forms,feature: under consideration
low
Major
182,725,409
neovim
Trying to re-open a deleted terminal gives you a new terminal
- `nvim --version`: NVIM v0.1.6-234-g8cc760a - Vim (version: ) behaves differently? n/a - Operating system/version: n/a - Terminal name/version: n/a - `$TERM`: n/a ### Actual behaviour Re-opening a deleted terminal gives you a new terminal, with a different name. ### Expected behaviour Throw an error. ### Steps to ...
ux,terminal
low
Critical
182,774,346
opencv
Window freeze with cv2.destroyAllWindows() and waitKey(0)
<!-- 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 pro...
priority: low,RFC
low
Critical