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
589,193,164
PowerToys
Add ability to reopen previously closed apps
# Summary of the new feature/enhancement Currently, browsers implement Ctrl+Shift+T to re-open previously closed tabs. A wonderful feature (if possible) would be to have the ability to re-open previously closed applications from the current user + current session with a designated shortcut key. # Proposed technic...
Idea-New PowerToy
low
Minor
589,278,777
go
x/crypto/ssh: connection.session.Close() returns a EOF as error instead of nil
<!-- Please answer these questions before submitting your issue. Thanks! For questions please use one of our forums: https://github.com/golang/go/wiki/Questions --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.14.1 darwin/amd64 $ </pre> ### Does this issue repr...
NeedsInvestigation
low
Critical
589,280,193
go
crypto/x509: support policyQualifiers in certificatePolicies extension
Currently `x509.ParseCertificate`/`x509.CreateCertificate` supports automatically parsing out the `policyIdentifier`s from a `certificatePolicies` extension (into `Certificate.PolicyIdentifiers`) but ignores the optional `policyQualifiers` sequence. This field is often used to transmit a CPS pointer URL (for root and i...
NeedsInvestigation
low
Critical
589,286,497
terminal
Feature Request: Background color transparency
# Description of the new feature/enhancement This feature would add a setting to change the opacity of the text background when it is set. This is _not_ the screen background which already has this feature. It is also not per-color transparency. The rationale for this is that I have an image background, but I also use...
Help Wanted,Area-Rendering,Area-Settings,Product-Terminal,Issue-Task
low
Major
589,294,385
flutter
Image gaplessPlayback keeps evicted images in memory
This is most likely intended due to how gaplessPlayback works, or is a bug. When TickerMode.of returns false, Image widgets where gaplessPlayback is false remove their reference to the loaded Image. However, if gaplessPlayback is true, the Image widget continues to reference the loaded Image. Once the image is ev...
framework,c: performance,a: images,perf: memory,P2,team-framework,triaged-framework
low
Critical
589,301,744
pytorch
caffe2 `DEPTHWISE3x3.Conv` test is broken
## ๐Ÿ› Bug `DEPTHWISE3x3.Conv` test fails with following lengthy error message: ``` $ ./bin/depthwise3x3_conv_op_test | tail -n 50 /home/nshulga/git/pytorch-worktree/caffe2/share/contrib/depthwise/depthwise3x3_conv_op_test.cc:144: Failure Value of: relErr <= maxRelErr || absErr <= absErrForRelErrFailure Actua...
caffe2,module: tests,triaged
low
Critical
589,319,969
youtube-dl
ESPN.CO.UK
<!-- ###################################################################### 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
589,329,054
vscode
Can't drag files from a remote vscode window to a local window
- Have remote and local windows open - Drag a file from the remote explorer to the local explorer - Nothing happens I can do this local -> remote to copy files, and I can do this from a remote vscode window to Finder, but not remote -> local vscode windows.
feature-request,file-explorer
medium
Critical
589,404,563
PowerToys
Memorized clipboard entries
Summary: Support assigning key-bindings to clipboard history items. I occasionally need to run a command over and over again on a number of files. I typically get my list of files ready as a \n delimited list of paths. To open them, I will cut their path to the clipboard, switch to a console and paste. Once they ...
Idea-New PowerToy
medium
Major
589,410,409
TypeScript
Considering limiting hover length
<!-- Please try to reproduce the issue with the latest published version. It may have already been fixed. For npm: `typescript@next` This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly --> **TypeScript Version:** 3.7.x-dev.201xxxxx <!-- Search terms you tried be...
Suggestion,Awaiting More Feedback
low
Minor
589,433,605
node
child_process.exec/execFile docs have some inconsistencies and inaccuracies
I don't have time to fix this now, but while looking at sec issues related to these APIs, I found some oddities. https://nodejs.org/api/child_process.html#child_process_child_process_execfile_file_args_options_callback says > shell <boolean> | <string> If true, runs command inside of a shell. But execFile() d...
child_process,doc
low
Minor
589,477,012
godot
[3.x] GDScript autocompletion errors with "Node not found" when using `get_node` with an absolute `/root` path
**OS: Microsoft Windows [Version 10.0.18363.720] 64bit** **Godot: v3.2.1.stable.mono.official 64bit** It seems get_node (same with $) is not working as expected. **Specify steps to reproduce:** Suppose you have the following tree: /root/Character /root/Character/Sword And a script attached to Sword. I...
bug,topic:gdscript,topic:editor,confirmed
medium
Critical
589,481,045
flutter
Widget focus highlighting for iOS/iPadOS
Sister bug to https://github.com/flutter/flutter/issues/43365 for iPad keyboard support since it's different from macOS. This also raises the question of whether we should attempt to detect platform in Cupertino and have different highlighting behavior depending on the platform. However, figuring out what the f...
a: text input,platform-ios,framework,f: material design,a: accessibility,a: fidelity,f: cupertino,f: focus,team-design,triaged-design
low
Critical
589,489,427
terminal
Allow the user to set the height of the tab row
<!-- ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ 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...
Area-Settings,Product-Terminal,Issue-Task,Area-Theming
medium
Critical
589,519,834
pytorch
libtorch_global_deps.so not found.
## Bug The following CDLL call is expecting `libtorch_global_deps.so`, which is not always the case. https://github.com/pytorch/pytorch/blob/f1d69cb2f848d07292ad69d7801b8b0b73a42b5d/torch/__init__.py#L85-L89 In our current setup, which is a little bit special, we want to use pytorch both in C++ and python, so we...
module: build,triaged,module: regression
low
Critical
589,532,110
terminal
Add support for touchscreen selection
<!-- ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ 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...
Area-Input,Area-TerminalControl,Product-Terminal,Issue-Task
medium
Critical
589,551,409
flutter
[multicast_dns] SocketException: Failed to create datagram socket "The requested address is not valid in its context"
Hi I decided to try multicast_dns 0.2.2 to search for mqtt clients. I've copied the provided example into a dart project. ``` import 'package:multicast_dns/multicast_dns.dart'; Future<void> main() async { // Parse the command line arguments. const name = '_mqtt._tcp.local'; final MDnsClient client...
c: crash,package,p: multicast_dns,team-ecosystem,P3,triaged-ecosystem
low
Critical
589,552,850
pytorch
Increased memory usage in repetitive torch.jit.trace calls
## ๐Ÿ› Bug Tracing a model multiple times seems to increase the memory usage. Reported by [alepack](https://discuss.pytorch.org/u/alepack) in [this post](https://discuss.pytorch.org/t/possible-memory-leak-in-torch-jit-trace/74455). ## To Reproduce ```python #Utilities import os import psutil #JIT trace ...
high priority,oncall: jit,triaged
medium
Critical
589,553,850
rust
Should `TryFrom` get mentioned in AsRef/AsMut?
Both `AsMut` as well as `AsRef`'s documentation contain the following note: > **Note: This trait must not fail.** If the conversion can fail, use a dedicated method which returns an `Option<T>` or a `Result<T, E>`. This wording was added in 58d2c7909f9 and 6cda8e4eaac back in 2016/01. It was also very similar in ...
C-enhancement,T-libs-api
low
Critical
589,559,997
react
Devtools: Allow editing context
React version: 16.13 and `0.0.0-experimental-aae83a4b9 ## Steps To Reproduce 1. Goto https://codesandbox.io/s/xenodochial-field-rfdjz 2. Try editing value of `MessageListContext.Provider` Link to code example: https://codesandbox.io/s/xenodochial-field-rfdjz ## The current behavior Context from `createC...
Type: Feature Request,Component: Developer Tools
low
Minor
589,561,455
godot
dialog window title bar are visible in Windows(os)
**Godot version:** 307b1b3a5 **OS/device including version:** windows10 **Issue description:** title bar is visible in dialog windows in Windows(os). also dragging them around makes the window lagging ![windows-title-bar](https://user-images.githubusercontent.com/41085900/77822296-66235700-7117-11ea-8d82-bc319c...
enhancement,discussion,topic:editor,topic:porting,usability
low
Major
589,568,591
godot
GDScript: Strange const scoping with classes
**Godot version:** 3.2.1 **OS/device including version:** `Ubuntu 18.04.3 LTS (bionic) - Linux 4.15.0-91-generic #92-Ubuntu SMP Fri Feb 28 11:09:48 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux` **Issue description:** `const` scoping seems to be very restrictive, with child classes being unable to use constants from th...
bug,topic:gdscript
low
Minor
589,577,681
TypeScript
T | (() => T)
**TypeScript Version:** 3.9.0 (Nightly) **Search Terms:** `T | (() => T)`, `T & Function` **Code** ```ts type Initializer<T> = T | (() => T) // type Initializer<T> = T extends any ? (T | (() => T)) : never function correct<T>(arg: Initializer<T>) { return typeof arg === 'function' ? arg() : arg // e...
Bug
high
Critical
589,584,169
godot
Unable to inherit from ProjectSettings
**Godot version:** 3.2.1 **OS/device including version:** Arch Linux **Issue description:** If I trying to extend `ProjectSettings` I have parsing error: ``` modules/gdscript/gdscript_compiler.cpp:1864 - Condition "native.is_null()" is true. Returned: ERR_BUG ``` Extending `ProjectSettings` can be very use...
discussion,topic:core
low
Critical
589,599,444
scrcpy
scrcpy on Asus TF101 running Android 6.0.1
Hi there! I am trying to get my old Asus EeePC (TF101) to work with scrcpy on Ubuntu 18.04. The tablet is currently running [KatKiss Marshmallow 6.0.1 ROM](https://forum.xda-developers.com/eee-pad-transformer/development/rom-t3318496) with USB Debugging on: $ adb devices List of devices attached 037001494120f51...
device
low
Critical
589,599,872
pytorch
Performance bug with convolutions with weights and inputs of similar spatial size
This is a performance bug in `conv2d`, when spatial dimensions of the weight and input are the same (or similar). Such convolutions get 5 to 10 times slower when transitioning from image sizes of 30 to 32. There may be an issue with the selection of the CUDNN convolution algorithm. One possibly route to a solution...
module: performance,module: cudnn,module: convolution,triaged
low
Critical
589,599,940
rust
assert_eq(x, y) is not the same as assert_eq(y, x) because of type inferrence
<!-- Thank you for filing a bug report! ๐Ÿ› Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> I tried this code ([playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=8c06ef8af87645f50695bdba65f8a723)): ```rust fn ...
T-lang,A-inference,C-bug
low
Critical
589,621,146
pytorch
Could not find any similar ops to "foo..." in the `Libtorch`
## ๐Ÿ› Bug I want to make the `jit trace` model in the Python and forwarding tensors in the C++. In cpp, got error. ``` terminate called after throwing an instance of 'torch::jit::script::ErrorReport' what(): Unknown builtin op: tomo::morph_pool. Could not find any similar ops to tomo::morph_pool. This op m...
triage review,oncall: jit,triaged
low
Critical
589,634,897
pytorch
Randomly error reports
## โ“ Questions and Help ### Please note that this issue tracker is not a help form and this issue will be closed. The same code sometimes runs okay, sometimes with reports weird errors. *** Error in `python': free(): corrupted unsorted chunks: 0x0000559e5b12ec10 *** ======= Backtrace: ========= /lib/x86_64-lin...
awaiting response (this tag is deprecated),triaged
low
Critical
589,654,708
opencv
No checks if CV_CN_MAX is exceded at Mat constructor
##### System information (version) <!-- Example - OpenCV => 4.2 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> - OpenCV => 3.4.8 (+) - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 ##### Detailed description When creating a map, type...
feature,priority: low,category: core
low
Critical
589,669,892
rust
Incorrect/confusing error message with multiple bounds of a single associated-type parametrized trait
```rust #![allow(unreachable_code)] pub trait Super<P> { type Assoc; } pub trait A<P>: Super<P> {} pub trait B<P>: Super<P> { fn join(&mut self, handle: Self::Assoc) -> (); } pub trait Trait<T> { type Assoc; } // Removing B<<C as Trait<T>>::Assoc> bound allows this to infer and resolve...
A-diagnostics,T-compiler,C-bug,D-confusing,D-invalid-suggestion
low
Critical
589,672,142
flutter
FloatingActionButtonThemeData disabled color
FloatingActionButtonThemeData does not have disabled color. It would be a easy if it had, so dimming the floating action button when data fields are not filled could be done with one line of code. ``` gintas-mac:lifetrens gintas$ flutter doctor Doctor summary (to see all details, run flutter doctor -v): [โœ“] Flutt...
framework,f: material design,c: proposal,P2,team-design,triaged-design
low
Major
589,695,840
excalidraw
Excalidraw is a bit broken with Oculus hand tracking
When using Excalidraw in the Oculus Browser (on Quest w/ hand tracking enabled), pinch-to-click results in a click event *and* the context menu pops up. Desired behavior would be to just register the click event and suppress the context menu (I think)
bug
low
Critical
589,700,919
excalidraw
Synchronize cursor type
Right now all the collaborations only have a single cursor, but when you edit the scene locally you have many cursor types. Would be nice to synchronize cursor type.
collaboration
low
Minor
589,704,862
rust
rustc_mir::shim misuses `ParamEnv`s.
(This example is about `CloneShim`, but `DropGlue` has a similar issue) In this snippet, `param_env` is obtained from `tcx.param_env(def_id)` and used twice with `self_ty`: 1. for `is_copy_modulo_regions` * if `self_ty` doesn't involve type parameters, `param_env` doesn't matter, but if it does, they could be ...
T-compiler,A-MIR,C-bug
low
Minor
589,705,709
pytorch
Integration of Large Model Support in PyTorch
## ๐Ÿš€ Feature PyTorch Large Model Support (LMS) is a feature in the PyTorch provided by IBM here: [here (official IBM repo)](https://github.com/IBM/pytorch-large-model-support/) and [here (fork of the main maintener of LMS)](https://github.com/mtbrandy/pytorch) that allows the successful training of deep learning mo...
module: internals,feature,low priority,module: memory usage,triaged
medium
Critical
589,723,602
TypeScript
[P in keyof T]: T[P] not accepting inferred base type via extends
<!-- ๐Ÿšจ 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,Help Wanted,Effort: Difficult,Experience Enhancement
medium
Critical
589,726,709
pytorch
Caffe2 generate_proposals_op_gpu_test crashes on Windows
See https://app.circleci.com/pipelines/github/pytorch/pytorch/148057/workflows/df15651f-11ba-4459-8687-cd11a2a13b15/jobs/4987650 ``` unning "C:\Users\circleci\project\build\win_tmp\build\torch\test\generate_proposals_op_gpu_test.exe" Running main() from ..\third_party\googletest\googletest\src\gtest_main.cc [=====...
module: tests,triaged
low
Critical
589,747,100
pytorch
How do you change Adam learning rate since the latest commits ?
## ๐Ÿ› Bug Since this commit : https://github.com/pytorch/pytorch/commit/76035f050b215d0606fe786901dcd07b5c9544fe#diff-b8c53e7a2010d3dae3200c9911950551 It's no longer possible to directly access the options variable of Adam in libtorch, making it impossible to change the learning rate on the fly with libtorch. How ...
module: cpp,triaged
low
Critical
589,747,431
pytorch
Dimension reducing variants of bitwise operations (bitwise_or, bitwise_and, bitwise_xor)
## ๐Ÿš€ Feature Function for reducing tensor along specified dim with bitwise operations. ## Motivation In my project I have a need to reduce my tensors along some dimensions with a bitwise operations. ## Pitch In pytorch I can reduce my tensor along dim in multiple ways (like t.min(dim=0), t.sum(dim=0), t.a...
triaged,function request,module: reductions
low
Major
589,750,625
flutter
Build error: Could not resolve all artifacts for configuration ':<package>:classpath', Could not find builder.jar (com.android.tools.build:builder:3.2.1)
## Steps to Reproduce <!-- You must include full steps to reproduce so that we can reproduce the problem. --> Im just trying to use some very useful packages like path provider and flutter clipboard manager but every time i run it it throws me the same error but the package names replacing in the error message. ...
c: crash,platform-android,tool,t: gradle,P2,team-android,triaged-android
low
Critical
589,760,858
godot
yield "node_added" executed multiple times
**Godot version:** 3.2.1 stable **OS/device including version:** Ubuntu **Issue description:** Adding nodes to the tree after `yield`ing for `node_added` to be emitted, will execute the yield again. This leads to a stack overflow As a workaround you can just use `call_deferred("add_child", ...)` instead of the...
bug,topic:core
low
Minor
589,768,081
rust
Tracking Issue for {BTreeMap,BTreeSet}::extract_if
This is a tracking issue for the Implementation of a `extract_if` method on `BTreeMap` and `BTreeSet`, similar to the one in LinkedList and in Vec (#43244). The feature gate for the issue is `#![feature(btree_extract_if)]` (previously `btree_drain_filter`) ### About tracking issues Tracking issues are used to re...
A-collections,T-libs-api,B-unstable,C-tracking-issue,Libs-Tracked
medium
Critical
589,781,344
godot
When "use bezier curves" active animation not working properly
**Godot version:** 3.2 **OS/device including version:** Manjaro arc linux **Issue description:** I am working on skeloton animation. And when i insert key with use bezier curves activated Some bones rotation change to 0. when i deselect "use bezier curves" working normal. i got screen record to show what issue...
bug,topic:core
low
Minor
589,793,498
PowerToys
[FancyZones] Feature Request: add hotkey to increment/decrement number of zones in template layouts.
# Summary of the new feature/enhancement When using one of the template layouts the user needs to open the settings window each time they want to increase or decrease the number of zones. It would be more convenient if fancy zones provided a keybinding to do this without opening the settings window. # Proposed te...
Idea-Enhancement,Help Wanted,Product-FancyZones
low
Minor
589,814,554
neovim
spell checker integration
As mentioned in https://github.com/neovim/neovim/issues/356 would be great to have external spellchecking. I noticed there was some work on hunspell https://github.com/vim/vim/pull/2500 , but nothing finished. Is any chance to integrate enchant or nuspell https://nuspell.github.io/ (or at least older hunspell) as...
enhancement,status:blocked-external,has:vim-patch,spell
high
Critical
589,815,908
pytorch
Caching Support for class Dataset
## ๐Ÿš€ Feature <!-- A clear and concise description of the feature proposal --> For datasets that fit into memory, but the samples are loaded individually a cache could decrease the time needed to fetch the samples. In each call to the dataset the cache should be checked for the existence of the object to be loaded an...
module: dataloader,triaged,enhancement
low
Critical
589,821,879
flutter
Animation listener of Hero flightShuttleBuilder not triggered
I have a hero transition going on from one page to another. In the `flightShuttleBuilder`, I register a listener for the animation in order to trigger a `setState` after the animation completed. This works fine so far. However, when first triggering the hero to move to the details page, then popping the route and whil...
framework,a: animation,f: routes,has reproducible steps,P2,found in release: 3.7,found in release: 3.10,team-framework,triaged-framework
low
Critical
589,870,682
flutter
Bad PlatformView performance on Android
I'm trying to integrate native OpenGL rendering by exposing GLSurfaceView as PlatformView. On my Nexus 6P (Android 8.1) the performance is quite bad, rendering is not smooth. Here is a complete example: https://github.com/t-artikov/flutter_platform_view_test <details> <summary>flutter doctor -v</summary> ``...
platform-android,engine,c: performance,a: platform-views,c: rendering,perf: speed,P2,team-android,triaged-android
low
Major
589,879,635
excalidraw
Discoverability/UX/user pain points
I've come across these feature/UI not being obvious enough for new (or even experienced) users: - [ ] **sharing by link:** currently it's hidden under an `export` menu which isn't at all obvious it should contain that feature. (case 1: did a usability test with a colleague; case 2: https://github.com/excalidraw/exca...
discussion
low
Major
589,888,422
pytorch
Caffe2 ReshapeOpGPUTest crashes on Windows
See https://app.circleci.com/pipelines/github/pytorch/pytorch/148411/workflows/eee3cc8e-867b-412c-9c3c-9c46a1da56b6/jobs/4994040 ``` Running "C:\Users\circleci\project\build\win_tmp\build\torch\test\reshape_op_gpu_test.exe" Running main() from ..\third_party\googletest\googletest\src\gtest_main.cc [==========] Runn...
module: tests,triaged
low
Critical
589,894,657
rust
Misleading E0583 when attempting to compile a file that includes itself as a module
If we have any file `aaa.rs` and `example.rs` in the same directory, where `example.rs` contains: ```rust mod aaa; mod example; ``` Compiling `example.rs` with `rustc example.rs` gives an error about being unable to find `aaa`, rather than an error about `example.rs` importing itself as a module: ``` $ rus...
C-enhancement,A-diagnostics,T-compiler,D-papercut,D-newcomer-roadblock
low
Critical
589,908,473
godot
Using print_line from the destructor of a tool class in a GDNative library crashes Godot on exit
Godot 3.2.1 Windows 10 64 bits I made an editor plugin which instanciates a C++ NativeScript (GDNative) to speed up some things. This class inherits `Reference` and gets freed when Godot quits. As I often do to debug some of my classes, I used `Godot::print` in the destructor of that class. It gets destroyed when ...
bug,topic:gdextension,crash
low
Critical
589,912,519
godot
Item of PopupMenu not selectable on first click if no mouse motion.
**Godot version:** 3.2.1 **OS/device including version:** Windows 10 Pro **Issue description:** PopupMenu of a MenuButton with action_mode set to button release is not selectable on the first click if their is no mouse motion or if you consume the InputEventMouseMotion. On windows you would probably not notice...
bug,topic:input,topic:gui
low
Minor
589,914,185
excalidraw
Support colors for ranges in text
I often want to change a color of a single word in text. That's not currently possible. Not looking for any advanced features or more UI but this would be really handy.
enhancement,help wanted,Candidate P1
high
Critical
589,932,299
pytorch
Caffe2 utility_ops_gpu_test fails on Windows
From https://app.circleci.com/pipelines/github/pytorch/pytorch/148427/workflows/3844733c-9ac5-4003-b085-d73172e4272b/jobs/4994613 ``` Running "C:\Users\circleci\project\build\win_tmp\build\torch\test\utility_ops_gpu_test.exe" Running main() from ..\third_party\googletest\googletest\src\gtest_main.cc [==========] Ru...
module: tests,triaged
low
Critical
589,960,708
youtube-dl
[youtube] -f to merge video with two audio tracks
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
589,966,380
flutter
Text widget should allow for other line-breaking algorithms
Currently the Text widget uses a **greedy** algorithm to apply line-breaks. Words are laid out until they don't fit, and then it continues in the next line. I suggest there should be an option to choose other, better, line-breaking algorithms: enum LineBreakAlgorithm { greedy, minimumR...
framework,engine,a: typography,customer: crowd,c: proposal,P3,team-engine,triaged-engine
medium
Critical
589,982,023
pytorch
Wrong conv2d output on GPU when kernel has many zeros
## ๐Ÿ› Bug When kernel has many zeros (e.g. in a masked conv), conv2d output is wrong on GPU. ## To Reproduce Here's a test function, in which I convolve x 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 1 0 0 1 1 1 with k 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 0 0 0 1 1 0 0 0 On CPU, the output is 0 (exp...
module: dependency bug,module: numerical-stability,module: cuda,module: convolution,triaged
low
Critical
590,031,850
flutter
Flutter Embedders should be able to use Direct3D on Windows.
Based on guidance from the Skia team in a recent sync, the Direct3D 12 backend may be ready to be experimented with. It was noted (though I did not find references) that the minimum version supported was 12 with an Angle based fallback recommended for versions less than 12. The backend may currently be enabled by setti...
c: new feature,engine,dependency: skia,platform-windows,e: embedder,P3,team-engine,triaged-engine
low
Minor
590,066,528
node
Consider adding some scripting, etc. to make sure that the key used to sign a release is listed in README.md
To avoid an issue like the one mentioned in #32559. P.S. #32559 is about a specific key. This is one is about scripting, etc. to make sure this is avoided going forward.
security,release
low
Minor
590,169,222
pytorch
nn.LSTM gives nondeterministic results with dropout and multiple layers, OR cuDNN version mismatch
## ๐Ÿ› Bug I get nondeterministic results when I run a model containing an nn.LSTM with dropout > 0 on the GPU, even when all seeds are set and torch.backends.cudnn.deterministic = True, torch.backends.cudnn.benchmark = False. Note that this issue is a near duplicate of #18110. ## To Reproduce I have a working ...
module: cudnn,module: cuda,triaged,module: determinism
low
Critical
590,183,415
kubernetes
curl -sSL https://xxxxxxx/kubernetes.repo -o /etc/yum.repos.d/
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: support: ``` curl -sSL https://xxxxxxx/kubernetes.repo -o /etc/yum.repos.d/ ``` **Why is this needed**: the offical repo content is too lang, and i don't want to copy and paste it everytime, and it ...
kind/feature,priority/important-longterm,sig/release,lifecycle/frozen
low
Major
590,187,430
flutter
Browser title does not update when navigating back from page
## Steps to Reproduce 1. Create example app as seen here and run it for the web: http://dartpad.dartlang.org/7894c397c7671d7d6a358dce11167bbe 2. Notice that the title on the browser is set correctly for the home page to 'Home Page' 3. Navigate to the test page and see that the title changes to 'Test Page' 3. Go b...
framework,f: routes,platform-web,has reproducible steps,customer: web10,P2,found in release: 3.7,found in release: 3.9,team-web,triaged-web
low
Critical
590,188,180
pytorch
[discussion] Generic solutions for too-small-epsilon in FP16 training
Motivating PR: https://github.com/pytorch/pytorch/pull/33596 @albanD @ezyang Should we have a separate docs page (at least) about fp16 quirks, given that new built-in autocast support has been merged? Another related issue: https://github.com/pytorch/pytorch/pull/35594 It would also be nice to discuss some global...
module: docs,module: autograd,triaged,enhancement,module: half
low
Major
590,193,182
react
Bug: SuspenseList revealOrder="backwards" is not consistent without tail props
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: 0.0.0-experimental-aae83a4b9 ## Steps To Reproduce 1. If `<...
Type: Needs Investigation,Component: Suspense
low
Critical
590,212,966
godot
KinematicBody2D pushes RigidBody2D through the ground when standing on them
**Godot version:** Im using Godot 3.2 **OS/device including version:** Windows 10 Home, using Ryzen 5 3600x 16 gb Ram GTX 1050. **Issue description:** The Rigid Body 2D works fine like in this example -> https://imgur.com/a/vLhaJiy when there are a few of them interacting. If i throw a bunch more of boxes lik...
bug,confirmed,topic:physics
low
Major
590,250,994
rust
Functional record update: private fields should not throw errors if not explicitly used in literals
I tried this code: ```rust mod module { #[derive(Default)] pub struct S { pub public_field: u32, _private_field: u32, } } use module::S; pub fn f() -> S { S { public_field: 42, ..S::default() } } ``` I expected to see this happen: code compile...
T-lang,C-feature-request
medium
Critical
590,288,045
TypeScript
Asynchronous type guards and assertion signatures
## Search Terms async, asynchronous, promise, type guards, assertion signatures, asserts ## Suggestion TypeScript currently supports user-defined type guards and assertion signatures. ```typescript function isCustomType(value: unknown): value is CustomType { // ... } function assertIsCustomType(valu...
Suggestion,In Discussion
high
Critical
590,295,646
pytorch
allgather_coalesced for tensors of different types seems to be broken
## ๐Ÿ› Bug allgather_coalesced only ensures that type of ith input and ith output tensors match, but implementation seems to assume that all tensors are of the same type. We should either make checking more strict or implementation more general. cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan...
oncall: distributed,triaged
low
Critical
590,329,157
youtube-dl
VTV.vn support request
<!-- ###################################################################### 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
590,350,244
godot
AnimationTree is too easy to break
**Godot version:** 3.2.1 **OS/device including version:** OSX 10.14.6 **Issue description:** Switching a tscn with an AnimationPlayer using the same animations renders the AnimationTree unable to work in game, but it works in the editor. **Steps to reproduce:** Create a scene Import or link a scene with an Anim...
bug,topic:editor
low
Minor
590,361,532
flutter
iOS intermitent black screen when opening another UIViewController from platform channel
Redirect flutter to native black screen appear for some second. only for iOS Flutter snippet: ```dart try { await platform.invokeMethod('openNativeChat'); } on PlatformException catch (e) { print(e.message); } ``` App Delegate.swiftimport UIKit ```swift import Flutter @UIAp...
platform-ios,engine,a: existing-apps,has reproducible steps,P2,found in release: 3.7,found in release: 3.10,team-ios,triaged-ios
low
Major
590,409,034
pytorch
USE_AVX/USE_AVX2 does not affect __AVX2__ macro defition
I tried to `USE_AVX=0 USE_AVX2=0 python setup.py develop` but `__AVX2__` was defined and AVX2 specific code was built. ``` CMake Warning: Manually-specified variables were not used by the project: USE_AVX2 ```
triaged,module: build warnings,internals
low
Minor
590,428,822
TypeScript
Cannot find usage references for most kinds of merged declarations
<!-- ๐Ÿšจ STOP ๐Ÿšจ ๐—ฆ๐—ง๐—ข๐—ฃ ๐Ÿšจ ๐‘บ๐‘ป๐‘ถ๐‘ท ๐Ÿšจ Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps b...
Bug
low
Critical
590,437,241
pytorch
TensorBoard add_scalars throws error when dict has keys of type int
## ๐Ÿ› Bug In `torch/utils/tensorboard/writer.py`, method `add_scalars` takes as argument `tag_scalar_dict (dict): Key-value pair storing the tag and corresponding values`. However, when the keys of `tag_scalar_dict` are not of type `string` (e.g. `int`), it will throw an error. ## To Reproduce Steps to repro...
triaged
low
Critical
590,437,593
TypeScript
property-will-be-overwritten-by-spread error is issued multiple times
```ts interface XX { paddingLeft: string; } declare var x: XX declare function clonElement<Q>(props?: object): void; clonElement({ style: { paddingLeft: 'hi', ...x }}) ``` **Expected behavior:** One error on `paddingLeft: 'hi'`: 'paddingLeft' is specified more than once, so this usage will b...
Bug
low
Critical
590,438,656
vscode
Provide a "focus-follow-mouse" setting
<!-- โš ๏ธโš ๏ธ Do Not Delete This! feature_request_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> I am used for years (X11 times) with focus fol...
feature-request
high
Major
590,473,311
terminal
Make a second `LibraryIncludes.h` that includes WIL and TIL & have it at the bottom of every `precomp.h`
Can you file a follow-on task to perhaps make a second `LibraryIncludes.h` that includes WIL and TIL and have it at the bottom of every `precomp.h`? I feel like you've done this to like 6 more projects as of this PR and I bet it will just keep coming. We should probably put all super-powered headers at the bottom...
Help Wanted,Product-Meta,Issue-Task,Area-CodeHealth
low
Minor
590,483,384
rust
Measure binary size impact of implicit caller location
The largest unanswered questions about [implicit caller location](https://github.com/rust-lang/rust/issues/47809) are about the binary size impact of the feature and how to offer users control over it. There are three ways I see that `#[track_caller]` inflates binaries: 1. code bloat from panicking branches that ...
T-compiler,I-heavy,F-track_caller
low
Critical
590,554,548
youtube-dl
Subtitles from MPD file
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
590,563,195
rust
wasm target not honoring linker set at bootstrap time (1.42.0 and maybe earlier)
rust for gentoo linux (the one we ship in official repositories) here's how we configure wasm target: ```toml [target.wasm32-unknown-unknown] linker = "lld" ``` but it still looks for rust-lld for that target by default. ```shel-session cargo build --release --target=wasm32-unknown-unknown --verbose ...
A-linkage,T-compiler,O-wasm,C-bug
low
Critical
590,608,825
terminal
Add clamped math methods to `til` types
Add a clamped sub method to til::point instead of doing it on the outside? I feel like this line should read ``` const auto offsetPoint = coord.ClampSub(controlOrigin); ``` _Originally posted by @miniksa in https://github.com/microsoft/terminal/pull/5131_ I moved this because I thought this comment was a g...
Help Wanted,Product-Meta,Issue-Task,Area-CodeHealth
low
Minor
590,620,738
pytorch
libtorch for Windows. MNIST example does no work.
I've tried to run mnist train example (https://github.com/pytorch/examples/tree/master/cpp/mnist) Code crushes on train_dataset creation whith message "Unhandled exception at 0x00007FFE7B879179 in MNIST.exe: Microsoft C++ exception: c10::Error at memory location 0x00000068D2EFF4B0. occurred". [auto train_dataset = to...
module: cpp,triaged
low
Critical
590,642,144
pytorch
LibTorch API on Mobile
## ๐Ÿš€ Feature Hello, this may already be available and undocumented, but is there any way to access the full C++ frontend API on the mobile build? Currently the mobile build only exposes the TorchScript portion of libtorch, so, e.g. I can't use `torch::nn` operations on mobile. cc @yf225
module: cpp,triaged,oncall: mobile
low
Minor
590,658,429
create-react-app
Would it be possible to support applying two templates?
### Is your proposal related to a problem? This happens when the developer wants to apply two templates, for example, for a project requiring Redux and typescript, that would be something like: `create-react-app myapp --template redux,typescript`
issue: proposal,needs triage
low
Minor
590,717,666
pytorch
Simple C++ custom autograd function code throws error "CUDA error: driver shutting down"
## ๐Ÿ› Bug Running the following code in cuda-enabled libtorch throws error "CUDA error: driver shutting down", even though the code doesn't use CUDA. Running the same code in cpu-only libtorch doesn't throw any error. ```cpp #include <iostream> #include <torch/torch.h> using namespace torch::autograd; cla...
module: cpp,module: autograd,triaged
low
Critical
590,733,139
TypeScript
js function hover adds arguments `...args: any[]` when calling an object property named `arguments`
*TS Template added by @mjbvz* **TypeScript Version**: 3.9.0-dev.20200330 **Search Terms** - hover / quick info - JavaScript --- ![Code_2020-03-30_14-39-22](https://user-images.githubusercontent.com/30108880/77913629-e3c0a180-7294-11ea-8308-9b97714df51f.png) 1.43.2
Bug
low
Minor
590,741,319
angular
Click event not firing only once after HammerManager destroyed on IOS
<!--๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”… 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: core,area: zones,core: event listeners,iOS,P4
low
Critical
590,814,627
flutter
Creating Resizable View that resizes when pinch or drag from corners and sides
**[Asked at stack overflow](https://stackoverflow.com/questions/60924384/creating-resizable-view-that-resizes-when-pinch-or-drag-from-corners-and-sides)** I am currently working on a ScreenView with features like draggable and resizable views(with or without using corners). The problem I have now is that I want to res...
framework,d: examples,would be a good package,c: proposal,P3,team-framework,triaged-framework
low
Major
590,817,426
pytorch
Cannot JIT functions with custom backwards (e.g. swish)
## ๐Ÿš€ Feature <!-- Please support swish opt, which can be exported by torch.jit and save memory--> The MemoryEfficientSwish as follows can not be exported by torch.jit: ``` class SwishImplementation(torch.autograd.Function): @staticmethod def forward(ctx, i): result = i * torch.sigmoid(i) ...
oncall: jit,module: autograd,triaged
low
Minor
590,830,517
vscode
Allow context key expression that compares object properties
@jrieken I was attempting to change the Timeline's `timeline.excludeSources` setting from an array to an object (as requested [here](https://github.com/microsoft/vscode/commit/59c57e1e899db397deb331f13e1c8c431c7dcb93#commitcomment-37761862)). I've pushed a branch with the changes here: [eamodio/timeline-excludesourc...
feature-request,context-keys
low
Minor
590,894,120
youtube-dl
maoritelevision.com (appears to use brightcove)
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request,broken-IE,patch-available
low
Critical
590,900,125
go
x/tools/go/analysis/internal: Add an option to emit diagnostics for external packages
<!-- Please answer these questions before submitting your issue. Thanks! For questions please use one of our forums: https://github.com/golang/go/wiki/Questions --> ### What version of golang/tools are you using? <pre> ~/tools $ git rev-parse HEAD a30bf2db82d4f645ded9030efbbf6d4fbe5e70eb </pre> ### Propo...
NeedsInvestigation,Tools,Analysis
low
Minor
590,911,774
pytorch
pytorch 1.4.0 hangs when using with CUDA >= 10.1
Why Pytorch hangs so long when I do `torch.cuda()` cc @ngimel
needs reproduction,module: cuda,triaged
low
Major
590,926,541
flutter
[flutter-tools] [web] Service worker doesn't add the canvaskit.js and canvaskit.wasm files into the cache resource
@jonahwilliams has merged a PR here #48344 that generates the service worker js file. when we build flutter app with the canvas kit web assembly flag : `flutter build web --dart-define=FLUTTER_WEB_USE_SKIA=true` The service worker file generated doesn't contain the canvaskit.js or canvaskit.wasm files in the ...
c: new feature,tool,platform-web,P2,team-web,triaged-web
low
Minor
590,939,748
pytorch
Expected object of scalar type Double but got scalar type Float for argument #2 'mat2' in call to _th_mm
## ๐Ÿ› Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. 1. 1. <!-- If you have a code sample, error messages, stack traces, please provide it here as well --> ## Expected behavior <!-- A clear and concise description of what you e...
triaged
low
Critical
590,954,579
vscode
[rename on type] feedback incorrect after Rename
Testing #93808 - place the cursor inside the `bo|dy` tag of an html document - F2 rename to body to 'foobar' -> The feedback is no longer selecting the entire tag: ![image](https://user-images.githubusercontent.com/172399/78011894-7ec48480-7344-11ea-838c-ff8a8df60948.png)
bug,editor-synced-region
low
Minor
590,968,666
godot
Viewports cause big memory leaks when instanced or duplicated
**Godot version:** 3.2.1 **OS/device including version:** Ubuntu 19.04 GeForce GTX 980/PCIe/SSE2 Intelยฎ Coreโ„ข i7-4820K CPU @ 3.70GHz ร— 8 11,6ย GiB RAM **Issue description:** Instancing and duplicating viewports with relatively high resolutions in the editor causes unexpected, inconsistent behavior with rega...
bug,topic:core,topic:rendering,confirmed
low
Major
591,015,249
flutter
Feature Request: Add trace-startup to Flutter Web Testing
<!-- 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...
a: tests,c: new feature,framework,platform-web,c: proposal,customer: web10,P2,team-web,triaged-web
low
Critical