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
656,784,787
pytorch
[jit] support for generators and `yield`
Background on what generators are: https://wiki.python.org/moin/Generators The use cases for TorchScript are 1. some classes want to use generates to implement `__iter__` and such, especially in Torchtext 2. the PyTorch optimizers make use of generators cc @suo @gmagogsfm
oncall: jit,months,TSUsability,TSRootCause:UnsupportedConstructs
low
Minor
656,785,699
pytorch
[jit] support class polymorphism
Today, classes cannot inherit from other classes. This is a surprising limitation for people who want to use inheritance for code re-use, or are scripting already-existing codebases that use inheritance. Also: the PyTorch optimizers are polymorphic. cc @suo @gmagogsfm
oncall: jit,months,TSRootCause:DynamicBehaviors,TSUsability,TSRootCause:UnsupportedConstructs
low
Major
656,787,164
pytorch
[jit] support `rpc_remote` and `rpc_sync`
We registered the `rpc_async` in TorchScript, but not `rpc_remote` and `rpc_sync`. We should register these two as well, as they are exactly the same semantics with `rpc_async`. This is a mid-pri request from PyPER cc @suo @gmagogsfm
oncall: jit,days
low
Minor
656,787,950
pytorch
[jit] Support NamedTuple in tracing
We should be able to take `NamedTuples` as input and output of traced modules. As a starting point, can look at https://github.com/pytorch/pytorch/pull/29751 for a rough implementation cc @suo @gmagogsfm
oncall: jit,module: bootcamp,days
low
Minor
656,811,631
TypeScript
No error using imports/exports with --module=none and --target=es2015+
<!-- 🚨 STOP 🚨 STOP 🚨 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 before lo...
Bug,Breaking Change,Rescheduled
low
Critical
656,908,826
pytorch
Add a done() API to torch.futures.Future and ProcessGroup::Work
Discussion in https://discuss.pytorch.org/t/how-to-check-if-irecv-got-a-message/55725 asks for an API to check the completion of a `ProcessGroup::Work` from `isend` / `irecv`. A temporary solution would be implementing the `isCompleted` API properly, which is already exposed to Python. https://github.com/pytorch/py...
oncall: distributed,triaged
low
Minor
656,920,012
godot
Crash when overriding _set (?)
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** v3.2.2.stable.official / Steam <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Windows 10 / 2004 <!-...
bug,topic:gdscript,topic:editor,confirmed,crash
low
Critical
656,958,986
pytorch
[JIT][to-backend] `selective_to_backend` infra
Now that #41146 has landed, we need to create and make available some utility functions to help users write code that selectively lowers some modules in a module hierarchy. The main consideration here is that the JIT type of the lowered module and all of its ancestors needs to be updated after lowering to a backend. c...
oncall: jit
low
Minor
656,971,413
PowerToys
Touchscreen Gesture Customization
I feel with how many touchscreen devices out there we would benefit from customizable touch gestures. There are many different touch gestures that could be implemented. - swipe up from the bottom to go to desktop (similar to iPhone/Android) - swipe from the sides to switch desktops/applications - swipe to display ...
Idea-New PowerToy
low
Major
656,991,642
rust
Documentation for stdout does not mention flushing
From https://github.com/rust-dc/fish-manpage-completions/pull/96#discussion_r453728093. The documentation for [`std::io::stdout()`](https://doc.rust-lang.org/stable/std/io/fn.stdout.html) does not mention "flush" anywhere, neither does `Stdout` or `StdoutLock`. I think it would be helpful for the documentation to in...
C-enhancement,T-libs-api,A-docs
low
Minor
657,004,263
youtube-dl
--datebefore now-1day doesn't download videos which are 24 hours old or older
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
657,079,895
opencv
openCV DNN:: cv::ocl::Queue segfault 'scalar deleting destructor' [OpenCL]
##### System information (version) ################# - OpenCV => 4.3 - Operating System / Platform => Windows 10, 64 Bit - Compiler => Visual Studio 2019 ##### Detailed description ################# When running a SSD-MobileNet v2 converted from Tensorflow model (pb) using the DNN module. It gives out a result...
bug,category: core,category: ocl,platform: win32
low
Critical
657,109,591
vscode
User settings for language configurations
<!-- ⚠️⚠️ 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. --> Please add functionality to: set all Autoclosing...
feature-request,languages-basic
low
Major
657,172,495
create-react-app
Creat react app script not working in vscode
PS E:\jitsi\MERN> create-react-app MERN create-react-app : File C:\Users\marsec developer\AppData\Roaming\npm\create-react-app.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. At line:1 cha...
stale,needs triage
low
Critical
657,203,549
godot
Cryptic GDScript Error Message for A Beginner Programming Mistake - "Unexpected token"
**Godot version:** v3.2.2 stable **OS/device including version:** Windows 7 **Issue description:** This 1-line beginner program throws a cryptic error message: > print("Hello World") Corresponding error message: > "Unexpected token: Built-In Func:" And it's elaborated on in the Errors tab as: > "get_t...
enhancement,topic:gdscript,usability
low
Critical
657,207,623
flutter
CupertinoTextSelectionToolbar doesn't vertically centre align text in Chinese language
1. Setup localizations settings pubspec.yaml ``` flutter_localizations: sdk: flutter ``` MyApp ``` class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', the...
a: text input,framework,a: internationalization,f: cupertino,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Major
657,211,837
realworld
Bearer Authentication
In the API spec `swagger.json`, the authentication scheme is defined as: ``` "Token": { "description": "For accessing the protected API resources, you must have received a a valid JWT token after registering or logging in. This JWT token must then be used for all protected resources by passing it in via the 'A...
help wanted,good first issue,Status: Approved,v2 changelog
low
Minor
657,257,334
go
runtime: reducing preemption in suspendG when G is running large nosplit functions
<!-- 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 tip version, on arm64 </pre> ### Does this issue reproduce with the ...
Performance,NeedsInvestigation,compiler/runtime
low
Critical
657,293,506
electron
WebAuthn FIDO/FIDO2 Support
<!-- 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:
high
Critical
657,489,534
pytorch
Implement backend fallback for Tracer
Now that @ljk53 has extracted tracing functionality into a separate dispatch key, we should now be able to write a single generic fallback for tracing. This is in two parts: 1. Write the generic fallback. This will give us automatic support for tracing custom ops 2. Remove all code generated tracing for anything th...
module: internals,triaged
low
Minor
657,534,592
pytorch
GLOO infiniband with PyTorch
## 🚀 Feature ## Motivation * From https://discuss.pytorch.org/t/gloo-and-infiniband/89303. Some GPUs like RTX2080ti GPUs do not support GPUDirect/RDMA anyway. * With GPUs w/ GPUDirect/RDMA, in some scenarios we still would like to do CPU RDMA to avoid DtoH memory copy which causes certain synchronicity and br...
oncall: distributed,feature,triaged
low
Minor
657,547,107
pytorch
LSTMs leak memory in CPU PyTorch 1.5.1, 1.6, and 1.7 on Linux
## 🐛 Bug On Linux, when using the CPU (whether a CPU device in a CUDA-capable PyTorch, or using a CPU-only PyTorch distribution), merely _instantiating_ modules with an LSTM in them claims memory that is never released until the process is killed. _Training_ using one of these modules consumes more and more memory ...
high priority,module: rnn,module: cpu,module: memory usage,triaged
medium
Critical
657,582,430
rust
Emit noundef LLVM attribute
LLVM 11 introduces a new `noundef` attribute, with the following semantics: > This attribute applies to parameters and return values. If the value representation contains any undefined or poison bits, the behavior is undefined. Note that this does not refer to padding introduced by the type’s storage representation....
A-LLVM,T-compiler
low
Major
657,592,151
pytorch
Make torch.iinfo/torch.finfo torchscriptable
It would be helpful for torch.iinfo, torch.finfo, and other dtype attributes like is_floating_point to be torch scriptable. ## Motivation Information like `torch.iinfo(dtype).max` (and `dtype.is_floating_point`) can be helpful in image transformations, but can't be used in transformations that need to be scriptab...
triage review,oncall: jit,days
low
Minor
657,599,927
rust
Should include crate name in error message for E0391 (and perhaps others)
While doing a bootstrap build of the compiler with some other build artifacts lying around, I saw the following error message (a small snippet from whole output): ``` [RUSTC-TIMING] cfg_if test:false 0.035 Compiling lock_api v0.3.4 [RUSTC-TIMING] scopeguard test:false 0.068 Compiling crossbeam-utils v0.6.5...
A-diagnostics,T-compiler,C-bug
low
Critical
657,617,744
godot
[4.0] External changes to shader overwritten if builtin editor has ever shown that shader
**Godot version:** 4.0.dev.calinou.3ed5ff244 **OS/device including version:** Windows 10.0.18362.900, NVIDIA / Vulkan **Issue description:** When a shader is changed from an external program, it is updated as expected. However, if the shader is opened in the text editor (double clicking the shader resource, or...
bug,topic:editor,topic:shaders
low
Critical
657,643,862
opencv
Moves for basic types have copy semantics
PR 11899 manually implemented moves for types like Point and Rect. std::move() leaves source POD values unchanged, so all this extra code has no apparent effect. A better idiom would be e.g. `width(std::exchange(r.width, 0))`.
category: build/install,RFC
low
Minor
657,676,538
pytorch
Helping test example code blocks in the docs
## 📚 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,feature,module: tests,triaged
low
Major
657,734,703
vscode
Allow tooltips/hovering on symbols in outline view and breadcrumbs
<!-- ⚠️⚠️ 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. --> Currently, the information which breadcrumbs a...
feature-request,outline,breadcrumbs
low
Minor
657,738,751
pytorch
nn.MultiheadAttention causes gradients to become NaN under some use cases
## 🐛 Bug Using key_padding_mask and attn_mask with nn.MultiheadAttention causes gradients to become NaN under some use cases. ## To Reproduce Steps to reproduce the behavior: Backwards pass through nn.MultiheadAttention layer where the forward pass used: 1. attn_mask limiting context in both directions (e...
high priority,module: nn,triaged,module: NaNs and Infs
high
Critical
657,753,167
pytorch
Tensor.new_tensor is not supported
This comes up as a common error in Parity Bench. (scripting) Here is the error message: ``` Tried to access nonexistent attribute or method 'new_tensor' of type 'Tensor (inferred)'.: File ""/tmp/paritybench1zfkgifq/pbqmuageme.py"", line 15 :param x: Long tensor of size ``(batch_size, num_fields)`` ...
oncall: jit,days,TSUsability,TSRootCause:BetterEngineering
low
Critical
657,754,260
pytorch
Python object None check not supported
This comes up as a common error in Parity Bench. It is common to check for the None-ness of an object to determine next steps of calculation in a dynamic model. But this is not supported well in JIT today. Error message: ``` compile,97,RuntimeError: Could not cast value of type __torch__.torch.nn.modules.instan...
oncall: jit,days,TSUsability,TSRootCause:UnsupportedConstructs
low
Critical
657,768,330
rust
LLVM unrolls loops fully, leading to non-linear compilation time
<!-- 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: ```rust #[derive(Copy, Clone)] pub enum Foo { A, B(u8), } pub fn foo() -> Box<[[[Foo; 50]; 50]; 50]> { Box::new(...
A-LLVM,P-medium,T-compiler,C-bug,I-hang,ICEBreaker-LLVM
medium
Critical
657,830,774
godot
Input Map action doesn't support two directions of same joy axis
**Godot version:** 3.2.2 **OS/device including version:** Windows 10 **Issue description:** If you set both directions of the same joy axis of the same device to one action, `Input.is_action_pressed` only is true when the first joy axis direction is pressed **Steps to reproduce:** 1. Add a new action `te...
topic:input
low
Critical
657,862,693
godot
[Mono] 3.2.1 don't work virtual method
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.1 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend ...
topic:dotnet
low
Minor
657,897,862
pytorch
c++ indexing vs python
## 🐛 Bug i am working on translating pytorch code to c++ environment. at the pytorch code there is support to take and provide tensors of indexes along different dimensions, which change the output tensor shape, this feature is not supported at the c++ framework Steps to reproduce the behavior: at pytorch: ...
module: cpp,triaged
low
Critical
657,959,278
next.js
Inconsistent css import order between Prod and Dev for Material-UI
# Bug report ## Describe the bug When using Material-UI components, the import order the related css within output html is not static. This outputs inconsistent styling due to inconsistent overrides. Affected by three different situations 1. Whether we are using destructuring to import the components or dire...
bug,Webpack
low
Critical
657,963,834
pytorch
torch.nn.functional.grid_sample()is doing bilinear interpolation when the input is 5D, i think the mode should add 'trilinear'
## 🐛 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...
module: nn,triaged
low
Critical
657,996,513
flutter
Implement PrimaryScrollController inside CupertinoTabScaffold
iOS native widgets have to feature that CupertinoTabScaffold doesn't support yet. - Scroll to the top when the status bar is tapped. (This is only possible yet with material Scaffold) - Scroll to the top when the active tab inside the CupertinoTabBar is tapped again. I would like to propose to add a `PrimaryScro...
c: new feature,framework,a: fidelity,f: scrolling,f: cupertino,c: proposal,P3,team-design,triaged-design
low
Minor
658,055,781
tensorflow
tf.keras cannot weight classes when using multiple outputs
This post is a mirror of https://github.com/keras-team/keras/issues/11735, showing the need to handle class weight for multiple outputs. Version 2.2.0 used. ------ This is a minimal source code, by @GalAvineri, to reproduce the issue (please comment/uncomment the class weight line): ````python3 from tenso...
stat:awaiting tensorflower,type:bug,comp:keras,TF 2.5
high
Critical
658,076,441
TypeScript
Cast Method of a class to a certain type
<!-- 🚨 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
low
Critical
658,078,322
flutter
Support custom ADB sockets while debugging
Hi, I am working with a vscode devcontainer that contains the flutter installation. My environment is Windows 10 with WSL2 and Docker (WSL2-backend). The devcontainer runs on this WSL2-backend-Docker instance. First I created this issue https://github.com/Dart-Code/Dart-Code/issues/2640 but it turned out that it l...
c: new feature,platform-android,tool,platform-windows,P3,team-android,triaged-android
medium
Critical
658,158,903
pytorch
Parallel computation of the diagonal of a Jacobian
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> Add a parallel method to compute the diagonal of a Jacobian in parallel without computing the whole Jacobian. ## Motivation If one wants the diagonal elements of a jacobian, e.g., if you want to get d^2 f(x)/dx_i^2, one has to do multi...
feature,module: autograd,triaged
low
Minor
658,172,986
rust
cc long double targeting wasm32-wasi links incorrectly
A Rust crate with C dependency that uses `long double` targeting `wasm32-wasi` links incorrectly, while clang can compile such programs to WebAssembly. I tried this code: ```rust // main.rs fn main() { unsafe { print_long_double() }; } extern "C" { fn print_long_double(); } // build.rs cc::Build:...
A-linkage,T-compiler,O-wasm,C-bug
low
Critical
658,185,414
pytorch
Test failure in test_shared_allgather_nccl: NCCL error in: ../torch/lib/c10d/ProcessGroupNCCL.cpp:537
## 🐛 Bug For the past couple weeks, the pytorch CPU-based build on platform ppc64le has been failing (and subsequently hanging) in the test_shared_allgather_nccl testcase, as seen in recent nightly runs observed here: https://powerci.osuosl.org/job/pytorch-master-nightly-py3-linux-ppc64le/ For example, to see err...
oncall: distributed,triaged,module: POWER
low
Critical
658,214,753
youtube-dl
Add flag Keep spaces in file names
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
658,221,176
angular
@angular/core/testing imports @angular/compiler without it being a listed dependency
# 🐞 bug report ### Affected Package `@angular/core` ### Is this a regression? No ### Description `@angular/core/testing` imports `@angular/compiler`, which results in an error in environments where dependencies are enforced strictly, e.g. yarn 2's PnP. There's a simple workaround in yarn 2, via pa...
area: build & ci,area: core,area: dev-infra,P3
low
Critical
658,282,700
youtube-dl
youtube-dl.exe recompile frequency
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
658,343,540
angular
HostListener is still listening after ngOnDestroy started
# 🐞 bug report ### Affected Package @angular/core ### Is this a regression? No, I caught this bug in a version 7 first ### Description There can be some situations in that we need to dispatch an event on component destroy. If we have HostListener listening type of event we dispatch, it catches this....
area: core,core: lifecycle hooks,type: confusing,P3
low
Critical
658,363,615
flutter
Error message for mismatched platform attach on Flutter on device is misleading
https://b.corp.google.com/issues/161382063.
customer: fuchsia,engine,P3,team-engine,triaged-engine
low
Critical
658,381,691
go
cmd/cover: clarify the format of cover profile generated with go test -coverprofile
Processing the coverage profile generated from `go test -coverprofile` to integrate it with editors, we need clarification of the output format. The profile looks like ``` mode: set mvdan.cc/xurls/v2/xurls.go:56.35,59.25 3 1 ... ``` and the first element of each item ([link](https://github.com/golang/go/b...
NeedsFix,compiler/runtime
low
Minor
658,470,203
go
x/mobile: gomobile bind does not create reproducible builds, ignores -trimpath
A full setup/build log is here: https://gitlab.torproject.org/eighthave/snowflake/-/jobs/634 ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.14 linux/amd64 </pre> ### Does this issue reproduce with the latest release? yes ### What operating system and processor...
NeedsInvestigation,mobile
low
Critical
658,473,889
scrcpy
Connect to a device on another pc
I have a device connected on a computer half across the world, i have acces to the computer and i can run adb commands on that device by 'set ADB_SERVER_SOCKET=tcp:servername:port' on my computer and running a nodaemon server on the other, i wanna be able to run scrcpy on my computer to see the device connected to the ...
question
low
Major
658,501,129
godot
Boot splash override images are not packed when exporting
**Godot version:** 3.2.2 **OS/device including version:** Tested on Win + Android build, and OSX + iOS build **Issue description:** I keep all my platform assets (iOS icons, Android icons, launcher screens etc) in a folder excluded from the Godot Editor with a `.gdignore` file. This is done so that the assets ...
bug,topic:editor
low
Minor
658,510,811
flutter
Issues leading to rebuilding more of the RenderObject and Layer trees than necessary
Flutter consists of a number of levels of trees (as described in the [Mahogany Staircase talk](https://www.youtube.com/watch?v=dkyY9WCGMi0)). When a change is made to the Widget tree, those changes must be propagated into the Element, RenderObject, and Layer trees. Each level has code that attempts to reuse parts of th...
framework,c: performance,perf: speed,P2,team-framework,triaged-framework
low
Minor
658,515,451
TypeScript
Enumerating an enum: Wrong thing is allowed and right thing is not with with noImplicityAny
Consider this code: enum Test1 { One = 1, Two = 2 } enum Test2 { One = "one", Two = 2 } enum Test3 { One = "one", Two = "two" } for (const key **in** Test1) { const aValue = Test1[key]; console.log(aValue); } This code compiles but because in an enum a reverse value->key map is also...
Suggestion,Needs Proposal
low
Critical
658,554,563
pytorch
Implement LSH Optimizations for Enhanced CPU-Only Performance
I am writing to inquire if the PyTorch team has any interest or plans for implementing locality sensitive hashing based optimizations for enhanced CPU only performance and reduced overall computational resource consumption as detailed in this paper? https://www.cs.rice.edu/~as143/Papers/SLIDE_MLSys.pdf It would a...
module: performance,feature,module: cpu,triaged,needs research
low
Major
658,560,111
go
x/tools/gopls: consider disambiguating same-score completion candidates using candidate length
Currently completion candidates are sorted by score, and then secondarily sorted lexicographically to provide a predictable order. I propose we instead do a secondary sort by candidate length, preferring shorter candidates. My intuition is that shorter names are used more frequently than longer names, so it is a somewh...
gopls,Tools
low
Major
658,564,613
excalidraw
sentry doesn't map source for console.error events
Stack traces coming from `console.error` logged to sentry aren't using source maps for some reason.
bug
low
Critical
658,570,526
pytorch
momentum in BatchNorm
# 📚 Documentation ## PyTorch docs What's going on with `momentum` in BatchNorm? `0.9` of momentum means I keep `0.9` of the old stuff and add `0.1` of the new one. Why is it reversed here? `momentum` equal `0` means I'm running with no memory of the past. Also, the default value is way off! It should be `0.99...
module: docs,module: nn,triaged,needs research
low
Major
658,573,850
pytorch
[RPC] Should we support users _not_ calling rpc.shutdown()?
In https://github.com/pytorch/pytorch/issues/41474 we saw that due to global static variables being destroyed in a certain order, not calling `rpc.shutdown()` explicitly before terminating a program could cause a SIGABRT. The problem comes from a event loop thread of TensorPipe trying to acquire a glog mutex that may b...
triaged,module: rpc
low
Major
658,602,161
flutter
Run clang tidy on more targets
Today, we run clang-tidy on the host sources only on Linux. This means we miss the following variants: - [ ] macOS desktop - [x] iOS embedding - [x] Android embedding - [ ] Fuchsia - [ ] Windows desktop It would be great to enable it for these variants.
c: new feature,team,engine,P3,team-engine,triaged-engine
low
Major
658,609,380
flutter
Filter MacStadium bots from analytics
Since June 1, there has been a disproportionate spike in analytics events coming from Atlanta, GA. The events report themselves to be from Mac devices, which indicates that they are probably CI bots in the MacStadium datacenter there. We need to filter these out in the Flutter tool's bot detector.
c: new feature,team,tool,P3,team-tool,triaged-tool
low
Minor
658,624,423
flutter
`flutter channel` output channels that can't be used later
For example, `flutter channel` prints: ``` flutter-0.0-candidate.1 flutter-1.19-candidate.2 flutter-1.19-candidate.3 flutter-1.19-candidate.4 flutter-1.19-candidate.5 flutter-1.20-candidate.0 flutter-1.20-candidate.1 flutter-1.20-candidate.2 flutter-1.20-candidate.3 flutter-1.20-candida...
tool,P2,team-tool,triaged-tool
low
Critical
658,643,078
deno
Dynamically generating import maps
There’s a pattern emerging for creating cross-platform ESM modules using the `exports` property in `package.json`. To be perfectly honest, I wish there were a conditional import syntax for this use case instead, but there isn’t so this is what we’ve got. Rollup, webpack, and of course Node.js, all now support this p...
cli,suggestion
low
Major
658,655,852
rust
Spotlight shows traits with generic impls that do not apply to the specific type
In both these cases, the mutability or the generic parameter is not dealt with when showing spotlight impls: ![image](https://user-images.githubusercontent.com/1617736/87731617-d36afe80-c77f-11ea-99e9-b372c64735c6.png) ![image](https://user-images.githubusercontent.com/1617736/87731628-d534c200-c77f-11ea-86c4-420...
T-rustdoc
low
Minor
658,668,234
rust
rustc is now dynamically linked to zlib
Discovered in https://github.com/rust-lang/rust/pull/74395, the current beta links to libz dynamically (through LLVM). This is new, and is perhaps something we don't want. On the other hand, zlib is pretty ubiquitous so it may be fine to leave it as is. I would like to see us add tests that the set of dynamically li...
A-LLVM,T-compiler,regression-from-stable-to-stable,T-release
low
Major
658,692,835
neovim
:terminal scrolls if scrollback is full
<!-- Before reporting: search existing issues and check the FAQ. --> - `:ver`: ``` NVIM v0.4.3 Build type: Release LuaJIT 2.0.5 Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -O2 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Ws...
enhancement,terminal,has:workaround
low
Critical
658,725,721
pytorch
torch.cuda.BoolTensor uses 8 bits per element, not 1 bit as reported by element_size()
## 🐛 Bug I could not find this in the documentation, but it seems like `torch.cuda.BoolTensor` actually uses a byte for each element instead of a bit. ## To Reproduce Steps to reproduce the behavior: ```python import torch x = torch.empty([], device="cuda") # load something on GPU to get a baseline # ru...
module: docs,triaged
medium
Critical
658,774,193
youtube-dl
Get formats and thumbnails and title in one call
## Checklist - [x] I'm asking a question - [x] I've looked through the README and FAQ for similar questions - [x] I've searched the bugtracker for similar questions including closed ones ## Question e.g: youtube-dl.exe --get-title --list-thumbnails --list-formats URL It seems if I combine these options, I ge...
question
low
Critical
658,834,636
youtube-dl
Option to write number of audio channels into filename
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
658,965,311
storybook
Generating source maps slow the build significantly, should they be opt-in?
**Is your feature request related to a problem? Please describe.** I'm looking to optimise the time taken by `build-storybook`. Simply setting the `devtool` webpack option to `undefined` reduces my build times by half. **Describe the solution you'd like** I'd argue the average storybook user would benefit more fro...
performance issue,build-storybook
low
Major
659,053,451
rust
Consider changing "mono item" terminology
Requested by @eddyb in [this comment](https://github.com/rust-lang/rust/pull/69749#discussion_r455909581). After polymorphisation (#69749) lands, mono items may not actually be monomorphic and so it might be worth changing the terminology here, e.g. "codegen item".
C-cleanup,A-codegen,T-compiler,-Zpolymorphize
low
Minor
659,159,574
node
addons/register-signal-handler/test and abort/test-addon-register-signal-handler failed
<!-- Thank you for reporting a flaky test. Flaky tests are tests that fail occasionally in the Node.js CI, but not consistently enough to block PRs from landing, or that are failing in CI jobs or test modes that are not run for every PR. Please fill in as much of the template below as you're able. Test: The...
flaky-test,ibm i
medium
Critical
659,176,941
TypeScript
Suggestion: noInferredAny
#### Search Terms noImplicitAny inference any noInferredAny ## Suggestion Symbols typed as `any` reduce the type safety of a program. That's fair if the programmer intended to use `any`. However it's relatively easy to end up with symbols typed `any` through type inference chains that are not obvious: * 3r...
Suggestion,Needs Proposal
low
Critical
659,203,534
angular
Why is Route#data a type instead of an interface?
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 Oh hi there! 😄 To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates. 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅...
feature,freq4: critical,area: router,state: confirmed,cross-cutting: types,P4,feature: under consideration,feature: votes required
medium
Critical
659,269,101
electron
A similar of BrowserWindow.setBackgroundColor to tray
### 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:
low
Minor
659,427,569
TypeScript
"Extract to function" refactor is not suggested if selection contains `if` statement (conditional return)
<!-- 🚨 STOP 🚨 STOP 🚨 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 before lo...
Suggestion,Experience Enhancement
low
Critical
659,439,708
go
crypto/tls: TLS handshake issue with Eclipse Paho MQTT client and RabbitMQ
Hi All, I'm trying to connect to my RabbitMQ broker using the Eclipse Paho MQTT client (go lang version). I'm using go1.14.6 linux/arm. My goal is to establish a secure connection with mutual authentication between my Go client and RabbitMQ broker. I got the following TLS error from the Go client: panic:...
NeedsInvestigation
low
Critical
659,468,435
flutter
Offline integration test for zip artifacts
We need to validate that downloading the zip and running precache is sufficient to build without network connectivity. Some possible solutions involve: 1) running in a container with limited network access 2) overriding pub/maven artifact URL to something bogus. This test will guide future updates to the zip artifac...
tool,customer: product,team-infra,P3,triaged-infra,fyi-release
low
Major
659,470,008
flutter
Update prepare-packages script to remove dev dependencies, binary artifacts
We should only include the minimum set of packages needed for flutter run on the template. We should be able to exclude tool deps by uploading the snapshot, as well as the non-univeral binaries. Blocked by https://github.com/flutter/flutter/issues/61751
c: new feature,tool,customer: product,P3,team-tool,triaged-tool
low
Major
659,486,985
rust
Internal compiler error: find_vtable_types_for_unsizing: invalid coercion
I tried this code (modified version of `src/test/ui/specialization/issue-44861.rs`): ```rust #![feature(specialization)] #![feature(unsize, coerce_unsized)] use std::ops::CoerceUnsized; pub struct SmartassPtr<A: Smartass+?Sized>(A::Data); pub trait Smartass { type Data; type Data2: CoerceUnsized...
I-ICE,T-compiler,A-specialization,C-bug,requires-nightly,F-specialization,glacier,F-coerce_unsized,S-bug-has-test
low
Critical
659,514,407
godot
Erasing tiles with SHIFT + RIGHT CLICK is very buggy with tile atlases
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.2 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend ...
bug,topic:editor
low
Critical
659,560,078
terminal
wpf: cursor is same color as last rendered foreground (?)
![image](https://user-images.githubusercontent.com/189190/87823783-e8e83300-c828-11ea-84b6-79feeec58fee.png) ![image](https://user-images.githubusercontent.com/189190/87823800-ed145080-c828-11ea-923b-e8424c20127b.png)
Issue-Bug,Product-Terminal,Priority-3,Area-WPFControl
low
Minor
659,609,857
terminal
Let terminal consumers provide click handlers and pattern recognizers for buffer text
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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...
Issue-Feature,Area-Output,Product-Terminal,Area-WPFControl
low
Critical
659,611,179
rust
rustdoc: Intra doc links from Deref/etc do not link to the same page
A slight degradation in quality [from manual links] is that the `#method.foo` links would previously link to the same page on `String`'s documentation, and now they will navigate to `str`. Originally posted by @manishearth in https://github.com/rust-lang/rust/pull/74453.
T-rustdoc,C-enhancement,A-intra-doc-links
low
Minor
659,717,992
vscode
Allow extensions to contribute to peek widget title navigation action item
<!-- ⚠️⚠️ 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. --> In my extension, I'm creating peek view widget...
feature-request,references-viewlet
low
Minor
659,790,932
TypeScript
Spreading tuple into generic/type arguments
## Search Terms - spreading generic parameters - generic parameter spread - tuple generic spread - spreading generic argument - spreading typeArgument - spreading type argument ## Suggestion Allow spreading of a tuple type into type arguments. The idea is that a tuple of _n_ elements gets spread into ...
Suggestion,In Discussion
medium
Major
659,823,145
PowerToys
Text Replacement / expander
A simple text replacement tool, my examples are from macOS and iOS, it is also a feature in Android. Basically this feature: [Text Replacements](https://support.apple.com/guide/mac-help/replace-text-punctuation-documents-mac-mh35735/mac) On your Mac, choose Apple menu > System Preferences, click Keyboard, then c...
Idea-New PowerToy
high
Critical
659,827,416
go
database/sql: improve documentation for closing prepared statement on Tx
The [https://golang.org/pkg/database/sql/#Tx](https://golang.org/pkg/database/sql/#Tx) documentation says: > The statements prepared for a transaction by calling the transaction's Prepare or Stmt methods **are closed by the call to Commit or Rollback**. But in the example of [https://golang.org/pkg/database/sql/#...
Documentation,NeedsInvestigation
low
Minor
659,874,031
godot
weird output when printing empty Array
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.1 **OS/device including version:** Windows 7 64 bits **Issue description:** Code: > var test = [] > for i in range(2) : test....
bug,topic:core,confirmed
low
Minor
659,887,880
youtube-dl
How to build from source?
I have read through your readme file, you only say ```` If you want to create a build of youtube-dl yourself, you'll need python make (only GNU make is supported) pandoc zip nosetests ```` I still don't know how to build. If I want to add feature, or some small customized, I need to build, right?
question
low
Minor
659,898,910
TypeScript
In JSDoc @type is not a type declaration, which it is much more like type conversion.
I don't kown whether its a bug or feature. In Javascript, actually i need an error emit which ```other_props``` is not in ```Entity``` ![image](https://user-images.githubusercontent.com/5752183/87844822-db4baf80-c8f3-11ea-8ca1-9227aa73db93.png) In Typescript, ```entityB``` act just same as the Javascript codes...
Bug,Has Repro
low
Critical
659,930,588
godot
[Mono] 3.2.2 Android Plugin fails to call GodotLib.calldeferred with Mono Object
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.2.stable.mono.official **OS/device including version:** <!-- Specify GPU model, driv...
bug,platform:android,topic:porting,topic:dotnet
low
Critical
659,934,618
pytorch
New Feature : A very fast algorithm for computing matrix rank
## 🚀 Feature I have devised an LUP based [matrix rank computing algorithm](https://github.com/touqir14/LUP-rank-computer) that outperforms significantly the standard Numpy's [matrix_rank](https://numpy.org/doc/stable/reference/generated/numpy.linalg.matrix_rank.html) function and PyTorch's GPU accelerated [matrix_ran...
triaged,enhancement,module: numpy,module: linear algebra
low
Major
659,972,110
godot
Setting RigidBody global_transform into the `_input` function fails.
**Godot version:** 3.2 custom build, issue bisected to commit e7d8464f **OS/device including version:** Linux Mint 20 **Issue description:** When setting the `global_transform` property of a RigidBody, the expected result sometimes happens, sometimes does not, seemingly at random. **Steps to reproduce...
bug,topic:physics
low
Major
659,995,888
vscode
Git - Bulk merge conflict resolving issue on large files
Issue Type: <b>Performance Issue</b> We need to include production build files of react in git as per our server configuration. Often the build files face merge conflict and we need to simply accept all incoming/current. But as the build files are too large, vscode can not resolve the conflict when I click accept ...
feature-request,git
low
Critical
660,024,890
pytorch
Can we have a way to reset a scheduler back to epoch -1
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> ## Motivation I'm tring to calculate the minimun loss of a NN. ## Pitch something like .step(-1) but that's going away as deprecated. ## Alternatives <!-- A clear and concise description of any alternative solutions or feature...
module: optimizer,triaged,enhancement
low
Minor
660,088,636
pytorch
[feature request] New function `torch.slice(...)` mirroring TorchScript op signature or add step argument to `torch.narrow`
Maybe a separate issue is a better place for discussion: https://github.com/pytorch/pytorch/pull/7924#issuecomment-660249077 (@albanD, @t-vi ) Original discussion: https://discuss.pytorch.org/t/use-python-like-slice-indexing-across-a-given-dimension/89606/8 The usecase: packbits https://github.com/pytorch/ao/issu...
triaged,enhancement,needs research,function request
low
Major
660,120,814
PowerToys
[Run] Open app in a wanted size window
For example, now if I open word with Run, the word window will be a full-screen one by default. Can we add some feature to set the window we open by Run to the size we want? For instance, open word in a default half-screen window, instead of a full-screen one.
Idea-Enhancement,Product-PowerToys Run
low
Minor