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 |
|---|---|---|---|---|---|---|
696,949,269 | TypeScript | Constructor generic types and `this` parameter (TS1092, TS2681) | <!-- π¨ 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, espec... | Suggestion,In Discussion | medium | Critical |
696,953,837 | terminal | Tab exits with code 1 when Console.SetBufferSize has been modified and you maximize window | Possibly related to #1461. I understand the text rendering errors, but the process exiting is different.
When I set the console buffer size to maximum height and run my code from Windows Terminal (in non-maximized, 'windowed' mode), everything appears to work correctly. Windows Terminal honors the buffer-size that I... | Help Wanted,Product-Conpty,Area-Output,Area-Server,Issue-Bug,Severity-Crash,Priority-2 | low | Critical |
696,959,400 | go | cmd/go: 'go list -m' should not require go.sum with -versions or when all args are version queries | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.15.1 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summar... | NeedsFix,modules | low | Critical |
696,978,990 | rust | Char should have method to detect format characters | The `Char` type has a method `.control` to check if a character is a control character.
This is very useful, but there are other categories in unicode, like the control format characters.
These are well defined by unicode, and should not be any more difficult to implement then `.control`. | A-Unicode,T-libs-api,C-feature-request | low | Minor |
697,001,665 | TypeScript | Function parameter names are incorrectly inferred from variadiac tuples | **TypeScript Version:** 4.1.0-insiders.20200909
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
typescript variadic tuple names curry argument
**Code**
```ts
type Curry<A extends unknown[], R> = A extends [infer Head, ...infer Tail] ? (...args... | Needs Investigation | low | Major |
697,004,380 | flutter | flutter pub get doesnt work in linux for the first try and then works if i do it again manully | <!-- 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: crash,tool,platform-linux,P2,team-tool,triaged-tool | low | Critical |
697,036,569 | material-ui | [Autocomplete] start adornment position issue with filled variant autocompletes | - [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 π―
_start adornment_'s position is not correct when autocomplete has a filled variant. it has an extra... | bug π,waiting for π,component: autocomplete | low | Minor |
697,038,761 | pytorch | Investigate SyncBatchNorm cleanup with NCCL Async Error Handling | In our new NCCL Async Error Handling functionality (introduced in the stack starting at #41050), we track `WorkNCCL` objects in a `workList_` corresponding to incomplete collective calls. In the destructor, we block on the `workList_` becoming empty - so we only destruct ProcessGroupNCCL if all the collectives have co... | oncall: distributed,triaged,better-engineering | low | Critical |
697,039,312 | PowerToys | Add an excluded app list to the "move newly created windows to the current active monitor" option | ## π Provide a description of the new feature
_What is the expected behavior of the proposed feature? What is the scenario this would be used?_
Some apps "reopen" themselves, such as Zoom when the presenter shares a screen. Currently, when the feature is enabled, the app window would automatically move to anoth... | Idea-Enhancement,Product-FancyZones | low | Minor |
697,114,399 | go | cmd/go: in tests, populate go.sum files and reduce usage of -mod=mod | This issue acts as a TODO for a number of comments raised in review of [CL 251881](https://go-review.googlesource.com/c/go/+/251881), which enables `-mod=readonly` by default for #40278. Two broad issues should be fixed in the `cmd/go` integration tests.
First, `-mod=mod` is used in a lot of places with `go list` or... | Testing,NeedsFix | low | Minor |
697,114,648 | opencv | imread supports Non-ASCII filename in opencv-python+Windows | ##### System information (version)
<!-- Example
- OpenCV => 4.2
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2017
-->
- OpenCV => 4.4
- Operating System / Platform => Windows
- Compiler => opencv-python
##### Detailed description
https://github.com/opencv/opencv/pull/13368... | feature,category: python bindings,platform: win32 | low | Critical |
697,117,892 | pytorch | Batchnorm2d in PT1.6 couldn't turn off track_running_stats | ## π Bug
I have a model trained with BN layers and tracking running parameters ON. After training, I found I couldn't turn the tracking_running_stats off for inference in PT1.6. Everything worked expectedly in PT1.5.
The results in PT1.6 with tracking_running_stats ON or OFF are the same after Batchnorm which mea... | module: docs,module: nn,triaged | low | Critical |
697,126,982 | rust | unhelpful message about reaching recursion limit because of extraneous & | I tried this code:
```rust
enum Node {
Item(Option<i32>),
Box(Box<Node>),
}
impl Node {
fn new() -> Self {
Node::Item(None)
}
fn new_box() -> Self {
Node::Box(Box::new(Self::new()))
}
fn apply<F: Fn(&i32) -> bool + Copy>(&self, f: F) -> bool {
matc... | C-enhancement,A-diagnostics,T-compiler,D-confusing | low | Critical |
697,140,839 | storybook | useEffect hook causing infinite renders in story | **Describe the bug**
I was trying mock the fetch using useEffect within a story but the hooks renders infinitely
**To Reproduce**
To help understand the problem I have pasted sample snippets to reproduce this problem
**Expected behavior**
Should not render after initial render. In the browser (tested in Chrome... | question / support,react | low | Critical |
697,146,205 | pytorch | [tools.codegen] Rename api.legacy_dispatcher to api.native | api.native seems more descriptive than api.legacy_dispatcher. The original idea was that legacy_dispatcher types are the types that are used by the dispatcher when legacy is not in effect. But actually, these types coincide exactly with the types of the native functions people write. This is supported by the generator ... | module: internals,triaged | low | Minor |
697,156,659 | flutter | Ctrl+F support, finding text on a page (even when scrolled off screen) | Current status: https://github.com/flutter/flutter/issues/65504#issuecomment-1475059683
---
cannot browser search (CTRL +F) to find text on a page | c: new feature,framework,a: fidelity,f: scrolling,platform-web,P3,team-framework,triaged-framework | high | Critical |
697,158,299 | go | gollvm: libgo's shell scripts raise errors, during gollvm's build | $cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=' -stdlib=libc++ ' -DLLVM_TARGETS_TO_BUILD='X86' ../llvm-project/llvm
-- The C compiler identification is Clang 11.0.0
-- The CXX compiler identification is Clang 11.0.0
-- The ASM compiler identifica... | NeedsInvestigation | low | Critical |
697,172,138 | pytorch | Support for CUDA matrix multiplication on long (and other integer) tensors | ## π Feature
I would love cuda support for matrix multiplication on Long Tensor
Currently:
```python
import torch
x = torch.LongTensor([[1]])
x = x.cuda()
x + x # works
x * x # works
x @ x # FAILS
```
```
---------------------------------------------------------------------------
RuntimeError ... | high priority,module: cuda,triaged,module: cublas,module: linear algebra,needs design,function request | medium | Critical |
697,189,810 | go | cmd/go: "mod why" should show all the paths to a package or module | It would be nicer if `go mod why` gave all the paths to a package or module, not just the shortest path. This would help answer common questions like "what would it take to remove dependency X?".
I can get that information indirectly via `go list -deps -json` or `go mod graph`, processing or plotting the output some... | NeedsInvestigation,FeatureRequest,GoCommand,modules,Tools | low | Major |
697,192,257 | react-native | Commas in cookie value not parsed correctly on Android | ## Description
tl;dr Commas are treated as cookie deliminators on Android only
Commas (,) in cookie values are not allowed as part of the [cookie specification](https://curl.haxx.se/rfc/cookie_spec.html) but they're still allowed on all major browsers and through iOS's networking APIs. However in Android okhttp (sp... | Platform: Android,Platform: Linux,Needs: Triage :mag:,Never gets stale | low | Major |
697,196,193 | TypeScript | Allow passing a TypeReference aliasing a ModuleDeclaration as the argument to an ImportTypeNode | <!-- π¨ 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,In Discussion | low | Critical |
697,199,180 | TypeScript | Support additional trace points | ## Search Terms
Tracing, Logging
## Suggestion
In addition to the trace points introduced in #40063, we've had requests for optional tracing of
- [ ] inferTypesFrom
- [ ] invokeOnce
- [ ] getAccessibleSymbolChain
- [ ] typeToTypeNode
- [ ] getIntersectionType
- [ ] getUnionType
- [ ] instantia... | Rescheduled | low | Critical |
697,200,302 | angular | Angular Element is not removed and readded to the DOM properly | # π bug report
### Affected Package
The issue is caused by package @angular/elements
### Is this a regression?
No
### Description
When an Angular Element is detached from the DOM and then re-attached, none of the event bindings work (see minimal reproduction for demo). I am a Google engineer and this... | type: bug/fix,freq2: medium,hotlist: google,area: elements,state: has PR,state: confirmed,P3 | medium | Critical |
697,200,496 | TypeScript | Refine tracing functionality | ## Search Terms
Tracing, Logging
## Suggestion
Further improvements on #40460:
- [x] Tracing from tsserver
- [x] Post-processing script to handle size & unterminated dumps
- [x] Optimize `tracing._` calls (done via `tracing?._`)
- [x] Using sampling to reduce tracing costs
- [ ] Possibly use a prop... | Infrastructure,Domain: Performance,Rescheduled | low | Minor |
697,227,360 | PowerToys | Shortcut Key to Open PowerToys Settings | ## π Provide a description of the new feature
Instead of searching for PowerToys to open it and then opening the settings menu from the tray, create a universal shortcut key to open PowerToys after a restart, etc.
---
If you'd like to see this feature implemented, add a π reaction to this post.
| Idea-Enhancement,Product-Settings | low | Minor |
697,254,195 | scrcpy | Keyboard events issue | I'm not sure if that's SDL or of this project, bug, but:
On Linux/Ubuntu, when you start application with unicode keyboard layout, KEYUP/KEYDOWN events contain keycodes (both sym and scancode) which are >256, even if you change layout while application is running. However if you run application having english layout... | keyboard | low | Critical |
697,255,908 | youtube-dl | Error for videos from https://www.rtp.pt/play/ | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | duplicate | low | Critical |
697,301,796 | pytorch | [jit] class type optional type annotation not working properly | ```python
from typing import Optional
import torch
@torch.jit.script
class MultiDeviceTensor:
cpu_tensor: Optional[torch.Tensor]
"""
MultiDeviceTensor holds 1) one Cuda tensor and one CPU tensor or 2) one CPU tensor
"""
def __init__(self, tensor: torch.Tensor, tensor_extra: Optional[to... | oncall: jit | low | Critical |
697,405,235 | flutter | Scale flutter on linux Xorg based on Xft.dpi | ## Use case
Gtk only supports integer scaling.So,the flutter view can be scaled by any fraction using Xft.dpi.
## Proposal
Do scaling for flutter in Xorg based on Xft.dpi just like Chromium,Electron,etc.
| platform-linux,c: proposal,a: desktop,P3,team-linux,triaged-linux | medium | Major |
697,422,521 | flutter | New ScrollPhysics type for PageView: support page locking | <!-- 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,f: scrolling,c: proposal,P3,team-design,triaged-design | low | Critical |
697,529,167 | opencv | ML Model Files FileStorage Memory Consumption | I have a very large ML model file (xml/yaml/json approx 300MB and with .gz ~30MB).
When I load the file with `FileStorage` (before loading it into the ML model), the app consumes over 1GB of memory.
Once the ML model is initialized and the file is released, the memory consumption drops to about 200MB (more difficult ... | optimization,category: core | low | Minor |
697,556,349 | rust | Tracking Issue for complex generic constants: `feature(generic_const_exprs)` | This is a tracking issue for complex generic expressions in constants which is still highly experimental.
The feature gate for the issue is `#![feature(generic_const_exprs)]`.
On stable all const generic arguments must be either:
- A fully concrete expression using no generic parameters, e.g. `Foo<{ bar(1 + 2) }`
- A ... | T-lang,T-compiler,C-tracking-issue,A-const-generics,F-generic_const_exprs,S-tracking-impl-incomplete | high | Critical |
697,692,672 | rust | [ER] Better suggestions for wrong attempts of giving a struct method as argument to another method | This is an Enhancement Request regarding the Rust discoverability (for 2021). This is a naive attempt to pass a method as argument to another method:
```rust
struct Foo { y: u32 }
impl Foo {
fn bar(&self, x: u32) {
println!("{}", self.y + x);
}
fn spam(&self, f: impl Fn(u32)) {
... | C-enhancement,A-diagnostics,T-compiler,D-newcomer-roadblock | low | Critical |
697,793,807 | rust | Invalid error while using Debug as trait: | I tried this a code that did not implemented the Debug trait, and it failed correctly:
```
/data/Projects/adventofcode on ξ master! β 12:09:49
$ cargo run --bin advent_of_code_06 -- --filename src/bin/input_06.txt
Compiling adventofcode v0.1.0 (/data/Projects/adventofcode)
error[E0277]: `T` doesn't implement `D... | A-diagnostics,T-compiler,C-bug,A-suggestion-diagnostics,D-invalid-suggestion | low | Critical |
697,795,069 | go | x/pkgsite: support viewing a package @ default branch HEAD | Previously, #36811 added support for viewing packages at master on pkg.go.dev. Many repos are moving their default branch names away from master to main or something-else-not-master.
It seems that [master is hard-coded](https://github.com/golang/pkgsite/blob/97f6af5c05b8660bfd394820ce97fcc929215ae3/internal/discover... | help wanted,NeedsInvestigation,pkgsite | low | Major |
697,846,121 | godot | Tilemap requires select to be used twice when selecting single cell | **Godot version:**
3.2.2 stable
**OS/device including version:**
linux mint
**Issue description:**
In a tilemap, when you select a cells region using the Select(m) tool all is well. When you select a single cell it creates a cell region using the start point of the last cell you ever selected going to the ... | bug,topic:editor | low | Critical |
697,867,244 | PowerToys | Pin-to-start / taskbar support for PowerToys modules | Although we have shortcuts, I'm more of a point-and-click person :).
It would be nice if we could pin apps like Run and Color Picker to the start screen or task bar to access it quickly with the mouse.
---
If you'd like to see this feature implemented, add a π reaction to this post.
| Idea-Enhancement,Area-Runner | low | Major |
697,875,690 | flutter | MethodChannel invokeMethod does not work in Detached state | Steps to Reproduce
1. Create an app which uses a Dart Package using MethodChannel to call kotlin codes.
2. Add a Log.i statement in onMehodCall to verify that the kotlin codes are executed.
3 Use didChangeAppLifecycleState to monitor state changes.
4. Call the channleMethod in the following states: inactive, paus... | platform-android,framework,engine,has reproducible steps,P2,found in release: 3.7,found in release: 3.8,a: plugins,team-android,triaged-android | low | Major |
697,990,829 | pytorch | Error in the converting to pytorch mobile.. | My torch and cuda is newest version..and i'm converting to pytorch mobile..
where net() is torch(Neural network)
```
# forward pass
with torch.no_grad():
y, feature = net(x)
if tempval==0:
detector2 = detector
detector2.eval()
traced_script_module = torch.jit.t... | oncall: mobile | low | Critical |
698,007,183 | create-react-app | Convert react-scripts to TypeScript | ### 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..."
-->
Recently, I started a project with `create-react-app --template typescript` and ejected later on to customize the build scripts.
Specifically, I... | issue: proposal,needs triage | low | Minor |
698,144,216 | pytorch | RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input. | I have a model with 3dConv layer when start training I got the following error:
I tried to use .contiguous() but it did not help.
when I check the data: print(data.is_contiguous()) --> True
Error:
```
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous i... | module: cudnn,module: cuda,module: convolution,triaged | low | Critical |
698,216,982 | go | x/build: consider pushing open backport issue milestones automatically at start of each month | Right now, the milestones of open backport issues that did not get included in a given minor release are automatically bumped to the next minor release milestone by `releasebot` at the end of a successful release stage:
https://github.com/golang/build/blob/301a72cb1ab6c95414686a16f34ebe2bef25b689/cmd/releasebot/main... | Builders,NeedsInvestigation,FeatureRequest | low | Minor |
698,226,258 | flutter | Running with a local engine affects generated files of unrelated platforms | For example, in a Flutter project with iOS, android, and macOS, after doing a `flutter run --local-engine=android_debug_unopt`, I can see the following in the generated xcconfig files:
```
FLUTTER_FRAMEWORK_DIR=/Users/dnfield/src/flutter/engine/src/out/android_profile_unopt_arm64
```
I would expect this to neve... | c: new feature,tool,a: quality,P3,team-tool,triaged-tool | low | Critical |
698,227,024 | go | x/pkgsite: Stick to the preferred package version | When browsing packages at a particular version, for example master, the package site doesn't stick to the version.
For example, on https://pkg.go.dev/go.opentelemetry.io/otel@master/api/trace?tab=doc the links are not generated for the master branch. When I click on "subdirectories", it takes me to https://pkg.go.de... | NeedsInvestigation,pkgsite | low | Major |
698,256,037 | go | net: apparent deadlock in testSpliceIssue25985 on linux-arm64-aws | [2020-09-10T14:44:25-8098dbb/linux-arm64-aws](https://build.golang.org/log/022f422e1437155d74bd4a91a6a47d4f304628c2) shows an apparent deadlock in the `net` test: various goroutines associated with `testSpliceIssue25985` (#25985) were stuck in `internal/poll` for ~2 minutes.
<details>
panic: test timed out after 3m... | NeedsInvestigation | low | Minor |
698,256,096 | vscode | No extension results returned for simple misspelling | Issue Type: <b>Bug</b>
**Repro**
1. In the extensions view, search `pyhton`
**Bug**
No results returned
Yes I spelled it wrong but it would be nice if the marketplace understood simple misspellings like letter transpositions
VS Code version: Code - Insiders 1.49.0-insider (e790b931385d72cf5669fcefc51cdf6... | upstream,marketplace,upstream-issue-linked | low | Critical |
698,258,266 | go | net: TestSendfilePipe failures with "Read did not time out" | ```
--- FAIL: TestSendfilePipe (0.05s)
sendfile_test.go:310: Read did not time out
FAIL
FAIL net 9.705s
```
[2020-09-10T02:22:19-dfdc388/linux-arm64-aws](https://build.golang.org/log/4fac7f8abec1e9a7b4b0975a90df3317a5513cd2)
[2019-10-25T18:44:06-096126d/darwin-arm64-corellium](https://build.golang.org/log/... | NeedsInvestigation | low | Critical |
698,260,758 | rust | Tracking issue for RFC 2963: rustdoc JSON backend | RFC PR: https://github.com/rust-lang/rfcs/pull/2963/
RFC: https://rust-lang.github.io/rfcs/2963-rustdoc-json.html
Documentation: https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc_json_types/
Issues: https://github.com/rust-lang/rust/labels/A-rustdoc-json
Todo:
- [x] Implement a JSON backend according to t... | T-rustdoc,B-unstable,C-tracking-issue,A-rustdoc-json | medium | Critical |
698,264,651 | go | cmd/go: Windows -buildmode=pie fails to execute program that has CGo bindings compiled without PIE | It is mentioned in https://github.com/golang/go/issues/35192 that people might be interested in weird bugs that pop up using `-buildmode=pie` by default so I submitted this.
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.15.2 windows/amd64
</pre>
### Does this issue r... | OS-Windows,NeedsInvestigation | low | Critical |
698,285,505 | three.js | ExtrudeGeometry produces incorrect faces with negative bevelOffset | ##### Description of the problem
When importing an SVG and using ExtrudeGeometry to extrude it, the resulting mesh has errors in the top and bottom faces if there is a negative bevelOffset. In my case am using a negative bevelOffset that matches the positive bevelSize to ensure that the 2d footprint of the SVG is un... | Bug | medium | Critical |
698,286,517 | rust | Wishlist: MIR-level integer range analysis | This is a tracking issue for MIR-level integer range analysis.
I'm very new to this, and there's no associated PR (yet!) nor RFC, so apologies in advance for any issues or mistakes.
### Description
Integration of integer range analysis into the MIR will allow the compiler to, on a best effort basis, understand rou... | T-compiler,A-mir-opt | low | Major |
698,302,204 | TypeScript | Correct declaration emit of commonjs exports of namespace-nested classes | Followup to #40228:
```js
var NS = {}
NS.K =class {
values() {
return new NS.K()
}
}
exports.K = NS.K;
```
**Expected behavior:**
Should produce d.ts output:
```ts
declare namespace NS {
class _K {
values(): _K;
}
export {_K as K};
}
import _K = NS.K;
export... | Bug | low | Minor |
698,345,760 | pytorch | for_each doesn't support integer input to float output type promotion | Operators like true_divide and, in the very near future, div, promote integer inputs to float results. This is natural when the result of an operation is not representable in the input's dtype (another example would be sin(int)->float). The for_each operators on CUDA will cast the results of these operations back to th... | triaged | low | Minor |
698,400,420 | godot | Multiple script entries in ui | After adding a script and selecting it I noticed in the lower right corner under the pause the section there was multiple script drop down controls. Restarting the engine it fixed itself but this seemed like bug.
**Godot version:**
3.2.2
**OS/device including version:**
<!-- Specify GPU model, driver... | bug,topic:editor,needs testing | low | Critical |
698,497,779 | pytorch | TestJitGeneratedModule.test_nn_CTCLoss_lengths_intlists fails if not skipped | In https://github.com/pytorch/pytorch/commit/fa158c4ca60d7bcd1ec52bdfaf4cee2d8d9e923a, if I remove the `check_jit`s and run:
`python test_jit.py TestJitGeneratedModule.test_nn_CTCLoss_lengths_intlists`
I get:
```
======================================================================
ERROR: test_nn_CTCLoss_len... | oncall: jit | low | Critical |
698,501,286 | pytorch | FP16 inference latency after sleeping |
[latency_test.py.txt](https://github.com/pytorch/pytorch/files/5204664/latency_test.py.txt)
## π Bug
Observing a latency variation of 3-4ms on half precision inference runs when we run inference intermittently (Sleeping 100ms between inference runs). We don't see this latency drop if inference is done from a tig... | module: performance,triaged | low | Critical |
698,550,543 | pytorch | LR scheduler throws warning when using scaler.step instead of optimizer.step, and when saving optimizer state | ## π Bug
The documentation provides [a code snippet](https://pytorch.org/docs/stable/amp.html#torch.cuda.amp.GradScaler.unscale_) to use the automatic scaling and AMP along side gradient clipping. If we also add a scheduler step into the mix, after the optimizer step, PyTorch throws a UserWarning which I do not thi... | triaged,module: amp (automated mixed precision) | low | Critical |
698,649,338 | go | x/tools/gopls: creates many /tmp/go-build* directories | This is a dup of #37368, it was never fixed for me, I still end up with a few (*mostly* empty) `/tmp/go-build*` folders.
I can reproduce with current release, master and my ghetto rebased master on top of dev.go2go.
```sh
$ ls /tmp/go-build* | wc -l
2874
$ find /tmp/go-build* -type f | wc -l
261
$ β find /tm... | gopls,Tools | low | Major |
698,681,037 | godot | Scaling issue with non-conventional monitor sizes. | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
Godot 3.2.2.stable.official
<!-- Specify commit hash if using non-official build. -->
**OS/device including version:**
Windows/PC GLES3
<!-- Spe... | topic:core,topic:rendering | low | Major |
698,704,826 | go | x/tools/gopls: document how to run the daemon in docker | <!--
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`)?
go1.12.17 darwin/amd64
### Does this issue reproduce with the latest release?
YES recen... | Documentation,help wanted,NeedsInvestigation,gopls,Tools | low | Critical |
698,725,275 | pytorch | DataLoader consumes extremely large shared memory (shm) in its initialization. | ## π Bug
DataLoader consumes extremely large shared memory (shm) in its initialization (when calling `iter(dataloader)`) compared to following training steps. For example, it consumes up to 150GB shm in its initialization (when set num_workers=7), and then decrease to 0 (I sleep the program for 30s after its initia... | module: dataloader,triaged | low | Critical |
698,737,606 | godot | Control nodes return incorrect get_rotation value when they a child for a Container node | **Godot version:**
Godot v3.2.1-stable_win64
Godot v3.2.2-stable_win64
**OS/device including version:**
Surface Pro 7
Windows 10 Home build 19041.450
Intel UHD Graphics driver version 26.20.100.7641
GLES3 (appears to also affect GLES2)
**Issue description:**
When a ~~`TextureRect`~~`Control` is rotat... | bug,topic:gui | low | Critical |
698,749,546 | PowerToys | [Run][Calculator Plugin] Support for unmatched parentheses | Quite simply, the calculator in Run does not support expressions like `3/(1+2` or `1+2)/3` that have unmatched parentheses. Support for these isn't critical, but it would be nice to have.
If you'd like to see this feature implemented, add a π reaction to this post.
| Idea-Enhancement,Product-PowerToys Run,Run-Plugin | low | Minor |
698,766,490 | pytorch | βdoxygenfunction: Unable to resolve multiple matches for function ...β in C++ documentation | ## π Documentation
For some C++ functions (for example, torch::load), the [function documentation](https://pytorch.org/cppdocs/api/function_namespacetorch_1a4b369494adfb10b9a005aeb0bb6207cb.html?highlight=load) page shows a warning:
```
"doxygenfunction: Unable to resolve multiple matches for function βtorch:... | module: docs,module: cpp,triaged | low | Minor |
698,862,806 | go | cmd/compile: missing BCE case | <!--
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.2 darwin/amd64
</pre>
### Does this issue reproduc... | NeedsInvestigation,compiler/runtime | low | Critical |
698,927,178 | opencv | stereoRectify() get very small dst ImageοΌthe valid region is very smallοΌ | ##### System information (version)
- OpenCV => 3.2.0
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2019
##### Detailed description
I want to use stereoRectify() to get undistorted ImageοΌbut these Images is incorrect γ
like thisοΌ
leftsrc imageοΌ
 | low | Minor |
698,950,076 | flutter | Add copyright header check presubmit | A recent grep through the code uncovered [a few files](https://github.com/flutter/engine/pull/21089) with missing or incorrectly formatted copyright headers. We should add a presubmit to the engine and framework repos that enforces the correct copyright header style in the engine/framework repos so we don't let these s... | team,engine,P2,team-engine,triaged-engine | low | Minor |
699,031,667 | pytorch | torch.distributed server back-connects to clients on random ports leading to firewall problems | Despite the passed port, it still tries to bind and to connect to a random port (both for gloo and nccl). If this is due to some TCP binding/connection error, it should be printed. This is extremely confusing :(
Originally reported at https://discuss.pytorch.org/t/distributeddataparallel-cuda-init-forced-parameter-s... | oncall: distributed,triaged | low | Critical |
699,056,031 | pytorch | too large data in Queue cause dead lock in Multiprocessing | The model has two parts, and I want to parallel two parts, so I used multiprocessing.
One part can be seen as provider, another can be seen as consumer.
It always lock in consumer needs data, but it seems provider also provide data.
I tried to change data size in queue, the process became dead lock in different ru... | module: multiprocessing,triaged | low | Minor |
699,059,433 | neovim | VIMINIT does not like * | I can see the number line in neovim when setting the VIMINIT to the following:
```
export VIMINIT ="
set number
autocmd VimResized * :wincmd =
"
```
However swapping the configuration order the number line is no longer turned on:
```
export VIMINIT ="
autocmd VimResized * :wincmd =
set number
"
```
Th... | enhancement | low | Critical |
699,085,592 | react-native | App sometimes reloads the js bundle when switching from background to foreground. | ## Description
App sometimes reloads the js bundle when switching from background to foreground.
## React Native version:
0.63
## Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
Create a new react-native application. Install react-navigation. Create a stack navigator. Open app,... | Needs: Repro,Newer Patch Available | medium | Critical |
699,099,110 | flutter | InputDecorator with UniqueKey prevents TextFormField child from getting focus | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | a: text input,framework,f: material design,has reproducible steps,found in release: 3.3,found in release: 3.5,team-design,triaged-design | low | Critical |
699,161,744 | pytorch | floating point exception (core dumped) in training 10^4 steps | ## π Bug
floating point exception (core dumped)
## To Reproduce
https://github.com/lukemelas/EfficientNet-PyTorch
python train.py -b 5 -a "efficientnet-b5" --image_size 224 --gpu 0 --epochs 100
With no change run on the two version of the Pytorch
On Pytorch 1.5
20121 floating point exception (cor... | module: cuda,triaged | low | Critical |
699,255,848 | go | cmd/pprof: pprof provides wrong address/line for CPU profiles | Using CPU profiling and `go tool pprof` attributes CPU to the instruction following the one that consumed the time. This can cause CPU time to be attributed to an incorrect line number. For comparison, the Linux `perf` command works correctly. The example below shows the time is spent in the `for` loop, when it is actu... | Documentation,NeedsFix | low | Minor |
699,270,888 | flutter | Color.withOpacity on Arabic letters does not fully cover the whole word | When using any color with an opacity on Arabic letters, the opacity does on apply on all of the letters.
here's an image that shows the same color for Arabic and english letters, notice the opacity working fine on english letters however some parts of the Arabic letters do not have the specified opacity.

`torch.norm(input, p='fro', dim=None, keepdim=False, out=None, dtype=None)`
> **dim** (int, 2-tuple of python:ints, 2-list of python:ints, optional) β [...] If the input tensor has more than two dimensions, the vector... | module: docs,triaged | low | Major |
699,454,079 | godot | Editor canvas tool lines inaccurate and offset. | <!-- 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. -->
d38eb29f2e713b65a214e3fcdee7e8375c9fc493
**OS/device including version:**
<!-- Specify G... | topic:editor,documentation,topic:gui | low | Minor |
699,458,772 | bitcoin | [Idea] Wallet UTXO Pruning | **Is your feature request related to a problem? Please describe.**
As we all know the more TXes in a Bitcoin wallet the slower and slower it runs.
**Describe the solution you'd like**
I had an idea (would be default off of course) where you could set like walletprune=X to whatever number you want and any spent ent... | Feature,Wallet | low | Major |
699,465,732 | create-react-app | Let developers explicitly specify Dart Sass implementation through USE_DART_SASS environment variable | ### Is your proposal related to a problem?
Currently react-scripts uses `sass-loader@8.0.2` which, [according to the README](https://github.com/webpack-contrib/sass-loader/blob/e74b5aa8e4c836d243df8826128073a1ee2d83d7/README.md) will:
* use Dart Sass if `sass` is installed
* use Node Sass if `node-sass` is insta... | issue: proposal,needs triage | low | Major |
699,474,620 | rust | rustdoc: layout-relevant private fields can not be documented | Some structs with, e.g. with `repr(C)`, are intended be layout stable. This makes every field relevant to a user particularly for ffi purposes. The names and types of additional alignment fields introduces to avoid uninitialized padding are not meant to be part of the SemVer relevant interface and should not be `pub`. ... | T-rustdoc | low | Minor |
699,488,541 | neovim | Floating window will not be deleted when no listed buffers exist | NVIM v0.5.0-948e625e1
macosx 10.15.6
kitty terminal
### Steps to reproduce using `nvim -u NORC`
launch neovim with no listed buffers
create a floating window with buffer that is not listed
call "bwipeout <floating buffer id>" on the buffer with the floating window
### Actual behaviour
the floating window/... | bug | low | Major |
699,497,035 | godot | Mesh duplication if import is configured to save meshes as separate files | <!-- 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 (G... | bug,topic:editor | low | Minor |
699,511,270 | flutter | "Google testing" check on PR stuck on "Pending" | A PR (https://github.com/flutter/flutter/pull/65313) has had the "Google testing" check stuck on "Pending" for 24 hours or so. I'm going to tell the owner to merge in master and see if that gets it to do something, but I thought I should report it either way.
## Possible Workarounds
- Try rebasing your PR to the... | P2,team-release,triaged-release | low | Major |
699,514,208 | PowerToys | [KBM] Organize remapped keyboard shortcuts | ## π Provide a description of the new feature
Once you have 8 or more remapped shortcuts things get a little messy. Therefore, it would be nice to have the possibility to manually sort and/or group the mappings in the "Remap shortcuts" and "Remap keys" windows.
Automatically grouping the mappings with common tar... | Idea-Enhancement,Product-Keyboard Shortcut Manager | low | Major |
699,514,365 | vscode | Multiple Cursors - Preserve Case | <!-- β οΈβ οΈ 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. -->
**Use Case**
Take the following:
`const [value... | help wanted,feature-request,editor-multicursor | medium | Critical |
699,540,238 | storybook | React PropTypes with spread object not generating controls or allowing argTypes overrides | **Describe the bug**
For one of my components, I import an object, and use Object.keys(obj) to create an array, and and attempt to spread the array onto one of my PropTypes function. With this setup, controls do not autogenerate and I'm unable to override the select options with argTypes. I've had to hardcode the arra... | question / support,react,block: argstable | low | Critical |
699,585,480 | three.js | Dual quaternion skinning | Hello!
Would Dual Quaternion Skinning (DQS) as [described in this paper](https://www.cs.utah.edu/~ladislav/kavan07skinning/kavan07skinning.pdf) and [showcased in this video](https://www.youtube.com/watch?v=LUOJccOZfWQ) be welcomed as a feature for Three.js? It seems to be reasonably simple while giving strong visual... | Enhancement | low | Major |
699,607,117 | rust | Consider enabling debug logging by default for contributors | There was a lot of discussion in https://github.com/rust-lang/rust/pull/76588 about enabling logging and it was almost a [10% perf hit](https://perf.rust-lang.org/compare.html?start=22e6099330cde0e7b1529774fe27874f8326de7a&end=ededceef5651050bda1a2058af270da498bb1333) on some benchmarks. So as it stands, the tradeoff i... | T-compiler,T-bootstrap,C-feature-request,A-contributor-roadblock | low | Critical |
699,609,186 | flutter | Swapping an EGL surface doesn't populate ImageReader right away | It's not clear why the following would fail:
## Case 1
1. C++ side: `eglSwapBuffers(display_, surface_);`
2. Java side: `assertTrue(imageReader.acquireLatestImage() == null);`
## Case 2
1. C++ side: `eglSwapBuffers(display_, surface_);`
2. Java side: `assertTrue(imageReader.acquireLatestImage() == nul... | engine,dependency: android,P2,team-engine,triaged-engine | low | Minor |
699,637,477 | node | cluster.fork() fails when called in repl (cluster.settings.exec undefined) | Running v14.4, I launched my script with cli dynamic import:
`node -e 'import("./seed.js").then(({open})=>open());'`
and I get the following error on fork process creation:
```
TypeError [ERR_INVALID_ARG_TYPE]: The "modulePath" argument must be of type string. Received undefined
at validateString (internal/v... | cluster | low | Critical |
699,648,181 | electron | Infinite focus loop when focusing a window with a BrowserView whose focus handler focuses the BV when there are other such windows open | ### 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 sea... | platform/windows,bug :beetle:,9-x-y,10-x-y | medium | Major |
699,652,413 | godot | ScrollContainer is not scrollable in Android via touch when filled with LineEdits | **Godot version:**
<!-- Specify commit hash if using non-official build. -->
v3.2.2.stable.offical
**OS/device including version:**
<!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. -->
not graphic related
**Issue description:**
<!-- What happened, and what was expe... | bug,platform:android,topic:input | low | Critical |
699,667,084 | flutter | Throwing in didChangeDependencies after establishing dependencies causes failures during test teardown | ```dart
// @dart = 2.8
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('example', (WidgetTester tester) async {
await tester.pumpWidget(Foo(child: Bar()));
expect(tester.takeException(), isFlutterError);
// Work around:
// awa... | a: tests,c: crash,framework,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-framework,triaged-framework | low | Critical |
699,709,328 | go | x/tools/gopls: add a test for renaming a directory (that contains tests) | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.15.2 linux/amd64
$ gopls version
version master, built in $GOPATH mode
</pre>
### Does this issue reproduce with the latest release?
Yes, this is the latest release.
### What operating system and processor architectu... | Testing,NeedsFix,gopls,Tools,gopls/workspace | low | Critical |
699,788,604 | flutter | Pull perf metrics from FTL | Firebase Test Lab records metrics of test runs. It would be very useful if we ingested those metrics into our perf DB.
e.g.
https://firebase.google.com/u/0/project/flutter-infra/testlab/histories/bh.326ed5e885d72705/matrices/5546447312088374302/executions/bs.bda0231f8cbea746/performance (google only, sorry)
We ... | a: tests,c: new feature,team,c: performance,team-infra,P3,triaged-infra | low | Major |
699,812,504 | godot | Undocumented/Hardcoded keyboard shortcut ("V") means it cannot be assigned to other shortcuts in the 2D view | <!-- 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 (from Flathub)
**OS/device including version:**
<!-- Specify GPU model, drive... | bug,topic:editor | low | Minor |
699,933,083 | flutter | [web] Run screenshot tests on Windows | For Fluter for Web engine, the screenshot unit tests only run on Chrome Linux on LUCI.
It might be better to extend this to Windows in the future, since Chrome unit tests also run on LUCI Windows bots.
Blocker: https://github.com/flutter/flutter/issues/63710 | a: tests,platform-web,P3,team-web,triaged-web | low | Minor |
700,019,991 | youtube-dl | Unable to download from Spectrum Originals | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | question | low | Critical |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.