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 |
|---|---|---|---|---|---|---|
121,776,981 | TypeScript | is there a way to narrow down the amount of information that goes to the member info tooltip of intellisense? | Namely, is there a way to opt out from seeing:
- union/intersection type constituens
- members of a type alias referring to an anonymous product type?

| Suggestion,Help Wanted,Effort: Moderate,Domain: Quick Info | low | Minor |
121,786,458 | rust | Potential optimization: eager nulling of Weak references | [Apparently](https://www.mikeash.com/pyblog/friday-qa-2015-12-11-swift-weak-references.html) Swift does this:
> When a weak reference is loaded, the runtime checks the target's state. If the target is a zombie, then it zeroes the weak reference, decrements the weak reference count, and returns nil.
In our world, this... | I-slow,C-enhancement,T-libs-api,C-optimization | low | Minor |
121,832,954 | vscode | Support regex in files.exclude => when | I would like to ignore JS files in my project when there's a matching TS _or_ matching TSX file. Right now I have to choose one or the other. Please support making the "when" directive in the "files.exclude" workspace setting use a regex, so I could do this:
``` javascript
{
"files.exclude": {
"**/*.js": {... | feature-request,file-explorer,file-glob | medium | Critical |
121,836,810 | TypeScript | No completion builder present after a '<' | Input `>` key on a following code.
``` ts
<T
```
expected:
``` ts
<T>
```
actual:
``` ts
<TemplateStringsArray>
```
experience:
``` ts
// writing an arrow function with generics
let f = <TemplateStringsArray>
```
| Bug,Help Wanted | low | Major |
121,837,854 | go | x/net/http2: investigate client write buffering | testClientWrite in http2 mode with CL https://go-review.googlesource.com/#/c/17751/1 fails, but the fails aren't that consistent
Run 1:
``` shell
$ go test -cover
--- FAIL: TestClientWrites_h2 (0.00s)
client_test.go:578: Get request did 8 Write calls, want 1
client_test.go:587: Post request did 3 Write calls,... | NeedsInvestigation | low | Critical |
121,860,717 | kubernetes | Using dynamic resource usage statistics from heapster for pod scheduling | As per the master branch, a pod's _resource usages_ are taken as its _resource requests_. We have extended it to be the maximum of the pod's _resource requests_ and 95th percentile of its resource usages in past hour(taken from heapster). [Here](https://github.com/nishantsny/kubernetes/tree/dynamicScheduling) is the re... | priority/backlog,sig/scheduling,lifecycle/frozen | low | Major |
121,869,635 | neovim | shada: add support for `set shada+=` and `set shada-=` | It would be useful if `+=` and `-=` would be supported with `set shada`.
Currently `set shada+='500` won't replace the existing `'100`.
I've noticed that `set shada+=nfoo` twice won't re-add it, but `set shada+=nbar` would result in `nfoo,nbar` at the end.
This is required for only changing some of the defaults, esp... | enhancement,options | low | Minor |
121,884,578 | electron | Add FreeBSD support to electron | [](https://www.bountysource.com/issues/29075473-add-freebsd-support-to-electron?utm_source=29075473&utm_medium=shield&utm_campaign=ISSUE_BADGE)
Related: #2452
| enhancement :sparkles: | high | Critical |
121,937,595 | vscode | vscode/releases page missing binaries | Just wondering... why doesn't the [releases](https://github.com/Microsoft/vscode/releases) page have vscode binaries? I only see the source code downloads. [Atom](https://github.com/atom/atom/releases) and [Brackets](https://github.com/adobe/brackets) both use GitHub to publish binaries...
Would be handy in case someo... | feature-request | low | Major |
121,958,287 | godot | -w switch is not in effect when opening projects from the project manager | The new -w switch works properly for opening a scene with "godot -e -w scene.scn", but if opening the project from the project manager, it will try to maximize like if the switch wasn't in effect.
| enhancement,topic:editor | low | Major |
121,983,099 | opencv | Bug in Superres modules | In the supperres(Super resolution) modules, in the btv_l1.cpp, the calcRelativeMotions function is wrong. Its goal is to get the big motions between two far away frames by making use of the small motions between adjacent frames between them. However, the combination way of motions should not be addition. You should rem... | bug,priority: normal,category: superres | low | Critical |
122,012,159 | vscode | Support contributing different keybindings based on keyboard layout | VSCode should ship out of the box with multiple keymaps (based on/optimized for each keyboard layout).
e.g. toggle line comment should be `ctrl+7` on swiss keyboards, etc.
VSCode should detect at runtime the current system keyboard layout and employ different defaults, based on the keyboard layout.
| feature-request,keyboard-layout | high | Critical |
122,125,274 | go | image/jpeg: add a jpeg option to disable chroma subsampling | It seems that golang's jpeg encoder only supports downsampling. It would be nice to be able to fine-tune what kind of subsampling is used when encoding jpegs, or alternatively disable downsampling when using a large quality value.
This is a continuation of:
https://groups.google.com/forum/#!topic/golang-nuts/VJY87VQpg... | NeedsInvestigation,FeatureRequest | low | Minor |
122,142,745 | go | cmd/internal/obj: -trimpath help text is misleading | Tested with Go 1.5.2.
The -trimpath option is documented as follows:
```
$ go tool asm -help 2>&1|grep -A1 trimpath
-trimpath string
remove prefix from recorded source file paths
...
$ go tool compile -help|grep -A1 trimpath
-trimpath prefix
remove prefix from recorded source file paths
```
Howev... | Documentation,NeedsInvestigation,compiler/runtime | low | Critical |
122,174,787 | opencv | real_time_pose_estimation tutorial could use new vtk mesh functionality | Right now the [real_time_pose_estimation](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation) tutorial takes in a [split of .ply for the mesh only, and .yaml for the textures](https://github.com/Itseez/opencv/blob/master/samples/cpp/tutorial_code/calib3d/real_time_p... | feature,category: viz | low | Minor |
122,322,419 | TypeScript | Grammar checking errors should be reported during binding phases instead of type-checking phase | _From @StrongRef on December 15, 2015 9:32_
When declaring an octal literal, an error is shown.

However, if another error is introduced, the error for octal literal usage is omitted.
 dtrm > std::numeric_limits<double>::epsilon() in function calcInverseCovAndDeterm`
It seems like [this](http://stackoverflow.com/questions/13007926/opencv-grabcut-cpp-error) issue has either resurfaced or ... | RFC | low | Critical |
122,428,072 | go | cmd/cgo: cgo gets confused by equivalent #defined types | Unfortunately I don't have a simple example for this one. I observed it while working with a .h file that was conditionally including all sorts of other .h files and having its own defines. The problem occurred with __u8 and u8 types. They were both eventually defined as "unsigned char" but cgo considered them differen... | compiler/runtime | low | Critical |
122,504,044 | opencv | Unexpected numerical problem in cv::warpAffine | Hi,
we have encountered a small numerical problem in warpAffine which leads to intensity differences of up to 5 pixels, where 0 is expected (and almost everywhere visible).
Normally, I would not mention such an issue, since some problems/differences are to be expected but in this specific case, the error looks systema... | category: imgproc,affected: 2.4,affected: 3.4,RFC | low | Critical |
122,522,622 | go | gccgo, runtime: runtime-gdb.py does not exist for gccgo | I have been working on the runtime-gdb.py script so it can be used with gccgo for use in displaying the goroutine information.
I'd like to include it somewhere in the gccgo install for others to use but not sure where would be best. Possibly under the share directory.
I don't think it needs to be found automatically... | compiler/runtime | low | Minor |
122,569,380 | rust | Avoid type mismatch error where a variable is bound with different ref-ness | e.g.,
```
match x {
opts::a(ref i) | opts::b(i) => {}
//~^ ERROR variable `i` is bound with different mode in pattern #2 than in pattern #1
//~^^ ERROR mismatched types
```
Where the field of `a` and `b` has the same type
cc #30320
| C-enhancement,A-diagnostics,T-compiler,D-verbose | low | Critical |
122,611,622 | kubernetes | Kubelet should enforce access to images after they've already been pulled to a node | # Problem statement
Some images require pull secrets in order to be used by the Kubelet. Pull secrets are per namespace. Imagine the following scenario:
1. If a pod in namespaceA has valid pull secrets for `foo/bar:stable`, when it is scheduled to a given node, the Kubelet uses the pull secrets to pull the image to th... | priority/backlog,sig/node,kind/feature,sig/auth,help wanted,lifecycle/frozen | medium | Critical |
122,623,932 | rust | Manual does not define "data reached through a shared reference". | The manual uses the expression "data reached through a shared reference" but does not define it. In the following code, is `x` reached through a shared reference?
``` rust
pub unsafe fn a() -> u8 {
let mut x = 11;
b(&x as *const u8 as *mut u8);
x
}
unsafe fn b(x: *mut u8) {
*x = 22;
}
```
| C-enhancement,T-lang | medium | Critical |
122,672,973 | TypeScript | No completion builder present after a '(' | Input `:` key.
``` ts
let f: (val
```
expected:
``` ts
let f: (val:
```
actual:
``` ts
let f: (ValidityState:
```
Divides #6079.
| Bug,Help Wanted | low | Minor |
122,759,813 | go | tour: is there an example about operators? | Context: https://tour.golang.org/basics/11
I couldn't found a talk about operators, it would be good if there was one, specially about the more advanced bitwise ones.
| NeedsInvestigation | low | Minor |
122,813,288 | TypeScript | Why do multiple ES6 imports compile to multiple requires / define() deps with suffixed names? | I didn't find any existing issue for this, but why does
``` typescript
import { foo } from "a";
foo();
import { bar } from "a";
bar();
```
compile to
``` javascript
define(["require", "exports", "a", "a"], function (require, exports, a_1, a_2) {
a_1.foo();
a_2.bar();
});
```
instead of
``` javascript
defin... | Bug,Help Wanted,Effort: Moderate | low | Minor |
122,857,156 | go | net/http: Transport.RoundTrip errors could be more informative | ```
go version go1.5 linux/amd64
```
```
Ubuntu 14.04.3 LTS
```
I made an HTTP request to a server that accepts all TCP connections and then immediately closes them. I was expecting a meaningful error such as "connection closed before request could be sent" but http.RoundTrip returned EOF.
Here are client and server... | Testing,help wanted,NeedsFix,early-in-cycle | low | Critical |
122,905,238 | go | cmd/cgo: signal arrived during external code execution that calls setjmp on Windows | Processor Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
OS: Windows 7 64
golang:1.5.2
gcc:mingw-w64 version 5.2.0 x86_64-posix-seh-rt_v4-rev1
When I compile golang with some external c code which using the setjmp and longjmp,the program crash.
My c code is here (It's in a c file in a directory which implements package lua)... | help wanted,OS-Windows,NeedsFix | medium | Critical |
122,944,409 | go | cmd/vet: vet is reporting lock value copying on composite literal assignment | The code is the following:
```
r := hipacheRouter{prefix: "hipache"}
err := r.AddBackend("tip")
c.Assert(err, check.IsNil)
config.Set("hipache:redis-server", "127.0.0.1:6380")
defer config.Unset("hipache:redis-server")
r = hipacheRouter{prefix: "hipache"}
```
go vet is reporting "assignment co... | Analysis | low | Critical |
122,967,496 | go | cmd/link: Support absolute import paths for main packages with -X | ##### What version of Go are you using (go version)?
`go1.5.1`
##### What operating system and processor architecture are you using?
`darwin/amd64`
##### What did you do?
``` console
$ go get -ldflags="-X github.com/tsenart/hello.Version=v0.0.1" github.com/tsenart/hello
$ hello
```
##### What did you expect to see?
... | compiler/runtime | low | Minor |
122,994,291 | opencv | OpenCV FileStorage only supports YAML 1.0 which is now deprecated. | Problem: LibYAML explicitly rejects YAML 1.0 files and thus OpenCV YAML files require modification to be read in other programs using LibYAML (e.g. python, R, etc.). Example YAML 1.0:
`%YAML:1.0
data: [ 1., 467389., 1318., 626., 1., 41965]`
Solution: modify FileStorage to write YAML 1.1 files. Example YAML 1.1:
`%YA... | feature,category: core,affected: 2.4,affected: 3.4 | low | Major |
123,186,973 | go | x/mobile/exp/sensor: geolocation | Add to x/mobile the ability to retrieve current latitude/longitude from e.g. GPS. (Relates to #9330)
| mobile | low | Major |
123,271,700 | opencv | potential bug in VideoCapture_DShow | I work on window 10 and want to capture image from a usb camera using opencv 3.0.
My camera can only work at YUY2_640_480_30FPS or MJPEG_640_480_90FPS.
I prefer MJPEG_640_480_90FPS since it has higher frame rate, however, in defaut, my camera works at YUY2_640_480_30FPS. In order to make it working at MJPEG_640_... | bug,category: videoio | low | Critical |
123,291,765 | youtube-dl | Site Support request: sproutvideo.com | Example File : (Type can be sd or hd - if no type is specified the video will playback in sd)
SD : http://videos.sproutvideo.com/embed/e89bddb01f1be3cf60/0d7fb4d67f328c8b?type=sd
HD : http://videos.sproutvideo.com/embed/e89bddb01f1be3cf60/0d7fb4d67f328c8b?type=hd
here is the "dump request":
PCFET0NUWVBFIGh0bWw+Cjxod... | site-support-request | low | Minor |
123,311,150 | react | DataTransfer's dropEffect not working on IE/Edge with not minified version react.js | code exmaple: [Non-minified version](https://jsfiddle.net/sy7eja68/) and [Minified version](https://jsfiddle.net/sy7eja68/1/)
Both have the same code, html and js, the only difference is referenced to different version of react.js files.
There are three boxes. Dragging the "**drag me**" box will show a "**start**" a... | Type: Bug,Browser: IE | low | Critical |
123,344,471 | kubernetes | Support for managing revoked certs | Authenticating users via x509 certs is important, but the project seems to be missing a mechanism to revoke certs (without throwing the entire chain away and regenerating ALL certs for all users).
It would be great to be able to declare which certs are invalid, and have the kube-apiserver, kubelets, and all other cert... | priority/backlog,sig/api-machinery,kind/feature,sig/auth,lifecycle/frozen | high | Critical |
123,468,428 | vscode | Task and/or Extension Command User Arguments On Entry | I am creating an extension and I want the end user to be able to enter an argument (say string) at the step they select "Run Task". The only current workaround I can think of is informing the user to edit the tasks.json file with the arguments, but what I am asking/requesting is that they could enter a one time use arg... | feature-request,api | medium | Critical |
123,486,171 | opencv | undefined reference to `glRotated' | ```
[ 97%] Building CXX object samples/gpu/CMakeFiles/example_gpu_opengl.dir/opengl.cpp.o
Linking CXX executable ../../bin/gpu-example-opengl
CMakeFiles/example_gpu_opengl.dir/opengl.cpp.o: In function `draw(void*)':
opengl.cpp:(.text._Z4drawPv+0x21): undefined reference to `glRotated'
CMakeFiles/example_gpu_opengl.dir... | bug,category: gpu/cuda (contrib) | medium | Critical |
123,494,164 | youtube-dl | [Request] [npo] Please support NPO 'channels' | It would be cool if we could download all videos from a channel subsequently, e.g.
```
youtube-dl http://www.npo.nl/de-wereld-draait-door/POMS_S_VARA_059933
```
At the moment, the individually listed videos are supported, it's just not possible yet to download them in batch.
| site-support-request | low | Minor |
123,500,759 | go | tour: show answers to exercises | I couldn't complete exercises because I'm unfamiliar with the syntax.
Could we introduce best-in-class exercise solutions that are available from the exercise?
| NeedsInvestigation | low | Minor |
123,644,145 | TypeScript | Polymorphic `this` and Generics | First, thank you team for polymorphic `this`. It is really handy!
I think I ran into a case though that I am finding challenging, when I need to return a `this`, but the generics might have changed. For example:
``` typescript
class A<T> {
private items: T[] = [];
map<U>(callback: (item: T, idx: number, a: ... | Suggestion,Needs Proposal | medium | Critical |
123,705,921 | go | net/http: support GET-with-body in Transport/Server | RFC 2616 is super vague about whether a GET request with a body is valid, or what to do about it.
We should decide, document, enforce, and test.
I vote reject them.
RFC 2616 says:
> The rules for when a message-body is allowed in a message differ for
> requests and responses.
>
> The presence of a message-bod... | NeedsFix,FeatureRequest | low | Major |
123,783,998 | nvm | test/slow overwrite npm | Why do `npm run test/slow` overwrite `npm` ?
``` bash
$ nvm install v5.3.0
Downloading https://nodejs.org/dist/v5.3.0/node-v5.3.0-darwin-x64.tar.xz...
######################################################################## 100.0%
WARNING: checksums are currently disabled for node.js v4.0 and later
Now using node v5.3... | testing,needs followup | low | Critical |
123,813,545 | youtube-dl | Detect embedded wat videos | This is a feature request.
Sometimes website A embeds a video from website B, and we have an extractor for B.
The idea is:
- if there is no extractor for A:
- iterate through known extractors, trying them at A
- if none of them worked
- only then say `Unsupported URL`
Example:
- A = `www.wat.tv/video/danse-co... | request | low | Minor |
123,816,650 | youtube-dl | Support for xinhuanet videos. | Hi,
It'd be great if you can add support for videos from xinhuanet! Example URL: http://news.xinhuanet.com/english/video/2015-12/24/c_134947040.htm
```
[generic] c_134947040: Requesting header
WARNING: Falling back on generic information extractor.
[generic] c_134947040: Downloading webpage
[generic] c_134947040: Ext... | site-support-request | low | Critical |
123,887,361 | TypeScript | Give better error messages down the line when generic merged interfaces have different type parameters | ``` ts
interface Foo<T> {
n: T;
}
interface Foo<U> {
y: U;
}
interface FooConstructor {
new <T>(): Foo<T>;
}
```
```
TS2314 Generic type 'Foo<T, U>' requires 2 type argument(s).
```
Feedback of https://github.com/DefinitelyTyped/DefinitelyTyped/pull/7321. I searched `Promise<T, R>` interface but I couldn... | Bug,Help Wanted,Effort: Moderate | low | Critical |
123,937,925 | youtube-dl | Can't download from myspace | I can't download songs from that page:
https://myspace.com/spiridoo/music/songs
| request | low | Minor |
123,946,183 | youtube-dl | Have a way to cancel the download programatically | this way, it could be done the following:
```
ydl = youtube_dl.YoutubeDL(conf)
ydl.download([self.url])
```
at some point in the middle, from other thread:
```
ydl.cancel()
```
and it would stop downloading.
| request | low | Minor |
123,979,492 | You-Dont-Know-JS | Tilde is one's complement | In Types & Grammar, Chapter 4, you state in passing that ~ computes the two's complement of a number. What it actually computes is the one's complement (flipping the bits), which is why ~42 is -43. Two's complement is the operation performed by unary - and consists of flipping the bits and adding 1 (or equivalently fli... | for second edition | low | Minor |
123,981,831 | java-design-patterns | Extract-Transform-Load (ETL) architectural pattern | **Description:**
The Extract-Transform-Load (ETL) design pattern is crucial for data integration and data warehousing processes. It involves extracting data from various sources, transforming it to fit operational needs, and loading it into a target database or data warehouse. This pattern ensures that data is accurate... | info: help wanted,epic: pattern,type: feature | low | Major |
124,021,423 | go | tour: explain the semantics of the main goroutine | Context: http://127.0.0.1:3999/concurrency/1
In concurrency/1 (Goroutines), commenting out line 17 say("hello") also stops the go say("world") from doing anything. The program exits before any worlds are said, yet without commenting out line 17 it seems to wait for all goroutines to finish before exiting.
| Documentation,help wanted,NeedsInvestigation | low | Minor |
124,032,718 | TypeScript | Issue in indentation when formatting consecutive objects | Reposting Microsoft/vscode#1661
There's a very annoying issue when hitting "format code" in a TS file. Here's an example:
``` ts
[{
}, {
}]
// or
fn({
}, {
})
```
becomes:
``` ts
[{
}, {
}]
// or
fn({
}, {
})
```
This gets really annoying when you have large nested objects containing things like functions etc... | Bug,Help Wanted,Domain: Formatter | low | Minor |
124,135,656 | rust | bad diagnostic when macro tries to use stmt as expr | Given [this macro](http://is.gd/tEPMxF):
``` rust
macro_rules! foo {
($s:stmt) => { $s }
}
```
When called in expression context, for example `println!("{}", foo!(42))`, the error message refers to "unexpected token `42;`", thereby conjuring a semicolon out of the ether. We aren't JS so we shouldn't conjure semic... | A-diagnostics,A-macros,T-compiler,A-suggestion-diagnostics,D-incorrect | low | Critical |
124,170,956 | TypeScript | Indentation failure with unclosed JSX element | ``` ts
var x =
<div>
<input type="text" name="name">
</div>
namespace foo {
/**/
```
Press enter at `/**/`.
```
Description:
getIndentationAtPosition('C:\Users\drosen\AppData\Local\Temp\~vs8E0D.tsx', 94)
StackTrace:
Error: Debug Failure. False expression:
at assert (:1645:17)
at find (:4184... | Bug,Domain: JSX/TSX | low | Critical |
124,236,352 | angular | Can't explicitly validate ControlGroup | It would be nice to have the possibility to explicitly call a **.validate()** method on a ControlGroup.
Starting with an invalid form just because the user still hasn't entered anything isn't always ideal.
In [your forms guide](https://angular.io/docs/ts/latest/guide/forms.html) it's quite convenient to start out with... | feature,workaround1: obvious,freq2: medium,area: forms,feature: under consideration | high | Critical |
124,243,741 | TypeScript | Reference to own class in static variable initialization to a decorated class references undecorated class instead of decorated class | 
[TypeScript Playground link](http://www.typescriptlang.org/Playground#src=%0A%40ClassWrappingDecorator%0Aclass%20X%20%7B%0A%20%20%20static%20factory%20%3D%20createFactory%28X%29%0A%7D)
| Bug,Domain: Decorators | low | Major |
124,251,657 | neovim | Windows: :edit filename inconsistencies | E.g. try the following
```
:e \s3go.
:w
```
- Vim/Windows - fails on `:write` with `E212: Can't open file for writing`
- Vim/Unix - succeeds, names the buffer on edit as `s3go.` and creates the file `s3go.` instead of `\s3go.`
- Neovim/Unix behaves like Vim/Unix
- Neovim/Windows behaves like Vim/Unix too (#810)
What ... | needs:decision,platform:windows,compatibility,has:plan | low | Major |
124,355,926 | nvm | Unaliased sha1sum, sha1 or shasum not found | > $ nvm install v0.10.29
> Downloading https://nodejs.org/dist/v0.10.29/node-v0.10.29.tar.gz...
> ###### ################################################################## 100.0%
>
> Unaliased sha1sum, sha1, or shasum not found.
> nvm: install v0.10.29 failed!
Not sure what the issue is. I'm using nvm version 0.30.1.... | needs followup | low | Critical |
124,370,148 | go | spec: clarify imprecise conversions of non-floating-point constant to floating point type | ... or perhaps the spec is does not convey the intention.
The spec says (https://golang.org/ref/spec#Conversions)
> A constant value x can be converted to type T in any of these cases:
> - x is representable by a value of type T.
The Go compiler allows conversion in certain cases, where an integer constant value is ... | Documentation,NeedsInvestigation | low | Minor |
124,372,215 | rust | Some `std::collections` types are unnecessarily invariant | The following `std::collections` types are unnecessarily invariant in their type parameters:
- ~~`binary_heap::Drain`~~
- ~~`btree_map::{Keys, Values}`~~
- ~~`btree_set::{IntoIter, Iter, Range}`~~
- `btree_set::{Difference, Intersection, SymmetricDifference, Union}`
- ~~`hash_map::{IntoIter, Iter, Keys, Values}`~~... | C-enhancement,A-collections,T-libs-api | low | Minor |
124,432,496 | rust | Compiler bug with cyclic weak references on Windows | I've tracked down the following bug on 1.5 stable. It only appears to happen on Windows, as I've tried the same program on Linux x64 without problems:
`test.rs`:
```
use std::rc::{Rc, Weak};
struct SDVertex {
start_face: Option<Weak<SDFace>>,
}
impl SDVertex {
fn new() -> SDVertex {
SDVertex {
... | A-linkage,O-windows-msvc,C-bug | low | Critical |
124,484,654 | go | x/mobile/app: faster reshape callback on darwin_amd64 | I write a simple 2d app with gomobile on mac.
I paint one image with fixed position and fixed size.
I found that when I resize the window quickly ,the image size on the screen is bigger or smaller proportionally to the screen size.
Sometimes,the image size remember the windows size in seconds ago.
After I comment out ... | mobile | low | Major |
124,491,509 | go | crypto/aes: S-box cache timing leak | The crypto/aes package uses S-boxes and thus leaks cache timing information. Techniques to avoid this [are known](http://shiftleft.org/papers/vector_aes/) and should be used on all platforms Go supports.
If Go does not support the needed vector intrinsics, then support for them should be added.
| Security | low | Major |
124,499,048 | flutter | We should have an offline-friendly and poor-network-friendly network layer | Most network APIs have the opinion that you make a request and it either succeeds, fails, or times out.
We should introduce a network API that never fails or times out. It just keeps retrying. If we encourage this to be used by most authors, then Flutter applications will be much more reliable. You wouldn't get "messa... | c: new feature,framework,would be a good package,P3,team-framework,triaged-framework | low | Critical |
124,511,351 | youtube-dl | Optimize metadata support for OS X | # Metadata functions in youtube-dl
youtube-dl comes with these metadata related arguments: `--add-metadata` and `--xattrs`.
`--add-metadata` writes into the metadata section of the container format where possible/supported whereas `--xattrs` into the filesystem's metadata section.
# Metadata on OS X
Mac users... | request | medium | Major |
124,548,898 | nvm | FR: Notify on newer version of node. | Say the current default version in the users machine is `v5.1.0` and the remote latest is `v5.2.0`, it would be nice have a notification system in place which would indicate the user that a greater version is available.
We could indicate this when the user invokes `nvm` or `node -v`.
//cc @ljharb
| feature requests | low | Major |
124,559,338 | TypeScript | Incorrect autocomplete suggestion with dots | ``` ts
1;
12;
```
Add a dot.
``` ts
.1;
1.2;
```
Then Visual Studio 2015 suggests global variables.
| Bug,Help Wanted | low | Minor |
124,561,041 | youtube-dl | Add support for cwseed.com show pages | Hi, I'd like to vote to add the following site which does not appear to currently work but does list all videos on one page, etc. so given other supported sites doesn't look like it would be very different:
Site:
http://www.cwseed.com
Example of series page:
http://www.cwseed.com/shows/the-oc
| site-support-request | medium | Major |
124,590,589 | go | net/http: transport MaxIdleConnsPerHost does not work as expected | I recently had an issue which made Go consume all ephemeral ports and start failing to do requests.
The problem was triggered because I was doing 10 concurrent requests with the DefaultMaxIdleConnsPerHost so Transport was only reusing 2 connections and closing the other 8 as soon as a request was finished, just to rees... | help wanted,NeedsFix | low | Major |
124,605,661 | youtube-dl | --sub-lang shall accept language wildcard syntax | I'd welcome a language wildcard syntax, i.e. "I want 'en_' no matter what dialect" or "I want 'en-uk,en_' as in 'British English first else any English available' ") to spare the user lengthy language code guesswork/generalisation or the need for a manual --list-sub investigation prior downloading, which if resorting t... | request | low | Minor |
124,617,039 | neovim | Abort multikey commands after `timeoutlen` | Over the msgpack-rpc connection it is possible to send `vim_input "<C-w>"` and then to wait forever for the second part of the key sequence. Actually there should be a timeout. It would make sense to use the same value that is already used in vim, namely `timeoutlen`.
| bug-vim | low | Minor |
124,618,458 | neovim | Expose window layout | This issue actually just repeats what is already described by @tarruda as the "[smart UI protocol](http://tarruda.github.io/articles/neovim-smart-ui-protocol/)" but I want to have it as a ticket to get feedback when it is available.
Over the last weeks, I spent a lot of time by implementing a smart UI on the client si... | enhancement,api,ui | low | Major |
124,635,309 | opencv | calcOpticalFlowPyrLK yields incorrect result when using OpenCL | Visual Studio 2015
OpenCV 3.1.0
WITH_OPENCL enabled
WITH_OPENCL_SVM enabled/disabled (always occur)
Concise sample code:
```
cout << "useOpenCL: " << ocl::useOpenCL() << endl;
// Just the sample video shipped with OpenCV source
VideoCapture cap("D:\\work\\opencv_3.1\\opencv\\sources\\samples\\data\\768x576.avi");
U... | bug,category: video,affected: 3.4,category: ocl,category: t-api | low | Minor |
124,699,147 | opencv | cv::namedWindow will not spawn a new opengl window if you try to create a window that has been closed. | On windows using the current master branch, msvc2013x64. Qt5.5, OpenGL on.
If you create a window with cv::namedWindow with the OpenGL flag, and then close the window with the [X] button, subsequent calls to cv::namedWindow with the same window name and an OpenGL flag will not create a new window.
Minimal test:
int ... | bug,category: highgui-gui | low | Minor |
124,942,746 | vscode | Proposal: Add mnemonics to context menu items | On Windows systems it looks like context menu items don't have accelleration characters assigned to them. Getting used to accessing context menu items by using the keyboard it would be an improvement to see the acceleration character displayed along with the context menu immediately.
So I suggest to display a context ... | feature-request,menus | low | Major |
125,036,412 | go | crypto/tls: Set{Read,Write}Deadline implementation is surprising/ineffective | Bear with me, this is a little long-winded, but I'm not sure how I can explain this more succinctly..
The current implementation of these functions is to pass them directly through to c.conn. Judging by my understanding of how TLS works, I think this is wrong. Picture a TLS listener socket which has just accepted a cl... | NeedsInvestigation | low | Minor |
125,084,125 | kubernetes | Passing `--cert-dir` to kube-apiserver overwrites existing certs | It seems to actually overwrite existing ones
| priority/backlog,kind/documentation,sig/api-machinery,lifecycle/frozen | medium | Major |
125,084,454 | kubernetes | Passing only `--tls-cert-file` produces cryptic error message | It says: `E0105 14:50:09.165099 10 server.go:633] Unable to listen for secure (open : no such file or directory); will try again.`
I've also had `--cert-dir` set at the time, not sure if that somehow triggered an edge case of sorts. I've only tested this with v1.1.3 binaries.
| priority/backlog,kind/documentation,sig/api-machinery,lifecycle/frozen | low | Critical |
125,144,988 | neovim | Enable Ctrl-U Ctrl-O in completion mode | Vim disables Ctrl-U in user defined completion mode and Ctrl-O in omni completion mode. See https://github.com/Valloric/YouCompleteMe/issues/24 for some detail.
It seems that the these keys are hard coded in vim so that it is impossible to restore their original function through mapping. Ctrl-O is heavily used in a ... | enhancement | low | Minor |
125,202,044 | go | runtime/pprof: CPU profiles incorrect for kernels with broken setitimer support | As of Go 1.6, pprof's CPU profiles are known to be incorrect on a few systems due to what are arguably kernel bugs. This issue documents those systems.
The text below distinguishes a profile being incomplete (missing profile samples for code that was running) from being incorrect (containing samples for code that wasn... | compiler/runtime | low | Critical |
125,223,845 | vscode | Add some API to support GUI customization | VS Code is a great coding IDE, but developers love to customize their tools to make them feel like home and VS Code lacks those customization abilities.
I love the sublime material theme and I wanted to implement it in VS Code but as far as I can see it's not possible now because only the coding area is customizabl... | feature-request,api | high | Critical |
125,293,834 | go | strings: optimize WriteTo to use an intermediate buffer for large strings | Using `go1.5`
NOTE: This issue used to be about using an intermediate buffer in io.WriteString, but will instead perform the optimization in strings.Reader.WriteTo instead. The description in this issue still refers to WriteString, but the performance numbers will probably be the same once applied to strings.Reader.Wr... | Performance | medium | Critical |
125,425,109 | opencv | CMake find_package across 2.x and 3.x | I have an app that is compatible with OpenCV >=2.4.8 as well as the 3.x branch. Previous to 3.1.0, a
`find_package(OpenCV 2.4.8 REQUIRED core imgproc highgui objdetect)`
would succeed with an installed OpenCV 2.4.8 (or 2.4.11 or whatever) and 3.0.0.
However, 932043fdc2e827f715a71053f9d3de479f8c0c6d broke this by retur... | category: build/install,affected: 2.4,affected: 3.4,RFC | low | Major |
125,465,456 | three.js | Feature Request - Decals that work with animated meshes | Currently decals (DecalGeometry.js) do not work with animated meshes.
I am peering into the code to see how difficult it would be to implement this. It appears maybe animations are done at the shader level, so I'm getting increasingly discouraged the more I'm trying to analyze this.
I'm sure many would appreciate th... | Enhancement | medium | Major |
125,467,360 | go | x/mobile/event/touch: cancellation and gestures | As mentioned on golang.org/cl/18180:
iOS cancels a touch when a gesture is detected. We don't currently report touch cancellation, nor do we report gestures.
Is a portable iOS/Android API for gestures possible? If not, should gestures be turned off? If they are, are there any cancelled events any more?
| mobile | low | Minor |
125,535,379 | youtube-dl | Add Bittorent Bundle | https://bundles.bittorrent.com/
For most film the site provide a trailer.
The url is in audio/video tag, you just have to change the end of the url with the filename you want (which are at the end of the page, kindly provided by the site) to retrieve the full film/album.
Example:
```
https://bundles.bittorrent.com/bun... | site-support-request | low | Minor |
125,540,753 | go | proposal: net/http: configurable Server.WriteBufferSize | Hi, in our most cases, the http written bytes more than 4<<10, so we need set bufio Read/Write buffer size and connection SNDBUF/RCVBUF ?
Also we think this change is appropriate, does go plan to support this?
| Proposal | low | Major |
125,632,043 | go | runtime/internal/atomic: consider making Xadd panic on underflow | I've sunk a lot of time in to debugging Xadds in the runtime that unintentionally underflow and cause the unsigned number to wrap, leading to some (often subtle) horrible thing happening later. This debugging effort means the runtime is now sprinkled with underflow checks in many places where it calls Xadd.
We should ... | NeedsFix,compiler/runtime | low | Critical |
125,644,100 | TypeScript | tsc removes comments preceding 'export = ...' unless extra newline follows the comment | The tsc compiler with remove comments set to false (no --removeComments flag and/or "removeComments": false in tsconfig.json) performs unexpectedly **based on whitespace characters surrounding comments before an export statement**. For example,
``` typescript
/* @ngInject */
export = function($scope: any) {
// A c... | Bug,Help Wanted | low | Minor |
125,663,563 | go | text/template: add more package docs | We can add more comments to text/template package so the readers who use godoc will see somewhat more detailed material in the documentation rather than the sparse documentation which is currently present.
| Documentation,NeedsInvestigation | low | Minor |
125,707,378 | kubernetes | Deprecate cAdvisor flags in kubelet | Currently all cAdvisor flags are exposed through the cAdvisor binary. Many of the flags are irrelevant, or provide more controls than we want to give. Additionally, once we separate most cAdvisor functionality out of kubelet, most of thees flags will no longer make sense.
Open questions about the deprecation:
- Which ... | area/kubelet,kind/cleanup,area/cadvisor,sig/node,priority/important-longterm,lifecycle/frozen | medium | Major |
125,751,051 | TypeScript | Leak of `noImplicitAny` checking with private static property | ``` ts
declare class C {
private static implicitAnyTypeProperty;
static inherited: typeof C.implicitAnyTypeProperty;
inherited: typeof C.implicitAnyTypeProperty;
}
```
expected:
```
$ node_modules/.bin/tsc index --noImplicitAny
index.ts(2,3): error TS7008: Member 'implicitAnyTypeProperty' implicitly has an 'any... | Bug,Help Wanted | low | Critical |
125,767,485 | go | spec: no rule about loops in constant definition | The compiler issues error `constant definition loop` for the following program:
``` go
package main
import "fmt"
const C = len(u)
func f() ([1]int, [C]float64) {
return [...]int{1}, [...]float64{1.1}
}
var u, v = f()
func main() {
fmt.Println(C, v)
}
```
In fact the value if `C` (resp. the type of `u`) does n... | NeedsInvestigation | low | Critical |
125,785,317 | rust | Fine-tune binary heap sifting logic | There's a fundamental compromise in sifting strategy that optimizes for small/big heaps or elements.
See #30534 for discussion and details, which changed `pop` to optimize for the large case. It's possible a branch on `self.len` could produce better results for small cases.
CC @bluss if you want to chime in
| I-slow,C-enhancement,A-collections,T-libs-api | low | Minor |
125,790,596 | rust | VecDeque's iterator could be optimized | `VecDeque`'s iterator seems to never allow llvm to vectorize loops, this could be improved.
Even an enum where it uses the slice iterator for its contiguous case, and a fallback iterator, would allow vectorization for the contiguous case.
The following simple benchmark shows the massive difference between the deque i... | I-slow,C-enhancement,A-collections,T-libs-api | low | Major |
126,016,855 | rust | Allow deprecating a re-export | This would allow a module to rename an identifier without breaking users, and provide a message that they should change.
Example:
``` rust
mod foo {
#[deprecated(reason = "use Foo instead")]
pub use self::Foo as Bar;
pub struct Foo(pub i32);
}
use self::foo::Bar; // <- deprecrated, use Foo instead
```
| C-enhancement,A-lints,T-lang,E-help-wanted,L-deprecated | medium | Major |
126,047,903 | go | x/mobile/exp/audio/al: add missing generic accessors and setters | Continuing the discussion started at https://github.com/golang/go/issues/11298#issuecomment-168354198...
Source offset setters are missing from the package and the offset must represented in float32 for more precision. Suggested APIs are below.
```
// OffsetSeconds returns the current playback position of the source ... | FeatureRequest,mobile | low | Minor |
126,053,672 | go | x/mobile/exp/audio/al: export all constants from AL headers | The al package currently doesn't export some of the constants appear on the the AL headers such as AL_PITCH, AL_POSITION, AL_DIRECTION, AL_LOOPING, etc. The full is provided below, export them all.
```
/**
* Relative source.
* Type: ALboolean
* Range: [AL_TRUE, AL_FALSE]
* Default: AL_FALSE
*
* Specifies if... | mobile | low | Minor |
126,105,647 | go | tour: use names instead of numbers for page urls | The current system of using paths like /moretypes/12 is problematic. One is that such URLs are not descriptive. The other is that the numbers change whenever we add or remove a page, breaking existing links. (I have two recent CLs that completely renumber the methods section.)
We should change the URLs to use names in... | NeedsInvestigation | low | Minor |
126,291,457 | vscode | Add fuzzy search to commands in palette | As @bpasero suggested, I'm opening an issue to suggest adding fuzzy search in the palette for commands as well.
He had an issue with this though, so it could be enabled with a user setting. But I am unsure about his concern.
> The issue with fuzzy matching is that you also need to do fuzzy sorting: more relevant res... | feature-request,quick-open | medium | 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.