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
649,872,156
flutter
Add a Sidebar widget to Cupertino for a native look on iPadOS
## Use case Build iPadOS apps which look native and up-to-date regarding the new UI concept of sidebars on iPad apps ## Proposal iPadOS 14 introduces the UI concept a toggle sidebar which is prominently used in a variety of Appleβ€˜s own apps and surely in lots of updated 3rd party apps to make them feel native. In ...
c: new feature,framework,f: cupertino,P2,team-design,triaged-design
low
Major
649,874,667
excalidraw
Feature: Import data (local file and json link) to exsiting canvas
When we load a new json file or open a json link, it will erase the existing canvas and load data. There would be certain use cases not to erase the existing canvas and load data in addition. ---- #1861 & #1862 : Slightly related as the problem is erasing canvas without confirmation. #1091 : Related as my o...
enhancement
low
Minor
649,934,964
pytorch
Inconsistent handling of torch.Size.__add__
`+ list` is allowed in JIT scripting, but not regularly. ```py In [50]: def f(x: torch.Tensor) -> torch.Tensor: ...: # `x` is known to have dim -1 of size 18 ...: shape = x.shape[:-1] + [6, 3] ...: return x.reshape(shape) ...: ...: In [51]: f(torch.randn(18)) ---------------...
oncall: jit,weeks,TSUsability,TSRootCause:PyTorchParityGap
low
Critical
649,953,020
TypeScript
unreachable code detected not work for if clause.
<!-- 🚨 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,Awaiting More Feedback
low
Critical
649,966,890
next.js
Invalid HTML inside `dangerouslySetInnerHTML` breaks the page.
# Bug report ## Describe the bug If invalid HTML is added to `dangerouslySetInnerHTML`, Next.js will output a blank page without providing any feedback. This can be hard to track when working with a CMS provider or markdown files. ## To Reproduce Steps to reproduce the behavior, please provide code snippet...
good first issue
medium
Critical
649,967,030
pytorch
Vectorized torch.eig()
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> The **torch.eig()** function does not support vectorized calculation. It only takes a single matrix (n, n) as input. Please make it to support vectorized(batched?) matices like (*, n, n). * is for batch. ## Motivation <!-- Please outl...
module: performance,triaged,enhancement,module: vectorization
low
Critical
649,990,995
flutter
[tool_crash] ProcessException: The system cannot find the file specified. Command: C:\src\flutter\flutter\bin\flutter.BAT upgrade --continue --no-version-check
## Command ``` flutter upgrade ``` ## Steps to Reproduce 1. ... 2. ... 3. ... ## Logs ProcessException: ProcessException: The system cannot find the file specified. Command: C:\src\flutter\flutter\bin\flutter.BAT upgrade --continue --no-version-check ``` ``` ``` [βœ“] Flutter (Channel stable, v1.1...
c: crash,tool,platform-windows,P2,team-tool,triaged-tool
low
Critical
650,061,472
neovim
Indent alignment lines and does not display the first-level tab character
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: NVIM v0.4.3 Build type: Release LuaJIT 2.0.5 - `vim -u DEFAULTS` (version: ) behaves differently? No - Operating system/version: MacOS Catalina 10.15.5 - Terminal name/version: iTerm2 - `$TERM`: xterm-256color I need the ...
enhancement
low
Minor
650,071,802
youtube-dl
YouTube chat replay support
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
incomplete
low
Critical
650,108,359
angular
Ivy: Animation events removed when node's position is changed
<!--πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”… 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: animations,state: confirmed,P3
low
Critical
650,142,089
pytorch
MultiheadAttention set(-inf) cause 'Nan' in loss computing
## πŸ› Bug I plan to reimplement a transformer variant model. I import MultiheadAttention from torch.nn.modules.activation. In the encoder part, to be specific, the self multi-head attention part, if **the whole input is padded**, it means the key_padding_mask parameter is full of True. "When the value is True, ...
module: nn,triaged,module: NaNs and Infs
low
Critical
650,147,883
TypeScript
Give better errors comparing massive singleton union types
![MicrosoftTeams-image (2)](https://user-images.githubusercontent.com/972891/86400014-bd781c80-bc5c-11ea-98cd-2e178cee9f95.png)
Suggestion,Needs Proposal,Domain: Error Messages
low
Critical
650,150,193
TypeScript
Provide documentation on writing fourslash tests
> You know what fourslash needs? Extensive documentation/comments on how fourslash works and the fourslash API. Half the time I can never figure out what I need to call to test something and have to dig through other tests to figure out when to use `/**/` or `[| |]`, etc. &mdash; @rbuckton
Docs,Infrastructure
low
Minor
650,151,977
TypeScript
Hovering on imported module shows path from TypeScript folder.
*TS Template added by @mjbvz* **TypeScript Version**: 3.9.6 **Search Terms** - quickinfo - types - javascript --- <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to a...
Suggestion,Awaiting More Feedback
low
Critical
650,160,527
pytorch
[RFC] [RPC] Automatic retries of all requests in TensorPipe agent
To increase resiliency to infra issues, we could provide an automatic transparent retry mechanism in the RPC agent. There already exists something of that kind, but my understanding is that it's an internal API used only for RRef operations. A challenge of extending it to all requests is that, due to that retry syst...
triaged,module: rpc,module: tensorpipe
low
Critical
650,167,619
godot
Invalid cast exception when using C# and GD Script
**Godot version:** 3.2.2 **OS/device including version:** Windows 10 64 bits **Issue description:** error when trying to conbine [this accessibility plugin](https://github.com/lightsoutgames/godot-accessibility) (that is in gdScript) with c# scripts that i want to use on my Project. I got a invalid cast exce...
bug,topic:dotnet
medium
Critical
650,179,620
opencv
FR: Implement "smart" reference on js similar to tensorflow.tidy()
Developers are required to manually manage memory on OpenCV.js and keeping some of the references may led to cumbersome code, I suggest providing an mechanism similar to the Tensorflow.js tf.tidy, that is used to cleanup GPU textures after processing TF code: https://js.tensorflow.org/api/0.11.7/#tidy Here is an exa...
feature,category: javascript (js)
low
Minor
650,267,782
go
cmd/doc: package search inconsistent with methods or fields
``` $ go version go version devel +5de90d33c8 Thu Jul 2 22:08:11 2020 +0000 linux/amd64 ``` Running `go doc rand`, as expected, gives the documentation for `crypto/rand`, as it finds that one before `math/rand`: ``` package rand // import "crypto/rand" Package rand implements a cryptographically secure ran...
NeedsInvestigation
low
Critical
650,297,336
pytorch
Will the model run slower when deployed using libtorch ?
I'm trying to deploy a yolov5s model in my C++ program. I followed the instructions in [https://gist.github.com/jakepoz/eb36163814a8f1b6ceb31e8addbba270](url) to get a torchscript converted model. These are my C++ code, I put these code in a thread in ORBSLAM (a SLAM system), meanwhile there are other SLAM threads ru...
module: performance,module: cpp,triaged
low
Major
650,297,482
TypeScript
JS Find function definition involving a function generator
*TS Template added by @mjbvz* **TypeScript Version**: 4.0.0-dev.20200702 **Search Terms** - go to definition --- Issue Type: <b>Bug</b> ``` // x.js module.exports.a = () => {return ()=>{}}; // y.js let n = require('./x.js'); module.exports.b = n.a(); // anywhere other than y.js let m = requ...
Bug
low
Critical
650,300,140
godot
PhysicalBones do not move with skeleton when simulation is off
<!-- 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.stable.custom_build.f0a489cf4 **OS/device including version:** <!-- Specify GP...
bug,confirmed,topic:physics
low
Minor
650,330,293
TypeScript
Adding a compilerOption to disable error on property override accessor in 4.0.beta
## Search Terms property override accessor ## Suggestion Previously in 3.9, property can override an accessor with no emit errors. And in 4.0 beta, a break change was introduced by #33509. It's reasonable to report an error on property override accessor in most case, but I'm using `experimentalDecorators` to in...
Suggestion,Awaiting More Feedback
low
Critical
650,334,847
go
proposal: crypto/x509: implement OCSP verifier
Although we have a golang.org/x/crypto/ocsp package, we don't in fact have an OCSP verifier. The existing package provides serialization and parsing, but not APIs for "get me an OCSP response for this certificate" and "given this certificate and this OCSP response tell me if it's revoked". (They are separate because yo...
Proposal,Proposal-Hold,Proposal-Crypto
medium
Critical
650,427,607
flutter
Error connecting to the service protocol: failed to connect to http://127.0.0.1:1027/
### Steps to Reproduce I am trying to debug _Firebase Dynamic Links_ and I cannot reproduce the issue with the Simulator, so I need to debug on a physical device. So from _Visual Code_, I choose my physical device and _Start Debugging_. Alas, it crashes during startup with: ``` Error connecting to the service p...
platform-ios,tool,P2,c: fatal crash,team-ios,triaged-ios
low
Critical
650,477,734
angular
The entire use of NgModule should be deprecated
The aim of this post is to create a discussion on the topic, there is also a really simple solution I offered, but I really like to hear your thoughts... It is my opinion that creating a module system in Angular **NgModule** in addition to the already existing module system of Javascript is a bad idea and should b...
area: core,core: NgModule,needs: discussion
high
Critical
650,498,501
rust
rustc performs auto-ref when a raw pointer would be enough
The following code: ```rust #![feature(slice_ptr_len)] pub struct Test { data: [u8], } pub fn test_len(t: *const Test) -> usize { unsafe { (*t).data.len() } } ``` generates MIR like ``` _2 = &((*_1).0: [u8]); _0 = const core::slice::<impl [u8]>::len(move _2) -> bb1; ``` This m...
T-compiler,A-MIR,C-bug,F-arbitrary_self_types
medium
Critical
650,511,015
flutter
[google_sign_in] Can't sign in to youtube channels?
<!-- You must include full steps to reproduce so that we can reproduce the problem. --> I'm trying to login with youtube channels (not just the Google account itself.) on the console, I've added auth/youtube to the OAuth screen (not sure if this is needed) I've also added this to my scopes `GoogleSignIn...
platform-android,d: stackoverflow,p: google_sign_in,package,P2,team-android,triaged-android
low
Major
650,543,385
react-native
TouchableOpacity setOpacityTo is not a function
Originally reported in expo/expo#9026, I ran into the same problem so I'm re-reporting this here ## Description The `setOpacityTo` on TouchableOpacity is no longer available. ## React Native version: 0.62.2 ``` Expo CLI 3.20.3 environment info: System: OS: macOS Mojave 10.14.6 Shell...
Issue: Author Provided Repro,Component: TouchableOpacity
low
Critical
650,589,526
go
cmd/go: go test -json splits log records
I maintain a test runner tool (https://github.com/grasparv/testie). Here is my problem: ``` $ go version go version go1.14 linux/amd64 $ cat hello_test.go package hello import ( "testing" ) func TestSomething(t *testing.T) { t.Logf("first item\nsecond item") t.Logf("third it...
NeedsInvestigation,GoCommand
low
Minor
650,623,270
material-ui
[Autocomplete] Jumps between being expanded to the top/bottom
- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate. ## Current Behavior 😯 When having not that much space below the bottom of the input field the Autocomplete opens to the...
bug πŸ›,component: autocomplete,design
low
Major
650,631,106
rust
SpecForElem for i16/u16 and other digits
We have specialization for `SpecForElem` for `i8` and `u8` (which provides a small performance win over plain extend for vec) but we could look into using specialization for that involves duplicating more digits with `rep stosw` (or `d` or `q`). It may need benchmarking to ensure that it's actually faster as mentioned ...
I-slow,C-enhancement,A-collections,A-specialization,T-libs
low
Major
650,651,318
pytorch
Inconsistent behaviour when parameter appears multiple times in parameter list
## πŸ› Bug When we pass a list of parameters or parameter groups to an optimizer, and one parameter appears multiple times we get different behaviours, and it is not clear whether this is intended that way: * If the parameter appears twice within one parameter group, everything works. That parameter will get updat...
module: docs,module: optimizer,triaged
low
Critical
650,659,649
excalidraw
Feature request: See myself in the user list
In collaborative edition, I only see others in the list of users on the top right. Since a color is automatically assigned to my user avatar, I regularly use a similar color to write content, so everybody can track who wrote what. Currently, I can't see myself in the list so I need to ask others which color I am. I ...
enhancement
low
Minor
650,662,978
pytorch
Pytorch 1.4 compilation hangs on AMD Epyc
## πŸ› Bug [1352/3291] : && /software/CMake/3.14.0-GCCcore-8.3.0/bin/cmake -E remove lib/libfbgemm.a && /software/binutils/2.32-GCCcore-8.3.0/bin/ar qc lib/libfbgemm.a third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o t...
module: build,triaged,module: vectorization
low
Critical
650,683,473
TypeScript
Conditional + annotation causes erroneous typing
<!-- 🚨 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...
Needs Investigation
low
Critical
650,686,658
pytorch
Regarding graphs page on site
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> A graphs page on site, to track the evolution of PyTorch, along with the time required to train neural networks, along with the data available. ## Motivation <!-- Please outline the motivation for the proposal. Is your feature request ...
module: docs,triaged
low
Minor
650,690,509
excalidraw
Feature request: Automatically change the color when joining a live-collaboration session
Following #1868, it would be nice to auto-change the default color to the color of avatar, e.g. if I enter a live-collaboration session and I'm assign a red avatar, my default color would be red and all I'd type would be red instead of black. It wouldn't prevent me from changing the color. I'm not sure this is a beh...
enhancement
low
Minor
650,700,078
godot
SkeletonIK Targets cause bones to deform
**Godot version:** 3.2.2.stable.official **OS/device including version:** Windows 10 Pro - GLES3 **Issue description:** Godot deforms a skeleton's bones instead of rotating it. This seems to be related to, or a regression of #34415 ![image](https://user-images.githubusercontent.com/18017673/86487673-01534a80-...
bug,topic:core,confirmed
low
Minor
650,709,217
pytorch
The values calculated according to the document isn't equal to the values calculated by framework
## πŸ“š Documentation Torch 1.5.0 CPU, Linux <!-- 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 wit...
module: docs,module: optimizer,triaged
low
Critical
650,719,783
scrcpy
A simple thank you
Hello! I just wanted to say thank you for your great work. I have used your software and i am really happy with it. Thank you so much for your effort and hard work!
wontfix
low
Major
650,724,352
pytorch
len of dataloader when using iterable dataset does not reflect batch size
## πŸ› Bug If I construct an iterable dataset of length 100, and want to then use that in a dataloader with batch_size=4, one would expect the length of the dataloader to be 25, but instead it is 100. This is because it is implemented as ``` if self._dataset_kind == _DatasetKind.Iterable: lengt...
module: nn,module: dataloader,triaged
low
Critical
650,728,127
rust
Naming an associated type can cause a compile failure
<!-- 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 have found two different pieces of code that should be equivalent, but one compiles and the other does not. This code compiles successfully: ([Playgr...
A-lifetimes,A-associated-items,T-compiler,C-bug
low
Critical
650,747,205
rust
Missed inference with array of nonzero divisors
This is an ER about a possible currently missed inference. I am not sure if here I am asking too much from LLVM. This code shows three different implementations of a simple function (that's reduced from other code): ```rust #![feature(core_intrinsics)] use std::intrinsics::assume; pub fn foo1(x: u32, i: usize) ...
I-slow,C-enhancement,T-compiler
low
Minor
650,762,152
terminal
Support fonts and fonts attributes through inline escape sequences like mintty and vte52
# Escape sequences to set fonts and their attributes are ignored, instead they are displayed as raw Terminals support escape sequences to alter the fonts. Windows Terminal at the moment only support basic colors and reverse colors This is linked to #109 #2916 #5461 #5462 #6703 and #6205 as currently most of the ...
Help Wanted,Area-VT,Area-Fonts,Product-Terminal,Issue-Task
low
Major
650,802,775
godot
get_property_list() differs between build configurations
**Godot version:** 3.2.2 stable.mono **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. --> Windows 10 x64 **Issue description:** <!-- What happened, and what was expected. --> I've been pulling my hair out trying to get my project to...
bug,topic:dotnet
low
Critical
650,803,698
flutter
macOS Edit menu doesn't auto-enable text-related menu items
## Details ```dart SelectableText( 'You have pushed the button this many times:', toolbarOptions: ToolbarOptions( selectAll: true, copy: true, ), ), ``` ![image](https://user-images.githubusercontent.com/7928961/86502372-081ca480-bdd5-11ea-9a37-fcca18a8acb7.png) **Target Platform:** macOS...
a: text input,framework,platform-mac,a: desktop,P2,fyi-text-input,team-macos,triaged-macos
low
Major
650,804,992
pytorch
Add a launching script for RPC
See forum discussion: https://discuss.pytorch.org/t/distributed-model-parallel-using-distributed-rpc/87875/3 This might be helpful to provide launching script for RPC as we did for DDP. cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen @aazzolini @rohan-varma @xush6528 @jjlilley @osalpekar @jiay...
feature,triaged,module: rpc
low
Minor
650,805,681
rust
Additional register with same const behaviour
In `rustc 1.44.1 (c7087fe00 2020-06-17)` and `linux x86_64`. When use a struct use additional useless register. An example is a simple copy bytes. Without structure https://github.com/botika/buf-min/blob/3ad9833bee4f748f2089ad39fcf9047f9a39b064/benches/src/main.rs#L74-L108 . ```asm benches::raw_dyn: push rbx ...
I-slow,T-compiler,C-bug
low
Minor
650,825,082
PowerToys
Add support for .emf in File Explorer Preview
Please add the feature : .emf preview PLEASE!!!
Idea-New PowerToy,Product-File Explorer
low
Minor
650,832,512
go
x/tools/present: unexpected eof on slide header only
<!-- 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.4 darwin/amd64 </pre> ### Does this issue reproduc...
NeedsInvestigation,Tools
low
Critical
650,832,975
go
net/smtp: add Client.TLSConfig field and Client.SendMail method
`smtp.SendMail` actually does a great job, but the fact that it always uses `smtp.Dial` make it less flexible both for testing and for certain cases like ours, where we wanted to customize the `Client.localName` In fact, in certain operations, `Client.localName` must correspond to the FQDN hostname sending the email...
Proposal,Proposal-Accepted
medium
Critical
650,834,263
pytorch
[FR] NCCL and bool type
NCCL should support `bool`. Currently if you use a `bool` buffer in your module then DataParallel complains since https://github.com/pytorch/pytorch/blob/5b194b0fb21e4cb1ef0357b3315e311db4432338/torch/csrc/cuda/nccl.cpp#L95 gets triggered in replicate. We should just map `bool` to `ncclChar` too.
triaged,module: nccl,small,module: data parallel
low
Minor
650,858,739
javascript
Configuration of react/jsx-no-bind allows to use arrow functions, while the style guide prohibits it
The current configuration of `react/jsx-no-bind` allows to use arrow functions as event handlers (and ignores the use of bind in DOM components too): https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb/rules/react.js#L104 ![image](https://user-images.githubusercontent.com/443346/86509126-6...
question,react
low
Minor
650,881,264
java-design-patterns
Functional core, imperative shell pattern
## Description The Functional Core Imperative Shell (FCIS) design pattern aims to segregate the purely functional part of the code (Functional Core) from the side-effect-laden part (Imperative Shell). This separation enhances testability, maintainability, and robustness by isolating side effects and minimizing their sc...
info: help wanted,epic: pattern,type: feature
low
Minor
650,886,985
rust
Missing warning about `target_feature` when using for `core::arch::x86_64` functions
I tried this code: https://rust.godbolt.org/z/b9A7oP ```rust extern crate core; use core::arch::x86_64::__m128; use core::arch::x86_64::_mm_extract_ps; use core::arch::x86_64::_mm_hadd_ps; pub unsafe fn add_reduce(a: __m128, b: __m128) -> f32 { let c = _mm_hadd_ps(a, b); f32::from_bits(_mm_extract_p...
A-lints,T-compiler,C-feature-request
low
Minor
650,887,969
tensorflow
Zero AUROC when validation set is only comprised of positive labels
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Tested on Ubuntu 18.04 and MacOS Catalina 10.15.5 - TensorFlow installed from (source or binary): installed from Conda (tensorflow-gpu) on Ubuntu and from pip on MacOS - TensorFlow version (use command below): v2.2.0-rc4-8-g2b96f3662b ...
stat:awaiting tensorflower,type:bug,comp:keras,TF 2.11
low
Critical
650,889,083
rust
Better error for import of associated items
Hi. I was using a crate which had a struct with a number of associated items and I was trying to save typing in an error handling function. But: ```rust 12 | use rocket::http::Status::*; | ^^^^^^ `Status` is a struct, not a module ``` I looked in the Reference and I wasn't able t...
C-enhancement,A-diagnostics,A-associated-items,T-compiler
low
Critical
650,895,083
go
cmd/compile: reclaim binary size increase from CL 35554 constant to interface allocation optimizations
In [CL 35554](https://go-review.googlesource.com/c/go/+/35554/) for #18704, @josharian added some very nice allocation optimizations, as part of his efforts to claw back some of the allocation penalty of #8405, but a result was a modest increase in binary size. In CL 35554, @josharian mentioned that the ~0.5% binary...
Performance,NeedsInvestigation,compiler/runtime
low
Minor
650,916,019
vscode
"Add Selection To Previous Find Match" interferes with "Add Selection To Next Find Match"
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been...
feature-request,editor-commands
low
Critical
650,916,903
rust
std::line macro can be wrong in 1.44.1 stable under proc-macros
Hi, This issue seems to be solved on nightly but I couldn't find an explicit change in that code, so if this issue isn't helpful feel free to close. I have a proc-macro that generates loggings, and on one occurrence it gets the line number wrong on stable but right on nightly: The test: https://github.com/elicha...
E-needs-test,A-macros,T-compiler,C-bug,E-needs-mcve,A-proc-macros
low
Critical
650,926,746
node
stream: Readable batched iteration
This is a continuation of https://github.com/nodejs/node/pull/34035 and the promises session we had on OpenJS about async iteration performance of streams. One alternative discussed was to batch reading. I was thinking we could do something along the lines of: ```js async function* createBatchedAsyncIterator(str...
stream
medium
Critical
650,939,983
godot
GDScript: get_property_default_value always returns Null
<!-- 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 **OS/device including version:** <!-- Specify GPU model, drivers, and the b...
bug,topic:gdscript,confirmed
low
Minor
650,943,998
go
cmd/cgo: add #cgo CFLAGS and #CGO CXXFLAGS directives that only apply to files in the current package
My situation is that instead of distributing static libraries, I have the C++ and C sources of the C package I'm wrapping stored in the same directory as my Go files, so that the package can in theory can be compiled on any C compiler. In order to improve performance, I added a build tag which added the -flto flag, in...
NeedsInvestigation,FeatureRequest,compiler/runtime
low
Critical
650,956,516
rust
Bad suggestion `dyn pub` on proc macro (#61963 regressed)
#72306 causes the compiler to emit (and blessed) this bad suggestion in the [test](https://github.com/rust-lang/rust/blob/0cd7ff7ddfb75a38dca81ad3e76b1e984129e939/src/test/ui/suggestions/issue-61963.rs) for #61963 ([output](https://github.com/rust-lang/rust/blob/0cd7ff7ddfb75a38dca81ad3e76b1e984129e939/src/test/ui/sugg...
A-diagnostics,P-medium,A-macros,T-compiler,regression-from-stable-to-stable,C-bug,A-suggestion-diagnostics,D-invalid-suggestion,A-proc-macros
low
Critical
650,966,433
go
runtime: libunwind is unable to unwind CGo to Go's stack
### What version of Go are you using (`go version`)? `master` as of the build <pre> $ go version devel +dd150176c3 Fri Jul 3 03:31:29 2020 +0000 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? <details><s...
NeedsInvestigation,compiler/runtime
medium
Critical
650,976,282
terminal
Anti-Aliasing on profile icons.
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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-UserInterface,Product-Terminal,Issue-Task,Priority-3
low
Critical
650,998,489
rust
Non-'static Lifetimes in Const Generics
We currently don't correctly handle non-`'static` lifetimes in const generics. Until #74051 is merged we ICE when a non-`'static` lifetime is hit, as seen in #60814. Many uses for const generics does not hit this limitation, but the following case has been brought up: ```rust fn test<'a, const VALUE: std::mem::Dis...
C-enhancement,A-lifetimes,T-lang,A-const-generics
low
Minor
650,999,974
godot
[Bullet] Area zero gravity with Bullet
**Godot version:** Godot 3.2.2 Official, Standard 64bit (Windows) **OS/device including version:** Windows 10 GPU: Nvidia 1060m Backend: GLES2 **Issue description:** Short: RigidBody in Area with zero gravity override still has some initial (internal) force applied, while using Bullet but not Godot physics. ...
bug,confirmed,topic:physics
low
Minor
651,038,525
PowerToys
Always open new windows in center
Idea-New PowerToy
low
Major
651,057,472
youtube-dl
Add support for pops.vn
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this checklist...
site-support-request
low
Critical
651,073,496
PowerToys
Preview word, ppt, excel files without Office
Many people may don't installed Office. It may be supported to preview word, ppt, excel, pdf without other office software.
Idea-New PowerToy,Product-File Explorer
low
Major
651,081,352
pytorch
'_mm256_extract_epi64' was not declared in this scope when compiling on Debian 32-bit
## πŸ› Bug I am attempting to compile pytorch on Debian 32-bit VM. Compilation errors about AVX have been mentioned before #17901, but I still came across similar errors mentioning `_mm256_extract_epi64`, and they seemed to come from ATen not Caffe2. ## To Reproduce Steps to reproduce the behavior: 1. Debian...
module: build,triaged
low
Critical
651,085,983
go
cmd/compile: type inference could be less strict when there are interface arguments
The [following program](https://go2goplay.golang.org/p/emZ6kZE6kT1) fails: ``` func Equal(type T comparable)(x, y T) bool { return x == y } func main() { var x interface{} = 5 var y = 5 fmt.Println(Equal(x, y)) } ``` The error is: ``` prog.go2:15:23: type int of y does not match inferred typ...
NeedsDecision,TypeInference
low
Critical
651,088,862
create-react-app
Erroneous CSS optimization
### Preface First of all, I'd like to apologize if this issue is not related to `create-react-app` itself. Please redirect me to the proper package if it isn't. I am not particularly knowledgeable when it comes to packages and setup. ### Describe the bug When creating an optimized build (`npm build`) I get err...
stale,issue: bug report
medium
Critical
651,090,493
pytorch
Difference between allocated and reserved CUDA memory
## ❓ Questions and Help I've asked this [here](https://discuss.pytorch.org/t/difference-between-allocated-and-reserved-memory/87278) but got no response. --- I imagined that that the difference between allocated and reserved memory is the following: - **allocated** memory is the amount memory that is actual...
module: memory usage,triaged
low
Critical
651,113,749
rust
Inconsistent borrow check in async function
I tried this code: ```rust use std::collections::HashMap; fn f1(map: &mut HashMap<i32, String>, k: i32) -> &String { if let Some(s) = map.get(&k) { return s; } map.insert(k, k.to_string()); map.get(&k).unwrap() } async fn f2(map: &mut HashMap<i32, String>, k: i32) -> &String { ...
P-medium,A-borrow-checker,T-compiler,C-bug,NLL-polonius,fixed-by-polonius
low
Critical
651,140,258
transformers
Tabert
# 🌟 New model addition ## Model description a pre-trained language model for learning joint representations of natural language utterances and (semi-)structured tables for semantic parsing. TaBERT is pre-trained on a massive corpus of 26M Web tables and their associated natural language context, and could be used ...
New model,Feature request
low
Major
651,166,842
youtube-dl
Please add support for StageIt <--streaming concerts
<!-- ###################################################################### 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
651,186,469
PowerToys
[Run] Skin / theme / customization / size / transparency / opacity / overlay
Since I frequently use PT Run, I found that it is a bit dull to use only color theme to decorate RUN. Can you add a "add skin"function? **Anticipated effect** allowing users to set a background picture for their PT Run.
Idea-Enhancement,Product-PowerToys Run,Area-User Interface
medium
Critical
651,188,066
PowerToys
Combine Windows Snap with FancyZone? Add more border targets to the screen and link them to zones? Combined window resizing like in Snap?
Windows snap (move window to top screen for full screen, to the left for 50% etc.) is a fantastic feature with a great UX and actually even faster to use than FancyZones. I use both in combination. The only limitation in Snap since it was introduces are too few targets. 50% left/right and full screen is not enough. ...
Idea-Enhancement,FancyZones-Dragging&UI,Product-FancyZones
medium
Major
651,188,687
godot
Mesh and materials clear on imported obj at runtime and on project load
**Godot version:** 3.2.1 **OS/device including version:** Windows 10 Pro Education **Issue description:** Materials seem to be being cleared at runtime and the mesh property of the MeshInstance is cleared during project load **Steps to reproduce:** - Open ViewportContainer3D and assign the ShapeA mesh to...
bug,topic:core
low
Minor
651,191,646
storybook
Controls: JSX support
Currently React nodes, such as `children`, show a JSON object editor by default. They should show a text editor instead that supports full JSX editing.
feature request,react,addon: contexts
medium
Critical
651,191,753
storybook
Controls: React text node support
Currently React nodes, such as `children`, show a JSON object editor by default. They should show a text editor instead, in the short term. Long term, we should support JSX #11428
feature request,react,has workaround,addon: controls
medium
Critical
651,201,171
pytorch
Is this a bug? The values calculated according to the document isn't equal to the values calculated by framework
Torch 1.5.0 CPU, Linux Bug API: `torch.optim.lr_scheduler.CosineAnnealingLR(optimizer, T_max, eta_min=0, last_epoch=-1)` <!-- 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://git...
module: optimizer,triaged
low
Critical
651,283,792
flutter
[tool_crash] ArgumentError: Invalid argument(s): Cannot find executable for /home/abhishek/flutter/bin/cache/dart-sdk/bin/pub.
## Command ``` flutter pub get ``` ## Steps to Reproduce 1. flutter pub get (taking long time) 2. flutter upgrade (thrown error) ## Logs ArgumentError: Invalid argument(s): Cannot find executable for /home/abhishek/flutter/bin/cache/dart-sdk/bin/pub. ``` #0 _getExecutable (package:process/src/inter...
c: crash,tool,P2,team-tool,triaged-tool
low
Critical
651,298,858
rust
using inner tool attributes in crate root induces compiler error on intra-crate macro use
Take a crate that has the following `foo.rs`, that contains a macro, `foomacro()!`: ```rust #[macro_export] macro_rules! foomacro { ($f:expr) => ({ println!("foomacro: {}", $f); }); } ``` This macro is used in `bar.rs`: ```rust use crate::foomacro; pub fn bar() { foomacro!("bar"...
A-attributes,A-resolve,A-macros,T-compiler,C-bug
low
Critical
651,345,569
godot
AnimationTree in inherited scene does not work
<!-- 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. --> V3.2.2.stable.official (opened via steam) **OS/device including version:** <!-- Specify ...
bug,topic:core,topic:animation
low
Major
651,389,115
youtube-dl
please add support for tv.lonelyplanet.com
## Checklist - [X] I'm reporting a new site support request - [X] I've verified that I'm running youtube-dl version **2020.06.16.1** - [X] I've checked that all provided URLs are alive and playable in a browser - [X] I've checked that none of provided URLs violate any copyrights - [X] I've searched the bugtracke...
site-support-request
low
Critical
651,404,788
TypeScript
Bundling typescript using webpack: the request of a dependency is an expression (+possible fix)
**TypeScript Version:** 3.9.6 and 4.0.0-dev.20200706 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** webpack request of a dependency expression **Code** ```ts import ts from 'typescript'; console.log(ts) ``` **Expected behavior:** Bund...
Suggestion,Experience Enhancement
medium
Critical
651,434,177
rust
Parameter usage is not properly propagated through trait aliases
It seems to me that both `S1` and `S2` should compile: ```rust #![feature(trait_alias)] // Works struct S1<'a, T: 'a, I: Iterator<Item = &'a T> + Clone> { field: I, } trait SpecialIterator<'a, T: 'a> = Iterator<Item = &'a T> + Clone; // Doesn't work struct S2<'a, T: 'a, I: SpecialIterator<'a, T>> { ...
T-compiler,C-bug,F-trait_alias,requires-nightly
low
Critical
651,446,134
pytorch
Simplify Adam Optimizer
<!-- A clear and concise description of the feature proposal --> At the moment in the Adam optimizer the exponential moving averages are decoupled from the bias correction, as per the original paper. However, it is possible to combine these operations into a single update step. An unbiased exponential moving averag...
module: optimizer,triaged,enhancement
low
Minor
651,455,433
TypeScript
Object member completions are offered from all union constituents even after union has been discriminated
<!-- 🚨 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,Domain: Completion Lists
low
Critical
651,466,881
youtube-dl
Site support request: livesets.online
## Checklist - [x] I'm reporting a new site support request - [x] I've verified that I'm running youtube-dl version **2020.06.16.1** - [x] I've checked that all provided URLs are alive and playable in a browser - [x] I've checked that none of provided URLs violate any copyrights - [x] I've searched the bugtracker ...
site-support-request
low
Critical
651,485,858
node
readable[Symbol.asyncIterator]().next() on stream causes immediate exit (no error)
* **v14.5.0**: * **Darwin helmholtz 19.5.0 Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64**: * **Subsystem**: ### What steps will reproduce the bug? When `next()` is called in the program below, nothing else gets run. list.txt and list2.txt are just two l...
readline,stream
low
Critical
651,506,399
opencv
still get "FFMPEG: tag 0x00000021/'!???' is not found" error after built from source in pyhon3.7 Ubuntu16.04.
##### System information (version) <!-- Example - OpenCV => 4.2 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> - OpenCV => 4.4.0-pre - Operating System / Platform => ubuntu 16.04: - Compiler => gcc?(not sure) ##### Detailed description Guys. I still get "FFMPEG: t...
invalid,question (invalid tracker)
low
Critical
651,521,358
vscode
Allow DAP progress notifications to be shown more prominently than the status bar
Extracting this from https://github.com/microsoft/vscode/issues/101405#issuecomment-652358374 since it's not really the same issue: I changed Dart/Flutter over to using DAP progress notifications (from previous custom messages that showed full notifications for progress). I've had a few comments suggesting the statu...
feature-request,debug
medium
Major
651,541,978
flutter
ReorderableListView animate insertion/removal of items
<!-- 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...
c: new feature,framework,f: material design,P3,team-design,triaged-design
low
Critical
651,543,841
rust
LLDB show a non existing variable at O1
LLDB show variable 'res' (when stepping at line 12) that does not exists in the code. ```bash $ cat -n a.rs 1 // run-pass 2 use std::ptr; 3 use std::rc::Rc; 4 use std::sync::Arc; 5 6 fn main() { 7 let p: *const u8 = ptr::null(); 8 let rc = Rc::new(1u...
A-debuginfo,E-needs-test,A-macros,T-compiler
low
Minor
651,624,649
TypeScript
Write typescript as modules, but output js without modules
## Search Terms Searched the whole internet for anything like it, only webpack and browserify related 'solutions' are proposed. ## Suggestion Split module options in tsconfig so typescript modules could be set separately from output target modules. ## Use Cases Our usecase: - We have a huge codebase, an...
Suggestion,Awaiting More Feedback
medium
Major
651,637,141
flutter
Google_maps_flutter KML support
## Use case I have a app where I want to load approximately 1000+ streets data(polylines) to draw on initState but It is taking too much time to load and blocking a UI when I try to do setState to place polylines on map. So I think if I can load the kml on it then it will be less expensive computation. So my app w...
c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
medium
Major