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
161,198,806
TypeScript
Find-all-references for `this` type
Do we want this? What things should count as references of the `this` type? The current class, or all subclasses too? Given: ``` class A { m(): this { ... } m2: this { ... } } class B extends A {} const x: A = { m1() { ... }, m2() { ... } } ``` Should we include just the `this`es, or `A` too, or even `B` too?...
Bug
low
Minor
161,210,730
youtube-dl
[iQIYI] Fix VIP support
## Please follow the guide below - You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your _issue_ (like that [x]) - Use _Preview_ tab to see how your issue will actually look like --- ### Make s...
request,geo-restricted
medium
Critical
161,270,026
opencv
SeamFinder->find breaking in GCGraph addEdges assertion, possibly due to RotationWarper giving negative corner points. Suspect either HomographyBasedEstimator or BundleAdjust causing CameraParams to allow for negative points.
### Please state the information for your system Version 3.1, Windows 7, Visual Studio ### In which part of the OpenCV library you got the issue? stitching/imgproc. ### Expected behaviour The following line of code will run successfully: SeamFinder->find(ImagesWarped, Corners, MasksWarped); ### Actual behaviour T...
bug,category: stitching,incomplete
low
Critical
161,371,080
three.js
firefox allocation size overflow editor publishing 1,5m+ polygons
##### Description of the problem allocation size overflow when publishing a scene frome editor with over 1,5 million polygons, 1,1million still works fine allocation size overflow Menubar.File/<() Menubar.File.js:221 bound () self-hosted:752 Menubar.File.js:221:12 ##### Three.js version - [ ] Dev - [x] r77 - [ ] ....
Enhancement,Editor
low
Major
161,396,541
rust
An unused generic parameter should be a warning at the definition site.
Consider the following code: ``` rust fn foo<F>(x: i32) -> i32 { x } fn bar<'a>(x: i32) -> i32 { x } fn main() { bar(1); bar(2); foo::<f64>(3); foo(4); foo(5); } ``` Currently, this causes a fatal compiler error at the invocation of `foo(4)` on line 9, of the form: ``` error: unable to infer en...
A-lints,A-diagnostics,T-lang,T-compiler,C-feature-request
low
Critical
161,545,967
go
cmd/compile: go1.7beta2 performance regression
Please answer these questions before submitting your issue. Thanks! 1. What version of Go are you using (`go version`)? go version go1.6.2 darwin/amd64 go version go1.7beta2 darwin/amd64 1. What operating system and processor architecture are you using (`go env`)? Intel i7-3540M (also tried on i7-2677M but didn't see...
Performance,NeedsFix,compiler/runtime
medium
Critical
161,553,667
angular
DOM helper getKeyEvent does not use keyCode
I'm not sure if this is a bug with Angular or ChromeDriver yet, but here goes for the record: Angular's browser dom adapter uses `event.key` in `getKeyEvent`. When WebDriver via ChromeDriver sends a `sendKeys` event, it fills out the event's `keyCode`, but not the `key`. This means that something such as `<button (key...
type: bug/fix,freq1: low,area: core,core: event listeners,P3
low
Critical
161,571,259
youtube-dl
Site request: opensubtitles.org
## 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,site-support-request
low
Critical
161,588,305
angular
Router: Feature Request: default 'router-link-active' class attachment (old router behaviour)
**I'm submitting a ...** ``` [ ] bug report [x] feature request [ ] support request ``` **Current behavior** angular/router 3.0.0-alpha.7 introduced the `routerLinkActive` directive, which enabled us to set a custom class on the current `routerLink` element. This is great! But AFAIK, I have to attach this routerLi...
feature,freq3: high,area: router,feature: under consideration
medium
Critical
161,595,542
go
cmd/yacc: remove hardcoded limits TEMPSIZE and NSTATES
1.5 & 1.7rc2 on amd64 mac 1. What did you do? go get github.com/snadrus/sqlin cd $GOPATH/github.com/snadrus/sqlin/src/parse go tool yacc -o parser.go -p parse parser.y 1. What did you expect to see? sql2003 spec becoming parser.go, or an actionable error. 2. What did you see instead? In Go 1.7rc2: panic: run...
NeedsFix
low
Critical
161,691,182
youtube-dl
Google Prompt TFA
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2016.06.20** - [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
161,719,735
go
runtime/cgo: panic from callbacks does not work with -fsanitize=address/thread
Version: `go1.6 darwin/amd64` ``` ==976==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7fff5fbfefb1 at pc 0x00000573e1bb bp 0x7fff5fbfef10 sp 0x7fff5fbfe6c0 WRITE of size 5 at 0x7fff5fbfefb1 thread T0 ``` As far as I can tell, this is all that's happening: In go, ``` msg := C.String("fixme") ``` In c...
help wanted,NeedsFix
medium
Critical
161,742,850
go
x/exp/shiny: MacOS driver does not fire mousewheel events with single or slow clicks
Please answer these questions before submitting your issue. Thanks! 1. What version of Go are you using (`go version`)? go version go1.6.2 darwin/amd64 1. What operating system and processor architecture are you using (`go env`)? GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" G...
NeedsInvestigation
low
Critical
161,785,314
opencv
std::tuple errors when Building OpenCV (Main Branch) for Microsoft VS 2015 (x64)
- OpenCV version: 3.x main branch - Host OS: Windows 10 - Compiler & CMake: Visual Studio 2015 (update 1), Cuda 8RC & CMake 3.5 A large number of compiler errors related to std::tuple in lots of opencv_perf_cudaxxx... e.g opencv_perf_cudaimproc, opencv_perf_cudaarithm, opencv_perf_cudastereo, opencv_perf_cudalegacy, ...
bug,priority: low,category: build/install,category: gpu/cuda (contrib)
low
Critical
161,799,707
youtube-dl
Add support for Internet download manager
## 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
161,810,406
neovim
Errorformat improvement
This is fundamentally a proposed enhancement. The Vim `compiler/:make` system is a real boon to productivity that I've only recently started to really explore. One of its shortcomings are the limitations of the 'errorformat' system. The docs hint at them with the suggestion of adding a filter to the 'makeprg' settin...
enhancement
low
Critical
161,842,545
youtube-dl
Youtube storyboard
### Make sure you are using the _latest_ version: run `youtube-dl --version` and ensure your version is _2016.06.23.1_. 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
161,875,590
go
x/tools/cmd/goyacc: When growing the stack, save it in the parser
1. What version of Go are you using (`go version`)? ``` go version go1.6.2 windows/amd64 ``` 1. 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=windows set GOPATH=C:\Users\rillig\go set GORACE=...
Tools
low
Minor
161,917,574
vscode
additional options for `editor.selectionHighlight`
- VSCode Version: 1.2.1 - OS Version: OS X 10.11.4 Having the current word highlighted is convenient, but too distracting when moving around and accidentally leaving the cursor on a keyword (e.g. `let .. in` in OCaml). Turning it off, one has to fall back to search and lose the previous results. Maybe it would make s...
feature-request,editor-contrib
medium
Major
161,963,493
rust
Type mismatch between associated type and concrete type which are the same type.
Trying to build the following code: ``` rust trait WithLifetime<'a> { type Type; } struct Foo; enum FooRef {} impl<'a> WithLifetime<'a> for FooRef { type Type = &'a Foo; } fn wub<T, F>(f: F) where T: for<'a> WithLifetime<'a>, F: for<'a> FnOnce(&'a Foo) -> <T as WithLifetime<'a>>::Type { } fn...
A-type-system,A-trait-system,E-needs-test,T-compiler,C-bug,T-types
low
Critical
161,982,408
TypeScript
Namespaces not merged from UMD globals
**a.d.ts** ``` ts export = ns; export as namespace ns; declare namespace ns { export var x: number; export interface IFoo { } } ``` **b.d.ts** ``` ts declare namespace ns.something { export var p: ns.IFoo; } ``` > `tsc a.d.ts b.d.ts` Expected: No error Actual: Error that `ns` has no member `IFoo` (because ...
Bug
low
Critical
161,987,042
flutter
flutter test --coverage and flutter test --watch
- [ ] `flutter test --coverage` should write: - [x] two identical files, a base file and a coverage file, - [ ] plus a file that lists the last modification times of all the test files. - [ ] `flutter test --watch` should watch the file system of the current package. - [ ] If a file under `lib/` changes, it s...
a: tests,c: new feature,tool,P3,team-tool,triaged-tool
high
Critical
162,074,151
youtube-dl
[LeEco]Support VIP videos.
## 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,geo-restricted,account-needed
low
Critical
162,159,077
angular
False-Positive: Parser Error: Missing expected } at the end of the expression
**I'm submitting a ...** (check one with "x") ``` [X] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ``` I have written a custom pipe (translate). The pipe can be parameterized ...
type: bug/fix,workaround1: obvious,freq1: low,area: compiler,state: confirmed,core: basic template syntax,core: binding & interpolation,P3,compiler: parser
low
Critical
162,167,846
rust
Improve documentation search fuzziness
I'd love to see better searching. [~Besides the lack of search for the book itself,~](https://github.com/rust-lang/rust/issues/22786) Search filters out some characters without telling you; e.g. [`C++`](https://doc.rust-lang.org/nightly/std/?search=C%2B%2B) and [`[Unstable]`](https://doc.rust-lang.org/nightly/std/?sear...
T-rustdoc,C-feature-request,A-rustdoc-search
low
Major
162,211,339
rust
Package gdb with Rust
gdb has first-class support for Rust now, and two active maintainers (@tromey @Manishearth). Let's package it with Rust. This will have lots of advantages: - All major platforms will get the same debugging experience - Debuging will be more reliable because users have the exact debugger we've actually tested with our t...
T-infra,T-dev-tools,C-feature-request
medium
Critical
162,224,179
angular
event.stopImmediatePropagation() called from listeners not working
Hello, I have an issue with `event.stopImmediatePropagation()` I have a component as below ``` @Component({ selector: 'my-component', template: '<button><ng-content></ng-content></button>' }) export class MyComponent { @HostListener('click', ['$event']) onClick(event: Event){ console.log('stopImmediat...
type: bug/fix,freq1: low,area: core,core: event listeners,P5
medium
Critical
162,268,707
youtube-dl
errored out with list of local files
## Please follow the guide below - You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your _issue_ (like that [x]) - Use _Preview_ tab to see how your issue will actually look like --- ### Make s...
cant-reproduce
low
Critical
162,291,377
rust
Linker error for cdylib with panic=abort (Undefined symbol "_rust_eh_personality_catch")
If I attempt to compile a crate as a cdylib with panic=abort, I get the following error: ``` error: linking with `cc` failed: exit code: 1 note: Undefined symbols for architecture x86_64: "_rust_eh_personality_catch", referenced from: -exported_symbol[s_list] command line option ld: symbol(s) not found for arch...
A-linkage,C-bug
low
Critical
162,324,959
neovim
Add register for the replace pattern ( ~ in sub-replace-special)
I'd like a way to access the replace pattern from the last :substitute command. At the moment there is no clean way (or at least I can't find one) to access the replace pattern in vimL. This means that if you want to run a :substitute command in vimL, you can't preserve the behaviour of shortcuts like `&`, `g&`, `:&`,...
enhancement
low
Minor
162,327,839
angular
feat(forms) support creating arrays with the template-driven-forms approach (NgModelArray?)
**I'm submitting a ...** (check one with "x") ``` [ ] bug report [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** Currently we are able to do: ``` html <div ngModelGro...
feature,workaround1: obvious,freq2: medium,area: forms,feature: under consideration
high
Critical
162,329,277
youtube-dl
[hlsnative] FFmpegFixupM3u8PP should be called before merging
- [x] Bug report (encountered problems with youtube-dl) - [x] Feature request (request for a new functionality) --- For audio-only and video-only media streams downloaded with `--hls-prefer-native` `FFmpegFixupM3u8PP` should be called before merging. Otherwise (currently) it results in a conversion error. --- youtu...
bug
low
Critical
162,332,121
rust
Bootstrap fails due to system LLVM libffi link error
Trying to bootstrap rust on `aarch64` Linux using `--llvm-root` fails: ``` shell error: linking with `cc` failed: exit code: 1 note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-L" "../aarch64-unknown-linux-gnu/stage0/lib/rustlib/aarch64-unknown-linux-gnu/lib" "aarch64-unknown-linux-gnu/stage0/lib/rustlib/aarch64-un...
A-linkage,A-LLVM,T-bootstrap,C-bug,S-waiting-on-LLVM
medium
Critical
162,339,913
go
cmd/compile: go1.7beta2 performance regression (floats and arrays)
Please answer these questions before submitting your issue. Thanks! 1. What version of Go are you using (`go version`)? ``` go version go1.6.2 linux/amd64 go version go1.7beta2 linux/amd64 ``` 1. What operating system and processor architecture are you using (`go env`)? ``` GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH...
Performance,NeedsInvestigation,compiler/runtime
low
Critical
162,344,784
neovim
API: stream interface
I recently came up with the idea which may speed up API functions: in place of obtaining and returning some intermediate type like Object make them all work with some kind of streams. Specifically all API function signatures should look like ``` C void func(APIOutStream out, APIInStream in); ``` where ``` C typedef ...
enhancement,performance,api,refactor,needs:design,channels-rpc,complexity:high
low
Critical
162,364,178
nvm
NVM doesn't create a ~/.bash_profile file if it doesn't exist
# Issue I just installed NVM on a brand new environment. This environment didn't have a `~/.bash_profile` file. It seems that the NVM install script wouldn't write anything into `~/.bash_profile` until I manually create the file. # Environment - Mac OS 10.11.5 - Bash 3.2.57
OS: Mac OS,installing nvm: profile detection
low
Minor
162,395,401
kubernetes
manual conversion should call autogenerated ones first
Manually-written conversions should be special-cases ONLY. They should all call the autoConvert... form first. For example: Convert_batch_JobSpec_To_v1_JobSpec We have a LOT of manual conversion code, and anything that doesn't call autoConvert first is suspect.
sig/storage,sig/api-machinery,lifecycle/frozen
low
Major
162,400,626
go
cmd/compile: new backend; multiple efficiency issues...
Please answer these questions before submitting your issue. Thanks! 1. **Version:** go version go1.7beta2 windows/amd64 2. **Environment:** set GOARCH=amd64 set GOBIN= set GOEXE=.exe set GOHOSTARCH=amd64 set GOHOSTOS=windows set GOOS=windows set GOPATH=F:\Go\ set GORACE= set GOROOT=F:\Go ...
Performance,NeedsFix,compiler/runtime
low
Critical
162,405,687
opencv
Semi Global Block Matching artifacts on high resolution images
### Semi Global Block Matching artifacts The semi global block matching method seems to show artifacts on high resolution images with block sizes > 23. ## How to reproduce: ``` cpp-example-stereo_match.exe t00_a1.png t00_a2.png --max-disparity=288 --blocksize=25 --algorithm=sgbm ``` ## How does it look: ## image size...
bug,category: calib3d
low
Critical
162,493,437
rust
Cause a debug break when a panic occurs on Windows.
In order to aid debugging it would be really useful if Rust would trigger a debug break whenever a panic occurs on Windows. Ideally using the `__debugbreak` intrinsic which is equivalent to `int 3` on x86 platforms.
O-windows,C-feature-accepted,T-libs
medium
Critical
162,524,496
youtube-dl
[bbc.co.uk] Support BBC iPlayer programme list
## 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
162,532,110
flutter
Navigator can still get spurious writes during navigation
Once you navigate away from a route, that route shouldn't be able to trigger more navigators because most apps aren't expecting that to be possible. We have a number of bugs with our current implementation: - [ ] If two gestures are fighting it out in the arena, the navigator will cancel the pointers that are interact...
framework,f: routes,a: quality,P2,team-framework,triaged-framework
low
Critical
162,534,542
flutter
Enable navigator test that involves pointer cancellation
In navigator_test.dart, there's a test that is commented out because it relies on part of the event dispatching mechanism that is mocked out in testing. We should use the real mechanism even during testing and enable that test.
a: tests,framework,f: routes,c: proposal,P2,team-framework,triaged-framework
low
Minor
162,541,193
go
encoding/xml: no way to output cdata field into a nested node
> 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" GOPATH="/Users/akrylysov/go" GORACE="" GOROOT="/usr/local/Cellar/go...
NeedsInvestigation
low
Critical
162,546,313
go
doc: add internals FAQ?
@bcantrill asked of Go recently: > I've never gotten a straight answer as to why Go makes system calls directly instead of doing what every other program on the planet does and calling into the system libraries. Certainly, it made the ports to non-Linux systems absolutely brutal: systems are required to make themselve...
Documentation,NeedsFix
low
Major
162,565,468
vscode
Cannot select text from deleted lines diff view
- VSCode Version: 1.3.0-insider - OS Version: OS X 10.11 Steps to Reproduce: 1. Open a file with changes in inline diff mode 2. Try to select the red (deleted) lines (You can't) You can select them normally in the side-by-side. Being able to do so is useful to restore/revert small pieces of code manually by co...
feature-request,diff-editor,papercut :drop_of_blood:
high
Critical
162,590,576
kubernetes
Allow Kubelet Node Status to be updated on demand
The kubelet volume manager depends on the `VolumesInUse` field of the node status being updated before it can proceed with attaching a volume. Since node updates happen periodically on kubelet it can take as much as 10 seconds before the field is updated. Consider a force sync for the node status update code, somethin...
priority/backlog,sig/storage,sig/node,lifecycle/rotten,needs-triage
medium
Major
162,598,411
react
onMouseEnter propagation in double reactroot
I think it is bug Now onMouseEnter event handler calls in child element when there are several reactroots. To reproduce - run fiddle and move mouse from white square to red and back. In console you can see log when you do it. Link - https://jsfiddle.net/47sn3j5c/ . It works wrong. Expected behavior: handler h...
Type: Bug,Component: DOM
medium
Critical
162,689,077
angular
Feature Request: Allow binding expression in style(), keyframes() etc...
**I'm submitting a ...** (check one with "x") feature request **Current behavior** Animation instructions doesn't accept bindings expression. **Expected/desired behavior** Animation metadata should allow instructions from the component instance. Example: ``` ts @Component({ selector: 'my-app', animations: [ ...
feature,area: animations,freq1: low,feature: under consideration
high
Critical
162,714,062
rust
Add intrinsic to force-monomorphize; or some other solution for Index
For gdb to be able to index things like hashmaps, we need to ensure that the index implementation is monomorphized correctly. I would like to have an intrinsic, which when found in a monomorphized function, will force monomorphization of the provided argument. For example, in `Vec::new()`, we can include `force_monomo...
T-lang,T-compiler,T-dev-tools,C-feature-request,A-intrinsics
low
Critical
162,730,896
kubernetes
kubectl logs should allow to discriminate between pod's stderr and stdout
In the current state, invocation of `kubectl logs pods/my-pod` provides mixed stderr and stdout from the pod. For certain applications, it is important to be able to separate stderr from stdout. I haven't found any way of separating stderr from stdout through `kubectl logs...`.
area/api,area/kubelet-api,area/kubectl,area/logging,sig/node,kind/feature,needs-triage
high
Critical
162,821,390
three.js
Energy conservation for BlinnPhong Material
##### Description of the problem Right now the specular reflection of a blinnphong does not diminish the light getting to the underlying diffuse color. Technically the specular reflection of the blinnphong material, if it full, should act like a metal, it should be fully reflectively and then there should be no light...
Enhancement
low
Minor
162,965,572
go
encoding/json: do all reflect work before decoding
@crawshaw commented in [CL 24472](https://go-review.googlesource.com/#/c/24472/): > With more time and care, I believe more of the JSON decoder's work could be shifted so it is done before decoding, and independent of the number of bytes processed. Maybe someone could explore that for Go 1.8. This issue is a reminder...
Performance,NeedsFix
low
Major
162,978,129
youtube-dl
Recognize combining accents in sanitize_filename()
## 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
163,098,359
kubernetes
Support Posix Shared Memory across containers in a pod
Docker implemented modifiable shmsize (see [1](https://github.com/docker/docker/pull/16168)) in version 1.9. It should be possible to define the shmsize of a pod on the API and Kubernetes shall pass this information to Docker.
sig/node,kind/feature,lifecycle/frozen,needs-triage
high
Critical
163,157,527
godot
Editor shows old script when using ResourceSaver in tool mode.
After using "ResourceSaver" with tool mode, the editor is not reloading my edited script. Example project: [BUG.zip](https://github.com/godotengine/godot/files/341406/BUG.zip) Open the project with godot. Go to the project folder with your filesystem open ground.gd and remove the last line "export var id=-1" 1. Open ...
bug,topic:editor,confirmed
low
Critical
163,170,373
TypeScript
String literal type inconsistency in overload resolution
As far as I see, the TS compiler still sees a string literal type of a single literal as an old style "string parameter" thing. I thought that the concept of string literal types should replace overloading on string parameters, but seems that it doesn't. That complicates things, and results in a "strange" behaviour in...
Suggestion,In Discussion
low
Minor
163,176,940
TypeScript
No indentation gets inserted after comment on enter key press
**TypeScript Version:** The master branch as of 7b77f6b3fd88f012a2b1f93cd49505ac5cef1099 **Code** Put the cursor on '|' position and press enter. ``` ts function foo() { window.addEventListener("click", () => { |/* foo */ }) } ``` **Expected behavior:** ``` ts function foo() { window.addEventListener("cli...
Bug,Help Wanted,Domain: Formatter
low
Minor
163,299,877
youtube-dl
Site support request : sports.news.naver.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...
geo-restricted
low
Critical
163,303,442
opencv
Nightly builds upload artifacts - mobile only?
The [iOS nightly builds](http://pullrequest.opencv.org/buildbot/builders/master-contrib_iOS-mac/builds/337) have an `upload artifacts` step that allows direct downloading of the build. All the other builds ([windows](http://pullrequest.opencv.org/buildbot/builders/master-contrib-win64-vc12/builds/340), mac, etc.) don't...
category: infrastructure,RFC
low
Major
163,311,435
youtube-dl
[CBS] Getting errors on subtitles
## 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...
subtitles,geo-restricted
low
Critical
163,393,526
neovim
:terminal text clipped after resize
- `nvim --version`: NVIM v0.1.5-508-g47a15d0 - Vim (version: ) behaves differently? N/A - Operating system/version: Arch Linux (64-bit Linux 4.6.3-1) - Terminal name/version: rxvt-unicode v9.22 - `$TERM`: rxvt-256color ### Actual behaviour Text in Neovim terminal becomes clipped on the right side after reducing window...
bug,terminal
high
Critical
163,435,952
TypeScript
allowJs option with namespaces
<!-- 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 --> I am currently trying to put the compile...
Suggestion,Needs Proposal,Domain: JavaScript
low
Critical
163,445,204
thefuck
Terminal input fucked after running fuck
Scenario: using `ssh-add` to add a key for github. ``` bash $ ssh-add add ~/.ssh/github_rsa add: No such file or directory Enter passphrase for .ssh/github_rsa: ``` Oops, but we're perfect individuals who only run perfect commands, so let's fix it. ``` bash $ fuck Enter passphrase for .ssh/github_rsa: No fucks given...
osx
low
Critical
163,468,193
go
rsc.io/tmp/fieldtrack: update with new tests
@ianlancetaylor internally committed a new regress test to fieldtrack_test for #16243. rsc.io/tmp/fieldtrack should be updated with this test. (Not a Go project issue per se, but this seems like the safest place to make sure it's not forgotten about by time @rsc returns from leave.)
NeedsInvestigation
low
Minor
163,495,150
TypeScript
Public APIs not normalizing paths
As discussed in [this](https://github.com/Microsoft/TypeScript/issues/9123) issue, the `parseJsonConfigFileContent` public API can fail on Windows when passed non-normalized paths (that is, paths containing backslash delimiters). It appears that this is not the only public API with which this occurs. The following two...
Bug,Help Wanted
low
Minor
163,495,840
rust
Generate HTML versions of man pages
man pages contain useful information that isn't accessible on windows. rustup [concerns itself with man pages](https://github.com/rust-lang-nursery/rustup.rs/issues/490) and will have a `rustup man` feature that is useless on windows. I'd like be able to show the same information by opening up a browser to the installe...
T-dev-tools,C-feature-request
low
Minor
163,523,454
godot
"Invalid call. Nonexistent built-in function 'convert'." from script
**Operating system or device - Godot version:** Arch linux -- Godot master ( 119cd5d3ff9fbbafc59db7481c0eee29f43c0c64 ) **Issue description** (what happened, and what was expected): I was playing around with some code until `Invalid call. Nonexistent built-in function 'convert'.` came up. **Steps to reproduce:** - Ad...
enhancement,topic:gdscript,confirmed
low
Critical
163,525,442
java-design-patterns
Dependency Command pattern
**Description:** The Dependency Command design pattern is essential for managing dependencies and executing commands in a distributed system. This pattern helps in building fault-tolerant applications by isolating points of access to remote systems, services, or resources. The primary elements of this pattern include:...
epic: pattern,type: feature
low
Critical
163,539,762
opencv
OpenCL in WinRT not available
I have a windows UWP application running on DragonBoard 410c which has OpenCL, OpenGL, and DirectX capabilities. I noted that the GPUs were not being used, With the following code: cv::ocl::setUseOpenCL(true); cv::ocl::useOpenCL(); if (!cv::ocl::haveOpenCL()) { OutputDebugStringA("OpenCL is not available..."); //retu...
feature,priority: low,platform: winrt/uwp
low
Critical
163,554,557
youtube-dl
Add more metadata parsing options
## 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
163,569,268
youtube-dl
Site request: Disney / go.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...
tv-provider-account-needed
low
Critical
163,580,952
go
proposal: add SASL package to subrepos
I'd like to see a package that provides [RFC 4422](https://tools.ietf.org/html/rfc4422) Simple Authentication and Security Layer (SASL) support in the `golang.org/x/` package tree (possibly as `golang.org/x/crypto/sasl`). This could potentially be used under the covers in the `net/smtp` package in the future, and wo...
Proposal,Proposal-Hold,Proposal-Crypto
low
Critical
163,601,405
youtube-dl
Comedy Central Playlist support
## Please follow the guide below - You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your _issue_ (like that [x]) - Use _Preview_ tab to see how your issue will actually look like --- ### Make s...
request
low
Critical
163,647,786
three.js
THREE.EllipseCurve is calculating start/end angles incorrectly
##### Description of the problem With the latest update to THREE.EllipseCurve on the dev branch, the angle calculations are incorrect. You can no longer create a clockwise, full circle, as using 0/2Pi as the angles inverts/reverse the curve. The problematic changes are in THREE.EllipseCurve.prototype.getPoint Exampl...
Regression
low
Minor
163,682,495
youtube-dl
Site request: http://www.unicaen.fr/recherche/mrsh/forge/4055
### Make sure you are using the _latest_ version: run `youtube-dl --version` and ensure your version is _2016.07.03.1_. 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**...
site-support-request
low
Critical
163,820,050
youtube-dl
Build the Windows exe with Python 3.6
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2016.07.05** ### 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
medium
Critical
163,900,616
rust
BTreeSet and BTreeMap append optimization
When the largest key of one tree is less than the smallest key of another tree, there is a way to merge trees using only O(log n) operations. Maybe logarithmic `merge` should be a separate method. I'm ready to work on it. **UPD:** Also sometimes it may be better to push elements of one tree to another one with O(min_l...
I-slow,C-enhancement,A-collections,C-optimization
low
Major
163,902,258
youtube-dl
NineCNineMedia: ERROR: multiple stacks;
## 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,geo-restricted
low
Critical
163,905,683
go
gccgo: stack memory leak if create large number of goroutines in short time
Please answer these questions before submitting your issue. Thanks! 1. What version of Go are you using (go version)? ``` $ go version go version go1.6.1 gccgo (GCC) 6.1.1 20160602 linux/amd64 ``` 2. What operating system and processor architecture are you using (go env)? Its gcc-go 6.1.1.-2 un...
NeedsInvestigation
low
Critical
164,105,897
vscode
request: ease-out transition for TextEditorDecorationType (extension API)
Would like to be able to apply a transition on a TextEditorDecorationType . Something like this: ``` var flashDecorationType = vscode.window.createTextEditorDecorationType({ backgroundColor: 'rgba(100,200,100,0.5)', transition: 'backgroundColor 1s ease-out' }); ```
feature-request,api
low
Minor
164,176,327
youtube-dl
ffmpeg can't handle gzipped key file in AES-encrypted HLS streams
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2016.07.07** ### 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...
external-bugs
low
Critical
164,185,581
flutter
iOS Accessibility "Button Shapes"
Makes clickable regions more visibly obvious. https://developer.apple.com/accessibility/ios/ ![img_0019](https://cloud.githubusercontent.com/assets/11857803/16636114/ecfeb1ac-438a-11e6-9e40-c156a852e5da.PNG)
c: new feature,platform-ios,framework,a: accessibility,a: fidelity,f: cupertino,P2,team-ios,triaged-ios
low
Minor
164,185,996
flutter
iOS Accessibility: Reduce Motion
Uses fade transitions instead of fly-in/fly-out transitions in some places. https://developer.apple.com/accessibility/ios/ https://developer.apple.com/reference/uikit/1615133-uiaccessibilityisreducemotionena Under Settings > General > Accessibility ![img_0020](https://cloud.githubusercontent.com/assets/11857803/1663...
c: new feature,platform-ios,framework,a: accessibility,a: fidelity,f: cupertino,P2,team-ios,triaged-ios
low
Minor
164,277,838
angular
[bug core] *ngFor + Touch Issue
**I'm submitting a ...** ``` [x] bug report ``` **Current behavior** If I drag a component, bound within an `*ngFor`, (using a **touchscreen**) and an external event causes the ngFor array to update, `touchmove` events stop firing. This is a terrible experience on mobile. Angular 2 is nearing official release an...
type: bug/fix,area: animations,freq1: low,area: core,core: event listeners,state: needs more investigation,P4
low
Critical
164,318,430
neovim
:term buffer does not set '[ and '] marks correctly
## Expected behaviour When `:term` buffer contents change, the `'[` and `']` marks should be set to something reasonable. See http://stackoverflow.com/a/38247473/152142. Related: https://github.com/neovim/neovim/issues/8807
terminal
low
Minor
164,318,685
neovim
terminal-mode events: InsertCharPre
### Expected behaviour - When `:term` buffer contents change while user is in "terminal mode" (insert mode), insert-mode events such as ~~`TextChangedI`, `CursorMovedI`,~~ `InsertCharPre` should fire. - See also http://stackoverflow.com/a/38247473/152142. Update: it makes sense to implement `InsertCharPre` bec...
enhancement,needs:design,terminal,complexity:low
low
Minor
164,379,803
youtube-dl
Add support for SHZ.AM
## 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
164,388,848
nvm
nvm doesn't work with curl alias
I have curl aliased in my shell: ``` dan-mbp-work:~ dan$ type curl curl is aliased to `curl --verbose -k -o/dev/null' dan-mbp-work:~ dan$ ``` This causes nvm to fail on ls-remote: ``` dan-mbp-work:~ dan$ type curl curl is aliased to `curl --verbose -k -o/dev/null' dan-mbp-work:~ dan$ nvm ls-remote * Trying 104.20...
installing node,bugs,shell alias clobbering
low
Major
164,399,580
rust
macros: Trailing expression statement macros expand inconsistently
Macro-expanded trailing expression statement macros expand into statements, but unexpanded trailing expression statement macros expand into expressions. For example, ``` rust macro_rules! m { () => { let x = 0; } } macro_rules! n { () => { let y = 0; m!() // Since `m!()` expands into statements, this is ok }}...
A-macros,C-bug
low
Minor
164,421,758
react
Consider exposing an opaque component path somehow
This is something I've thought about in regard to focus, hover and selection. If you implement hover as a top level state value with the currently hovered root component as `hoverID: component` and currently focused component as `focusID: component`. Now anything in between gets rerendered and can respond to those th...
Type: Big Picture,React Core Team
medium
Minor
164,510,830
youtube-dl
[VEVO] Support for captions
## 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,subtitles
low
Critical
164,526,938
vscode
Show quick open results as preview while navigating through them
- VSCode Version: 1.3.0 - OS Version: Windows 10 64bit & Mac OS X 10.11.3 Steps to Reproduce: 1. Open the Quick Open box 2. Type a file name that returns several results 3. A new Preview editor pops up and receives focus with the first result loaded into it 4. Scroll through the results in the Quick Open box and the P...
feature-request,ux,quick-open
high
Critical
164,586,027
neovim
:terminal should update @. (last insert) register
Fillin' out this bug-like form, but it's more like a feature request. - `nvim --version`: ``` NVIM 0.1.4 Build type: RelWithDebInfo Compilation: /usr/local/Library/ENV/4.3/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99...
enhancement,terminal
low
Critical
164,591,226
go
x/crypto/ssh/agent: support smartcard keys
Please answer these questions before submitting your issue. Thanks! 1. What version of Go are you using (`go version`)? ``` go version go1.6.2 darwin/amd64 ``` 1. What operating system and processor architecture are you using (`go env`)? ``` GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="...
NeedsInvestigation
low
Minor
164,628,426
neovim
jobattach() : add handlers to an existing job
Implement ability to attach `on_stdout`/`on_stderr`/etc handler to an existing job. Something like this: ``` call jobattach({jobid}, {opts}) ``` where `{opts}` is a dictionary whose structure is the same as that of `jobstart()`. In fact I think we should deprecate `jobstart()`, rename it `job()`, and if the ...
enhancement,job-control
low
Major
164,663,424
youtube-dl
[deezer] Add support for full length songs
## 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
164,683,026
youtube-dl
Site support request: klewel.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
164,733,290
angular
Angular 2 RC 4 New Animations not supported in Directives
Hi, It seems that in current release we can add animations to components only and cannot define them as directives. I mean: **the below works** ``` @Component({ selector: "animate-demo", animations: [ trigger('openClose', [ state('closed, void', style({ height: "0px" })), ...
feature,area: animations,effort2: days,freq3: high,workaround2: non-obvious,feature: under consideration
high
Critical
164,741,072
kubernetes
kubectl logs should *not* fail while a pod is being started, because it makes for a terrible initial experience
Currently the following can fail: ``` $ kubectl create -f pod.yaml pod "foo" created $ kubectl logs -f foo container "build" in pod "build" is waiting to start: ContainerCreating ``` For real world cases where it may take tens of seconds to pull the image, this is intensely frustrating to users because now they have...
priority/backlog,area/usability,area/kubectl,sig/node,sig/cli,lifecycle/frozen
high
Critical