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
350,998,164
flutter
Color codes in error messages are probably escaped when using the iOS simulator
I'm adding ANSI color codes such as `\u001B[31;1m` (bright red) to error messages. They render fine when using the Android emulator. But with the iOS simulator, they seem to get escaped and appear as below: `**\^[[31;1m**Material widget ancestor required by TextField widgets not found.**<…>**`
platform-ios,tool,customer: crowd,has reproducible steps,P3,found in release: 3.0,found in release: 3.1,team-ios,triaged-ios
medium
Critical
351,004,315
flutter
Binding a Flutter Canvas / PictureRecorder to a Texture?
I'm looking into rendering Flutter canvas graphics onto an Android surface from another plugin. Currently I have the following: Android flutter plugin that obtains an Android Surface. - option 1: flutter app renders `Canvas`, save with `PictureRecorder`, copy RGBA bytes to plugin, draw to `Surface` - option 2...
c: new feature,engine,P2,team-engine,triaged-engine
low
Minor
351,010,357
go
cmd/cover: misleading coverage indicators for channel operations in 'select' statements
### What version of Go are you using (`go version`)? go version go1.10.3 windows/amd64 ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? set GOHOSTARCH=amd64 set GOHOSTOS=windows ### What did you do? main.go: ```g...
NeedsInvestigation,compiler/runtime
low
Minor
351,012,435
TypeScript
Cannot use type side of a namespace in JsDoc after `declare global ...` workaround for UMD globals
I hit this while writing an electron app using `checkJs` where you can both `require` code in (thus making your file a module), and there may also be script tags loading code in the HTML for the app. For example, by main page has the below as it is using D3. Thus the 'd3' object is available globally. ```html <...
Bug,Domain: JSDoc
low
Critical
351,018,556
rust
Rust should embed /DEFAULTLIB linker directives in staticlibs for pc-windows-msvc
This would significantly improve the user experience as they wouldn't have to call `--print native-static-libs` to figure out what libraries they need to link to and then tell their build system to link them. Instead the linker would just know to automatically link to those libraries. Examples of issues that wouldn'...
A-linkage,A-LLVM,T-compiler,O-windows-msvc
low
Minor
351,029,708
TypeScript
quick fix for merge duplicate import or export declaration
<!-- 🚨 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 quickfix, import, export <!-- List of keywords you searched for b...
Suggestion,In Discussion,Domain: Refactorings,Experience Enhancement
low
Critical
351,040,720
pytorch
[Caffe2] Error C2375 when building DLL.
## Issue description VS complains about `C2375` due to missing dllimport/dllexport. ``` caffe2\core\operator_schema.cc(403): error C2375: 'caffe2::operator <<': redefinition; different linkage caffe2\core\db.cc(15): error C2375: 'caffe2::db::Caffe2DBRegistry': redefinition; different linkage caffe2\core\blob_s...
caffe2
low
Critical
351,045,644
react
Umbrella: Chopping Block
I wanted to create a list of things whose existence makes React bigger and more complicated than necessary. This makes them more likely to need to be deprecated and actually removed in a future version. No clue of when this will happen and what the recommended upgrade path will be so don't take this issue as advice tha...
Type: Umbrella,React Core Team
medium
Critical
351,053,410
vscode
Method separator
Issue Type: <b>Feature Request</b> Please add method separator in class and shortcut for go back to previous Edit/last edit location ... Thanks VS Code version: Code 1.26.0 (4e9361845dc28659923a300945f84731393e210d, 2018-08-13T16:20:44.170Z) OS version: Darwin x64 17.7.0 <!-- generated by issue reporter --...
feature-request,editor-rendering
high
Critical
351,054,155
pytorch
[BUG]: unstable happend in saving model.
## Issue description When I save my model, I met the errors. My environment: system: debian 8 python: python3 pytorch: 0.4.1 ## Code ```python def save_model(self, epoch): # for example: save_path = '~/Documents/my_model_1.pth'. save_path = self.model_prefix + '_' + str(...
module: serialization,triaged
low
Critical
351,134,598
go
x/mobile: manual declaration of uses-sdk in AndroidManifest.xml not supported
We need to set the minSdkVersion and targetSdkVersion in the AndroidManifest.xml file. But it won't build, gomobile will exit with err: ``` manual declaration of uses-sdk in AndroidManifest.xml not supported ``` minSdkVersion and targetSdkVersion is a commonly used in Android. If not set, app market like Google Pla...
mobile
low
Major
351,137,812
three.js
GLTFExporter: Normal Texture handedness
GLTF Loader: Fix for handedness in Normal Texture: https://github.com/mrdoob/three.js/pull/11825 https://github.com/KhronosGroup/glTF/issues/952 https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/GLTFLoader.js#L2204 material.normalScale.y = - material.normalScale.y; Given that the loader ne...
Needs Investigation
low
Major
351,139,545
opencv
Run the official face-detection sample and find the problem
<!-- 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...
incomplete
low
Critical
351,166,166
opencv
Unable to open video stream
<!-- 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...
wontfix,category: videoio
low
Critical
351,182,490
kubernetes
Kubelet doesn't support dynamic CPU offlining/onlining
<!-- This form is for bug reports and feature requests ONLY! If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/). If the matter is security related, ple...
sig/node,kind/feature,needs-triage
medium
Critical
351,185,785
go
x/tools/present: fix rendering on mobile
Trying to follow a presentation on a mobile device is currently very difficult. Some of the issues include: * Scrolling left or right sometimes doesn't move one slide; rather, it scrolls through the visible horizontal slides * The screens tend to be tall, meaning that the text is too small by default. * Trying to ...
help wanted,NeedsFix,Tools
medium
Major
351,216,770
vue-element-admin
Is there any ways to set up a new small admin with another backend framwrok
So I use laravel node and nuxt js with node. I want to use this admin as an independent library to fit into other projects. How can I easily separate the components, all styles and use in any other project?
enhancement :star:
low
Minor
351,237,949
go
encoding/json, encoding/xml: update documentation to use embedded fields instead of anonymous fields.
This is a documentation issue. The [json.Marshal documentation](https://tip.golang.org/pkg/encoding/json/#Marshal) refers to "anonymous struct fields," which the spec has been calling "embedded" struct fields since f8b4123613a2cb0c453726033a03a1968205ccae. This is confusing to readers who want to know how embedded s...
Documentation,help wanted,NeedsFix
low
Minor
351,239,760
pytorch
[Caffe2] Unable to use MPI rendezvous in Caffe2
## Issue description Unable to use MPI rendezvous in Caffe2. I understand that this information may not be sufficient for helping me out. Hence, I request you to ask to perform whatever steps that are required to get more information about the situation. I am grateful for your help. ## Code example Details: ...
caffe2
low
Critical
351,266,005
go
cmd/compile: split up SSA rewrite passes
For Go 1.12 I'd like to experiment with splitting up the rewrite rules for generic optimization, lowering and lowered optimization into more phases. This is a tracking issue for that experimentation. Ideas and feedback welcomed. As we have added more and more optimizations the rules files have become increasingly la...
compiler/runtime
low
Critical
351,304,898
TypeScript
Prototype assignment of constructor nested inside a class confuses type resolution
From chrome-devtools-frontend, in ui/ListWidget.js: ```js var UI = {} UI.ListWidget = class { }; UI.ListWidget.Delegate = function() {}; UI.ListWidget.Delegate.prototype = { renderItem() {}, }; /** @type {UI.ListWidget} */ var l = new UI.ListWidget(); ``` **Expected behavior:** The type of `l` i...
Bug
low
Critical
351,417,363
vscode
Allow extensions to be installed for all users
I'm the instructor a college Python programming course. I'd love to adopt VS Code for this course, but the fact that extensions are installed on a per-user basis is a major problem. For education and enterprise markets, there needs to be support for pre-installing extensions for all users. It's important that we be ...
feature-request,extensions
high
Critical
351,418,074
pytorch
Bilinear interpolation behavior inconsistent with TF, CoreML and Caffe
## Issue description Trying to compare and transfer models between Caffe, TF and Pytorch found difference in output of bilinear interpolations between all. Caffe is using depthwise transposed convolutions instead of straightforward resize, so it's easy to reimplement both in TF and Pytorch. However, there is differ...
triaged,module: interpolation
low
Critical
351,445,586
opencv
app link error with iOS framework
##### System information (version) - OpenCV => 3.4.2 - Operating System / Platform => Mac OSX 10.13.6 (17G65) - Compiler => XCode Version 9.4.1 (9F2000) ##### Detailed description ![image](https://user-images.githubusercontent.com/7456629/44246549-5b9d9d80-a211-11e8-865d-472f6568db1e.png) ![image](https://use...
category: build/install,platform: ios/osx,needs investigation
low
Critical
351,544,821
pytorch
Request for better memory management
This issue is mainly about how to recover from an `out of memory` exception, previously posted in [forum](https://discuss.pytorch.org/t/whats-the-best-way-to-handle-exception-cuda-runtime-error-2-out-of-memory/11891). Till now, it's not always possible to recover from OOM exception whether during train or inference....
feature,module: memory usage,triaged
low
Critical
351,565,975
rust
Unrelated error report for trait bound checking
Given the following code: ```rust use nalgebra::{Dynamic, MatrixMN}; use std::fmt::Debug; trait CheckedType : Copy + Clone + Debug + Ord {} struct Foo<T: CheckedType> { matrix: MatrixMN<T, Dynamic, Dynamic>, } ``` The compilers reports: ``` error[E0310]: the parameter type `T` may not live long eno...
C-enhancement,A-diagnostics,T-compiler
low
Critical
351,598,174
go
x/text: gotext with french numbers above 1,000,000
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.10.3 darwin/amd64 ### Does this issue reproduce with the latest release? YES ### What operating system and processor architecture are you using (`go env`)? GOARCH="amd64"...
NeedsInvestigation
low
Critical
351,662,938
react
onChange doesn't fire if input re-renders due to a setState() in a non-React capture phase listener
Extracting from https://github.com/facebook/react/issues/12643. This issue has always been in React. I can reproduce it up to React 0.11. However **it's probably extremely rare in practice and isn't worth fixing**. I'm just filing this for posterity. Here is a minimal example. ```js class App extends React.Co...
Type: Bug,Component: DOM,React Core Team
medium
Major
351,678,753
electron
Split session 'Media' permission to 'Camera' and 'Microphone'
**Is your feature request related to a problem? Please describe.** In the actual Electron Session permission request handler, the 'media' permission englobes both microphone and camera. **Describe the solution you'd like** I suggest that it should be splited into microphone and camera, in order to work like Chrome...
enhancement :sparkles:
low
Minor
351,679,975
rust
Query system cycle errors should be extendable with notes
Relevant PR: https://github.com/rust-lang/rust/pull/53316 Relevant Issue: #52985 The [query system](https://rust-lang-nursery.github.io/rustc-guide/query.html) automatically detects and emits a cycle error if a cycle occurs when dependency nodes are added to the query DAG. This error is extensible with a custom ma...
C-enhancement,A-diagnostics,T-compiler
low
Critical
351,698,237
go
x/net/idna: Display returns invalid label for r4---sn-a5uuxaxjvh-gpm6.googlevideo.com.
### What version of Go are you using (`go version`)? ``` go version go1.10.3 linux/amd64 via docker golang:1.10.3-alpine (also go version go1.10.3 darwin/amd64) ``` ### Does this issue reproduce with the latest release? ``` Yes ``` ### What operating system and processor architecture are you using (`go env...
NeedsInvestigation
low
Critical
351,733,588
vscode
[npm] hover should show relevant latest version
In a `package.json`, when you hover the version for a dependency it will show the "[Latest version](https://github.com/Microsoft/vscode/blob/9a03a86c0a54a24c355bd950ddad91a0e74de6dd/extensions/npm/src/features/packageJSONContribution.ts#L303)". I think it would be useful to (also) show the _relevant_ latest version, wh...
feature-request,json
low
Minor
351,769,355
flutter
Expose the tri-state checkbox "indeterminate" state in the semantics data
Right now we treat "indeterminate" and "unchecked" as the same. This works for Android and iOS since their accessibility APIs don't support tristate checkboxes, but hopefully Fuchsia's API will support tristate checkboxes so we should expose the data there at least.
framework,a: accessibility,platform-fuchsia,c: proposal,P2,team-framework,triaged-framework
low
Minor
351,771,464
awesome-mac
Recategorize Art/Protoyping/Modeling Software
It should really be better organized, and the categories we have now are insufficient. Maybe add a `3D Modeling` category? Also, maybe rename `Screenshot Tools` to `Screencapturing Software`? - [x] I have checked for other similar issues - [x] I have explained why this change is important
help wanted,organization
low
Minor
351,783,002
flutter
Box shadow doesn't have flexible features.
I love flutter. I have been using it for a year. I'm working on a client project. And the demand is We need Box-shadow for only 3 sides. How can I achieve this? If it would have been like `BoxShadow.only` as in the case of `EdgeInsted.only`, that would be much better. So that as a Developer, I can't say "No" to my Clie...
c: new feature,framework,P2,team-framework,triaged-framework
low
Major
351,789,591
flutter
[web] Drawer menu button is not reachable by screen readers
framework,f: material design,a: accessibility,platform-web,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-web,triaged-web
low
Minor
351,797,063
godot
How to Scroll via ScrollContainer in android or touch screen devices
Godot version: 3.1.dev commit 15ee6b7 OS/device including version: MacOSX High Sierra, Android Issue description:How to scroll via ScrollContainer. It doesnt scroll in android or touch screen or via dragging Steps to reproduce: 1. Add Scroll Container in the scene 2. Add VBoxContainer as child of scrollCo...
bug,platform:android,platform:macos,confirmed,usability,topic:input,topic:gui
medium
Critical
351,804,670
TypeScript
Add an option to force source maps to use absolute paths?
Previous related issue: https://github.com/Microsoft/TypeScript/issues/23180 It seems VS2017 is incompatible with relative paths, when debugging a UWP app now tries to load source maps from the app URI and the host does not support it. ``` 'WWAHost.exe' (Script): Loaded 'Script Code (MSAppHost/3.0)'. SourceMap...
Suggestion,In Discussion,Add a Flag
low
Critical
351,818,447
TypeScript
Proposal: `export as namespace` for UMD module output
## Current problem TypeScript supports UMD output but does not support exporting as a global namespace. ## Syntax   _NamespaceExportDeclaration:_    `export` `as` `namespace` _IdentifierPath_ ## Behavior ```ts export var x = 0; export function y() {} export default {}; export as namespace My.Custom....
Suggestion,In Discussion
low
Major
351,828,283
godot
Allow SkeletonIK to ignore target's rotation
**Godot version:** `master` / c93888ae **OS/device including version:** Manjaro Linux 17.1 **Issue description:** Currently, `SkeletonIK` will try to match the bone hierarchy to a given target's transform which is not always desired. For example, IK can be used to make a character stretch its hand towards a...
enhancement,topic:core
low
Minor
351,833,060
flutter
FlutterDriver locator and fluent-style improvements
To be more like Selenium-WebDriver, FlutterDriver would be better if it had a mechanism to find lists of matches for a given locator. ```java // WebDriver's Java API: Element element = webDriver.findElement(locator); // singular match List<WebElement> elements = webDriver.findElement(locator); // multiple matches...
a: tests,c: new feature,framework,t: flutter driver,customer: crowd,P2,team-framework,triaged-framework
low
Major
351,835,598
go
crypto/tls: fix pseudo-constant mitigation for lucky 13
As detailed in the paper "Pseudo Constant Time Implementations of TLS Are Only Pseudo Secure" https://eprint.iacr.org/2018/747
NeedsInvestigation
low
Major
351,885,929
youtube-dl
HRTi Extractor not working
## 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 ...
account-needed
low
Critical
351,886,239
rust
Tracking issue for RFC 2504, "Fix the Error trait"
This is a tracking issue for the RFC "Fix the Error trait" (rust-lang/rfcs#2504). **Steps:** - [x] Implement the RFC (cc @rust-lang/libs) - [X] `source` method #53533 - [x] Backtrace API #64154 - [x] ~~Implement proof of concept showing stabilizing `backtrace` method won't prevent moving `Error` into...
B-RFC-approved,T-libs-api,C-tracking-issue,A-error-handling,Libs-Tracked,PG-error-handling
high
Critical
351,890,685
rust
Error message for E0453 is missing details when source is out of current crate
From <https://travis-ci.org/open-i18n/rust-unic/jobs/417843357>: ```rust Compiling unic-ucd-version v0.7.0 (file:///home/travis/build/open-i18n/rust-unic/unic/ucd/version) Running `rustc --crate-name unic_ucd_version unic/ucd/version/src/lib.rs --emit=dep-info,link -C debuginfo=2 --test -C metadata=0f052cf...
C-enhancement,A-diagnostics,T-compiler
low
Critical
351,890,844
go
x/mobile: Binding go mobile framework on windows with $GOPATH that contains whitespace fails
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.10.2 windows/amd64 ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? set GOARCH=am...
OS-Windows,mobile
low
Critical
351,891,390
vscode
Feature Request: Enable valueSelection for InputBox
<!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> # Description Enable the [`valueSelection`](https://code.visualstudio.com/docs/extensionAPI/vscode-api#InputBoxOptions) option of the `winddow.showInputBox` command for the more extensive [`InputBox`](htt...
feature-request,api,quick-pick
low
Major
351,910,183
godot
Tree minimum column width completely hides text if set below 13 pixels, even if the text is set to expand
Godot 3 master ff8e6f920cd99954c3394412713950c1195199f2 I made a tree with 2 levels: The first level shows files in a single expanding column. The second level shows empty cells as the first column (they are conditionally sized), and text as the second column. In order for the first column of the second level t...
bug,confirmed,topic:gui
low
Minor
351,912,937
godot
Weird behaviours with soft body node under kinematic parent
**Godot version:** `master` / c93888ae71b **OS/device including version:** Manjaro Linux 17.1 **Issue description:** When adding a soft body node under a rigid/kinematic parent, it would act like there's an invisible collider which roughly matches the node's visible position. Also, if I move the parent kine...
bug,topic:physics
low
Major
351,916,721
rust
Sort-of RFC: add `min!`, `max!` macros once namespacing lands
Since you can namespace macros in rust 2018, maybe consider including min and max macros in `std::cmp`? From [a post about gamedev on rust](https://users.rust-lang.org/t/my-gamedever-wishlist-for-rust/2859?u=erlend_sh) > > There’s no min! and max! macro. You need to write max(max(max(max(max(max, a), b), c), d), ...
T-libs-api,C-feature-request
low
Minor
351,942,722
go
cmd/go: 'go test --race' needs gcc for main packages on windows
### What version of Go are you using (`go version`)? go version go1.11rc1 windows/amd64 ### Does this issue reproduce with the latest release? - Yes, reproduces with `go 1.11rc1` - No, doesn't reproduce with `go 1.10.3` ### What operating system and processor architecture are you using (`go env`)? ``` ...
RaceDetector,OS-Windows,NeedsInvestigation
medium
Critical
351,955,169
go
time: wall and monotonic clocks get out of sync
### What version of Go are you using (`go version`)? go1.10.3 linux/amd64 ### Does this issue reproduce with the latest release? Indeed. ### What operating system and processor architecture are you using (`go env`)? Running in a Docker container. Here's the output of `go env` on the container: ``` GOARCH=...
NeedsInvestigation
low
Critical
351,962,289
pytorch
GenerateProposals CUDA implementation
Hi, Would you please support GenerateProposals CUDA implementation? thanks.
caffe2
low
Minor
352,001,752
godot
Implicit type conversion from Real to Int differs between branch statements
**Godot version:** faa49c1 **Issue description:** Reals with integral values seem to be implicitly converted to int for comparisons in `if` blocks, but not with `match` blocks. This probably also affects 3.0.x, but I haven't tested it. **Steps to reproduce:** Using parse_json() to produce TYPE_REAL values tha...
discussion,topic:gdscript
low
Critical
352,029,386
three.js
three.js documentation Chinese version
Hi, We are a team from china who love open source.We want to translate the documentation into Chinese. About now our plan is to translate pages and convert them into static pages. So I want to know how we can put these pages into this repo , or merge them into the threejs.org documentation part? Pleased to hear re...
Documentation
medium
Critical
352,075,068
create-react-app
Move launch-editor logic to react-error-overlay
### Request It would be awesome if we could move all react-error-overlay logic into the [react-error-overlay](https://github.com/facebook/create-react-app/tree/next/packages/react-error-overlay) package. ### Reason Currently it is not possible to use all features [react-error-overlay](https://github.com/facebo...
issue: proposal
low
Critical
352,121,179
godot
TabContainer: switching tabs while editing by clicking on the tab
Minor enhancement. When editing controls inside a _TabContainer_, it's annoying to have to click the _TabContainer_ and changing the _Current Tab_ property to switch the tab. It should be possible to directly click on the tabs and make the _Current Tab_ property automatically change. I've seen this feature in some GUI...
enhancement,topic:editor,topic:gui
low
Minor
352,149,998
pytorch
Tensor.register_hook is not passing the tensor object to the hook function
I am currently working with `Tensor.register_hook` and I want to manipulate the gradients of a parameter with respect to the values of its data, i.e., the weights or bias itself. This would be very easy if `self` is also passed to the hook function such as for the hooks registered with `Module.register_backward_hook `....
module: bc-breaking,triaged,enhancement
low
Minor
352,155,976
angular
SelectControlValueAccessor overwriting NativeElement's value if using custom control value accessor
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
type: bug/fix,freq2: medium,area: forms,state: confirmed,state: needs more investigation,P4
low
Critical
352,157,974
pytorch
make install error: [third_party/gloo/gloo/CMakeFiles/gloo.dir/all] Error 2
when complile at linux: I meet this error,thanks! In file included from /disk1/g201708021059/gg/pytorch/third_party/gloo/gloo/context.cc:12:0: /disk1/g201708021059/gg/pytorch/third_party/gloo/gloo/common/error.h:25:46: error: expected class-name before β€˜{’ token /disk1/g201708021059/gg/pytorch/third_party/gloo/glo...
module: build,triaged,module: third_party
low
Critical
352,166,961
vue
Property 'X' does not exist on type CombinedVueInstance using TypeScript Prop Validator
### Version 2.5.16 ### Reproduction link [https://codepen.io/muhammadrehansaeed/pen/XPWKyJ](https://codepen.io/muhammadrehansaeed/pen/XPWKyJ) ### Steps to reproduce Use Typescript to build this component: ``` export default Vue.extend({ props: { delay: { default: 600, type: Nu...
typescript
low
Critical
352,167,471
pytorch
[feature request] convtbc with group convolution
see title
feature,module: convolution,triaged
low
Minor
352,205,389
vscode
Show file picker for 'path' string settings
https://github.com/Microsoft/vscode/issues/50249#issuecomment-414362277
feature-request,settings-editor
low
Major
352,211,201
flutter
Need to provide a hook to prevent tests from timing out when debugging
When debugging flutter tests with IntelliJ or another IDE, test timeouts still trigger which makes it frustrating to setbreakpoint within tests. As soon as you resume the debugger after hitting a breakpoint, the test you were trying to debug times out ending your debug session. The recently added `--pause-after-load`...
a: tests,tool,P2,team-tool,triaged-tool
low
Critical
352,211,360
kubernetes
Make creationTimestamp a pointer
Context: https://github.com/kubernetes/kubernetes/pull/67562#discussion_r211267314. `creationTimestamp` is a struct (metav1.Time) right now: https://github.com/kubernetes/kubernetes/blob/6d51311735705ecf30025df91216a82f397c9cfb/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go#L175 However, it also has...
sig/api-machinery,lifecycle/frozen
medium
Critical
352,237,428
go
x/tools/go/packages: test fails on plan9
golang.org/x/tools/go/packages tests are failing on Plan9: https://build.golang.org/log/a8439e96692e223503e21df34d690fdc2bc75625 Specifically, when TestLoadImportsC loads syscall and net, the package "net [syscall.test]" is not among the loaded set. Disabling test for now. The task of this issue is a principled fix.
Tools
low
Minor
352,239,214
pytorch
Build system doesn't prevent ATen/core from including non-core files
Instead, you'll probably only see the failure as a linker error if you build, e.g., a Caffe2 only build. CC @gchanan cc @malfet @seemethere @walterddr
module: build,triaged
low
Critical
352,258,831
vue
Cache access to process.env
### What problem does this feature solve? Access to `process.env` is a slow, system-bound call. After react restructured their project to cache access to `process.env`, they had a 2.4x - 3.8x performance improvement for server-side rendering, https://github.com/facebook/react/issues/812 This should also be do...
feature request
medium
Major
352,265,842
TypeScript
In the generated description file, the module path needs to be modified to a relative path.
<!-- 🚨 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 description file, paths, baseURL, relative path ## Suggestion ...
Needs Investigation
low
Critical
352,291,890
godot
Wasted Space "Preview" in Theme->Edit->Label->Styles
https://github.com/godotengine/godot/commit/d88d0d457d2828db2016f4854efff8c5f8b90e91 The "Preview" in Theme->Edit->Label->Styles takes so much space and is a duplicate information. Is there any useful use case for that in Themes? ![image](https://user-images.githubusercontent.com/4741886/44365840-27ed9c80-a4cb...
enhancement,topic:editor,usability
low
Major
352,301,535
puppeteer
DNT Header does not populate navigator.doNotTrack
Env: MacBook, Node v10.8.0 β”œβ”€ puppeteer-har@1.0.2 β”œβ”€ puppeteer@1.7.0 Issue: Adding DNT Header doesn't populate navigator.doNotTrack. Please let me know if you have any questions. I was also having trouble activating this using the chrome modHeader extension. I only had luck activating navigator.doNotTrack by cha...
feature,upstream,chromium
low
Major
352,318,520
vscode
[themes] Allow custom variables and references in workbench color customizations section
This is a feature request to allow defining custom color variables in the workbench color customizations section. It would allow creating a small palette of colors and reusing it across the workbench color definitions, saving many repetitions and making it much easier to maintain. This is just simple text substituti...
feature-request,themes
medium
Major
352,324,791
rust
rustdoc: Add crate=crate_name,file=filename.rs options to doctests for displaying in output
Sometimes we write code samples where the crate the example is in and/or the file the example is in matters. Right now we just have to include that information outside of the code sample, but it can be easier to read (especially for people just looking at the example code) if it's included in the example itself. As suc...
T-rustdoc,C-feature-request
low
Minor
352,348,088
go
cmd/compile: Fannkuch benchmark performance regression
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.11rc1 darwin/amd64 ### Does this issue reproduce with the latest release? No. ### What operating system and processor architecture are you using (`go env`)? macOS 10.13.6...
Performance,NeedsInvestigation,compiler/runtime
low
Major
352,353,170
pytorch
[feature request][caffe2] extend FC/FCTranspose op to handle 2d bias.
Currently, FC/FCTranspose only accepts 1d bias. The FC's implementation will do the broadcast to create the 2d bias from 1d bias, but we could just provide the whole 2d bias. Then, we can do the better optimization for onnx Gemm op with caffe2 backend. I will try to implement this idea and create a pull request late...
caffe2
low
Minor
352,371,912
pytorch
size mismatch when trying to reconstruct predifined network
I tried resnet18 and vgg13, both cases return similar error. is there anything I missed? ``` import torch from torchvision.models import resnet18, vgg13 import torch.nn as nn import numpy as np from collections import OrderedDict input_size = (10, 3, 224, 224) def GetSelf(model): # l = list(model.na...
triaged,module: vision
low
Critical
352,413,184
angular
Animation trigger with params won't work without a value
<!-- ## 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) [x] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> [ ] Performance issue [ ] Feature request [ ] ...
type: bug/fix,area: animations,freq2: medium,P3
low
Critical
352,431,414
react
UMD builds are not enabled on UNPKG
Visiting https://unpkg.com/react displays the CJS build (https://unpkg.com/react@16.4.2/index.js) when the UMD build (https://unpkg.com/react@16.4.2/umd/react.development.js) should be displayed instead. I also noticed this issue with react-dom, so I assume all packages need to be fixed. Please refer to the usage in...
Type: Discussion
low
Major
352,436,570
kubernetes
cephfs fuse is not mounted in its own systemd scope
<!-- This form is for bug reports and feature requests ONLY! If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/). If the matter is security related, ple...
kind/bug,sig/storage,lifecycle/frozen
low
Critical
352,497,612
vscode
"editor.hover.enabled" not showing up when searching "hint" or "info" in settings
Settings parameter "editor.hover.enabled" does not convey sense. I was search that as "hint" or "info" and find nothing. May be change name of this setting to "editor.hoverHint.enabled? --- Русский ΠΏΠ΅Ρ€Π΅Π²ΠΎΠ΄ Π°Π½Π°Π»ΠΎΠ³ΠΈΡ‡Π½ΠΎ Π½ΠΈΡ‡Π΅Π³ΠΎ Π½Π΅ ΠΎΠ±ΡŠΡΡΠ½ΡΠ΅Ρ‚: "... отобраТаСтся Π»ΠΈ Π½Π°Π²Π΅Π΄Π΅Π½ΠΈΠ΅". ΠœΠΎΠΆΠ΅Ρ‚ Π±Ρ‹Ρ‚ΡŒ "... отобраТаСтся Π»ΠΈ подсказк...
bug,settings-editor,confirmed,settings-search
low
Minor
352,507,975
rust
Experiment with a hybrid bitfield + range encoding for Span / DefId.
Roughly, if you have a "container" (file/crate/etc.), and sequential indices in it: * you can use `(container_index, intra_container_index)` (but that takes 2x space) * you can split an integer's *bitwidth* into two bitfields, one for each half of the pair above * the point where you choose to split is a tradeoff ...
C-enhancement,T-compiler,A-incr-comp,I-compilemem
low
Major
352,632,782
pytorch
Have all C++ modules expose a __file__ attribute
E.g. for `torch._C._VariableFunctions`. That would make it much easier for people to find the C++ code our Python code calls into.
module: docs,triaged,enhancement
low
Major
352,636,840
pytorch
[caffe2] the caffe2 operators document is too old
The document at https://caffe2.ai/docs/operators-catalogue.html is too old. A lot of attributes are not in this page. How to request to update this web page?
caffe2
low
Minor
352,648,336
rust
Bad "Ambiguous Numeric Type" Recommendation from Compiler in for loop
The `pow` function cannot be called on an ambiguous numeric type. If `pow` is called on the variable of a `for` loop, the compiler's recommended solution to add a concrete numeric type does not compile. Example code with ambiguous numeric type: ```rust pub fn check() { for i in 0..1000 { println!("{}...
C-enhancement,A-diagnostics,T-compiler
low
Critical
352,672,304
pytorch
[Caffe2] Failed to build dispatch_test. Error LNK2001: unresolved external symbol
## Issue description Getting LNK2001 on Windows for `dispatch_test`. ``` pytorch\build\caffe2\core\dispatch\dispatch_test.vcxproj" (default target) (56) -> (Link target) -> KernelRegistration.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: __cdecl caffe2::TypeIdentifier::TypeId...
caffe2
low
Critical
352,675,555
rust
Custom attribute used on thing disallowing custom attributes should say that
crate: `custom_attr` ```rust extern crate proc_macro; use proc_macro::TokenStream; #[proc_macro_attribute] pub fn custom(_attr: TokenStream, item: TokenStream) -> TokenStream { item } ``` --- crate: not the previous one ```rust extern crate custom_attr; use custom_attr::custom; fn main() {...
C-enhancement,A-diagnostics,T-compiler
low
Critical
352,696,953
kubernetes
kubeconfig config set-context fails with mix of writable & non-writable entries in KUBECONFIG
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > /kind bug > /kind feature **What happened**: with `KUBECONFIG=/home/pdbogen/.kube/config:/etc/kube/config`, `kubeconfig config set current-context sandbox` returns `error: open /etc/kube/config.lock: permission...
kind/bug,priority/backlog,area/kubectl,sig/cli,lifecycle/frozen
medium
Critical
352,715,593
flutter
FlutterDriver documentation update needed.
SendKeys or type-into-field isn't mentioned in the documentation but now exists as a feature per #12599
a: tests,tool,d: api docs,t: flutter driver,P2,team-tool,triaged-tool
low
Minor
352,716,633
go
x/tools/cmd/gomvpkg: `// import ` not changed
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? 1.10.3 ### Does this issue reproduce with the latest release? 1.10.3 is the latest ### What operating system and processor architecture are you using (`go env`)? ### What did you do...
Tools
low
Minor
352,730,798
node
readline: processing \u2028 and \u2029
Not sure if we should fix, document, or ignore this and if it has been discussed, so to be on the safe side. Currently, `\u2028` and `\u2029` are considered as line breaks by JavaScript `RegExp`s, while they are ignored by the `readline`: ```js 'use strict'; const fs = require('fs'); const readline = require...
help wanted,readline
low
Major
352,743,317
pytorch
Unexpected Behavior when Pointwise Operations Write to Expanded Tensors
I discovered this when writing some masking code, it seems that unexpected behavior can arise when using pointwise operations to write to expanded tensors. The code below reproduces and explains the issue: We start off by constructing an example array and constructing a mask from it: ```python example_batch = torc...
module: internals,good first issue,triaged,module: partial aliasing
low
Major
352,804,331
go
net/http: custom error handlers for http.FileServer
Noticed that in Go 1.11 a error handler field was added to httputil's ReverseProxy to allow sending allow writing a custom error. I think the same should be done for http.FileServer, http.ServeFile and http.ServeContent. I don't see an easy way to do this without breaking the API or adding more API so maybe this ...
FeatureRequest
low
Critical
352,804,968
TypeScript
Add support for explicitly indicating that a function's return type is inferred.
## Search Terms explicit infer return type ## Suggestion Add support for a special `infer` type that can be used to explicitly indicate that the return type of a function should be inferred from its implementation. The presence of an explicit `infer` return type for a function (or arrow function) would have...
Suggestion,Awaiting More Feedback
low
Critical
352,814,336
rust
confusing "unused type parameter" diagnostic
I really don't get this diagnostic. It says that U is unused, but removing U causes a " cannot find type `U` in this scope" diagnostic. Is U used or not? I feel like this diagnostic could be improved. (btw, I arrived at this code while reading https://doc.rust-lang.org/book/2018-edition/ch13-01-closures.html#limita...
C-enhancement,A-diagnostics,T-compiler,A-suggestion-diagnostics,D-papercut
low
Critical
352,814,625
rust
incremental: hash items' source tokens to generate DefId's.
We should strive to handle the "only touched one item" case *very well*, which means *either* knowing the exact modified range, *or inferring it* through a series of heuristics. The current `DefPath` machinery doesn't know how to properly understand things like e.g. `impl`s haven't changed, and would assume that add...
T-compiler,A-incr-comp
low
Major
352,816,875
rust
Separate the Res::Local case from hir::ExprKind::Path.
All other things an expression can refer to, have `DefId`s. If we separate them, then we can use a proper `HirId` for `hir::ExprKind::Local`, and maybe even refactor the current `hir::def::Res` enum away. Somewhat related to #53553. cc @nikomatsakis @michaelwoerister
C-cleanup,T-compiler,A-HIR
low
Minor
352,833,908
create-react-app
@next react-scripts(webpack.config.js) to resolve `.wasm` extension?
I was curious if there was any reason `.wasm` extension was left out from [`resolve.extensions` list](https://github.com/facebook/create-react-app/blob/next/packages/react-scripts/config/webpack.config.dev.js#L146)? Webpack also default to [include `.wasm`](https://webpack.js.org/configuration/resolve/#resolve-exten...
issue: proposal
medium
Critical
352,842,784
go
x/crypto/ssh: concurrent call ssh.Dial will fail
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? 1.8.3 ### Does this issue reproduce with the latest release? https://github.com/golang/crypto.git commit : 614d502a4dac94afa3a6ce146bd1736da82514c6 ### What operating system and process...
NeedsInvestigation
medium
Critical
352,868,931
flutter
Request ID token option for google_sign_in plugin
With google_sign_in v3.0.4, there is no option to request an ID token. On iOS, the ID token is always returned, but on Android it is null unless the builder option is provided. Here is the [documentation](https://developers.google.com/android/reference/com/google/android/gms/auth/api/signin/GoogleSignInOptions.Bu...
c: new feature,p: google_sign_in,package,team-ecosystem,P2,triaged-ecosystem
low
Major
352,915,380
go
x/tools/cmd/gomvpkg: package not changed in files with different OS build tags
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? `go version go1.10.2 darwin/amd64` ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? ``` G...
Tools
low
Minor