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 |
|---|---|---|---|---|---|---|
106,562,223 | neovim | wrapscan could remember from where it started | I work with logs over 1000000 > lines and when doing a search, I sometimes get lost not knowing if I am looking at new results or some I already saw.
It would be useful if wrapscan could somehow warned when the search starts again as discussed in http://vim.1045645.n5.nabble.com/How-to-make-search-with-wrapscan-more-c... | enhancement | low | Critical |
106,567,343 | go | encoding/xml: brittle support for matching a namespace by identifier or url | The issue is that I believe a struct tag's namespace should be matchable by the xmlns identifier or url.
To shed some light on the issue, consider a RSS feed parser thats deals with namespaces from a variety of definitions. I could expect a few different kinds of xmlns definitions for the same type of structure. ie. ... | NeedsInvestigation | low | Major |
106,613,549 | go | cmd/compile: turn nilcheckelim into branchelim | nilcheckelim is effective and fast, but only eliminates nil checks. There are other kinds of duplicate branches that it would be nice to also elide.
For example, consider code like:
``` go
func f_ssa(e interface{}) int {
if e.(int) < 0 {
return -1
}
return e.(int) * 2
}
```
Each of the type assertions will... | Performance,NeedsFix,compiler/runtime | low | Minor |
106,638,182 | opencv | cv::CascadeClassifier::detectMultiScale detection differences from OpenCV 2.4.11 => 3.0.0 | I see a large difference in detection output between OpenCV versions 2.4.11 and 3.0.0 on Android using a custom CascadeClassifier (Haar features) with the same input image and parameters -- I see 29 and 50 detections respectively. This is using the outputRejectLevel variant of cv::CascadeClassifier::detectMultiScale. ... | bug,priority: normal,category: objdetect,affected: 3.4 | low | Critical |
106,680,844 | go | x/tools/cmd/present: browser fullscreen mode wish | On large displays present shows almost [half of the next slide](http://s.natalian.org/2015-09-16/1442368126_1918x1058.png) which can be distracting. Could there be a fullscreen mode please?
| NeedsFix,Tools | medium | Major |
106,681,002 | go | x/tools/cmd/present: html output command | I know you can Save as... the presentation from the browser but it would be nice to have a flag to output html to a directory for archival purposes.
| Tools | low | Minor |
106,718,926 | go | runtime: memory and performance degradation | Below is the program, I am running it with 1.4 and current tip. There are significant regressions with binary size, execution time and memory consumption.
Binary size on 1.4 3581368, binary size on tip is 4096280.
Below are results of running it with `TIME="%e %M" time`:
```
1.4
4.04 3035492
4.38 3035496
4.66 3035500
... | compiler/runtime | low | Major |
106,760,565 | opencv | `OutputArray` and `Mat` interprets `std::vector` differently | The following code
```
std::vector<cv::Point2f> points;
for (int i = 0; i < 10; ++i) points.push_back(cv::Point2f(i, i));
cv::Mat a(points);
cv::OutputArray b(points), c(a);
std::cerr << a.size() << b.size() << c.size() << std::endl;
```
Outputs as `[1 x 10][10 x 1][1 x 10]`, which are inconsistent and caused some p... | category: core,RFC,future | low | Critical |
106,860,640 | go | x/mobile: Cannot use GL calls inside Go library | Hi,
I have a Java Android application that uses a Go library to do some OpenGL rendering. I have configured something similar to the [bind](https://github.com/golang/mobile/tree/master/example/bind/android) example.
I have a Go library that contains functions that execute some GL calls. In the Java app, I have a GLSu... | mobile | low | Minor |
106,932,375 | go | cmd/asm: unactionable "invalid local variable type 0" | cmd/asm produces the following error message on the program:
```
TEXT T(SB),$0
TYPE
```
```
asm: T: invalid local variable type 0
```
The error message should contain file name and line number, otherwise it is unactionable.
go version devel +5512ac2 Wed Sep 16 17:56:14 2015 +0000 linux/amd64
| compiler/runtime | low | Critical |
106,959,046 | youtube-dl | URL should be normalized before trying to match with regex | e.g.
http://tp.srgssr.ch/p/portal?urn=urn%3Asrf%3Aais%3Avideo%3A3fd90c9f-507a-4a79-b6b6-ac55f746b4d4&autoplay=true&legacy=true&width=640&height=360&playerType=
doesn't match, because
urn%3Asrf%3Aais%3Avideo%3A3fd90c9f-507a-4a79-b6b6-ac55f746b4d4
isn't normalized to
urn:srf:ais:video:3fd90c9f-507a-4a79-b6b6-ac55f746b4d... | geo-restricted | low | Minor |
106,994,220 | kubernetes | Event recorder should enfoce API conventions for Event Reason | As code produces events, we are not always enforcing our own API conventions for EventNames
An example PR where we had to make a change:
https://github.com/kubernetes/kubernetes/pull/14110
We should enforce proper event naming conventions as defined here:
https://github.com/kubernetes/kubernetes/blob/master/docs/deve... | priority/backlog,sig/api-machinery,lifecycle/frozen | medium | Critical |
107,051,318 | youtube-dl | running make introduces diff | running make introduces a diff in files that are in the repsitory
```
README.md | 88 ++++++++++++++++++++++++++----------------------
docs/supportedsites.md | 17 ++++++----
2 files changed, 56 insertions(+), 49 deletions(-)
```
I think this should not happen, so ether the diff should be in the repo or... | bug,documentation | low | Minor |
107,089,485 | go | x/build: collect stats, logs | The coordinator should record per-build logs, and also keep statistics about timing information in BigQuery or something.
Then we can graph build times, test times, individual test times, machine bootup times, etc, all over time.
Related: #12668 (shootout tests talke 30 mins on arm)
| Builders | low | Major |
107,181,009 | opencv | Tests OCL_Filter/Erode.Mat (Dilate) fail on Android x86 | OS: Android 4.4 x86
Failed tests:
OCL_Filter/Dilate.Mat/100
OCL_Filter/Dilate.Mat/101
OCL_Filter/Dilate.Mat/124
OCL_Filter/Dilate.Mat/125
OCL_Filter/Erode.Mat/100
OCL_Filter/Erode.Mat/101
OCL_Filter/Erode.Mat/124
OCL_Filter/Erode.Mat/125
Common output ("actual" value differs from test to test):
[ RUN ] OCL_Filte... | bug,priority: normal,platform: android,affected: 3.4 | low | Critical |
107,185,606 | opencv | Tests in UMat group fail on Haswell | OS: Win7 x86/x64, Win8.1 x86/x64, Win10 x64, CentOS x64
Processor: Intel Core i7 5th generation
Failed tests:
UMat/UMatBasicTests.copyTo/19
UMat/UMatBasicTests.copyTo/9
UMat/UMatTestReshape.reshape/149
UMat/UMatTestReshape.reshape/205
UMat/UMatTestReshape.reshape/37
UMat/UMatTestReshape.reshape/93
UMatBasicTests.copy... | bug,priority: normal,affected: 3.4,category: t-api | low | Critical |
107,186,908 | opencv | UMatBasicTests.GetUMat tests fail on Win10 | Win10 x64 on Intel Core i7 of 5th generation
Failed tests:
UMat/UMatBasicTests.GetUMat/6
UMat/UMatBasicTests.GetUMat/7
UMat/UMatBasicTests.GetUMat/8
UMat/UMatBasicTests.GetUMat/9
UMat/UMatBasicTests.GetUMat/16
UMat/UMatBasicTests.GetUMat/17
UMat/UMatBasicTests.GetUMat/18
UMat/UMatBasicTests.GetUMat/19
UMat/UMa... | bug,priority: normal,affected: 3.4,category: t-api | low | Critical |
107,238,391 | kubernetes | Possible future improvements for Job object | 1. (COMPLETE) set a deadline and kill the job after that deadline . This was called ActiveDeadlineSeconds in the original proposal. I argued for removing it for now and it was dropped during review. @bgrant0607 argues that we have tried (on Borg) offering users many options for managing/throttling failures, and none ... | priority/backlog,sig/apps,help wanted,area/workload-api/job,lifecycle/frozen | medium | Critical |
107,259,448 | rust | Nonparametric dropck (tracking issue for RFC 1238) | Tracking issue for rust-lang/rfcs#1238.
- [x] subtask: `#[may_dangle]` attribute #34761
- [ ] can't close this until we have _stable_ support for 3rd party collection types
cc @pnkfelix
| P-medium,T-lang,B-unstable,B-RFC-implemented,C-tracking-issue,S-tracking-design-concerns | low | Major |
107,300,730 | kubernetes | Refactor Volume Code | The `Volume` interface defined in `pkg/volume/volume.go` defines methods that are used for mounting/unmounting/attaching/detaching but also volume creation/deletion. The former is used by the kubelet binary on the node, and the later by the persistent volume controller on the master.
While we should keep all volume re... | priority/backlog,kind/cleanup,sig/storage,help wanted,lifecycle/frozen | medium | Major |
107,317,276 | youtube-dl | site support requested for Muenchen.tv's live webcams | please add support for Muenchen.tv Oktoberfest webcams
their m3u8 wowsa url keeps on changing so it would be great to be able to watch / record this via YTDL:
(this live stream is already working with YTDL https://www.muenchen.tv/livestream/ )
they have two additional live webcam streams for the next two weeks for Ok... | site-support-request | low | Minor |
107,375,551 | TypeScript | Request: Class Decorator Mutation | If we can get this to type check properly, we would have perfect support for boilerplate-free mixins:
``` typescript
declare function Blah<T>(target: T): T & {foo: number}
@Blah
class Foo {
bar() {
return this.foo; // Property 'foo' does not exist on type 'Foo'
}
}
new Foo().foo; // Property 'foo' do... | Suggestion,Needs Proposal | high | Critical |
107,477,907 | TypeScript | Tag types | ### Problem
- There is no straight way to encode a predicate (some checking) about a value in its type.
### Details
There are situations when a value has to pass some sort of check/validation prior to being used. For example: a min/max functions can only operate on a non-empty array so there must be a check if a given... | Discussion | high | Critical |
107,487,826 | You-Dont-Know-JS | "es6 & beyond": ch2, "tagged template literals", cover explicit multiline string literals | Illustrate a tagged template literal function that makes multiline string literals require explicit linebreaks instead of assuming them.
`````` js
function multiline(strings,...values) {
return Function(`return "${strings.raw.join("").replace(/\n/g,"") }"`)();
}
// TODO: fix this so it adds in the interpolated valu... | for second edition | medium | Minor |
107,607,575 | TypeScript | "design:paramnames" metadata key | From https://github.com/Microsoft/TypeScript/pull/2589
> A few notes on metadata:
> - Type metadata uses the metadata key "design:type".
> - Parameter type metadata uses the metadata key "design:paramtypes".
> - Return type metadata uses the metadata key "design:returntype".
Can you please add support for a `"design:... | Suggestion,In Discussion,Domain: Decorators | medium | Major |
107,765,434 | youtube-dl | Avoid bandwith throttling | Hola Ricardo,
I Wondered if there's a way of implementing an option for circumventing a specific kind of bandwidth throtling?
Let me explain: I noticed quite a few providers, for example soundcloud and mixcloud, will serve the first few megabytes of a stream at maximum speed, but after this the speed drops just to th... | request | medium | Major |
107,856,262 | opencv | Fisheye calibrate failure with specific arguments | Fisheye `calibrate()` function fails with seg fault when `std::vector<cv::Mat>` is used instead of `std::vector<cv::Vec3d>` as `OutputArrayOfArrays` parameters `rvecs`, `tvecs`.
| bug,priority: normal,category: calib3d,affected: 3.4,Hackathon | low | Critical |
107,883,793 | go | x/mobile: android bind/java/Seq.java forces application context binding on library load | ## Problem
1) It is not required to bind an application context for go <-> jni code to work. For native activities that uses context, this might be case, but not all go library code needs this.
2) Compatibility issues if context is auto-bound. In the wild we have experienced wild/random crashes that is related to the... | mobile | low | Critical |
107,917,031 | nvm | Add tests: `nvm run --silent` and `nvm exec --silent` | I added support for `--silent` to `nvm run` and `nvm exec` in eb81fba8f7fda7342472256040597a8e59261552 for #842.
However, I was lazy, and didn't write any tests.
This issue is a reminder for me, or a request to anyone else, to write these tests. They should ensure that the output is correct without `--silent`, with `... | testing,pull request wanted | low | Minor |
107,953,383 | opencv | OutputArray::create fails for vector<Mat> | example:
``` cpp
vector<Mat> test;
OutputArray(test).create(3, 1, CV_32FC3);
cout << test.size() << endl;
cout << test[2].size() << endl;
test[2].at<Vec3f>(0)[2] = 1;
```
output:
```
3
[0 x 0]
SEGFAULT
```
The issue seems to be that OutputArray::create does only resize the vector without allocat... | priority: normal,feature,category: core,affected: 3.4 | low | Minor |
108,078,082 | You-Dont-Know-JS | Async & Performance - Ch1 - process.nextTick() | Great book series BTW
A word of caution about using process.nextTick to 'chunk' your work. Consider the following node app...
``` javascript
var a = 0;
var count = parseInt(process.argv[2]);
setTimeout(function() {
var b = a; // careful to get the instant 'now' version of a
console.log(b);
}, 0);
function w... | for second edition | low | Major |
108,164,600 | youtube-dl | youtube-dl repeats thumbnail embedding if file already exists | Using latest version (2015-09-22) as of this post.The thumbnail is downloaded before youtube-dl checks the video and sees it has already been downloaded. Then the thumbnail logic embeds the thumbnail file since it is there. This results in a video with duplicate thumbnails.
 specifies some out of the box strategies (recreate, rolling) which will be implemented inside the deployment controller. It's possible these strategies may not cover all deployment needs for end users, or for downstream users (such as OpenShift). The deployment system should enable:
1. Us... | priority/backlog,area/app-lifecycle,kind/feature,area/workload-api/deployment,sig/apps,lifecycle/frozen | medium | Major |
108,190,643 | kubernetes | RFC: Deployment hooks | Users often need a means to inject custom behavior into the lifecycle of a deployment process. The deployment API (#1743) could be expanded to support the execution user-specified Docker images which are given an opportunity to complete at various points during the recon process for a deployment.
Use cases and various... | area/app-lifecycle,priority/awaiting-more-evidence,kind/feature,area/workload-api/deployment,sig/apps,lifecycle/frozen | high | Critical |
108,213,051 | rust | rustc OSX LC_LOAD_DYLIB paths are broken | I've noticed that the `/usr/local/bin/rustc` has several dylib load commands for various rust libraries which have incorrect/nonexistent paths prefixed to them.
There are two points I'd like to bring up, the first being much more serious.
## Bad Paths
In my setup various tools all report that `/usr/local/bin/rustc` l... | A-linkage,O-macos,C-bug | medium | Critical |
108,233,505 | youtube-dl | Extractor for NPR music | Here's an example: http://www.npr.org/player/embed/439491238/440274224
I can look into adding an extractor for it but thought I'd first post a bug in case anyone had any pointers, experience with npr, etc. BTW, it looks like it's jwplayer underneath...
| site-support-request | low | Critical |
108,339,898 | go | x/text: localization support | This issue is intended as an umbrella tracking issue for localization support.
Localization support includes:
- formatting values, such as numbers, currencies, and dates in a language- and region-specific way.
- marking text to be translated in fmt-ed text and templates.
- integration into translation pipeline
Detail... | umbrella | high | Critical |
108,340,868 | youtube-dl | Problem with download videos from mirror.co.uk/video | hey guys first of all thank you for this amazing app it really useful, but unfortunately i cant download videos from http://www.mirror.co.uk/video/ i wish if you can fix this problem also make new option that can give me the download link directly for example site.com/video.mp4.
thank you
| site-support-request | low | Major |
108,444,386 | opencv | Bug: cv::CascadeClassifier window advances prematurely for no obvious reason | In the code below:
``` C++
class CascadeClassifierInvoker : public ParallelLoopBody
{
public:
CascadeClassifierInvoker( CascadeClassifierImpl& _cc, int _nscales, int _nstripes,
const FeatureEvaluator::ScaleData* _scaleData,
const int* _stripeSizes, std::v... | bug,priority: normal,category: objdetect,affected: 3.4 | low | Critical |
108,500,846 | youtube-dl | option for log file | Hi,
I know that the output from youtube-dl can be redirected to a log file.
I am looking for an log option of youtube-dl, so that I can configure it in youtube-dl.conf permanently and not bother with providing a log redirection for each download.
Infact, if the log file can also have options like -o parameter(then we c... | request | low | Major |
108,521,369 | youtube-dl | Add muxing option; allow --embed-subs to automatically remux if needed | #### Problem
A video from Crunchyroll is downloaded with `--write-sub`, `--embed-subs` and `--merge-output-format mkv` enabled. The expected outcome is that the downloaded FLV file will be losslessly muxed with the subtitles into an MKV file. What actually happens is that the two files are downloaded as normal without... | request | low | Critical |
108,537,834 | youtube-dl | Terminate download after command-line supplied duration | Looking through the documentation, I can't see a way to download a stream for a specific number of seconds.
This would be useful when downloading from audio services like tunein where the stream does not end at the end of the programme.
At the moment, I'm working around this by calling youtube-dl from a script and kill... | request | low | Minor |
108,560,391 | go | x/mobile: Fullscreen mode, app.SetFullscreen(fullscreen bool) ? | If it is okay to add this to the app package, i can send a CL implementing this to Android and IOS.
| mobile | low | Major |
108,569,101 | opencv | A quest for better docs for MatExpr and Mat | Hi devs,
After using Opencv for my project, I feel that we need a quest to improve docs of MatExpr. There is potential bugs if we do not use the library correctly.
For example, MatExpr
```
// assuming matrix B of type CV_8U, I just want to normalize it into [0, 1]
Mat A = B/255.0f; // potienti... | category: documentation,affected: 3.4,RFC | low | Critical |
108,727,397 | rust | Teach make-tidy to detect unused *.rs files | As an example, the file https://github.com/rust-lang/rust/blob/master/src/librustc_front/attr.rs is currently dead and can be removed, but before realizing it I spent several minutes trying to understand what's wrong with my text editor and why can't it find the definition of [`unlower_attribute`](https://github.com/ru... | T-bootstrap,E-medium,C-feature-request | low | Major |
109,036,783 | youtube-dl | Cannot download multiple formats with archive | I have an issue where downloading multiple file formats from a YouTube video will only download the first set of videos. For example, if a format selection is "-f 140+136,171+247" with the archive on with "--download-archive archive.txt", youtube-dl will only download formats 140+136. It will say that the video is alre... | request | low | Critical |
109,102,433 | go | go/doc: Examples not executable if pkg.name != basename(pkg.path) | % export GOPATH=$(pwd)
% cat src/foo1/foo.go
package foo
func Foo() {
}
% cat src/foo1/foo_test.go
package foo_test
import "foo1" // defines foo
func ExampleFoo() {
foo.Foo()
}
% godoc -play -http :9999 &
% open http://localhost:9999/pkg/foo1/#pkg-examples
The example is shown but not executable (grey not... | help wanted,Tools | low | Minor |
109,185,146 | javascript | Best practice for wrapping function arguments | Style guide should advise wrapping function arguments that go over maximum line length.
``` js
function someVeryLongFunctionName(someVeryLongArgumentName1, someVeryLongArgumentName2, someVeryLongArgumentName3) {
// Function body
}
```
or:
``` js
function myFunction(someArg1, someArg2, someArg3, someArg4, someArg5,... | question | low | Major |
109,234,711 | rust | Range expressions: discrepancies between rustc and parser-lalr | I'd guess that the last test case here is a `rustc` bug, but I don't know about the others.
``` rust
fn match_rangefull() {
match .. { _ => () } // rustc compiles it, parser-lalr rejects
}
fn field_of_range() {
123.. .start; // rustc rejects, parser-lalr accepts
}
fn eq_rangefull() {
.. == ..; // rustc rej... | A-grammar,P-medium,I-needs-decision,T-lang,C-bug | low | Critical |
109,294,291 | youtube-dl | Default options (bestvideo+bestaudio) does not consider downloading a higher-resolution video | ```
$ youtube-dl --get-format https://www.youtube.com/watch?v=X7pzGyfRx9A
WARNING: Could not download DASH manifest: HTTP Error 403: Forbidden
136 - 900x720 (DASH video)+141 - audio only (DASH audio)
```
```
$ youtube-dl -F https://www.youtube.com/watch?v=X7pzGyfRx9A
[youtube] X7pzGyfRx9A: Downloading webpage
[youtube... | request | low | Critical |
109,302,397 | go | x/build: add builders with different GODEBUG=cpu capabilities | Our builders for the most part only run on Haswell CPUs on Google Compute Engine.
A number of Go packages in the standard library and runtime use assembly to choose alternate paths depending on the capabilities of the processor.
I feel like we're not getting good test coverage, only testing the Haswell paths.
We do ... | Builders,NeedsFix,FeatureRequest,new-builder | medium | Critical |
109,395,398 | TypeScript | Give an error indicating that the triple slash has syntax error | I think it will be very nice to give a syntax error when there is a syntax error in triple slash
For example
``` ts
/// <reference patj="file1.ts"/> => a syntax error that triple slash syntax
```
| Suggestion,Help Wanted | low | Critical |
109,424,589 | kubernetes | Write proposal for controller pod management: adoption, orphaning, ownership, etc. (aka controllers v2) | Write a comprehensive proposal for how controllers should manage sets of pods. The main goal is to make controller APIs more usable and less error-prone.
We've discussed a number of changes:
- unique label generation: #12298, #34292
- controllerRef to manage overlap: https://github.com/kubernetes/kubernetes/issues... | priority/important-soon,area/app-lifecycle,sig/api-machinery,sig/apps,lifecycle/frozen | medium | Critical |
109,485,542 | opencv | Shape Transformers and Interfaces - Thin Plate Spline Warping | Hey,
s.th. in this Shape Transformer Interface seems to be buggy.
Maybe also see my former Question at the opencv forum http://answers.opencv.org/question/69384/shape-transformers-and-interfaces/
The following code will only produce a completly gray image. The error is reproducable by giving the last point the same ... | bug,priority: normal,affected: 3.4,category: shape | low | Critical |
109,528,763 | opencv | Bug: Dependencies between detector runs on LBP | There is some bug with cv::CascadeClassifier in case of lbpcascade_frontalface:
We have 3 photos (attached files arranged as 02463d131, 02463d139, 02463d142 respectively). Сonsistently run detector on them. For the last picture we get the wrong result. Remove, for example, the second photo. Now, the result for the thir... | bug,priority: normal,category: objdetect,affected: 3.4,category: ocl | low | Critical |
109,548,010 | go | go/printer: unexpected handling of indented comment | The comment was indented one extra tab stop beyond where it should be by gofmt.
- Deleting one of the tabs and running gofmt again results in the proper alignment.
- Removing the statement below the comment and re-formatting will remove the extra tab stop.
- Changing the statement above the comment so the "func" line i... | NeedsInvestigation | low | Critical |
109,572,206 | neovim | RPC request (or other K_EVENT) causes redraw | I have noticed that the intro message is a bit too short to read. I was looking through the code to try and find where this timeout would be set, but came up empty handed. Can someone push me in the right direction so I can make my first Neovim contribution? :smile:
| needs:design,job-control,event-loop | low | Major |
109,573,630 | youtube-dl | Site Request: Huffingtonpost.CA | .....I am hoping this is just a matter of adding the .ca URL to the existing huffpost extractor.
URL: http://www.huffingtonpost.ca/2015/09/28/entrepreneur-enters-hands-free-hoverboard-market-engulfed-in-patent-war_n_8207232.html#_methods=onPlusOne2C_ready2C_close2C_open2C_resizeMe2C_renderstart2Concircled2Cdrefresh2Ce... | site-support-request,geo-restricted | low | Critical |
109,623,697 | go | runtime: runtime-gdb_test mapvar failure on Fedora 20 | I tried to build go from the sources. I followed the instruction from
https://golang.org/doc/install/source
*\* What version of Go are you using (go version)?
go version go1.4.2 linux/amd64
and
go1.4
*\* What operating system and processor architecture are you using?
fedora 20 (Linux 3.19.8-100.fc20.x86_64 ... | compiler/runtime | low | Critical |
109,626,701 | youtube-dl | Site support request: JizzHut.com | This website is glorious. It is also unsafe for work.
| site-support-request | low | Major |
109,671,774 | three.js | Specular color map? | Hi everyone.
Now the `Specular map` only controls the intensity of the specular highlights, it's will be great if we have `Specular color map` (http://wiki.polycount.com/wiki/Specular_color_map), one more step toward to the realistic material.
> Specular Color Map
>
> A texture that controls the intensity/color of t... | Enhancement | medium | Major |
110,104,883 | go | proposal: spec: type inferred composite literals | Composite literals construct values for structs, arrays, slices, and maps. They consist of a type followed by a brace-bound list of elements. e.g.,
``` go
x := []string{"a", "b", "c"}
```
I propose adding untyped composite literals, which omit the type. Untyped composite literals are assignable to any composite type.... | LanguageChange,Proposal,LanguageChangeReview | high | Critical |
110,111,650 | go | x/net/trace: no way to know whether Finish has been called | @Sajmani
The current trace package does not provide a way for the caller of trace.FromContext to know whether trace.Trace.Finish has been called on this Trace (usually by another goroutine) so that the caller may operate on a finished Trace.
| NeedsInvestigation | low | Minor |
110,122,519 | kubernetes | kubelet should treat each pod source independently | Right now kubelet waits until all sources are ready before deleting pods, so that it wouldn't accidentally kill desired pods from not ready sources (bug to-be-fixed by PR: #15167).
What kubelet should do is to treat each source independently, i.e., if a source is ready, we can sync _and_ clean up pods from that source... | priority/backlog,sig/node,kind/feature,lifecycle/frozen,area/pod-lifecycle | low | Critical |
110,140,315 | TypeScript | "Cannot find module" message should be more explicit, saying where it's looking | With all the vagaries around module loading, it'd be great to give a more verbose, helpful error message for "Cannot find module 'foo'", saying where the compiler looked for the module. That can help clue the user into (1) how TypeScript works and (2) how to fix their issue.
The message text could be semi-static, ma... | Suggestion,Help Wanted | low | Critical |
110,170,133 | material-ui | [Snackbar] Add stacking support/display several | ## Summary 💡
Place multiple snack bars on the page.
## Examples 🌈
<img width="310" alt="Capture d’écran 2020-09-04 à 15 41 59" src="https://user-images.githubusercontent.com/3165635/92245839-326a0b80-eec5-11ea-87f5-fbcbc3f808f1.png">
## Motivation 🔦
Will the material design specification discourages... | new feature,component: snackbar,priority: important | medium | Critical |
110,188,575 | TypeScript | typescript checking frontend template files | The greatest feature of TypeScript, in terms of big enterprise apps, is type checking. When modifying/extending something low-level, I'll get all errors that arise beneath - just like I would in Java and .Net. But this relates to TS code.
My question is: **is it possible to use TypeScript to check types used in fronte... | Suggestion,Needs Proposal | medium | Critical |
110,285,638 | go | x/mobile: dedicated publish.Event type? | Moving a TODO from example/basic to an issue.
Should app code running a fast draw loop use a.Send(paint.Event{})? Should we have a dedicated publish.Event type? Should App.Publish take an optional event sender and send a publish.Event?
| mobile | low | Major |
110,318,123 | angular | Proposal: A directive should not receive events that it fired | E.g.
```
export class Checkbox {
@Output() change: EventEmitter = new EventEmitter();
@HostListener('change', [
'$event.target.value'
])
onChange(event) { ... }
}
```
| type: bug/fix,effort1: hours,freq1: low,area: core,state: confirmed,core: event listeners,core: inputs / outputs,design complexity: major,P3 | low | Minor |
110,318,233 | rust | Rust tries to be too helpful with impl suggestions, sometimes being unhelpful | [This code example](http://is.gd/riFsRe) is a simplified extraction of part of the hierarchy that I'm working on for https://github.com/sgrif/yaqb. It's still a bit contrived, but I think it really gets the point across about how unhelpful/nonsensical the resulting error message is.
The type structure goes like this:... | C-enhancement,A-diagnostics,T-compiler,F-on_unimplemented,D-confusing | medium | Critical |
110,327,289 | rust | associated type not normalized when a where-clause is present | ## Affected Versions
At least 1.3, 1.4, `rustc 1.5.0-nightly (11a612795 2015-10-04)`
## STR
``` Rust
trait Foo { type Bar; }
impl<T> Foo for T { type Bar = u64; }
fn foo<T>() -> <T as Foo>::Bar
where T: Foo // <- the code compiles if this is removed
{ 1 }
fn main() {}
```
## Expected Result
the code should compi... | A-trait-system,P-low,A-associated-items,T-lang,C-bug | low | Critical |
110,331,728 | youtube-dl | Failing to download PBS video | When trying to download http://www.pbs.org/wgbh/nova/tech/making-stuff.html#making-stuff-stronger I get an error. Here's the debug output:
```
--verbose http://www.pbs.org/wgbh/nova/tech/making-stuff.html#making-stuff-stronger
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', ... | geo-restricted | low | Critical |
110,452,948 | go | x/crypto/ssh: TerminalModes have no impact on Session.RequestPty | ``` golang
modes := ssh.TerminalModes{
ssh.ECHO: 0,
ssh.ECHOCTL: 0,
ssh.TTY_OP_ISPEED: 14400,
ssh.TTY_IP_SPEED: 14400,
}
session.RequestPty("xterm", 80, 40, modes)
```
Control characters are still echoed and tab does not appear to trigger autocompletion in bash.
| NeedsInvestigation | low | Minor |
110,484,697 | go | tour: rot13Reader hint | Context: http://tour.golang.org/methods/12
Great tutorial!
If I may humbly suggest, it would have helped me to be told that all characters in a reader should be processed even if there is an error. I put a guard statement to not bother to do the rot13 if the enclosed reader returned an error, for efficiency reasons. A... | NeedsInvestigation | low | Critical |
110,492,789 | go | go/types: request for NewSelection constructor | Consider (*ssa.Program).MethodValue(sel *types.Selection) *ssa.Function. It requires a *types.Selection as its argument. If you have the receiver type T and the selector name (pkg, name), you can obtain a Selection by calling types.NewMethodSet(T).Lookup(pkg, name), but this is asymptotically more expensive than callin... | NeedsInvestigation | low | Minor |
110,535,073 | neovim | restore :shell command | Now with the `:terminal` merged I think it makes sense to readd the `:shell` command which will basically do the following:
1. Open new tab.
2. Save `&showtabline` and `&laststatus` variables and set them to zero.
3. Run `:terminal`.
4. Add an autocmd which restores options when terminal exits.
5. Add something which m... | compatibility | low | Major |
110,542,994 | youtube-dl | Possibility of ignoring videos without subtitle files | Hey there youtube-dl devs! I am doing some mass information farming to hopefully generate an accurate acoustic model using audio and subtitle information gathered from youtube (or otherwise). I've found your application to do almost exactly as I need it to and am thoroughly pleased with the results! Now, my question... | request | low | Critical |
110,566,494 | go | tour: introduce collapsible hint sections on page | Some recent CLs to the tour added hints to certain problems
where the user used to have to think for themselves.
I suggest that we add collapsible hint sections to hide these
spoiler contents by default.
| NeedsInvestigation | low | Minor |
110,600,293 | rust | #[repr(C)] enum bit width determination algo does not match that of the C compiler | In C, support for enum determinants that cannot be represented by an `int` is implementation-defined. Many compilers choose a different basic type for representation, based on the types or the values of the determinants. This is where the algorithm currently used by Rust for `#[repr(C)]` enums may differ from the one u... | A-repr | low | Major |
110,674,564 | thefuck | Strange suggestions for `cd ,,` | I often type `cd ,,` when I meant to type `cd ..`. thefuck suggest the following things for that command.
- `mkdir -p ,, && cd ,,`
- `mkdir -p ,, && cd ,,` (yes, the same twice)
- `cd .`
It would be great to get rid of the duplicate and to add `cd ..` as well
| help wanted | low | Minor |
110,684,867 | TypeScript | Performance of getSemanticDiagnostics in compiler API | The setup is somewhat similar to the one in the compiler API example (https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#incremental-build-support-using-the-language-services)
The problem, as in the example, is that errors are reported only for files that were directly changed. It doesn't cover the ca... | Suggestion,Help Wanted,API | low | Critical |
110,806,522 | go | cmd/link: Incorrect DWARF scope representation | The DWARF information emitted does not correctly represent the scoping of variables within a procedure.
To illustrate, given the following Go source code:
``` go
package main
import "fmt"
func main() {
m... | help wanted,NeedsFix,Debugging,compiler/runtime | medium | Critical |
110,814,561 | rust | Have rustdoc create hyperlinks on items in compiled code examples | Currently we just generate HTML for the code examples by compiling markdown.
However, rustdoc could compile these examples with a plugin that emits resolved path information for each `ExprPath` and import being used. This part isn't too hard. Might actually be useful as a plugin to be run on independent rust programs.... | T-rustdoc,E-hard,C-feature-request | low | Major |
110,821,971 | rust | Error when casting a function is not informative | ``` rust
fn heap_size(_: &usize) -> usize {
0
}
const f: *const fn(*const usize) -> usize = (&heap_size as *const fn(&usize) -> usize) as *const fn(*const usize) -> usize;
fn main() {
}
```
yields
```
<anon>:5:46: 5:86 error: casting `&fn(&usize) -> usize {heap_size}` as `*const fn(&usize) -> usize` is invalid
... | A-diagnostics,T-compiler,C-bug | low | Critical |
110,879,513 | go | tour: automatic save of the last accessed tour page | I would like to suggest to add a new feature which is the automatic save of the last accessed tour page so the user could find himself again in the page that he left. I don't think newcomers will read all the everything in one shot.
Thx
| NeedsInvestigation | low | Minor |
110,953,351 | TypeScript | Namespace elements cannot export without declaration | es6 modules can export module elements without declaration.
``` ts
import foo from 'foo';
export {foo}
```
Namespaces are not.
``` ts
import foo from 'foo';
namespace NS {
export {foo} // not support syntax
export var foo = foo; // invalid
var bar = foo;
export var foo = bar; // too redundant
}
```
Namespa... | Suggestion,In Discussion | low | Major |
111,006,598 | nvm | .bash_profile vs. .bashrc | On Mac OS X the `.bash_profile` is loaded by default, but the `.bashrc` file is not. When installing NVM it will write to the `.bashrc` file if it exists, but then won't be accessible at the command line.
Adding `source ~/.bashrc` to the end of the `.bash_profile` makes the commands available but seems a bit awkward.... | installing nvm: profile detection,pull request wanted | low | Major |
111,028,950 | TypeScript | Proposal: The internal modifier for classes | # The `internal` modifier
Often there is a need to share information on types within a program or package that should not be
accessed from outside of the program or package. While the `public` accessibility modifier allows
types to share information, is insufficient for this case as consumers of the package have acces... | Suggestion,In Discussion | high | Critical |
111,043,439 | youtube-dl | [archive.org] Add support for collections | ```
css80@allied80 /cygdrive/c/Users/css80/Desktop
$ ./youtube-dl.exe --verbose https://archive.org/details/attentionkmartshoppers
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'https://archive.org/details/attentionkmartshoppers']
[debug] Encodings: locale cp1252, fs mbcs,... | request | low | Critical |
111,048,579 | kubernetes | Label selector design doc | Capture design discussion from #15350, #341, #951, other PRs, and internal docs.
| priority/backlog,kind/documentation,area/api,help wanted,sig/architecture,lifecycle/frozen | low | Major |
111,229,130 | go | time: Parse too greedy when parsing some formats | 1. What version of Go are you using (`go version`)?
`$ go version go version devel +2d823fd Tue Oct 13 01:04:42 2015 +0000 linux/amd64`
2. What operating system and processor architecture are you using?
linux/amd64
3. What did you do?
Attempted to parse this time: `"618 AM MDT TUE OCT 13 2015"` wit... | NeedsDecision | low | Critical |
111,295,172 | rust | Can't import super | I'm not sure if this falls into the realm of something needing an RFC or not, but I expected this to work:
``` rust
mod a {
use super as foo;
}
```
but it gives `error: expected identifier, found keyword `super``.
If I do it in an import list I get a different error:
``` rust
mod a {
use super::{self as foo... | A-resolve,T-lang,C-bug | low | Critical |
111,361,577 | go | x/mobile/cmd/gomobile: CGO_CFLAGS is overwritten during go bind -target=ios | hi,
I faced an issue when I run gomobile bind with CGO_CFLAGS and CGO_LDFLAGS like
```
CGO_CFLAGS="-I/usr/local/include" \
CGO_LDFLAGS="-L/usr/local/lib" gomobile build -target=ios -v
```
but output told me that there a header file not found.
It turns out when we build ios, the CGO_CFLAGS and CGO_LDFLAGS are overwri... | mobile | low | Critical |
111,498,795 | go | cmd/link: DWARF line tables seem to be off by 1 instruction | go version go1.5.1 darwin/amd64
I was noticing that values printed in the debugger often seem to be uninitialized when stepping past a line that initializes them. It appears that the DWARF line tables are advancing the line number one instruction too early. For example, with this go code
``` go
23 func main() {
24 l... | compiler/runtime | low | Critical |
111,512,248 | kubernetes | Write resource management overview | We need an overall design for how all our resource-management features should interact:
- horizontal pod autoscaling
- vertical pod autoscaling (initial and reactive)
- resource metrics APIs
- oversubscription
- scheduling (including taking resource usage into account)
- QoS
- out-of-resource killing
- rescheduling
cc... | priority/backlog,sig/scheduling,area/isolation,sig/node,kind/feature,lifecycle/frozen,needs-triage | medium | Major |
111,512,436 | rust | Higher-ranked lifetime bounds give confusing errors | ``` rust
#![allow(dead_code)]
fn x(_: &()) {}
trait HR {}
impl HR for fn(&()) {}
fn hr<T: HR>(_: T) {}
trait NotHR {}
impl<'a> NotHR for fn(&'a ()) {}
fn not_hr<T: NotHR>(_: T) {}
fn a<'a>() {
let not_hr_func: fn(&'a ()) = x;
let hr_func: fn(&()) = x;
let hr_func2: for<'b> fn(&'b ()) = x;
hr(not_hr_... | C-enhancement,A-diagnostics,A-lifetimes,T-compiler,A-higher-ranked | low | Critical |
111,529,445 | go | spec: document that Alignof, Offsetof, and Sizeof do not evaluate their arguments | At least in cmd/compile, unsafe.Alignof, unsafe.Offsetof, and unsafe.Sizeof do not evaluate their arguments: http://play.golang.org/p/4QE3mVrFaS
Although unsurprising and consistent with C/C++, the Go spec doesn't mention this. It does say
> Calls to Alignof, Offsetof, and Sizeof are compile-time constant expression... | Documentation,NeedsInvestigation | low | Minor |
111,530,913 | go | spec: ambiguity in definition of alignment | The spec (September 24, 2015) says:
> The following minimal alignment properties are guaranteed:
> 1. For a variable x of any type: unsafe.Alignof(x) is at least 1.
> 2. For a variable x of struct type: unsafe.Alignof(x) is the largest of all the values unsafe.Alignof(x.f) for each field f of x, but at least 1.
> 3. F... | Documentation,NeedsInvestigation | low | Minor |
111,612,193 | neovim | Uses `set_a_foreground` and `set_a_background` for invalid colour indexes | I'm trying to debug a problem a user has relating to terminal rendering, and I'm looking over a `script` log of neovim's output. One thing that initially troubles me is there are places in the log where it sends
```
SGR 310
SGR 312
SGR 314
```
These aren't known to `libvterm`, nor can I find reference to them in any ... | tui | low | Critical |
111,743,443 | go | runtime: merge .go files produced by cgo into their counterparts | Merge
- `panic1.go` -> `panic.go`
- `defs1_darwin.go` + `defs2_darwin.go` -> `defs_darwin.go`
- etc
Discussed in https://groups.google.com/forum/#!topic/golang-nuts/yuh2fzooEpM
I'd like to work on this.
| compiler/runtime | low | Major |
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.