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 |
|---|---|---|---|---|---|---|
153,669,465 | youtube-dl | site support: likeafool | - [x] I've **verified** and **I assure** that I'm running youtube-dl **2016.05.01**
### 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 |
153,764,287 | TypeScript | Make default JSX mode "react" | To enable JSX syntax in TypeScript you need two steps:
- add `"jsx": "react"` to `"compilerOptions"` in `tsconfig.json`
- use `.tsx` extension
This is quite troublesome if you want to reuse certain generators/boilerplates/build scripts for us. It is also against the single source of truth principle and can be confusin... | Suggestion,Help Wanted,Good First Issue | medium | Critical |
153,764,521 | vscode | isWatching/background task as preLaunchTask in launch.json | It would be nice to have a watcher task as preLaunchTask in launch.json. At the moment this is not possible because the launch task will not start before the preLaunchTask ends.
A long running preLaunchTask should have a regex similar to problemMatcher to wait for a specific text in the output window before executing t... | feature-request,tasks | high | Critical |
153,842,295 | go | x/review/git-codereview: Change-Id hook silently doesn't run anymore when codereview.cfg is not present | This is a regression introduced in
https://go-review.googlesource.com/#/c/19560/
Before that change, if the hooks were installed for a private `foobar.com` Gerrit origin (i.e. not `googlesource.com`), they would all run. After that change, the hook code tries to figure out if Gerrit is in use, and when not, the Change... | NeedsInvestigation | low | Critical |
153,859,133 | go | spec: when exactly do we evaluate the LHS variable in a tuple assignment? | Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (`go version`)?
gccgo version 4.9.3
2. What operating system and processor architecture are you using (`go env`)?
Ubuntu 14.04 on AWS t2.micro
3. What did you do?
If possible, provide a recipe for reproducin... | NeedsFix | medium | Critical |
153,876,826 | flutter | Add support for magic tap | iOS accessibility has the notion of a context-sensitive "perform the action that makes the most sense here" action -- they call it the Magic Tap.
Per the [iOS Developer Library](https://developer.apple.com/library/ios/featuredarticles/ViewControllerPGforiPhoneOS/SupportingAccessibility.html):
> Magic Tap. A two-finge... | c: new feature,platform-ios,framework,a: accessibility,P3,team-ios,triaged-ios | low | Major |
153,896,974 | go | compress/flate: add 3-byte matching for higher compression levels | Using `9af83462`
The recent changes to `compress/flate` has provided pretty good improvements overall to the compression speeds, but I have noticed a few extraordinary cases where the compression ratio suffers significantly.
This [spreadsheet compares the output sizes](https://docs.google.com/spreadsheets/d/15kBp7rWX... | NeedsInvestigation | low | Major |
153,907,610 | go | encoding/json: support decoding to []int from []string by applying tag ,string | Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (`go version`)?
1.6
2. What operating system and processor architecture are you using (`go env`)?
set GOARCH=amd64
set GOBIN=
set GOEXE=.exe
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=win... | NeedsDecision,FeatureRequest | low | Critical |
153,921,268 | angular | Support for Dynamic Content Projection | # Use Case
`<ng-content>` allows for static (compile time resolution) projection of content. There are cases where the projection needs to be controlled programmatically. A common example is when the parent component would like to wrap/decorate the child components during projection.
# Mental Model
The mental model w... | feature,state: Needs Design,area: core,core: content projection,feature: under consideration | high | Critical |
153,925,534 | rust | confusing lifetime inference | Consider following snippet:
``` rust
use std::error::Error;
use std::io::{self, ErrorKind};
fn caused_of<'a>(mut err: &'a (Error + 'static)) -> Option<&'a io::Error> {
loop {
match err.downcast_ref::<io::Error>() {
None => match err.cause() {
None => return None,
... | A-type-system,C-enhancement,A-diagnostics,A-lifetimes,T-compiler,T-types | low | Critical |
153,929,347 | youtube-dl | Support site film.qq.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,geo-restricted,account-needed | low | Critical |
154,099,060 | nvm | `nvm upgrade`? | Would it be possible to add something like `nvm upgrade`? I imagine it would upgrade to the latest minor/patch version of the currently active version (or just latest patch for v0.x), and would be functionally equivalent to something like `nvm install [major version] --reinstall-packages-from=$(nvm version)`. There cou... | feature requests | low | Minor |
154,113,298 | neovim | slow movement, highlighting on long lines | - Neovim version: 0.1.4
- Vim behaves differently? Vim version: 7.4.1797-1
- Operating system/version: Arch Linux 4.4.8-1-lts
- Terminal name/version: xterm
- `$TERM`: xterm
### Actual behaviour
Extremely slow cursor movement in files with long lines (e.g. [englishdictionary.sql](https://sourceforge.net/projec... | performance,bug-vim,syntax,display,normal-mode | medium | Major |
154,145,615 | youtube-dl | A suggestion to move username@password in URI into --proxy-user --proxy-pass | - [x] I've **verified** and **I assure** that I'm running youtube-dl **2016.05.10**
- [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... | request | low | Critical |
154,160,924 | youtube-dl | post-processing merge should preserve "encoded date" metadata | - [ x] I've **verified** and **I assure** that I'm running youtube-dl **2016.05.10**
- [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] [Sea... | request,postprocessors | low | Critical |
154,170,364 | opencv | cv::gpu::ORB_GPU::buildScalePyramids fails with small images | In OpenCV 2.4, in the `gpu::ORB_GPU` class, orb.cpp file, there is an issue that occurs with small images when using the defaults. [On line 535](https://github.com/Itseez/opencv/blob/2.4/modules/gpu/src/orb.cpp#L535)
```
Rect inner(edgeThreshold_, edgeThreshold_,
sz.width - 2 * edgeThreshold_, sz.hei... | bug,affected: 2.4,category: gpu/cuda (contrib) | low | Critical |
154,176,028 | go | syscall: Windows Errno.Temporary and Errno.Timeout are incomplete | What version of Go are you using (`go version`)?
go version go1.6 windows/amd64
I read src/syscall/syscall_windows.go and find Errno.Temporary() just check EINTR, EMFILE and Errno.Timeout, but the src/syscall/syscall_unix.go, Errno.Temporary() additional check ECONNRESET and ECONNABORTED.
so why different between wi... | ExpertNeeded,help wanted,OS-Windows,NeedsInvestigation,early-in-cycle | low | Major |
154,181,138 | kubernetes | Make API field defaulting and validation less error-prone | There are frequent errors in API field specification, such as:
- default vs inferred (e.g., `fsType`: https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/types.go#L557); note that implicitly inferred is discouraged
- default vs required
- required/optional vs omitempty
- omitempty vs. pointers
- documentati... | priority/backlog,sig/api-machinery,area/swagger,lifecycle/frozen | low | Critical |
154,241,351 | You-Dont-Know-JS | "async & performance" and "es6 & beyond": update "TCO" | A&P Ch6, E&B Ch7
Many things to update here, including:
- "TCO" is the wrong term, should have been PTC (proper tail calls)
- TCO is about optional optimizations on top of PTC
- potentially the STC changes post ES6
- tail calls isn't about reusing stack frames, but about throwing away the current one before making the... | for second edition | low | Major |
154,306,896 | go | x/crypto/ssh: No support for Window Dimension Change Message | Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (`go version`)?
go version go1.6.1 darwin/amd64
2. What operating system and processor architecture are you using (`go env`)?
darwin/amd64
3. What did you do?
If possible, provide a recipe for reproducing th... | help wanted,NeedsFix,FeatureRequest | low | Critical |
154,324,187 | java-design-patterns | IODA architectural pattern | ## Description
The IODA (Input, Operations, Data, and Access) design pattern focuses on separating the concerns of input, operations, data, and access within a software system. This pattern promotes cleaner, more maintainable code by isolating different aspects of the system, thus making it easier to manage and scale.
... | info: help wanted,epic: pattern,type: feature | low | Minor |
154,336,479 | TypeScript | ES6 modules cannot use "await" as an identifier | According to http://www.ecma-international.org/ecma-262/6.0/#sec-future-reserved-words
"await is only treated as a FutureReservedWord when Module is the goal symbol of the syntactic grammar."
This code should be illegal I think:
http://www.typescriptlang.org/play/#src=import%20'foo'%3B%0A%0Alet%20await%20%3D%203%3B
C... | Bug,ES6 | low | Minor |
154,370,753 | vscode | Middle mouse button scrolling | - VSCode Version: 1.10
I searched the issues but did not find any such post, so apologies if there is an existing thread that I missed.
I'd like to know if there is any middle mouse click scrolling, planned? That is, clicking the scroll wheel to toggle drag scrolling. It's a useful feature to have when navigating ver... | feature-request,windows,editor-scrollbar | high | Critical |
154,552,246 | angular | Testing: wait for async tasks started in ng lifecycle hooks (ex. ngOnInit) | As of today `ComponentFixture::whenStable()` won't pick up async tasks started inside ng2 lifecycle hooks, ex.: `ngOnInit`. There are legitimate cases where async tasks are needed inside lifecycle hooks, ex.: using `ComponentResolver` in `ngOnInit`:
``` javascript
@Directive({
selector: 'template[ngb-alert]'
})
expo... | area: testing | low | Major |
154,574,016 | bitcoin | getchaintips doesn't mark headers-only chain as invalid | During headers-first downloading, if an invalid block is found, the client stops syncing that branch, but forever lists it as "headers-only". It seems to me it should be marked as "invalid". This is due to the subsequent headers not being marked "BLOCK_FAILED_CHILD".
| Validation | low | Critical |
154,761,933 | go | cmd/vet: check for concurrent use of T.FatalX and T.SkipX | The `testing` package is explicit about the following:
> A test ends when its Test function returns or calls any of the methods FailNow, Fatal, Fatalf, SkipNow, Skip, or Skipf. Those methods, as well as the Parallel method, must be called only from the goroutine running the Test function.
However, this is easy to ove... | help wanted,Analysis | low | Minor |
154,796,967 | flutter | Don't redirect standard stream to syslog when running on a custom embedder | The Flutter tools read syslog output for `flutter logs`. To service this, the framework redirects standard stream output to syslog. When Flutter is embedded by third parties, this can cause the engine to redirect the stream anyway. This could be potentially confusing to the user.
| c: new feature,platform-ios,engine,P3,team-ios,triaged-ios | low | Minor |
154,798,830 | flutter | Need a way to preload asset images that are resolution aware | In my app, I'm getting flickering because `AssetImage()` tries to load an image, but it's not immediately available because it hasn't been loaded.
There needs to be a way to warm the cache in a resolution-aware manner.
| c: new feature,framework,d: api docs,a: assets,P2,team-framework,triaged-framework | low | Major |
154,799,974 | rust | method has an incompatible type for trait due to lifetimes has too wide a span | [For](https://play.rust-lang.org/?gist=4babb6ed0153e47f82c965a9feafbb28&version=nightly)
``` rust
trait A<'a> {
fn a<'b>(self) -> Box<A<'b>>;
}
struct C;
impl<'a> A<'a> for C {
fn a<'b>(self) -> Box<A<'a>>{}
}
```
it would be much more useful if we spanned the offending lifetime rather than th... | A-diagnostics,A-lifetimes,A-trait-system,T-compiler,D-confusing,D-terse | low | Critical |
154,822,636 | go | cmd/go: schedule cgo compilation early | From a quick scan of the code, it appears that cgo does not depend on a package's dependencies having been compiled. Given that that is the case, and given that cgo (and the resulting C compiler invocations) are generally very slow, it is probably worth scheduling all invocations of cmd/cgo at the very beginning of a b... | ToolSpeed,NeedsInvestigation | low | Major |
154,839,743 | TypeScript | Type Merging between extends and intersection | **TypeScript Version:**
1.8.10
**Code**
``` ts
interface Foo {
on(type: 'foo', listener: (event: MouseEvent) => boolean): boolean;
on(type: string, listener: (event: Event) => boolean): boolean;
}
interface Bar {
on(type: 'bar', listener: (event: MSGestureEvent) => boolean): boolean;
on(type: strin... | Suggestion,Help Wanted,Effort: Moderate | low | Critical |
154,848,056 | youtube-dl | Site support request - Canal-u.tv | Canal-u.tv link not supported :
`youtube-dl -t https://www.canal-u.tv/video/ecole_normale_superieure_de_lyon/gouvernement.3118
[generic] gouvernement: Requesting header
WARNING: Falling back on generic information extractor.
[generic] gouvernement: Downloading webpage
[generic] gouvernement: Extracting information
[ge... | site-support-request | low | Critical |
154,888,026 | go | x/net: Add an eBPF package | Forked from #14982 - that issue was originally about adding both a BPF and an eBPF package to x/net.
After researching eBPF more, the virtual machine is _very_ different and more complex, so it makes sense to track the work for eBPF separately from the relatively simple BPF stuff.
Main documentation for eBPF is at ht... | NeedsDecision,FeatureRequest | low | Minor |
154,899,115 | youtube-dl | Subtitle tracks order | youtube-dl ignores --sub-lang languages order and embeds subtitles randomly(?).
Is there some way to embed them in the selected order?
```
D:\youtube-dl.exe --format best --format best --keep-video --sub-lang en,ru --embed-subs --write-sub --write-auto-sub --verbose --output %(title)s.%(ext)s --restrict-filenames "ht... | request,postprocessors | low | Critical |
154,905,705 | rust | Error E0301 "the parameter type `T` may not live long enough" could explain where the lifetime requirement comes from | Error E0301 "the parameter type `T` may not live long enough" could explain where the lifetime requirement comes from.
Here's some example code where the `T: 'static` requirement comes implicitly from a `Box<Trait>` trait object (so 'static is invisible).
[playground](https://play.rust-lang.org/?gist=829eb1711d4a426b... | C-enhancement,A-diagnostics,T-compiler,D-confusing,D-papercut | low | Critical |
154,921,331 | neovim | Option to show showbreak character at end of the line that is wrapping | ### Consider this a feature request
- Neovim version: 0.1.5-dev
- Operating system/version: Ubuntu GNOME 15.10
- Terminal name/version: GNOME Terminal 3.16
- `$TERM`: xterm-256color
### Actual behaviour
, I've to re-write the definition (header) of each function and re-write branch-condition again. It's very annoying and tiresome work for me.
#### With an example
https://github.com/samcho... | Suggestion,Awaiting More Feedback | low | Minor |
155,018,203 | You-Dont-Know-JS | "ES6 & Beyond", ch3, section "Modules -> Moving forward" - unclear sentence | First of all, huge respect for the books, they are amazing!
In the **Moving Forward** subsection, there is a sentence that seems somewhat unclear (uses being accustomed to something):
> Some **uses are accustomed to being able to provide** dynamic API definitions, where methods can be added/removed/replaced in respon... | for second edition | medium | Minor |
155,056,265 | TypeScript | Bug: Accessing private statics in a class via its derived class is allowed | **TypeScript Version:**
1.8.X
**Code**
``` ts
class FooBase {
private static privateStatic: string = "";
testBase(): void {
console.log(FooBase.privateStatic);
// Should error, but doesn't
console.log(Foo.privateStatic);
}
}
class Foo extends FooBase {
te... | Suggestion,Breaking Change,Help Wanted,Effort: Moderate | medium | Critical |
155,142,838 | go | spec: clarify method sets and recursive promotions | My reading of the Go spec is that this is valid:
```
package p
type S1 struct { *S2 }
type S2 struct { *S1 }
func (*S1) M() {}
var _ = S1.M
```
Rationale:
1. Because of `func (*S1) M() {}`, `M` is a member of `*S1`'s method set.
2. Because of the `*S1` embedding into `S2`, `M` is also a member of `S2` and `*S2`'s ... | Documentation,NeedsFix | low | Major |
155,155,021 | go | cmd/compile: poor error message when invoking method on embedded type | Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (`go version`)?
go1.6.2
1. What operating system and processor architecture are you using (`go env`)?
The playground
1. What did you do?
https://play.golang.org/p/hsjwmQwtsb
Relevant snippet:
``` go
func TestFoo... | NeedsFix,compiler/runtime | low | Critical |
155,178,668 | kubernetes | Umbrella issue for various swagger related improvements | Summarizing all our swagger related issues here:
Improving the spec:
- [ ] Represent Enum types: right now, we represent them as strings and put the possible values in comments. Want to represent them as enum types and use the list of valid values for validation: https://github.com/kubernetes/kubernetes/issues/2456... | priority/backlog,sig/api-machinery,area/swagger,lifecycle/frozen | medium | Critical |
155,228,734 | You-Dont-Know-JS | "ES6 & Beyond", ch4, section "Review" - possible typo | > Right now, we can manage these interactions with the aid**e** of various async libraries’ runners, but JavaScript is eventually going to support this interaction pattern with dedicated syntax alone!
As I just learned, [aide](http://dictionary.cambridge.org/dictionary/english/aide) is a valid English word, but it see... | for second edition | low | Minor |
155,334,607 | kubernetes | Store logs from hooks and probes in separate log files | As of now kubelet inlines log files from probes. #25681 inlines logs from hooks.
Inlining such logs makes it difficult to identify them and also pollutes kubelet logs.
Ideally, these logs should be either inlined into container logs. That is not possible today with the default docker logging driver.
An alternative is t... | priority/backlog,sig/node,kind/feature,lifecycle/frozen,needs-triage | medium | Critical |
155,447,578 | opencv | [Bug] Different description result for a keypoint with ORB and cuda::ORB | ### Please state the information for your system
- OpenCV version: 3.1
- Host OS: Linux (Ubuntu 16.04)
### In which part of the OpenCV library you got the issue?
Examples:
- features2d(ORB) and cudafeatures2d(cuda::ORB)
- different description results for same key-points
### Problem description
Find key-points and ... | category: gpu/cuda (contrib),RFC | low | Critical |
155,608,545 | kubernetes | Audit all APIs for selector fields, ensure documented semantics when nil or empty. | Service.spec.selector comments say "If empty, all pods are selected, if not specified, endpoints must be manually specified".
As far as I can tell this is not implemented, though. While Go understands the different between a nil slice and a non-nil slice with no elements, JSON does not. With an `omitempty` field, we... | priority/backlog,help wanted,sig/architecture,lifecycle/frozen | low | Major |
155,609,975 | go | net: add mechanism to wait for readability on a TCPConn | **EDIT**: this proposal has shifted. See https://github.com/golang/go/issues/15735#issuecomment-266574151 below.
Old:
The net/http package needs a way to wait for readability on a TCPConn without actually reading from it. (See #15224)
http://golang.org/cl/22031 added such a mechanism, making Read(0 bytes) do a... | NeedsInvestigation | high | Critical |
155,761,681 | youtube-dl | Display instantaneous download speed instead of average speed | - [x] I've **verified** and **I assure** that I'm running youtube-dl **2016.05.16**
- [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... | request | low | Critical |
155,795,399 | go | cmd/go: only rebuild dependent packages when export data has changed | @mwhudson suggested in #15734:
> If the export data hasn't changed, can you skip the compilation of dependent packages?
Moving this idea here to be tracked separately.
My 2c: Interesting idea, seems worth pursuing. Not sure how often it happens that code changes don't impact export data (or how cheap that is to dete... | ToolSpeed,NeedsFix,GoCommand | low | Major |
155,840,497 | go | testing: complain loudly during concurrent use of T.FatalX and T.SkipX | The `testing` package is explicit about the following:
> A test ends when its Test function returns or calls any of the methods FailNow, Fatal, Fatalf, SkipNow, Skip, or Skipf. Those methods, as well as the Parallel method, must be called only from the goroutine running the Test function.
However, this is easy to ove... | help wanted,NeedsFix | medium | Critical |
155,844,727 | go | image: optimize Image.At().RGBA() | In the Go standard library (and x/image), we can see several calls that look like `Image.At().RGBA()`.
These calls mostly happen in y/x loops.
They are slow because they allocate memory.
I have written a library that speeds up `Image.At().RGBA()`.
It is available on https://github.com/pierrre/imageutil
If you call ht... | Performance | low | Critical |
155,855,154 | go | x/build: monitor all the parts of the build system | The watcher is not pushing new commits to build.golang.org.
I see:
```
949 ? Ssl 8:51 docker daemon --host=fd:// --selinux-enabled
17215 ? Ssl 15:55 \_ /usr/local/bin/watcher -role=watcher -watcher.repo=https://go.googlesource.com/go -watcher.dash=https://build.golang.org/ -watcher.poll=10s -wat... | Builders | low | Critical |
155,928,635 | youtube-dl | Automatically download subtitles with --embed-subs (was: '--all-subs' downloads and embeds subtitles but '--sub-lang en' does not) | ## Checks
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2016.05.16**
- [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
- [... | request | low | Critical |
156,047,305 | flutter | test framework in live mode should relayout and repaint if you rotate device | a: tests,c: new feature,framework,P3,team-framework,triaged-framework | low | Minor | |
156,055,617 | go | x/build/cmd/buildlet: detect and kill stray processes | The buildlet, especially in reverse buildlet mode, needs to learn how to kill stray processes leftover from previous builds.
(This isn't relevant for VM and container-based builders, since the VM or container kill everything when they exit)
But on OS X and other weirder builders where we run the buildlet in reverse-d... | Builders,NeedsFix | low | Critical |
156,073,231 | youtube-dl | Support for http://traktrain.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 | low | Critical |
156,074,676 | go | go/types: provide better error message for errors in n:1 init assignment | Given a.go:
```
package p
var a, b []int = f1() // error
func f1() (_ []int, _ int) {
return
}
```
gotype reports:
```
$ gotype a.go
a.go:3:18: cannot use f1() (value of type int) as []int value in assignment
```
vs gc compiler:
```
$ go tool compile a.go
a.go:3: cannot assign int to b (type []int) in multip... | NeedsFix | low | Critical |
156,103,204 | youtube-dl | Exception is thrown if NTFS partition is mounted with 'windows_names' option and a directory or file name in the output template ends with a dot | - [x] I've **verified** and **I assure** that I'm running youtube-dl **2016.05.16**
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... | request | low | Critical |
156,108,969 | go | cmd/compile: misleading error for multiple value function call in contexts that do accept multiple values | [playground](https://play.golang.org/p/kHimGTNfNc)
I can use a function's multiple returns as arguments to another function, but cannot use them as parameters in an initialization.
If it is intended, then the compiling error `multiple-value ... in single-value context` is misleading, because an array or struct initia... | compiler/runtime | low | Critical |
156,129,772 | youtube-dl | Is this possible to download? (flash player I believe) | ## 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 |
156,160,351 | youtube-dl | Improve Brightcove title extraction | For at least some videos using Brightcove, especially those without separate extractors, the 'wrong' title is extracted, e.g.
```
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.rollingstone.com/music/videos/norwegian-dj-cashmere-cat-goes-spartan-on-with-me-premiere-20... | request | low | Critical |
156,201,035 | kubernetes | kubectl edit: error UX is confusing and inconsistent | I edit a pod with some metadata such as:
```
# Please edit the object below. Lines beginning with a '#' will be ignored,
# and an empty file will abort the edit. If an error occurs while saving this file will be
# reopened with the relevant failures.
#
apiVersion: v1
kind: Pod
metadata:
generateName: guestbook-
la... | priority/backlog,area/kubectl,kind/feature,help wanted,sig/cli,lifecycle/frozen | medium | Critical |
156,220,349 | vscode | Implement an overflow design for status bar entries | Hello,
For now, when you add a lot of items to the statusbar via plugins, only first few items are displayed and the remaining items are hidden.
It would be great to have a dropdownlist which will show all those remaining items.
I hope such a feature could enhance vscode.
Thanks in advance for your comments.
| feature-request,ux,workbench-status | medium | Major |
156,237,639 | opencv | imreadmutli not clear and some suggestion | Good to know that OpenCV going to handle multiple tiff , but I still did understand imreadmulti documentation , if I have an image with unknown number of pages , who will direct me to use imread or imreadmulti , another issue imreadmulti read all pages in memory (verctor of MAT) , I have some books may reach to 1000 pa... | feature,category: imgcodecs,effort: few days | low | Minor |
156,267,412 | opencv | MSER Connected Components not accessable from class | ### Please state the information for your system
- OpenCV version: 3.x
- Host OS: Linux (Ubuntu 16.04)
### In which part of the OpenCV library you got the issue?
- MSER feature detector
### Expected behaviour
I would like to have access to the connected components from MSER algorithm in order to implement text detecti... | feature,category: features2d | low | Major |
156,268,509 | godot | [TRACKER] Scene Inheritance related issues | This is a tracker for issues related to Scene Inheritance.
```[tasklist]
- [x] #2223
- [x] #3897
- [x] #4759
- [x] #3904
- [x] #3945
- [x] #3395
- [x] #2946
- [x] #6106
- [x] #5798
- [x] #8103
- [x] #5997
- [x] #10147
- [x] #6212
- [ ] #7984
- [ ] https://github.com/godotengine/godot/issues/10156#issu... | bug,enhancement,topic:core,topic:editor,tracker | low | Major |
156,300,769 | TypeScript | Suggestion: NODE_PATH support in module resolution | I'm working on a large project in which we'd like to use Typescript. We use disparate directories for our JS source, relying on our NODE_PATH environment var to pull them all together. However, Typescript does not use NODE_PATH in its module resolution.
I realize that our setup differs from the typical Node project,... | Suggestion,Awaiting More Feedback | medium | Critical |
156,336,534 | go | x/mobile/exp/audio/al: Error when using `gomobile bind`: no current JVM | Please answer these questions before submitting your issue. Thanks!
## What version of Go are you using (`go version`)?
`go version go1.6.2 darwin/amd64`
## What operating system and processor architecture are you using (`go env`)?
```
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin... | mobile | low | Critical |
156,405,518 | go | cmd/compile: loads/constants not lifted out of loop | ```
var t [256]byte
func f(b *[16]byte) {
for i, v := range b {
b[i] = t[v]
}
}
```
Compiles to:
```
0x000f 00015 (tmp1.go:7) MOVBLZX (AX), DX
0x0012 00018 (tmp1.go:7) LEAQ "".t(SB), BX
0x0019 00025 (tmp1.go:7) MOVBLZX (BX)(DX*1), DX
0x001d 00029 (tmp1.go:7) MOVQ "".... | Performance,NeedsFix,compiler/runtime | medium | Critical |
156,408,076 | kubernetes | Client interfaces should not expose internal rest clients | https://github.com/kubernetes/kubernetes/pull/24220 added getters to expose internal RESTClient objects in Client interfaces. That tightly couples those interfaces to a particular implementation, which doesn't make sense (as evidenced by the fake clients returning nil, and anything calling those getters having to handl... | kind/cleanup,sig/api-machinery,lifecycle/frozen | low | Major |
156,409,903 | go | cmd/compile: don't copy static array in range statement | ```
func f() {
for _, b := range [...]byte{1, 2, 3, 4, 5, 6, 7, 8, 9, 10} {
println(b)
}
}
```
The compiled code starts off with copying the static array to the stack, then using the stack copy to do the iteration. The static data is read-only, we could use the static data directly.
```
0x0013 00... | Performance,NeedsFix,early-in-cycle | low | Minor |
156,558,468 | rust | Weird integer inference failure | ``` rust
const K: u64 = 8;
const P0: [u64; 6] = [2, 3, 7, 9, 10, 14];
fn main() {
let mut ps = Vec::from(&P0 as &[_]);
// Fixup P0 if necessary.
for p in &mut ps {
if *p == K {
if *p == 2 || *p == 9 {
*p -= 1;
} else {
*p += 1;
}
... | A-type-system,T-compiler,A-inference,C-bug,T-types | low | Critical |
156,572,625 | vscode | [css/less/scss] var should be a suggestion in intellisense | #6656
CSS

Sass

Less

| feature-request,css-less-scss | low | Minor |
156,625,008 | vscode | Auto closing brackets should try to balance brackets | - VSCode Version: 1.1.0-alpha
- OS Version: Windows 10
Steps to Reproduce:
1. Open launch.json or create one
2. Delete the opening bracket { under configurations
3. Re-type the opening bracket
Auto-complete adds in a closing bracket when the closing bracket at the end of the config is showing an error. It would make ... | feature-request,editor-autoclosing | medium | Critical |
156,635,169 | flutter | Stack filter should collapse tree walks | This kind of thing:
```
I/flutter : #6 MultiChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart)
I/flutter : #7 Element.inflateWidget (package:flutter/src/widgets/framework.dart)
I/flutter : #8 Element.updateChild (package:flutter/src/widgets/framework.dart)
I/flutter : #9 Co... | c: new feature,framework,P3,team-framework,triaged-framework | low | Minor |
156,637,045 | flutter | RenderIntrinsicHeight should be more graceful when its child has an infinite intrinsic height | Specifically, it should complain that that's a violation of the intrinsic height protocol, and try to pin point which class messed up.
(ditto widths)
| c: new feature,c: crash,framework,a: error message,P3,team-framework,triaged-framework | low | Minor |
156,643,006 | youtube-dl | Randomly select an available IP address for --source-address (was: ipv6 selection) | I see there is an option --force-ipv6 to use ipv6, does it choose a random ipv6 ip from my range ?
Thanks!
| request | medium | Major |
156,652,564 | TypeScript | Some comments are removed | **TypeScript Version:**
1.7.5
**Code**
```
export function lex(source: string): Array<string>
{//validation and tokenization
}
```
``` ts
// A self-contained demonstration of the problem follows...
The comment after the beginning curly brace is discarded.
```
**Expected behavior:**
After being compiled the com... | Bug,Help Wanted | low | Minor |
156,694,085 | nvm | Installing on Alpine Linux | Hi
First off, thanks for NVM - I use it frequently and see it being used everywhere and it's been great. To that end, I'd really like to use NVM on my current project which is basically a CI running via Docker - i'd like to be able to use Alpine Linux as the base image.
I can get NVM to install on Alpine by doing:
`... | installing node,feature requests | medium | Critical |
156,748,676 | TypeScript | DefinitionResponse selects full type range | When sending a `definition` request to the tsserver, the response contains a range selection of the whole type. For UX proposes it would be better to either select only the identifying portion, like a type name, or additional include such an identifying range.
See https://github.com/Microsoft/vscode/issues/6772 for so... | Suggestion,Help Wanted,API | low | Minor |
156,849,082 | opencv | Opencv3 / C-API: Undefined *VERSION* macros | ### Please state the information for your system
- OpenCV version: 3.1 and also dev version
- Host OS: Linux (Ubuntu 16.04-64 bits)
- Compiler & CMake: GCC 5.3.1 & CMake 3.5.1
### In which part of the OpenCV library you got the issue?
Opencv3 C-API doesn't defines CV_*_VERSION
### Expected behaviour
ALL CV_*_VERSION... | wontfix | low | Critical |
156,852,942 | rust | "Unexpected end of macro invocation" error in nested macro has misleading span, doesn't specify which macro | The following code (based on a test case by @apoelstra):
``` rust
macro_rules! check_enum {
($e:ident, $($var:ident),*) => ({
$(assert_eq!(0 == $e::$var);)*
})
}
fn main() {
check_enum!(Foo, Bar, Baz);
}
```
generates this error message:
```
error: unexpected end of macro invocation
--> test.rs... | C-enhancement,A-diagnostics,A-macros,T-compiler | low | Critical |
156,863,710 | TypeScript | Visual Studio 2015 provides inconsistent type info per request order | **TypeScript Version:**
1.8.30 with VS2015
@ahejlsberg @vladima @mhegazy

``` ts
// monad.ts
export abstract class Monad<T> {
private MONAD: T;
constructor(protected thunk?: () => Monad<T>) {
}
... | Bug | low | Critical |
156,915,841 | TypeScript | TypeScript's ecosystem of self-bundled typings does not work with npm | When npm dependencies have same packages of different versions, tsc throws duplicate identifier errors. TypeScript's ecosystem of packages is weaker than npm, and does not have compatibility with npm. I believe this is a large problem. And this will be a popular problem because npm always install an exact version in re... | Suggestion,Needs Proposal | medium | Critical |
157,002,266 | go | runtime: pprof should report non-heap memory | pprof currently only reports heap-allocated memory. However, pprof is meant to help with debugging memory footprint and sometimes an application's memory footprint comes from non-heap sources, such as stacks or GC memory (the latter usually indicates a bug such as #15319, but it's currently hard to track down such bugs... | NeedsFix,FeatureRequest,compiler/runtime | medium | Critical |
157,059,546 | electron | CSS cursor not honored when element in header with titleBarStyle="hidden" | If you place an element with a css cursor style at the top of the page where the title bar would be with titleBarStyle="hidden", the cursor always displays as default. A simple example would be a link.
| platform/macOS,bug :beetle: | high | Critical |
157,076,492 | angular | [feat] Take advantage of passive event listeners | /ref https://github.com/WICG/EventListenerOptions
It's a way to declare that `preventDefault()` is not called by handler and make scrolling smoother.
Needs more investigation if support would be useful in Angular.
| feature,state: Needs Design,area: core,hotlist: google,core: event listeners,feature: under consideration | high | Critical |
157,091,195 | opencv | Wrong Documentation for cvtColor on HSV_FULL variants | Documentation says that RGB2HSV conversion gives the H channel between 0 and 180 and RGB2HSV_FULL gives H channel between 0 and 360. This confuses people because they think that for 8-bit images they need to convert to 16-bit or 32F before converting to HSV_FULL in order to to make room for the >255 values. I had to lo... | feature,category: documentation | low | Minor |
157,114,203 | kubernetes | Speed up getting pod statuses in PLEG when there are many changes | Forked from https://github.com/kubernetes/kubernetes/issues/23591#issuecomment-203042820
Creating a new issue so I won't forget.
PLEG serially gets status for every pod, where at least one container has encountered a state transition. This becomes the bottleneck if a lot of containers changed in one relist period. We ... | priority/backlog,area/kubelet,sig/scalability,sig/node,kind/feature,lifecycle/frozen,needs-triage | low | Major |
157,178,495 | youtube-dl | problem with ESPN link | ## 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... | account-needed | low | Critical |
157,245,160 | go | runtime: unexpected fault address 0xffffffffffffffff (and other more innocent addresses) | After updating the go version from 1.5.1 to 1.6.2 our application crashed right after startup in production.
We run it with start-stop-daemon and use the '-u' flag to change the user. This is relevant because changing this to sudo-ing the start-stop-daemon to the user instead of using the flag the crash vanished. We f... | compiler/runtime | low | Critical |
157,259,075 | go | cmd/link: GOARM=7 output has no ARM attribute section, confusing readelf | Please answer these questions before submitting your issue. Thanks!
#1. What version of Go are you using (`go version`)?
Go 1.6
#2. What operating system and processor architecture are you using (`go env`)?
GOOS=android \
GOARCH=arm \
CC=$GOMOBILE/android-ndk-r10e/arm/bin/arm-linux-androideabi-gcc \
CXX=$GOMOBILE/and... | NeedsFix,compiler/runtime | low | Critical |
157,262,015 | youtube-dl | Site Request: Deadspin.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 | low | Critical |
157,320,873 | rust | Unable to achieve aligned writes | I am trying to implement an efficient memory move operation for a specific usage pattern: https://play.rust-lang.org/?gist=6ddd4e11d7f7b0f6503ddd398f0e665f&version=nightly&backtrace=1
In release mode, the loop in move_items() in the above example is compiled into a series of unaligned reads followed by unaligned write... | A-LLVM,I-slow,C-enhancement,T-compiler | low | Major |
157,335,965 | youtube-dl | Unable to download gameinformer.com's video due to its SSL error. | $ youtube-dl -v http://www.gameinformer.com/b/features/archive/2016/05/27/replay-the-matrix-path-of-neo.aspx
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.gameinformer.com/b/features/archive/2016/05/27/replay-the-matrix-path-of-neo.aspx']
[debug] Encodings: locale UTF-8... | cant-reproduce | low | Critical |
157,353,800 | opencv | Make python binding generator more generic | The current python binding generator gen2.py makes a great job for creating python bindings of the core opencv library. Unfortunately it fails to help in the creation of third party library python bindings that link to the python opencv library. An example of a such a third party library that would benifit from a pytho... | feature,category: python bindings | low | Minor |
157,374,322 | youtube-dl | [Podbay.fm] Support show pages | Successfully used youtube-dl on podbay.fm to download .mp3s.
example show link: http://podbay.fm/show/507135865
example mp3 link: http://podbay.fm/show/507135865/e/1463976000?autostart=1
`[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v']
[debug] Encodings: locale UTF-8, fs UTF-8, o... | site-support-request | low | Critical |
157,393,042 | youtube-dl | Problem with original.livestream | ## 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 |
157,405,999 | youtube-dl | [REQUEST] A personalized stdout of progress | ## 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 |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.