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 |
|---|---|---|---|---|---|---|
197,760,018 | rust | rustc: assertion failiure in llvm when defining __CxxFrameHandler3 | I'm building a 64k demo on windows so i'm building without std and without libc. When writing some code a reference to `__CxxFrameHandler3` is emitted even though i'm building with `panic=abort`. I suspect this is because libcore is built with unwinding. In release builds the symbol `__CxxFrameHandler3` is optimized a... | A-runtime,O-windows,C-bug | low | Critical |
197,781,698 | go | proposal: x/tools/cmd/goimports: support searching for Go packages within a Bazel WORKSPACE | This feature request affects the functionality of [golang/tools/cmd/goimports](https://github.com/golang/tools/tree/master/cmd/goimports).
### What version of Go are you using (`go version`)?
go version go1.7.3
### What operating system and processor architecture are you using (`go env`)?
linux/amd64
##... | Thinking,Proposal,Proposal-Hold | low | Critical |
197,850,552 | TypeScript | Add refactoring action to annotate a variable or a function signature component with its inferred type | Hi, I'm using latest stable VSCode / latest nightly TS and I'm not sure if codefixes and refactorings have been implemented there yet, in any case, having a refactoring option to take any variable which receives an implicit inferred type, say, through a function call:
```ts
function test(): number[] {
// ...
}
... | Suggestion,Awaiting More Feedback,Domain: Refactorings | medium | Critical |
197,887,376 | nvm | Everytime when run nvm command, it shows warning message | <!-- Thank you for being interested in nvm! Please help us by filling out the following form if you‘re having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! -->
- Operating system and version:
macOS 10.12.2
- `nvm debug` output:
<details>
<!-- do n... | needs followup,shell: zsh: oh-my-zsh | medium | Critical |
197,919,947 | go | runtime/pprof: document custom profiles | Custom profiles are under-documented.
The most important missing piece of documentation is the mental model for the API. Based on reading the code, the intended use is something like:
When an event that you are interested in starts, call Add with some unique identifier for the event. When an event stops, call Rem... | Documentation,NeedsFix,compiler/runtime | low | Minor |
197,920,473 | opencv | opencv_test_imgproc fails on some test on OSX | <!--
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... | duplicate,platform: ios/osx,category: ocl | low | Critical |
197,921,197 | go | runtime/pprof: support efficient accumulation of custom event count profiles | I want to be able to gather pprof-esque information about instantaneous events that have occurred over the lifetime of my program, possibly with sampling for performance reasons.
This is similar to what the heap profile does, at least when used with alloc_space and alloc_objects--it tracks memory allocations over a ... | Proposal-Accepted,NeedsFix | medium | Major |
197,935,356 | TypeScript | incorrect formatting on javascript | _From @calidion on December 28, 2016 22:5_
- VSCode Version: Code 1.8.1 (ee428b0eead68bf0fb99ab5fdc4439be227b6281, 2016-12-19T14:42:49.304Z)
- OS Version: Darwin x64 16.3.0
- Extensions:
|Extension|Author|Version|
|---|---|---|
|tslint|eg2|0.7.1|
|code-beautifier|michelemelluso|1.6.2|
|vscode-icons|robertohue... | Bug,Help Wanted,Domain: Formatter,VS Code Tracked | low | Minor |
197,936,763 | TypeScript | Make Javascript intellisense detect inheritance | _From @benjaminmillhouse on December 21, 2016 17:33_
- VSCode Version: Code 1.8.0 (38746938a4ab94f2f57d9e1309c51fd6fb37553d, 2016-12-13T17:38:28.425Z)
- OS Version: Darwin x64 16.3.0
- Extensions:
|Extension|Author|Version|
|---|---|---|
|JSDocTagComplete|HookyQR|0.0.2|
|html-css-class-completion|Zignd|1.0.3|
... | Suggestion,Committed,Domain: JavaScript | medium | Major |
197,944,333 | youtube-dl | Support for mixlr.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
---
... | site-support-request | low | Critical |
197,975,284 | gin | How remove route ? online!!! | How can i remove route ? online!!! | feature | medium | Critical |
198,002,304 | TypeScript | Extra checks with -d not executed with --noEmit | **TypeScript Version:** 2.1.4
**Code**
```ts
class SomeClass {
}
export = new SomeClass();
```
**Actual behavior:**
This code should give an error, as the exported instance is of a private type. The following error is reported when compiling with `-d`, but not without it:
```
error TS4082: Default ... | Bug | low | Critical |
198,006,038 | vscode | Add extension point for custom "prefix behaviors" in command palette | `git`, `task`, `view` prefixes behavior in command palette is really cool, would be really nice if we could extend command palette with custom prefixes.
https://twitter.com/ErichGamma/status/814149913156186112
CC: @egamma | feature-request,api | low | Minor |
198,007,934 | TypeScript | Type parameter constrained to union cannot be exhaustively narrowed to 'never' | <!-- 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.1.1 (http:/... | Suggestion,In Discussion | low | Critical |
198,015,561 | opencv | OpenGL/OpenCL interop ATI card broken at initializeContextFromGL | ##### System information (version)
- OpenCV => 3.1
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2015
##### Detailed description
Opengl/OpenCL interop does not work with ATI graphic cards, e.g. RX 480.
Specifically, the call to cv::ogl::ocl::initializeContextFromGL(); does crash... | bug,category: ocl | low | Critical |
198,040,353 | three.js | Allow specifying mipmap bias for textures | Currently there doesn't seem to be any way to enable mipmap bias for textures. For some uses (eg ground/road textures) a negative mipmap bias is often used to tune blur/aliasing trade-off.
I can hack the bias globally by adding it as a third parameter to `texture2D` in eg. [map_fragment.glsl](https://github.com/mrdo... | Enhancement | low | Minor |
198,131,177 | youtube-dl | Add support for neoxkidz.com | - [x] I've **verified** and **I assure** that I'm running youtube-dl **2016.12.30**
- [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] [Sear... | geo-restricted | low | Critical |
198,157,514 | go | database/sql: missing escape functions | ### What version of Go are you using (`go version`)?
go version go1.7.4 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/nefthy/go-test/"
GORACE=""
GOROOT="/usr/lib/... | Thinking,FeatureRequest | high | Critical |
198,202,966 | angular | @angular/language-service ability to quiet errors... | ```
[ ] 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 https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
```
**Current behavior**
```@angular/language-service``` will... | feature,area: language-service,feature: under consideration | medium | Critical |
198,222,371 | rust | Unable to constrain associated types in trait inheritance | ```rust
struct Foo;
struct Bar;
pub trait Base{
type F;
type B;
}
//***************************
// Doesn't work
//pub trait BaseHello: Base
// where Self::F: Hello,
// Self::B: Hello{}
pub trait BaseHello: Base{}
impl<B: Base> BaseHello for B
where B::F: Hello,
B::B:... | A-type-system,T-compiler,C-bug,T-types | low | Critical |
198,227,752 | nvm | `nvm use -` to quickly switch to last active version | This would be to mimic the behaviour of the `-` in either; [`cd -`](http://ss64.com/bash/cd.html) or [`git checkout -`](https://git-scm.com/docs/git-checkout#git-checkout-ltbranchgt).
I'm happy to attempt a PR if this shortcut is a feature worth pursuing. | feature requests | low | Minor |
198,234,563 | vscode | Expose -webkit-text-stroke (Fonts are too thin on Ubuntu 16.10) | - VSCode Version: 1.8.1
- OS Version: Ubuntu 16.10 amd64
I use VS Code on Windows, Mac and since recently Linux, and for some reason text looks much thinner on Linux than on other systems, which makes it a little bit harder to read. Here is a screenshot:
 that, given an explicit `any` annotation, offers to change it to an `{}` annotation.
For example, given
```ts
function log(x: any) {
console.log(x);
}
```
a code fix would be offered to change the declared type of `x` to `{}` resulting in
```ts
fu... | Suggestion,Committed,Domain: Quick Fixes | medium | Major |
198,277,270 | rust | Cannot silence test runner | [IRC Logs](https://botbot.me/mozilla/rust/2017-01-01/?msg=78674895&page=5)
```
cargo 0.17.0-nightly (740f9c0 2016-12-29)
```
We should be able to silence the test runner's stdout via `--quiet` like `build` and `clean`'s `--quiet` flag, but alas this is not currently done.
```
tmba:sentinel thill $ cargo tes... | T-libs-api,A-libtest,C-feature-accepted | low | Critical |
198,280,702 | create-react-app | Support Lerna and/or Yarn Workspaces | Are there any plans to support Lerna? By default Lerna uses the `packages` directory to store the packages. Right now the content of that folder is not transpiled so it's not possible to use ES6 code in there. It would be nice to have the possibility to use Lerna to create a monorepo application with create-react-app. ... | tag: new feature | high | Critical |
198,295,547 | rust | Type errors in macros have poor spans | For example, in [this](https://is.gd/GUKFgz) code, it's hard to tell which part of the inputs to the macro has the wrong type. This is obviously a reduced example, but I've seen the same problem in real code.
I suspect this might be a duplicate issue, but couldn't find anything...
```rust
fn main() {
assert... | C-enhancement,A-diagnostics,A-macros,T-compiler | low | Critical |
198,391,395 | rust | LLVM error when emitting PTX code with debuginfo | ### STR
```
$ cargo new --lib kernel && cd $_
$ edit src/lib.rs && cat $_
```
``` rust
#![feature(lang_items)]
#![feature(no_core)]
#![no_core] // Just to avoid using Xargo
fn foo() {}
#[lang = "copy"]
trait Copy {}
#[lang = "sized"]
trait Sized {}
````
```
$ edit nvptx64-nvidia-cuda.json... | A-LLVM,T-compiler,O-NVPTX,C-bug | low | Critical |
198,392,389 | rust | Tracking issue for the "ptx-kernel" ABI | Here's a suggestion for an update to the tracking issue to include concerns. Partially copied for japaric's original post and added concerns from and links to relevant issues.
If you have the possibility you should take a look @RDambrosio016
- - -
Feature gate `#![feature(abi_ptx)]`
This ABI is intended to be use... | T-compiler,B-unstable,O-NVPTX,C-tracking-issue,S-tracking-design-concerns,S-tracking-needs-summary | low | Critical |
198,433,925 | TypeScript | Erronous documentation for property decorators? | At https://www.typescriptlang.org/docs/handbook/decorators.html
..it reads under "Property Decorators"
```
If the property decorator returns a value, it will be used as the Property Descriptor for the member.
NOTE The return value is ignored if your script target is less than ES5.
```
I'm running a simpl... | Docs | low | Critical |
198,536,686 | go | cmd/dist: run all tests unless explicitly disabled on a platform | Every now and again a test isn't enabled on a platform where it should be (for example: https://github.com/golang/go/commit/161cd34f788ee9c6b61565eb6f865434bc135306). A leading culprit of this is feature checks that only run a test if the GOOS/GOARCH combination is in a list:
```go
pair := t.gohostos + "-" + t.goar... | help wanted,NeedsFix | low | Minor |
198,556,887 | vscode | Evaluate selected expression on hover while debugging? | _This is a feature request._
Would it be possible to add the feature of evaluating a highlighted JS expression on hover while debugging? This is something that was recently added to Chrome DevTools and is very useful. It would be nice to have this same feature added to VS Code as well.
### Hovering over a single ... | feature-request,debug,typescript | medium | Critical |
198,567,609 | angular | formControlName could not be used with component transclusion | ```
[x] bug report => search github for a similar issue or PR before submitting
```
Version: 2.4.1
A component with selector parent-component has this:
```
<form [formGroup]="myFormGroup">
<ng-content></ng-content>
</div>
```
And it is inserted in another template with:
```
<parent-component>
... | feature,state: Needs Design,freq2: medium,area: forms,feature: under consideration | high | Critical |
198,598,234 | vscode | Allow extension commands to define the behaviour when Alt modifier is pressed | When you declare a `command` for an extension, it appears in `Command Palette` and you can select/use it with `Return Key`/`Mouse Click`. But there are some _core commands_ that has _special behavior_ when you combine with `Ctrl`, like `Open on the Side`.
I would like to have the ability to declare a command and hav... | feature-request,api,quick-open | medium | Major |
198,607,320 | create-react-app | RFC: Support for eslint-plugin-compat | Recently I've been working on an eslint plugin called [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat/) that lints support for API's by using the caniuse db. [It seems there is demand from the community](https://twitter.com/mxstbr/status/816220545796730880) for this plugin. Wonder if it has a ... | issue: proposal | medium | Major |
198,621,100 | youtube-dl | Soundcloud results in 403 error | ### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2017.01.02*. 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** ... | bug,cant-reproduce | low | Critical |
198,704,427 | TypeScript | tsc CLI: option to always exit with 0 exit code | It would be nice if the tsc command had an option to always exit with a 0 exit code when there were compile errors. I want to run something in my script after compiling. Currently I have to do this:
``` bash
set -e
# script stuff
set +e
tsc …
set -e
```
However this workaround means all errors from `tsc` wi... | Suggestion,Awaiting More Feedback | medium | Critical |
198,714,723 | angular | @Directive @Hostbinding cannot set @Input of @Component | **I'm submitting a bug**
```
[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 behavior**
This is an ... | hotlist: error messages,freq2: medium,area: core,core: inputs / outputs,core: host and host bindings,type: confusing,P4,area: docs | medium | Critical |
198,769,125 | kubernetes | Remove client side validation in kubectl | As evidenced by https://github.com/kubernetes/kubernetes/pull/38071, client side validation made some assumptions that were broken (assuming that types across different groups will not have the same name), and fixing so that future clients get the correct behavior while still allowing legacy clients to work has been mu... | sig/api-machinery,sig/cli,priority/important-longterm,lifecycle/frozen | medium | Critical |
198,780,818 | rust | rustc generates a lot of llvm ir for small programs due to inline generated drops | Building https://github.com/jrmuizel/webrender/blob/sample-min/sample-min/src/main.rs ends up generating 12MB of LLVM IR (25MB of LLVM IR with debug info turned on). This seems like an excessive amount and it has a big impact on build times. | C-enhancement,A-codegen,A-destructors,I-compiletime,T-compiler,C-optimization | low | Critical |
198,782,347 | rust | add test: cross compiling core for `no_std` targets | For these targets
- `thumbv6m-none-eabi`
- `thumbv7m-none-eabi`
- `thumbv7em-none-eabi`
- `thumbv7em-none-eabihf`
- `nvptx-nvidia-cuda`
- `msp430-none-elf`
- `msp430x-none-elf`
- `nvptx64-nvidia-cuda`
These targets have zero tests in tree. Let's at least test cross compiling `core` for them to catch LLVM /... | A-testsuite,C-enhancement,E-needs-test,T-dev-tools,WG-embedded | low | Major |
198,818,752 | You-Dont-Know-JS | java super constructor is not automatically called | section https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20%26%20beyond/ch3.md#subclass-constructor states:
Not all class languages have the subclass constructor automatically call the parent constructor. C++ does, but Java does not.
--
IMO Java subclasses DO call the superclass constructor automatically.... | for second edition | medium | Minor |
198,820,821 | go | compress/bzip2: Reader behavior diverges from C library | A review of the standard library implementation and the C implementation reveals the following divergent behaviors:
* Reader does not reject missing terminating repeator value in RLE1 stage.
Reproducer:
```425a6831314159265359e16e6571000001840020002000211846e0bb9229c284870b732b88```
* Reader chokes in RLE1 stage w... | NeedsFix | low | Minor |
198,854,760 | opencv | SyntaxError: invalid syntax on has_mat = len(list(filter(lambda x: x[0] in {"Mat", "vector_Mat"}, args))) > 0 | [ 96%] Generating pyopencv_generated_include.h, pyopencv_generated_funcs.h, pyopencv_generated_types.h, pyopencv_generated_type_reg.h, pyopencv_generated_ns_reg.h
Traceback (most recent call last):
File "/app/opencv-3.2.0/modules/python/python3/..//src2/gen2.py", line 4, in <module>
import hdr_parser, sys, re,... | bug,category: build/install | low | Critical |
198,873,081 | youtube-dl | Download only 1mb of file and use title in filename | I am using the below to download only 1 mb of the file.
`youtube-dl -v URL -o - | head -c 1000000 > output.mp4`
can i use %(title)s.%(ext)s instead of output.mp4 | request | low | Major |
198,931,457 | rust | Mut borrow lifetime expanded to the enclosing function | Both Rust stable (v1.14) and nightly (468227129 2017-01-03), regardless of optimization flags, will expand the lifetime of an `&mut` borrow to the enclosing function in a fairly specific case. Here's a minimal snippet that will trigger the bug:
```
fn foo<'a>(_: &'a mut [&'a str; 0]) {}
fn bar(_: &mut [&str; 0])... | C-enhancement,A-borrow-checker,T-compiler | low | Critical |
199,005,797 | neovim | Alternate file wrongly setup | - `nvim --version`: NVIM v0.2.0-280-ge21aef1e1
- Vim (version: ) behaves differently? No
- Operating system/version: Arch Linux
- Terminal name/version: Sakura
- `$TERM`: xterm-256color
### Actual behaviour
the alternate file is setup to be the current file
### Expected behaviour
the alternate file should b... | bug-vim | low | Minor |
199,016,843 | flutter | Request: API for changing the color of status bar | I need to change status bar color to `blue[700]` and app bar color to `blue[500]` _without gradient_, but existing flutter material widgets do not support it.
https://developer.android.com/reference/android/view/Window.html#setStatusBarColor(int) | c: new feature,framework,f: material design,P3,team-design,triaged-design | medium | Critical |
199,055,934 | go | doc: reproduce the screencast with the default GOPATH | "[How to write code](https://golang.org/doc/code.html#GOPATH)" document includes a [screencast](https://www.youtube.com/watch?v=XCsL89YtqCs) to explain the workspaces and the go tool. We may need to reproduce it to avoid setting GOPATH.
A similar cast is also required for the Windows users. Even though a large porti... | Documentation,NeedsInvestigation | low | Minor |
199,067,674 | TypeScript | No completions for `extends` clause for members of a namespace containing only interfaces and types followed by expression | When attempting to get completions from `tsserver` for the members of a namespace that only exports interfaces and types (such as `typescript/lib/protocol.d.ts`) within an `extends` clause that is followed by an expression, `tsserver` returns no completions.
**TypeScript Version:** 2.1.4
**Code**
Given the fo... | Bug | low | Minor |
199,079,829 | go | net/http: half-closed connection triggers request cancellation | Please answer these questions before submitting your issue. Thanks!
#### What did you do?
https://play.golang.org/p/DnXwH5qJkD
#### What did you expect to see?
A client that sends a request followed immediately by a FIN can read a response from the server.
#### What did you see instead?
The half-close... | help wanted,NeedsInvestigation | low | Critical |
199,102,001 | go | cmd/compile: improve code generation for temporary slice copy and inlining | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version go1.8beta2 darwin/amd64
### What operating system and processor architecture are you using (`go env`)?
```
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin... | Performance,compiler/runtime | low | Critical |
199,120,417 | youtube-dl | Download an Ongoing YouTube Live Stream from the Start | ### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2017.01.05*. 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** ... | request | medium | Critical |
199,172,930 | neovim | recognize single "Shift" keystroke | - `nvim --version`: 0.2 (In future)
- Vim (version: ) behaves differently? no
- Operating system/version: Windows 7, 8, 10, etc.
- Terminal name/version:
- `$TERM`:
### Actual behaviour
I don't know.
### Expected behaviour
Recognize Capslock as a hotkey;
recognize a single Shift stroke as a hotkey;
recogni... | enhancement,gui,tui,input,complexity:low | low | Minor |
199,177,084 | three.js | EdgesGeometry shows unnecessary cords | ##### Description of the problem
The EdgesGeometry takes all the cords shared between faces and if the faces are not coplanar (or their "dot" is less than the thresholdDot) then it shows them as edges.
The problem is that in some cases a cord is the sum of two other cords in two different faces. In this case the c... | Enhancement | low | Major |
199,180,320 | TypeScript | Declare local variable as optional | Every time I type an undefinable variable, I think I typed something wrong:
```ts
let a: string | undefined;
```
Why do I think I did something wrong? It's because I never add `undefined` type to a union type as above except in variable declarations.
Don't you think it is time, introduce the optional operator to... | Suggestion,Awaiting More Feedback | high | Critical |
199,220,623 | rust | Reverse the stack traces | A big improvement to the speed at which I can find the origin of a panic would be to reverse the order of the stack trace. At the moment the last line of the stack trace is always `main`. This means the stack trace is written deep->shallow, or in reverse(!) chronological order:
```
1: 0x10977219c - function_... | C-feature-request | medium | Major |
199,242,964 | go | doc/articles/wiki: misleading error handling in Writing Web Applications tutorial | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
1.7
### What operating system and processor architecture are you using (`go env`)?
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users... | Suggested,Documentation,NeedsFix | low | Critical |
199,252,677 | vscode | Allow to cycle through previous typed values in quick input picker | - VSCode Version: Code 1.8.1 (ee428b0eead68bf0fb99ab5fdc4439be227b6281, 2016-12-19T14:49:23.350Z)
- OS Version: Windows_NT ia32 6.1.7601
- Extensions:
|Extension|Author|Version|
|---|---|---|
|read-only-indicator|alefragnani|0.4.0|
|alignment|annsk|0.3.0|
|bettertab|arenl|1.0.1|
|Doxygen|bbenoist|1.0.0|
|pyt... | feature-request,quick-pick | low | Minor |
199,264,608 | rust | Deriving Debug on an enum with uninhabited type triggers warning | ```rust
// no warning
#[derive(Debug)]
enum Void {}
// warns about unreachable pattern
#[derive(Debug)]
enum Foo {
Bar(u8),
Void(Void),
}
```
Caused by https://github.com/rust-lang/rust/pull/38069
<!-- TRIAGEBOT_START -->
<!-- TRIAGEBOT_ASSIGN_START -->
<!-- TRIAGEBOT_ASSIGN_DATA_START$${"user... | C-enhancement,A-lints,T-compiler | medium | Critical |
199,268,811 | go | doc: contribute.html doesn't mention GOROOT_BOOTSTRAP | Users should be able to find everything they need to know to contribute to Go by reading contribute.html.
There's no path from that page to learning about GOROOT_BOOTSTRAP, since GOROOT_BOOTSTRAP is only mentioned from the unlinked https://golang.org/doc/install/source
Fix.
| Documentation,help wanted,NeedsInvestigation | medium | Critical |
199,276,367 | vscode | Multiselect via ctrl+d case insensitivity makes it useless | - VSCode Version: Code 1.8.1 (ee428b0eead68bf0fb99ab5fdc4439be227b6281, 2016-12-19T14:41:20.664Z)
- OS Version: Linux x64 4.4.38-1-MANJARO
- Extensions:
|Extension|Author|Version|
|---|---|---|
|Go|lukehoban|0.6.51|
---
Steps to Reproduce:
consider this block of code:
```
accountQryConn *grpc.Clien... | feature-request,editor-multicursor | high | Critical |
199,279,855 | youtube-dl | [pbs] Add support for series | ## 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
---
... | site-support-request | low | Critical |
199,291,319 | go | x/build: make a bot review CLs for common mistakes (like Tricorder) | Tracking bug to write a bot to review CLs for common mistakes:
* properly-formatted references to CLs and bugs
* conventional subject ("pkg/name: lowercase verb, not period at end")
* gofmt
* missing copyright headers
And whatever else we add in the future.
(forked from email thread https://groups.google.co... | Builders,NeedsFix,FeatureRequest | high | Critical |
199,334,403 | go | x/website: revise download page (system requirements for stable/archived versions) | "the official 1.4 download doesn't work on Macs. You need to use the special 1.4 download link on the build-from-source page. It would be nice if either the official 1.4 download were updated, or if another one were added with an annotation on the downloads page." - @robpike https://github.com/golang/go/issues/18545#is... | help wanted,NeedsFix | medium | Major |
199,356,321 | youtube-dl | Emerald City | ## 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
---
... | geo-restricted,cant-reproduce | low | Critical |
199,360,994 | nvm | exec: nvm: not found | OS: Archlinux
I tried run nvm through tsocks.
got this:
```
rapiz@sig:~/ > tsocks nvm install node
/usr/bin/tsocks: line 84: exec: nvm: not found
```
| needs followup,installing nvm | low | Major |
199,375,747 | neovim | Add `:command -herearg` | This would be essential for developers willing to add language support similar to `:py` without altering the C code. `command -herearg Foo` should, at minimum
1. Imply `-nargs=1`.
2. Make `Foo bar baz\ b` set `<q-args>` to `"bar\x20\x20baz\\ b"` (not literally, but result of evaluation should be the same).
3. Mak... | enhancement,vimscript,provider | low | Minor |
199,392,398 | TypeScript | Interface with readonly property is assignable to interface with mutable property | **TypeScript Version:** 2.1.4
**Code**
```ts
interface MutableValue<T> {
value: T;
}
interface ImmutableValue<T> {
readonly value: T;
}
let i: ImmutableValue<string> = { value: "hi" };
i.value = "Excellent, I can't change it"; // compile-time error
let m: MutableValue<string> = i;
m.value... | Suggestion,Awaiting More Feedback | high | Critical |
199,416,934 | go | x/exp/shiny: key repeats reported as release + press | ### What did you do?
This program opens an x/exp/shiny window and reports key presses:
```
package main
import (
"log"
"golang.org/x/exp/shiny/driver"
"golang.org/x/exp/shiny/screen"
"golang.org/x/mobile/event/key"
)
func main() {
log.SetFlags(log.Lmicroseconds)
driver.Main(f... | NeedsFix | low | Critical |
199,422,372 | youtube-dl | RFE: support retrieving credentials from a keyring | ### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2017.01.05*. 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** ... | request | low | Critical |
199,486,322 | rust | Missed optimization: references from pointers aren't treated as noalias | The following code results in `a` being dereferenced again for the return value: (https://godbolt.org/z/YnrzMa3oj)
```rust
pub unsafe fn g(a: *mut i32, b: *mut i32) -> i32 {
*a = 0;
*b = 1;
return *a;
}
```
That is to be expected. In contrast, the same function with references avoids the load: (https://godbolt.... | A-LLVM,I-slow,C-enhancement,A-codegen,P-medium,T-compiler,WG-llvm,C-optimization | medium | Critical |
199,654,494 | go | doc: document installation from package managers | The officially documented ways to install Go are to download the release archives from golang.org/dl, install it via msi or pkg installater or installing Go from the source. Even though we only support these options, a large portion of Go users are already depending on package managers to install Go and even more to de... | Proposal-Accepted | medium | Major |
199,663,029 | go | doc: fix where we forgot to target Windows users | A significant amount of Go users are Windows users even though the official Go documentation is lacking references targeting the Windows users. This is frustrating the Windows and end up them relying on third party sources which are often not up to date or not documenting the best practices.
This is a tracking issue... | Documentation,help wanted,OS-Windows,NeedsFix | medium | Major |
199,677,482 | opencv | DShow: Crossbar implementation prevents multiple capture channels of same type | Regarding this file: https://github.com/opencv/opencv/blob/master/modules/videoio/src/cap_dshow.cpp
In capture cards that feature an analogue crossbar for multiple video inputs, this driver expects each muxed input to have a different input type. Unfortunately, this prevents capture cards that have multiple inputs o... | feature,category: videoio | low | Minor |
199,703,118 | go | proposal: encoding/binary/v2: Read (or a new call) should return number of bytes read | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
1.7.4
### What operating system and processor architecture are you using (`go env`)?
linux/amd64
linux/arm
darwin/amd64
### What did you do?
I want to use `binary.Read()` to marshall da... | v2,Proposal | low | Critical |
199,711,653 | TypeScript | async/await: nowait keyword? | I have a large project that has now been migrated over from javascript to typescript and we're very pleased with the results. Bugs have fallen dramatically with the improved compiler support in combination with rigorously written code.
Ours is a server-side product that runs under node (ts-node, actually). By its ... | Suggestion,Awaiting More Feedback | high | Critical |
199,751,466 | opencv | opencv does not build on Mac OS X 10.12.2 with Xcode 8.2 | my cmake version is 3.1.0
execute the shell:
python ../platforms/ios/build_framework.py ios
then output:
```
-- Setting up iPhoneOS toolchain for IOS_ARCH='armv7'
-- iPhoneOS toolchain loaded
-- The CXX compiler identification is unknown
-- The C compiler identification is unknown
-- Configuring incomplete, ... | feature,category: build/install,platform: ios/osx | low | Critical |
199,756,928 | You-Dont-Know-JS | Making *You Don't Know JS* easier to read | @getify, I love your work on this amazing book! I know the topic of making *You Don't Know JS* has been brought up in the past, but I was hoping to open up some more discussion on it.
- https://github.com/getify/You-Dont-Know-JS/issues/635
- https://github.com/getify/You-Dont-Know-JS/issues/831
- https://github.co... | for second edition | low | Major |
199,760,450 | react | [Fiber] Should we clear an error boundary's update queue whenever it captures an error? | Seems like we should at least do this on the root. | Component: Core Utilities,Type: Discussion,React Core Team | low | Critical |
199,792,519 | go | net: dns lookup sometimes fails with "no such host" when there are too many open files | #### What did you do?
My network-intensive code would sometimes fail resolving domain names, returning "no such host" using the default resolver (pure go).The domains that fail resolving are valid domains that are successfully resolved using dig and the same dns server address.
I noticed that increasing the number ... | Unfortunate,help wanted,NeedsFix | medium | Critical |
199,793,299 | go | cmd/compile: fixedbug/issue10958.go failures | The `fixedbug/issue10958.go` test, introduced in 7f1ff65c3947b916cc4d0827fd8c1307d7efd7bf ( cmd/compile: insert scheduling checks on loop backedges), is flaky.
### What version of Go are you using (`go version`)?
`go version devel +7f1ff65 Mon Jan 9 21:01:29 2017 +0000 linux/amd64`
### What operating system an... | Testing,NeedsInvestigation,compiler/runtime | medium | Critical |
199,882,355 | TypeScript | Compiler API Example in Wiki fails to run as described | <!-- BUGS: Please use this template. -->
I am not able to use example provided at https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#using-the-type-checker. It throws following exception:
```
-- typescript@2.1.4
node docGenerator.js interface.ts
C:\Users\...\node_modules\typescript\lib\typescr... | Docs | low | Critical |
199,909,743 | go | x/net/http2: support consuming PUSH_PROMISE streams in the client | Go 1.8 will contain support for servers to produce PUSH_PROMISE streams, but there is no support for clients to receive them.
Specifically, it would be nice if proxies built with net/http/httputil's ReverseProxy to be able to proxy server pushes. | Proposal,Proposal-Accepted,FeatureRequest | high | Critical |
199,912,938 | rust | Add some mechanism for catching structured exceptions on Windows | There are a number of places where we are forced to catch these exceptions in Gecko (see MOZ_SEH_TRY). The usual reason is for handling some bug in code that we have no control over.
Structured exceptions are also used for naming threads on Windows so it would be nice to have that too. | O-windows,C-feature-request | low | Critical |
199,931,497 | go | cmd/gofmt: Slice literal condensed to one line and comment moved outside if comment is last line | Perhaps a duplicate of #9460, but the issue discussion says it's restricted to `for` statements, and at the very least this is another symptom of the same problem.
### What version of Go are you using (`go version`)?
go 1.7.3
### What operating system and processor architecture are you using (`go env`)?
go play... | NeedsFix | low | Minor |
199,966,281 | go | net: poor performance of Dial & friends | @bradfitz asked me to file a bug as a continuation of https://groups.google.com/forum/#!topic/golang-nuts/52gePwVq2sc
### What version of Go are you using (`go version`)?
1.7.3
### What operating system and processor architecture are you using (`go env`)?
The numbers below are all from a 24-core Intel machine,... | Performance,help wanted,NeedsInvestigation | low | Critical |
199,967,386 | go | cmd/compile: performance problems with many long, exported identifiers | ### What version of Go are you using (`go version`)?
1.7, 1.8+
### What operating system and processor architecture are you using (`go env`)?
win64 and nix64
### What did you do?
Tried to compile 150MB of code in a single package. Really it was a simple main.go that referenced this huge package and I exe... | ToolSpeed,NeedsInvestigation | medium | Major |
200,061,092 | TypeScript | Add support for diagnostic severities | TypeScript has added compiler options for lint level checks like `noUnusedParameters` or `noUnusedLocals` in tsconfig.json (which is goodness). Today when such an option is enabled then the corresponding issues are reported by TypeScript in the same way as semantic or syntax errors. There is no notion of severity.
... | Suggestion,Needs Proposal,VS Code Tracked | high | Critical |
200,078,616 | neovim | Fold improvements discussion | I've been working to improve the terminal folding display and some things I think are LGTM:
- [x] multibyte display (so one can use '│' to replace the pipe,'▸' instead of + ▾ etc)
see  can not be catched in the subscription to "activatedRoute.data" | <!--
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 request here, ... | feature,freq3: high,area: router,feature: under consideration | medium | Critical |
200,192,074 | go | proposal: spec: use zero receiver for value method embedded via nil pointer | Consider this program:
```go
package main
import (
"fmt"
)
type Pointer struct{}
func (d *Pointer) IsNil() bool {
return d == nil
}
type Danger struct {
Pointer
}
func main() {
var d *Danger
fmt.Println(d.IsNil())
}
```
If a struct type embeds another struct type with pointer method... | LanguageChange,Proposal,LanguageChangeReview | medium | Major |
200,201,050 | kubernetes | Dynamically change loglevel of infrastracture components | etcd has the ability to increase/decrease its running loglevel which is really useful in debugging individual operations.
https://coreos.com/etcd/docs/latest/v2/admin_guide.html (see "Enabling Debug Logging" section)
It would be nice to support this for all of our components (apiserver, scheduler, etc.).
@kub... | sig/api-machinery,kind/feature,lifecycle/frozen | medium | Critical |
200,230,540 | kubernetes | kubectl should warn user if they attempt to authenticate to the cluster using an expired certificate | <!-- 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/.):
**What keywords did you search in Kubernetes issues be... | priority/backlog,kind/feature,sig/auth,sig/cli,lifecycle/frozen | medium | Critical |
200,250,060 | kubernetes | FEATURE REQUEST: kubectl unset command | Since we have kubectl set command to configure the resources. Should we add the unset command to cancel some configs? | kind/feature,sig/cli,lifecycle/frozen | low | Major |
200,311,572 | clean-code-javascript | What about Magic strings? | Do you think that can be good to include something about magic strings?
**Bad:**
```javascript
let posts = getPostsFromCategory('sports');
```
**Good**:
```javascript
const categories = {
sports: 'sports',
economy: 'economy'
};
let posts = getPostsFromCategory(categories.sports);
``` | help wanted | low | Major |
200,336,818 | TypeScript | Incorrect text caret position on fourslash tester | **TypeScript Version:** master branch
**Code**
Modifying `tests/cases/fourslash/smartIndentOnUnclosedFunctionDeclaration04.ts`:
```ts
/// <reference path='fourslash.ts' />
////function f<A,B,C>/*1*/(/*2*/a: A, /*3*/b:/*4*/B, c/*5*/, d: C/*6*/
function verifyIndentationAfterNewLine(marker: string, ind... | Bug | low | Critical |
200,362,861 | angular | Issue with queries and the TemplateRef predicate | <!--
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 request... | freq2: medium,area: core,core: queries,type: confusing,P3 | low | Critical |
200,406,121 | rust | rustc always links against non-debug Windows runtime | When building [rust-mozjs](https://github.com/servo/rust-mozjs) with debug symbols enabled, the underlying C++ library links against the debug Windows runtime (`msvcrtd.lib`) rather than the regular one (`msvcrt.lib`). Unfortunately, rustc always links against `msvcrt.lib` unconditionally: https://github.com/rust-lang/... | O-windows-msvc,C-feature-request,T-libs | medium | Critical |
200,481,677 | go | x/net/http2: make Transport return nicer error when Amazon ALB hangs up mid-response? | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
$ go version
go version go1.8rc1 darwin/amd64
### What operating system and processor architecture are you using (`go env`)?
Linux AMD64
### What did you do?
If possible, provide a r... | Unfortunate | high | 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.