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
489,878,492
PowerToys
Drag to edge of screen automatically switches virtual desktops
null
Idea-Enhancement,Product-Window Manager,Product-Virtual Desktop
low
Minor
489,878,530
PowerToys
When remoting in, collapse other monitors to new virtual desktops. Remove VD when connecting locally again
null
Idea-New PowerToy,Product-Window Manager,Product-Virtual Desktop
low
Minor
489,878,899
PowerToys
Visual updates / flash zones for Win+Arrow
After the first arrow is pressed, flash then zones while I have the Win key is down so that users can see where to move the window.
Idea-Enhancement,FancyZones-Dragging&UI,Product-FancyZones,Area-User Interface
low
Minor
489,879,283
PowerToys
Merge FancyZones with MTND and include zone moves in the pop-up
In addition to moving a window to a new desktop, the MTND pop-up should allow a user to: - Move to a different, existing desktop - Move to a zone in an existing desktop - Move to a new desktop with a specific zone layout
Idea-Enhancement,Product-FancyZones,Product-Virtual Desktop,FancyZones-VirtualDesktop
low
Minor
489,879,752
PowerToys
[Shortcut Guide] Shortcuts list [tracker]
total list from MSFT support: https://support.microsoft.com/en-us/help/12445/windows-keyboard-shortcuts This list will be added into #890 with v2 of shortcut guide. Combination | Effect -- | -- Win + Esc | Close magnification Win + Enter | Narrator (Below 19h1) Win + Pause | System Window Win + PrtScn | Capt...
Idea-Enhancement,Product-Shortcut Guide,Status-In progress,Tracker
high
Critical
489,880,410
pytorch
Backtrace prints many <unknown function>
Our backtrace code frequently prints out frames with `<unknown function>`, indicating that `backtrace_symbols` was unable to retrieve the symbol for the backtrace. For example: ``` frame #0: std::function<std::string ()>::operator()() const + 0x11 (0x7efd7464fc11 in /data/users/ezyang/pytorch-tmp/torch/lib/libc10.s...
module: build,triaged,better-engineering
low
Critical
489,881,617
PowerToys
[FZ Editor] Add unit tests
# Summary of the new feature/enhancement The new FZ editor does not have any tests. We need to fix that.
Idea-Enhancement,Area-Tests,FancyZones-Editor,Product-FancyZones
low
Minor
489,889,994
go
x/build: keep test result logs available after success
Currently, the x/build testing infrastructure (both trybots and post-submit builders) generally makes test logs available under two conditions: - while the test is running, streamed - after the test completed, if it failed After tests complete successfully, the test logs immediately become inaccessible. I don...
Testing,Builders,NeedsFix,FeatureRequest,Community
low
Critical
489,891,685
flutter
[google_sign_in] document resource IDs for play store app submission
The playstore app submission process includes a pre-test routine that supports sign-in automation which allows developers to provide credentials for their apps for use in testing, thereby allowing a more comprehensive pre-submit test. Unfortunately, it would appear that in addition to providing the username/password...
d: api docs,p: google_sign_in,package,team-ecosystem,P3,triaged-ecosystem
low
Minor
489,893,046
terminal
Feature Request: link generation for files + other data types
#2094 Description of the new feature/enhancement There are a number of scenarios where having a link detected with a meaningful click action would be helpful: 1. File (optional line number): click action could launch an editor. 2. Directory: click action can to change to that directory 3. Git commit: cl...
Issue-Feature,Area-Extensibility,Product-Terminal
low
Major
489,900,134
rust
Extend `span_label` to include fallback operation
There are occassions where `DiagnosticBuilder::span_label` can be called with a `DUMMY _SP`. The current behavior is we don't show those labels at all in the output. In some cases that is the correct behavior. In others, we proactively look for `DUMMY_SP`s and emit a `note` instead. I assume that the former is the mos...
C-cleanup,A-diagnostics,T-compiler
low
Minor
489,912,016
terminal
[Audit] Eliminate raw pointers as begin/end markers in the CharRowCellReference class
When turning on audit mode for the output buffer project, I ran into the circumstance where `CharRowCellReference` is using raw pointers as its iterator definitions for begin and end, which makes static analysis very unhappy as it still results in pointer math. This represents adjusting `CharRowCellReference` to per...
Product-Conhost,Help Wanted,Area-Output,Product-Terminal,Issue-Task,Area-CodeHealth
low
Minor
489,917,332
terminal
[Audit] Use std::wstring_view for all global strings
I left this behind in the audit mode enable phase. This is because changing the `DEFAULT_FONT_FACE` to a `std::wstring_view` cascades in a way that is troublesome. For one, `std::wstring_view` is not guaranteed to be null terminated. Some of the consumers of this value throughout the codebase use the pointer to t...
Product-Conhost,Help Wanted,Area-Settings,Product-Terminal,Issue-Task,Area-CodeHealth
low
Critical
489,919,305
flutter
Explore alternate rendering backends for Windows
Currently we're using the OpenGL rendering configuration in the embedding API, via ANGLE. Longer term, we should investigate other possibilities: - Skia has a Vulkan backend; we could potentially wire up Vulkan through the embedding API and use that when available on Windows. - If Skia were to add some flavor of Dire...
engine,platform-windows,a: desktop,P3,team-windows,triaged-windows
low
Minor
489,919,501
terminal
[Audit] Unsuppress OuptutCellIterator warning and solve custom construction/destruction warning
I suppressed the warning on the `OutputCellIterator` as a part of turning on audit mode because I couldn't figure it out (in a reasonable amount of time for how many other things I was fixing and trying to get turned on). This represents removing the warning suppression and figuring out what the actual issue is that...
Product-Conhost,Help Wanted,Area-Output,Product-Terminal,Issue-Task,Area-CodeHealth
low
Minor
489,921,471
terminal
[Audit] Remove suppression on CodepointWidthDetector
While turning on the audit mode, I ran into a condundrum with the `CodepointWidthDetector` that I didn't really want to dig into at the moment. The warning is complaining that we have a global object with complex initialization. That is true. But there's some decisions to be made here that equaled "not-a-quick-fix"....
Product-Conhost,Area-Output,Product-Terminal,Issue-Task,Area-CodeHealth
low
Minor
489,926,626
TypeScript
Handle CompileOnSave on projects that contain project references.
Came up as TODO from #32028 where we want to see what needs to happen for such projects..
Bug
low
Minor
489,955,969
godot
Adding an existing script to a node which has the same case-insensitive name warns for case mismatch
Godot 3.2 master ccf294b92f02af6e60206e220dcf4a8474f73f0a I have an existing script named `interaction.gd` and a node called `Interaction`. I used the right-click menu of the scene tree to add that script. The dialog popped up proposing the name `Interaction.gd`. I clicked on the folder icon to pick `interaction.gd`...
bug,platform:windows,topic:editor,confirmed
low
Major
489,962,843
go
net/http: document outgoing Host header origin in more places
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.5 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? yes ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summar...
Documentation,help wanted,NeedsFix
low
Minor
489,970,527
go
doc: release notes: minor mistake regarding FreeBSD port applicability
### What version of Go are you using (`go version`)? 1.13 ### Does this issue reproduce with the latest release? Not applicable. ### What operating system and processor architecture are you using (`go env`)? Not applicable. ### What did you do? Read the [change log](https://golang.org/doc/go1.13#freebsd). ...
Documentation,help wanted,NeedsFix
low
Minor
489,976,745
rust
Add support for splitting linker invocation to a second execution of `rustc`
This issue is intended to track support for splitting a `rustc` invocation that ends up invoking a system linker (e.g. `cdylib`, `proc-macro`, `bin`, `dylib`, and even `staticlib` in the sense that everything is assembled) into two different `rustc` invocations. There are a number of reasons to do this, including: *...
A-linkage,I-compiletime,T-compiler,C-feature-request
high
Major
490,035,810
flutter
TweenSequence (and other animation building-blocks) should be flippable
For certain use cases (see https://github.com/flutter/packages/pull/30 for an example) you want a flippable TweenSequence. Example: you have two TweenSequences to drive the opacity of two widgets: ```dart TweenSequenceItem<double>( tween: Tween<double>(begin: 1.0, end: 0.0), weight: 4 / 12, )...
c: new feature,framework,a: animation,P3,team-framework,triaged-framework
low
Major
490,040,559
flutter
Create a Flutter installer package that completes the initial setup for you
Hey there! The folks from GDG Baltimore have suggested creating an installer file that takes the user through the install process automatically to reduce the quirks for beginners. For example, adding Flutter to the system path can be a bit of a painful experience. An installer would be able to handle that automatically...
c: new feature,tool,a: first hour,P3,team-tool,triaged-tool
low
Minor
490,047,406
flutter
Create a new Flutter SDK package flutter_test_tools
I spoke with @Hixie and he agreed that we should refactor the new Flutter driver synchronization APIs (#39196, #38836) into a new Flutter SDK package flutter_test_tools so that they can be used anywhere dart:ui is available, even if the Flutter driver extension is not enabled. Filing this issue to track the creation of...
a: tests,c: new feature,tool,t: flutter driver,P2,team-tool,triaged-tool
low
Minor
490,062,688
terminal
[Audit] Fix suppressed return of std::wstring_view& from OutputCellView
During audit, I had to suppress a warning related to returning a reference to a wstring_view. This is because of the weird relationship that exists between `TextBufferTextIterator` and `TextBufferCellIterator`. The Text iterator needs the `wstring_view` stored *somewhere* or it won't return the right thing with its ...
Product-Conhost,Area-Output,Product-Terminal,Issue-Task,Area-CodeHealth
low
Minor
490,064,049
terminal
[Audit] Remove suppression of hidden methods on TextBufferTextIterator
This is very related to #2681 and will probably be fixed at the same time or with a better design that could encompass both of these. The issue is that the Text iterator inherits from the Cell one. Which is probably not right. It should probably encapsulate it or something. The original idea when I was scrabbling...
Product-Conhost,Area-Output,Product-Terminal,Issue-Task,Area-CodeHealth
low
Minor
490,064,746
terminal
[Audit] default DxEngine constructor should not throw
To change this requires a change in initialization strategy of the engines that is probably overdue anyway. Instead of half-fixing this to solve the issue, I left a TODO. This represents that TODO.
Product-Conhost,Area-Rendering,Product-Terminal,Issue-Task,Area-CodeHealth
low
Minor
490,068,127
pytorch
Custom sampler for Seq2Seq models to avoid padding
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> As proposed in this [PyTorch forum post](https://discuss.pytorch.org/t/using-batches-for-seq2seq-models/55205): Custom sampler for Sequence-to-Sequence models (but also for sequence classification, sequence tagging, autoencoders, etc.) tha...
module: dataloader,triaged
low
Major
490,076,646
pytorch
Int32 overflow in bincount indexing
## πŸ› Bug In `aten/src/ATen/native/cuda/SummaryOps.cu`, there is a snippet: ``` template<typename input_t, typename IndexType> __device__ static IndexType getBin(input_t bVal, input_t minvalue, input_t maxvalue, int nbins) { IndexType bin = (int)((bVal - minvalue) * nbins / (maxvalue - minvalue)); ``` ...
module: cuda,triaged,module: 64-bit
low
Critical
490,083,102
flutter
[feature request] Text field of variable size
As you can see below I want implement text field of variable size. Currently I intend to use stack and look for way to get hold of renderbox of text and find out it that is feasible. ![Payroll 2](https://user-images.githubusercontent.com/1231593/64394275-feba9280-d072-11e9-86d6-5247d72c3d4d.png) Thx
a: text input,c: new feature,framework,P3,team-framework,triaged-framework
low
Major
490,107,464
bitcoin
wallet: CPU use proportional to wallet transaction count when idle
I recently noticed that the Bitcoin Core GUI (v0.18.1) was constantly using significant amounts of CPU when idle. I disconnected all peers and it continued to use the CPU. It turns out that it is calling `WalletModel::pollBalanceChanged` 4 times per second for all of my wallets, which causes it to loop through all t...
Wallet,Resource usage
low
Major
490,109,547
pytorch
torch.cuda.empty_cache() write data to gpu0
## πŸ› Bug I have 2 gpus, when I clear data on gpu1, empty_cache() always write ~500M data to gpu0. I observe this in torch 1.0.1.post2 and 1.1.0. ## To Reproduce The following code will reproduce the behavior: After torch.cuda.empty_cache(), ~567M gpu memory will be filled on gpu0. ``` import torch ...
module: cuda,triaged
low
Critical
490,130,952
godot
"Making Unique" resource collections in derived scenes replaces resource elements in base scenes.
**Godot version:** Godot 3.1 stable mono **OS/device including version:** Windows 10 **Issue description:** If you have a resource container and a resource element inside of that container, and if both of these resources are embedded resources inside of a scene file, then attempting to "Make Unique" the resour...
enhancement,topic:core
low
Minor
490,203,287
go
cmd/compile: align formal parameters with actual argument when reporting incorrect number of arguments
### 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 you using (`go env`)? <details><summary><code>go env</code> Output</summary><...
NeedsInvestigation,FeatureRequest
low
Critical
490,261,582
youtube-dl
support for qobuz ?
<!-- ###################################################################### 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
490,264,441
flutter
Scaffold should follow keyboard during keyboard height change
## Steps to Reproduce Scaffold resizes its body when keyboard is shown but this resize is without animation so general feel is very poor. In the example tap on white area and you will see how green area moves instantly while leaving white area behind. I would expect that green area follows keyboard. ``` import '...
a: text input,framework,a: animation,f: material design,a: fidelity,c: proposal,P3,team-design,triaged-design
low
Minor
490,296,691
go
cmd/vet: prefix in vet output breaks error file format compatibility
### 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 you using (`go env`)? <details><summary><code>go env</code> Output</summary>...
NeedsInvestigation,Analysis
low
Critical
490,323,770
youtube-dl
LiveTV stream from rutube.ru issue
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-update-request
low
Critical
490,333,916
pytorch
Model parallel with DDP get `Socket Timeout` error when using NCCL, while GLOO works fine
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> When training models in multi-machine multi-GPU setting on SLURM cluster, if `dist.init_process_group` with `NCCL` backend, and wrapping my multi-gpu model with `DistributedDataParallel` as [the official tutorial](https://pytorch.org/tutorials/i...
oncall: distributed,triaged
medium
Critical
490,361,190
godot
Tilemap - crash if y-sort active and tiles at 512x512 or more
**Godot version:** - 3.1.1 (64 bit) - 2D _Remark: the 32 bit client seems to be able to achieve higher tile number, before he simply stopps to respond_ **OS/device including version:** - Windows 10 - RTX 2080 - I7 8700 **Issue description:** If a tilemap is filled by GD-Script, exceeds 512x512 tiles...
bug,topic:core,crash
low
Critical
490,374,355
PowerToys
[FancyZones] Auto resizing of windows placed side-by-side
# Summary of the new feature/enhancement Windows (10?) comes with a neat feature to allow windows arranged side-by-side to logically snap together so whenever I resize one of them, the other ones resizes accordingly. This is a built-in feature that can be enabled and disabled in the Multitasking settings of Windows 10...
Idea-Enhancement,FancyZones-Dragging&UI,Product-FancyZones
medium
Critical
490,393,460
kubernetes
API client can't recover when tcp-reset happens
client-go verison is 9.0.0 1. get endpoints use CoreV1 from api server is ok, set timeout 5s 2. apply iptables rule `sudo iptables -A INPUT -s k8scluter -p tcp -j REJECT --reject-with tcp-reset` 3. wait about 15s 4. remove iptables rule after that, client-go can't communicate with api-server, always get `Get...
kind/bug,area/client-libraries,sig/api-machinery,priority/important-longterm,lifecycle/frozen
low
Major
490,434,299
PowerToys
Grouping Taskbar Icons
# Summary of the new feature/enhancement I want to be able to group taskbar icons. # Proposed technical implementation details (optional) By example, I have Chrome, Firefox, Edge and Opera in my taskbar. I want to group them in only one icon "Browsers". When I click (or hover? can be an option), then appears ...
Idea-New PowerToy,Product-Tweak UI Design
medium
Major
490,442,140
pytorch
Detaching a distribution's `log_prob` to block gradients only w.r.t its parameters
## πŸš€ Feature It would be quite useful to have the general ability, to compute a 'detached' `log_prob` for any distribution; i.e. blocking all gradient computation w.r.t that distribution's parameters (but not the value), _without_ resorting to the alternative of constructing an instance of that distribution with expl...
module: distributions,triaged
medium
Major
490,448,565
pytorch
[Feature request] modified Cholesky decomposition
It would be useful to have a modified Cholesky decomposition implemented in PyTorch. This allows one to perform Cholesky decomposition on singular covariance matrices. A work-around is to add a small multiple of identity matrix and run `torch.cholesky`, but that adds an extra hyper-parameter that user needs to tune...
high priority,triaged,enhancement,module: linear algebra
low
Major
490,474,853
PowerToys
Alt+Drag or Windows+Drag to move windows
### Summary of the new feature/enhancement Moving windows using the mouse relies on hitting a small target, especially on high-resolution screens. Add an option to move entire windows by alt-dragging or windows-dragging them, anywhere on the window except perhaps the resize area. ### Proposed technical implementat...
Help Wanted,Idea-New PowerToy,Product-Window Manager
high
Critical
490,489,986
flutter
Dart SDK libraries and Flutter for web
### Background An *unsupported library* is either missing an implementation in the platform's libraries.json file, or has an implementation where all members throw when called. The only mechanism for conditionally including code is config-specific imports and exports. The mechanism for using these is the presence...
framework,dependency: dart,customer: crowd,platform-web,P2,team: skip-test,team-web,triaged-web
low
Critical
490,501,860
rust
Ambiguity between type ascription and absolute paths
I am not sure, but I think the following program should be valid: ```rust type X = (); fn main() { let ():::X = (); } ``` It currently fails with ``` error: expected identifier, found `:` --> /home/matklad/tmp/main.rs:4:13 | 4 | let ():::X = (); | ^ expected identifier ```...
A-parser,T-lang
low
Critical
490,507,785
kubernetes
High system load/CPU utilization with trivial liveness and readiness exec probes
**What happened**: Using trivial probes significantly contributes to CPU/system load. **What you expected to happen**: Trivial probes should be performant **How to reproduce it (as minimally and precisely as possible)**: 1. Create a cluster (minimal reproduction done on an m5.large ec2 instance, creating a s...
kind/bug,priority/backlog,sig/node,help wanted,triage/accepted
high
Critical
490,516,209
go
runtime: lock cycle between mheap_.lock and gcSweepBuf.spineLock
As the title says, there's a runtime lock cycle between `mheap_.lock` and `gcSweepBuf.spineLock`. The cycle is effectively of the following form: On one thread: 1. `(*mheap).alloc_m` (which runs on the system stack) allocates a span and calls in `(*gcSweepBuf).push`. 1. `(*gcSweepBuf).push` acquires the spine lock...
NeedsInvestigation,compiler/runtime
low
Critical
490,525,859
TypeScript
Consider supporting an array for package.json types
## Search Terms package.json types ## Suggestion Allow the package.json `"types"` field to be a list of strings. ## Use Cases I will acknowledge that the primary use case inspiring this suggestion is a bit flimsy (which I will address below), but allowing the `"types"` field to be a list can potentially s...
Suggestion,Awaiting More Feedback
low
Major
490,526,284
pytorch
[jit] `random` module support
This is used in MaskRCNN (specifically `random.choice`), we could implement the subset of `random` that's not covered in `torch` already cc @suo
oncall: jit,triaged,jit-backlog
low
Major
490,533,817
PowerToys
Suggested PowerToy: Move windows partially outside of screen by hitting screen border with mouse
# Summary of the new feature/enhancement This is a feature ("Auto Scroll") available by ThinkVantage Tools (from Lenovo), which can (unfortunately) only be installed on Lenovo/IBM machines, but I think there is no technical limitation of doing so (all you really need is a mouse hook). I'd like to have this part of P...
Idea-New PowerToy,Product-Window Manager,Product-Mouse Utilities
low
Minor
490,540,872
flutter
default Xcode project requires a tripwire to defeat timestamp analysis
(Hypothetically the iOS project has the exact same issue) The macOS Xcode project requires us to unconditionally touch a file after flutter assemble and list this as an input In order to defeat the timestamp analysis. While the set of input/output files is complete, the flutter build also depends on the current c...
tool,a: build,P3,team-tool,triaged-tool
low
Minor
490,554,287
rust
Tracking Issue for Cross Compiling Doctests
This is an issue to track the functionality added by [PR#60387](https://github.com/rust-lang/rust/pull/60387), and also by extension [this PR](https://github.com/rust-lang/cargo/pull/6892) in cargo. PR#60387 adds three options to rustdoc: + `--enable-per-target-ignores` which adds a compiletest-like mechanism f...
T-rustdoc,A-cross,B-unstable,C-tracking-issue,A-doctests,requires-nightly
low
Major
490,556,020
PowerToys
Keyboard shortcut for switching between windows of the same program
Windows currently does not have a shortcut for switching between windows of the same program/app. On Mac it is <kbd>CMD</kbd> + <kbd>`</kbd>. I think it should be supported on Windows out of the box, but maybe adding it in PowerToys would be faster? Right now the alternative is to install a third-party tool called [...
Help Wanted,Idea-New PowerToy,Product-Window Manager
medium
Critical
490,558,436
PowerToys
Maximize/Full Screen window within a zone (virtual monitor)
Maximize window within the zone Maximizing the window currently maximizing it to the whole desktop. It would be useful if it has the ability to maximize within the zone
Idea-Enhancement,Product-Window Manager,Product-FancyZones
high
Critical
490,580,544
bitcoin
policy: allow RBF descendant carveout whenever conflicts exist, not just when number of conflicts == 1
Comments left over from #16421. From aj: > Can't we actually cope with merging packages this way too though? If you've got a tx that has parents A, B, C; and that conflicts with tx's X (parent A) and Y (parent B), then beforehand you had: > ``` > ..., A, X, [children X] > ..., B, Y, [children Y] > ``` > ...
Brainstorming,TX fees and policy
low
Major
490,585,135
flutter
A Cupertino widget that has the option to disable user interaction should be disabled and turn gray when its route is no longer the current route
Most noticeable when an action sheet / share sheet / alert view pops up. The behavior can be observed on iOS 12 so it's not an iOS 13 feature. But the new iOS modal does make it more noticeable when one drags the current route down to dismiss it. ### Gif (may take a while to load): ![disabled](https://user-images....
framework,a: fidelity,f: cupertino,f: routes,c: proposal,P2,team-design,triaged-design
low
Minor
490,600,010
pytorch
(PyTorch1.1 and 1.2) RuntimeError: Can't detach views in-place. Use detach() instead
In my code, run `optimizer.zero_grad()`, there is an error here: ``` File "/home/backend/.local/lib/python3.6/site-packages/torch/optim/optimizer.py", line 164, in zero_grad p.grad.detach_() RuntimeError: Can't detach views in-place. Use detach() instead ``` Should I modify `detach_()` to `detach()` here? ...
module: autograd,module: optimizer,triaged,enhancement
low
Critical
490,621,209
flutter
PageController nextPage multiple calls
If PageController.nextPage() is called multiple times before the first call was due to complete it causes an unexpected animation and the final page in view is not what was expected. For example, if nextPage is exposed to the user through a button and the user presses the button twice in short succession then I woul...
framework,a: animation,f: scrolling,has reproducible steps,P2,found in release: 2.2,found in release: 2.4,team-framework,triaged-framework
low
Minor
490,629,441
PowerToys
[FancyZones] swap window location between zones when drag and dropping windows on each other (or using keyboard)
PowerToys FancyZones: swap window location between zones when drag and dropping windows on each other. for example i'm using a 3 column zone. i want it to act like this so that when i drag the window from the right side and drop it on the left zone, the locations of the windows swap with each other automatically. I...
Idea-Enhancement,FancyZones-Dragging&UI,Product-FancyZones
medium
Major
490,636,745
pytorch
Pytorch master can not build with computer capability 3.0 under Mac OS X 10.13.16 with Nvidia GT 750m
## πŸ› Bug <!-- --> Building pytorch master HEAD under Mac OS X 10.13.16 with CC3.0 Nvidia GT 750M CUDA 10.0 and cuDNN 7.4.2 failed with error: identifier "__ldg" is undefined because __ldg is only support with CC 3.5 and above ## To Reproduce Steps to reproduce the behavior: 1.MacOSX 10.13.16(17G8030) wi...
module: cuda,low priority,triaged,module: macos
low
Critical
490,647,326
PowerToys
[Shortcut Guide] When the taskbar autohides the guide doesn't show the numbers
<!-- **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. --> # Environment ``` Windows build number: [run "ver" at a command prompt] Microsoft Windows [Version 1...
Idea-Enhancement,Product-Shortcut Guide
low
Critical
490,650,453
pytorch
Conv2D 2x~20x slower than Tensorflow when channel count is small
## πŸ› Bug When I run my benchmark code with `channel_count = 64` on both TensorFlow and PyTorch, the PyTorch version shows ~2x slower speed than TensorFlow version. But when I set `channel_count = 256`, Tensorflow and PyTorch perform similar speed. Is it a πŸ›? Tested on CPU(Ryzen 3700X), Tesla K80(up to 20x sl...
module: performance,module: cudnn,module: cuda,module: convolution,triaged
low
Critical
490,653,832
PowerToys
Default custom layouts for FancyZones
# Summary of the new feature/enhancement I would love to see the following layouts for FancyZones 1. left zone 2/3 of the screen and right zone 1/3 of the screen 2. left zone 1/3 of the screen and right zone 2/3 of the screen 3. left zone 2/3 of the screen and right zone 1/3 of the screen, the right zone is spit ...
Idea-Enhancement,FancyZones-Layouts,Product-FancyZones
low
Major
490,655,247
rust
Compiler spuriously infers data needs to be borrowed as mutable
All credits are due to [this SO question](https://stackoverflow.com/questions/57828602/what-is-rusts-borrow-checker-really-complaining-about-here). This code is tried: ```rust fn selection_sort(collection: &mut Vec<&mut String>) { for i in 0..collection.len() { let mut least_element = i; for ...
A-borrow-checker,T-compiler,C-bug
low
Critical
490,657,355
scrcpy
Key bindings for scroll
Key bindings for scrolling will be a great addition. At present, it hard to drag or scroll using touch pad on laptops.
feature request
low
Major
490,661,497
PowerToys
[FancyZones] Allow zones to extend outside screen area.
# Summary of the new feature/enhancement Many apps have poor UI design with wide borders and other non-functional portions that needlessly waste screen area. A Fancy Zones zone definition can help remedy this situation by permitting parts of a zone to be outside the viewable area. <!-- A clear and concise descri...
Idea-Enhancement,FancyZones-Layouts,Product-FancyZones
low
Minor
490,668,895
flutter
calling child.paint() appears to work (but doesn't, and doesn't assert)
We need to catch `RenderObject` `paint` methods calling their children's `paint` methods directly instead of via the `PaintingContext.paintChild` somehow. If you just call `paint` directly, it _appears_ to work, but it doesn't: it leaves `_needsPaint` set to true, so that later the child won't repaint itself if it trie...
framework,a: error message,P2,team-framework,triaged-framework
low
Minor
490,670,781
PowerToys
Lock windows position and size
It would be great to be able to lock the position and size of selected windows. Something Windows can only do with the help of third-party programs, but they could already do it themselves.
Idea-Enhancement,Product-Window Manager
low
Minor
490,670,788
rust
Tracking issue for future-incompatibility lint `soft_unstable`
## What is this lint about When some feature is unstable, but was allowed on stable due to some stability checking hole or oversight we may unstabilize it in a "soft" way to avoid breaking crates depending on the crates using the feature. This soft unstabilization can be done using this lint. ## Features that are cu...
A-lints,T-lang,T-compiler,C-future-incompatibility,C-tracking-issue
low
Major
490,676,743
material-ui
[Select][material-ui] Don't lock the body scroll and make it non-modal select
## Current Behavior 😯 When I open a Select component vertical scroll bar of the page disappears. See here ![scrn](https://user-images.githubusercontent.com/41240312/64479860-499ced00-d1ce-11e9-8dcc-0de84ed6d33c.gif) I don't have a demo to reproduce sorry, but I suppose this is a known issue: https://github.com...
new feature,component: menu,component: select,priority: important
high
Critical
490,689,764
kubernetes
Kustomize resources from remote url
Mirroring this from: https://github.com/kubernetes-sigs/kustomize/issues/970 now that kustomize is actually in kubectl. Feel free to redirect me if that's wrong. Also @Liujingfang1 who was against this so they can say why if they want. **What would you like to be added**: Right now resoruces in kustomize.config.k8...
kind/feature,sig/cli,lifecycle/frozen
medium
Major
490,702,878
godot
ExternalEditor Lost code when changing script name and pressing play
**Godot version:** - 3.1.1 , 3.2 dev. 3.1.1-mono, 3.2 dev-mono. **OS/device including version:** - GNU/Linux Ubuntu and Kubuntu 18.04.3LTS, Ubuntu and Kubuntu 19.04. **Issue description:** - When the name of a script is changed, and the play button is pressed, the code written in the script disappears an...
bug,topic:editor,confirmed,topic:dotnet
low
Major
490,710,282
rust
Rust compiler creating huge files on tmp directory
Was surprised to get the following no space left error ... ``` Compiling rustc_driver v0.0.0 (/home/santiago/src/oss/rust1/src/librustc_driver) error: failed to write version script: No space left on device (os error 28) ``` This happens because rustc_driver is placing a lot of huge places on `/tmp` and tmp on...
A-driver,T-compiler,C-bug
low
Critical
490,717,652
youtube-dl
[vyborymos] Fix extraction
- Single video url: https://vybory.mos.ru/voting-stations/28102?channel=0 - Playlist: https://msk-cache-4-1-h.cdn.vybory.mos.ru/master.m3u8?sid=e252c26a-a563-11e8-812f-00259057913e and some other urls might be used with 1st URLs above: https://msk-cache-4-1-h.cdn.vybory.mos.ru/aes128-key/26132077.key?sid=e252c26a-...
site-support-request
low
Critical
490,742,519
create-react-app
react-scripts test not working with hidden directories (prefixed with `.`)
### Describe the bug When one of the directories in your location is prefixed with a `.` the `react-scripts test` isn't working. You can see it when running `npm test` and then choose to run all. The glob expression used seems to be invalid: ``` No tests found, exiting with code 1 Run with `--passWithNoTests` t...
tag: underlying tools,issue: bug report
low
Critical
490,759,355
TypeScript
Type safety with `TemplateStringsArray` and tag functions
<!-- Title: Type safety with `TemplateStringsArray` and tag functions --> ## Search Terms `TemplateStringsArray`, `type`, `safety`, `generic`, `tag`, `function` ## Suggestion Hello, I'd like to know how could I achieve type safety with `TemplateStringsArray` and tag functions or make such scenarios po...
Suggestion,In Discussion
high
Critical
490,763,265
kubernetes
Kubernetes API Authentication Proxy Request Headers
**What would you like to be added**: See #66754. Assuming the `--requestheader-group-headers` flag is set to `X-Remote-Group` the API server should accept both the following header(s) to apply the groups A,B,C to the user: ```http X-Remote-Group: A X-Remote-Group: B X-Remote-Group: C ``` ```http X-Remote...
priority/awaiting-more-evidence,kind/feature,sig/auth,lifecycle/frozen
medium
Major
490,763,972
rust
EXPERIMENT: Make `async fn`, `.await`, `async move? {` legal on 2015
The parser currently will not parse `async fn`, `async move? $block`, and `<expr>.await` on Rust 2015. Check whether: - doing so would simplify the parser & the grammar. - it is feasible with a crater run for `<expr>.await` and `async move? $block` Drawbacks include: - folks having fewer incentives to use Rust...
C-enhancement,A-parser,P-low,I-needs-decision,T-lang,T-compiler,A-async-await,AsyncAwait-Triaged,A-edition-2015
low
Minor
490,768,037
youtube-dl
--embed-thumbnail for Opus files
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
medium
Critical
490,784,233
go
syscall: installing Go in chroot chronically fails on TestCloneNEWUSERAndRemapRootDisableSetgroups if /proc/sys/kernel/unprivilged_userns_clone is not 1
I'm installing the latest go in a chroot, and I'm getting a repeat of the error in #11261, but this time, the patch mentioned in #11261 (http://golang.org/cl/11269) doesn't stop the bug. I manually set that kernel variable (/proc/sys/kernel/unprivileged_userns_clone) to 0 rather than 1, and then the test succeeded, so...
OS-Linux,NeedsFix,compiler/runtime
low
Critical
490,786,407
rust
Hard-linking incremental files can be expensive.
Doing some profiling to determine why incremental Cargo builds are slow, I noticed that hard-linking the incremental files takes a nontrivial amount of time. This issue is to ask those in-the-know if it may be possible to improve it. On my system (macos, apfs, an extremely fast ssd), it takes between 500 to 750ms of...
C-enhancement,I-compiletime,T-compiler,A-incr-comp,WG-incr-comp
low
Major
490,805,109
flutter
Allow flutter to save widget to image even if widget is offscreen
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
framework,a: images,c: proposal,P3,team-framework,triaged-framework
high
Critical
490,810,890
rust
Tracking issue for iter_order_by
Landed in #62205 # Public API ```rust pub mod core { pub mod iter { mod traits { mod iterator { pub trait Iterator { fn cmp_by<I, F>(mut self, other: I, mut cmp: F) -> Ordering where Self: Sized, ...
T-libs-api,B-unstable,C-tracking-issue,A-iterators,Libs-Tracked
low
Critical
490,821,549
rust
Cleanup: Refactor `rustc_typeck/check/op.rs`
`rustc_typeck/check/op.rs` has some seriously over-complicated methods, e.g. `fn check_overloaded_binop`, that obscure the happy path and do way too much. The file and especially the aforementioned method should be refactored.
C-cleanup,A-type-system,T-compiler,T-types
low
Minor
490,832,054
realworld
Bug: Removing all tags in an Article requires an array with an empty string
The API doesn't seem to be removing all tags when an article's `tagList` is an empty array. Sending an array with an empty string properly removes all the tags.
Status: Approved,v2 changelog
low
Critical
490,849,658
go
x/mobile: gomobile bind does not support vendor
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> go version go1.13 windows/amd64 </pre> ### Does this issue reproduce with the latest release? ### What operating system and processor architecture are you using (`go ...
NeedsInvestigation,mobile
low
Critical
490,904,004
flutter
Stream.periodic usage causes test to hang
I've been trying to get to the bottom of [this issue](https://github.com/ReactiveX/rxdart/issues/322) and have honed in on `Stream.periodic`. In trying to diagnose, I've hit a (probably related) issue, per below. ## Steps to Reproduce ```dart import 'dart:async'; import 'package:fake_async/fake_async.dart'; ...
a: tests,framework,dependency: dart,has reproducible steps,P3,found in release: 3.3,found in release: 3.6,team-framework,triaged-framework
low
Minor
491,178,538
flutter
Building a relatively simple page takes more than 20ms of the UI thread time
Mirror issue for https://b.corp.google.com/issues/121238693 -- conversation should occur there.
framework,customer: dream (g3),P2,team-framework,triaged-framework
low
Minor
491,179,677
rust
Add other variants to std::io::ErrorKind enum
I was trying to rewrite Python code in Rust and I need to match against what could be `NotADirectory` (`ENOTDIR`) and saw that `ErrorKind`'s variants do not include many `errno`s present in `libc` - to speak only of the Unix platform - including the one I need. Is there a reason why those variants were not implement...
T-libs-api,C-feature-request
low
Critical
491,183,760
flutter
How to modify default gap between leading and title in ExpansionTile widget ?
## Use case I'm currently using an ExpansionTile widget in my flutter app. But the gap between the leading and title is too wide. I think it's about 16 pixel. (Is there any special reason, why the default gap is 16 pixel?) Based on my further observation I think 16 pixel is coming from below line in **list_tile.dar...
framework,f: material design,c: proposal,P3,team-design,triaged-design
low
Minor
491,184,721
kubernetes
panic encoding the same object from multiple goroutines concurrently
Seen in https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/69821/pull-kubernetes-integration/1170241808647589890 Serialization using `WithVersionEncoder#Encode` (the default for output) mutates objects. More details in https://github.com/kubernetes/kubernetes/pull/117174 https://github.com/kubernetes/ku...
kind/bug,sig/api-machinery,priority/important-longterm,lifecycle/frozen
low
Critical
491,213,407
go
x/build/devapp: handle module dependencies more intelligently in Dockerfile
The x/build/devapp [Dockerfile](https://github.com/golang/build/blob/master/devapp/Dockerfile) contains [extra steps](https://github.com/golang/build/blob/a2cf19446e2ca6ac8153b261ab49f9be9394b5f4/devapp/Dockerfile#L20-L29) to optimize the speed of repeated docker builds when the `go.mod` or `go.sum` files have not chan...
Builders,NeedsInvestigation
low
Major
491,225,638
TypeScript
docs: clarify declaration merging behavior
## Search Terms <!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily --> declaration merging imported interface module declaration merging related issue #11406 ## Suggestion *[This is a docs improvement request](https:...
Docs
low
Critical
491,226,815
godot
Editor thinks singleton is not in scopeuntil code is reloaded
**Godot version:** Godot v3.1.1 **OS/device including version:** Debian 9 64 bits **Issue description:** When you add a new .gd script to the project's autoload list and begin using it the editor flags your use of the singleton's name as an error, because it thinks it isn't on scope (even though, of course...
bug,topic:editor
low
Critical
491,228,410
flutter
PointerEvent should have meta info (isShiftPressed, isCommandPressed etc.)
`PointerEvent` should have meta info `isControlPressed`, `isAltPressed` similar to `RawKeyEvent`. This will allow to handle more "types" of clicks. Example use-case: shift + click = add to selection
c: new feature,framework,f: gestures,P3,team-framework,triaged-framework
low
Minor
491,252,567
TypeScript
Signature help not select correct overload for partially completed function
<!-- 🚨 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
491,295,712
flutter
Embedder should prevent engine initialization if the ICU data file is not provided
Currently, via the embedder API, if the Shell is initialized without an ICU data file, it is assumed that the embedder has initialized ICU before the first instantiation of the shell. The engine does not warn of this implicit fallback in non-verbose launch modes. The model works this way because ICU setup has to be ...
engine,a: quality,e: embedder,P3,team-engine,triaged-engine
low
Critical