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
259,373,986
flutter
Document the various Method and BasicMessage channels
We have a number of communication channels that are used for different purposes, and their expected usage is not documented. Also, for creating new channels, the expected scope and naming conventions of channels are also not defined. Some examples of existing channels: ``` flutter/accessibility flutter/assets f...
framework,d: api docs,P2,a: plugins,team-framework,triaged-framework
low
Minor
259,420,585
vscode
Support Jupyter Notebook Interactive Computing paradigm
Around 500,000 VSCode users have been relying on Don Jayamanne has "vscodeJupyter" extension to connect to Jupyter Notebooks and execute code in an interactive environment. (https://github.com/DonJayamanne/vscodeJupyter) With rapid continuing growth of Python, Data Science, and Deep Learning communities, Jupyter No...
feature-request
medium
Critical
259,446,492
opencv
Lots of warnings due to -Wundef and TBB on Linux/gcc
##### System information (version) - OpenCV => 3.3 - Operating System / Platform => Ubuntu 16.04 x86_64 - Compiler => GCC 5.4.0 ##### Detailed description When Compiling OpenCV with TBB (`WITH_TBB=ON`) and `tbbvars.sh` correctly initialised in the environment, CMake finds it just fine but during compilation ...
feature,category: build/install
low
Major
259,473,479
TypeScript
small code change causes 70% build time regression (20s->34s) [strictGenericChecks]
**TypeScript Version:** 2.6.0-dev.20170921 **Code** Sorry it's a bit bigger codebase, but it would be very hard I guess to reproduce a performance issue with little code. If you pull https://github.com/emmanueltouzery/prelude.ts and run `npm install` and then `tsc`. * On the `v0.2.1` tag the build time is ~20 ...
Bug
low
Major
259,488,859
youtube-dl
[RTP] Add support to download live videos (Failed to download m3u8 information: HTTP Error 403: Forbidden)
--- - [X] I've **verified** and **I assure** that I'm running youtube-dl **2017.09.15** - [X] At least skimmed through the [README](https://github.com/rg3/youtube-dl/blob/master/README.md), **most notably** the [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](https://github.com/rg3/youtube-dl#bugs) sections -...
request
low
Critical
259,510,429
vscode
Delete matching parentheses, brackets, or braces
- VSCode Version: Code 1.16.1 (27492b6bf3acb0775d82d2f87b25a93490673c6d, 2017-09-14T16:38:23.027Z) - OS Version: Windows_NT x64 6.3.9600 - Extensions: Extensions are disabled --- Steps to Reproduce: 1. Create a new file. 2. Paste the following code: `var foo = (1 + bar) + baz;`. 3. Position the cursor before...
feature-request,editor-core
high
Critical
259,564,065
opencv
cv::medianBlur does not support to specify the border type.
<!-- 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...
feature,category: imgproc,priority: low,category: documentation
low
Critical
259,592,343
rust
In-band lifetimes: Lint against single-use lifetime names
Once support for `'_` lands in https://github.com/rust-lang/rust/pull/44691, the next step for https://github.com/rust-lang/rust/issues/44524 is to implement a lint that warns against "single use" lifetime names. ### Current status The lint is partially implemented but needs to be completed. Here is a checklist:...
A-lints,A-lifetimes,E-mentor,B-RFC-approved,T-compiler,C-tracking-issue,S-tracking-impl-incomplete,F-lint-single_use_lifetimes
medium
Critical
259,602,081
react-native
On iOS, orientation changes don't animate in a way that "looks native"
<!-- PLEASE DON'T DELETE THIS TEMPLATE UNTIL YOU HAVE READ THE FIRST SECTION. --> ### Is this a bug report? Yes ### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)? Yes ### Environment Environment: OS: macOS Sierra 10.12.6 Node: 8...
Platform: iOS,Help Wanted :octocat:,Issue: Author Provided Repro,Bug
medium
Critical
259,613,433
TypeScript
Printer doesn't print jsDoc comments
<!-- 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'm using the compiler to convert some...
Bug
low
Critical
259,620,461
flutter
Adjacent Material Widgets in a Column/Row do not cast a shadow on each other
Internal: b/292548582 ## Steps to Reproduce When you create a widget that has a build method like this: ```dart Widget build(BuildContext context) => return new Scaffold( appBar: new AppBar( title: new Text('Test'), ), body: new Column( children: <Widget>[ new Mat...
framework,engine,f: material design,customer: mulligan (g3),customer: crowd,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Critical
259,626,268
rust
Tracking issue: Allow autoderef and autoref in operators (experiment)
This is a specific issue to track the changes proposed by @arielb1 in [RFC 2174](https://github.com/rust-lang/rfcs/pull/2147). We decided to roll this into a [larger experiment around coercions, generics, and Copy type ergonomics](https://github.com/rust-lang/rust/issues/44619) and are therefore ready to implement (but...
E-mentor,T-compiler,C-tracking-issue,S-tracking-unimplemented
medium
Major
259,653,363
javascript
Provide clarity around chained function indents
My coworkers and I are having trouble deciding how best to indent chained function calls, covered in section [19.6 - Whitespace > Chains](https://github.com/airbnb/javascript/blob/eslint-config-airbnb-v15.1.0/README.md#whitespace--chains) It appears to me that one of the 'good' examples given doesn't actually pass E...
pull request wanted,editorial
low
Critical
259,779,033
every-programmer-should-know
What are some good resources on Data Structures?
Books, courses, visualizations - everything will do.
Needs some ❤️
low
Major
259,785,484
kubernetes
EBS volume remains attached
<!-- This form is for bug reports and feature requests ONLY! If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/). --> **Is this a BUG REPORT or FEATUR...
kind/bug,sig/storage,lifecycle/frozen,area/provider/aws
medium
Critical
259,799,790
go
net/http: no Client API to close server connection based on Response
### What version of Go are you using (`go version`)? 1.8 ### What operating system and processor architecture are you using (`go env`)? linux/amd64 ### What did you do? I'm using http.Client that connects to HTTP/2 server. I would like to prevent reusing the connection if last response had error 500. I trie...
Thinking,NeedsDecision,FeatureRequest
low
Critical
259,840,577
go
go/types: incorrect error message for string(1<<s + 1.1)
Type-checking the program ``` package p var s uint var _ = string(1<<s + 1.0) ``` produces the error: ``` x.src:3:16: cannot convert 1 << s + 1.0 (untyped float value) to string ``` But the correct error would be: ``` cannot shift 1 (untyped float value) ``` See also the TODO in go/types/conversions.go.
NeedsFix
low
Critical
259,937,253
youtube-dl
subscriptions.viddler.com support
## Please follow the guide below - You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`) - Use the *Preview* tab to see what your issue will actually look like ...
account-needed
low
Critical
260,000,482
TypeScript
Union type inference failure in generic function
<!-- BUGS: Please use this template. --> **TypeScript Version:** 2.2.2 and the one used here https://www.typescriptlang.org/play/ (latest i suppose) **Code** ```ts function FieldToName<TData>(name: keyof TData | { name: keyof TData }): keyof TData { if (typeof name === 'string') return name; else r...
Bug
low
Critical
260,027,558
go
proposal: encoding/json: support struct tag for time.Format in JSON Marshaller/Unmarshaller
I will start with the proposal as a TL;DR before explaining the motivations behind it: **Proposal** It would be quite convenient if we could have the `encoding/json` package understand the format of `time.Time` as part of the struct definition. Something like this: ```go type User struct { Name string ...
Proposal,Proposal-Hold
high
Critical
260,030,819
rust
Initializing array of Option<T> using [None; n] syntax should not require std::marker::Copy for T
I am new to Rust so forgive me if this is a stupid assertion. Currently if you have an array of ```Option<T>``` the ```std::marker::Copy``` must be on ```T``` when using the repeated element syntax while initializing the array. Case and point: ```rust let arr: [Option<String>; 5] = [None; 5]; ``` Shouldn'...
T-compiler,C-feature-request,A-array
medium
Critical
260,104,198
go
doc: contribution guidelines: reference and/or incorporate docs for git/gerrit
The contribution guidelines explicitly assume a working knowledge of git and implicitly assume a working knowledge of gerrit. These are large systems but the average contributor will need to know only a few basics of each to proceed. Linking to appropriate and specific documentation for what is needed in the common ...
Documentation,NeedsFix
low
Critical
260,105,800
rust
rustc silently ignores invalid -C target-feature names
Compiling a simple `Hello, World` program: ``` $ rustc -V rustc 1.20.0 (f3d6973f4 2017-08-27) # Note the trailing "zzzz" $ RUSTFLAGS=-Ctarget-feature=+crt-staticzzzz cargo build -v Compiling rust-test v0.1.0 (rust-test) Running `rustc --crate-name rust_test src/main.rs --crate-type bin --emit=dep-inf...
C-enhancement,A-diagnostics,T-compiler,A-target-feature
low
Critical
260,121,723
rust
Crate not found when using extern macro in another macro and invoked from another crate
```rust // ----------------------------------------------- // serde-test/src/lib.rs //! This crate provides a macro that creates serializable structs. #![feature(use_extern_macros)] #[doc(hidden)] pub extern crate serde_derive; #[macro_export] macro_rules! serde_test { () => { #[derive($cr...
T-compiler,A-macros-2.0,C-bug
low
Critical
260,128,290
rust
`std::io::Read::read_to_end` does not specialize for `&[u8]` or `Take<&'a [u8]>`
`read_to_end` currently includes some logic to do exponentially large `.resize` / `.read` operations. For `&[u8]` or `Take<&'a [u8]>`, the problem is much simpler as we know the size that will be required : ```rust v.extend_from_slice(&data); let n = v.len(); data = &data[n..]; ``` The `manual` implementat...
C-enhancement,T-libs,A-io
low
Major
260,134,451
pytorch
Learning rate scheduler have different APIs
The default API for step is either step() or step(epoch): https://github.com/pytorch/pytorch/blob/master/torch/optim/lr_scheduler.py#L26 The default API for ReduceLROnPlateau is step(metric): https://github.com/pytorch/pytorch/blob/master/torch/optim/lr_scheduler.py#L252 Moreover, **this is not documented**. In ...
module: optimizer,triaged
low
Minor
260,137,672
go
runtime: ebpf uretprobe support
We had issue with using uprobes with ebpf due to dynamic nature of golang stacks. Is there a proposal/way to address that?
help wanted,OS-Linux,compiler/runtime
medium
Major
260,243,572
pytorch
Add the new lr_scheduler which called poly
The learning policy is from [DeepLab v2](https://arxiv.org/abs/1606.00915): > Learning rate policy: We have explored different learning rate policies when training DeepLab-LargeFOV. Similar to [86], we also found that employing a “poly” learning rate policy (the learning rate is multiplied by (1􀀀 iter max iter )pow...
module: optimizer,triaged
low
Minor
260,279,901
go
net/http: decide how users should use SetSessionTicketKeys with ServeTLS, etc
## Short version: Using `tls.Config.SetSessionTicketKeys` does not work with `http.Server.ServeTLS` (and all methods that build on it, like `ListenAndServeTLS`). Problem arises because `tls.Config` [gets cloned](https://github.com/golang/go/blob/release-branch.go1.9/src/net/http/server.go#L2748) inside `ServeTLS` a...
NeedsDecision,early-in-cycle
low
Critical
260,292,401
rust
Tracking issue for RFC 2011: Generic assert
This is a tracking issue for rust-lang/rfcs#2011. The feature gate for the issue is `#![feature(generic_assert)]`. Sub tracking-issue: #96949. ### About tracking issues Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bug...
B-RFC-approved,T-libs-api,T-compiler,C-tracking-issue,A-error-handling,A-fmt,Libs-Tracked,PG-error-handling,S-tracking-impl-incomplete,F-generic_assert
medium
Critical
260,293,799
rust
Tracking issue for RFC 2045: improving `#[target_feature]`
This is a tracking issue for the `#[target_feature]` segment of RFC 2045 (https://github.com/rust-lang/rfcs/pull/2045). `#[cfg(target_feature)]` was tracked in [#29717](https://github.com/rust-lang/rust/issues/29717) and has since been stabilized. **Steps** * [x] Implement the proposed `#[target_feature]` semant...
A-stability,T-lang,T-libs-api,B-unstable,A-SIMD,C-tracking-issue,Libs-Tracked,S-tracking-design-concerns,A-target-feature
high
Critical
260,340,503
go
x/build: Add gdb to Windows Builders
As observed in golang/go#22012 the Windows builders do not have gdb causing them to skip any gdb related test. Add [gdb to these packages](https://github.com/golang/build/blob/master/env/windows/startup.ps1#L134)
OS-Windows,Builders,NeedsFix
low
Major
260,350,423
rust
Add --slowtest mode to test harness for finding the slowest test
[Elixir has this](https://twitter.com/elixirlang/status/912361337287856128). It would be pretty useful for speeding up large testsuites. Probably should exist as a `--slowtest N` parameter to the test harness, which `cargo test` passes down. Doubt this needs an RFC?
C-feature-request,A-libtest
low
Major
260,394,295
rust
resolve how to handle constants and default binding modes
Another interesting question that @tschottdorf encountered when implementing default binding modes: What do we do with constants? The RFC specifies that we ought to treat a `FOO` binding that resolves to a constant as something which can skip through `&T` types -- however, that runs into trouble if the type of the cons...
T-compiler,C-feature-request
low
Minor
260,402,540
go
cmd/compile: redundant branch
``` func f(x interface{}) bool { if x == nil { return false } switch x.(type) { case bool: return true default: return false } } ``` Compiles to ``` 0x0000 00000 (/Users/khr/go/tmp4.go:3) MOVQ "".x+8(SP), AX 0x0005 00005 (/Users/khr/go/tmp4.go:4) TESTQ AX, AX 0x0008 00008 (/Users/khr/go/...
Performance,compiler/runtime
low
Minor
260,426,751
go
gotype: type-checking external test files that rely on internal test files fails
I tried to use `go/types` to type check a package with internal test files (with `package foo`) and external test files (with `package foo_test`). The internal test files expose some symbols that the external test files consume. This works fine in `go test`. However, the `go/types` code does not recognize the symbols ...
NeedsFix
low
Critical
260,427,483
youtube-dl
Error 404 while trying to download from Vimeo On Demand
Hello, everyone. I am getting an HTTP Error 404: Not Found while trying to download from Vimeo On Demand. Any guess on the reason this is happening? Thanks in advance. C:\Users\lucas\Desktop\Downloads>youtube-dl -v -u lucas@com https://vimeo.com/ondemand/dozecamadas/190360067 --verbose [debug] System config: [] [d...
account-needed
low
Critical
260,428,929
angular
Adding <webview> on an event or router navigation causes error: Uncaught TypeError: GuestViewContainer[(this.viewType + "BrowserPlugin")] is not a constructor
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
type: bug/fix,freq1: low,area: core,core: DOM rendering,state: needs more investigation,P3
low
Critical
260,433,124
kubernetes
daemonset wrongly reports unavailable pods
<!-- This form is for bug reports and feature requests ONLY! If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/). --> **Is this a BUG REPORT or FEATUR...
kind/bug,sig/apps,lifecycle/frozen
medium
Critical
260,461,066
TypeScript
Nested Tagged Unions
**TypeScript Version:** 2.5.2 **Code** ```ts type A = { type: "a", a: number } type B = { type: "b", b: number } type X = { type: A, a: string } type Y = { type: B, b: string } let x: X | Y if (x.type.type === "a") { x.a // Type Error } ``` **Expected behavior:** I would expect x to have ...
Suggestion,In Discussion
high
Critical
260,590,836
go
cmd/link: stop requiring gold on arm64 when GNU ld is fixed
### What version of Go are you using (`go version`)? Any, more specifically 1.8, 1.9, master, most probably all versions supporting AArch64/arm64 target ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? linux/arm64 ### W...
NeedsFix
medium
Critical
260,603,507
rust
Inconsistent linking against stdlib based on whether a Workspace is used
Minimal repro: https://github.com/illicitonion/repro-rustworkspacerpath I have a dynamic library which I produce. I am trying to split it into a few crates internally, to logically decompose it, and speed up compilation. I would like to end up producing a dylib with no runtime dependencies on the system (as I do whe...
A-FFI,T-cargo,C-bug
low
Critical
260,612,016
vscode
Allow to switch to folder/workspace without window reload
#34774 1. VSCode, open a no folder vscode 2. Click on the big open folder button in the explorer 3. Notice that VSCode reloads - unlike most other scenarios where we are adding aditional folders where this just happens
feature-request,workbench-state,keep
low
Major
260,650,968
youtube-dl
[Site Support Request] - tirerack.com
### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2017.09.24*. 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
260,679,960
go
runtime: test failures introduced on ppc64le with change to improve fastrand
### What version of Go are you using (`go version`)? tip ### Does this issue reproduce with the latest release? intermittently, only seen on the golang build page so far ### What operating system and processor architecture are you using (`go env`)? ppc64le ### What did you do? When the fastrand change was ...
NeedsInvestigation
medium
Critical
260,724,453
TypeScript
Strict variance and read-only versions of types
I feel like we should have an open "suggestion" issue with a meaningful title to track the work on stricter variance and read-only versions of types that the TypeScript team is considering, especially as other issues are being duped against it. The initial design sketch and a few comments are in #17502. After a lit...
Suggestion,In Discussion
medium
Critical
260,766,278
rust
Tracking issue for RFC 3519: `arbitrary_self_types`
This is the tracking issue for RFC 3519: Arbitrary self types v2. The feature gate for this issue is `#![feature(arbitrary_self_types)]`. ### About tracking issues Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or...
B-RFC-approved,T-lang,B-unstable,C-tracking-issue,F-arbitrary_self_types,S-tracking-needs-summary,T-types,S-types-deferred
high
Critical
260,830,954
electron
Support REPL on Windows
The `electron --interactive` option [supposedly](https://electron.atom.io/docs/tutorial/repl/) only works on macOS and Linux. What would it take to add Windows support?
enhancement :sparkles:,platform/windows
low
Major
260,928,341
material-ui
Tooltip doesn't work for <IconButton disabled>
<!-- Checked checkbox should look like this: [x] --> - [x] I have searched the [issues](https://github.com/callemall/material-ui/issues) of this repository and believe that this is not a duplicate. ## Expected Behavior Tooltip is visible for hover ## Current Behavior Tooltip is hidden for hover ## Steps to ...
component: tooltip,enhancement
medium
Critical
260,970,779
react
Multiple onFocus events fired on single focus in Safari
I'd like to report a possible bug. 1. Brief description OnFocus synthetic event is fired multiple times on single focus occurrence in Safari. Expected behaviour is for it to be fired only once per focus. 2. Live demo: https://codesandbox.io/s/101pnjxq27 3. Minimal steps to reproduce - install create-react-ap...
Type: Bug,Component: DOM
medium
Critical
261,041,240
flutter
Document why Opacity is inconsistent about hit testing vs accessibility when opacity is 0.0
This will prevent stacked items which are not visible from blocking items which are nevertheless "behind" them.
framework,a: accessibility,d: api docs,P2,team-framework,triaged-framework
low
Major
261,087,848
flutter
need to be able to write a11y integration tests
We should have a way to write integration tests for assistive technologies. These tests should assert that an app is usable with TalkBack (Android) and VoiceOver (iOS) just like they are supposed to. A framework that enables that is useful for * ourselves to verify that our a11y implementation interacts correctly w...
a: tests,framework,a: accessibility,P2,team-framework,triaged-framework
low
Minor
261,143,607
godot
Visualscript connection lines get drawn over or below the nodes each time a node gets selected
**Operating system or device, Godot version, GPU Model and driver (if graphics related):** Godot 3.0 master https://github.com/godotengine/godot/commit/da144fed4c49133a93b3b83cfc665352c0af351a **Issue description:** <!-- What happened, and what was expected. --> ![https://i.imgur.com/zJhmmrO.gifv](https://i.imgur...
enhancement,topic:editor,confirmed,usability,topic:visualscript,topic:gui
low
Major
261,146,698
godot
Visualscript disconnecting lines which node changes size cause some issues
**Operating system or device, Godot version, GPU Model and driver (if graphics related):** Godot 3.0 master https://github.com/godotengine/godot/commit/da144fed4c49133a93b3b83cfc665352c0af351a **Issue description:** <!-- What happened, and what was expected. --> ![https://i.imgur.com/AvO24Sx.gifv](https://i.imgur...
bug,topic:editor,confirmed,topic:visualscript
low
Major
261,147,977
godot
Visualscript selecting an input/output doesn't focus the node
**Operating system or device, Godot version, GPU Model and driver (if graphics related):** Godot 3.0 master https://github.com/godotengine/godot/commit/da144fed4c49133a93b3b83cfc665352c0af351a **Issue description:** <!-- What happened, and what was expected. --> ![https://i.imgur.com/7B7mHZt.gifv](https://i.imgur...
enhancement,confirmed,usability,topic:visualscript
low
Major
261,170,307
rust
Documentation for new stable features can be hard to find (e.g. for associated const)
### Background I was just changing some code to use associated consts for a struct. I wasn't sure what the exact syntax was, so I was looking for the documentation about it. I remembered that it was recently stabilized, so I googled for "rust associated constants". Here's the top results: <img width="654" alt="sc...
C-enhancement,P-low,A-docs
low
Major
261,284,328
neovim
'joinspaces' should be buffer-local
### Actual behaviour The 'joinspaces' option is global, meaning you can't set this option differently for text files and code. ### Expected behaviour This option should be buffer-local, with a fallback to the global setting, just like many others. See 'global-local'.
enhancement,options
low
Minor
261,292,338
neovim
:terminal should clear history on `reset`
I think embedded terminal should behave like external one and clear the `:terminal` buffer history if type `reset` in it.
enhancement,terminal
low
Major
261,365,046
youtube-dl
Please support https://www.tvnz.co.nz/
## 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 this: `[x]`) - Use the *Preview* tab to see what your issue will actually look like ...
site-support-request,account-needed
low
Critical
261,403,762
go
cmd/compile: avoid allocations for some return values
A non-inlinable function that returns new memory always allocates it on the heap. For example, in the base64 package the `DecodeString` method returns a heap-allocated byte slice: ```func (enc *Encoding) DecodeString(s string) ([]byte, error)``` It is common for this return value to have limited life, easily scop...
Performance,NeedsInvestigation,compiler/runtime
low
Critical
261,414,281
vscode
Add control to open file shown in "replace preview" editor when performing project-wide find/replace
While performing a project-wide find/replace, opening an occurrence from the search sidebar opens a "replace preview" diff editor. This view is not editable, so if the user would like to edit the displayed file, the only current way to do so is manually either from the explorer sidebar or the quick-open palette. Per...
help wanted,feature-request,search
medium
Major
261,422,729
angular
Form validators re-run on view (re)creation
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
type: bug/fix,freq2: medium,area: forms,state: confirmed,forms: validators,P4
low
Critical
261,458,722
go
net/http: document security considerations for serving internet traffic
The `net/http/pprof` package _implicitly_ registers HTTP handlers through its `init()` function. I argue this implicit behavior is too subtle and may contribute to people inadvertently leaving such endpoints open. Some IPv4 scans reveal a non-trivial number of pprof endpoints exposed (http://mmcloughlin.com/posts/your-...
Documentation,NeedsFix
medium
Major
261,460,728
rust
Crate naming confusion - use underscores always. E.g. tokio-core and serde_derive
We need to make things a bit more consistent: 'extern' crate name _should equal_ crate name in the toml file. For example: tokio-core and serde_derive are both valid crate names. But > extern crate tokio-core; is a compile error as it's not a valid rust name. Instead we have to use underscore: > extern c...
T-compiler,C-feature-request
low
Critical
261,503,347
rust
Make or (|) patterns work with match default binding modes
Consider the following example which (at the time of writing, i.e. #44614) fails: ```rust pub fn main() { let x = &Some((3, 3)); let _: &i32 = match x { // Here, each of the patterns are treated independently // // FIXME(tschottdorf): make this compile without the actual `|`. ...
C-enhancement,T-compiler
low
Minor
261,511,767
vscode
File extension specific settings
This was discussed here: https://github.com/Microsoft/vscode/issues/1587 but instead what was implemented was language specific settings. That doesn't help us where we have the same language in files with different extensions but what to impose different settings on them. (ex. I have a DSL like language that loo...
feature-request,config
high
Critical
261,559,685
angular
animations: query is not working when querying for animations inside ng-content that are not first descendant node
## I'm submitting a... <pre><code> [x] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> </code></pre> ## Current behavior `query` doesn't work properly in a particular case, it's best to check the [stackblitz example](https://stackblitz.com/edit/animations-ng-content-query-bu...
type: bug/fix,area: animations,freq1: low,P3
low
Critical
261,607,863
go
x/crypto/ssh/agent: Accept Flags in Agent.Sign()
I was trying unsuccessfully to get ssh-agent to sign a JWT via the x/crypto/ssh/agent.Agent::Sign() interface. In https://github.com/golang/crypto/blob/master/ssh/agent/client.go#L371, the Flags in signRequestAgentMsg was left as default (0). req := ssh.Marshal(signRequestAgentMsg{ KeyBlob: key.Marshal(), ...
NeedsDecision
low
Minor
261,715,718
rust
Tracking issue for RFC 2137: Support defining C-compatible variadic functions in Rust
This is a tracking issue for the RFC "Support defining C-compatible variadic functions in Rust" (rust-lang/rfcs#2137). **Steps:** - [x] Implement the RFC (PR https://github.com/rust-lang/rust/pull/57760) - [ ] Adjust documentation ([see instructions on forge][doc-guide]) - [ ] Stabilization PR ([see instructions on f...
A-FFI,B-RFC-approved,T-lang,B-unstable,C-tracking-issue,F-c_variadic,S-tracking-ready-to-stabilize
high
Critical
261,723,347
TypeScript
TS Server: Send error event when a plugin fails to load
**Problem** When a TS Server plug-in is not loaded, the TS Server currently fails silently. This results in a confusing experience for users since intellisense or other expected plugin features will not work. You currently have to check the TS Server logs to see that a plugin was not loaded **Request** Send an err...
Bug,VS Code Tracked
low
Critical
261,728,090
angular
HostBinding does not support asynchronous structures (Observables and Promises)
<pre><code> [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> [ X] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support request here, instead ...
feature,area: core,core: binding & interpolation,core: host and host bindings,cross-cutting: observables,feature: under consideration
high
Critical
261,759,527
rust
overflow during drop-check on a recursive type
I get a pretty strange error when trying to compile this: ([playground link](https://play.rust-lang.org/?gist=5490697a4e08dd949d7a6abbc58a2bd1&version=stable)) ```Rust enum Stuff<T> { Value(T), Nested(Box<Stuff<Stuff<T>>>), } fn main() { let a = Stuff::Value(1); } ``` output: ``` error[E0320]:...
E-hard,C-enhancement,A-diagnostics,P-low,T-compiler
low
Critical
261,793,458
angular
(Template-driven forms) FormControl for multiple radio buttons in a group is being removed from the Form
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
type: bug/fix,freq1: low,area: forms,state: confirmed,forms: template-driven,P4
low
Critical
261,818,675
angular
ng-deep breaks CSS on components with no encapsulation
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
type: bug/fix,freq1: low,area: core,core: CSS encapsulation,P3
low
Critical
261,841,762
go
cmd/compile: move DWARF go.info.* symbol generation out of the linker
The linker generates go.info.* symbols for Go types. It does so by parsing the contents of type.* symbols. It also depends on the names of these type.* symbols to successfully find other others. All of this makes the linker quite fragile. The logic in decodesym.go has to be kept in sync with the compiler's rtype cod...
NeedsInvestigation,compiler/runtime
low
Major
261,870,915
rust
It's often not possible to implement ToOwned for user composite types
`&str` and `&[u8]` seems to work by internal magic but it is hard to implement `ToOwned` for user composite types. Consider: ```rust struct Foo<'a> { foo: &'a str, bar: &'a str, foobar: &'a str } struct FooBuf { foo: String, bar: String, foobar: String } ``` It is not possib...
T-lang,C-feature-request
low
Major
261,923,516
kubernetes
Also include namespace in encoding for --append-hash?
In a comment on [Generated Names for Generated Data](https://docs.google.com/document/d/1x1fJ3pGRx20ujR-Y89HUAw8glUL8-ygaztLkkmQeCdU/edit?ts=59d0846a) yesterday, @anguslees suggested including the name and namespace in the hashes. While the current implementation includes the name, it does not include the namespace. We...
area/security,area/kubectl,priority/awaiting-more-evidence,kind/feature,sig/cli,area/secret-api,lifecycle/frozen
medium
Major
261,925,548
awesome-mac
Alphabetize and curate each subsection
I'm curious what everyone thinks--would it be worthwhile to go back and alphabetize all the entires?
organization,high-priority
low
Minor
261,931,648
TypeScript
Augmenting external module that is re-exported?
**TypeScript Version:** 2.5.2 **Code** This can't be demonstrated with a simple 1-file code example so I made a trivial project to demo it: https://github.com/chriseppstein/typescript_module_augmentation_bug Instructions for how to run the demo and work around the issue are included on the README there. Wh...
Suggestion,Needs Proposal
low
Critical
261,942,350
go
os: OpenFile issue on darwin: 100% CPU on pty master read
Go version: `go version go1.9 darwin/amd64` os.OpenFile calls os.newFile with `pollable` always true. (https://github.com/golang/go/blob/9f7fd893dc455339233a8e081f5fb5e2c51e7b5d/src/os/file_unix.go#L186) On darwin, open `/dev/ptmx` fails to set the non-blocking flag, however, the subsequent slaves work fine. (htt...
OS-Darwin,NeedsInvestigation
low
Minor
261,946,969
rust
Add vi movement keys for navigating rust documentation
Adding vi movements keys would make it much faster to navigate the documentation while programming, since it would avoid having to resort to the mouse or arrow keys as frequently. Moving hands around can be annoying and is the reason many optimise their setups to avoid doing so.
T-rustdoc,P-low,C-feature-request
low
Major
261,954,201
neovim
Timer/job callback not triggered in "normal get additional char" state
I've noticed a difference to Vim, when I wanted to test for handling of operator pending mode in Neomake: Neovim does not trigger the timer callback that would be required to end the mode started with `feedkeys`. This will hang after the `feedkeys` call: ```diff diff --git a/src/nvim/testdir/test_autocmd.vim b/s...
needs:design,job-control,event-loop
low
Major
261,978,006
godot
Having Trouble Compiling a module .dll
After cloning the master branch of godot yesterday (9/30/17) and building the engine for windows I tried going through the module tutorial. I was able to statically build and use the 'sumator' module (as in the tuorial) without problems, however, when trying to build a dll version of the module through VS2015, I get th...
bug,topic:buildsystem,confirmed,documentation
low
Critical
262,060,463
rust
macros sometimes allow expr followed by ident
You can use a repetition to get around the future proofer. ```rust macro_rules! bad { ($e:expr $i:ident) => {} //~ERROR } macro_rules! sneaky { ($($i:ident $e:expr)*) => {} // no error } fn main() { sneaky!(a b c d); } ``` I feel that both of these should be accepted, or neither. BTW, I ...
C-enhancement,P-medium,A-macros,T-lang
low
Critical
262,089,655
opencv
Documentation: eliminate absolute paths
Observed for classes from opencv_contrib. [Example](http://docs.opencv.org/master/d4/db2/classcv_1_1aruco_1_1Board.html): > The documentation for this class was generated from the following file: /build/master-contrib_docs-lin64/opencv_contrib/modules/aruco/include/opencv2/aruco.hpp
category: documentation
low
Minor
262,108,654
kubernetes
Cronjobs - failedJobsHistoryLimit not reaping state `Error`
/kind bug /sig apps Cronjob limits were defined in #52390 - however it doesn't appear that `failedJobsHistoryLimit` will reap cronjob pods that end up in a state of `Error` kubectl get pods --show-all | grep cronjob | grep Error | wc -l 566 Cronjob had `failedJobsHistoryLimit` set to 2 **Environme...
kind/bug,sig/apps,area/workload-api/cronjob,area/workload-api/job,lifecycle/frozen
high
Critical
262,246,336
youtube-dl
Site support: Otomads.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 this: `[x]`) - Use the *Preview* tab to see what your issue will actually look like ...
site-support-request
low
Critical
262,248,606
TypeScript
Expose configuration hook for custom module resolution
Following on from #6012 and #5039, it'd be nice to have the ability to add TypeScript to projects with heterogeneous module resolution/packaging systems and have typechecking work. The `paths` and `baseUrl` configuration options get us a long way, but they don't deal well with module loaders that are less widely us...
Suggestion,In Discussion
high
Critical
262,296,543
youtube-dl
request support for another vooplayer url
## 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 this: `[x]`) - Use the *Preview* tab to see what your issue will actually look like ...
site-support-request
low
Critical
262,335,036
opencv
solvePnPRansac does not work on some doc stated input shapes (Python bindings)
##### System information (version) - OpenCV => 3.3.0 and 3.1.0 - Operating System / Platform => macOS - Compiler => Python bindings The current `solvePnPRansac()` documentation states that the function works on `Nx3/3xN` single-channel `src` input and `Nx2/2xN` single-channel `dst` input (as well as `Nx1x3` and...
category: documentation
low
Minor
262,352,596
rust
Avoid volatile loads to preserve the gdb pretty printer section
Right now when you compile a program with debuginfo on Linux we'll emit a volatile load of a gdb pretty printer section which is intended on ensuring that the linker forces a section in the executable. Apparently, though, this has caused some problems for embedded work (cc @japaric) where the section doesn't always...
A-linkage,A-debuginfo,C-enhancement,P-medium,T-compiler,WG-embedded
low
Critical
262,557,557
TypeScript
Don't extract constant to an unreachable location
```ts function Outer() { return 1; function Inner() { 1; // Extract this } } ``` Right now, the new local is inserted after the `return`, where it is unreachable.
Bug,Domain: Refactorings
low
Minor
262,574,605
TypeScript
Allow Extract Constant in expression-bodied arrow functions
```ts const f = () => 1 + [#|(2 + 3)|] + 4; ``` Expected: ```ts const f = () => { const newLocal = (2 + 3); return 1 + newLocal + 4; }; ``` We can detect this scenario, but `ChangeTracker` doesn't support overlapping transformations (i.e. substituting `newLocal` into the expression and then puttin...
Suggestion,Domain: Refactorings,Experience Enhancement
low
Minor
262,588,829
react
Performance enhancements in niche situations
I hit on a couple things that were a bit surprising to me... not sure what I'm really asking here, other than if these things are documented somewhere. Also kinda just going with the flow where this seems to be the place to raise generic "issues" even if they're not bugs :) 1. keys can make things slower I had a ...
Type: Discussion,Component: Reconciler
low
Critical
262,592,096
rust
DW_TAG_formal_parameter always has DW_AT_decl_line == 1
It seems that Rust debuginfo always writes `decl_line` of 1 for formal parameters. With this `line.rs`: ```rust #![crate_type = "dylib"] // line 1 pub fn foo( // 2 x: i32, // 3 y: i32) // 4 -> i32 // 5 { x + y } // 6 ``` With: ``` $ rustc +nightly -Vv rustc 1.22.0-nightly (185cc5f26 ...
A-debuginfo,E-needs-test,T-compiler,C-bug
low
Critical
262,838,479
go
runtime/race: unexpected race when Conn.Close used for synchronization
go version devel +a714470 Wed Sep 27 16:29:18 2017 +0000 linux/amd64 The following program reports a race even though the read of x cannot happen in parallel with the assignment to x because we wait for the connection to be closed before reading it. https://play.golang.org/p/ufvoScCbSm ================== ...
RaceDetector,compiler/runtime
low
Major
262,848,294
rust
Missing stack trace on Windows
This unfortunately is not reliably reproducible - I can get a stack trace from small test projects, so the only way I can demonstrate it is cloning [this repo](https://github.com/parkovski/scifiweb/tree/5ef233e9454906e115ab674b1d9e4499282eb042) and running (with RUST_BACKTRACE=1) `scifiweb.exe run vm/test/noresolve.sci...
A-debuginfo,T-compiler,O-windows-msvc,C-bug
low
Critical
262,945,079
react
Umbrella: React DOM Bugs
Since I was going through all open issues yesterday and today, I also compiled a list of things that seem broken in ReactDOM, grouped by areas. I don’t think all of these issues are equally important but I’d like to start a discussion around how we can start attacking them—both in shorter and in longer term. For exa...
Type: Umbrella,React Core Team
medium
Critical
262,961,656
react
Type Fiber by tag as disjoint union
@sebmarkbage tried this in https://github.com/facebook/react/pull/8545 but Flow couldn't handle it well. Might be worth trying again someday.
Type: Enhancement,Component: Reconciler,React Core Team
medium
Minor
262,965,898
flutter
Benchmark sub-systems of a11y processing
Get performance numbers for the following: * Updating the semantics tree in Dart * Transferring semantics tree update to native side * Processing semantics tree update on native side
framework,c: performance,a: accessibility,P3,team-framework,triaged-framework
low
Major