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
409,070,589
go
x/crypto/acme: send req with external context to RetryBackoff function
### What did you do? ```golfing client = &acme.Client{ Key: config.PrivateKey, DirectoryURL: *ServerApiURL, RetryBackoff: func(n int, r *http.Request, res *http.Response) time.Duration { ctx := r.Context() retryLogger := zc.L(ctx) // get logger from context https://github.com/rekby/za...
NeedsInvestigation
low
Critical
409,076,574
go
x/build/maintner: GitHub issue becoming 404 (e.g., due to being deleted) is not reflected in model
GitHub issue golang/go#23772 is currently 404. If it's possible to do so in the scope of the work that `maintner` already does (i.e., it doesn't require going out of its way), then it should detect that and set its [`NotExist`](https://godoc.org/golang.org/x/build/maintner#GitHubIssue.NotExist) field gets to true. ...
Builders,NeedsInvestigation
low
Major
409,088,348
rust
Redundant bounds check is not elided
[Nightly Playground link](https://play.rust-lang.org/?version=nightly&mode=release&edition=2018&gist=aed66d73af0bece065fb47940cefe14a) Splitting a slice in two such that `left.len() <= right.len()`, then looping `left.len()` times over the elements of `left` and `right` cannot overflow, but a bounds check is emitted...
A-LLVM,I-slow,C-enhancement,T-compiler,C-optimization
low
Minor
409,106,154
flutter
Consider Deprecating & Removing `BitField` and `kMaxUnsignedSMI`
The `kMaxUnsignedSMI` is based on and refers to smi and mints concepts from Dart 1. In Dart 2 all ints are 64 bits, making the current name and size inaccurate. It also cannot be accurately represented in JavaScript which only supports 32 bit ints. This poses issues for compilation, requiring either unsupported replace...
framework,c: API break,c: proposal,P2,team-framework,triaged-framework
low
Minor
409,113,034
rust
Unknown feature names are not reported if there are other errors
I just added an impl that I thought should be valid now with https://github.com/rust-lang/rfcs/pull/2451, but I got a compiler error. So I found the RFC and copied the feature name `re_rebalancing_coherence` from it. However, I still got the compile error, so I spent a while trying to figure out if the impl was really ...
C-enhancement,A-diagnostics,T-compiler
low
Critical
409,151,881
flutter
centerSlice throws exception when scaling down
This seems closely related to https://github.com/flutter/flutter/issues/20013, but I'm not sure whether it is the same issue. I have two images that are being used as resolution-aware assets: the "main" asset is 68x46, and the 3.0x pixel ratio version is 208x142. If I use the asset in an `Image` widget with no `cent...
c: crash,framework,a: images,has reproducible steps,P2,found in release: 3.3,found in release: 3.5,team-framework,triaged-framework
low
Critical
409,184,290
TypeScript
Recursive definitions in mixins
Its currently possible to create a circular references in classes just fine: ```ts export class Class1 { another : Class2 // compiles fine } export class Class2 { another : Class1 // compiles fine } ``` However, the same thing fails when using mixin-based classes: ```ts export const ...
Suggestion,Awaiting More Feedback
medium
Critical
409,197,515
go
net/rpc/jsonrpc: client implementation is not compatible with JSON-RPC 1.0 spec
According to [JSON-RPC 1.0 specification](https://www.jsonrpc.org/specification_v1) the params property should be an array of object. The canonical example of calling remote methods with JSON-RPC 1.0 is to send the parameters as one dimensional JSON array: `{"method": "concat", "params": ["foo", "bar"], "id": 123}` T...
help wanted,NeedsInvestigation
low
Major
409,307,979
react-native
SectionList ListHeaderComponent gets rerendered when sections data changes
## 🐛 Bug Report This is a duplicate of: https://github.com/facebook/react-native/issues/16824 https://github.com/facebook/react-native/issues/16823 https://github.com/facebook/react-native/issues/14249 But since those 3 were closed and they are missing a reproducible example of the bug I'm reopening. ## Desc...
Ran Commands,Component: SectionList,Bug
low
Critical
409,354,950
flutter
Getting AnimationController from ExpansionTile
<!-- Thank you for using Flutter! Please check out our documentation first: * https://flutter.io/ * https://docs.flutter.io/ If you can't find the answer there, please consider asking a question on the Stack Overflow Web site: * https://stackoverflow.com/questions/tagged/flutt...
c: new feature,framework,f: material design,P2,team-design,triaged-design
low
Critical
409,376,975
electron
Unwanted Prevent Sleep behavior when using media in BrowserWindow
**Is your feature request related to a problem? Please describe.** When having media like a video in a `BrowserWindow`, the app prevents the system from going to sleep (on MacOS, have not tested Windows), much like chrome does. If that is not the desired behavior, there would be nice to have an API control wether that...
enhancement :sparkles:
low
Minor
409,412,073
flutter
Test output is hard to read
The `compact` reporter isn't really compact if you have errors, info messages, or skips in your test run. It's particularly difficult if there are multiple failures, or if you're using CI and the failures don't happen to be the very last tests that are run. I have started work on addressing this: https://github.com...
a: tests,c: new feature,team,tool,P2,team-tool,triaged-tool
low
Critical
409,439,425
vscode
[html] [custom data] allow to give custom HTML tags/attributes a higher completion rank
From https://github.com/Microsoft/vscode/issues/62976#issuecomment-462002568 Maybe similar to https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.VSIntelliCode#review-details, we should show custom tags/attributes on top of others (with a `*`).
feature-request,html
low
Minor
409,461,463
opencv
Error on build for 3.4 with Visual Studio 2017
I am trying to build OpenCV 3.4 to use with UWP but I get errors saying method GetModuleHandleEx is not part of global namespace on file datafile.cpp Error on build with Visual Studio 2017. core/src/utils/datafile.cpp doesn't build for UWP (Windows Store 10.0 x64) Error C2039 'GetModuleHandleEx': no es un miembr...
priority: low,category: build/install,platform: winrt/uwp
low
Critical
409,463,355
vscode
Warning for trailing spaces in folder names
Issue Type: <b>Feature Request</b> My colleague and I had an insanely embarassing and unforgetable experience today at work due to the lack of a feature involving trailing spaces in folder names. I was teaching my colleague how to use Redux with React Native when we got an error in the console. Something along th...
feature-request,languages-diagnostics
low
Critical
409,466,466
TypeScript
Make automatic adding missing imports smarter
### Scenario 1: Fuzzy Logic I have a several files containing `import {connect} from "react-redux";`. If I use the add missing imports context menu to add the missing import for `connect`, the system should realize "react-redux" is far more probable module than "net", "tls", and "http2", which are all recommended hig...
Suggestion,Awaiting More Feedback
low
Major
409,486,233
pytorch
Download speed issues with the pytorch conda channel
Download speed of pytorch/torch is too slow. I'm downloading the file around 80KB/s at 24MBit/s connection. I've searched the same file I've been downloading and found at a mirror which lets 1MB/s download speed, what is going on with pytorch? not enough bandwidth for science? original link for pip install torchvisi...
module: dependency bug,triaged
high
Major
409,507,440
rust
rustdoc should skip unresolvable private members
When using the `doc_cfg` feature it's useful to run rustdoc on structures that aren't defined for the running platform. However, compilation will fail if those structures have private members that also aren't defined on the running platform. The only solution is to laboriously `#[cfg]` gate each private member, even ...
T-rustdoc,A-visibility
low
Minor
409,513,709
TypeScript
Disallow excess properties to React components (for performance)
<!-- 🚨 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 react excess props properties component function parameters <!-...
Suggestion,Needs Proposal
medium
Critical
409,580,579
pytorch
Errors running distributed example
I am new to pytorch and distributed learning in general and I’m trying to go through this tutorial here: https://pytorch.org/tutorials/beginner/aws_distributed_training_tutorial.html. After setting everything up, when I run the 4 different python processes (2 on each machine) I always get the following error: ``` F...
oncall: distributed,triaged
low
Critical
409,590,547
vue
升级2.6以上版本后在部分安卓机上input使用v-model的同时有对数据格式化时光标异常
### Version 2.6.6 ### Reproduction link https://codepen.io/matf5/project/editor/ARGnKV ``` computed: { cardNoFormat: { get() { return this.cardNo.replace(/(\d{4})(?=\d)/g, '$1 '); }, set(value) { this.cardNo = value; } } } ``` ### Steps to re...
need repro,browser quirks
low
Minor
409,598,901
kubernetes
Distribute debugging symbols for every binary in a Kubernetes release
**What would you like to be added**: Distribute the debugging symbols generated when building every binary (e.g. kube-apiserver, kube-scheduler, kube-controller-manager, etc) in a Kubernetes release. **Why is this needed**: To allow debugging of official Kubernetes binaries "in situ," i.e., in a cluster that is al...
kind/feature,help wanted,sig/release,lifecycle/frozen,needs-triage
medium
Critical
409,608,201
terminal
AllocConsole failing with ERROR_GEN_FAILURE as a service in rare cases
We have a software package running on thousands of Windows machines from XP onward. In 2 cases we have received a bug report that the users application fails to call AllocConsole with error code ERROR_GEN_FAILURE. This has been seen once on a Windows Server 2008 system and the second on a Windows Server 2012 system. ...
Product-Conhost,Area-Server,Issue-Bug
low
Critical
409,719,105
rust
Getter functions and indexing don't seem to follow the same lifetime rules
This is my first issue for the Rust project. Apologies up front if it is somehow unclear. I'd be happy to provide any additional information you need. DESCRIPTION The issue I'm running into is this. Consider the following code: `collection.get_mut(collection.get(0).unwrap().index).unwrap().index = 1;` The inn...
P-medium,T-compiler,A-NLL,NLL-complete
low
Critical
409,763,485
flutter
TextFormField doesn't support input shortcuts
Some input software have some shortcut to help us quickly edit the input fields (like the screenshot below), but it seems the `TextFormField` (and maybe `TextField` and so on) doesn't support those behavour? ![image](https://user-images.githubusercontent.com/12682063/52709077-b6e4f880-2fc6-11e9-8992-eda3f502774e.png) ...
a: text input,c: new feature,framework,P2,team-framework,triaged-framework
low
Major
409,817,216
opencv
OpenCL related test failures on MacOS 10.14 (AppleClang 10.0)
<!-- If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses. If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute). Please: * Read the documentation to test with the latest de...
bug,priority: low,platform: ios/osx,category: ocl
low
Critical
409,831,766
opencv
Some Suggestions to OpenCV Team
##### System information (version) <!-- Example - OpenCV => 3.1 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2015 --> - OpenCV => 4.0.1 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 **Suggestions to OpenCV Team:** I want to suggest for some...
RFC
low
Minor
409,859,935
opencv
Updating installation instructions, adding package manager installation and macOS
ERROR: type should be string, got "https://docs.opencv.org/3.4.5/df/d65/tutorial_table_of_content_introduction.html\r\n\r\nThis link contains links to installation instructions for Linux, Windows and iOS, but not macOS.\r\n\r\nA lot of macOS users will know that they can probably use the instructions for Linux (they can right? I'm not 100% sure) - but it's not safe to assume that they all will. Also, the Linux instructions do not mention that they can work on macOS, too (they only say`The following steps have been tested for Ubuntu 10.04 but should work with other distros as well.`). \r\n\r\nI don't have too much knowledge about OpenCV, but I feel like those instructions (for Linux, for example) should be updated. The fact that they mention testing on Ubuntu 10.04 is a hint towards that. They are also 100 lines long (if counting a few whitespace-only lines) and yet never mention installing via something like `apt-get opencv`. Is there a reason there isn't a package manager installation? I found instructions to install with `brew` on macOS, could that just be added there?"
category: documentation
low
Minor
409,875,533
go
proposal: cmd/go/internal/lockedfile: add Append function
This is a proposal of adding `Append` function to [cmd/go/internal/lockedfile](https://tip.golang.org/pkg/cmd/go/internal/lockedfile/). `Append` will act as [Write](https://tip.golang.org/pkg/cmd/go/internal/lockedfile/#Write), except that it will not truncate a file if it already exists.
Proposal,Proposal-Hold
low
Minor
409,901,596
material-ui
App Layout component
## Expected Behavior 🤔 It should provide a configurable layout out of the box without so much additional coding required. This is a really basic feature and e.g. Ant Design does it great and so simple. ## Current Behavior 😯 Any layout has to be done with a lot of coding to handle RWD, different drawer vari...
new feature,waiting for 👍
medium
Major
409,959,389
flutter
UserAccountsDrawerHeader lacks access to Details Pressed state
The `UserAccountsDrawerHeader` provides a void callback (`onDetailsPressed`) to indicate that the details state has changed. However there is no method to determine if the current state is "arrow up" or "arrow down" and there is no method to change that state.
c: new feature,framework,f: material design,P2,team-design,triaged-design
low
Minor
409,961,235
vscode
Allow dynamic location of textmate grammar
Ref: https://github.com/vuejs/vetur/issues/210 In Vue files you can have `<template>`, `<style>` and `<script>` tag. However, certain libraries can add top-level custom blocks that uses another language. For example: ```vue <template></template> <script></script> <style></style> <docs> # This might be m...
feature-request,api
medium
Major
409,977,841
flutter
[webview] Allow overriding responses to webview requests with local resources
customer: dream are managing their own resource cache. They need to be able to have the webview respond to specific requests with resources that are available locally and are provided by the application. On Android this can be done with [WebViewClient#shouldInterceptRequest](https://developer.android.com/reference/...
c: new feature,customer: dream (g3),p: webview,package,team-ecosystem,P3,triaged-ecosystem
medium
Major
409,991,223
electron
TouchBarScrubber does not expose layout options
In https://github.com/electron/electron/pull/11038 dynamic width calculation was added to the scrubber touch bar item layout, however there is no way to specify the itemSpacing and itemSize (https://developer.apple.com/documentation/appkit/nsscrubberflowlayout?language=objc) for entries in the scrubber list, which are ...
enhancement :sparkles:
low
Minor
409,995,059
create-react-app
Dependencies that use require.ensure for backward compatibility cause warnings
Importing dependencies into an app created with `create-react-app` that [use `require.ensure` as a fallback option](https://github.com/mozilla/pdf.js/blob/960213cb6963f9bf46d6224805de2dc73fef0af4/src/display/api.js#L42-L98) causes the following warning in the console; ``` ./node_modules/pdfjs-dist/build/pdf.js Cri...
issue: needs investigation
medium
Major
410,000,050
opencv
Frame offset points outside movi section error
<!-- If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses. If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute). Please: * Read the documentation to test with the latest de...
category: videoio,incomplete
low
Critical
410,013,309
create-react-app
Default linter and/or linting configuration cannot parse various TypeScript features (e.g. modifiers like readonly)
<!-- PLEASE READ THE FIRST SECTION :-) --> ### Is this a bug report? Yes <!-- If you answered "Yes": Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo. If you're in a hurry or don't f...
issue: needs investigation,issue: typescript
low
Critical
410,037,260
react-native
<View /> doesn't recalculate it's size when a descendant <Text /> changes height due to wrapping following a device rotation
## 🐛 Bug Report <!-- A clear and concise description of what the bug is. Include screenshots if needed. --> I believe I've found a bug in the `View` size calculation logic in React Native. In certain cases, the ancestor `View` fails to recalculate its size if a descendant `<Text />` component changes in size...
Issue: Author Provided Repro,Component: View,Bug
medium
Critical
410,084,023
godot
Project Settings window's Input map does not update when the InputMap is changed in code.
**Godot version:** 3.1 Beta 3 **Issue description:** <!-- What happened, and what was expected. --> When creating a plugin, I would like that plugin to check the currently existing keybinds in the Input Map and add a new one if there is no binding with a specific name. I am able to add the binding to the Projec...
bug,topic:editor,confirmed,topic:plugin,topic:input
low
Critical
410,085,658
go
encoding/csv: Read returns strings which has reference of string of whole line
<!-- 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.5 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture a...
Performance,NeedsInvestigation
low
Critical
410,161,623
flutter
LastPass doesn't support text fields in Flutter apps
Might be just another symptom of https://github.com/flutter/flutter/issues/14047
a: text input,framework,engine,P2,team-engine,triaged-engine
low
Major
410,286,485
angular
Define generic of ng-template
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 Oh hi there! 😄 To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates. 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅�...
feature,area: core,area: compiler,core: ng-template and *microsyntax,compiler: template type-checking,feature: under consideration
high
Critical
410,296,185
pytorch
Distributed training jobs do not terminate properly if there is a crash
## 🐛 Bug If I use distributed training, sometimes one of the processes dies for a variety of reasons (maybe out of memory, a cuda runtime error, etc). In a single GPU job, the experiment would crash. In the distributed setting, the remaining processes often freeze and wait endlessly, so the job remains alive contin...
oncall: distributed,triaged
medium
Critical
410,373,063
TypeScript
Refactor: Introduce object destruction
<!-- 🚨 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 refactor, object destruction <!-- List of keywords you searc...
Suggestion,Awaiting More Feedback
low
Critical
410,391,040
godot
Saving base script does not update exported properties in the inspector
**Godot version:** 3.1 beta 4 Tested on: `3.1 beta 4` and `3.0 stable`. I cannot reproduce the issue in `3.0 stable`. **OS/device including version:** Windows 10 64-bits **Issue description:** As commented in: https://github.com/godotengine/godot/pull/25866#issuecomment-463451182 Saving the base script d...
bug,topic:gdscript,topic:editor,confirmed
low
Critical
410,394,109
TypeScript
Allow mapped tuples to have behaviour based on index
<!-- 🚨 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 mapped tuples index ## Suggestion I want to be able to create ...
Suggestion,Awaiting More Feedback
low
Critical
410,421,675
kubernetes
PodStartupLatency logs are misleading
Something is terribly broken in ClusterLoader tests, for at least last week. I'm seeing logs like this: I0131 18:08:17.805407 12168 pod_startup_latency.go:305] PodStartupLatency: perc50: 6.479659787s, perc90: 1m14.604992502s, perc99: 1m38.973342003s And the test is passing. For example this run: https://gube...
kind/bug,sig/scalability,priority/important-longterm,lifecycle/frozen
low
Critical
410,435,806
angular
ngOnDestroy not called for injectables created via factory providers provided at component level
# 🐞 bug report ### Affected Package @angular/core ### Is this a regression? Don't know ### Description **ngOnDestroy** is not called for Services provided via **factory function** into component level. ## 🔬 Minimal Reproduction I forked the Angular repo and created a Merge Request including 2 te...
hotlist: error messages,freq3: high,area: core,core: di,design complexity: major,P4
medium
Critical
410,436,228
go
cmd/link: TestDWARF failing under all.bash on OSX 10.13.6
<!-- 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.5 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture a...
OS-Darwin,NeedsInvestigation,compiler/runtime
low
Critical
410,451,245
flutter
video_player Image Thumbnail
The video_player plugin does not document how you can use it with image thumbnails to implement an image thumbnail from a video frame within the video to display as an image cover like YouTube and Instagram does for videos
c: new feature,a: video,p: video_player,package,c: proposal,team-ecosystem,P2,triaged-ecosystem
low
Critical
410,457,389
TypeScript
Upgrading from 3.0.3 to 3.1.1 breaks underscore type definition
<!-- 🚨 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
410,472,497
javascript
Documentation conflicts with object-property-newline setting?
It seems like the documentation consistently promotes having a new line for each item in multiline lists, whether it be in a [function invocation](https://github.com/airbnb/javascript#functions--signature-invocation-indentation) or in [an array](https://github.com/airbnb/javascript#arrays--bracket-newline) (both of whi...
pull request wanted
low
Major
410,481,705
pytorch
Support callables in scripted functions
## 🚀 Feature Allow for callables (notably other scripted functions or ScriptModules) to be passed to scripted functions (Currently fails with `cannot call a value`). ## Motivation Attempting to tease out fusions from larger codebases (in my case maskrcnn_benchmark) where some blocks of code may not be scriptabl...
oncall: jit,jit-backlog
low
Critical
410,508,856
go
x/sys/cpu: report core information and speed
### 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`)? N/A. all of them? ### What did you do? Tried t...
NeedsDecision,FeatureRequest
low
Minor
410,515,762
go
cmd/go: standard-library vendoring in module mode
This proposal is both a fix for #26924, and a means for users to explicitly upgrade the `golang.org/x` dependencies of the standard library (such as `x/crypto` and `x/net`). ### Proposal The standard library will ship with three go.mod files: `src/go.mod` (with module path `std`), `src/cmd/go.mod` (with module pa...
Proposal,Proposal-Accepted,early-in-cycle,modules
high
Critical
410,548,493
kubernetes
HPA controller reorders the spec.metrics list
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!--> **What happened**: I have an HPA spec as follows. ```yaml apiVersion: autoscaling/v2beta1 kind: HorizontalPodAutoscaler metadata:...
kind/bug,sig/autoscaling,needs-triage
high
Critical
410,563,769
godot
TextureAtlas doesn't work in shader when passed as sampler2D
Godot version: 3.0.6 Window 7 Home 64 bit passed a texture atlas to a shader for palette swapping it seems like the shader ignores the texture atlas crop. - make a shader material - copy the shader code below and paste it as your shader code - copy the palette image to your project - create two texture a...
bug,topic:rendering,confirmed
low
Major
410,591,145
pytorch
Conv2d layers should accept 4-tuple for padding argument
## 🚀 Feature Currently Conv2d layers supports int or tuple however tuple is only allowed to be 2-tuple. So this only supports symmetrical padding case. This should be 4-tuple to allow for asymmetrical padding. This will be required anytime we are trying to mix and match odd and even sized inputs and kernels. ## Pi...
module: nn,module: convolution,triaged,enhancement
low
Major
410,628,997
go
wiki: CodeReviewComments should more thoroughly describe test helper functions
The document already covers testing helper functions, and how to use them. I propose to add instructions how to write testing helper functions. Two things that I thought of are: 1. The first argument should always be `t *testing.T`. 2. The first line of the function should be `t.Helper()`. The reason for this is...
NeedsDecision
low
Minor
410,702,291
vscode
Restart task fails if task already completed
We have writ Issue Type: <b>Bug</b> Build tasks are often quite long (especially when building for embedded systems) and it's common for them to throw up intermediate errors before completion. In this case a typical pattern is ... - start build task - spot error report in early build output - edit offending...
feature-request,tasks
low
Critical
410,722,816
flutter
Flutter test coverage will not report untested files
I run the `flutter test --coverage` as follows ![image](https://user-images.githubusercontent.com/12691638/52848118-e91e6380-3148-11e9-9092-22577c7e956e.png) ![image](https://user-images.githubusercontent.com/12691638/52848167-04896e80-3149-11e9-9a35-fd4611ff2ec6.png) and here are my project's files; ![imag...
a: tests,c: new feature,tool,dependency: dart,P2,team-tool,triaged-tool
low
Critical
410,742,066
go
cmd/vet: "possible malformed +build comment" check too strict
### What version of Go are you using (`go version`)? <pre> $ go version go version devel +ffd096db2b Wed Feb 13 05:35:45 2019 +0000 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What did you do? I have a go generate line that prepends a +build comment to a C file: ...
NeedsInvestigation,Analysis
low
Major
410,761,314
rust
aarch64 ABI: revisit which ZST fields should be filtered from repr(C)
Spawned off of https://github.com/rust-lang/rust/issues/56877#issuecomment-457490611 and https://github.com/rust-lang/rust/pull/57645#issuecomment-456962622 The issues raised by #56877 were partially addressed by PR #57645 but there may be some followup work to do here. Based on my current understanding, PR #5764...
A-FFI,T-compiler,A-ABI,A-repr
low
Minor
410,790,559
rust
lldb doesn't print enums
```Rust enum E1 { A, B } enum E2 { A1 { x: i32, y: i32 }, B1(u8), C1 } fn main() { let a = E1::A; let aa = E2::A1 { x: 42, y: 123 }; let bb = E2::B1(10); let cc = E2::C1; } ``` Run lldb (without pretty-printers, lldb-1000.0.38.2) ``` (lldb) p a (main::E1) $0 = A (lldb) p aa (main::E2) $1 ...
A-debuginfo,T-compiler
low
Major
410,803,788
rust
support for implementing "extern" functions required by C code when it's declared in a C header/rust-binding
Some C libraries require the user of the lib to implement (platform/sys) functions which are then used by the lib. The library header usually declares the function so you can implement it wherever you want and get a compiler error if the signature has changed and your implementation is thus wrong now. If I use bi...
A-FFI,C-feature-request
low
Critical
410,805,283
youtube-dl
Full support for BFI free content
## 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-update-request
low
Critical
410,806,577
go
meta: request output of `go list -m all` in the issue template
As @FiloSottile notes in https://github.com/golang/go/issues/30241#issuecomment-463829083: > I actually don't want to have to figure out if a `crypto/tls` internal failure is due to a `replace`d `chacha20poly1305`. But of course the same is true for `x`-repo interdependencies in general: if someone is reporting a...
NeedsFix,Community
low
Critical
410,885,779
create-react-app
Source License notice strip
I have a project, for example: <details> <summary>Example</summary> <br/> package.json ```json { "...": "", "main": "index.js", "scripts": { "...": "", "build": "react-scripts build" }, "dependencies": { "...": "", "react-scripts": "2.1.5" } } ``` index.js ```js /*...
issue: bug
medium
Major
410,891,139
flutter
Make FixedExtentScrollPhysics & FixedExtentScrollController usable with ordinary ListViews
`FixedExtentScrollPhysics` and `FixedExtentScrollController` are very handy classes for creating snapping scroll views but unfortunately these can only be used with the `ListWheelScrollView`, which enforces a carousel-like 3D-effect. `FixedExtentScrollPhysics` and `FixedExtentScrollController` would be more useful, if...
c: new feature,framework,P2,team-framework,triaged-framework
low
Critical
410,905,514
pytorch
Global Second Order Pooling
Global Second Order Pooling is claimed to be better than Global Average Pooling, which is used in many networks. Producing covariance matrices as image representations, it has achieved state-of-the-art results in a variety of vision tasks. Few examples are as follows: http://openaccess.thecvf.com/content_cvpr_2018/p...
todo,feature,triaged,module: pooling
low
Major
410,923,988
opencv
Issues with installing OpenCV JS on Windows 10
- OpenCV => 4.0.1 and previous versions - Operating System / Platform => Windows 10 64 Bit - Compiler => Visual Studio 2017 I am on the process of installing OpenCV JS and I've encountered simple errors here and there that can be found by searching via Google. However, I'm currently on an error that is irresolv...
priority: low,category: build/install,category: javascript (js)
low
Critical
410,947,606
flutter
Autoselect real device when running in release mode
If you have both a real device and a simulator connected, and you do `flutter run --release`, flutter asks you which device to run on, but it can only run on a real device in release mode, so could it not just autoselect the real device ( if it's possible to differentiate this ) ?
c: new feature,tool,a: quality,P2,team-tool,triaged-tool
low
Minor
410,951,154
go
x/build/cmd/gerritbot: Gerrit asks PR author to review their own change
In https://go-review.googlesource.com/c/oauth2/+/162937 I wrote: > I'm going to delete your code review vote because it's misleading. Reviewing your own code doesn't really count in terms of our code review requirements. PR author @nwidger then replied: > My bad! I wasn't sure if doing that was appropriate. ...
Builders,NeedsInvestigation
low
Critical
410,968,248
TypeScript
Add '--bail' option when running '--build' mode
<!-- 🚨 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 project references, bail, cascade, errors <!-- List of keywords y...
Suggestion,Awaiting More Feedback
low
Critical
410,983,813
kubernetes
Kubelet sysctl settings cannot be overridden
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: The kubelet o...
area/kubelet,sig/node,kind/feature,lifecycle/frozen
medium
Critical
411,047,981
go
cmd/go: explicitly reject packages whose source files contain leading dots
### What version of Go are you using (`go version`)? <pre> go1.11.1 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes, tested with: <pre> go1.12rc1 darwin/amd64 </pre> But at least the latest version shows the `._` filename being processed, and generates 'unexpected NUL in input'...
OS-Darwin,NeedsInvestigation
low
Critical
411,060,513
pytorch
Deadlock with multiprocessing (using fork) and OpenMP / PyTorch should warn after OMP and fork that multithreading may be broken
## 🐛 Bug The following program never terminates. ``` import torch import torch.multiprocessing as mp def foo(): x = torch.ones((2, 50, 10)) return torch.einsum('ijl,ikl->ijk', x, x) if __name__ == '__main__': foo() p = mp.Process(target=foo) p.start() p.join() ``` Th...
high priority,module: docs,module: multiprocessing,triaged
medium
Critical
411,077,923
go
runtime: simplify right shift and zero test
### What version of Go are you using (`go version`)? 1.11 ### What did you do? Please consider the following dummy code: func Dummy(x uint64) int { i := 0 for { x >>= 1 if x == 0 { break } i -= 1 } r...
Performance,NeedsFix,compiler/runtime
low
Major
411,099,410
rust
LLVM ERROR: Undefined temporary symbol when compiling wasm-bindgen-macro-support on powerpc64+powerpc64le linux
See log here https://buildd.debian.org/status/fetch.php?pkg=rust-wasm-bindgen-macro-support&arch=ppc64el&ver=0.2.33-1&stamp=1549258418&raw=0 The same issue is reproducible with the rustc binary from [here](https://static.rust-lang.org/dist/rust-1.32.0-powerpc64le-unknown-linux-gnu.tar.gz), but one needs to first wor...
A-LLVM,T-compiler,O-PowerPC,C-bug
low
Critical
411,099,907
rust
Type inference fails even though all types are known
The following code fails to compile, even though all types are known https://play.rust-lang.org/?version=stable&mode=debug&edition=2015&gist=8de9e57e8de5cd8f2896f422d693f453 ```rust pub fn f(s: &str) { let mut it = s.split(|c: char| c == ',').fuse(); let t = it.next().unwrap().parse::<usize>().unwrap(); ...
P-medium,T-compiler,regression-from-stable-to-stable,A-inference,C-bug
low
Critical
411,108,841
rust
Tracking issue for error source iterators
This covers the `<dyn Error>::iter_chain` and `<dyn Error>::iter_sources` methods added in #58289.
T-libs-api,B-unstable,C-tracking-issue,A-error-handling,Libs-Tracked,PG-error-handling
high
Critical
411,129,382
rust
Poor suggestions wrt closure type/lifetime inference
Given the following code: ``` fn main() { let cl = |x| { x.split_at(0) }; let (_x, _y) = cl("42"); } ``` rustc suggests: ``` 3 | let cl = |x| { x.split_at(0) }; | ^ consider giving this closure parameter a type ``` Unfortunately, specifying a closure parameter type casts th...
C-enhancement,A-diagnostics,A-closures,T-compiler,A-inference,A-suggestion-diagnostics,D-newcomer-roadblock
low
Critical
411,135,900
youtube-dl
mxplayer.in - Site Request
## 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,geo-restricted
low
Critical
411,149,227
pytorch
Group Norm Error When using FP16
## 🐛 Bug ## To Reproduce ``` import torch x = torch.randn(1, 10, 20, 20).cuda().half() M1 = torch.nn.BatchNorm2d(10).cuda() M2 = torch.nn.GroupNorm(10, 10).cuda() M1(x) (tensor) M2(x) (error) ``` ``` RuntimeError: Expected object of scalar type Float but got scalar type Half for argument #3 'tensor1' ...
needs reproduction,triaged,module: type promotion,module: half,module: norms and normalization
low
Critical
411,149,841
rust
Impossible to specify link-args for lld in json target specification
Rustc target spec json files can specify `link-args` and `pre-link-args`. For instance, here is part of the output of `rustc -Z unstable-options --print target-spec-json --target i686-unknown-linux-gnu`: ```json "pre-link-args": { "gcc": [ "-Wl,--as-needed", "-Wl,-z,noexecstack", "-m32" ...
C-enhancement,T-compiler,A-target-specs
low
Critical
411,156,911
godot
Mono build thrashes stacktrace (backtrace) from GDNative
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** v3.1.beta4.mono.official <!-- Specify commit hash if non-official. --> **OS/device including version:** Linux 64b <!-- Specify GPU model and drivers ...
enhancement,topic:dotnet
low
Critical
411,162,115
rust
Diagnostic for `dyn Self` could be more specific
Code ([play]): ```rust trait S { fn f() -> dyn Self; } ``` [play]: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=6f2a1b502460a961d6e5f33abace4dcd Current diagnostic (1.34.0-nightly 2019-02-15 eac09088e1a8fc8a2930): ``` error[E0411]: expected trait, found self type `Self` ...
C-enhancement,A-diagnostics,A-trait-system,T-compiler,D-papercut
low
Critical
411,169,508
rust
Tracking issue for LinkedList cursors
This is a tracking issue for the RFC "Linked list cursors" (rust-lang/rfcs#2570). **Steps:** - [x] Implement the RFC (#68123) - [ ] Update documentation, add examples - [ ] Stabilization PR ([see instructions on forge][stabilization-guide]) [stabilization-guide]: https://forge.rust-lang.org/stabilization-gui...
A-collections,T-libs-api,B-RFC-implemented,C-tracking-issue,Libs-Tracked
high
Critical
411,190,305
flutter
pub get failed (1)
I'm trying to run Flutter app but I can't. I can't neither get packages. ## Logs ``` D:\Programmazione\Flutter\flutter_app>flutter run -v [ +31 ms] executing: [D:\Programmazione\Flutter\flutter\] git rev-parse --abbrev-ref --symbolic @{u} [ +98 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{...
tool,dependency: dart,P2,team-tool,triaged-tool
low
Critical
411,206,124
node
http server.headersTimeout keeps the socket open after timeout
* **Version**: v11.6.0 * **Platform**: Darwin Mariuss-MBP-2.lan 18.2.0 Darwin Kernel Version 18.2.0: Mon Nov 12 20:24:46 PST 2018; root:xnu-4903.231.4~2/RELEASE_X86_64 x86_64 * **Subsystem**: http In case timeout is reached for `server.headersTimeout`, node keeps the socket open until it receives data or `server.t...
http
low
Critical
411,209,365
node
http socket might get reset instead of normal close while handling timeout
* **Version**: v10.15.1 * **Platform**: Linux 0fe3a1d57e94 4.9.125-linuxkit #1 SMP Fri Sep 7 08:20:28 UTC 2018 x86_64 GNU/Linux * **Subsystem**: http,net We were experiencing unexpected dropped connections between AWS ALB and nodejs application resulting in 502 errors from load balancer. Managed to replicate a ...
help wanted,http
low
Critical
411,273,037
TypeScript
tsconfig - Ignore errors by ids
I know that all errors in TypeScript are optional, it'd be nice if we could declare which error ids we want to ignore. I.E. In the `tsconfig.json`: ```json { "compilerOptions":{ "ignoreErrors":[2403,2686,...] } } ``` The reason I say this is because a lot of these errors are just irratating.....
Suggestion,Awaiting More Feedback
high
Critical
411,293,427
godot
KinematicBody2D: test_move breaks when parent is offset from (0, 0)
**Godot version:** 3.1 beta 4 **OS/device including version:** Windows 10 **Issue description:** When a kinematic body 2d's parent does not have the position (0, 0), test_move behaves incorrectly. **Steps to reproduce:** Open attached project. Play the LevelBase scene by itself. Notice that it works no...
documentation,topic:physics
low
Minor
411,339,700
go
runtime: adopt mesh allocation technique?
I recently came across [Mesh: Compacting Memory Management for C/C++ Applications](https://arxiv.org/abs/1902.04738). From the paper: > It introduces Mesh, a novel memory allocator that acts as a plug-in replacement for malloc. Mesh combines remapping of virtual to physical pages (meshing) with randomized allocation...
ExpertNeeded,NeedsInvestigation,FeatureRequest,compiler/runtime
low
Minor
411,356,780
flutter
[video_player] Add network cache functionality
## Steps to Reproduce I built this sample: https://github.com/flutter/plugins/tree/master/packages/video_player/example (v0.10.0+2) and switched tab from side to side. Downloaded videos are disappear and started redownloading every time. ## Flutter Doctor ``` [√] Flutter (Channel beta, v0.11.10, on Microso...
c: new feature,p: video_player,package,team-ecosystem,P2,triaged-ecosystem
low
Critical
411,427,017
vue
Chrome overrides value if superior to max value of input[type=range] because Vue sets attributes in the same order as they are provided
### Version 2.6.6 ### Reproduction link https://codepen.io/posva/pen/LqMMNV ### Steps to reproduce - set value attribute before max with a value > 100 on Chrome ### What is expected? Vue should respect the value attr regardless of whether it is outside of the bounds of the default min/max thr...
browser quirks,has workaround
low
Major
411,465,527
create-react-app
Generate .gitignore at the same time README.md and package.json are created (before npm install)
I would like to propose that `.gitignore` gets created at the same time `README.md` and `package.json` do. Right now from experimentation it seems like the two do get created first, then `npm install` is run and then a bunch of other files including `.gitignore` gets dropped into the directory. There's probably a re...
issue: proposal
low
Minor
411,597,901
go
cmd/gofmt: remove plus operator before variable
In the following program: ```go package main import "fmt" func main() { a := 3 b := 7 a = +b a += +b fmt.Println("a", a, "b", b) } ``` I believe the `+b` is extraneous and does not modify command operation, in both cases. Could `go fmt` simplify this by removing the plus operator? Similarly we ...
NeedsDecision,FeatureRequest
low
Minor
411,614,854
rust
Compiler crashes when trying to compile core with static relocation model
I'm trying to compile Rust code for MS-DOS, and have written a custom target. In this target I have the relocation model set to `static`, since including that kind of information is impossible in a COM executable (which I'm using because it's trivial to generate them with linker scripts, unlike MZ executables). However...
I-crash,A-LLVM,T-compiler,C-bug
low
Critical
411,621,920
flutter
Why is StreamSubscription( _subscription) not exposed in StreamBuilder
Reading the code for StreamBuilder: https://github.com/flutter/flutter/blob/ef276ffea501a9f9ea4d627f9d069e52a31b75be/packages/flutter/lib/src/widgets/async.dart Is there any reason for not exposing StreamSubscription(_subscription)? It would be nice to use pause etc.
c: new feature,framework,P2,team-framework,triaged-framework
low
Major