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
779,603,301
TypeScript
Cannot import javascript class in `index.d.ts` when using `jsconfig.json`
# Bug Report ### πŸ”Ž Search Terms JSDoc, javascript, import, index.d.ts, jsconfig ### πŸ•— Version & Regression Information v4.1.2 ### ⏯ Playground Link Requires multiple files ( https://github.com/optoolco/components/blob/master/index.d.ts ) ### πŸ’» Code <!-- Please post the relevant code sample he...
Needs Investigation
low
Critical
779,612,690
vscode
"Cannot edit in read-only editor" tooltip may not show in web version
<!-- ⚠️⚠️ 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,editor-core,web
low
Critical
779,612,720
node
http: ClientRequest does not always emit close
ClientRequest won't set `destroyed = true` and emit `'close'` unless the response has been fully read or destroyed. To behave like a true stream it should do so shortly after `'finish'`.
http,stream
low
Minor
779,646,995
pytorch
need a clear guide for when and how to use torch.cuda.set_device()
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> I find myself quite unclear about `torch.cuda.set_device()`. The current documentation is very unsatisfactory, ambgious and confusing. e.g. the first 3 lines of code sample: https://pytorch.org/docs/stable/notes/cuda.html#cuda-semantics ...
module: docs,module: cuda,triaged,needs design
low
Critical
779,656,323
kubernetes
Add Windows container device support to CRI-API
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: I would like to see CRI-API updated to be able to support assigning devices to Windows containers. **Why is this needed**: Windows and Linux containers have different methods for specifying what dei...
sig/node,kind/feature,sig/windows,needs-triage
medium
Critical
779,665,038
terminal
Add fine-grained mouse report configurability like iTerm2
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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-TerminalControl,Area-Settings,Product-Terminal
low
Critical
779,671,582
go
proposal: testing: relax lower-case suffix requirement for example test annotation
### Background The testing package provides a mechanism to produce distinct examples for a single package, function, type or method. > Multiple example functions for a package/type/function/method may be provided by appending a distinct suffix to the name. The suffix must start with a lower-case letter. > > ```...
Proposal
low
Minor
779,686,989
excalidraw
add UI to open collaboration links from PWAs
See https://github.com/excalidraw/excalidraw/discussions/2712
enhancement,discussion
low
Minor
779,689,146
pytorch
torch.where scalar/tensor documentation is unclear and not formatted
## πŸ“š Documentation See: ` Currently valid scalar and tensor combination are 1. Scalar of floating dtype and torch.double 2. Scalar of integral dtype and torch.long 3. Scalar of complex dtype and torch.complex128 ` I believe these are supposed to be on separate lines. Also this message comes before the type i...
module: docs,triaged,module: sorting and selection
low
Minor
779,689,341
excalidraw
Ask to save unsaved changes before closing
When I open a `.excalidraw` file from the [file manager](https://github.com/excalidraw/excalidraw/discussions/2714) in a PWA (created by the Brave browser), then make a few changes and close the PWA, then the changes aren't saved to the `.excalidraw` file. So before closing the PWA I have to manually save it by `ctrl+s...
enhancement
low
Major
779,722,013
pytorch
[proposal] Pseudo-functions to support common gradient patch use-cases like replacing inf / nan, gradient clipping / reversal
Created per @alband request. Originally started in https://github.com/pytorch/pytorch/issues/31829#issuecomment-754939837 and in https://github.com/pytorch/pytorch/issues/35666#issuecomment-606826976 Motivations: these gradient hacks are quite common and not completely trivial, should be nice to have them in cor...
module: autograd,triaged,needs design
low
Major
779,744,881
deno
Implement WebTransport (QUICTransport) API
Once we have [QUIC](https://github.com/denoland/deno/issues/3995) support implemented, we should consider implementing the [WebTransport API](https://github.com/w3c/webtransport). A long way to go, but just to have a place for discussions for this feature. More informations: - https://web.dev/webtransport/
suggestion,runtime
high
Critical
779,847,575
vscode
Breadcrumb supports expend all level by default
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> I want to search all symbol in current file, but...
feature-request,breadcrumbs
low
Minor
780,015,147
rust
Infinite loop when trying to fill a Vector of MaybeUninit<SomeZeroSizedType>
I tried to reduce the demonstration to the minimum possible. I wrote a function that fills a vector of `MaybeUninit<T>` values that I think is safe (free of UB). The code works well with `cargo miri run`. But when calling this function with a zero-sized type, the execution goes into an infinite loop. The exact ...
A-collections,T-libs-api,A-docs
low
Critical
780,049,360
pytorch
JIT does not correctly compile custom classes derived from torch.Tensor
## πŸ› Bug In the unlikely case of user defining a custom class that derives `torch.Tensor`, TorchScript would still treat it like base `torch.Tensor` class, which can lead to incorrect behavior. ## To Reproduce Steps to reproduce the behavior: ``` import torch class TensorSubClass(torch.Tensor): de...
oncall: jit
low
Critical
780,107,449
create-react-app
Cannot debug production build of react app in VSCode
<!-- Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo. If you're in a hurry or don't feel confident, it's fine to report bugs with less details, but this makes it less likely they'll get fixed soon...
needs triage,issue: bug report
low
Critical
780,139,044
opencv
QTest module causes window program compiler error
##### System information (version) - OpenCV =>4.5.1 static library - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2019 ##### Detailed description In opencv highgui module, window_QT.cpp / line 2168 use QTest mudule because **_QTest::keyToAscii(qtkey)_**. So I must add QTest mudu...
question (invalid tracker),category: build/install,category: 3rdparty
low
Critical
780,311,314
opencv
Issue compiling opencv 4.4.0 with VTK 9.0
##### System information (version) - OpenCV => 4.4.0 - Operating System / Platform => MacOS Catalina 10.15.6 - Compiler => GCC ##### Detailed description I am trying to install opencv 4.4.0 using the following brew tap ``` class Opencv < Formula desc "Open source computer vision library" homepa...
category: build/install,platform: ios/osx,category: viz,category: 3rdparty,Hackathon
low
Critical
780,330,799
pytorch
nn.InstanceNorm should warn user if input channel is inconsistent with num_features, even when affine=False
## πŸ› Bug When `nn.InstanceNorm1d` is used without affine transformation, it does not warn the user even if the channel size of input is inconsistent with `num_features` parameter. Though the `num_features` won't matter on computing `InstanceNorm(num_features, affine=False)`, I think it should warn the user if the w...
module: nn,triaged,needs design,module: norms and normalization
low
Critical
780,381,438
ant-design
[Tabs] Not able to scroll tab bar if tabPosition = left/right in iPad
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/position-antd4100-forked-4rbmd?file=/index....
Inactive
low
Minor
780,382,622
pytorch
Inconsistent Variable Naming in FindTorch.cmake
## πŸ› Bug when find_package'ing Torch in C++ environments, CMake variables like `_LIBRARIES` or `_INCLUDE_DIRS` are set uppercase (`TORCH_`) instead of being set according to the package name (`Torch_`), which is at least common practice in other packages (e.g. [Boost](https://cmake.org/cmake/help/latest/module/Find...
module: build,module: cpp,triaged
low
Critical
780,390,527
flutter
ubuntu desktop app leaks memory
<!-- 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...
engine,c: performance,platform-linux,a: desktop,perf: memory,has reproducible steps,P2,found in release: 3.19,found in release: 3.22,team-linux,triaged-linux
low
Critical
780,450,193
bitcoin
Restrict RPCs that make server-side files
Currently `dumpwallet` (and other RPCs that create server-side files) can scribble all over the file system, at least as the user running `bitcoind` permits. It would be better if these were at the least limited to the data directory, or even a specific directory within the data directory, say, `~/.bitcoin/dumpwalle...
RPC/REST/ZMQ
medium
Major
780,477,892
create-react-app
A generator function's problem
Hi~ guys I am puzzled by a problem,here is a mini [repo](https://github.com/fidoChou/ABadCase) to reproducible。 1. I used the γ€Œreact-scripts」 to start the server, just clone && yarn && yarn start 2. In the App.js, a.b.constructor.name === 'Function' but the c.b.constructor.name === 'GeneratorFunction' ...
needs triage,issue: bug report
low
Minor
780,516,575
go
binary: expose overflow error
At the moment it is not possible to distinguish I/O errors from encoding errors with `binary.ReadUvarint` and `binary.ReadVarint`. The documentation could mention that an overflow is the only encoding error option.
NeedsDecision,FeatureRequest
low
Critical
780,527,088
excalidraw
Autosave support
When you open/load a file using the new FS, we should support opt-in autosaving during the editing session. Upon close, if changes aren't saved, it should nevertheless prompt to save changes (https://github.com/excalidraw/excalidraw/issues/2728) regardless of the opt-in status.
enhancement
medium
Major
780,545,165
rust
Boxing zeroed arrays and slices uses `rust_alloc` + `memset` instead of `rust_alloc_zeroed`
```rust #![feature(box_syntax)] use std::convert::TryInto; const N: usize = 100_000; pub fn foo1() -> Vec<u32> { vec![0; N] } pub fn foo2() -> Box<[u32]> { box [0; N] } pub fn foo3() -> Box<[u32; N]> { box [0; N] } pub fn foo4() -> Box<[u32; N]> { vec![0; N].into_boxed_slice()....
C-enhancement,T-compiler,T-opsem,A-box
low
Critical
780,573,820
go
gollvm: runtime/malloc.go, runtime/mgcscavenge.go: error: reference to undefined identifier 'sys.GoosIos' (GCC)
Hi. Automated build, using Github Actions, which uses > gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 raised these errors: > /home/runner/work/clang_test_cpu_features/clang_test_cpu_features/clang_test_cpu_features/llvm-project/llvm/tools/gollvm/gofrontend/libgo/go/runtime/malloc.go:220:51: error: reference to undef...
NeedsFix
low
Critical
780,575,153
opencv
[Feature Request] - Drawing Shapes; Filled, with Border
Currently it is possible to draw shapes either as filled, or as an outline. E.g. Rectangle. Would like to request that all the drawing functions allow Filled together with an outline/border (with specified width). It is possible to achieve Filled with Outline using multiple calls to the drawing functions, b...
feature,category: imgproc,priority: low
low
Major
780,619,436
godot
Colors get converted to linear when using set_shader_param on a shader with render mode `spatial`
Supersedes #44962. **Godot version:** 3.2.4 **OS/device including version:** Thinkpad T420, Intel CPU, Linux, GLES3 **Issue description:** When using `set_shader_param` on a shader in render mode `spatial`, colors get converted to the linear color space. This is not the case when using `canvas_item` shaders...
bug,topic:rendering,topic:shaders,topic:3d
low
Major
780,621,014
opencv
[Feature Request] - Drawing Shapes; Filled, with Gradients
Currently it is possible to draw shapes either as filled, or as an outline. E.g. Rectangle. All colour is a solid single colour. Would like to request that all the drawing functions allow colours to be a gradient of colours. This is for _Fills_, and also for _Outlines_. Multiple gradient types should be suppor...
feature,category: imgproc,priority: low
low
Minor
780,635,414
go
os/user: Lookup fails to find users when running as root on darwin-arm64 cross compiled from darwin-amd64
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.16beta1 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? Compiled using darwin, amd64. Executed on darwin, a...
OS-Darwin,NeedsInvestigation
low
Critical
780,647,106
go
x/website: Translate "ref/spec" to other languages
I propose that translate "ref/spec" to other languages like a "Tour of Go". I think it will help people who cannot read English.
help wanted,NeedsFix
low
Major
780,651,217
pytorch
FX call_function does not work if target is a class member function
## πŸ› Bug Currently if one has a statement like `tracer.create_proxy('call_function', f, args, kwargs)` where `f` is a class member function, the generated code does not work correctly. ## To Reproduce As explained in the description: ``` class A: def F(): return 1 tracer.create_proxy('call_functio...
triaged,module: fx
low
Critical
780,715,422
go
testing: document that directories returned by TB.TempDir should not be accessed after cleanup
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.5 linux/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</summa...
Documentation,help wanted,NeedsFix
low
Critical
780,723,696
PowerToys
[Run][Service Plugin] Improve UAC
## πŸ“ Provide a description of the new feature With https://github.com/microsoft/PowerToys/pull/8076 merged there is now a plugin for managing Windows services in PowerToys Run. As @htcfreek have remarked https://github.com/microsoft/PowerToys/pull/8076#issuecomment-730872281 the UAC "Command Processor" displayed...
Idea-Enhancement,Product-PowerToys Run,Run-Plugin
low
Minor
780,724,806
godot
in_app_store.mm is swallowing some responses.
**Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.3 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. --> Any **Issue description:** <!-- What happened, and what was expected. --> https://github.co...
bug,platform:ios,topic:porting
low
Critical
780,738,316
PowerToys
[Run] Result outdated on relaunch
If **clear the previous query on launch** option is **disabled** when you relaunch PT Run the previous result can be outdated. Not really related to Service plugin but by the nature of this plugin the problem can be repro. Originally posted by @enricogior in https://github.com/microsoft/PowerToys/pull/8076#issuecom...
Issue-Bug,Product-PowerToys Run,Area-User Interface,Priority-3
low
Minor
780,747,450
go
cmd/gofmt: gofmt breaks examples with multline comments as output
### What version of Go are you using (`go version`)? <pre> $ go version go1.15.6 linux/amd64 </pre> ### Does this issue reproduce with the latest release? ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summary><br><pre> $ ...
NeedsInvestigation
low
Critical
780,800,563
flutter
Clarify/improve dependOnInheritedWidgetOfExactType documentation?
## Use case In a few places in docs for `BuildContext` the following can be found (formatting/newlines mine) (e.g. https://api.flutter.dev/flutter/widgets/BuildContext/dependOnInheritedWidgetOfExactType.html): ``` This method should not be called from widget constructors or from State.initState methods, because th...
framework,d: api docs,P2,team-framework,triaged-framework
low
Minor
780,814,380
go
proposal: expvar: re-export runtime/metrics package statistics
Currently the `expvar` package exports `MemStats` by default, so should it also include `runtime/metrics` keys and values? And if so, how? As a starting point, I'm going to say that it should, and that it should do it the same way `MemStats` is re-exported: each individual variable isn't discoverable, but the whole ...
Proposal
low
Minor
780,819,967
create-react-app
create-react-app fails on "empty" vscode docker mounted container (.devcontainer folder)
### Describe the bug create-react-app too aggressive when creating a new app about existance of tooling config folders, in this case, ".devcontainer" folder for using vscode to develop inside a docker container. ### Environment ``` current version of create-react-app: 4.0.1 running from /home/node/.npm/_np...
needs triage,issue: bug report
low
Critical
780,833,506
go
x/net/webdav: moving a locked file fails unless destination is locked
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Haven't tried, but it doesn't look like the code in question has changed. ### What operating system and processor architecture are you using ...
NeedsInvestigation
low
Critical
780,870,946
bitcoin
Option to ignore small inputs when internal wallet is building TXes?
This is mainly to aid in not sending TXes with a ton of fees due to using a lot of tiny inputs, an option in the config file to tell it to ignore inputs with a value less than X when doing coin selection would be useful. Then you can do consolidation with manually built TXes or coin control whenever you want specify...
Feature
low
Major
780,913,111
pytorch
Automated Mixed Precision not documented to work with nn.DataParallel
## πŸ“š Documentation The documentation is here: https://pytorch.org/docs/stable/notes/amp_examples.html#dataparallel-in-a-single-process and here: https://github.com/pytorch/pytorch/blob/master/docs/source/notes/amp_examples.rst#dataparallel-in-a-single-process This is the statement in question: > torch.nn.Data...
triaged,module: data parallel
low
Minor
780,932,289
flutter
Consider adding vulnerability scanning for the engine and plugins repos
GitHub supports vulnerability scanning (https://github.blog/2020-09-30-code-scanning-is-now-available/) for C++ and Java. The setup is non-trivial given our build system, but it would be interesting to add such vulnerability scanning to our CI.
team,engine,package,from: sanitizer,P3,team-engine,triaged-engine
low
Minor
780,941,487
pytorch
[FX] Static specialization of callsites (e.g. chunk)
``` import torch import torch.fx def foo(x): chunked = torch.chunk(x, 3) return torch.cat(chunked) traced = torch.fx.symbolic_trace(foo) print(traced.graph) ``` Does not work, because `chunk` returns a list of tensors, but we represent it as a `Proxy` in FX. If the user can certify that the chunk...
triaged,module: fx
low
Minor
780,943,419
kubernetes
Device manager for Windows passes when run on cluster that does not have a GPU but cuases cascading errors
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI --> **Which jobs are flaking**: pull-kubernetes-e2e-aks-engine-azure-windows ``` I0106 22:25:01.047525 4980 manager.go:416] Got registration request from devic...
area/test,kind/flake,sig/windows,lifecycle/frozen,needs-triage
medium
Critical
780,977,845
pytorch
CUDACachingAllocator is not GC-aware
## πŸ› Bug Dead objects holding `Tensor`s are considered active memory by `CUDACachingAllocator`. Under GPU memory pressure, the allocator makes no attempt to run a garbage collection cycle on dead but as yet uncollected `Tensor`s. As a result, the allocator has no recourse but to raise an OOM exception despite havin...
module: cuda,module: memory usage,triaged
low
Critical
780,987,242
flutter
A method stick to reference the initial value of a field
<!-- 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: scrolling,c: proposal,P3,team-framework,triaged-framework
low
Critical
780,989,272
go
crypto/tls: Conn.rawInput buffer has no chance to shrink on large number of idle conns
### What version of Go are you using (`go version`)? <pre> go version go1.14.12 linux/amd64 </pre> ### Does this issue reproduce with the latest release? yes ### What did you do? Open TLS on HTTP server. TLS HTTP server: ```go package main import ( "bufio" "crypto/tls" "fmt" "io/ioutil"...
NeedsInvestigation
low
Critical
781,041,750
pytorch
Calling emptyCache in Conv_v7.cpp causes performance degradation
## πŸ› Bug In `aten/src/ATen/native/cudnn/Conv_v7.cpp`, there are calls to `CUDACachingAllocator::emptyCache` when running an algorithm search during benchmarking. [The justification for the calls is](https://github.com/pytorch/pytorch/blob/25a8397bf3760d60bd754517d590f15cbd041e25/aten/src/ATen/native/cudnn/Conv_v7.c...
module: cudnn,module: convolution,triaged
low
Critical
781,080,810
pytorch
GRU and LSTM fail for seq_len = 0
## πŸ› Bug [GRU](https://pytorch.org/docs/stable/generated/torch.nn.GRU.html) and [LSTM](https://pytorch.org/docs/stable/generated/torch.nn.LSTM.html) raise a RuntimeError for inputs of `seq_len` 0. ## To Reproduce Example: ```python3 import torch input_size = 5 hidden_size = 6 rnn = torch.nn.GRU(input...
module: rnn,triaged
low
Critical
781,082,093
terminal
Terminal should support libtickit style input
# Environment ```none Windows build number: 10.0.19042.0 Windows Terminal version (if applicable): 1.4.3243.0 WSL: ubuntu 20.04, with bash 5.0.17 ``` # Steps to reproduce Open a new tab with a shell from ubuntu 20.04, run `showkey -a`, then hit `backspace`, then `shift+backspace` etc, WT sends: - `0x7f` f...
Help Wanted,Product-Conpty,Area-Input,Issue-Task
low
Major
781,093,412
TypeScript
Issues with JSDoc private and protected
# Bug Report <!-- Please fill in each section completely. Thank you! --> ### πŸ”Ž Search Terms JSDoc access modifier ### πŸ•— Version & Regression Information <!-- When did you start seeing this bug occur? "Bugs" that have existed in TS for a long time are very likely to be FAQs; refer to https://g...
Bug,Domain: JSDoc
low
Critical
781,109,394
TypeScript
JSDoc '@this' not actually used to enforce thisArg at callsite
# Bug Report <!-- Please fill in each section completely. Thank you! --> ### πŸ”Ž Search Terms JSDoc this ### πŸ•— Version & Regression Information <!-- When did you start seeing this bug occur? "Bugs" that have existed in TS for a long time are very likely to be FAQs; refer to https://github.com/M...
Bug
low
Critical
781,144,773
ant-design
Form - Validation - Link error messages to input field
- [/] 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? For accessibility, it is important that the error message is linked to the input field. So that the screen reader is reading out ...
help wanted,Inactive,⌨️ Accessibility
low
Critical
781,208,331
godot
Official Godot Linux binary crashes if GDNative plugin use Boost.Serialization
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.3 from downloads <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Ubuntu 18.04; Devuan Testing <!-- S...
bug,topic:buildsystem,topic:gdextension,crash
low
Critical
781,231,094
ant-design
Default theme color used by antd does not meet sufficient color contrast ratio
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [https://ant.design/components/button/](https://ant.design/components/button/) ### Steps to reproduce The color contrast ratio between the backgr...
πŸ’„ Design,Inactive
low
Major
781,241,149
pytorch
deterministic implementation for adaptive_avg_pool2d_backward_cuda
## πŸš€ Feature Provide a deterministic implementation for _adaptive_avg_pool2d_backward_cuda_ ## Motivation I am currently doing some experiments that require 100% reproducibility with vgg19 and alexnet form torchvision. Both make use of _adaptive_avg_pool2d_backward_cuda_ and when using _torch.set_determinis...
module: cuda,triaged,module: determinism,module: pooling,function request
low
Critical
781,262,421
youtube-dl
khinsider video game music
## Checklist - [x] I'm reporting a new site support request - [x] I've verified that I'm running youtube-dl version **2021.01.03** - [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
781,269,250
excalidraw
review and fix potentially significant late-render cases
I am using node version 14.15.0 after running npm run test , I got following error sharing the log dump ` Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the com...
bug
low
Critical
781,275,601
create-react-app
Static html asset blocked by content security policy
I have static html page which is using inline javascript and i have placed it in public folder. I am building the application with INLINE_RUNTIME_CHUNK=false Also the content security policy is set to script-src 'self' Is possible for CRA to transform static html asset to not have inline js during build ? ...
needs triage
low
Minor
781,282,373
flutter
Navigator widget shows leftover content from previous route when navigating to a new route
## The problem I am using a `Navigator` widget to navigate between all the different routes that I have inside my app. This works quite well but the weird behavior I am experiencing is that when navigating to the new page, there's a slight amount of time where the screen shows some leftover contents from the previou...
framework,f: routes,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-framework,triaged-framework
low
Critical
781,349,154
pytorch
Excessive memory usage caused by Samplers storing lists of indices
## πŸ› Bug Samplers use excessive memory. Memory usage is unbounded and prevents use of data loaders which report a large length (>100 million examples). For example, a moderately-sized audio dataset of 500 hours at 100 fps contains 180 million timesteps and reports this as its length. This leads to ~100GB of memo...
module: dataloader,module: memory usage,triaged
low
Critical
781,355,331
godot
Multiple Resources charged with ResourceLoader.load_interactive() take more space in Ram on Linux than Windows
**Godot version:** Godot Engine v3.2.3.stable.official **OS/device including version:** AMD FX-8370 Eight-Core Processor, on Pop Os (latest) and Windows 10 **Issue description:** If I run a exported binary of my project for Windows on Windows 10 when the resources are loaded (scene with "big" animated sprite i...
bug,platform:linuxbsd,topic:core
low
Minor
781,361,128
create-react-app
Typescript install after create app: not created tsconfig.js and so
### Describe the bug I follow this steps https://create-react-app.dev/docs/adding-typescript but the Typescript support was not activated and I did'nt found any tsconfig. Why? ### Did you try recovering your dependencies? <!-- Your module tree might be corrupted, and that might be causing the issues. ...
needs triage,issue: bug report
low
Critical
781,409,256
pytorch
Find the joint eigenvalue of two matrices.
## πŸš€ Feature A differentiable function to find the joint eigenvalues of two matrices, MATLAB has a built-in function to find the joint eigenvalues, but I'm not sure whether it is differentiable. https://stackoverflow.com/questions/36551182/how-can-i-find-the-joint-eigenvalues-of-two-matrices-in-matlab ## Motivat...
feature,triaged,needs research,module: linear algebra
low
Major
781,414,624
pytorch
Build Fail with vulkan on ARM64 and wayland drivers
## Issue description Last master commit fails to build with vulkan enabled. I have used the USE_VULKAN=1 without google shaderc and i'm using ninja to build Below there is the description of the error: FAILED: caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o /usr/bin/c++ -DCPUINFO_SUPPOR...
module: build,triaged
low
Critical
781,419,539
rust
There's no flag to allow assert_eq to format as multi-line results
I think this is a `bug`, rather than a feature request, but maybe others will disagree - it certainly feels like a UX missed opportunitiy. Looking at the `assert_eq` code, we *always* debug format on one line despite us having the ability to nicely format as multi-line. https://doc.rust-lang.org/src/core/macros/m...
C-enhancement,A-error-handling,T-libs,A-fmt
low
Critical
781,421,910
pytorch
Pytorch 1.7.1 hangs with multi-gpu, while Pytorch 1.6.0 works correctly
## πŸ› Bug Basic `torch.nn.DataParallel` usage succeeds on Pytorch `1.6.0` using both CUDA `10.2.89` and `11.0.3`. However using the appropriate Pytorch `1.7.1` version with each of these CUDA versions, the python process hangs indefinitely and has to be killed. The complete version combinations tested and outcomes a...
triaged,module: deadlock,module: data parallel
low
Critical
781,433,273
go
cmd/pprof: provide help page
The pprof tool helpfully provides a `-http` flag that opens a web page with an interactive view, but there's no easy way of telling what elements of the UI mean or do. For example, it would be useful to have a key to the diagrams to say what the numbers mean and what's the difference between a dotted and a solid line, ...
Documentation,NeedsInvestigation,compiler/runtime
low
Minor
781,434,931
ant-design
Change responsive List grid dynamically
- [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/responsive-grid-list-antd4100-forked-ob5sw)...
Inactive
low
Major
781,482,749
create-react-app
webpackChunkName not being honored by CRA when dynamically importing vendor code
### Describe the bug When writing the below: ```javascript import(/* webpackChunkName: "lodash" */ 'lodash').then(() => { console.log('Loaded lodash'); }) ``` The imported code does get chunked separately, but the name specified in the webpack magic comment isn't honored in the production build (the chunk ...
stale,needs triage,issue: bug report
low
Critical
781,484,897
pytorch
torch.float_power out= and inplace variant errors on non-matching output dtype instead of casting
## πŸ› Bug Operators usually check that the computation type can be safely casted to the output (and this matches NumPy behavior), and this doesn't happen with `float_power`. ``` >>> torch.float_power(torch.randn(2,3), 5., out=torch.randn(2,3)) Traceback (most recent call last): File "<stdin>", line 1, in <mo...
triaged,module: type promotion
low
Critical
781,491,318
flutter
[canvaskit]: switch to the official shadow bounds estimator
We currently use a home-grown algorithm for estimating shadow bounds. There's risk that our algorithm gets it wrong and causes rendering issues. When https://bugs.chromium.org/p/skia/issues/detail?id=11146 is available we should switch to the official shadow bounds estimator.
engine,platform-web,c: rendering,e: web_canvaskit,P2,team-web,triaged-web
low
Critical
781,491,608
flutter
[tool_crash] locatedAotPath may be null if AOT snapshot is not located by SizeAnalyzer
## Command ``` flutter build ios --flavor stage --analyze-size ``` ## Steps to Reproduce 1. ... 2. ... 3. ... ## Logs NoSuchMethodError: NoSuchMethodError: The method 'join' was called on null. Receiver: null Tried calling: join("/") ``` #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:51...
c: crash,tool,P2,team-tool,triaged-tool
low
Critical
781,503,969
flutter
--asan not working on Android targets
Failures like: ``` [201/3613] CXX obj/third_party/icu/source/common/icuuc.uenum.o FAILED: obj/third_party/icu/source/common/icuuc.uenum.o /Users/dnfield/goma/gomacc ../../buildtools/mac-x64/clang/bin/clang++ -MD -MF obj/third_party/icu/source/common/icuuc.uenum.o.d -DU_COMMON_IMPLEMENTATION -DU_ICUDATAENTRY_IN_C...
engine,dependency: fuchsia,P2,c: tech-debt,team-engine,triaged-engine
low
Critical
781,513,167
rust
Add option to pass environment variables to rustc with a flag
See #78913 for more background. I'm a meson developer, working to make rust work better with meson. I know that cargo is the official build system for rust, but for me and the projects I work on cargo is unacceptable, we have a *massive* C/C++ codebase already using meson, with interest in migrating some (but not al...
T-compiler,C-feature-request
low
Major
781,535,848
PowerToys
Audit pen & touch interaction works on top of just mouse
All PowerToys should work with the touch and pen, not only mouse. #8975 is prompting this Any new issue should be logged. ## Touch - [ ] Settings - [ ] Color picker - https://github.com/microsoft/PowerToys/issues/10854 - [ ] FancyZones Editor - [ ] FancyZone - [ ] SVG Preview pane - [ ] Markdown Preview pane - [ ] I...
Issue-Bug,Planning-Consideration
low
Minor
781,537,619
opencv
OpenCVModules.cmake has wrong libraries on static windows, static standalone IPP
opencv built on windows, building *static opencv* libraries, with *standalone* IPP, with IPP *static* libraries creates wrong downstream CMake package files -- those files that are later included in applications that build with opencv as a library. These downstream package files fail to have the needed `mt` at the end ...
priority: low,category: build/install,RFC
low
Major
781,538,311
pytorch
`requires_grad_` in `no_grad` context returns incorrect value with tensor subclasses
## πŸ› Bug When `requires_grad_` is called in a `no_grad` context on a `Tensor`, it returns the newly set value correctly. However, when called on subclasses, it incorrectly returns the old value. ## To Reproduce Steps to reproduce the behavior: This prints the correct values `False True True`: ```python ...
module: autograd,triaged
low
Critical
781,574,152
go
cmd/dist: ensure consistency between (*tester).supportedBuildmode and cmd/internal/sys.BuildModeSupported
`(*cmd/dist.tester).supportedBuildmode` contains a large switch that determines whether a given buildmode is supported for a given `GOOS`/`GOARCH`: https://github.com/golang/go/blob/fa90aaca7d523eaf81c02b48a412cad4ebc57817/src/cmd/dist/test.go#L977-L1038 That switch nearly exactly duplicates the one in [`cmd/intern...
Testing,NeedsInvestigation
low
Minor
781,581,894
storybook
Duplicate content in Google because iframe url gets indexed
**Describe the bug** When searching Google for content inside of Storybook, pages appear twice in the search results. I believe this is because Google indexes the Storybook URL for a given story _and_ the preview iframe url (which contains the same content). **To Reproduce** Steps to reproduce the behavior: 1....
bug,core
low
Critical
781,592,688
godot
var2bytes with NodePath variable type, getting trash bytes in the end of PoolByteArray
**Godot version:** 3.2.3.stable.official (steam download) **OS/device including version:** Linux Ubuntu 18.10 **Issue description:** When converting a ```NodePath``` to ```TYPE_RAW_ARRAY``` using the function ```var2bytes([var])``` some "trash" appears in the end of array of bytes: ![image](https://us...
bug,topic:core
low
Minor
781,596,161
create-react-app
URL.createObjectURL creates URL showing index.html
Hi. I'm running into what seems to be the same issue as #2042, where loading an objectURL in a new tab redirects to `index.html` with Create React App. Opening a new issue per @bugzpodder's request. The use case involves making PDFs available via the web browser while an app is offline. The attempted strategy is ...
needs triage
low
Critical
781,624,123
pytorch
Tracing with autocast failed with error: "Cannot insert a Tensor that requires grad as a constant"
## πŸ› Bug ``` Traceback (most recent call last): File "repro_autocast_trace.py", line 33, in <module> model = torch.jit.trace(model, (x, y)) File "/home/bowbao/repos/pytorch/torch/jit/_trace.py", line 742, in trace _module_class, File "/home/bowbao/repos/pytorch/torch/jit/_trace.py", line 966, in...
oncall: jit,module: amp (automated mixed precision)
low
Critical
781,658,795
go
gccgo: big increase in compile time of cmplxdivide.go results in test timeout on ppc64le
The test cmplxdivide.go recently had a dramatic increase in compile time, resulting in a compile timeout for the test: ``` Executing on host: /home/boger/gccgo.git/bld/gcc/testsuite/go/../../gccgo -B/home/boger/gccgo.git/bld/gcc/testsuite/go/../../ /home/boger/gccgo.git/gcc/gcc/testsuite/go.test/test/cmplxdivide.go /...
NeedsInvestigation
low
Critical
781,732,197
go
spec: floating-point division by zero shouldn't be implementation defined
The spec says `[The result of a floating-point or complex division by zero is not specified beyond the IEEE-754 standard; whether a run-time panic occurs is implementation-specific](https://golang.org/ref/spec#Arithmetic_operators). This dates back to https://golang.org/cl/1081041, which was a general change about div...
NeedsInvestigation
low
Major
781,789,783
create-react-app
Create react app typscript does not load d.ts file
Same issue as [this](https://github.com/facebook/create-react-app/issues/6553), [this](https://stackoverflow.com/questions/57125019/create-react-app-typescript-global-d-ts-file-doesnt-work), [this](https://stackoverflow.com/questions/45420448/how-to-import-external-type-into-global-d-ts-file/65056329#65056329), [this]...
needs triage
low
Minor
781,793,750
rust
"overflow evaluating the requirement" regression in nightly-2020-12-27
### Code ```rust trait Foo {} trait Bar { type Corge; } struct Fuga<T> { _a: T, } struct Piyo<T> { _b: T, } impl<T> Foo for Piyo<T> {} impl<T> Bar for Fuga<T> where T: Bar, Self::Corge: Foo, { type Corge = Piyo<T>; } fn main() {} ``` ## Error On current nig...
A-trait-system,P-medium,T-compiler
low
Critical
781,817,158
go
x/text/encoding/traditionalchinese: Garbled text found in encoding output file with traditional chinese
### What version of Go are you using (`go version`)? go version go1.15.6 darwin/amd64 ### Does this issue reproduce with the latest release? 1.15.6 is the latest stable release ### What operating system and processor architecture are you using (`go env`)? This has nothing to do with the environment ### What...
NeedsInvestigation
low
Major
781,848,315
create-react-app
Why does CRA NOT pick up on global.d.ts?
`/tsconfig.json` ``` { "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true,...
needs triage,issue: bug report
low
Minor
781,863,866
TypeScript
Aggregate function assertions
# Suggestion ## πŸ” Search Terms Multi-assertions, function assertion signatures, type assertions, aggregate assertions ## βœ… Viability Checklist My suggestion meets these guidelines: * [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code * [x] This wouldn't change the runtime beh...
Suggestion,Awaiting More Feedback
medium
Critical
781,916,003
ant-design
[Cascader] Submenu not hiding for option which does not have any children
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/antd-reproduction-template-forked-vyl78?fil...
Inactive
low
Minor
781,918,326
pytorch
More general MultiHeadAttention and Transformer modules
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> Modularize `nn.MultiHeadAttention` / `nn.functional.multi_head_attention_forward()` and generalize the `nn.Transformer` modules so that: 1. Novel attention functions can be used with minimal effort (i.e., without having to rewrite ...
triaged,enhancement
low
Major
781,926,931
flutter
TextField is not working after backspace when using Frozen Keyboard
null
a: text input,platform-android,framework,f: material design,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Critical
781,927,023
opencv
opencv4.4 decode video with gpu /opencv-4.4.0/modules/core/src/cuda/gpu_mat.cu:121: error: (-217:Gpu API call) all CUDA-capable devices are busy or unavailable in function 'allocate'
System information (version) OpenCV = 4.4.0 Operating System / Platform = ubuntu 18.04 Compiler = gcc/g++ 7.5 cuda = 10.0 Video_Codec_SDK_9.1.23 I have build my opencv 4.4.0 using Cmak with CUDA 10.0 to speedup decoding videos. I tested code1.cpp , code2.cpp and code3.cpp. Results are below. **1. code1...
category: gpu/cuda (contrib),incomplete,needs investigation
low
Critical
781,949,672
excalidraw
Feature request: Add the option to set id in elements when exporting as SVG
It'd be great to have this option, pretty much like Figma/Illustrator/etc do actually (exploiting the element name, usually). The DOM of the SVG can be exploited much more easily by site/app that host them. Is it something you might consider?
enhancement,discussion
low
Major
781,964,689
pytorch
ModuleNotFoundError: No module named '__torch__'
**Resume training, load the model and report an error** Loading Backbone Checkpoint './model/EfficientNet-b0/model/Epoch_36_Time_2021-01-07-00-31_checkpoint.pth' Traceback (most recent call last): File "train.py", line 370, in main() File "train.py", line 44, in main mp.spawn(main_worker, nprocs=ngpus_per_node, a...
needs reproduction,module: multiprocessing,module: serialization,triaged
low
Critical