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 |
|---|---|---|---|---|---|---|
231,004,523 | pytorch | [Feature request] In-place 'max' method for Tensor | This functionality is useful for multiple cases, e.g. to efficiently implement optimizer's parameters update. | todo,feature,triaged | low | Major |
231,036,773 | TypeScript | Typescript Watch - Cleaning Target Files on Source Deletion | Can we[ add a compiler option](https://stackoverflow.com/questions/44159501/typescript-watch-removing-deleted-target-js-files) to also glob-delete a target file when the source file is removed? We run into this constantly and have to gulp clean frequently - it makes the usage of `tsc -watch` pointless as we have to con... | Bug | high | Critical |
231,048,143 | pytorch | feature request: On-the-fly Operation Batching in Dynamic Computation Graphs | [https://arxiv.org/abs/1705.07860](https://arxiv.org/abs/1705.07860)
I would LOVE to see this in PyTorch. | feature,triaged | low | Major |
231,099,513 | angular | Binding to the src of an iframe causes the iframe to flicker | Binding to the `src` property of an iframe causes the iframe to reload every time change detection is run, even when the `src` value has not changed.
Reproduction: https://plnkr.co/edit/CgLHkprl4jYndqEiY7mX?p=preview
(enter `X1RVYt2QKQE` as an example videoId, then type into the unrelated input)
Happens with all... | type: bug/fix,freq1: low,area: security,hotlist: google,state: confirmed,core: change detection,P3 | medium | Major |
231,117,879 | create-react-app | Runtime environment variables | Regarding this [pull request](https://github.com/facebookincubator/create-react-app/pull/1344#issuecomment-302887448) around the improvements to environment variables, based on @gaearon's suggestion, I wanted to start a discussion on how to handle a docker-centric, 12 factor app-based workflow where environment variabl... | issue: proposal | high | Major |
231,176,558 | go | compress: unify Huffman logic in flate and bzip2 | The Huffman encoding in both `flate` and `bzip2` is identical except for some minor differences:
* `bzip2` treats the leading bits in a bitstream as the MSB of a byte, while `flate` treats the leading bits as the LSB of a byte.
* `bzip2` allows Huffman codes to be up to 20-bits long, while `flate` allows codes up to ... | Performance | low | Major |
231,177,476 | go | cmd/compile: init code or linker should verify package "fingerprint" | Given a file lib.go:
```
package lib
func F() int { return 42 }
```
and main.go:
```
package main
import "./lib"
func main() { println(lib.F()) }
```
The following command sequence prints 42 as expected:
```
$ go tool compile lib.go
$ go tool compile main.go
$ go tool link main.o
$ a.out
42
```... | help wanted,NeedsFix,compiler/runtime | low | Critical |
231,187,596 | go | cmd/compile: include certain NOP instructions when compiler optimizations are disabled | This is a follow up of the discussion here: https://github.com/derekparker/delve/issues/840
### What version of Go are you using (`go version`)?
go version go1.8.3 windows/amd64
### What did you do?
I've tried to debug the following app: https://play.golang.org/p/74ZR5IYhjn
I've set a breakpoint on line
```... | NeedsFix,FeatureRequest,Debugging,compiler/runtime | low | Critical |
231,191,820 | flutter | Add a diagram to explain Canvas.drawImageNine | Currently, the first paragraph reads:
> Draws the given Image into the canvas using the given Paint.
It should state that it *draws a scaled rendition(?) of the given 9-patch image* or something like that. | engine,d: api docs,P3,team-engine,triaged-engine | low | Minor |
231,203,071 | go | x/net/nettest: TestTestConn runs out of memory on Plan 9 | CL [37404](https://golang.org/cl/37404) added TestTestConn, which is running out of memory on Plan 9.
```
runtime: out of memory: cannot allocate 323485696-byte block (1029013504 in use)
fatal error: out of memory
runtime stack:
runtime.throw(0x11b06c, 0xd)
/tmp/workdir/go/src/runtime/panic.go:596 +0x7b
run... | help wanted,OS-Plan9,NeedsFix | low | Critical |
231,204,487 | go | sync: add example for Cond | The sync.Cond should have an example demonstrating its use in a somewhat realistic use.
What would be a good example? It's hardly used at all in standard library. What are typical uses?
Continuation from #20471. | Documentation,NeedsInvestigation,compiler/runtime | medium | Critical |
231,207,676 | go | cmd/link: may need a command line option to set section split size | On ppc64x in external link mode the linker splits the text section into separate sections of size up to 0x1c00000 bytes. This gives the C linker space to insert stubs for out-of-range bl instructions. The C linker works in terms of a stub group size: it adds sections to a stub group until it reaches the group size, a... | help wanted,NeedsInvestigation,compiler/runtime | medium | Major |
231,237,225 | angular | *Blocking Issue*: Change detection after error creating infinite loop | **I'm submitting a ...** (check one with "x")
```
[X] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
```
**Current b... | type: bug/fix,freq2: medium,area: core,core: change detection,core: error handling,P4 | high | Critical |
231,273,382 | opencv | Stitching module is not compatible with CUDA8 due to GraphCut has been removed in CUDA8 | <!--
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... | bug,priority: low,category: gpu/cuda (contrib),category: stitching | low | Critical |
231,300,497 | opencv | HOG human detection causes process exit without any error stack message after changing padding from (16,16) to (8,8) | My configuration:
Ubuntu 16.04 64bit desktop
Opencv 3.2.0-dev compiled by 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
Python 2.7.12
and I am trying to detect human from a video,and detection will exit when comes to this frame,
Problem frame

`trace_macro` output now contains both "before" and "after" text.
But often a macro-call expands to another macro-call. In that case, we get redundant lines from `trace_macro`:
```console
note: trace_macro
--> trace-macro.rs... | C-enhancement,A-macros,T-compiler,S-has-mcve,-Ztrace-macros | low | Minor |
231,413,877 | vscode | Explorer / Opened Editors Sorting | Numerous issues have been filed on this topic, merging them into one.
**Done**
* [x] Option for sorting files by type in Explorer #5222
* [x] Give an option to show files before directories in file explorer #22529
* [x] Make listing directories first an option #29329
* [x] Add option to sort files in Explorer si... | feature-request,file-explorer | high | Critical |
231,440,413 | You-Dont-Know-JS | Ch 7 - ES6 and Beyond, typo. | The contribution guidelines says not to worry about typo(s), but I'm not sure I can let a mis-spelled method name slide (:
In the proxies section, right after the first code example, where various traps are listed,
the explanation for `ownKeys` trap says, that it's invoked for `Object.getOwnSymbolProperties`, bu... | for second edition | medium | Minor |
231,497,015 | rust | Make the ast representation of qualified self paths more syntactic | The current representation is fine for the HIR, I assume it is optimised for compiler internal stuff. But in the AST, it would be better to be closer to the surface syntax (since that should make parsing, pretty printing, rustdoc, etc. a bit easier). IOW, it is a fine semantic definition, but not a great syntactic defi... | C-enhancement,A-parser,T-compiler | low | Minor |
231,540,330 | vscode | Improve ranking of elements in quick open | **Numerous** issues have been filed on this topic, merging them into one:
**File Picker**
* [ ] Allow to paste a file path with symbol to go to symbol in file [#123809](https://github.com/microsoft/vscode/issues/123809)
* [ ] Allow to paste a file path with line number to go to line in file [#123810](https://githu... | feature-request,quick-open | high | Critical |
231,662,293 | flutter | Annotate widgets with a category and subcategory to autogenerate widget catalog | If our widget classes had annotations for category and subcategory, we could:
* extract a widget catalog, and allow our users to slice and dice based on what they are looking for
* explore organization options for docs.flutter.io
Ideally, these annotations are extractable by a tool. For example, dart annotations... | team,framework,d: api docs,P2,team-framework,triaged-framework | low | Major |
231,676,442 | flutter | onPanEnd, onVerticalDragEnd, onHorizontalEnd have no velocity on fuchsia | ```dart
import 'package:flutter/widgets.dart';
main() async {
runApp(
new GestureDetector(
//onPanStart: (_) => print('p start: $_'),
//onPanUpdate: (_) => print('p mupdate: $_'),
//onPanEnd: (_) => print('p end: $_'),
onVerticalDragStart: (_) => print('v start: $_'),
onVe... | customer: fuchsia,framework,platform-fuchsia,f: gestures,P2,team-framework,triaged-framework | low | Minor |
231,686,500 | go | proposal: x/crypto/ed25519: add montgomery/edwards key conversion | I would like to start building an [XEd25519] implementation.
XEd25519 is a signature algorithm that is fully compatible with Ed25519. It gives you the ability to use the same key for signing and ECDH. I'd like to start by implementing the conversion between points on the equivalent Montgomery and Edwards curves in the... | NeedsFix,Proposal-Crypto | medium | Critical |
231,694,663 | opencv | Drawing functions distorted in OpenCV 3.2.0 when reading buffer in 32BGRA pixel format | When I am trying to draw a circle in iOS using this code
Mat mat = Mat((int)height,(int)width,CV_8UC4,data);
circle(mat, cv::Point(100,100),20.f,cv::Scalar(255,0,0,255), -1);
I get a distorted circle as show in the screenshot. Its almost as if it is drawing in a different space. The pixel format of the camera fe... | platform: ios/osx,incomplete | low | Minor |
231,705,203 | youtube-dl | Request for new site mivo(dot)com | Hello Admin,
I need to record live tv streaming from my country. I found out that youtube-dl can fullfill my need but unfortunately when i've tried it . the result it is said the site not support.
Here is the example:
C:\apk decompile>youtube-dl -u myusername -p mypassword -g https://www.mivo.com/#!/live/metrotv
WA... | site-support-request,account-needed | low | Critical |
231,708,651 | flutter | Flutter doctor is happy with just JRE, but builds fail without JDK | While trying to fix an issue with flutter (`Could not reserve enough space for 1572864KB object heap`) I uninstalled 32bit java and installed 64bit. I picked the JRE isntead of JDK and `flutter doctor` was happy; but builds failed claiming I needed the JDK:
.
```json
"keybindings": [
{
"win": "ctrl+y",
"mac": "cmd+backspace",
"linux": "ctrl+y",
"command": "editor.action.deleteLines",
"when": "edi... | feature-request,keybindings | high | Critical |
231,876,684 | flutter | Text fields should automatically support previous and next buttons in iOS keyboard to tab between fields. | ## Steps to Reproduce
1. Run the Flutter Gallery application on an iPhone.
2. Select the "Text fields" demo.
3. Click on any text field.
4. Notice the keyboard does not show previous and next arrows to tab between field.
## Logs
N/A
## Flutter Doctor
```
[✓] Flutter (on Mac OS X 10.12.4 16E195, locale ... | a: text input,platform-ios,framework,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-ios,triaged-ios,fyi-text-input | low | Major |
231,906,640 | opencv | Improper or bad rotation estimation with solvePnP in some cases | ##### System information (version)
- OpenCV => master (ee257ff)
- Operating System / Platform => Ubuntu 16.04 / 64 bits
- Compiler => gcc
##### Detailed description
In some cases, the pose estimated with `solvePnP()` give a rotation matrix that looks correct (`det(R)=1`, `R.R^t=Identity`) but will project th... | category: calib3d | medium | Critical |
231,983,362 | opencv | Parallelization: convert to grey leads to 100% processor load | ##### System information (version)
```
General configuration for OpenCV 3.2.0-dev =====================================
Version control: 3.0.0-4749-gdcd8589
Extra modules:
Location (extra): C:/Program Files (x86)/Jenkins/jobs/OpenCV/workspace/contrib/modules
Version control ... | category: core,category: 3rdparty | low | Critical |
232,087,989 | rust | Provide a way to interpolate crate version in html_root_url | In Serde we work around this by having a reminder in Cargo.toml to update the html_root_url when releasing a new version. https://github.com/serde-rs/serde/commit/dc7ab2696a14fe5ca219ac09f8496bdc613ff602
```toml
[package]
version = "1.0.8" # remember to update html_root_url
```
```rust
#
In the s... | T-rustdoc,C-feature-request | low | Major |
232,159,801 | TypeScript | No object literal completions for type parameter constrained to mapped type | Isolated from [this StackOverflow issue](https://stackoverflow.com/questions/44252421/how-to-extend-list-all-typescript-class-properties-and-methods-in-constructor)
```ts
interface Foo {
foo(): void;
}
declare function f<T extends Partial<Foo>>(x: T): T;
f({
/*$*/
})
```
Request completions at... | Suggestion,Domain: Completion Lists,Experience Enhancement | low | Minor |
232,225,940 | go | net/http: connection reuse does not work happily with normal use of json package | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go 1.8.1
### What operating system and processor architecture are you using (`go env`)?
```
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
```
... | NeedsFix | medium | Major |
232,317,648 | TypeScript | Affine types / ownership system | <!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->
It would be amazing if typescript could gain types with an ownership semantics as it could provide a very powerful tool against bugs caused by mutations. Idea is inspired by [Rust's owneship system](ht... | Suggestion,Awaiting More Feedback | medium | Critical |
232,357,558 | go | cmd/compile: improve escape analysis of make([]T, n) where n is non-constant | ```
$ cat a.go
package p
var n = 3
func f() {
slice := make([]*int, n)
var i int
slice[0] = &i
}
$ go tool compile -m a.go
a.go:5:6: can inline f
a.go:6:15: make([]*int, n) escapes to heap
a.go:8:13: &i escapes to heap
a.go:7:6: moved to heap: i
```
In this program, the ... | Performance,compiler/runtime | medium | Major |
232,397,132 | pytorch | Feature Request: load_state_dict should take filenames | In high memory pressure situations, the following is a common occurrence:
1. create model
2. read state_dict from checkpoint file (loads on GPU)
3. model.load_state_dict(s)
Because of memory pressure, a common workaround is to first do:
```
s = torch.load('my_file.pt', map_location=lambda storage, loc: stor... | feature,module: nn,triaged | low | Minor |
232,439,113 | TypeScript | Improve Javascript intellisense type inference for cases where Object.assign(this, ...) is used with an object with known type information | _From @jj101k on May 28, 2017 10:16_
- VSCode Version: 1.12.2 (19222cdc84ce72202478ba1cec5cb557b71163de)
- OS Version: macOS Sierra 10.12.5 (16F73)
Given the Javascript code:
```js
class Foo {
constructor() {
Object.assign(
this,
{
bar: "abc",
... | Suggestion,Awaiting More Feedback,VS Code Tracked,Domain: JavaScript | medium | Major |
232,447,679 | rust | In rustdoc, omit trait impls that a user cannot call | ```rust
pub struct Public;
struct Private;
impl From<Private> for Public {
fn from(_: Private) -> Self {
unimplemented!()
}
}
```
The rustdoc of `Public` displays a `From` impl that cannot be invoked by users of the crate.
_ and picks up some use cases which aren't covered by the current (_awesome_!) [language server plugin support](https://github.com/RyanCavanaugh/sample-ts-pl... | Needs Investigation | low | Critical |
232,623,143 | neovim | Timer behavior is inconsistent with Vim | This was noticed while merging Vim's timer tests, since the timing windows that are expected differ between Vim and Neovim. I figured we should discuss the differences and decide whether it's something that should be addressed or just accepted/documented as being different.
## Timer period
Since Neovim uses libuv,... | needs:decision,compatibility,needs:design,event-loop | low | Major |
232,631,241 | vscode | Align explorer sorting with platform sorting | It looks like our file sorting in the explorer does not match platform beahviour in some cases.
**Windows:**
* a file `foo.ts` is sorted before `foo_test.ts` but we sort it the other way around
**Linux:**
* a file `foo.ts` is sorted before `foo_test.ts` but we sort it the other way around
* a lowercase file se... | feature-request,file-explorer | high | Critical |
232,650,476 | electron | Virtual File Drag & Drop Events | Many drag and drop operations contain virtual file data. Chrome currently only accepts files on disk. This means that you can't drag images directly from a browser into an Electron app. The same is true for e-mails in Outlook/Mail.app, entries in Calendar apps, etc.
* Electron version: All
* Operating system: macOS... | enhancement :sparkles:,component/drag-and-drop | low | Major |
232,662,541 | neovim | RPC commands always defined using f-args | (Subverting issue template as it doesn't seem to apply)
Currently, all commands defined via the RPC interface have to use f-args as the input method for the arguments, see https://github.com/neovim/neovim/blob/fcc9d999670c6fb29ac01e9c8d0a7e787ccfabea/runtime/autoload/remote/define.vim#L58
It could be useful to us... | enhancement,plugin,channels-rpc | low | Minor |
232,704,689 | rust | [RFC] Refactor types to be a `(TypeCore, Substs)` pair | Currently, [the `Ty<'tcx>` type][ty] is a reference to [a struct (`&TyS`)][tys] that packages up [a big ol' enum `TypeVariants`][tv]. As part of [chalkification](https://github.com/rust-lang/rust-roadmap/issues/8), we would like to be able to write more efficient "decision tree" like procedures that branch on this type... | C-cleanup,T-compiler | low | Major |
232,710,616 | electron | Add support for SVG nativeImage | <!--
Thanks for opening an issue! A few things to keep in mind:
- The issue tracker is only for bugs and feature requests.
- Before reporting a bug, please try reproducing your issue against
the latest version of Electron.
- If you need general advice, join our Slack: http://atom-slack.herokuapp.com
-->
* ... | enhancement :sparkles:,component/tray,platform/all | medium | Critical |
232,718,652 | rust | introduce region-clauses into the `ParamEnv`, use to replace the `body_id` | When we are in a closure body, we often gain additional implied "outlives" relation based on the types of the closure arguments. Consider this:
```rust
foo(|x: &T| ...)
```
Here, the type of `x` will be `&'0 T` for some anonymous region `'0`. Within the function body, then, we can conclude that `T: '0`. We curr... | C-cleanup,A-trait-system,T-compiler | low | Critical |
232,820,582 | kubernetes | Consolidate pod-nannies | Follow-up of https://github.com/kubernetes/kubernetes/pull/46700#discussion_r119539877
There are a lot of pod-nannies in the cluster already, each of them consuming non-zero amount of resources (90+MB of memory, 50+m cpu). It would be much more preferable to have only one nanny which can be configured to scale multi... | kind/cleanup,sig/scalability,sig/autoscaling,sig/instrumentation,priority/important-longterm,lifecycle/frozen | low | Major |
232,831,773 | create-react-app | Move more things to react-dev-utils | I want to make react-scripts easier to fork/extend. I think the way to do that is to move as much as possible into react-dev-utils so that react-scripts can be a smaller package that changes less frequently. Then you can always just update the react-dev-utils to get most new features in react-scripts.
This should ... | issue: proposal | low | Major |
232,923,628 | vue | Transition group classes not being properly deleted when using v-show | ### Version
2.3.3
### Reproduction link
[https://jsfiddle.net/ma7moudat/u82ugj8z/1/](https://jsfiddle.net/ma7moudat/u82ugj8z/1/)
### Steps to reproduce
Set up a transition group that automatically rotates through a list of items and shows one item at a time (a slider if you will).
### What is expected?
... | improvement,has PR,transition | low | Major |
232,946,287 | rust | Wishlist: compiler should give hint when trying to use Box<Trait> as Trait | If I have a function:
```
fn foo<F: Foo>(f: F) { ... }
```
and I pass it `Box<Foo>`, this fails because `Box<Foo>` doesn't actually implement the `Foo` trait. Ideally it should, but as a stop-gap the compiler should hint at that problem, because it wasn't obvious to me that a boxed trait object doesn't implement th... | A-type-system,C-enhancement,A-diagnostics,A-trait-system,T-compiler,T-types | low | Minor |
232,984,564 | flutter | Do plugins need to know about hot reload and hot restart? | I think it would be an OK design choice if they didn't. But it's probably better if they do.
If we need to add new API to teach plugins about hot-reload or hot-restart we might need to do that sooner rather than later.
FYI @mravn-google | engine,P2,a: plugins,team-engine,triaged-engine | low | Critical |
233,005,707 | react | Error when `__source` is provided to production build | Currently if the `__source` transform is enabled together with the production build there are no indicators of a poorly performant configuration. https://facebook.github.io/react/ even has it.
We already check for the [existence of a `__source` field](https://github.com/facebook/react/blob/master/src/isomorphic/clas... | Type: Enhancement,Component: Developer Tools,React Core Team | medium | Critical |
233,049,992 | go | x/build: restore performance benchmarking dashboard | In a trybot run in https://storage.googleapis.com/go-build-log/dd2f2f0c/linux-amd64_19b3a9d1.log , after the build and the tests are complete, I see this:
#####
iteration: 0
start-time: 2017-06-02T00:53:45Z
building testgo failed: exit status 1
can't load package: package .: no buildable Go ... | Builders,NeedsFix | low | Critical |
233,063,853 | kubernetes | Make "--feature-gates" flag component-related | <!-- Thanks for filing an issue! Before hitting the button, please answer these questions.-->
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/.):
**Note:** Please file i... | kind/documentation,kind/feature,lifecycle/frozen,wg/component-standard | medium | Critical |
233,138,744 | vscode | Have ctrl+click work the same way as in Visual Studio | we use dblclick LBtn to select a word, but using ctrl +LBtn is a good way,
in vs studio we could do the following:
1. basic: press ctrl and click a word, the word is selected.
2. advanced: when a word is selected , press ctrl+shift and select another word, so we could select from the start of the first word... | feature-request,editor-core | medium | Major |
233,209,590 | go | x/net/bpf: bpf VM only supports running programs with big endian | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version go1.7.4 linux/amd64
### What operating system and processor architecture are you using (`go env`)?
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="l... | NeedsInvestigation | low | Critical |
233,264,153 | youtube-dl | Downloading from Ooyala - Flograpping | Hi I am trying to download the video from this page:
http://www.flograppling.com/video/1209962-andre-galvao-works-out-one-week-before-ibjjf-worlds#.WTGnl8aTSUk
It is my understanding that the youtube-dl supports Ooyala and looking at the source code the video is run by Ooyala. I ran the following commands but ha... | site-support-request | low | Critical |
233,289,439 | rust | Add span to E0271 errors pointing at the "found" associated type bound | This code produce next error:
```rust
fn foo<F, R>(f: F)
where F: FnOnce() -> R,
R: IntoItem<Item=()>
{ }
trait IntoItem {
type Item;
}
struct S;
impl IntoItem for S {
type Item = u32;
}
fn main() {
foo(|| S);
}
```
error:
```
35 | foo(|| S);
... | C-enhancement,A-diagnostics,T-compiler,D-papercut | low | Critical |
233,291,738 | rust | Could we clarify type error messages that involve traits + closures? | After a typo, I recently received the following error message:
```
error[E0277]: the trait bound `bintree::simple::BuilderError: std::convert::From<[closure@src/bintree/simple.rs:244:24: 244:51]>` is not satisfied
--> src/bintree/simple.rs:243:24
|
243 | let kind = node.kind()
| ______... | C-enhancement,A-diagnostics,A-trait-system,A-closures,T-compiler | low | Critical |
233,334,363 | kubernetes | 406 unacceptable error for POSTing without a content type to the LIST endpoint is wrong | When you POST to /resources, if you don't specify ContentType you get an error message that is incorrect (only suggests stream types). | sig/api-machinery,lifecycle/frozen | low | Critical |
233,336,435 | go | cmd/gofmt: puts `else if` comments in wrong place | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
play.golang.org
### What operating system and processor architecture are you using (`go env`)?
play.golang.org
### What did you do?
Ran this: https://play.golang.org/p/xJ0-Cq8ZYi and clic... | NeedsDecision | low | Critical |
233,377,215 | youtube-dl | vrv.co extractor not working | ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *issue* (like that [x])
- Use *Preview* tab to see how your issue will actually look like
---
... | geo-restricted,cant-reproduce | low | Critical |
233,378,131 | youtube-dl | Add Support for weyyak.z5.com | Hello
I need to add support for this new website to download form it
http://weyyak.z5.com/player/1349010,episode
Because when I try to download from it I see this error
http://s9.postimg.org/xp6tx73jz/screenshot_27.png
Thanks. | site-support-request | low | Critical |
233,394,362 | go | cmd/link: debugging fails with -linkmode external on macOS | lldb HEAD works with linkmode internal on macOS Sierra:
```
$ go build -gcflags "-N -l" -x test.go
WORK=/var/folders/ry/v14gg02d0y9cb2w9809hf6ch0000gn/T/go-build450234285
mkdir -p $WORK/command-line-arguments/_obj/
mkdir -p $WORK/command-line-arguments/_obj/exe/
cd /Users/filippo/code/misc/rustgo
/usr/local/Ce... | help wanted,OS-Darwin,NeedsInvestigation,Debugging,compiler/runtime | low | Critical |
233,399,933 | neovim | Error detected while processing function <SNR>107_PollServerReady[ | nvim version:
```
NVIM v0.2.0
Build type: Release
Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wconversion -DNVIM_MSGPACK_HAS_FLOAT32 -O2 -DNDEBUG -DDISABLE_LOG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong ... | provider,channels-rpc | low | Critical |
233,414,252 | youtube-dl | Site support: Blender Cloud | ### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2017.05.29*. 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,account-needed | low | Critical |
233,427,403 | neovim | Use language daemons for language providers | It is not unknown that `:python` and other languages startup is being slow now due to having to check and start external programs. E.g. with `init.vim` as simple as
```VimL
" let g:powerline_old_vim = 1
set laststatus=2
python import vim
python from powerline.vim import setup as powerline_setup
python powerline... | needs:design | low | Critical |
233,435,155 | godot | [TRACKER] Making terrains | I found a number of issues about making terrains in Godot, be it heightmap, voxels, an engine module or a plugin, so I thought I would make a tracker to list them all:
Engine limitations:
(some might be "closed as fixed" but are still actually open in a different issue, or have been closed in favor of another issue... | bug,enhancement,topic:editor,topic:plugin,tracker,topic:3d | high | Major |
233,440,684 | rust | Cannot infer type even if specified. | So, I got the `type annotations needed` error. I tried *everything*. It refuses to work.
```Rust
let tmp: Result<NamedTempFile, ()> = NamedTempFile::new().map_err::<(), _>(|_: std::io::Error| ());
let mut tmp: NamedTempFile = tmp?;
```
Error
?
go1.8
### What operating system and processor architecture are you using (`go env`)?
```
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Ap... | NeedsInvestigation,FeatureRequest | low | Critical |
233,663,203 | TypeScript | Incorrect indent with template literal | _From @unional on June 4, 2017 8:51_
- VSCode Version: 1.12.2
- OS Version: OSX
```ts
test(`
`, _t => {
console.log('wrong indent')
})
// should be
test(`
`, _t => {
console.log('wrong indent')
})
```

- Use *Preview* tab to see how your issue will actually look like
---
... | site-support-request | low | Critical |
233,719,666 | three.js | Raycaster: Floating point tolerance | ##### Description of the problem
When casting a ray with Raycaster, it happens under some conditions in my test example that the caster fails to detect the object on top of it.
In the test example, when casting UP from one (or multiple) vertices of the rectangular block top, it does not detect the sphere above.
... | Bug | low | Critical |
233,767,612 | vscode | [decorations] Support hover decorations over the line numbers (i.e. gutter) | - VSCode Version: Code - Insiders 1.13.0-insider (9a107453944f25e6019b08615e20d63545584855, 2017-06-05T18:21:57.187Z)
- OS Version: Windows_NT ia32 10.0.16199
---
It would be great to be able to provide hover decorations to just the gutter -- this is something I would jump on immediately for GitLens :) | feature-request,api | medium | Critical |
233,781,637 | youtube-dl | Problems with Disney: Fails to get series info (1 of 2) | ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *issue* (like that [x])
- Use *Preview* tab to see how your issue will actually look like
---
... | geo-restricted,tv-provider-account-needed | low | Critical |
233,781,883 | youtube-dl | Problems with Disney: Fails to handle playlists (2 of 2) | ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *issue* (like that [x])
- Use *Preview* tab to see how your issue will actually look like
---
... | geo-restricted | low | Critical |
233,808,048 | rust | Strange lifetime error when using borrow_mut | ```rust
use std::borrow::BorrowMut;
trait A {}
struct B;
impl A for B {}
fn func(a: &mut A) {}
fn main() {
let t: Box<A> = Box::new(B);
{
let b = t.borrow_mut();
func(b);
}
}
```
When compiling above code, it fails with:
```
error: `t` does not live long enough
-... | A-lifetimes,T-lang,C-bug | low | Critical |
233,836,344 | go | runtime: program with deadlock doesn't fail if use -race flag | Go version: 1.8.3
OS: Mac
Program:
```go
package main
func main() {
ch1 := make(chan int)
<-ch1
}
```
if run with `go run deadlock.go` see: `fatal error: all goroutines are asleep - deadlock!`
if run with `go run -race deadlock.go` program never finish
Is it expected behavior?
Does it make sens... | RaceDetector,NeedsInvestigation,compiler/runtime | low | Critical |
233,851,320 | pytorch | Expose optimizer options as attributes when there's a single param group | For example, I hope I can accesses its `lr`!
But I read the source code, it just process the `default`, it does not assign them to the opposite data members.
cc @vincentqb | module: bootcamp,module: optimizer,triaged,enhancement | low | Minor |
233,856,060 | rust | 1.17.0 powerpc64le: "LLVM ERROR: Undefined temporary symbol" after disabling optimisation | Build log: https://buildd.debian.org/status/fetch.php?pkg=rustc&arch=ppc64el&ver=1.17.0%2Bdfsg2-1&stamp=1495038619&raw=0 - but it also happens when I try to cross-compile from amd64 to ppc64el.
~~~~
Compiling rustc v0.0.0 (file:///<<BUILDDIR>>/rustc-1.17.0+dfsg2/src/librustc)
Running `/<<BUILDDIR>>/rustc-1... | A-LLVM,T-compiler,O-PowerPC,C-bug | low | Critical |
233,886,572 | flutter | Respect OS's power save mode | Flutter should respect the OS's power save mode.
Ideas:
- Skip animations
- ??? | framework,engine,a: animation,c: performance,c: proposal,P2,team-engine,triaged-engine | low | Major |
233,902,375 | TypeScript | Offers quick suggestion to ignore parse error; but parse error can't be ignored | **TypeScript Version:** nightly (2.4.0-dev.20170606)
This is in a JavaScript file with `// @ts-check`.
**Code**

**Expected behavior:**
Doesn't offer to ignore parse errors.
**Actual behavior... | Bug,Domain: Quick Fixes | low | Critical |
233,957,491 | vscode | Activate extension with workspaceContains when a matching file is added to the workspace | If I have `"workspaceContains:**/*.md"` as an activationEvent, it would be useful for it to fire when a matching file is added to the workspace, not just when a workspace with matching file is opened.
https://github.com/Microsoft/vscode/issues/27665#issuecomment-306394054 | feature-request,api | low | Major |
234,051,446 | go | mobile/app/shiny.go: Mouse events not being delivered to application | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go1.8.3 windows/amd64
### 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... | mobile | low | Critical |
234,053,140 | TypeScript | Use ReadonlyArray<T> in type declarations | We can't really use `ReadonlyArray` anywhere else until we fix the type declarations.
This is technically a breaking change, but people shouldn't have been modifying arrays after creation anyway. | Infrastructure | low | Minor |
234,083,443 | vue | Provided props are not injected into functional components | ### Version
2.3.3
### Reproduction link
http://jsfiddle.net/p861bj9y/
### Steps to reproduce
I created a minimal reproduction of the behavior I am trying to test, the example just needs JSX to work.
### What is expected?
The properties passed down from parent should show up in `ctx.injections`.
### Wha... | bug | medium | Major |
234,100,247 | TypeScript | [Suggestion] Compiler Flag to treat types as immutable | <!-- 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.3.4
**Co... | Suggestion,Needs Proposal,Add a Flag | low | Critical |
234,128,709 | rust | Suggest converting a type to trait object when it's possible and the method expects one | If the method explicitly expects a trait object, such as `&postgres::types::ToSql`, (`ToSql` is a trait), and the user is trying to pass it a type that implements the trait, such as `String`, it's likely that the user either doesn't understand the distinction between trait object and trait bounds in generics, or has ac... | C-enhancement,A-diagnostics,T-compiler,A-coercions,A-suggestion-diagnostics,A-trait-objects | low | Critical |
234,163,782 | rust | Include debuginfo in release builds of LLVM by default | This would be useful to help debug things like #42476. At the moment I can only debug it using Debian's rustc as stage0 - its LLVM is built separately and dynamically linked into librustc_llvm, so debugging symbols work there. However with rust's own 1.16 stage0 I get this instead:
~~~~
(gdb) bt
#0 0x00003fffb5e6... | A-LLVM,C-enhancement,T-bootstrap | low | Critical |
234,209,629 | go | proposal: spec: init-only package level variables | Mutable state held in package-level variables can be problematic for a few reasons, e.g. concurrency [edited to remove erroneous mention of multiple imports]
It would be useful to be able to declare a form of "assign-once" variable that can only have its value set via an initializer in the declaration or in a subseq... | LanguageChange,Proposal,LanguageChangeReview | low | Major |
234,220,831 | pytorch | In-place bernoulli_ has more functionality than torch.bernoulli with output parameter | ```
x = torch.IntTensor(10)
y = torch.Tensor(10).uniform_()
x.bernoulli_(y) # ok!
torch.bernoulli(y, out=x)
TypeError: torch.bernoulli received an invalid combination of arguments - got (torch.FloatTensor, out=torch.IntTensor), but expected one of:
* (torch.FloatTensor source, *, torch.FloatTensor out)
... | module: distributions,triaged | low | Critical |
234,226,683 | angular | Parents of NgModel are not reset when using custom value accessors | <!--
IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING
-->
**I'm submitting a ...** (check one with "x")
```
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request... | freq2: medium,area: forms,type: use-case,forms: ngModel,P4 | low | Critical |
234,232,600 | rust | region inference sometimes fails to recognize implied bound in closure | Following a bug sample from @jdm, I encountered this bug. [The compiler errors out in this code](https://is.gd/xTZO0h):
```rust
struct Parser<'i: 't, 't> {
data: &'t mut Vec<&'i String>
}
fn callback1<'i, 't, F>(parser: &mut Parser<'i, 't>, f: F)
where F: for<'tt1> FnMut(&mut Parser<'i, 'tt1>)
{
p... | T-compiler,A-inference,C-bug | low | Critical |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.