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 |
|---|---|---|---|---|---|---|
301,957,787 | awesome-mac | Suggested Additions | Hello,
I have found your list searching for some applications - excellent work and thank you for providing it!
Here are some fixes:
- Coda2 is a a web-developement IDE and not really a general purpose text editor. It probably should be under "Web Development Tools".
Here are some suggestions for additions:
... | addition | low | Minor |
302,045,206 | godot | Area3D/Area2D doesn't detect static bodies if "Monitorable" is disabled | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
184b2fe
**Issue description:**
This could also affect the 3D version of it, but I just tested in 2D.
If an Area2D's `Monitorable` property is d... | bug,confirmed,topic:physics | medium | Critical |
302,053,082 | go | cmd/go: "go get github.com\alexbrainman\gowingui" should succeed on Mac | ### What version of Go are you using (`go version`)?
go version go1.10 windows/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
```
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\Alex\AppData\Local\go-buil... | OS-Darwin,NeedsFix | low | Critical |
302,057,359 | gin | IP Addresses misalign log lines | Variable-length IP addresses misalign everything to their right.

(IPv6 addresses and paths are censored out in orange, but you get the idea.) | bug | low | Minor |
302,058,275 | youtube-dl | Re-enable ANSI console color for Windows 10.16257 and later | In **Windows 10** build **16257** (released [last year](https://blogs.msdn.microsoft.com/commandline/2017/08/02/updating-the-windows-console-colors/)) and later, **ANSI color** and escape sequences for the built-in `cmd.exe` console ("conhost") are subject to the following registry key:
[HKEY_CURRENT_USER\Consol... | request | low | Major |
302,073,638 | youtube-dl | Viu doesn't work | - [x] I've **verified** and **I assure** that I'm running youtube-dl **2018.03.03**
### Before submitting an *issue* make sure you have:
- [x] At least skimmed through the [README](https://github.com/rg3/youtube-dl/blob/master/README.md), **most notably** the [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](... | geo-restricted | low | Critical |
302,088,055 | TypeScript | Suggestion: readonly method | **Problem:**
A method (function written with the [ES6 method syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions)) can currently be replaced with another function by a simple assignment.
As an example consider the following snippet of code:
```ts
class Person... | Suggestion,Awaiting More Feedback | medium | Critical |
302,094,785 | flutter | TabPageSelector - externalize TabPageSelectorIndicator builder | Would it be possible to add a callback to the `TabPageSelector` that would allow to pass in a custom widget builder that could be used instead of the default `TabPageSelectorIndicator`? | c: new feature,framework,f: material design,P3,team-design,triaged-design | low | Minor |
302,095,717 | go | cmd/compile: loop optimization | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
master (1.11 dev)
### Does this issue reproduce with the latest release?
this is a compilation strategy proposal
### What operating system and processor architecture are you using (`go... | Performance,NeedsInvestigation,compiler/runtime | low | Major |
302,110,575 | youtube-dl | "Could not send HEAD request to https://learn.miguelgrinberg.com/watch/mega-tutorial/ch01.html: HTTP Error 500: INTERNAL SERVER ERROR" | ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`)
- Use the *Preview* tab to see what your issue will actually look like
... | site-support-request,account-needed | low | Critical |
302,117,540 | rust | Linking with `gcc` fails on Windows | The following code fails to link on both `stable-gnu` and `nightly-gnu` toolchains:
```rust
extern crate hound;
fn main() {
let mut input = hound::WavReader::open("clarinet-d4.wav").unwrap();
println!("Hello, world!");
}
```
The build fails with the following output: https://gist.github.com/suhr... | A-linkage,T-compiler,O-windows-gnu,C-bug | medium | Major |
302,123,464 | go | runtime/race: doesn't support the plugin package | #### What did you do?
```Go
// plugin/plugin.go
package main
import (
"os"
"time"
)
var counter int
func main() {
os.Exit(Main())
}
func Main() int {
go func() {
counter++
}()
time.Sleep(500 * time.Millisecond)
return counter
}
```
```Go
// plugin-runner.go
package main
... | RaceDetector,help wanted,NeedsInvestigation,FeatureRequest,compiler/runtime | low | Critical |
302,127,824 | flutter | BuildContext docs unclear | https://twitter.com/dodyg/status/970416861161586691
"""
"In particular, this means that within a build method, the build context of the widget of the build method is not the same as the build context of the widgets returned by that build method. "
I am trying to understand this.
"""
| framework,d: api docs,P2,team-framework,triaged-framework | low | Minor |
302,135,725 | godot | GPUParticles3D shadows don't update when the node is outside the camera frustum (and CPUParticles3D does not trigger redrawing) | I set up a 3D scene with the default environment, a player with a camera attached, 3D particles that emit the default spheres, and a bouncing ball. Using the directionalLight node , the shadow for the bouncing ball updates even when out of the frame, but the particle shadows do not.
https://imgur.com/a/rFZlT
| bug,topic:rendering,confirmed,topic:3d,topic:particles | low | Major |
302,148,013 | flutter | Better way to differentiate between tap and scroll | Current value of kTouchSlop seems really big, there is a very noticeable jerk at the beginning of scrolling, which is very unlike any native iOS scrollview, where scrolling feels instantaneous while tapping still works as expected.
As far as I can tell, iOS deals with this following way:
* The tap gesture recogni... | c: new feature,framework,f: gestures,c: proposal,P3,team-framework,triaged-framework | low | Major |
302,171,396 | rust | Provide a way to const-initialize vendor-specific vector types | The platform independent simd types have constructors which are const fns, so they can be used in things like lookup tables: https://raw.githubusercontent.com/sfackler/stream-vbyte64/ea0d5b0afdf97f31473fafbf33d460fbbb313785/src/tables.rs.
However, the same is not the case for the vendor-specific types like `__m256i`... | T-lang,C-feature-request,A-SIMD,A-const-eval | low | Major |
302,178,715 | opencv | Why hard code the local size to 256 in ocl_pyramid() ? modules/imgproc/src/pyramid.cpp | ##### System information (version)
<!-- Example
- OpenCV => 3.4.0
- Operating System / Platform => Arm 64
- Compiler => GCC
-->
##### Detailed description
in ocl_pyramid(), the local work size is hard coded to 256, I think it should query the max work group size for the device.
| category: imgproc,category: ocl,RFC | low | Minor |
302,213,116 | pytorch | [feature request] Different interpolation algos for 'grid_sample' function | The 2D grid interpolator function 'grid_sample' only does bilinear sampling from the source image at the moment. It would be useful to have 'nearest' and other samplings available. The function call does take 'mode' as a parameter but only bilinear sampling seems to have been implemented. It would especially be useful ... | hackamonth,module: docs,triaged,function request,module: interpolation | medium | Major |
302,227,051 | flutter | Help users get flutter added to path | ## Steps to Reproduce
We are seeing lots of upstream issues in the IDEs boiling down to the root issue of users not having flutter correctly in path (for example, https://github.com/flutter/flutter/issues/15066, https://github.com/Dart-Code/Dart-Code/issues/633).
It would be good if doctor could check for this.
... | tool,P2,team-tool,triaged-tool | low | Major |
302,256,394 | neovim | logging: invalid msgpack-rpc string | Since spell_spec.lua was added, this occasionally fails on travis macOS. We need more visibility into "invalid msgpack-rpc string", perhaps we should keep the full request and if this type of failure is detected, dump the request contents.
There are multiple projects involved, and currently I'm not sure where the `i... | bug,test,channels-rpc | low | Critical |
302,266,981 | kubernetes | Make pod hostname/subdomain feature compatible with Deployments | **Is this a BUG REPORT or FEATURE REQUEST?**:
/kind feature
**What happened**:
Following this guide - https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pods-hostname-and-subdomain-fields
Specifically.
> If there exists a headless service in the same namespace as the pod and with the ... | sig/network,kind/feature,sig/apps,lifecycle/frozen | high | Critical |
302,273,459 | angular | RouterLinkActiveOptions – Allow activating a link on multiple routes | ## I'm submitting a...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[x] Feature request
[ ] Documentation issue or reques... | feature,freq2: medium,area: router,feature: under consideration | medium | Critical |
302,371,070 | opencv | CUDA median filter behavior is broken. | ##### System information (version)
- OpenCV => 3.4
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2017
#### Detailed description
Applying median filtering using the CUDA filter vs the CPU filter produces dramatically different results with the CUDA version not matching the expected... | category: gpu/cuda (contrib),incomplete | low | Critical |
302,406,782 | go | cmd/go: installed c-shared libraries receiving ".a" suffix on Linux | ### What version of Go are you using (`go version`)?
`go version go1.9.4 linux/amd64`
### Does this issue reproduce with the latest release?
Yes. Reproduced with `1.10`
### What operating system and processor architecture are you using (`go env`)?
```
GOARCH="amd64"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="li... | help wanted,NeedsFix | low | Critical |
302,489,012 | rust | Enum variants completely shadow inherent associated functions. | Consider the code below:
```rust
enum Foo { Bar(i32) }
impl Foo {
fn Bar(x: i32) -> Foo {
println!("I'm uncallable");
Foo::Bar(x)
}
}
fn main() {
Foo::Bar(0); // Variant constructor.
<Foo>::Bar(0); // Inherent function.
}
```
It compiles successfully and terminates wi... | C-enhancement,A-diagnostics,T-compiler | low | Critical |
302,505,433 | pytorch | [feature request] F.interpolate to support integral data types: bool, int8, int32, int16, int64 ||| support uint8 on CUDA | 1. Bilinear upsampling on integer types like ByteTensor and LongTensor
~~2. Nearest upsampling when target size isn't divisible by input size~~ | todo,triaged | medium | Major |
302,519,900 | go | cmd/compile: struct field alive too long | Program 1:
```
package main
import (
"fmt"
"runtime"
)
func main() {
y := make([]int, 1e6)
runtime.GC()
var stat runtime.MemStats
runtime.ReadMemStats(&stat)
fmt.Println(stat.Alloc)
fmt.Println(len(y))
}
```
Program 2:
```
package main
import (
"fmt"
"runtime"
)
func main() {
... | NeedsFix,compiler/runtime | low | Major |
302,521,817 | flutter | a11y announcements of fancy text field | Internal: b/292548468

What is the a11y behavior of the fancy text fields supposed to be that have a placeholder text, a helper, and a character count? What should be announced how?
Also, what about the t... | framework,f: material design,a: accessibility,customer: mulligan (g3),from: a11y review,P2,team-design,triaged-design | low | Critical |
302,543,822 | TypeScript | JSDoc member documentation not returned by quickInfo | https://github.com/Microsoft/vscode/issues/40181
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 2.8.0-dev.20180302
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
**... | Bug,Domain: JSDoc,Domain: Quick Info | low | Minor |
302,586,375 | rust | It's possible to impose generic bounds that later make type inference recurse infinitely | I wrote this wrapper type (e.g. for integers):
```Rust
struct Wrapped<T> (T);
impl<'a, T> Add for &'a Wrapped<T>
where &'a T: Add<Output = T> {
type Output = Wrapped<T>;
fn add(self, other: Self) -> Self::Output {
Wrapped (&self.0 + &other.0)
}
}
``... | C-enhancement,A-associated-items,T-lang,A-inference | low | Critical |
302,628,038 | opencv | OE-2 "Maintaining OpenCV 2.x" discussion | the feature request about evolution proposal [OE-2](https://github.com/opencv/opencv/wiki/OE-2.-OpenCV-2) | evolution | low | Minor |
302,629,578 | opencv | OE-11 "Adding Logging" discussion | the feature request about evolution proposal [OE-11](https://github.com/opencv/opencv/wiki/OE-11.-Logging) | evolution | medium | Critical |
302,645,565 | react | For Controlled Input, step does not work as expected unless initialized with null or "". | *BUG*
**What is the current behavior?**
For input type="number", step does not work as expected if there is an initial value set. Step only seems to get honored if the initial value is "" or null.
Example:
https://codepen.io/anon/pen/MQMBmX
The example uses a controlled input binding value and step. Step is ... | Type: Bug,Component: DOM | low | Critical |
302,663,308 | go | runtime: "runtime: unexpected return pc for testing.tRunner called from 0x0" | Recent iOS crash:
https://build.golang.org/log/7446a26b3c8d6c6016d1abafbc8cd0588baf7a47
Perhaps related to #20846, #23133, #23561.
<details>
````
runtime: unexpected return pc for testing.tRunner called from 0x0
stack: frame={sp:0x130172fa0, fp:0x130172fc0} stack=[0x130172000,0x130173000)
00000001301... | OS-Windows,NeedsInvestigation,mobile | low | Critical |
302,705,831 | rust | Better unused variable warning | Given the code:
```
fn main() {
let best = [1, 2, 3]
.iter()
.enumerate()
.min_by_key(|&(i, f)| f);
println!("{:?}", best);
}
```
The last Nighly rustc gives the warning:
```
warning: unused variable: `i`
--> ...\test.rs:5:31
|
5 | ... | C-enhancement,A-lints,A-diagnostics,T-compiler | low | Minor |
302,725,396 | flutter | "flutter uninstall" to delete flutter and all related cache files | Hey
How do you properly uninstall flutter and all flutter dependencies and flutter libraries?
It copies a lot of content in the file system.
I am on ubuntu 16.04.
| c: new feature,tool,P3,team-tool,triaged-tool | medium | Major |
302,726,722 | flutter | Better error message when adding Futures into the widget tree | EDIT: It seems I must use setState() for it to work. Not directly returning from the async function. But still I think a better error message is needed.
## Steps to Reproduce
```dart
import 'package:flutter/material.dart';
import 'dart:io';
import 'dart:convert';
class Report extends StatelessWidget {
ma... | framework,dependency: dart,d: api docs,has reproducible steps,P3,found in release: 3.0,found in release: 3.1,team-framework,triaged-framework | low | Critical |
302,737,845 | opencv | OE-15 "Bit-exactness" discussion | the feature request about evolution proposal [OE-15](https://github.com/opencv/opencv/wiki/OE-15.-Bit-Exactness) | evolution | low | Minor |
302,738,248 | opencv | OE-16 "Mini Halide" discussion | the feature request about evolution proposal [OE-16](https://github.com/opencv/opencv/wiki/OE-16.-Mini-Halide) | evolution | low | Minor |
302,738,881 | opencv | OE-17 "New Filter Engine" discussion | the feature request about evolution proposal [OE-17](https://github.com/opencv/opencv/wiki/OE-17.-New-Filter-Engine) | evolution | low | Major |
302,739,262 | opencv | OE-18 "Module OptFlow" discussion | the feature request about evolution proposal [OE-18](https://github.com/opencv/opencv/wiki/OE-18.-Module-Optflow) | evolution | low | Minor |
302,739,866 | opencv | OE-19 "Stereo Module" discussion | the feature request about evolution proposal [OE-19](https://github.com/opencv/opencv/wiki/OE-19.-Module-Stereo) | evolution | low | Minor |
302,740,117 | opencv | OE-20 "Calibration Module" discussion | the feature request about evolution proposal [OE-20](https://github.com/opencv/opencv/wiki/OE-20.-Module-Calibration) | evolution | low | Minor |
302,742,061 | opencv | OE-24 "Revised HighGUI Module" discussion | the feature request about evolution proposal [OE-24](https://github.com/opencv/opencv/wiki/OE-24.-Module-HighGUI) | evolution | medium | Major |
302,742,518 | opencv | OE-25 "Hardware-accelerated Video I/O Module" discussion | the feature request about evolution proposal [OE-25](https://github.com/opencv/opencv/wiki/OE-25.-Fast-VideoIO) | evolution | low | Minor |
302,742,866 | opencv | OE-26 "Revise Samples" discussion | the feature request about evolution proposal [OE-26](https://github.com/opencv/opencv/wiki/OE-26.-Samples) | evolution | low | Minor |
302,743,159 | opencv | OE-27 "Wide Universal Intrinsics" discussion | the feature request about evolution proposal [OE-27](https://github.com/opencv/opencv/wiki/OE-27.-Wide-Universal-Intrinsics) | evolution | low | Major |
302,767,570 | opencv | OE-4 "OpenCV 4.0" discussion | the feature request about evolution proposal [OE-4](https://github.com/opencv/opencv/wiki/OE-4.-OpenCV-4) | evolution | medium | Major |
302,820,173 | TypeScript | Don't offer to infer parameter type if inferred type is 'any' | **TypeScript Version:** 2.8.0-dev.20180302
**Code**
```ts
function f(x) {}
function g(x) {
f(x);
}
```
Click on first `x`.
**Expected behavior:**
No suggestion.
**Actual behavior:**
Suggestion to "infer parameter types from usage", which just adds `: any`. | Bug,Domain: Quick Fixes | low | Minor |
302,831,412 | create-react-app | Base configuration file query | Wouldn't it be better for the default configuration after ejecting to inherit from a base Webpack configuration file and then have the development / production configurations merge off of the base configuration. Looking at the default generated files created by create-react-app after ejecting, I can see that there is a... | issue: proposal,difficulty: medium | low | Minor |
302,849,125 | go | cmd/go: test gives go/parser's syntax errors, which are sometimes worse than the compiler's | ```
$ cat f3.go
package main
func f(x int) int {
retrun x
}
$ go run f3.go
# command-line-arguments
./f3.go:4:9: syntax error: unexpected x at end of statement
$ gofmt f3.go
f3.go:4:9: expected ';', found x
f3.go:5:3: expected '}', found 'EOF'
```
I would usually not mind if go/parser is worse ... | NeedsFix | low | Critical |
302,879,005 | go | proposal: spec: improve for-loop ergonomics | Motivation
----------
Go's for-loops encourage difficult-to-read code.
1. The Go 1 loop syntax sets the wrong defaults. The syntax is optimized for three-part [`ForClause`](https://golang.org/ref/spec#ForClause) loops, but `range` loops are far more common (by a ratio of nearly 4:1 in the code I sampled) and arg... | LanguageChange,Proposal,LanguageChangeReview | high | Critical |
302,914,204 | go | runtime: wrong Unix error code from panic. | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version devel +baf3eb1625 Tue Mar 6 01:11:26 2018 +0000 darwin/amd64
```
% cat p.go
package main
func main() {
panic(3)
}
% ./p
panic: 3
goroutine 1 [running]:
main.main()... | NeedsFix,early-in-cycle,compiler/runtime | medium | Critical |
302,934,604 | vue | SFC: Invalid root tag structure should throw error | **Moved from**: [vue-loader#1161](https://github.com/vuejs/vue-loader/issues/1161)
### What problem does this feature solve?
In Single File Component, `<script>` tag may or may not closed, so this works:
```html
<template>
<div class="chicken">
Chicken: {{ chicken }}
</div>
</template>
<script>
... | improvement | low | Critical |
302,954,838 | go | x/net/dns: invalid assumptions about domain names and character strings | ### What version of Go are you using (`go version`)?
`go version go1.10 linux/amd64`
### Does this issue reproduce with the latest release?
Yes.
### What did you do?
[Reviewed go cl 37879](https://go-review.googlesource.com/c/go/+/37879#message-f19801f32435469ed7e1ed98732f7bcd02da5aea) and [dns/dnsmessage/mess... | NeedsFix | low | Major |
302,961,506 | go | x/net/http2: add ability to specify priority to http2.Transport.RoundTrip | Example diff: https://github.com/golang/net/pull/17/files
Use case: I'm implementing an HTTP/2 reverse that would like to pass through the priority that the client sends to the upstream server. | NeedsDecision,FeatureRequest | low | Minor |
302,970,310 | rust | Mismatched lifetime in trait function declaration is not detected | Consider the following code:
```rust
pub trait FromStr<'a>: Sized {
type Err;
fn from_str(s: &'a str) -> Result<Self, Self::Err>;
}
struct Foo<'a>(&'a str);
impl<'a> FromStr<'a> for Foo<'a> {
type Err = ();
fn from_str(s: &str) -> Result<Self, Self::Err> {
Ok(Foo(s))
}
}
```... | C-enhancement,A-diagnostics,T-compiler,fixed-by-NLL,A-suggestion-diagnostics,D-papercut | low | Critical |
302,980,716 | vscode | Allow a workspace to show individual files from other folders | **Update from @bpasero:** this issue was renamed based on the discussion at the end (see https://github.com/microsoft/vscode/issues/45177#issuecomment-1341005532 and above)
**_Original below:_**
<!-- Do you have a question? Please ask it on https://stackoverflow.com/questions/tagged/vscode. -->
<!-- Use Help >... | feature-request,workbench-workspace,keep | high | Critical |
303,098,992 | TypeScript | Suggestion: ability to find imports for module | Find references is a very useful feature, however sometimes I need to be able to find all imports of a given module:
- regardless of what they're exporting
- but the module does not have any exports
This is sometimes necessary when a module has side effects, and you want to see which files imported it.
This m... | Suggestion,Awaiting More Feedback | low | Major |
303,099,381 | vscode | [json] External schemas referenced from schema not updated | ### Issue Type
Bug
### Description
#### Setup
**`color-schema.json`**
```
{
"$schema": "http://json-schema.org/draft-07/schema#",
"validColors": {
"enum": ["Red"]
}
}
```
**`schema.json`**
```
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"proper... | bug,json | low | Critical |
303,161,589 | TypeScript | String.replace does not accept string | (string, ...any[]) => string replacer | **TypeScript Version:** 2.7.2
**Search Terms:** String.replace overload union parameter
**Code**
```ts
type ReplacerFn = () => string;
type Replacer = string | ReplacerFn;
function replaceFoo(str: string, replacer: Replacer) {
return str.replace(new RegExp("foo"), replacer);
}
```
**Expected be... | Bug,Help Wanted,Domain: lib.d.ts | low | Critical |
303,251,206 | rust | Collect and aggregate timing statistics of CI builders | Currently we only have a little bit of insight into how long all our CI builds are taking with a breakdown of where all that time is going. It's hoped that if we have a historical record of the duration of CI builds which is relatively consistent and granular we can more easily see regressions that happen over time and... | C-enhancement,T-bootstrap,T-infra | low | Major |
303,257,284 | godot | Disabling/removing an editor plugin defining custom types doesn't reverts custom icons | Godot 3.0.2 stable
Windows 10 64 bits
I disabled one of my plugins, but I noticed that the custom node it defined still had its custom icon.
I closed the editor, deleted the `plugin.cfg` file, restarted the editor: the scene still shows the custom icon.
I tried removing the script on that node, closed the scene, ... | bug,topic:editor | low | Critical |
303,288,571 | go | cmd/compile: esc.go fails to mark anonymous receiver parameters as non-escaping | package p
type T struct { x int }
//go:noinline
func (*T) M() {}
//go:noinline
func (_ *T) N() {}
func f() {
var t T
t.M()
t.N()
(*T).M(&t)
(*T).N(&t)
}
Compiling the above code with "go tool compile -m"... | NeedsFix,compiler/runtime | low | Major |
303,318,887 | rust | Use apple's version of clang to compile iOS targets by default | In Xcode, Apple ships a closed-source version of clang, which in turn has a closed-source version of LLVM (it seems like Xcode 9's LLVM forks off of LLVM 5?). Apple's clang/LLVM generally includes stability enhancements that would otherwise potentially cause problems for developers. I'm not sure what the benefits are o... | O-macos,O-ios,T-bootstrap,C-feature-request | low | Major |
303,325,138 | TypeScript | generate function declaration from function type in TypeScript | _From @unional on October 5, 2017 18:52_
```ts
type MyCallback = (a: number, b: string) => void
function foo(callback: MyCallback) {
// ...
}
// case 1
foo((a, b) => { ... })
// case 2
foo(function (a, b) { ... })
// case 3
function cb(a: number, b: string) { ... }
foo(cb)
```
Above are 3 comm... | Suggestion,In Discussion,VS Code Tracked,Domain: Quick Fixes,Experience Enhancement | low | Minor |
303,327,727 | TypeScript | Need a version of getSupportedCodeFixes that only returns codes that support fix-all | VS needs it in order to implement this API:
http://source.roslyn.io/#Microsoft.CodeAnalysis.Workspaces/CodeFixes/FixAllOccurrences/FixAllProvider.cs,8a74cdbcb24c6dcb,references
Without it, VS will offer fix-all for all code fixes. This is relatively low impact. | Suggestion,Experience Enhancement | low | Minor |
303,344,606 | flutter | Support user-supplied project templates for `flutter create` | ### Proposal
I stumbled upon [a boilerplate project](https://github.com/anilcancakir/flutter-boilerplate) today and realized that I'd have to manually clone this and change values in different files and whatnot to get started with it.
Here I propose allowing users to specify a custom template at project creation ... | c: new feature,tool,P3,team-tool,triaged-tool | high | Critical |
303,356,582 | go | runtime: ignore map size hint if there's not enough memory? | Please answer these questions before submitting your issue. Thanks!
#### What did you do?
go test in encoding/gob
#### What did you expect to see?
Passed tests
#### What did you see instead?
[test_otpt.txt](https://github.com/golang/go/files/1791870/test_otpt.txt)
#### Does this issue reproduce... | NeedsFix | medium | Critical |
303,358,624 | node | child_process stdout being truncated | * **Version**: 9.7.1
* **Platform**: Darwin miless-mbp.lan 17.4.0 Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64 x86_64
* **Subsystem**:
It seems like `spawn()` and `exec()` is truncating `stdout`, even when `maxBuffer` is set. I've been trying to capture the output... | child_process,macos,stdio | medium | Critical |
303,360,361 | rust | Reference to a #[thread_local] is dereferenced too early | I'm working on the [dynamic library for elfmalloc](https://github.com/ezrosent/allocators-rs/tree/master/elfc) for Mac, and one of the caveats that we have to work with is that, during dynamic library loading, TLS is unavailable (if you try to access a `#[thread_local]`, the program simply aborts).
In order to work ... | O-macos,T-compiler,A-thread-locals,C-bug | low | Critical |
303,378,122 | react-native | Rotate transform not working well on View with borderRadius | When rotating a component, its children also rotate as expected, except for the `View`s with `borderRadius > 0`, which their rounded border does not rotate.
### Environment
Environment:
OS: macOS High Sierra 10.13.3
Node: 8.9.0
Yarn: 1.5.1
npm: 5.7.1
Watchman: 4.9.0
Xcode: Xcode 9.2 Build versio... | Ran Commands,Issue: Author Provided Repro,Impact: Regression,Platform: Android,Resolution: Fixed | high | Critical |
303,451,174 | opencv | OE-28 "Image Stitching" Module | ## Stitching Module
* Author: Jiri Horner
* Link: https://github.com/opencv/opencv/wiki/OE-28.-Image-Stitching
* Status: Open
* Platforms: **All**
* Complexity: 1-2 man-weeks
## Introduction and Rationale
Stitching module has been around for quite some time and hasn't been refreshed to match changes in res... | category: stitching,evolution | low | Major |
303,576,791 | go | net: TestLookupGoogleSRV and TestLookupGmailMX flaky on builders | During [CL98775](https://go-review.googlesource.com/c/go/+/98775): [build742ae1bd](https://storage.googleapis.com/go-build-log/742ae1bd/linux-amd64-race_65be7a03.log)
```
--- FAIL: TestLookupGoogleSRV (5.01s)
lookup_test.go:76: lookup _xmpp-server._tcp.google.com on 10.3.240.10:53: read udp 10.0.7.69:46483->10.3.... | Testing,Builders,NeedsInvestigation | low | Critical |
303,596,069 | puppeteer | Scripts are not evalutated in header and footer HTML templates for PDFs. | ### Steps to reproduce
* Puppeteer version: 1.1.1
* Platform / OS version: Windows 10, version 1709, build 16299.248
* Node.js version: v7.9.0
**What steps will reproduce the problem?**
First, I setup a basic test page like this:
```jsx
const browser = await puppeteer.launch({ignoreHTTPSErrors: true})
c... | feature,upstream,chromium,confirmed | high | Critical |
303,623,712 | go | cmd/compile: slice update with self subslice - write barrier probably not needed (?) | Commit b8543397 (CL 98757) changes encoding/binary to use explicit offset instead of `buf = buf[1:]` idiom with the rationale that `buf = buf[1:]` is slice data pointer update which in turn is done with write barrier, while using `buf[offset]` explicitly does not need to update buf slice pointer and so does not need to... | Performance,compiler/runtime | low | Major |
303,703,096 | vscode | Settings editor should search known keys in object type settings | Issue Type: <b>Settings Search Issue</b>
I would have expected to find this as a sub-section of workbench color customizations.
VS Code version: Code - Insiders 1.22.0-insider (a9dcb2c3159367e347271d88c399e1f6ca88c23d, 2018-03-08T22:21:18.293Z)
OS version: Darwin x64 16.7.0
<details><summary>Extensions (21)</... | feature-request,settings-editor | low | Major |
303,712,761 | vscode | Emmet completions disappear when using bem in the presence of other snippets | <!-- Do you have a question? Please ask it on https://stackoverflow.com/questions/tagged/vscode. -->
<!-- Use Help > Report Issue to prefill these. -->
- VSCode Version: 1.22.0-ins
- OS Version: win7x64
Bootstrap 4+ snippets extensions are installed.
Well, first of all, I'm a little confused how "**bem**" ma... | bug,emmet,confirmed | low | Minor |
303,721,588 | rust | Unsize isn't implemented for unions | This came up in the fix for #48493. It seems like unions should have unsize impls for all of their fields?
```rust
#![feature(untagged_unions, unsize, coerce_unsized)]
use std::marker::Unsize;
use std::ops::CoerceUnsized;
union Data<T: ?Sized> {
v: T,
u: (),
}
struct Pointer<T: ?Sized>(Box<Data<T... | C-enhancement,T-compiler,needs-rfc | low | Critical |
303,764,406 | rust | Spurious "note: downstream crates may implement trait `Foo` for type `&_`" | The following code:
```rust
trait Foo {}
impl<T: Foo> std::fmt::Display for T {
fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
Ok(())
}
}
```
produces the following compiler output:
```
error[E0119]: conflicting implementations of trait `std::fmt::Display` for type `&_`:
... | C-enhancement,A-diagnostics,T-lang,T-compiler | medium | Critical |
303,765,848 | flutter | Installation failed when a path includes special characters | ## Steps to Reproduce
```
$ pwd
/Volumes/Hard disk drive #1/Code
$ git clone -b beta https://github.com/flutter/flutter.git
Cloning into 'flutter'...
remote: Counting objects: 114951, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 114951 (delta 0), reused 0 (delta 0), pack-reused 114948
... | c: crash,tool,dependency: dart,P2,team-tool,triaged-tool | low | Critical |
303,787,073 | scrcpy | Add On Screen buttons | My phone has capacitive buttons, and because of that i don't have on-screen buttons. A command line argument for showing the buttons would be nice. | feature request | high | Critical |
303,789,370 | vscode | Double-click selection matches some escaped characters | Issue Type: <b>Bug</b>
If you have a string with the "\t", "\n", etc. sequences followed by a word, double-clicking the word will select the escaped character as well:

VS Co... | feature-request,under-discussion,editor-wordnav | low | Critical |
303,811,582 | neovim | option: use numbered registers for smaller deletions | Once upon a time, there was a [bug that was causing small deletions appear in the numbered registers](
https://groups.google.com/d/msg/vim_dev/pbN4rAw8LmI/jR54qQjvuOsJ) under some conditions. Then it was fixed.
And now there's no way to use such a useful bugfeature.
Ingo Karkat who reported this bug also proposed a ... | enhancement,options | low | Critical |
303,827,488 | rust | Value returned by `to_owned` doesn't always *own* the data | For example:
```
let a = vec![1, 2];
let s = Some(&a);
let r = vec![];
if let Some(ref v) = s {
r = v.to_owned();
}
```
This doesn't compile:
```
error[E0308]: mismatched types
--> src/main.rs:6:13
|
6 | r = v.to_owned();
| ^^^^^^^^^^^^ expected struct `std::vec::Vec`, foun... | C-enhancement,T-libs-api | low | Critical |
303,843,782 | go | cmd/link: silently performs incorrect relocations when linking foreign objects | For example, [when linking syso files](https://github.com/FiloSottile/ed25519-dalek-rustgo/pull/1#issuecomment-371611831).
Adding `go:cgo_import_dynamic` helps but (1) it was recently disabled for security reasons for non-cgo files, then reenabled because solaris needs it, so it's unclear if this policy will persist... | NeedsInvestigation | low | Critical |
303,854,222 | go | x/build/cmd/gerritbot: too many comments on a new pull request | For example: https://github.com/golang/go/pull/24322
I would expect two comments - "This PR has been imported to Gerrit", and the forward of the "Congratulations on opening your first change" automated comment.
However, somehow gerritbot (or perhaps GitHub?) seem to think that the pull request needed importing tw... | Builders,NeedsInvestigation | low | Minor |
303,891,130 | TypeScript | Javascript modules should be able to pass the exported value to child modules | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 -->
<!--
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker.
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the CONT... | Bug,checkJs,Domain: JavaScript | low | Critical |
303,904,121 | scrcpy | Add a cli option to start as 1:1 | I’m not sure I fully understood why scrcpy does not start as 1:1 right away on my computer since the window does fit on screen after I press ctrl+g.
But there should be a cli option to start as 1:1 anyway as it can be useful is some situations, even when it does not fit on screen. | feature request | low | Minor |
303,909,714 | TypeScript | Javascript should allow non-top-level assignment to exports assignments |
```ts
// @noEmit: true
// @allowJs: true
// @checkJs: true
// @Filename: core.js
exports.load = load
exports.loaded = false
function load(conf) {
if (conf) {
exports.loaded = conf
}
}
```
**Expected behavior:**
No error.
**Actual behavior:**
Both uses of `loaded` have the error "ca... | Bug,Domain: JavaScript | low | Critical |
303,913,870 | kubernetes | Enabling ResourceQuotas increases controller-manager CPU usage ~4x | Based on https://github.com/kubernetes/kubernetes/issues/60589#issuecomment-371876879
After enabling quotas (specifically pods per namespace) by default in our tests, we're continuously seeing such failures:
```
Container kube-controller-manager-e2e-big-master/kube-controller-manager is using 0.531144723/0.5 CPU... | kind/bug,priority/important-soon,sig/scalability,lifecycle/frozen | low | Critical |
303,919,347 | go | go/printer, gofmt: line directives specifying columns must stay in place relative to next token | gofmt changes the code
```
package p
/*line foo:10:12*/func g() /*line :20:13*/{}
```
to
```
package p
/*line foo:10:12*/
func g()/*line :20:13*/ {}
```
which changes the positions of some tokens. Generally, gofmt changes positions, but in the case of line directives specifying specific line and column va... | NeedsFix | low | Minor |
303,945,371 | go | go/parser: redundant error message with unexpected comma | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version go1.10 linux/amd64
### Does this issue reproduce with the latest release?
yes
### What did you do?
```
package main
func f() {}
func main() {
f(,)
}
/*
..... | NeedsFix,gopls/parsing | low | Critical |
303,980,950 | TypeScript | Assignments to global objects in Javascript should be global declarations | ```ts
// @noEmit: true
// @allowJs: true
// @checkJs: true
// @Filename: a.js
global.x = 1
window.y = 2
this.z = 3
var n = x + y + z
```
**Expected behavior:**
No error, and x, y and z are visible globally.
**Actual behavior:**
Errors:
1. Can't find name 'global'
2. 'Window' has no property 'y'
3.... | Bug,Help Wanted,Effort: Moderate,Experience Enhancement,Rescheduled | low | Critical |
304,015,593 | TypeScript | In Javascript, `typeof x !== undefined ? t : f` should act like a declaration of `x` in the true branch | **Search Terms:**
existence of define typeof undefined
**Code**
```ts
// @noEmit: true
// @allowJs: true
// @checkJs: true
// @strict: true
// @Filename: a.js
if (typeof define !== 'undefined' && define.amd) {
define([], function() {
})
}
// also, nested
exports.storage = 'undefined' != typ... | Bug,Domain: JavaScript | low | Minor |
304,024,997 | flutter | Clearing the Console on the Mac Terminal makes the Flutter Tooling hang | I am on a macOS High Sierra 10.13.3 using the default Terminal.app using zsh. The Flutter tools connect to a remote application on an iOS device when invoked with `flutter run`. I can interact with the application via the service protocol like normal (for example, a hot-reload with `r`). Clearing the console makes the ... | tool,P2,team-tool,triaged-tool | low | Minor |
304,056,976 | opencv | Feature request / evolutionary proposal - abstraction layer for concurrent data containers similar to TBB and PPL | # Feature request / evolutionary proposal - abstraction layer for concurrent data containers similar to TBB and PPL
Author: Ryan Wong (@kinchungwong)
Link: TBD
Status: pre-**Draft**
> Feature request submitted from public - not yet discussed by team
Platforms: **All**
> This proposal abstracts over conc... | feature,RFC | low | Major |
304,061,496 | vscode | Add a setting to not promote workspace folders to top level if they are children of another top level folder | In case a multi-root configuration is composed of workspace folders that are overlapping (e.g. one is the parent of the other), add a setting to not promote those workspace folders are top level folders of the file explorer that are already included in another workspace folder.
Extracted from https://github.com/Mic... | feature-request,file-explorer,workbench-multiroot | high | Critical |
304,073,132 | angular | WebRTC with Angular is not working on iOS Safari | ## I'm submitting a...
<pre><code>
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support... | type: bug/fix,freq2: medium,area: core,area: zones,core: DOM rendering,state: needs more investigation,P3 | low | Critical |
304,076,702 | go | debug/pe: big-obj is not supported | cgo doesn't support the [big-obj](https://docs.microsoft.com/en-us/cpp/build/reference/bigobj-increase-number-of-sections-in-dot-obj-file) format.
### What version of Go are you using (`go version`)?
```
go version go1.10 windows/amd64
```
### Does this issue reproduce with the latest release?
Yes.
###... | help wanted,NeedsFix | 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.