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
210,958,130
go
x/crypto/ssh: add support for alive interval
When the underlying TCP connection for a long-standing SSH connection abruptly dies, operations on an `ssh.Client` can hang forever. This is because the client remains [stuck in an `io.ReadFull` call](https://github.com/golang/crypto/blob/84bacda6ede319f5074d43b5d096b7ee7f3f5d77/ssh/cipher.go#L150) with no preceding or...
NeedsInvestigation,FeatureRequest
medium
Major
211,015,561
vscode
Add option to always show word based suggestions
- VSCode Version: 1.9.1 Steps to Reproduce: 1. Go to an empty TypeScript file 2. Enter `fooBarBaz` 3. Enter a new line and then type `fooBa` Expected result: word based quick suggestions should show. Actual result: no quick suggestions. Ctrl+space shows a popup with content 'No suggestions'. ![image](h...
feature-request,suggest
high
Critical
211,064,273
opencv
Uniform empty image handling
**Vote**: Please use GitHub emoji/reaction for next two comments below to provide your opinion. As suggested by @sovrasov in PR #8288 we definitely need to unify the way that empty images are handled inside the imgproc module. - :one: OPTION 1: generate an assertion (exception) from the moment an empty input is g...
future,vote
low
Major
211,161,812
rust
Tracking issue for the `x86-interrupt` calling convention
## Overview Tracking issue for the `x86-interrupt` calling convention, which was added in PR #39832. The feature gate name is `abi_x86_interrupt`. This feature will not be considered for stabilization without an RFC. The `x86-interrupt` calling convention can be used for defining interrupt handlers on 32-bit and 64-b...
T-lang,B-unstable,C-tracking-issue,S-tracking-needs-summary,F-abi_x86_interrupt,A-hardware-interrupts
medium
Critical
211,173,189
neovim
API/UI: externalize dialogs
https://github.com/onivim/oni/issues/264#issuecomment-283428670 Add a new "dialog" event so that its UI can be externalized.
enhancement,api,ui,channels-rpc,ui-extensibility
low
Major
211,194,920
angular
ContentChildren doesn't get children created with NgTemplateOutlet
Original title: *ViewChildren doesn't get children created with NgTemplateOutlet* **Please see comments below...** **I'm submitting a ...** ``` [x] bug report ``` **Current behavior** When you use ngTemplateOutlet to render a template passing by input property ViewChildren don't get or don't find in the re...
area: core,core: queries,type: use-case,P3
high
Critical
211,196,392
flutter
VM service should accept URIs instead of file paths for hot reload
Do be truly portable, the following calls should accept real platform-independent URIs (instead of platform-specific file paths) on the remote (VM) side: * https://github.com/flutter/flutter/blob/17057bb44b7c10b2b4603cd09b266d9379f65ba2/packages/flutter_tools/lib/src/devfs.dart#L203 * https://github.com/flutter/flu...
team,tool,P3,team-tool,triaged-tool
low
Major
211,243,578
rust
consolidate recursion limit errors
They should all have an error code and maybe a helper function to create the suggestion message. cc @nikomatsakis #39655
C-cleanup,A-diagnostics,T-compiler
low
Critical
211,251,675
TypeScript
Optional Generic Type Inference
#13487 added default generic types, but it's still not possible to infer a generic type: ```ts type Return<T extends () => S, S = any> = S ``` Here `S` takes its default type `any`, but `T` could permit inference of a subset type of `any` for `S`: ```ts const Hello = () => 'World' type HelloReturn = Retu...
Suggestion,In Discussion
high
Critical
211,294,502
youtube-dl
Unable to download from http://oscar.go.com/video/...
Example: $ youtube-dl -v http://oscar.go.com/video/oscar-highlights-2017/seth-rogen-and-michael-j-fox-go-back-to-the-future [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-v', 'http://oscar.go.com/video/oscar-highlights-2017/seth-rogen-and-michael-j-fox-go-...
geo-restricted
low
Critical
211,384,679
rust
Lifetime inference falls over with identical lifetimes across trait and implementing struct
I tried to write this code: ``` fn main() { let a = XImpl {}; foo(&a); } fn foo(x: &X) { x.bar(); } pub trait X<'a> { fn bar(&'a self); } pub struct XImpl {} impl<'a> X<'a> for XImpl { fn bar(&'a self) {} } ``` I think this should compile, but it fails with: [https://gist.github.c...
A-lifetimes,A-inference,C-bug
low
Critical
211,402,219
flutter
Android Studio Layout Editor has problems with FlutterView
An exception is displayed in the Layout Editor in Android Studio when choosing the design tab and a FlutterView is used in a layout file for example like this: ```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" ...
platform-android,P3,team-android,triaged-android
low
Critical
211,424,615
angular
State transition animations are canceled when the state changes, even though no transition is defined (e.g. with '*' transitions) or the state is identical.
**I'm submitting a ...** ``` [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 ``` **Current behavior** State transition animations are canceled when the state changes to one with an ident...
type: bug/fix,area: animations,freq1: low,P4
low
Critical
211,446,498
TypeScript
Cannot Optionalize Class Getters
**TypeScript Version:** 2.2.1 **Code** ```ts class Person { firstName: string; lastName: string; get fullName?() { return this.firstName + ' ' + this.lastName; } } ``` **Expected behavior:** Since `fullName` is optional the following should work: ``` const Me: Person = { firstN...
Suggestion,In Discussion
high
Critical
211,460,832
TypeScript
Plugin Support for Custom Transformers
Since #13764 has landed, it's easy to write custom transformers. However, if I understand the API correctly, it is needed to duplicate the whole tsc command line just to add a single transformer. This leads to incompatibilities since these, on typescript depending, applications do not support the same features as the t...
Docs
high
Critical
211,541,702
vscode
Feature Request: Support for private marketplace/gallery
We have created several VSIX extension that have no use to anybody else except our company. We would like to host our own private extension gallery and have an ability to specify alternative extension gallery paths (like "Additional Extension Galleries" in Visual Studio 2015). - VSCode Version: 1.10.1 - OS Version:...
feature-request,upstream,marketplace,upstream-issue-linked
high
Critical
211,665,186
go
cmd/compile: an FSM with ~40k states takes a lot of memory to build
### What version of Go are you using (`go version`)? go version go1.8 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/opennota/gocode" GORACE="" GOROOT="/home/openn...
ToolSpeed,compiler/runtime
low
Critical
211,705,128
vscode
Outline matching selections instead of highlight
<!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode --> - VSCode Version: 1.10.1 - OS Version: macOS 10.12.2 Steps to Reproduce: 1. Highlight a selection with multiple instances. 2. Look how hard it is to distinguish which instance is selected. ![screen shot 201...
feature-request,ux,editor-theming,editor-highlight
medium
Critical
211,743,673
rust
1.15.1 (and earlier) armhf nondeterministically uses locking to implement atomic instructions when cross-compiling to x64 but not x86
This was originally reported over at #33809 with the full build log [here](https://gist.github.com/mmatyas/b775b83908cbdfc6551ff79d8bf0b0ef) but back then I dismissed it as "just install binutils-multiarch". However, we just saw the exact same issue crop up when trying to bring rustc to Debian armhf. Build machine: ...
O-Arm,C-bug
low
Critical
211,748,236
angular
bypassSecurityTrustStyle gives error on Safari
<!-- 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...
type: bug/fix,freq2: medium,area: core,core: sanitization,P3
low
Critical
211,788,970
youtube-dl
Vimeo On Demand download not working (I get the trailer)
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2017.03.02** - [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...
account-needed
medium
Critical
211,875,331
youtube-dl
Youtube OPML subscription list support
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2017.03.02** ### 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...
request
low
Critical
211,897,891
go
testing: output hard to read when a test case is stalling
When the package contains a stalling case, the verbose is hard to read to figure out what has run and not finished finished yet. I often have to pipe the output to another program to match RUNs and PASSes (or FAILs) to filter what has not finished. We might just consider printing the currently running test cases upo...
help wanted,NeedsInvestigation
low
Major
211,919,550
vue
Allow Component Tag in Transition Group
Allow this kind of feature for transition-group or transition ```html <transition-group tag="todo-layout-container"> <!-- Which will render a component rather a tag --> </transition-group> ``` and will compile to ```html <todo-layout-container> </todo-layout-container> ``` and compiles to what is...
feature request,transition
low
Major
211,925,597
TypeScript
Can't find definition of a property on an object with an index signature.
Finding the definition for `foo.x` here works: ``` const foo = { x: () => { } } foo.x // here ``` This fails to find a definition: ``` const foo: { [key: string]: any } = { x: () => { } } foo.x // here ``` I understand in principle why this is the case, but in the second case, ca...
Bug,Help Wanted,Domain: Symbol Navigation
low
Major
211,933,887
youtube-dl
Tests should use a modern hash (SHA-256 instead of MD5)
`youtube-dl`'s download tests all use MD5 as a hash. While it's probably not cryptographically critical that download testing use a secure hash, the world has moved past MD5, and past SHA-1. `youtube-dl` should at least support SHA-256 in the `info_dict`, and use whichever hash has been supplied in the `_TEST`'s `info_...
request
low
Minor
211,954,024
TypeScript
Existential type?
Here's a case where I need a few existentials. It's for a definition file, where I need to have parameters for `Binding` and `Scheduler`, but it doesn't matter to me what they are. All I care about is that they're internally correct (and `any` doesn't cover this), and I'd rather not simulate it by making the constructo...
Suggestion,In Discussion
high
Critical
211,972,120
TypeScript
Using `undefined` as a discriminator within a mapped type yields erroneous types when primitive intersections are involved
**TypeScript Version:** 2.2.0 [**Code**](http://www.typescriptlang.org/play/#src=%2F%2F%20A%20*self-contained*%20demonstration%20of%20the%20problem%20follows...%0D%0Atype%20DeepReadonly%3CT%3E%20%3D%20%7B%0D%0A%20%20%20%20readonly%20%5BK%20in%20keyof%20T%5D%3A%20DeepReadonly%3CT%5BK%5D%3E%3B%0D%0A%7D%0D%0A%0D%0Aint...
Needs Investigation
low
Critical
211,973,111
go
html/template: improve ErrBadHTML error report
Please answer these questions before submitting your issue. Thanks! #### What did you do? Recently I got the `ErrBadHTML` error 2-3 times, and and each time it took longer than expected to fix the typo, since there was no line reported in the error message. Here is an example: https://play.golang.org/p/syrtLCXW...
NeedsFix
low
Critical
211,975,188
create-react-app
Refuse to build if user is importing something that isn't declared in package.json
I think Brunch does this, if I recall correctly. This is an important feature because people often misunderstand that transitive dependencies aren’t supposed to be importable. See https://github.com/facebookincubator/create-react-app/issues/1714 and https://github.com/facebookincubator/create-react-app/issues/162...
contributions: up for grabs!,difficulty: complex
medium
Critical
211,975,410
go
runtime: osyield is expensive on darwin?
This is a naive question about an unexpected and striking benchmarking result. At tip, on my amd64 OS X laptop, I get: ```bash $ go test -bench=BenchmarkSplitSingleByteSeparator -run=NONE bytes BenchmarkSplitSingleByteSeparator-8 500 2722171 ns/op ``` If I apply [CL 37795](https://golang.org/cl/3...
Performance,OS-Darwin,early-in-cycle
low
Major
211,995,124
go
proposal: spec: add sum types / discriminated unions
This is a proposal for sum types, also known as discriminated unions. Sum types in Go should essentially act like interfaces, except that: - they are value types, like structs - the types contained in them are fixed at compile-time Sum types can be matched with a switch statement. The compiler checks that all ...
LanguageChange,Proposal,LanguageChangeReview
high
Critical
211,995,682
go
crypto: constant time AES and GCM
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`)? GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="li...
NeedsInvestigation
low
Critical
212,007,115
vscode
Trigger save even if file is not dirty through API
https://code.visualstudio.com/updates/v1_10#_manually-trigger-save-actions I read this so I assumed the save() command from the API does the same thing. https://github.com/Microsoft/vscode/blob/master/src/vs/vscode.d.ts#L124 The comment here makes it seem like it doesn't. Does this call trigger a save even if ...
feature-request,api,file-io
medium
Major
212,033,602
pytorch
dataloader parallels over elements vs over batches
With current design of `dataloader`, if we set `num_workers=8`, 8 batches of data will be prepared in advance, each worker works on one batch. This is not very efficient especially when one batch is large/expensive to process; and normally we only need 1-2 batches ahead of time . Why didn't we go with the design where ...
todo,feature,module: dataloader,triaged
low
Minor
212,102,621
vscode
Investigate better UX for previewing things
~~People use `previewHtml` for building UI which does't work well. We should investigate different options~~~ We will tackle the problem from the other side: https://github.com/Microsoft/vscode/issues/22068#issuecomment-293903020
feature-request,webview,workbench-editors,custom-editors
medium
Critical
212,137,490
go
tour: explain how to read a stacktrace
Hello, I'd like to propose adding to the Tour of Go a page where the user is presented with a stack trace that occurs from a panic and guided into how to read / debug it. I think this would be valuable for people just learning the language and would help them when they'll run for the first time into a such an issue...
Proposal-Accepted
medium
Critical
212,265,547
TypeScript
Reformat ternary operator
_From @lijunray on March 6, 2017 22:4_ <!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode --> - VSCode Version: 1.9.1 - OS Version: MacOS 10.12.3 Steps to Reproduce: The default reformatting for ternary operator is working unexpectedly. What I want: [![enter ...
Bug,Help Wanted,Domain: Formatter,VS Code Tracked
medium
Major
212,272,077
rust
Same for loop up to 38% slower depending on iterator used
An issue making what would be the same code in C++ running at significantly different speed with Rust stable/beta/nightly depending on: - The type of for loop used: `for y in buf` or `for i in 0..buf.len()` - Whether the input data is contained in a Vec, Array or Array Slice - Whether the test algorithm is inside ...
I-slow,C-enhancement
low
Major
212,282,070
opencv
opencv_traincascade may get in infinite loop on MacOSX
- OpenCV => master, probably others. - Operating System / Platform => MacOSX - Compiler => Apple LLVM version 8.0.0 (clang-800.0.42.1) ##### Detailed description opencv_traincascade may get in infinite loop in `CvCascadeBoostTrainData::precalculate()` ``` parallel_for_( Range(numPrecalcVal, numPrecalcIdx), ...
bug,category: core,category: apps
low
Minor
212,321,577
react
Switch to using createFactory in compiler steps
```js var Foo = require('Foo'); function Bar() { return <Foo x={1}>Hi</Foo>; } ``` Originally we intended to compile JSX to this format: ```js var Foo = require('Foo'); var Foo_ = React.createFactory(Foo); function Bar() { return Foo_({ x: 1, children: "Hi" }); } ``` That allows us to generate a...
Component: Optimizing Compiler,React Core Team
low
Major
212,352,915
rust
vtable accesses optimization in a tight loop.
This is a followup of #39992 . This [playrust]( https://is.gd/foJgye): ``` #![crate_type="lib"] use std::sync::Arc; pub struct Wrapper { x: usize, y: usize, t: Arc<Foo>, } pub trait Foo { fn foo(&self); } pub fn test(foo: Wrapper) { for _ in 0..200 { foo.t.foo(); ...
I-slow,C-enhancement,C-optimization
low
Minor
212,405,859
opencv
Move enums from cvflann to cv::flann
Now python bindings can't be generated for these enums. This causes usage of magic numbers like in #8245.
category: python bindings,category: flann,future
low
Minor
212,478,801
rust
std::io functions should document which ErrorKinds they can return
See [this reddit post](https://www.reddit.com/r/rust/comments/5xrlys/hey_rustaceans_got_an_easy_question_ask_here/dekujpe/) where the question was "How can `File::open` fail?" and the information is sort of there in the docs, but I was reduced to guessing `io::ErrorKind` variants from the text description of errors. Si...
C-enhancement,P-medium,T-libs-api,E-medium,A-docs
medium
Critical
212,505,179
angular
ValueAccessor.writeValue is being called twice, first time with a phantom null value
<!-- 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...
type: bug/fix,freq2: medium,area: forms,state: confirmed,forms: ControlValueAccessor,P3
high
Critical
212,515,768
TypeScript
Unicode Character Causing all Lines to Be shifted by one
<!-- 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 --> From: https://github.com/Microsoft/vsc...
Bug,VS Code Tracked
low
Critical
212,528,591
TypeScript
Parameter type narrowing should consider function overload signatures
**TypeScript Version:** 2.2.1 **Code** ```ts interface A { x: number; } interface B { y: number; } function foo(b: B): void; function foo(a: A, b: B): void; function foo(a: A|B, b?: B): void { if(b !== void 0) { console.log(a.y); // Error: Property 'y' does not exist on type 'A | B' } } ``` ...
Suggestion,Needs Proposal
low
Critical
212,545,224
TypeScript
Enable type parameter lower-bound syntax
<!-- 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 **Co...
Suggestion,In Discussion
high
Critical
212,568,257
neovim
:terminal range - ":%term foo" should read the output of `foo`
- `nvim --version`: NVIM 0.2.0-dev - Vim (version: 7.4.712-2ubuntu4) behaves differently? yes - Operating system/version: Ubuntu 15.10 - Terminal name/version: GNOME Terminal 3.18.2 - `$TERM`: screen-256color ### Actual behaviour I know `:%!cmd` runs in a non-interactive shell and I'm supposed to use `:te` but ...
enhancement,terminal
low
Minor
212,615,821
TypeScript
Incorrect Formatting For Class With Decorator
<!-- 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 --> From https://github.com/Microsoft/vsco...
Bug,Help Wanted,Domain: Formatter,VS Code Tracked
low
Critical
212,654,326
rust
type checker takes O(~1.5^recursion_limit) time to reject simple-ish code
Found when trying to port my old type system Brainfuck interpreter to use associated types. Reduced case: ```rust #![recursion_limit="10"] use std::marker::PhantomData; struct Nil; struct Cons<A, B>(PhantomData<A>, PhantomData<B>); struct BFPlus; trait BF { type NewState: ?Sized; } // + impl<U, ...
C-enhancement,A-trait-system,I-compiletime,T-compiler
low
Critical
212,771,371
go
context: TestLayersCancel flake
From trybot run https://storage.googleapis.com/go-build-log/dbcdd62f/openbsd-amd64-60_97787251.log ``` --- FAIL: TestLayersCancel (0.46s) context_test.go:520: seed=1488986705610226342: ctx should not be canceled yet context_test.go:565: context.Background.WithCancel.WithDeadline(2017-03-08 07:25:05.810276628 -08...
Testing,help wanted,NeedsFix
low
Major
212,787,577
rust
Common well-known traits make "Trait Implementations" too verbose
I find the "Trait Implementations" section of Rustdoc very hard to follow. It has low signal to noise ratio: * Very common traits are displayed in full detail. For traits like `Copy`, `Clone`, `Default`, `Display`, `Debug`, `Hash`, etc. I don't need to see all the methods *inline* with their description. Just links ...
T-rustdoc,P-low,C-feature-request
low
Critical
212,792,807
nvm
I have lost all node packages after installing nvm ?
After installing nvm on **PRODCUTION SERVER** everything is down since it have changed the default node folder I can no more have any installed packages. How to undo this effect and get the default node folder with all packages before installing nvm ?
installing node,needs followup
low
Minor
212,813,355
rust
duplicate definition error depends on macro declaration order
Consider this code: ```rust macro_rules! m { () => { mod Foo {} } } struct Foo {} m!(); ``` The error is, "a module named `Foo` has already been defined in this module", pointing at line 2, the struct definition. Note that from, I would say, a user's perspective, the module is actually declared _after_ the st...
C-enhancement,A-diagnostics,A-resolve,A-macros,T-compiler
low
Critical
212,830,125
godot
Sub-inherited scene is not updated properly in the editor
**Operating system or device - Godot version:** Godot 2.1 and 3.0 probably too, after applying #7978 or #7979, respectively (without them the issues are much more serious) **Issue description:** If a scene indirectly inherits another, it doesn't get properly updated in the editor. The editor won't trigger the re...
bug,topic:editor,confirmed
low
Major
212,850,602
rust
Misleading suggestion for missing trait bounds
This is a simplified version of https://users.rust-lang.org/t/solved-iterator-filter-and-zip-in-place/9809/4 ```rust trait Foo { fn foo(self) -> Self; } impl<I, T, U> Foo for I where I: Iterator<Item = (T, U)> { fn foo(self) -> Self { self } } fn main() { let v = vec![(1, ...
C-enhancement,A-diagnostics,T-compiler,D-confusing,D-papercut
low
Critical
212,880,604
go
runtime: signal handling: async signals should forward to existing C handlers by default
`runtime.sigfwdgo` currently includes this snippet, intended to ignore signals per the [documented behavior of os/signal](https://golang.org/pkg/os/signal/#hdr-Changing_the_behavior_of_signals_in_Go_programs): ```go // If we aren't handling the signal, forward it. // […] if atomic.Load(&handlingSig[sig]) == 0 { ...
compiler/runtime
low
Major
212,885,047
go
cmd/compile,runtime: avoid multiple returns from deferproc
We currently compile a defer to this: ``` x := deferproc(...) if x != 0 { goto deferreturn } ... deferreturn: deferreturn() ``` Normally deferproc returns 0. However, when a subsequent panic is caught and the defer is run by the panic, and that defer recovers, then the runtime arranges the defer to return 1 ...
compiler/runtime
low
Minor
212,916,481
TypeScript
Changing baseUrl causes compiler not to look at @types subdirectory
When `baseUrl` is set in tsconfig.json, the compiler will not look into `baseUrl/@types` to try and find type definitions **TypeScript Version:** 2.2.1 **Code** Example is available at: https://github.com/spion/ts-base-url-issue If the "paths" entry is removed from tsconfig.json, the compiler is unable ...
Docs
low
Critical
212,963,408
youtube-dl
[szenik.eu] Download wrong video
Attempted to download a live opera video from http://www.szenik.eu/de/Szenik-live/Klassik/arminio A video is in fact downloaded, but not the opera I wanted: just a short "trailer" movie with monthly news. A "WARNING: Falling back on generic information extractor" makes me suppose that this site is not supported ye...
site-support-request
low
Critical
212,988,499
rust
std::process::Command no way to handle command-line length limits
The arg method doesn't track the total resulting command-line length and has no way of indicating to clients that the resulting command-line length would exceed the OS's underlying maximum length. This is fine for launching subprocesses with dozens of arguments, but renders it impossible to implement xargs or similar f...
T-libs-api,C-feature-accepted,A-process
low
Major
213,120,772
react
No blur event fired when button is disabled/removed
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** When a focussed button becomes disabled, React does not dispatch a blur event. **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfid...
Type: Bug,Component: DOM
medium
Critical
213,143,978
TypeScript
type information from referenced file not available.
<!-- BUGS: Please use this template. --> Excuse me if this is an issue in Visual Studio Code, please. I can move it. But it seems I can't get type information from referenced files.... I can't seem to tell what I'm doing wrong. **TypeScript Version:** 2.1.1 / nightly (2.2.0-dev.201xxxxx) **rowdata.js** ``...
Bug,Domain: JavaScript
low
Critical
213,189,051
neovim
execute() cannot be used with customlist command completion
`execute()` appears to fail when being used in a completion function. With the following Vim file, `MycommandRedir` will have completion, but `Mycommand` won't. ``` vim function! MyComplete(ArgLead, ...) return [execute('echon 123')] endfunction function! MyCompleteRedir(ArgLead, ...) redir => r silen...
bug-vim,has:repro
low
Minor
213,189,253
opencv
error: calling a __host__ function("__builtin_clzl") from a __device__ function("std::__lg") is not allowed
This happens when compiling with cuda in debug mode ``` INFO: From Compiling external/opencv_repo3/modules/nonfree/src/surf.cpp: external/gcc_4_8/usr/include/c++/4.8/bits/stl_algobase.h(989): error: calling a __host__ function("__builtin_clzl") from a __device__ function("std::__lg") is not allowed ``` ##### S...
bug,priority: low,category: build/install
low
Critical
213,223,368
go
cmd/cgo: permits reference to non-existent struct
This code compiles and runs: package main import "C" import "fmt" var V C.struct_X func main() { fmt.Println(V) } It prints `{}`. That makes no sense. There is no type `X` here. It should give an error somewhere.
NeedsFix,compiler/runtime
low
Critical
213,226,600
vscode
Feature request: highlight problem indicator with color when problems exist
<!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode --> - VSCode Version: 1.10.2 - OS Version: Windows 7 SP 1 & Windows 10 For a better callout (those icons aren't very noticeable normally), it would be nice if when there are errors or warnings detected, it highlighted ...
feature-request,ux,themes,error-list
medium
Critical
213,233,268
opencv
Feature Request: Set normal and up vector for WText3D
##### System information (version) - OpenCV => latest - Operating System / Platform => Ubuntu 16.04 - Compiler => GCC 5.4 ##### Detailed description Currently when using [WText3D](http://docs.opencv.org/3.1.0/d6/d3d/classcv_1_1viz_1_1WText3D.html) only the position and text_scale can be set, I want to control ...
feature,category: viz
low
Minor
213,240,452
go
x/net/xsrftoken: move away from SHA-1
SHA-1 is not considered secure any more.
NeedsFix
low
Minor
213,242,192
go
cmd/vet: -shadow false positive
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? ``` go version go1.7.1 darwin/amd64 ``` A sample code: ```go package main import ( "fmt" "github.com/pkg/errors" ) func main() { var err error defer func() { // Rear ...
NeedsFix,Analysis
low
Critical
213,281,410
vscode
Alt + Numpad keybindings insert characters into editor
- VSCode Version: Code 1.10.2 (8076a19fdcab7e1fc1707952d652f0bb6c6db331, 2017-03-08T14:02:52.799Z) - OS Version: Windows_NT ia32 10.0.14393 - Extensions: |Extension|Author|Version| |---|---|---| |plantuml|jebbs|1.2.5| |cpptools|ms-vscode|0.10.2| |debugger-for-chrome|msjsdiag|2.6.0| |language-vscode-javascrip...
feature-request,keybindings,windows
low
Critical
213,287,853
opencv
CvVideoCamera : repeatedly stop cause app crash
**System information (version)** OpenCV => 3.2.0 Operating System / Platform => macOS 10.12.12 Compiler => Xcode Version 8.2.1 (8C1002) **Detailed description** iOS 10 using CvVideoCamera, when repeatedly start/stop it crashes **Steps to reproduce** ```objc - (void) initializeCamera { self->videoCa...
bug,priority: low,category: videoio(camera),platform: ios/osx
low
Critical
213,294,149
TypeScript
JSDoc comment nodes are not traversed and their parents are sent even if they should not
<!-- 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.2.1 **Co...
Bug,Help Wanted,API
low
Critical
213,386,590
electron
Subclass of native classes (re-consider or update docs)
I've just discovered that `BrowserWindow` and other native classes of Electron shouldn't be sub-classed, @zcbenz has provided an explanation for this choice in 2013 here: https://github.com/electron/electron/issues/23. I am wondering if this can be reconsidered since it has been decided when ES2015 wasn't around, an...
discussion,component/BrowserWindow
low
Major
213,388,608
go
runtime: working with small maps is 4x-10x slower than in nodejs
Please answer these questions before submitting your issue. Thanks! #### What did you do? Hello up there. Map performance was already discussed some time ago in #3885 and improved a bit. It was also said there that the map algorithm is choosen to work very well with very very large maps. However maps are not always...
Performance,NeedsInvestigation,compiler/runtime
high
Critical
213,400,347
go
misc/trace: events disappear at high zoom
### What version of Go are you using (`go version`)? go version go1.8 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/austin/r/go" GORACE="" GOROOT="/home/austin/....
help wanted,NeedsFix
low
Critical
213,402,535
go
runtime: measure actual CPU time of GC
Currently, the CPU time we report for GC in the gctrace is based on the assumption that each GC worker actually gets the CPU for the full wall-clock duration it runs for. This is a bad assumption on over-subscribed systems. We've seen this internally when users set GOMAXPROCS too high or have other processes in the sam...
compiler/runtime
low
Major
213,419,713
kubernetes
Pod cgroup sandbox should be cleaned up in the pod worker
Cleaning up the pod cgroup in the pod worker is more efficient than relying on the periodic cleanup routine (`HandlePodCleanup`). This would also allow removing the extra condition (see https://github.com/kubernetes/kubernetes/pull/42585/files#r105076567) that may cause even more races . Ref: #42893 /cc @derek...
priority/important-soon,kind/cleanup,sig/node,lifecycle/frozen
low
Major
213,453,686
three.js
Memory pool for RenderTargets to help with complex EffectComposer pipelines
##### Description of the problem I have a lot of effects on my ThreeJS scenes. Right now with the way ThreeJS's effects are designed, they each allocate their own render targets, even their intermediate/temporary render targets. This leads to somewhere around 50 render targets allocated for my specific use case. ...
Enhancement,Post-processing
low
Critical
213,464,023
kubernetes
Proposal: versioned DaemonSet
Pod running as a Daemon Set is usually responsible for some operations on the node. With new releases of node components the environment for those operations can happen. Since usually DS is updated together with the master node and we are committed to support a few past versions of nodes due to backward compatibility i...
kind/feature,sig/apps,area/workload-api/daemonset,lifecycle/frozen
low
Major
213,467,774
TypeScript
Way to Go From Method Implementation to Interface Method Declaration
<!-- BUGS: Please use this template. --> <!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript --> <!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md --> From https://github.com/Microsoft/vsco...
Suggestion,Awaiting More Feedback,VS Code Tracked,Domain: Symbol Navigation
low
Critical
213,469,778
go
x/term: cross-platform key codes
Add cross-platform key identifiers that can be used to detect keypresses for user shortcuts regardless of keyboard layouts. More info: - https://stackoverflow.com/questions/8737566/rolling-ones-own-keyboard-input-system-in-c-c - https://hg.libsdl.org/SDL/file/default/include/SDL_scancode.h - http://www.usb.org/...
NeedsInvestigation
low
Minor
213,470,489
go
x/net/proxy: add HTTP CONNECT support
This is a proposal to add HTTP CONNECT support to x/net/proxy package. ### Implement HTTP CONNECT dialer As what’s done for socks5, we can add an implementation for HTTP CONNECT dialer, it dials to the proxy, and then does a HTTP CONNECT handshake. Also, we can register this dialer to proxySchemes with key “http...
NeedsInvestigation,FeatureRequest
low
Major
213,493,076
opencv
VideoCapture::read() returns "true" erroneously
I am using opencv 3.2 with VS2017 on Windows 10 and noticed that there is a problem with VideoCapture and webcams. If I open my USB webcam from some other application so that it is displaying video and then do something this: ``` m_webCam = cv::VideoCapture(0); bool ok = false; ok = m_webCam.read(m_frame); ``...
bug,priority: low,category: videoio(camera),platform: win32
low
Major
213,517,530
rust
Undetected unconditional recursion in Clone impl using to_owned()
```rust fn main() { struct Foo; impl Clone for Foo { fn clone(&self) -> Self { self.to_owned() } } Foo.clone(); } ``` Rustc gives no warning, but this overflows the stack. Slightly more realistic example: ```rust fn main() { use std::borrow::{Borrow, ...
C-enhancement,A-lints,T-compiler
low
Minor
213,520,560
go
runtime: better support for 64bit div/mod operations on 32bit platforms
encountered in https://go-review.googlesource.com/c/38071/: assuming x and y are uint64: ``` q = x/y r = x%y ``` only uses a single DIV instruction on amd64 however on 386 this makes a runtime call to uint64div and one to uint64mod. 1) Both could be handled calculated together in a combined uint64divmod...
Performance,compiler/runtime
low
Major
213,527,825
kubernetes
End-2-end encrypted kubectl exec using SSH as protocol
The current kubectl-exec implementation is using the transport encryption from the kubectl to the apiserver and the transport encryption from the apiserver to the kubelet to tunnel the terminal data. The terminal data itself is not protected otherwise, i.e. the apiserver can read everything in plain text. This is a ...
area/security,sig/node,sig/api-machinery,kind/feature,sig/architecture,lifecycle/frozen,triage/needs-information,sig/security
medium
Major
213,564,024
youtube-dl
[kaltura] Support playlists
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2017.03.10** ``` ~$ youtube-dl --version 2017.03.10 ``` ### I 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 [BU...
request
low
Critical
213,613,612
youtube-dl
[DirecTV.com] TV on Demand
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2017.03.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] [Sear...
tv-provider-account-needed
low
Critical
213,659,340
go
encoding/gob: slow map decoding
### What version of Go are you using (`go version`)? go version go1.8 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/opennota/gocode" GORACE="" GOROOT="/home/openn...
Performance
low
Critical
213,670,862
TypeScript
Preserve JSDocs in *.d.ts files when stripping comments
# Suggestion/Feature When using the switch ```removeComments``` it will strip out all comments including the ones you may consider useful to the end consumer such as JSDocs. I'd like to strip out any internal comments but preserve any JSDocs comments. It seems that an option to preserve comments in types would be suff...
Suggestion,In Discussion
high
Critical
213,677,652
TypeScript
Can not set static properties on arrow-function-initialized variables
```ts // @ts-check const F1 = () => { }; F1.prop = 0; // Error prop does not exist on F const F2 = function() { }; F2.prop = 0; // OK ```
Bug,Domain: JavaScript
low
Critical
213,711,484
flutter
Custom URL scheme handling
Basically this is a feature request for handling custom URI scheme for inter-app communication within the framework. The feature itself is pretty straightforward. Would like to provide additional description if necessary. ref: - https://developer.android.com/training/basics/intents/filters.html - https://develo...
c: new feature,framework,f: routes,P3,team-framework,triaged-framework
low
Minor
213,814,124
rust
Tracking issue for spurious network failures on bots
I'm hoping to catalog network failures on the bots here just to keep an eye on the rate that they're happening as well as common failure modes. If they're common enough we should investigate solutions. #### github errors * https://travis-ci.org/rust-lang/rust/jobs/217835684 - failed to clone repo * https://tra...
A-spurious,T-infra,C-tracking-issue,A-CI
medium
Critical
213,825,349
rust
Consider specific warning for trying to use an existing variable in a pattern
According to the book, this is a common mistake (common enough to call out specifically, anyway): fn compare(x: i32, y: i32) { match x { y => println!("match"), // wrong _ => println!("no match") } } fn main() { compare(3, 4); } Rust currently emit...
C-enhancement,A-diagnostics,T-compiler
low
Major
213,837,339
go
cmd/link: linker should be able to remove init functions with no side-effects
In this example: `testlinker/a/a.go` ```go package a type DieDieType struct { Test map[string]int } var DieDieVar = &DieDieType{ Test: make(map[string]int), } var Constant = 5 ``` `testlinker/main.go` ```go package main import ( "fmt" "testlinker/a" ) func main() { fmt.Println(a....
binary-size,compiler/runtime
low
Major
213,854,031
rust
Derived traits in the standard library are missing stability information
`impl Default for Duration` was [added in 1.15](https://github.com/rust-lang/rust/pull/37699) but the [current documentation](https://doc.rust-lang.org/std/time/struct.Duration.html) doesn't indicate it wasn't available before that.
T-rustdoc,A-stability,T-compiler,C-bug
low
Major
213,865,278
rust
rustc does not understand linker scripts with `GROUP` statements
I'm statically linking dpdk (`libdpdk.a`) to a rust rlib via Cargo. The compiler fails with `failed to add native library /Volumes/Source/GitHub/lemonrock/dpdk/components/dpdk-sys/compile-dpdk.conf.d/temporary/destdir/usr/local/lib/libdpdk.a: failed to open archive`. This archive is actually a linker script which conta...
A-linkage,T-compiler,C-bug
low
Critical
213,914,550
go
x/build: make linux-amd64-noopt builder also a pre-submit TryBot
CL 37751 would have benefitted from this.
Builders,NeedsDecision,FeatureRequest
low
Major