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 |
|---|---|---|---|---|---|---|
399,775,072 | opencv | Potential bug (rounding error?) in cv::mean() in OpenCV 4.0.0 | ## System information (version)
- OpenCV => 4.0.0 (maybe 3.4.x for x > 0)
- Operating System / Platform => Windows 10, 64 Bit
- Compiler => Visual Studio 2017
## Detailed description
We encountered a problem(?) with the ``cv::mean()`` function while switching from **OpenCV 3.4.0** to **OpenCV 4.0.0** lately.... | category: core | low | Critical |
399,815,022 | TypeScript | Undocumented node_modules/@types fallback strategy for classic module resolution | I'm using TypeScript 2.7.2 with MSBuild 15.9.21.664
A fallback was added to classic module resolution to resolve modules using node_modules/@types in this PR https://github.com/Microsoft/TypeScript/pull/11147
Going purely from the Module Resolution section of the handbook, I would have expected this behaviour only ... | Suggestion,Awaiting More Feedback,Add a Flag | low | Minor |
399,826,366 | rust | Misleading code change suggestion in E0106 | I'm writing this in relation to the following StackOverflow question:
https://stackoverflow.com/q/54217705/1091116
Consider the following code:
```rust
extern crate clap;
use clap::{App};
use std::io;
fn parse_argv() -> &'static clap::ArgMatches {
return App::new("examp... | T-compiler,C-bug,A-suggestion-diagnostics | low | Critical |
399,879,587 | vue | Vue-Mobx integration broken with PR #7828 | ### Version
2.5.18
### Reproduction link
[https://codesandbox.io/s/k90k8kwn2r](https://codesandbox.io/s/k90k8kwn2r)
### Steps to reproduce
* Use the `mobxjs/mobx-vue` package (or a custom integration with Mobx)
* Everything worked fine on Vue 2.5.17 and is broken on 2.5.18 and above
* See that Ty... | need repro | low | Critical |
399,886,802 | go | cmd/go: `go mod download -json` is incomplete | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.11.4 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summar... | NeedsFix,early-in-cycle,modules | low | Critical |
399,903,537 | electron | Add new protocol interceptor that allows delegating to URLRequestHttpJob | **Is your feature request related to a problem? Please describe.**
As a user of electron, I want to be able to intercept http requests and optionally send a response back. If I don't choose to send a response I want it to be handled by chrome's network stack.
**Describe the solution you'd like**
I'd like to add a ... | enhancement :sparkles: | low | Critical |
399,937,160 | scrcpy | The LG K8 does not operate the mouse wheel | I play the **Bowling King** game through **scrcpy** (phenomenal app) and I have a problem. My keys are all keys except the dial when I need to play the ball. Then I need to **roll back** the wheel and the ball should drop to go, but it will not. I found this instruction but I do not know if this is for this problem. At... | input events | low | Major |
400,017,429 | flutter | SliverPersistentHeaderDelegate.build overlapsContent does not work reliably | I'm trying to add a border underneath of a sliver in a `CustomScrollView` once that sliver is pinned to the top of the scroll container, so I created a `SliverPersistentHeader`, but `overlapsContent` in my `SliverPersistentHeaderDelegate.build` method is always `false`.
After doing some digging, I think this issue c... | framework,f: scrolling,has reproducible steps,P2,found in release: 1.21,found in release: 2.10,customer: flex,team-framework,triaged-framework | low | Major |
400,026,764 | pytorch | build failure with NNAPI enabled (Caffe2 path but under pytorch umbrella) | I am able to build pytorch on CPU only/Ubuntu18.04/gcc6 regularly with USE_NNAPI=OFF.
However, if I enabled USE_NNAPI=ON by modifying the related CMakeLists.txt all the way down to /caffe2/mobile/contrib/nnapi.
I got the failure when building the excusable ` ../bin/nnapi_benchmark `.
All the related build comm... | module: build,caffe2,triaged | low | Critical |
400,044,834 | godot | Polygon2D texture not displaying correctly. | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if non-official. -->
9c1768836f25e780a7ef51a1d18a0a15e0b55e42
**OS/device including version:**
<!-- Specify GPU model and d... | bug,topic:rendering,confirmed,topic:2d | medium | Critical |
400,046,570 | vscode | Disable Multiple Cursors | I don't use the 'multiple cursors' feature, and there doesn't appear to be any way to turn it off.
You can change the key binding between ctrl and alt, but there's no way to prevent multiple cursors from being created altogether. If you use these modifiers for other things, it's easy to accidentally create multiple... | feature-request,editor-multicursor | high | Critical |
400,094,176 | TypeScript | Auto fixable quick fixes | VS Code is investigating the concept of autofixable quick fixes. You can find the current proposal [here](https://github.com/Microsoft/vscode/issues/62110#issuecomment-454182230)
## Motivating use case
You open the following TS file:
```ts
interface IFoo {
bar(): void;
}
class Foo implements IFoo { }
... | Suggestion,API,Domain: TSServer,Domain: Quick Fixes,Experience Enhancement | low | Critical |
400,096,870 | TypeScript | "fix everything in this file" code action | VS Code is investigating an api for better support for fixing all fixable errors in a file with a single action. This action could also be triggered on save. You can find the current proposal [here](https://github.com/Microsoft/vscode/issues/62110#issuecomment-454182230)
## Motivating use case
You change a file's e... | Suggestion,In Discussion,API,Domain: TSServer,Domain: Quick Fixes | low | Critical |
400,105,862 | TypeScript | Private Members with Default Value on Class Extension Compiles with Member declarations before Super call if function is called before super | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.3.0-dev.201xxxxx
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
* "Private member compile"
* "Private Properties before ... | Bug | low | Critical |
400,127,366 | ant-design | Select组件tag模式下,可以用鼠标或者方向键 选中已输入的tag,并且复制 | - [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
很多情况想复制Select tag模式下的tag。但是目前无法选中。
最根本的诉求是可以复制选中的tag或者全选tag,就像input标签中的文字一样,然后在复制。
可以指定 分隔符="," 来合并成成一段文本放到剪切板
### What do... | Inactive | low | Minor |
400,205,671 | scrcpy | Remote Control API | We're currently using scrcpy to perform a series of QA tests. We use it to stream the screen content in one direction and user inputs in the other direction. While this works well, the tasks are quite repetive and so we started writing some automations for this.
Something like: If (screen shows x) then click(x, y).
... | feature request | low | Major |
400,215,968 | go | cmd/go: clarify the impact of the -tags flag on test/build caching | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version devel +4b3f04c
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture are you... | Documentation,help wanted,NeedsFix | low | Critical |
400,278,049 | go | cmd/compile: eliminate memory allocation for non-int n in slice extension idiom | The slice extension idiom from #21266 doesn't work in go tip for non-int `n` in `append(a, make([]T, n)...)`:
```go
func BenchmarkExtendInt(b *testing.B) {
var buf []byte
b.ReportAllocs()
n := int(12345)
for i := 0; i < b.N; i++ {
buf = append(buf[:0], make([]byt... | Performance,NeedsFix,compiler/runtime | low | Major |
400,306,293 | TypeScript | symbolToName does handle exports of namespaces | **TypeScript Version:** 3.2.2
**Search Terms:** symbolToName, exports, declaration, `.d.ts`
TypeScript cannot emit the name for a symbol that's declared in an inner namespace but re-exported in the outer namespace. That is, emitting the type name of a symbol does not take an alias created by an `export {x as y}`... | Bug,Domain: Declaration Emit | low | Critical |
400,383,802 | flutter | Feature Request: publish flutter package as a native framework to cocoapods | Support a native command to publish a package to cocoapods so native apps can also use it hassle-free.
Fastlane could be a huge help to publish it easily and upgrade versions etc.
A native app should be able to consume my package with just adding a simple pod into his Podfile.
`pod "MyPod"` | c: new feature,platform-ios,tool,a: existing-apps,t: xcode,P3,team-ios,triaged-ios | low | Major |
400,406,031 | node | Create node/doc/guides/writing-docs.md | Currently we don't seem to have a guide for writing docs – or at least not one that I can find.
In the [`node/doc/guides`](https://github.com/nodejs/node/tree/master/doc/guides) directory, there seems to be examples for [writing and running benchmarks](https://github.com/nodejs/node/blob/master/doc/guides/writing-an... | help wanted,doc,discuss | low | Minor |
400,422,740 | kubernetes | Handle recovery from resize failure | Currently when resize fails of a volume it keeps retrying indefinitely. This leads to two problems:
1. Unnecessary API usage for an action that is not going to succeed (for example when you are out of quota on cloud provider or out of bricks on glusterfs).
2. Sometimes user may want to retry volume expansion with... | kind/bug,sig/storage,lifecycle/frozen | low | Critical |
400,440,020 | TypeScript | Add "find assignment references" | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
find usage reference as LVALUE langauge services assignment read... | Suggestion,Domain: TSServer,Domain: Symbol Navigation,Rescheduled | low | Critical |
400,482,588 | go | cmd/compile: misleading panic on deferred func | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version devel +75f4aa86ba Thu Sep 27 22:02:08 2018 +0000 linux/amd64
</pre>
### What did you do?
https://play.golang.org/p/3aP7yqgWXdf
### What did you expect to see?
The panic stack trace should point to where a nil pointe... | NeedsInvestigation,compiler/runtime | medium | Critical |
400,490,675 | terminal | Exiting from Full Screen mode incorrectly restores window size | Version 10.0.17763.253
Start cmd.exe
Enter command `mode 80, 25`
Go to window menu - Properties - Layout
Check that Window Size is 80 x 25 indeed
Close Properties
Press Alt+Enter twice to enter and exit full screen
Go to window menu - Properties - Layout
Check Window Size again. This time it's not 80 x 25, bu... | Product-Conhost,Help Wanted,Area-Interaction,Issue-Bug,Priority-3,good first issue | low | Major |
400,497,012 | go | cmd/go: trim go.sum without adding module requirements | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
go version go1.11.4 linux/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
```
GO... | NeedsDecision,FeatureRequest,modules | low | Critical |
400,498,010 | TypeScript | [feature request] not sure how to word this: "infer generic arg type/constraint in wrapping type" | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
<!-- List of keywords you searched for before creating this issu... | Suggestion,In Discussion | low | Critical |
400,498,080 | rust | --emit=dep-info or some flag should include rlibs & externally linked files that will be used | Currently, `--emit=dep-info` only shows source files that are included in the current crate. There should be another mode (or the behavior should be extended) to include all files that will be used by the equivalent non-`dep-info` invocation of `rustc`. This includes `rlibs` of all crates used by the build, both explic... | T-compiler,C-feature-request | low | Critical |
400,500,745 | go | x/build: plan9-386 builder fails | @0intro, what's doing on here?
/cc @bcmills @dmitshur
```
bradfitz@gdev:~/src/golang.org/x/build$ debugnewvm -host=host-plan9-386-gce -rev=6e9f664b9a68f2de84be9697c6ac851c7c7e1c26 -run-build=plan9-386
2019/01/17 22:00:47 Creating debug-temp-1547762447 (with VM image "plan9-386-v7")
2019/01/17 22:00:52 instanc... | help wanted,OS-Plan9,Builders,NeedsInvestigation | medium | Critical |
400,513,372 | TypeScript | Generic type inference failure in a union. | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug,Domain: Type Inference | low | Critical |
400,557,821 | vscode | [css] support IE10 repeat syntax | <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- Use Help > Report Issue to prefill these. -->
- VSCode Version: 1.23.1
- OS Version: Windo... | feature-request,css-less-scss | low | Critical |
400,570,587 | pytorch | [Caffe2] resize5d stride/dim issue | ## 🐛 Bug
THTensor resize4d and resize5d functions cause a corrupted tensor.
The mentioned function defined here: https://github.com/pytorch/pytorch/blob/ded4ff87af6e4cd0d22ef091f8ba7d49a4a49d1c/aten/src/TH/generic/THTensor.h#L75-L76
The return tensor will cause a crash when I call to nDimension or stride function... | caffe2 | low | Critical |
400,617,112 | terminal | iTerm color schemes once more are failing to parse colors | Not sure if I am supposed to request to get this re-opened or if I should create another bug. But this is the same as in #2
* Your Windows build number: (Type `ver` at a Windows Command Prompt)
Microsoft Windows [Version 10.0.17763.253]
* What you're doing and what's happening: (Copy & paste specific commands ... | Work-Item,Product-Colortool,Help Wanted,Issue-Bug,Area-Settings | low | Critical |
400,646,155 | pytorch | CategoricalCrossEntropy Loss runs with wrong tag | ## 🐛 Bug
Putting extreme low negative values as the tag does not raise error
## To Reproduce
output = torch.randn(5, 2, requires_grad=True)
target = torch.empty(5, dtype=torch.long).random_(2)
target[0] = -9223372036854775808
criterion = nn.CrossEntropyLoss()
loss = ... | module: nn,module: loss,triaged | low | Critical |
400,649,218 | flutter | How to add custom overflow string in `Text` or `TextSpan`? |

I want to replace overflow string '\u2026' to something else, like '...read more'.
<!-- Thank you for using Flutter!
Please check out our documentation first:
* https://flutter.io/
... | c: new feature,framework,P2,team-framework,triaged-framework | low | Critical |
400,661,036 | flutter | Custom Shape on drawer selected item | 
Like this image, there is no option to add custom shape to selected drawer item in Navigation Drawer.
| c: new feature,framework,f: material design,P2,team-design,triaged-design | low | Minor |
400,718,275 | every-programmer-should-know | My programming guidelines | Hi,
Thank you for your project.
I am doing a similar project since some months. It is not that big like yours, but maybe you want to have a look. I am curious and looking for feedback:
https://github.com/guettli/programming-guidelines/ | Needs some ❤️ | low | Minor |
400,774,159 | go | net/http: provide better error message when proxy is misconfigured | ### What version of Go are you using (`go version`)?
<pre>
$ go version go1.11 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary><br><pre>
go e... | help wanted,NeedsFix | low | Critical |
400,775,450 | TypeScript | Generic not inferred inside mapped type parameter | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug,Domain: Type Inference | low | Critical |
400,818,754 | flutter | [Feature request] [google_maps_flutter] : Support for on map click listener | c: new feature,p: maps,package,c: proposal,team-ecosystem,P2,triaged-ecosystem | low | Minor | |
400,826,748 | TypeScript | tsc does not use amd-module name when emitting dynamic imports | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Suggestion,Awaiting More Feedback,Domain: JS Emit | low | Critical |
400,841,916 | flutter | Video playback within a ListView | A common pattern in apps is having video playing within infinite lists, playing/pausing/stopping as the user scrolls specific views on/off screen. Examples would be the muted autoplay videos on Facebook or Instagram's main feeds.
Best case scenario I think a pattern like this would be a good candidate for one the co... | c: new feature,d: examples,customer: crowd,p: video_player,package,team-ecosystem,P2,fyi-codelabs,triaged-ecosystem | low | Critical |
400,842,170 | go | proposal: cmd/go: 'go mod tidy' should remove stale 'exclude' directives | `exclude` directives in the `go.mod` file prevent commands such as `go get -u` from selecting particular versions of modules.
However, if the active version of a dependency is _already_ semantically higher than the excluded version, `go get -u` would never select that version implicitly in the first place (depending... | Proposal,NeedsInvestigation,GoCommand,modules | low | Minor |
400,864,008 | go | x/tools/go/packages: tests are flaky on Windows | https://build.golang.org/log/60aa789811bdedb1697255f1dee30adb917d3f0c
https://build.golang.org/log/ede332848726e7af41109fe3ebc7e813e58f7ab8
https://storage.googleapis.com/go-build-log/dc889025/windows-amd64-2016_fed5c8f5.log
example:
```
--- FAIL: TestLoadTypes (0.50s)
--- FAIL: TestLoadTypes/Modules (0.34s... | Testing,NeedsFix,Tools | low | Minor |
400,865,668 | go | go/ast: optionally save comments | go/ast doesn't save comments in the tree when a file is parsed, (they are kept in the field `*ast.File.Comments`). This causes problems for functions like `astutil.PathEnclosingInterval` and forces comments to be special cased in the LSP completions package (context: https://github.com/golang/go/issues/29780). | NeedsInvestigation,FeatureRequest | low | Minor |
400,880,796 | godot | Screen space reflection with roughness does not blur across object edges (fixed in `master`) | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:** 3.1 beta1
<!-- Specify commit hash if non-official. -->
**OS/device including version:** Windows, Linux
<!-- Specify GPU model and drivers if graph... | enhancement,topic:rendering,confirmed,topic:3d | low | Major |
400,904,755 | vscode | VS Code holds onto parent console when launched via command line | Repro:
1. Open cmd.exe
2. Run `code`
3. Switch back to cmd.exe
4. `exit`
Repro's in stable and insiderrs and does not repro in Atom which is also on Electron 2.
Advice from Windows console team:
> I believe VSCode is reconnecting to its parent hosting console for debugging purposes.
Starting with @joa... | bug,upstream,freeze-slow-crash-leak,windows,electron,workbench-cli,upstream-issue-linked | high | Critical |
400,918,870 | TypeScript | Cannot import properties from module.exports as types in JSDoc | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug,Domain: JavaScript | low | Critical |
400,923,357 | go | x/tools/go/packages: deduplicate identical packages | go list is returning multiple identical packages in some cases. The go list "driver" in go/packages should deduplicate those packages before returning its results. | NeedsFix,FeatureRequest | low | Minor |
400,931,853 | flutter | Remove path struct members in `blink::Settings` with callbacks that return mappings. | This will remove any opinions the engine has w.r.t how the various snapshots are packaged within the application. | engine,P2,team-engine,triaged-engine | low | Minor |
400,948,109 | rust | Deref coercions don't work on blocks when the target is sized | As seen on [StackOverflow](https://stackoverflow.com/q/53908386/617159).
Consider the following code:
```rust
use std::ops::Deref;
fn main() {
fn save(who: &str) {
println!("I'll save you, {}!", who);
}
struct Madoka;
impl Deref for Madoka {
type Target = str;... | T-lang,C-bug,A-coercions | low | Critical |
400,953,020 | godot | Vertex color breaks if number of colors mismatches number of polygon vertices | As of 3.1 beta 2. Likely related to #20601. Having a different number causes the vertex color to not work at all. This can be tested in 2 ways: either changing the vertex colors array size or by adding/deleting vertices (in either case, vertex colors will pop off or on depending on if the number matches).
Behavior i... | bug,discussion,topic:editor,confirmed | low | Minor |
400,955,789 | TypeScript | 'Can't find name' for enum type in generated .d.ts | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug,Domain: Declaration Emit | low | Critical |
400,978,780 | flutter | Apple CarPlay / Android Auto support? | Status update: https://github.com/flutter/flutter/issues/26801#issuecomment-1013565542
----
As I understand, at least with Apple CarPlay, the apps are run strictly on the phone, so it isn't a case of Apple Watch nor tvOS which require bitcode.
I'm not sure about Android Auto as I don't own any Android device.
... | c: new feature,engine,customer: crowd,P3,team-engine,triaged-engine | high | Critical |
400,983,693 | godot | iOS requires optional capability description strings | In iOS there are a number of capabilities an application can have that require entries in the plist file that are presented to the user.
For instance, if Godot attempts to access the camera it will check for an entry called NSCameraUsageDescription. If it does not exist access will fail. If it does exist the string ... | enhancement,platform:ios,topic:editor | low | Major |
400,990,686 | nvm | sourcing nvm.sh exits with code 3 when .nvmrc is present and version is not installed | When I source `nvm.sh` like `. "$HOME/.nvm/nvm.sh"` for manual install and like `. $(brew --prefix nvm)/nvm.sh`, the exit code is `3`.
Even though nvm works after that, in bash scripts with `set -e`, the script stops there, since the command exits with a non-zero value.
Is there a reason this fails?
Is there a r... | needs followup | high | Critical |
401,008,126 | pytorch | Sparse matrix multiplication is too slow | I'm comparing it to SciPy and it is clearly too slow. It can be 100 times slower on CPU, which makes it quite unusable. My GPU improves the times but it is still very slow. I show you my benchmarks and the code I used.
CPU: i5 4690k @ 4.4GHz
GPU: GTX 1060
```
SIZE: 5000 DENSITY: 0.01 DEVICE: cpu
torch: 0.03063... | module: sparse,triaged | medium | Major |
401,020,208 | kubernetes | Provide a cluster wide security audit | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
It would be nice to have a cluster wide security audit to improve security of deployed cluster in the world. This feature request is highly inspired by introduced [npm audit](https://docs.npmjs.com/cli/... | kind/feature,lifecycle/frozen,wg/security-audit | medium | Major |
401,031,657 | godot | Setting Resource as key to Dictionary turns key unreadable in narrower inspector | **Godot version:**
3.1 Beta
**OS/device including version:**
OSX Mojave
**Issue description:**
Setting resource as key to Dictionary makes it unreadable in a narrower inspector.
Example before adding to the dictionary:
<img width="338" alt="captura de ecra 2019-01-19 as 20 22 39" src="https://user-images... | enhancement,topic:editor,usability | low | Minor |
401,057,352 | pytorch | how to implement crf predict for segmentation task in Caffe2? | caffe2 | low | Minor | |
401,064,156 | rust | Assertion fails in doc example for std::thread::sleep() in 1.32.0 stable | The description of [std::thread::sleep()](https://doc.rust-lang.org/stable/std/thread/fn.sleep.html) says:
> Puts the current thread to sleep for at least the specified amount of time.
The thread may sleep longer than the duration specified due to scheduling specifics or platform-dependent functionality. It will ne... | O-windows,T-libs-api,C-bug,A-time | low | Major |
401,068,025 | rust | Can't assign results of generic functions to `const` variables | ```rust
fn foo<T:Default>() {
const bar : T = T::default();
}
```
gives the following error (twice for some reason):
```
$ cargo +nightly build
Compiling arrys_sizeoof v0.1.0 (C:\work\trash\repros\arrys_sizeoof)
error[E0401]: can't use type parameters from outer function
--> src\lib.rs:2:17
|
1 ... | A-type-system,A-diagnostics,A-trait-system,T-lang,C-bug,needs-rfc,T-types | low | Critical |
401,069,243 | go | doc: second return value of syscall.Syscall needs to be documented | I'm using Go 1.11.2 on 32 bit Windows.
[Current documentation](https://golang.org/pkg/syscall/?GOOS=windows#Syscall) of `Syscall*` doesn't give any sense about second return value `r2`. And in most cases, this value seems not needed at all. But Go codebase internally uses it:
https://github.com/golang/go/blob/5538a... | Suggested,Documentation,NeedsFix | low | Major |
401,080,582 | vscode | Input variables only work with one configuration in a compound launch config | - VSCode Version: VSCode 1.30.2
- OS Version: Windows 10 Pro
**Steps to reproduce**
1. Create a launch.json that has two configs, each referencing an input variable
2. Create a compound using both of those two configs
3. Launch the compound task.
**Expected**: User is prompted to select input variable, input ... | bug,debug | low | Critical |
401,094,936 | go | cmd/go: invalidate cached binaries when statically-linked external libraries change | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
go 1.11.4
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
amd64
### What did yo... | NeedsInvestigation,FeatureRequest | low | Minor |
401,096,701 | godot | Time going backwards | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if non-official. -->
3.1 beta2
**Issue description:**
<!-- What happened, and what was expected. -->
See the screenshot ... | bug,topic:core | low | Major |
401,122,106 | rust | Compiler should be able to compile EnumVariant(foo) == function_returning_enum() without PartialEq | Given this pseudocode
```
let result: bool = Ok(something) == some_function_returning_result();
```
It should be transformed to this pseudocode
```
let result: bool = match some_function_returning_result() {
Ok(something) => true,
_ => false,
};
```
Currently I get this error.
```
error[E0277]: can... | T-lang,C-feature-request,needs-rfc | low | Critical |
401,122,811 | angular | Child custom element's OnInit hook is called before parent's one | # 🐞 bug report
### Affected Package
The issue is caused by package @angular/elements
### Is this a regression?
Dunno
### Description
Wrong OnInit hooks call order when custom elements (parent + child) are added with some delay after (regular) angular component inited.
## 🔬 Minimal Reproduction
... | area: core,area: elements,state: confirmed,core: lifecycle hooks,P3 | low | Critical |
401,144,315 | go | spec: arithmetic on complex numbers is underspecified | I can't find much about the precise behavior of floating point and complex arithmetic (`+`, `-`, `*`, `/`). For floating point this is relatively easy. For complex numbers, not so much, due to special numbers (Infinity, -Infinity, NaN) and rounding: https://medium.com/@smcallis_71148/complex-arithmetic-is-complicated-8... | ExpertNeeded,NeedsInvestigation | low | Minor |
401,150,854 | rust | impl Fn with explicit lifetimes does not implement FnOnce | ```rust
pub fn wrap_impl_trait<'c, 'i, I: 'i, O: 'i>(
f: impl Fn(&'i I) -> &'i O + 'c,
) -> impl Fn(&'i I) -> &'i O + 'c {
f
}
pub struct Outer(Inner);
struct Inner;
impl Outer {
fn field(&self) -> &Inner {
&self.0
}
}
impl Inner {
fn hello_world<'r, R, N>(this: N)
whe... | A-type-system,T-compiler,T-types | low | Critical |
401,176,092 | rust | VaList: Allow VaList::arg to fetch bool values | ## Summary
`VaList::arg::<bool>()` should work.
## Description
According to [<stdbool.h>] `false` is `0` and `true` is `1`. As long as our encoding of `bool` is the same, we should allow `VaList::arg::<bool>()`. Since we take care of types smaller than an `int` in the codegen, this *should* work.
Related to... | C-enhancement,A-FFI,T-libs,F-c_variadic | low | Minor |
401,244,666 | vscode | Windows uninstaller should have option to also remove user data dir and extensions dir | I tried to uninstall / Reinstall `Code Insider` because of a recurring Error/Crash at "startup/reloaded" (Update / Reboot / proper exit), disabling extensions and remove all custom settings did not fixed it
Before re-installing i wanted to be sure i has no crap left that code have hurted `Code Insiders` .... surprise ... | help wanted,feature-request,install-update,windows | low | Critical |
401,421,597 | react-native | Elevation does not animate when it is inside a view which animates its opacity (Android P) | ## Environment
```
React Native Environment Info:
System:
OS: macOS 10.14.1
CPU: x64 Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
Memory: 40.65 MB / 16.00 GB
Shell: 5.6.2 - /usr/local/bin/zsh
Binaries:
Node: 10.11.0 - ~/.nvm/versions/node/v10.11.0/bin/node
Yarn: 1.13.... | Help Wanted :octocat:,Ran Commands,Issue: Author Provided Repro,Platform: Android,Bug | high | Critical |
401,500,265 | go | cmd/vet: false positive printf detection for URL-encoded `/` (`%2F`) in string literal | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.11 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you... | NeedsDecision,Analysis | low | Critical |
401,523,248 | TypeScript | Intellisense should inherit documentation for Interfaces. | When implementing an interface the intellisense feature is capable of detecting the description of the interface however it does not carry over any tags such as @param and @returns.
Below is a picture of an example:
 fails to associate with the function | Issue Type: <b>Bug</b>
```
class Foo {
@test
/** I do not work */
public test1() {}
/** I do work */
@test
public test2() {}
}
```
VS Code version: Code 1.30.2 (61122f88f0bf01e2ac16bdb9e1bc4571755f5bd8, 2019-01-07T22:54:13.295Z)
OS version: Windows_NT x64 10.0.17763
<d... | Bug,Domain: Signature Help | low | Critical |
401,529,927 | TypeScript | tsc fails when node_modules is symlinked to a target folder not named node_modules | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug | low | Critical |
401,546,777 | go | runtime: expose morestack (or equivalent) to make calling into JIT'ed code easier (and less hacky) | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.11.2 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
N/A
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary... | NeedsInvestigation,compiler/runtime | low | Critical |
401,558,837 | TypeScript | Expose JsDoc default value for optional parameters in AST | Copied from my [SO](https://stackoverflow.com/questions/54272321/does-the-typescript-compiler-expose-the-default-value-of-jsdoc-param/54273202#54273202) question:
I expected to be able to extract the default value of a JsDoc param but I'm actually unable to find the default value on the JsDoc node. For example, give... | Suggestion,In Discussion,API,Domain: JSDoc | low | Major |
401,598,964 | deno | QUIC & HTTP/3 support | It would be nice if the Deno standard library had QUIC protocol support out-of-the-box, implemented in Rust underneath. QUIC will likely be the UDP-based alternative to TCP used as the foundation for the Internet Engineering Task Force (IETF)'s upcoming [HTTP3 spec](https://tools.ietf.org/html/draft-ietf-quic-http-17).... | public API,suggestion,ext/fetch,ext/http | high | Critical |
401,620,610 | flutter | The Xcode build process in mac.dart needs tests | See https://github.com/flutter/flutter/pull/26826
We need to test that method. It may have been assumed that it was tested in devicelab tests that run `flutter build ios` and `flutter run` (for iOS), but those tests were somehow succeeding even though local runs of it failed. | a: tests,platform-ios,tool,platform-mac,P3,team-ios,triaged-ios | low | Critical |
401,699,752 | kubernetes | Do not remount volume again after it is detached | This issue replaces https://github.com/kubernetes/kubernetes/issues/64474.
**What happened**:
Volume may be remounted after it is detached.
**What you expected to happen**:
Volume will not be remounted after it is detached.
**How to reproduce it (as minimally and precisely as possible)**:
See https://... | kind/bug,sig/storage,lifecycle/frozen | low | Major |
401,734,067 | go | cmd/go: 'go list' should not resolve or record modules that are not relevant to the requested output fields | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version devel +4b3f04c63b Thu Jan 10 18:15:48 2019 +0000 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operat... | NeedsDecision,GoCommand,modules | low | Critical |
401,817,927 | youtube-dl | Export CRID in | - [x] I've **verified** and **I assure** that I'm running youtube-dl **2019.01.17**
- [x] At least skimmed through the [README](https://github.com/rg3/youtube-dl/blob/master/README.md), **most notably** the [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](https://github.com/rg3/youtube-dl#bugs) sections
- [x] ... | request | low | Critical |
401,823,391 | react | `useCallback()` & `useMemo()` automatically with a Babel Plug-in | **Do you want to request a *feature* or report a *bug*?**
Feature request.
**What is the current behavior?**
We need to `useCallback()` and `useMemo()` which seems redundant and can cost us in performance if not used right, which is likely to happen.
**If the current behavior is a bug, please provide the st... | Type: Discussion | medium | Critical |
401,849,901 | TypeScript | Easier destructuring with type annotations on binding patterns | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
<!-- List of keywords you searched for before creating this issu... | Suggestion,In Discussion | high | Critical |
401,897,380 | flutter | [Bug?] in didPopNext and didPop call order | Hi,
The following code is the logic from `RouteObserver` which calls any `RouteAware` widgets when a route is popped.
```dart
@override
void didPop(Route<dynamic> route, Route<dynamic> previousRoute) {
if (route is R && previousRoute is R) {
final List<RouteAware> previousSubscribers = _listeners[p... | framework,f: routes,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-framework,triaged-framework | low | Critical |
401,903,590 | go | cmd/compile: unnecessary bounds check | ### What did you do?
I compiled the following program to see its assembly code: https://godbolt.org/z/OcRvPE
### What did you expect to see?
I expected the access to the slice to not be bounds checked
### What did you see instead?
A bounds check was generated by the Go compiler | Performance,help wanted,NeedsInvestigation | medium | Critical |
401,968,802 | vue | Function-type props broken in TypeScript | ### Version
2.5.22
### Reproduction link
[https://jsfiddle.net/keegan_openbay/gehkx7pf/10/](https://jsfiddle.net/keegan_openbay/gehkx7pf/10/)
[https://jsfiddle.net/keegan_openbay/018rs3ae/11/](https://jsfiddle.net/keegan_openbay/018rs3ae/11/)
(More explanation in the fiddle, but keep in mind that JSFiddle do... | typescript | medium | Critical |
401,976,206 | go | cmd/cgo: _GoString_ is a reserved identifier | (Removing the template since this is not really a code bug or so.)
https://golang.org/cmd/cgo/#hdr-Go_references_to_C explains that there's a type `_GoString_`. However, that name is reserved (see https://en.cppreference.com/w/c/language/identifier#Reserved_identifiers), and using it is technically undefined behavio... | help wanted,NeedsFix,compiler/runtime | low | Critical |
401,978,635 | go | cmd/cgo: map sized integer types to C equivalents | (Removing the template since this is an enhancement proposal)
The type mappings at https://golang.org/cmd/cgo/#hdr-Go_references_to_C don't state which Go types the sized C integer types `int8_t` etc. are mapped to. In C, these types have the same requirements as the corresponding Go types: they are not allowed to h... | help wanted,NeedsFix,compiler/runtime | low | Critical |
401,982,954 | TypeScript | type predicate-ness lost when using Function.prototype.bind | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.2.4 or @next as of 2019-01-22
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
**Code**
```ts
const isArray: typeof A... | Suggestion,Help Wanted,Domain: lib.d.ts,Experience Enhancement | low | Critical |
402,048,859 | TypeScript | tsserver signals TS7017 incorrectly when using a symbol-indexed property | When declaring a symbol-indexed property on an existing interface, attempting to use it gives error TS7017 in VSCode. `tsc`, however, compiles it without complaint, implying a bug in `tsserver`.
**TypeScript Version:** 3.3.0-dev.20190119
**Search Terms:** TS7017 tsserver symbol property
**Code**
```ts
con... | Bug,Domain: TSServer | low | Critical |
402,063,413 | rust | error[E0275]: "overflow evaluating the requirement" triggered by importing a path of length 2 | This *might* be a duplicate of #39959. I'm posting a new issue here as the mechanism that the error is triggered significantly differs from that in the aforementioned issue.
## Sample code
```toml
[package]
name = "example"
version = "0.1.0"
authors = ["Author"]
edition = "2018"
[dependencies]
tokio = "=... | A-type-system,T-compiler,C-bug,T-types | medium | Critical |
402,082,797 | godot | AnimationPlayer "Loop" property working sporadically | **Godot version:**
3.1 beta 2
**OS/device including version:**
Windows 10
**Issue description:**
AnimationPlayer not respecting the "loop" setting. Plays animation only once. I've tried setting the loop property via code as well to no avail.
**Steps to reproduce:**
Setup an animation that is supposed... | bug,topic:core,confirmed | medium | Critical |
402,126,037 | flutter | PluginRegistry.ActivityResultListener: not triggered | ## Steps to Reproduce
1. Create a Flutter package in java
2. In plugin class add a Activity result listener
3. In onMethodCall call startActivityForResult
4. In Activity called, at a certain point, call setResult and finish
Issue is the `onActivityResult' plugin is not triggered when Activity child call fini... | engine,P2,a: plugins,team-engine,triaged-engine | low | Critical |
402,130,079 | go | x/text/language: matcher doesn't match en-SG exactly to en | #### What version of Go are you using (go version)?
`go version go1.11 darwin/amd64`
#### What operating system and processor architecture are you using (go env)?
amd64, macOS Sierra 10.12.6
#### What did you do?
```go
package main
import (
"fmt"
"golang.org/x/text/language"
)
func main() {
pre... | NeedsInvestigation | low | Minor |
402,139,090 | pytorch | I hope Caffe2's python interface add DataLoader Module Similar to pytorch's DataSet and DataLoader | I abstract the trainable cnn model to three parts:DataInput、 convolution blocks、 output/loss。
Train are mostly use python interface for fast implementation, now caffe2 already have many Various operators like conv、bn、losses, and some data read operators;
I find that no matter it is detection, classification, trackin... | caffe2 | low | Minor |
402,193,734 | flutter | [image_picker] New feature to store picked image/video in a custom path. | this is image path "/storage/emulated/0/Android/data/com.example.xxxxx/files/Pictures/cd7fa05d-2f01-47ec-b733-d535c2ed50972289172933902660221.jpg".
```
var image = await ImagePicker.pickImage(source: ImageSource.camera);
print(image); // storage/emulated/0/Android/data/com.example.xxxxx/files/Pictures/... | c: new feature,p: image_picker,package,c: proposal,team-ecosystem,P2,triaged-ecosystem | low | Major |
402,205,657 | vscode | Clear all problems in the 'Problems' pane with a button | Please add a button in the `Problems` pane that allows the developer to clear all items in there.
**Following discussions from #15524, #29169, #66343 and #50448.**
Currently we see problems from different sources (linters, tasks, etc) and they sometimes stay there after the problem or the source file is gone, e.g... | feature-request,error-list,languages-diagnostics | high | 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.