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
760,777,337
flutter
Linux desktop doesn't seem to support --route
`flutter run --route xxx` on Linux doesn't seem to be setting `window.defaultRouteName`. (Found this by trying to run our diagram generator in the assets-for-api-docs repo, passing it a `--name` argument.)
engine,f: routes,platform-linux,a: desktop,P2,team-linux,triaged-linux
low
Minor
760,777,339
TypeScript
Cache importFixes/fixMissingImport in getCodeFixes requests
<!-- 🚨 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...
Needs Investigation
low
Critical
760,806,038
pytorch
Unknown failure for test_reference_numerics_sinc_cpu_complex64
## 🐛 Bug Operator `torch.sinc` fails on certain values for complex64 but succeeds for complex128 ``` ====================================================================== FAIL: test_reference_numerics_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ---------------------------------------------------------------...
triaged,module: complex,module: trigonometric functions
low
Critical
760,809,763
rust
Document impl block visibility
It seems that if the type is visible, an impl's pub methods can be used, even if such an impl is encased in multiple private modules. https://play.rust-lang.org/?version=nightly&mode=debug&edition=2015&gist=bf21f358b4b57075d1243a3b07d93da9 I cannot find anywhere in the documentation, hell, even Google, where this...
C-enhancement,A-visibility,T-lang,A-docs
low
Critical
760,816,482
flutter
Typography should auto-select the underlying platform
This is the constructor for the `Typography` with material design 2018 specs: ```dart factory Typography.material2018({ TargetPlatform platform = TargetPlatform.android, TextTheme black, TextTheme white, TextTheme englishLike, TextTheme dense, TextTheme tall, }) { ``` As we can...
framework,f: material design,a: typography,c: proposal,team-design,triaged-design
low
Minor
760,826,163
rust
Confusing error involving lifetime elision
<!-- 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. --> The following code: ```rust struct A<'a> { backref: Option<&'a mut A<'a>>, value: String, } impl<'a> A<'a> { fn child_with_value(&'a...
A-diagnostics,A-lifetimes,T-compiler,C-bug,A-suggestion-diagnostics,D-confusing,D-incorrect,D-terse
low
Critical
760,831,267
rust
Improve `std::time::Instant` documentation - OS behavior
The following piece of documentation from `std::time::Instant`, which comes from PR #72836 via issue #48980, does not make sufficient sense and is not sufficiently helpful: ```rust /// # OS-specific behaviors /// /// An `Instant` is a wrapper around system-specific types and it may behave /// differently dependi...
C-enhancement,T-libs-api,A-docs,A-time
low
Critical
760,843,784
angular
detectChanges() does not update HostBinding
Duplicate of #23855 #22560 (locked for inactivity) detectChanges() does not render HostBinding. Unless the HostBinding is on the root bootstrapped component, and then it appears to work. I gather that HostBinding() is part of the parent view, unless there is no parent view(?) Some clarification/documentati...
area: core,P3
low
Minor
760,866,203
pytorch
Hello everyone, why does libtorch half precision float 16 leak memory?大家好,为什么libtorch半精度float16会内存泄漏?
Hello everyone, why does libtorch half precision float 16 leak memory? Float32 does not leak memory 大家好,为什么libtorch半精度float16会内存泄漏?float32不会内存泄漏 module = torch::jit::load("DLA.pt"); module->to(at::kCUDA); // put model to gpu module->to(torch::kHalf);//float16
module: memory usage,triaged
low
Major
760,933,322
flutter
[local_auth] There are `java.lang.IllegalStateException` on some devices in production
Hello! Google Play shows me exceptions in production like that: 1. ``` java.lang.IllegalStateException: at androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor (AppCompatDelegateImpl.java:686) at androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor (AppCompatDelegateImpl.java:649) at android...
c: crash,platform-android,p: local_auth,package,a: release,P2,c: fatal crash,team-android,triaged-android
low
Major
760,986,119
godot
MeshInstance shadows sometimes don't show in editor, resetting material temporarily fixes it [GLES2]
<!-- 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.4 beta3 **OS/device including version:** <!-- Specify GPU model, drivers, and the back...
bug,topic:rendering,topic:editor,confirmed,regression,topic:3d
low
Critical
761,002,656
PowerToys
Support installing as SYSTEM
Heya, I installed powertoys over SCCM as SYSTEM User on every client because non of the users got installation rights. If powertoys starts up on windows boot it seems to start with SYSTEM User priviliges instead of the users own rights. So the user can edit fancy zones but they are not used after a reboot, becau...
Area-Setup/Install,Planning-Consideration,Area-Enterprise
low
Major
761,056,097
create-react-app
Source maps showing exports.local instead of the scss file after HRM sends hot-updates.json
### Describe the bug Source maps showing exports.local instead of the scss file after updating the scss file and HRM sends hot-updates.json ### Did you try recovering your dependencies? Yes, and the same exact issue happened as well. npm --version 6.14.9 ### Which terms did you search for in User Guide...
needs triage,issue: bug report
low
Critical
761,062,982
go
crypto/x509: ParseCertificate and ParseCertificates return different errors with a single bad certificate supplied
<!-- 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.15.6 darwin/amd64 </pre> ### Does this issue reproduc...
NeedsInvestigation
low
Critical
761,069,742
deno
Deno REPL doesn't preview the return value like Node does
In node's REPL when you write a statement you can see it's output before running the code. This does not happen in deno as of now. This is a really nice feature for testing small bits of code without making your command line a long spaghetti mess. ![Example Image](https://cdn.discordapp.com/attachments/689420767620...
repl,suggestion
low
Minor
761,106,026
electron
Expose HeapProfilingService
To provide the functionality of chrome://memory-internals that helps in creating heap dump traces, more info at https://chromium.googlesource.com/chromium/src/+/master/docs/memory-infra/heap_profiler.md API readme: https://source.chromium.org/chromium/chromium/src/+/master:components/heap_profiling/
enhancement :sparkles:
low
Minor
761,121,583
pytorch
softmax fail
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> Calling torch.softmax fails with torch version 1.7.0 but works with previous ones. ``` Traceback (most recent call last): File "test.py", line 13, in <module> results.append(norm1.norm_text(text1)) File "/home/pavel/projects/text-...
needs reproduction,oncall: jit,module: autograd,module: nn,module: viewing and reshaping
low
Critical
761,138,857
TypeScript
concat arrays
**TypeScript Version:** 4.1.2 & Nightly 4.2 **Search Terms:** concat, spread **Code** ```ts type First = [number, string]; type Second = [string, string]; type Result = [...First, ...Second]; function concat (first: First, second: Second): Result { return first.concat(second); // error } function...
Suggestion,In Discussion
low
Critical
761,166,667
TypeScript
Code invalid when [jsx=react-jsx] and [module=system]
<!-- 🚨 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,Fix Available,Rescheduled
low
Critical
761,180,265
flutter
AppBar's shadow is different from dropdown's shadow at the same elevation
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
framework,f: material design,d: api docs,has reproducible steps,P3,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Critical
761,225,316
deno
Calling Deno.exit most probably will prevent coverage collection
Since Deno.exit calls exit(2) directly, coverage will probably not be collected in that scenario. We'd have to set up an atexit equivalent hook.
feat,debugger,testing
low
Major
761,231,106
material-ui
[Textfield] multiline: correct cursor positioning on click in padding-area
<!-- Provide a general summary of the issue in the Title above --> <!-- Thank you very much for contributing to Material-UI by creating an issue! ❤️ To avoid duplicate issues we ask you to check off the following list. --> <!-- Checked checkbox should look like this: [x] --> - [x] The issue is present i...
component: text field
low
Minor
761,231,725
TypeScript
hasOwnProperty return 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
761,300,910
rust
Output filenames for -Z instrument-coverage
I'm trying out the new `-Z instrument-coverage` support. One issue I ran into that by default the output is stored in a file called `default.profraw`. That file gets overridden on every new run. When running `cargo test` that is a problem. It runs several executables (e.g. for the library tests, integration tests do...
C-enhancement,A-code-coverage
low
Major
761,314,899
go
net/http: TestClientTimeout* failures with "missing timeout substring" on Windows
``` #!watchflakes post <- goos == "windows" && pkg == "net/http" && test ~ `^TestClientTimeout.*` && `missing timeout substring` ``` [2020-12-09T01:34:53-ae9b442/windows-arm-zx2c4](https://build.golang.org/log/7a1edb0354b793d5c2604ab2c4d1582096f9585c) [2020-12-07T17:19:41-7f9a2bc/windows-arm-zx2c4](https://build...
OS-Windows,NeedsInvestigation
medium
Critical
761,321,012
rust
diagnostics: suggest Result instead of Option if inner arguments would match
````rust pub struct Error {} pub fn want_result() -> Option<(), Error> { unimplemented!() } ```` rust fails to compile this: ```` error[E0107]: wrong number of type arguments: expected 1, found 2 --> src/lib.rs:3:36 | 3 | pub fn want_result() -> Option<(), Error> { | ...
A-diagnostics,P-low,T-compiler,A-result-option
low
Critical
761,326,863
rust
rustc span format seems broken: file:line:line:column
repro: ```` git clone https://github.com/matthiaskrgr/cargo-cache cd cargo-cache git checkout rustfmt_bug cargo fmt ```` ```` error[internal]: left behind trailing whitespace --> /home/matthias/vcs/github/cargo-cache/src/library.rs:147:147:0 | 147 | | ^^^^ | warning: rustfmt has failed ...
A-diagnostics,T-compiler,C-bug
low
Critical
761,425,995
flutter
Bug in Material text selection menu button layout when using narrow buttons
In the case of text selection menu buttons that are narrower than the overflow button, it's possible that there is underutilized space in the text selection menu. Currently, the algorithm lays out as many buttons as can fit until they overflow, then checks if removing the overflow button could allow everything to fi...
a: text input,framework,f: material design,P2,team-design,triaged-design
low
Critical
761,430,892
PowerToys
[Feature Request] Character map picker
I often find myself going into the Windows Character map to find a character to use for the software that I design and write. I have used other tools such as Universal Character Map which I do find is much clearer to use in comparing to the Windows Character map where the characters displayed are very small. It def...
Idea-New PowerToy
low
Major
761,462,963
TypeScript
Strange error: string is not a string type
**TypeScript Version:** 4.1.2 **Search Terms:** downlevelIteration, string, spread **Code** ```ts function test(name: string) { for (const _char of [...name]) { } } ``` Run tsc on just this ts file with no extra flags (I couldn't find the right combination of playground checkboxes to simulate ...
Bug,Help Wanted,Effort: Moderate,Domain: Error Messages
low
Critical
761,495,323
pytorch
Investigate `torch.linalg.norm` performance
In issue #47833, @mthrok posted some measurements of `torch.linalg.norm`. It looks like it should be possible to improve performance. I will look into what may be causing bottlenecks. cc @jianyuh @nikitaved @pearu @mruberry @heitorschueroff @walterddr @VitalyFedyunin @ngimel
module: performance,triaged,module: linear algebra
low
Major
761,525,963
pytorch
[NNC] Some ops have type promotion logic which adds extra casts & does compute in different dtype than eager
## 🐛 Bug Many NNC type promotion goes through a common path which [promotes inputs according to the highest input type](https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/tensorexpr/kernel.cpp#L725), and then after compute, casts the output to whichever output type was recorded when the op was run in eag...
module: bootcamp,triaged,NNC
low
Critical
761,534,195
scrcpy
Snap: adb server version (39) doesn't match this client (41)
- [x] I have read the [FAQ](https://github.com/Genymobile/scrcpy/blob/master/FAQ.md). - [x] I have searched in existing [issues](https://github.com/Genymobile/scrcpy/issues). **Environment** - OS: Ubuntu 18.04 - scrcpy version: 1.16 - installation method: snap - device model: Pixel 4a - Android version:...
snap
low
Critical
761,545,825
pytorch
torch.utils.data.DistributedSampler allow uneven inputs
## 🚀 Feature Right now, `torch.utils.data.DistributedSampler` has two modes of dealing with datasets where `len(dataset) % num_replicas != 0`: if `drop_last=False`, then we "pad" the dataset with extra samples, or if `drop_last=True`, we drop the last batch of samples. I think we should also have an option to ju...
module: dataloader,triaged,enhancement,module: data
low
Major
761,560,107
vscode
Ports panel tab keeps moving around
It seems like the tab for ports keeps moving around in the panel. I keep dragging it to the far left, but it doesn't stay. Then just now in the same session, I saw it move from the far left to here ![image](https://user-images.githubusercontent.com/323878/101822072-aa0b9000-3add-11eb-8910-f67d87b204f9.png)
bug,workbench-views
low
Major
761,596,897
angular
Reactive Forms rules for name and formControlName matching causes conflicts with radio sets in different FormGroup/FormArray sections
# 🐞 bug report ### Affected Package The issue is caused by package @angular/forms ### Is this a regression? No ### Description When using Reactive Forms and radio buttons, an error is logged indicating that the `name` and `formControlName` attributes must match, even for radios inside of `FormGroup` or `Fo...
area: forms,P4
low
Critical
761,609,639
rust
Using ManuallyDrop causes allocas and memcpys that LLVM cannot remove
It's great that `ManuallyDrop` helps people do the right thing by pre-leaking things they plan to move elsewhere, helping to avoid double-free issues. But unfortunately `ManuallyDrop::new` gets codegened as copying the whole thing into a local variable, and LLVM frequently cannot remove it. This is particularly fru...
A-LLVM,I-slow,C-bug,T-libs
low
Critical
761,624,322
go
encoding/json: UnmarshalTypeError.Error message seems insensible
[Consider this snippet](https://play.golang.org/p/lKh1SHb-9VT): ```go type GoStruct1 struct { AlphaField GoStruct2 `json:"alpha_field"` } type GoStruct2 struct { BravoField []GoStruct3 `json:"bravo_field"` } type GoStruct3 struct { StringField string `json:"string_field"` } func main() { fmt.Println(j...
NeedsInvestigation
low
Critical
761,637,190
TypeScript
String literal rename doesn't work with template literals
**typescript next 4.2.0-dev20201210** There are other cases when string literal rename refactor (https://github.com/microsoft/TypeScript/pull/39298) deosn't work **Example:** ```ts type Foo = 'donald' | 'joe' // allow to rename any of these values const foo: Foo = 'joe' // using string literal: const...
Bug,Domain: Refactorings
low
Minor
761,641,912
TypeScript
String literal rename doesn't work in switch/case statment
**typescript next 4.2.0-dev20201210** There are other cases when string literal rename refactor (https://github.com/microsoft/TypeScript/pull/39298) deosn't work **Example:** ```ts type Foo = 'donald' | 'joe' // allow to rename any of these values // basic usage const foo: Foo = 'joe ' // using strin...
Bug,Domain: Refactorings
low
Minor
761,650,609
flutter
Consider migrating to a variant of vector_math that has a smaller API surface area
For example, we don't seem to need https://master-api.flutter.dev/flutter/vector_math/Colors-class.html but it is currently in our API docs. We may also be able to make a simpler API surface, e.g. `Matrix4.leftTranslate` has an argument that is `dynamic`. The question is can we do this without breaking everyone... I...
framework,dependency: dart,P3,team-framework,triaged-framework
low
Minor
761,656,775
flutter
dart:html appears in our API docs in a way that confuses matters
dart:html appears in our API docs in a way that confuses matters. For example, searching for the "Text" widget brings you here: https://master-api.flutter.dev/flutter/dart-html/Text-class.html I'm not sure what the solution is; arguably, dart:html is an important library for us to include in our API docs. Maybe it ...
framework,dependency: dart,d: api docs,P3,team-framework,triaged-framework
low
Minor
761,671,909
flutter
Error: Unexpected null value while navigating from tab1 to tab 2 (Flutter Web - Using HTMLElementView)
Hi, simple use of HTMLElementView is causing issues in my app. My code is as follows: <details><summary>Code</summary> ``` import 'dart:html'; import 'package:myPackage/constants.dart'; import 'package:myPackage/contentProvider/contentProvider.dart'; import 'package:flutter/material.dart'; import 'package...
c: crash,framework,platform-web,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-web,triaged-web
low
Critical
761,684,722
flutter
Unable to run "adb", check your Android SDK installation and ANDROID_SDK_ROOT environment variable
Hi, I'm not able to use properly Flutter with Android Studio on my new laptop after switching from the old one. Here is the output of flutter doctor verbose: ### <details> <summary>flutter doctor -v</summary> ```console C:\src\flutter\bin\flutter.bat doctor --verbose [√] Flutter (Channel stable, 1.22....
c: crash,tool,platform-windows,t: flutter doctor,P2,team-tool,triaged-tool
low
Critical
761,731,435
flutter
Error running 'gclient sync' in flutter engine folder: failed to resolve flutter_internal/android/sdk/licenses@latest (line 28): prefix "flutter_internal/android/sdk/licenses" doesn't exist or "user:andrewjohncoutts@gmail.com" is not allowed to see it, run `cipd auth-login` to login or relogin
After updating to the latest stable `1.22.5` and attempting to `gclient sync` with engine branch `flutter-1.22-candidate.12`, I'm getting the below error: ``` ➜ engine gclient sync -D Syncing projects: 100% (105/105), done. ...
engine,P2,team-engine,triaged-engine
low
Critical
761,732,060
create-react-app
Proxy server from package.json not working
### Describe the bug Same issue as in: https://github.com/facebook/create-react-app/issues/6031 Proxy is not working when I add `"proxy": "http://localhost:8080",` into `package.json`. Only when you follow manual proxy config at https://create-react-app.dev/docs/proxying-api-requests-in-development/#configurin...
needs triage,issue: bug report
low
Critical
761,746,168
pytorch
Provide a mechanism to limit the workspace size of cudnn convolution
## 🚀 Feature I am suggesting adding a mechanism to limit the workspace size used by cuDNN. ## Motivation The workspace size for algorithms returned by cuDNN heuristics could be large sometimes. As a result, users could see CUDA OOM error when using PyTorch with cuDNN, for example, https://discuss.pytorch.org/...
module: cudnn,module: convolution,triaged
low
Critical
761,750,239
go
mime: RFC 2045 vs 2616 confusion in FormatMediaType
So ... this is like the definition of pedantic, but: The list of characters that can't be in tokens in RFC 2045 [MIME] is (https://tools.ietf.org/html/rfc2045 section 5.1): `()<>@,;:\"/[]?=` as implemented in https://github.com/golang/go/blob/master/src/mime/grammar.go . The list of characters that can't be...
NeedsInvestigation
low
Minor
761,799,648
rust
Long argsfile doesn't work properly on Windows
Example: https://github.com/KapJI/rust_example Commands to repro: https://github.com/KapJI/rust_example/blob/main/test.sh Example CI job: https://github.com/KapJI/rust_example/runs/1534666156 With shorter argsfile it compiled correctly but longer one failed with ``` error: cannot determine resolution for the imp...
O-windows,C-bug
low
Critical
761,836,272
vscode
Can't not open files or dictionary by right click -> open in code
<!-- ⚠️⚠️ 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...
bug,help wanted,windows,workbench-os-integration
low
Critical
761,838,119
ant-design
表头分组和固定列搜索定位问题
Reproduction link https://codepen.io/miyatis/pen/BaLQRXj?editors=0010 Steps to reproduce ctrl f搜索test5 What is expected? 定位到搜索的表头 What is actually happening? 无反应 Environment Info antd 4.9.1 React 16 System win Browser 谷歌
help wanted,Inactive
low
Major
761,855,985
godot
Normal Maps with large height gradients are not getting applied correctly
**Godot version:** Godot 3.2.3 and 3.2.4-beta3 **OS/device including version:** Windows 10, Nvidia GTX 960 GLES2 GLES3 **Issue description:** The normal file in question is labeled Asteroid_DeepNormal.png as that has some height gradients. I also have an Asteroid_SoftNormal.png file that I made with softer gra...
bug,topic:rendering
medium
Major
761,895,004
pytorch
Bug in profiler on CI machines when profiling NCCL distributed calls
## 🐛 Bug As mentioned in https://github.com/pytorch/pytorch/pull/48947, the profiler can sometimes give inaccurate results on distributed collective ops quite rarely. This seems to happen only very rarely on CI machines and nowhere else, but it is still worth looking into. ## To Reproduce Steps to reproduce ...
oncall: distributed,triaged,module: c10d
low
Critical
761,949,326
create-react-app
Provide option to set transpile target ES version
### Is your proposal related to a problem? <!-- Provide a clear and concise description of what the problem is. For example, "I'm always frustrated when..." --> Currently CRA transpiles to ES5, but ES2017 has almost 95% browser support now. So shipping a ES2017 Module with `<script type="module">` will res...
issue: proposal,needs triage
low
Major
762,034,775
PowerToys
Re-enable win-app-driver
It's being disabled from a default build configuration due to https://github.com/microsoft/PowerToys/pull/8412#issuecomment-742416712. We need to re-enable it once the build farm is fixed.
Area-Build
low
Minor
762,104,823
ant-design
Descriptions.Item中span属性目前支持包含列的数量,是否能支持包含行的数量?
- [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 增强易用性,解决多行合并显示 ### What does the proposed API look like? span={row:1,col:1} <!-- generated by ant-design-issue-helper. D...
Inactive
low
Major
762,114,241
vscode
can't connect to extensions marketplace
Issue Type: <b>Bug</b> extensions tab rep message "We cannot connect to the Extensions marketplace at this time, please try again later." VS Code version: Code 1.51.1 (e5a624b788d92b8d34d1392e4c4d9789406efe8f, 2020-11-10T23:34:32.027Z) OS version: Windows_NT x64 10.0.19041 <details> <summary>System Info</sum...
bug,proxy
low
Critical
762,125,128
pytorch
Torch abs op crashes on -128 int8 tensor with ASAN
## 🐛 Bug Torch abs op if applied on a int8 tensor with min type value (i.e. -128) leads to a crash with message ``` /var/lib/jenkins/workspace/aten/src/ATen/native/Math.h:1108:10: runtime error: 128 is outside the range of representable values of type 'signed char' ``` ## To Reproduce ```python import tor...
module: error checking,triaged
low
Critical
762,181,511
pytorch
Looking for a more convenient way to getter value of the upper/lower triangular matrix into 1D
## 🚀 Feature Looking for a new function like `torch.triu_values` / `torch.tril_values` to gatter the value of the upper/lower triangular matrix into 1D shape more convenient. ## Motivation When we need gatter the value of an upper/lower triangular matrix into 1D shape, in NumPy way, we can easily use `triu_indi...
module: bc-breaking,triaged,module: numpy,needs design,topic: bc breaking
low
Major
762,268,125
terminal
Golden Ratio mode
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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-UserInterface,Product-Terminal
low
Critical
762,297,600
material-ui
[Transition] Reveal component, transitions when components scroll into view
A `Reveal` component that tracks the "visiblity" of an element and triggers a specific transition. - [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. ## Summary 💡 Common use case is to implement a "reveal"-effect when ...
new feature,waiting for 👍,component: transitions
low
Major
762,305,303
transformers
overflow_to_sample_mapping missing in in documentation
In the [documentation ]( https://huggingface.co/transformers/master/main_classes/tokenizer.html#transformers.PreTrainedTokenizerFast.__call__)of the fast tokenizer, the `overflow_to_sample_mapping` field is missing. Instead the `overflowing_tokens` is listed there, which is only part of the base tokenizer.
WIP
low
Major
762,393,270
transformers
CharacterBERT
# 🌟 New model addition ## Model description **CharacterBERT** is a **variant of BERT** that uses a CharacterCNN module **instead of** WordPieces. As a result, the model: 1. Does not require/rely on a WordPiece vocabulary 2. Produces a single embedding for any (reasonable) input token 3. Is more robust to misspe...
New model
medium
Major
762,447,577
go
cmd/go: support `@latest-prerelease` tag
From https://github.com/golang/go/issues/42545#issuecomment-726264795 **Use case** We have a group of VSCode plugin users who opted in to use prerelease versions of tools. For the users, this will be convenient. Currently the plugin has its own logic to retrieve the list, parse versions, and choose the highest tagg...
NeedsInvestigation,FeatureRequest,GoCommand,modules
low
Major
762,515,917
terminal
Add configurable Pane border _hover_ color
This month on _"Stealing ideas from the [VsCode release notes](https://code.visualstudio.com/updates/v1_52#_sash-hover-border-color)"_: ![image](https://code.visualstudio.com/assets/updates/1_52/sash.gif) We don't yet support resizing panes with the mouse (that's #992). We also don't support configuring the pane ...
Area-UserInterface,Product-Terminal,Issue-Task
low
Minor
762,651,735
angular
Support children outlet in wildcard route
I'm trying to make the following route config work: ```javascript { path: '**', component: PageComponent, children: [ { path: ':slug', outlet: 'section', component: SectionComponent } ] }, ``` And this in the `PageComponent`: ```html <a [routerLink]="[{ outlets: { s...
area: router,router: config matching/activation/validation,P4
low
Major
762,796,300
TypeScript
Incorrect error message when referencing non-existent type
**TypeScript Version:** 4.0.5 **Search Terms:** "no exported member" **Code** foo.d.ts ```ts namespace foo.bar { export interface I { x: string } } ``` foo.js ```js //@ts-check /** @type { foo.bar.I } */ var i; /** @type { foo.bar.X } */ var x; /** @type { foo.bar.I.y } */ var y; /...
Bug
low
Critical
762,803,734
pytorch
Methods that solve systems of linear equations are memory-inefficient (batch-wise broadcasting)
## 🐛 Bug Certain methods defined in `BatchedLinearAlgebra.cpp`, such as ``` torch.solve torch.cholesky_solve torch.triangular_solve torch.lu_solve ``` solve the system of linear equations `AX = B` and support batching with broadcasting over the batch dimensions. The problem is that the brodcasted new matr...
module: memory usage,triaged,module: linear algebra
low
Critical
762,805,436
pytorch
Differentiate between objects with a true `Tensor` type and objects with a default `Tensor` type
## 🐛 Bug We currently set `Tensor` as the default type for untyped variables, but this can be overly restrictive. Perhaps we should allow unannotated `List`s and `Dict`s to be typed based on their first added item. In doing this, we should make sure that we don't inadvertently allow reassignment for `List`s and `Di...
oncall: jit
low
Critical
762,852,494
storybook
Adding Storybook to my TypeScript React component library makes apps that use the published library crash on webpack compilation due to TS errors
I maintain an in-house TypeScript React component library, which is published to a private package repository and used within my company's front-end apps. The new features in storybook 6 are amazing and I want to use them in my documentation. I added storybook to my library, and found that it was pretty easy to ...
question / support,react,typescript
low
Critical
762,898,576
flutter
Proposal to add text outline / stroke effect to TextField and TextFormField widget
Apart from the fact the actual text outline is missing but was "fixed" by telling people to place two text widgets into a stack widget, there's no text outline option for TextField and TextFormField widgets.
c: new feature,framework,engine,a: typography,c: proposal,P3,team-engine,triaged-engine
low
Major
762,904,920
rust
Constantly receiving `Undefined symbols for architecture x86_64`
I'm constantly receiving `Undefined symbols for architecture x86_64` when running `cargo build/test/check/run`. It happens in projects with a variety of targets (wasm/arm/x86/musl). I can make it temporarily go away when switching my default from stable to nightly, but the issues will resume and I'll have to switch bac...
A-linkage,O-wasm,C-bug
low
Critical
762,936,259
pytorch
[TorchScipt] Custom Objects C++ API
## 🐛 Bug: Creating TorchScript Objects in C++ @samster25 pointed out in a presentation that there is no public API for creating a User-defined Class (class defined in python) or named tuple in the C++ API. More generally, the C++ API is hard to use. In the past, we have considered having a separate set of use...
oncall: jit
low
Critical
762,959,103
pytorch
[FX] Update `placeholder` docs to better reflect the role of `node` and `target`
https://github.com/pytorch/pytorch/blob/15200e385a764721000f1dfadbcaf42c328bafdd/torch/fx/node.py#L34 `node` and `target` actually have different behavior. `target` is the stable, user-visible name (and may contain `*` or `**` as in `*args` or `**kwargs`), whereas name is a garden-variety SSA unique name. We should ...
triaged,module: fx
low
Minor
763,008,094
go
cmd/compile: suboptimal arm64 output
### What version of Go are you using (`go version`)? <pre> $ go version go version devel +3b2a578166 Sat Dec 5 16:20:01 2020 +0000 darwin/arm64 </pre> ### What did you do? Compiled this function. ``` type fieldElement struct { l0, l1, l2, l3, l4 uint64 } func (v *fieldElement) carryPropagateGeneri...
Performance,NeedsDecision,arch-arm64,compiler/runtime
low
Major
763,119,406
flutter
GBoard's contact suggest feature does not show up for Flutter text input
Internal: b/348443241 GBoard allows users to enable contact suggestions which take effect when someone is entering a name or a phone number. It seems this works for Web and Android native fields but not for Flutter. From customer: > We already tried `TextField` with keyboardType: TextInputType.phone, number, email,...
a: text input,framework,engine,customer: money (g3),P2,team-engine,triaged-engine
low
Minor
763,122,134
flutter
GBoard's suggestion strip messes up the window display metrics
See b/174549158 Related to #72172. When the suggestion strip shows on GBoard, the app header is pushed into the safe area. Since Flutter's own text field does not allow us to use this feature, there's no simple repro. It can be reproduced by adding a Webview in Scaffold `body` then going to a webpage that allows ...
framework,customer: money (g3),P2,team-framework,triaged-framework
low
Minor
763,135,852
rust
-Ztime-passes: print lint name
It seems that for each lint that is run, rustc only prints `pre_AST_expansion_lint_checks` when invoked with `-Ztime-passes`: ````rust fn pre_expansion_lint(sess: &Session, lint_store: &LintStore, krate: &ast::Crate) { sess.time("pre_AST_expansion_lint_checks", || { rustc_lint::check_ast_crate( ...
C-enhancement,A-lints,T-compiler,A-self-profile,A-contributor-roadblock
low
Major
763,163,658
rust
Suggest using `let` when a const uses outer function's generics
If you use: `const size = std::mem::size_of::<T>()` instead of `let size = ...` You get the misleading compiler error E401: error[E0401]: can't use generic parameters from outer function Which is total nonsense. You just need let instead of const here. This fooled me for a while, so I'm opening this issue ...
C-enhancement,A-diagnostics,T-compiler,A-suggestion-diagnostics,D-papercut
low
Critical
763,334,713
next.js
i18n adds repeating, redundant routes for locales
# Bug report ## Describe the bug Setting up i18n introduces some weird nested routes with two-level permutations of the defined locales. With this basic i18n setup: ``` i18n: { locales: ["fr", "en"], defaultLocale: "fr" } ``` All these are valid routes for the same page: ``` // these w...
Internationalization (i18n)
low
Critical
763,341,535
pytorch
Does Pytorch have the function that can obtain sub-matrix according to index?
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> If i have a multidimensional tensor: **matrix = 500\*600, 500, 600:** [batch, H, W] Now i want a function which can obtain a sub-matrix(h, w) of the matrix on H, W dim according to the index in the first dim: for example: ```python ...
feature,triaged,module: advanced indexing
low
Major
763,441,764
godot
when button get focus, press SPACE key, _unhandled_key_input called
**Godot version:** 3.2.4 beta4 **OS/device including version:** win10/rx5700 **Issue description:** when button get focus, press SPACE key, _unhandled_key_input called, but LineEdit get focus everything is ok, SPACE key will not call _unhandled_key_input. **Steps to reproduce:** ![image](https://user-i...
documentation,topic:input,topic:gui
low
Minor
763,553,564
pytorch
Bug when combining AMP with channels_last memory format
## 🐛 Bug when combining AMP with channels_last memory format CUDA unexpectedly fails with different errors when training torchvision models with AMP and channels_last memory format. ## To Reproduce Steps to reproduce the behavior: 1. Create new conda environment: `conda create -n test_environment python=3...
module: cuda,triaged,module: memory format,module: amp (automated mixed precision)
low
Critical
763,746,687
excalidraw
Viewer embeded
It is possible to have only one viewer that can be loaded on a static website. For draw.io i use something like (macro for confluence wiki): ``` ## Macro title: drawio_view ## Macro has a body: N ## @param URL:title=URL (https)|type=string|required=true|desc=Use sempre https ## @param LOCAL:title=Local (no Driv...
More information needed / cannot reproduce,package:excalidraw
low
Critical
763,908,239
pytorch
TensorBoard SummaryWriter to remote storage unreasonably slow
## 🐛 Bug Writing scalars to TensorBoard event files on remote storage using the SummaryWriter is unreasonably slow. ## To Reproduce Steps to reproduce the behavior: I am not an expert on data handling and the lingo involved so forgive me some inaccuracies. From my understanding (e.g. from [here](https://ww...
triaged,module: tensorboard
low
Critical
763,921,048
vscode
Snippet transformation does not work with nested snippets
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> VS Code version: Code 1.51.1 (e5a624b788d92b8d34d1392e4c4d9789406efe8f, 2020-11-10T23:34:32.027Z) OS version: Windows_NT x64 10.0.18363 I've written a snippet that transforms TypeScript interfaces to JSON key-values where the key is the name of the TS pr...
bug,snippets
low
Critical
763,947,900
react-native
TextInput onChangeText is firing at wrong time when type with Chinese input keyboard in iOS
## Description TextInput onChangeText is firing at wrong time. Here is the gif to show the problem. ![RPReplay_Final1607783480](https://user-images.githubusercontent.com/2337380/101986909-e6044800-3ccb-11eb-8a55-bb42b5af6086.gif) I am typing the Chinese wording "你好" with a Chinese input keyboard in iOS. 1. The...
Platform: iOS,Component: TextInput,API: Keyboard,Needs: Triage :mag:,Never gets stale
low
Major
763,948,179
rust
changelog: 1.48.0 does not list cargo changes
The rust 1.48.0 changelog does not list any `cargo` changes, might be an accident?
T-release,A-meta
low
Minor
764,080,718
godot
Cannot duplicate a scene instance whose source scene was renamed
Related to #20802? I don't see this specific case as a feature request though. Saving reveals that the scene instance's dependency might not get updated by the rename operation. Please edit title if this can be confirmed. **Godot version:** 3.2.1 stable **OS/device including version:** Windows 10 x64 **I...
bug,topic:editor,confirmed
low
Critical
764,159,928
godot
Color picker for Label's Custom Colors not refreshed with new swatches
**Godot version:** 3.2.1 stable **OS/device including version:** Windows 10 x64 **Issue description:** New color swatches aren't shown in color picker when selecting another color in Control's Custom Colors. Selecting another node and coming back seems to refresh the picker with the new colors. Hypothe...
topic:editor,topic:gui
low
Minor
764,482,620
vscode
[json] Relative path wrongly resolved
<!-- ⚠️⚠️ 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...
bug,json
low
Critical
764,496,054
excalidraw
Shortcuts for RTL languages are not consistent
How should they be actually is the question :) <img width="281" alt="Screenshot 2020-12-13 at 12 25 34 AM" src="https://user-images.githubusercontent.com/125676/101996302-e4418100-3cd9-11eb-96f2-45d547225f04.png">
bug,RTL
low
Minor
764,703,146
rust
Calling Vec::extend repeatedly in a for loop is faster than calling it once on iter::flatten
See https://github.com/smmalis37/aoc2020/commit/3fbf5d9b9e89d18c213c0d9df6a08db9364b2604#diff-6965df871359c91ee03b5564314f3e131c0877b8603aea626b5d8f9180eb4ee8R28-L29 The highlighted change, when measured in isolation from the other changes in that commit, resulted in a roughly 30-40% speedup of the entire function (...
I-slow,T-libs-api,A-iterators
low
Minor
764,763,184
rust
Tracking Issue for maybe_uninit_write_slice
<!-- Thank you for creating a tracking issue! Tracking issues are for tracking a feature from implementation to stabilization. Make sure to include the relevant RFC for the feature if it has one. If the new feature is small, it may be fine to skip the RFC process. In that case, you can use use `issue = "none"` in yo...
T-libs-api,C-tracking-issue,Libs-Tracked,A-raw-pointers
medium
Major
765,209,397
pytorch
add inverse cdf for Chi-square Distribution
## 🚀 Feature add inverse cdf for Chi-square Distribution ## Motivation ``` import torch dist = torch.distributions.chi2.Chi2(torch.tensor([1.0])) dist.icdf(dist.rsample()) >>> NotImplementedError ``` ## Pitch It would be nice to have. cc @fritzo @neerajprad @alicanb @vishwakftw @nikitaved
module: distributions,feature,triaged
low
Critical
765,221,230
opencv
javadoc search is broken
##### System information (version) - OpenCV => 3.4 & master(4.5.1-pre) ##### Steps to reproduce e.g. starting from [index](https://docs.opencv.org/3.4/javadoc/index.html) , typing `Mat` into the search box leads to https://docs.opencv.org/3.4/javadoc/undefined/org/opencv/core/Mat.html . the correct link seems...
category: documentation,category: java bindings,confirmed
low
Critical
765,241,684
godot
Screen space reflection doesn't work on ShaderMaterial when DEPTH_TEXTURE is being read
<!-- 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.3.stable.official **OS/device including version:** <!-- Specify GPU model, drivers, a...
topic:rendering,confirmed,documentation,topic:shaders,topic:3d
low
Critical
765,276,303
terminal
Allow mouse clicks to reposition cursor by emitting cursor key sequences
> [!IMPORTANT] > 📌 Maintainer TL;DR: > This got added in #15758, as [`"experimental.repositionCursorWithMouse":true`](https://learn.microsoft.com/en-us/windows/terminal/customize-settings/profile-advanced#experimental-move-cursor-with-the-mouse). See also https://github.com/microsoft/terminal/issues/8573#issuecom...
Issue-Feature,Area-Input,Area-TerminalControl,Product-Terminal
high
Critical
765,331,105
excalidraw
inserting library item doesn't work with non-zero canvas offsets
Inserting library item via click which should insert to canvas center (https://github.com/excalidraw/excalidraw/pull/2527) doesn't work when canvas has non-zero offsets. /cc @mwufi Blocked on https://github.com/excalidraw/excalidraw/issues/2528
bug
low
Minor
765,373,190
opencv
Mat::setTo() with a Mat as arg copies only the 1st channel
##### System information (version) - OpenCV => 4.0.0, 4.5.1-pre - Operating System / Platform => Windows 64 Bit - Compiler => mingw64 ##### Steps to reproduce ``` // a simulated bgr image Mat A(2,2,16,Scalar(1,2,3)); cout << A << endl; [ 1, 2, 3, 1, 2, 3; 1, 2, 3, 1, 2, 3] ...
bug,category: core,RFC
low
Critical