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
491,301,648
go
crypto/tls: Dial error message does not give much context
### What version of Go are you using (`go version`)? <pre> go version go1.11.13 linux/amd64 </pre> ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summary><br><pre> GOARCH="amd64" GOBIN="" GOCACHE="/home/mbirc/.cache/go-build" G...
NeedsInvestigation
low
Critical
491,350,758
pytorch
Incorrect lable read with ImageInput Op of Caffe2
## 🐛 Bug Incorrect label data on reading mnist lmdb with image_input operator. I see the same behavior with both C++ and python interface. mnist db read works as expected if I use TensorProtosDBInput operator. ## To Reproduce Steps to reproduce the behavior: 1. Please run the script below to reproduce. You w...
caffe2,triaged
low
Critical
491,352,626
flutter
Platform Views are massively expensive and the docs and instrumentation don't highlight this enough.
Platform views are massively expensive in terms on memory usage, loss of concurrency, battery usage, additional render target switches, etc.. Based on feedback seen from customers (for example, in this [internal doc](https://docs.google.com/document/d/16Vel2Nwy97Bc65yIiTpF-zevgArLqK8ISdgIQtV_igw/edit?ts=5d76b651#headin...
framework,engine,d: api docs,a: platform-views,P3,a: plugins,team-engine,triaged-engine
low
Major
491,359,160
pytorch
Python/C++ API Parity: torch.nn modules and functional
Currently, PyTorch C++ API is missing many `torch::nn` layers that are available in the Python API. As part of the Python/C++ API parity work, we would like to add the following `torch::nn` modules and utilities in C++ API: ## Containers - [ ] Module (**TODO**: some APIs are missing in C++, e.g. `register_forward_h...
module: cpp,module: nn,good first issue,triaged
high
Critical
491,379,532
godot
MIDI Input in iOS is not implemented
**Godot version:** 3.1 **OS/device including version:** iPhone 6, iOS 11.2.5 **Issue description:** This code should produce a result when input is received from a MIDI-interface. It has been confirmed to work on desktop. For some reason it does not work on iOS. ``` OS.open_midi_inputs() OS.get_connected_mi...
bug,platform:ios,confirmed,topic:audio,topic:input
low
Minor
491,388,440
pytorch
Forward/backward hooks for C++ torch::nn modules
## 🚀 Feature As part of the Python/C++ API parity work, we would like to provide forward/backward hooks for C++ `torch::nn` modules: (left: Python API, right: C++ API) - `torch.nn.Module.register_forward_pre_hook` -> `torch::nn::Module::register_forward_pre_hook` - `torch.nn.Module.register_forward_hook` -> `torch...
module: cpp,module: autograd,triaged
medium
Critical
491,416,441
vscode
removeSecondaryCursors should leave the cursor added last
`removeSecondaryCursors` (i.e. clicking "Escape" after selecting multiple cursors), should leave the cursor which was added last. This allows fast searching for other uses in the file (`ctrl-d ctrl-d esc` as opposed to `ctrl-d ctrl-c ctrl-f ctrl-v enter esc`).
feature-request,editor-multicursor,editor-commands
low
Minor
491,420,415
pytorch
load_state_dict on CPU first
## 🚀 Feature When calling load_state_dict on model and optimizer, we should load to CPU first then copy to GPU ## Motivation load_state_dict currently has a call to deepcopy which doubles the RAM for those weights. Thus when a model is already pushing the limit of RAM it cannot be loaded back in memory. ## Pit...
module: serialization,triaged
low
Minor
491,467,154
TypeScript
Incorrect error message on export assignment in `.d.ts` file
**TypeScript Version:** 3.5.3 **Search Terms:** An export assignment cannot be used in a namespace. **Code** This is pretty niche, but I think it has general implications... The current `/lib/typescript.d.ts` file is modelled as essentially a CommonJS file where at the end of the file, it has `export = ...
Suggestion,In Discussion
low
Critical
491,508,537
pytorch
Python hang after using torch.exp()
## 🐛 Bug Using function torch.exp() makes python hang. I test some other functions like torch.sum(), torch.abs(), these functions can return right results. <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: ``` torch.exp(torch.Tensor([0, math.log...
needs reproduction,triaged,module: deadlock
low
Critical
491,540,148
flutter
Don't rely on global `pod` installation, use bundled version
## Use case In addition to stock Cococapods we have some plugins required in our Podfile. Cocoapods itself and the plugins are version controlled using `bundler`, and when running `bundle exec pod install` in the `ios/` directory everything works fine. But when executing `flutter run` it tried to use the glob...
platform-ios,tool,customer: crowd,c: proposal,P3,team-ios,triaged-ios
medium
Critical
491,558,407
TypeScript
Automated Migration for Breaking Changes to the Type System
Automated Migration for Breaking Changes to the Type System ## Search Terms codemod, migration, upgrade ## Suggestion semi-automated migration when there are breaking changes in the type system One way of implementing this would be via codemods (could use the TS Compiler API) that do trivial update tasks...
Suggestion,Needs Proposal
low
Critical
491,584,148
kubernetes
Document that some specific properties may not be removed when using kubectl apply
Per #72519, serviceAccountName (and serviceAccount) are not removed when they are deleted from a resource spec. which is then passed to `kubectl apply`. I hit this exact bug, and there is nothing in the docs at https://kubernetes.io/docs/concepts/cluster-administration/manage-deployment/#kubectl-apply to warn about ...
kind/documentation,sig/cli,sig/docs
medium
Critical
491,587,181
vue
`$forceUpdate` do not update checked status of checkbox-
### Version 2.6.10 ### Reproduction link [https://jsfiddle.net/ahy27vu3/](https://jsfiddle.net/ahy27vu3/) ### Steps to reproduce 1. input[type="text"] value is forced to` ''`, which is controlled completely 2. input[type="checkbox"] checked does not work ### What is expected? input[type="check...
regression
low
Major
491,594,459
flutter
webview_flutter plugin does not support "setNetworkAvailable" method from android webview
I have a flutter application that needs to display a web page that uses the "navigator.onLine" property. At the moment it only returns true no matter what. After some google searches it looks like this is a common issue with the android webview, and that there is a method you can call on the webview to change the prope...
c: new feature,platform-android,d: stackoverflow,p: webview,package,P3,team-android,triaged-android
low
Minor
491,682,224
rust
`ManuallyDrop` should be a dyn-compatible receiver type
We should extend the set of library-defined self types on stable to include types involving `ManuallyDrop`. `ManuallyDrop` is a transparent wrapper around another type which is completely unconstrained; there should be no technical limitations on making it an dyn-compatible[^1] receiver type. To be explicit, I am prop...
T-lang,F-arbitrary_self_types,A-trait-objects
medium
Major
491,733,105
PowerToys
[FancyZones] Dynamic layouts bases off of focused Window
# Summary of the new feature/enhancement At first I thought pressing windows + ~ selecting a new layout and clicking apply was too many steps. So I first thought a short cut key to change the layout quicker would be ideal. Then I realized, I wanted to change layouts based off of the focused window. # Proposed t...
Idea-Enhancement,FancyZones-Layouts,Product-FancyZones
low
Minor
491,751,667
TypeScript
Declaration emit is broken for parameters marked /* @internal */
.ts: ```ts interface TypeChecker { getContextualType(node: Expression, /* @internal */ contextFlags?: ContextFlags): Type | undefined; } ``` .d.ts: ```ts interface TypeChecker { getContextualType(node: Expression, : Type | undefined; ```
Bug,Domain: Declaration Emit
low
Critical
491,754,666
youtube-dl
Request for site support Magellan TV
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request
low
Critical
491,765,055
terminal
Bug: When headless, GetLargestConsoleWindowSize reports a MUCH too small size
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl...
Help Wanted,Product-Conpty,Area-Server,Issue-Bug,Priority-2
low
Critical
491,796,907
storybook
UI: Add external links to navigation
The left-hand navigation of storybook consists of links to stories, arranged hierarchically. The Storybook logo link is also configurable (as well as visually). In 5.2, we added the ability to link to "documentation-only stories" which is markdown-based documentation that can be interspersed within your stories. ...
feature request,ui,csf
medium
Major
491,852,182
youtube-dl
please add support for quint.com
Dear Developers please add support for quint.com ``` $ youtube-dl --version 2019.09.01 ``` ``` $ youtube-dl -c -F --verbose "https://www.thequint.com/news/india/non-approved-company-private-engineers-checked-evm-in-elections" [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [de...
site-support-request
low
Critical
491,865,241
TypeScript
Generators/Async Generators with TReturn type argument which extends undefined have a return method with a non-optional argument in 3.6.2
<!-- 🚨 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...
Needs Investigation
low
Critical
491,871,126
pytorch
TestAutograd.test_deep_reentrant fails with SIGBUS on macOS
## 🐛 Bug TestAutograd.test_deep_reentrant fails with SIGBUS on macOS. ## To Reproduce Steps to reproduce the behavior: run autograd tests on macOS. ## Environment Found this while working on #25930. cc @ezyang @SsnL @albanD @zou3519
module: autograd,module: tests,triaged,module: macos
low
Critical
491,877,744
godot
Data races when running Godot
**Godot version:** 3.2.alpha.custom_build. 24e1039eb **OS/device including version:** Ubuntu 19.04 **Issue description:** When I run Godot project manager, then thread sanitizer shows some data races(reading data in one thread, when saving in another thread) - Log from project manager - [AAAA.txt](https://git...
bug,topic:core
low
Critical
491,879,322
flutter
Integrate ./flutter/ci/build_flutter_runner_tests.sh with ./flutter/testing/run_tests.py.
That is the primary entrypoint for all testing. Currently, the bash script also depends on only the x86 Fuchsia variant being built.
customer: fuchsia,engine,platform-fuchsia,P2,team-engine,triaged-engine
low
Minor
491,883,985
go
cmd/go: upgrading a module gives different results based on "how" you upgrade
### Summary From the Go Wiki: >Day-to-day upgrading and downgrading of dependencies should be done using 'go get', which will automatically update the go.mod file. Alternatively, you can edit go.mod directly. From `go help modules` > If go.mod is edited directly, commands like 'go build' or 'go list' will...
Documentation,help wanted,NeedsInvestigation,modules
low
Critical
491,929,596
flutter
Better document the CHROME_EXECUTABLE environment variable
Hello, there seems to not be much documentation on CHROME_EXECUTABLE available. There's info on https://github.com/flutter/flutter/wiki/Building-a-web-application-with-Flutter but it is otherwise pretty hidden. It could be shown on the Web FAQ, for example.
d: api docs,platform-web,P3,team-web,triaged-web
low
Minor
491,945,559
opencv
WASM Face Module and DLib Facial Landmarks JavaScript Build
1. How can we include the face module to detect real-time facial landmarks to the JavaScript build because it is also creating errors and I am not sure where the bug occurs because I followed the same instructions from the website? In fact, I tried FacemarkKazemi, FacemarkAAM, and FacemarkLBF. 2. How can we include ...
feature,category: contrib,category: javascript (js)
low
Critical
491,994,510
flutter
The Fuchsia Toolchain & SDK Autoroller should use the revision tags instead of instance IDs.
Currently, we have 4 Fuchsia specific autorollers. One for the toolchain and another for the SDK on Linux & Mac. Each autoroller uses the instance ID of CIPD packages. This is disadvantageous because the versions of the toolchain and SDK on Mac and Linux may not always be in sync with each other. Also, since there are ...
team,customer: fuchsia,engine,dependency: fuchsia,P3,team-engine,triaged-engine
low
Major
491,998,363
TypeScript
support destructuring parameter @param tag in tsdoc
tsdoc rule: https://github.com/microsoft/tsdoc/issues/186 vscode issue: https://github.com/microsoft/vscode/issues/80368 example: ```ts /** * * @param bar - the bar parameter * @param a - the first parameter * @param b - the second parameter * @param c - the third parameter * @returns the ...
Suggestion,Experience Enhancement
low
Major
492,018,796
pytorch
Provide a way to select SVD algorithm in PyTorch?
PyTorch seems to use `gesdd` for singular value decomposition. Alternative `gesvd` is slower, but more accurate/robust. PyTorch could follow scipy syntax and provide a way to choose between them using `lapack_driver` kwarg Some background on gesvd vs gesdd https://epubs.siam.org/doi/10.1137/17M1117732 https://sava...
triaged,module: linear algebra,function request
low
Critical
492,020,701
pytorch
[C++] `Module::pretty_print` is broken
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> As described in the documentation, `Module::pretty_print` prints the name of the current module and prints its submodules recursively. > Streams a pretty representation of the Module into the given stream. > > By default, this representa...
module: cpp,module: nn,triaged
low
Critical
492,029,990
go
x/playground: support for syntax highlighting
Currently, the playground is yellow background and black text, make it difficult to read the codes. Can you make codes colorful and bring editor to playground (like [Wandbox](https://wandbox.org/)) ?
NeedsInvestigation,FeatureRequest
low
Major
492,068,455
ant-design
Vertical progress bar
- [x] 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? need of vertical progress bar ### What does the proposed API look like? have something like a "orientation" prop for the prog...
Inactive
low
Minor
492,070,407
flutter
RefreshIndicator, show without launch onRefresh
Is there any way to achieve this behavior?
c: new feature,framework,f: material design,d: stackoverflow,P3,team-design,triaged-design
low
Major
492,071,101
rust
closure compilation fails depending on type inference
```rust fn foo(_: &mut String) {} fn bug1() { let _ = |a: &mut String| for _ in 0..0 { foo(a) }; //works fine let _ = |a| for _ in 0..0 { foo(a) }; //fails } fn bug2() { let mut a = String::new(); let mut b = String::new(); let f = |a: &mut String| foo(a); ...
A-closures,A-inference
low
Critical
492,165,698
go
cmd/go: list -compiled fails to populate CompiledGoFiles when the resulting package cannot be linked
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor architecture are...
help wanted,NeedsInvestigation,GoCommand
low
Critical
492,187,284
go
runtime: futex contention caused by memory allocation in goroutines
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? Go 1.13 <pre> $ go version go version go1.13 linux/amd64 </pre> ### Does this issue reproduce with the latest release? I made similar obsverations with older Go versions (g...
NeedsInvestigation,compiler/runtime
low
Critical
492,212,099
pytorch
Why doc building isn't failing us for referring to a non-existent method?
## 📚 Documentation <!-- A clear and concise description of what content in https://pytorch.org/docs is an issue. If this has to do with the general https://pytorch.org website, please file an issue at https://github.com/pytorch/pytorch.github.io/issues/new/choose instead. If this has to do with https://pytorch.org/...
module: docs,triaged
low
Minor
492,274,518
PowerToys
Some sort of staggered startup tool
# Summary of the new feature/enhancement Like many users, I have a number of apps that automatically start up and on several of my machines, I have multiple online drives that start (Google Drive, DropBox, etc.) and when the system boots, all these apps are competing for resources, but aren't absolutely necessary _imm...
Idea-New PowerToy
low
Major
492,281,075
electron
BrowserWindow: missing methods for retrieving set options
<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]-...
enhancement :sparkles:,component/BrowserWindow
low
Minor
492,333,077
flutter
Failed assertion: line 1773 pos 12: '_elements.contains(element)': is not true.
Hi, I was just playing a bit around to test the new structured errors. So I added a `SingleChildScrollView`around the column of the default counter app and placed a Expanded around the Column which lead to an exception. I removed the Expanded again and saved and got this error here. ``` ════════ Exception c...
framework,a: error message,P2,team-framework,triaged-framework
low
Critical
492,333,189
flutter
[google_maps_flutter] Improve flutter implementation of google maps api
## Use case Hi, i'm currently working on an app, and there is some features i would like to implement, like: - Use methods `showInfoWindow` and `hideInfoWindow`of `Marker` - Use `ImageConfiguration` to set marker size (https://github.com/flutter/flutter/issues/34657) - Use a custom `InfoWindow` on `Marker` ...
c: new feature,a: quality,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Minor
492,358,106
PowerToys
Show folder size in explorer
# Summary of the new feature/enhancement Add the sum of the size of all files contained in the size file zone of the file explorer. # Proposed technical implementation details (optional) <!-- A clear and concise description of what you want to happen. -->
Idea-New PowerToy,Product-Tweak UI Design,Product-File Explorer
high
Critical
492,415,013
material-ui
[Chip] Add group component
<!-- Provide a general summary of the feature in the Title above --> <!-- Thank you very much for contributing to Material-UI by creating an issue! ❤️ To avoid duplicate issues we ask you to check off the following list. --> <!-- Checked checkbox should look like this: [x] --> - [x] I have searched the ...
new feature,waiting for 👍,component: chip
low
Major
492,432,953
TypeScript
3.6 regression: unions of callable types involving `this` types
<!-- 🚨 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,Needs Proposal
low
Critical
492,454,411
flutter
RenderViewport.useTwoPaneSemantics is not show on all semantics nodes of a dropdown button
In the following code snippet, on the second activation of the dropdown, RenderViewport.useTwoPaneSemantics is only shown on one of the semantics nodes instead of all of them. ```dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatefulWidget { @override _...
framework,f: material design,a: accessibility,f: scrolling,P2,team-design,triaged-design
low
Minor
492,474,934
go
x/build/cmd/coordinator: merge double error returns into one error
Many parts of x/build return two errors, the "remote error" vs the "exec error". The first represents a command that executed remotely (but failed), and the latter is an error trying to even do the execution, and didn't even making to finding out the remote buildlet's exit status. In the x/build these go by several ...
Builders,NeedsInvestigation
low
Critical
492,484,818
flutter
Icon widget wrapped inside a Hero widget does not interpolate size or color(only position works)
The container which wraps the Icon widget works as expected but not the Icon. When I swap the Icon widget with a FlutterLogo widget, everything works. (tested on iOS emulator) first.dart ```dart import 'package:flutter/material.dart'; import 'package:transitiontest/second.dart'; class FirstPage extends State...
c: new feature,framework,a: animation,has reproducible steps,P3,found in release: 3.3,found in release: 3.6,team-framework,triaged-framework
low
Major
492,489,747
pytorch
sccache stats can cause whole build to fail
## 🐛 Bug A recent PR (#24506) added an incidental "sccache --show-stats" command in the pytorch jenkins build script. Fine, but this command isn't universally present and this new stat command can cause the whole build to unnecessarily fail, for example on a recent ppc64le platform build. ## To Reproduce ...
module: build,triaged
low
Critical
492,498,429
flutter
[web]: 'flutter create --template=plugin' command should generate code for web
It would be great if code generated by 'flutter create --template=plugin' command contains a minimal sample for web.
c: new feature,tool,platform-web,P2,team-web,triaged-web
low
Minor
492,517,053
go
go/types: CheckExpr doesn't return partial results
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are...
NeedsInvestigation
low
Critical
492,557,486
opencv
function abortOnCannotGrowMemory() called on opencvjs after few minutes of run browser.
Hello, This function `function abortOnCannotGrowMemory()` called in opencv.js after few minutes successful run of javascript package. Is there any way we can avoid "abort" so package can run smoothly. (I used TRY and CATCH but no use). ``` try{ cv.calcOpticalFlowPyrLK(oldGray, frameGray, p0, p1, s...
category: javascript (js)
low
Critical
492,599,455
flutter
Google Maps: smooth transition between coordinate points
I am creating a `GoogleMap` widget and trying to "animate" an icon on the map by continuously updating its position (lat, long). The icon is drawn in the center of the google map container using a `Stack` and it is the map that is moving underneath. The problem is that I am not being able to achieve a smooth movemen...
d: examples,p: maps,package,team-ecosystem,P3,triaged-ecosystem
low
Major
492,616,459
pytorch
[Feature Request] Trace / Script C++ models
Hey, does anyone know about a possibility of exporting and importing a learned model in C++? I want to infer the net in a c++ project, where I don't have access to the class, which contains the net or the forward pass. I found the solution to use: ``` string model_path = "model.pt"; serialize::OutputArchive o...
oncall: jit,module: cpp,triaged
low
Major
492,618,573
ant-design
Tabs: pin one tab in header
- [ ] 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? tabs组件支持固定其中某一项吗,当我有很多数据的时候,我希望其中某一项一直固定到最前面,而后面的能够滑动 ### What does the proposed API look like? 通过传递tab的key进行控制是否固定某一项或者几项,固定...
Inactive
low
Major
492,644,561
PowerToys
Cycle order of running applications (Alt-tab like ... but different)
I couldn't find it in the documentation, so I guess this is a feature request: I would like to be able to switch focus between windows on a specific desktop, by cycling the focus of each window. This is a little different from `ALT + TAB` because in `ALT + TAB` the focus isn't switched until you leave the keys, and...
Idea-New PowerToy
low
Major
492,653,500
electron
Support authentication with session.resolveProxy()
<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]-...
enhancement :sparkles:
low
Minor
492,670,535
terminal
Compatibility Issue with Holdkey
# Environment ```none Windows build number: Microsoft Windows [Version 10.0.18362.356] Windows Terminal version (if applicable): N/A Any other software? Holdkey (http://www.holdkey.eu/) and WSL Ubuntu 18.04 LTS ``` # Steps to reproduce Install `holdkey` from [holdkey.eu](http://www.holdkey.eu/). Open a ...
Product-Conhost,Area-Input,Issue-Bug,Priority-2
low
Critical
492,674,808
TypeScript
Allow hooks for watch events
## Search Terms - hooks - events - watch ## Suggestion Allow a ts file to react to actions performed by tsc while it is running in ```--watch``` mode. This can be done by having that file export specific members of specific known types that tsc will execute at the appropriate time. ## Use Cases I would...
Suggestion,Awaiting More Feedback
low
Critical
492,724,484
PowerToys
Display system tray (icons and language bar) on multiple monitors
Currently, tray icons (e.g. anti-virus and network icons), as well as the language bar icon, appear only on the "main display". If I need to check the status of one of these icons (e.g. what's the current typing language? Is my speaker muted?), or click one of them (e.g. open OneNote by clicking its tray icon), and ...
Idea-New PowerToy,Product-Tweak UI Design
medium
Major
492,771,761
rust
#[global_allocator] in dependent crate can be optimized away
`jemallocator-global` is a library intended to make jemalloc your allocator. It works by declaring a static allocator with `#[global_allocator]`. However, a downstream crate linked with `jemallocator-global` nonetheless uses the system malloc on MacOS X. After experimenting a bit with `#[global_allocator]`, it's ...
A-linkage,A-allocators,T-compiler,C-bug
low
Major
492,773,143
terminal
Content sometimes disappears when moving back to Terminal window
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl...
Help Wanted,Needs-Repro,Issue-Bug,Area-UserInterface,Product-Terminal,Priority-3
low
Critical
492,801,110
neovim
Asynchronous `:write`
When working with `sshfs` or other remote filesystems, sometimes writes take many seconds to complete. It would be nice if the write could be performed asynchronously so the UI remained responsive while that was happening - perhaps because the user wishes to continue work editing another buffer or whatever. On the UI t...
enhancement,io
low
Major
492,870,026
pytorch
[RFC] TensorBoard extensions and improvements for PyTorch
## 🚀 TensorBoard Improvements In collaboration with Google, we've made great progress on adding support for PyTorch in TensorBoard. If you've been using `torch.utils.tensorboard` and the TensorBoard server with PyTorch training that is excellent! Hopefully you noticed that we support a wide range of visualization o...
triaged,module: tensorboard
low
Major
492,883,324
go
cmd/go: do not modify the 'go.mod' or 'go.sum' files if the 'go' directive indicates a newer-than-supported version?
@jayconrod notes in https://github.com/golang/go/issues/34217#issuecomment-530873990: > One problem with this: adding `go 1.14` to go.mod does not prevent old versions of the Go command from adding `+incompatible` versions. So a module could be broken unintentionally in a mixed environment. There is a more genera...
NeedsFix,GoCommand,modules
low
Critical
492,903,789
flutter
After upgrading to 1.9 `flutter logs` on iOS displays system logs
After upgrading to Flutter 1.9, `flutter logs` on a connected iOS device shows the full system logs, and not the filtered logs for Flutter as it was with previous versions. ``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel beta, v1.9.1+hotfix.2, on Mac OS X 10.14.5 18F203, locale...
platform-ios,tool,P3,team-ios,triaged-ios
low
Major
492,918,250
rust
Document how ptr::drop_in_place behaves when dropping a slice panics
When dropping a slice `[T]` using `ptr::drop_in_place`, a `T::drop` can panic. I can't find any documentation of what the behavior of the program is in that case.
C-enhancement,A-FFI,T-lang,A-docs
low
Minor
492,925,058
go
net: spurious EADDRINUSE from connect syscall on FreeBSD when connecting from IPv6 wildcard to IPv4 address
Observed in a `freebsd-amd64-12_0` TryBot: https://storage.googleapis.com/go-build-log/2e4c3b9c/freebsd-amd64-12_0_d1b5be43.log ``` --- FAIL: TestDialerLocalAddr (0.00s) dial_test.go:647: tcp [::]:0->127.0.0.1: got dial tcp [::]:0->127.0.0.1:22464: connect: address already in use; want <nil> FAIL FAIL net 54...
ExpertNeeded,OS-FreeBSD,NeedsInvestigation
low
Major
492,942,091
terminal
Setting cursor position has too many routes
Based on #2731, repeated here: >>When it came to actually setting the cursor position, I found there were a number of options to choose from, with quite different behaviours. Some operations use a variation of SetConsoleCursorPosition, some use AdjustCursorPosition, and some call the SCREEN_INFORMATION::SetCursorPos...
Product-Conhost,Help Wanted,Area-Interaction,Issue-Bug
low
Major
492,957,872
kubernetes
Reconsider using etcd+chunking for reflector lists
Filing issue for the discussion I brought up in SIG scalability meeting today, as I couldn't find one for it already. **Background**: Currently all our informers, which use reflectors underneath, list from apiserver's watch cache. This was a decision made quite some time ago to use watch cache instead of etcd - to ...
sig/scalability,kind/feature,lifecycle/frozen
low
Critical
492,959,466
pytorch
Support the AVX512 runtime dispatch
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> Enhance the runtime dispatch to support AVX512 ## Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another Git...
feature,low priority,triaged
low
Major
492,959,591
bitcoin
Syncing headers with feeler-peers
It occurred to me that we should eliminate the distinction between feelers -- peers we connect to on average every couple minutes to test entries in addrman -- and the extra outbound peers we connect to if our tip is stale (#11560). Instead, why not just sync headers with feeler connections, and if we happen to learn ...
Brainstorming,P2P
low
Major
492,962,215
pytorch
Access data_ptr in RNN.cpp
https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/RNN.cpp#L598 is trying to access `data_ptr` of Tensor inside `TypeDefault` context. This won't work for backends like XLA. In general if we want to access `data_ptr`, it's preferred to be a backend implementation. In fact in this case it seems `batch...
module: rnn,triaged
low
Major
492,969,760
flutter
Reference to "old widget" when navigating with PageRouteBuilder (or others)
### Feature ### The idea is to have `Navigator` save a reference or a copy of the current base widget when pushing a new one. Kinda like a Hero Widget. The added flexibility for transitions would make a lot of things possible! PageRouteBuilder makes the "new widget" enter screen with an animation, but the "old wi...
c: new feature,framework,f: routes,P3,team-framework,triaged-framework
low
Minor
492,987,346
angular
Adding a migration to replace TestBed.get with TestBed.inject
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 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. 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅...
area: testing,freq2: medium,P5
low
Major
492,991,783
kubernetes
Migrate kubelet to use v1beta1 Events
Now that the scheduler is migrated to new Events API, we can migrate the kubelet to emit events against the new API This is part of #76674 List of the files that needs to be migrated: ``` ./pkg/kubelet/kubelet.go ./pkg/kubelet/prober/prober.go ./pkg/kubelet/kubelet_pods.go ./pkg/kubelet/config/config.go ./p...
sig/scalability,sig/node,kind/feature,sig/instrumentation,do-not-merge/hold,lifecycle/frozen
low
Major
492,995,128
flutter
Support Google AdSense in Flutter Web applications
I tried to implement the next script(Google Ad-sense) at my Flutter Web site, but unsuccessful by now. The code is: ``` <script type="text/javascript">var nend_params={"media":00000,"site":000000,"spot":000000,"type":1,"oriented":1};0</script> <script type="text/javascript" src="https://js1.nend.net/js/nendAdLoader....
c: new feature,would be a good package,customer: crowd,platform-web,package,c: proposal,P1,team-web,triaged-web
medium
Critical
493,002,069
flutter
There should be a test for interacting with an app after hot restart
This path is a critical user journey, a test for it would have caught #40303.
a: tests,team,framework,P3,team-framework,triaged-framework
low
Minor
493,008,480
pytorch
Tracing non-constant shapes is broken
## 🐛 Bug ``` import torch def foo(x): return torch.full(x.shape, 2) x = torch.randn(3) ge = torch.jit.trace(foo, x) y = torch.randn(2, 5) z = torch.randn([]) >>> ge(x).shape # expected: 3 3 >>> ge(y).shape # expected: (2, 5) 2 ``` Tracing non-constant shapes seem to be broken if the shapes ...
oncall: jit,triaged
low
Critical
493,011,462
pytorch
Make GloballyUniqueId a common type for both rpc and dist autograd
Both RPC and Distributed Autograd require globally unique id in various places. #25499 partially implements that in `GloballyUniqueId` for RRefs, which can be shared between rpc and dist autograd after adding overflow checks and `int()` operator. cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen @aa...
triaged,better-engineering,module: rpc
low
Minor
493,013,862
pytorch
Process fails with assertion error in magma-cuda100
## 🐛 Bug During training the process dies with the following error: ``` ... global_step=101292, batch=73, batch_group=0: 30%|███████████████████▏ | 74/250 [05:01<10:25, 3.56s/it] python: /opt/conda/conda-bld/magma-cuda100_1564975479425/work/interface_cuda/interfac...
module: dependency bug,needs reproduction,module: crash,triaged,module: linear algebra
medium
Critical
493,017,543
godot
Bug in display of 64-bit integers in the debugger
**Godot version:** Godot_v3.1.1-stable_win64 **Issue description:** I saw some suspicious values when using the debugger with my project, so I wrote the following snippet to investigate it (putting a breakpoint on the "pass" to look at the debugger): ``` var r := RandomNumberGenerator.new() var seeds ...
enhancement,topic:editor,confirmed
low
Critical
493,022,610
vscode
"editor font zoom" does not persist
- VSCode Version:1.38 - OS Version:Win 10 "Editor font zoom in" and "out" does not persist. This is inconsistent with "view zoom" which does persist. I understand that this is basically a shortcut to the "editor.fontSize" setting, but in that same vein, view zoom is just a shortcut to change the "window.zoom leve...
feature-request,accessibility,editor-core
low
Major
493,028,714
rust
io::Stderr should be line-buffered by default, not unbuffered
`std::io::stderr` does no buffering at all by default, which means that a Rust program that uses the most obvious way to print error messages (`eprintln!`) will make individual `write` syscalls not only for each call to the macro, but for each subcomponent of the formatted string: ```plain $ cat test.rs fn main() ...
T-libs-api,C-feature-request
low
Critical
493,054,311
electron
Implement setAlwaysOnBottom
### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have s...
enhancement :sparkles:,component/BrowserWindow
low
Minor
493,060,565
pytorch
There should be gating around BFloat16
As we add support for BFloat16 we should add some gating mechanism which will allow user to opt in to bfloat16 usage. The reason for this is that it will be a while till the devices which support bf16 will be mass available and before that will happen, the performance of bf16 operations wont be the best.
module: performance,triaged,enhancement,module: bfloat16
low
Major
493,065,257
flutter
[web] allow controlling the window/iframe/screenshot parameters in engine tests
Screenshot tests in the engine use headless Chrome's default window size and pixel density, hard-code 500x500 iframe size, and always take the screenshot of the entire window. This makes tests less predictable. Let's allow tests customize this. Let's try to capture as many of the following as we can: - [ ] contro...
a: tests,team,engine,platform-web,P2,team-web,triaged-web
low
Critical
493,068,434
pytorch
c10 List API hard to use
There isn't any way to access the values of Generic List except as a reference. When writing ops this makes you do: ``` auto val = pop(stack); auto list = val.toGenericListRef(); ``` instead of: ``` auto list = pop(stack).toGenericList(); ``` If you try to do the latter: ``` auto input_list = pop(stack).t...
module: internals,triaged
low
Critical
493,069,199
godot
Translation keys on control nodes are very inconsistent
**Godot version:** 3.1.1 stable **OS/device including version:** Linux Mint 19.2 **Issue description:** Putting translation keys on Controls is very inconsistent. Normally, nodes are supposed to shrink to fit the text, but all sorts of things break that and cause it to be large enough to fit the full translati...
bug,confirmed,topic:gui
low
Minor
493,091,352
TypeScript
navto does not include jsdoc @typedef symbols
<!-- 🚨 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,Experience Enhancement
low
Critical
493,096,317
terminal
Audit uses of the screen buffer/alternate buffer, or come up with a design that makes this not an issue
Is this indicative of a larger problem? Should we file an outstanding work item to audit all sites of manipulating the active buffer and/or somehow change the design such that the methods cannot accidentally be called without resolving which one is the active one first? For the latter, my proposal would be to hide a...
Product-Conhost,Area-VT,Issue-Task
low
Major
493,100,853
flutter
Benchmark complex_layout_scroll_perf__memory needs better metrics to avoid reporting phantom regressions
The main issue (after some discussion) is that this benchmark is not reporting metrics that exactly match its concern and so situations such as those described below can cause it to indicate a regression when a change simply affects its underlying assumptions instead. We need to develop better metrics for it to measure...
team,engine,c: performance,perf: memory,P3,team-engine,triaged-engine
low
Major
493,117,649
TypeScript
Type variables in TypedPropertyDescriptor cause compilation errors when using decorator
**TypeScript Version:** 3.6.3 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** TypedPropertyDescriptor, MethodDecorator, TS2345, Types of property 'value' are incompatible. **Code** ```ts type MyDynamicDescriptor = <T>(input: T) => T type MyS...
Needs Investigation
low
Critical
493,142,300
flutter
Image loading can make widget tests flakey
We had a widget test that succeeded when run in isolation, but failed when run with others in a group. This was because we had an image without an explicit size. If the image had been previously loaded in another test and so was cached in memory, the image widget received the correct sizing. However if the test w...
a: tests,framework,a: images,c: proposal,P3,team-framework,triaged-framework
low
Critical
493,159,553
TypeScript
Allow overrides in tsconfig
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please help us by doing the following steps before logging an issue: * Search: https://github.com/Microsoft/TypeScript/search?type=Issues * Read the FAQ, especia...
Suggestion,Awaiting More Feedback
high
Critical
493,244,750
three.js
Editor : Enhancments and Features addition
##### Editor Enhancments Creating this thread to track implementations for the editor enhancments and features like Material Browser. - [x] TabbedPanel UI Element #17465. - [x] Listbox UI Element. #17490 - [x] MaterialBrowser Panel in project panel with menu to Create, And Apply Material and store it in the edi...
Editor
low
Minor
493,270,095
flutter
Enable touch filtering and tapjacking protection
## Use case Currently, there is no way to enable touch filtering in buttons like the android feature **setFilterTouchesWhenObscured(true).** This is crucial to protect apps from tapjacking. ## Proposal A property on ButtonWidgets that will enable touch filtering : ` FlatButton( child: Text(Stri...
c: new feature,framework,P3,team-framework,triaged-framework
medium
Critical
493,308,770
pytorch
Memory leak in multithreading environment when loading checkpoint
## 🐛 Bug I have a problem when loading saved checkpoint for pytorch model in seperate thread. CPU memory keeps increasing and is never released. Multi-threading version of script increases RAM usage with each iteration and ends with 978 RESV memory (htop output). Single-threading version holds with 374 RESV mem...
high priority,needs reproduction,module: multiprocessing,module: memory usage,triaged,module: multithreading
low
Critical