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
668,985,357
go
x/tools/refactor/eg: test case claims it should be failing, but it isn't.
### What version of Go are you using (`go version`)? 1.14 ### Does this issue reproduce with the latest release? Sure. ### What did you do? `go test` ### What did you expect to see? A test failure. ### What did you see instead? The test passed. This might seem like it's not surprising, but...
NeedsInvestigation,Tools,Refactoring
low
Critical
669,006,265
vscode
Custom editor issues: save and undo
<!-- ⚠️⚠️ 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,custom-editors
low
Critical
669,075,015
TypeScript
Checking union type where key is enum tricks compiler
<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps before lo...
Bug
low
Critical
669,075,503
flutter
[Windows] ☂️ Add support for Arm64 as a target
https://github.com/flutter/flutter/issues/53120 tracks supporting Windows arm64 as a development environment; this is for being able to build Flutter Windows applications that run on arm64. This would require: * [x] https://github.com/flutter/flutter/issues/129649 * [x] Dart support for Windows arm64: https://gith...
c: new feature,framework,engine,platform-windows,a: desktop,P3,platform-target-arm,team-windows,triaged-windows
medium
Critical
669,127,247
PowerToys
Fix SA0001 violations
From stylecop enabling, SA0001 can be fixed by reading the docs :) https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA0001.md
Issue-Bug
low
Minor
669,174,812
opencv
Extendible parameters in OpenCV functions
The discussion thread for https://github.com/opencv/opencv/wiki/OE-34.-Named-Parameters
evolution
low
Major
669,184,626
pytorch
RuntimeError: ProcessGroupNCCL does not support recv (torch-nightly)
## 🐛 Bug pytorch recently upgraded the nccl version to 2.7.3 https://github.com/pytorch/pytorch/pull/40622, which has support for point-to-point communication such as send and recv. However, I encounter `RuntimeError: ProcessGroupNCCL does not support recv` when using a nccl backend for send and recv. `torch.cuda.n...
oncall: distributed,feature,triaged,module: nccl
low
Critical
669,195,964
go
x/pkgsite: various UI cleanups due to new fixed header on details page
+ [x] The version string in the sticky header is all uppercase, which renders as `GO1.14.6` on standard library packages. This should preserve the original casing + [x] The `:target` selector in stylesheet.css (and in sidenav.css) that’s used to ensure that anchor targets aren’t scrolled below the sticky headers isn’t...
NeedsFix,pkgsite
low
Critical
669,207,380
node
Buffer created from Buffer.from gives wrong length
<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` P...
buffer
low
Critical
669,214,680
excalidraw
Updating text inside a shape takes time to reflect in collaboration session
Repro steps: 1. Start a new canvas (call this S1) 2. Start live collaboration (call this S2) 3. Add a rectangle in S1, select a background color, select Fill=Solid 4. Add a text inside the rectangle in S1 At this point, the rectangle shows up in S2, but the text is missing and appears after few seconds. 5. ...
bug,collaboration
low
Major
669,216,741
terminal
Duplicate WT_SESSION and WT_PROFILE_ID in WSLENV env var
# Environment ```none Windows build number: 10.0.19041.388 Windows Terminal version (if applicable): 1.1.2021.0 ``` # Steps to reproduce - Open Windows Terminal - `setx WSLENV "${env:WSLENV}:TEST/p"` - Close and reopen Windows Terminal - `echo $env:WSLENV` # Expected behavior WT_SESSION:WT_PROF...
Help Wanted,Issue-Bug,Area-TerminalConnection,Product-Terminal,Area-CodeHealth,good first issue
low
Minor
669,238,915
excalidraw
Support Option-resizing lines
The help text below the toolbar when linear elements are dragged for resizing is wrong: <img width="595" alt="Screen Shot 2020-07-30 at 15 10 25" src="https://user-images.githubusercontent.com/1473433/88979606-e2b97400-d276-11ea-8fd7-4866ca99102c.png"> It mentions "alt" can be used, but it cannot be. Also the ...
bug
low
Major
669,250,165
svelte
Allow indicating component "root" element so actions may be used on the component tag
**Is your feature request related to a problem? Please describe.** I cannot augment third-party components with actions because components in Svelte do not have an implicit host/root element at runtime. The most simple example I can think of is a button component from a library that does not support tooltips, but I ...
awaiting submitter,temp-stale
medium
Major
669,252,956
pytorch
Audit quantization functions to ensure proper argument sizes
Context: https://github.com/pytorch/pytorch/pull/42079, we now throw a runtime error if an out argument is supplied to a function but it's the wrong size @mruberry mentioned that we should fix `qadd` and `qmul`, but ideally we should look at all the quantized ops with an `out` argument and fix them if necessary. Id...
oncall: quantization,low priority,triaged
low
Critical
669,260,130
flutter
multiline text incorrectly calculates intrinsic height
Multiline text on web appears to compute the wrong intrinsic height. Here is a repo of the problem occurring: https://dartpad.dev/9059244f9a737f01f73242c2f7f174f5 Run the Dart Pad and press the button at the bottom of the screen. You'll see an overflow that shouldn't happen. Here is the same Dart Pad with only...
framework,a: typography,P2,team-framework,triaged-framework
low
Critical
669,264,751
TypeScript
Extract types from definition file
## Search Terms extract d.ts definition types ## Suggestion For a tvOS project I'm working with TVML and TypeScript. The JavaScript environment has some of the functionality of the browser, but not all classes are available (like `FormData` and `URL`). You can see the classes that are supported here: https...
Suggestion,Awaiting More Feedback
low
Minor
669,304,122
pytorch
Generate unique `worker_id` for each node in the RPC framework for the store.
The RPC framework uses the user specified `worker_id` to generate globally unique ids using first 16 bits as the worker_id and next 48 bits being an in memory auto increment counter. This works well in the case of a static set of workers where the user can specify unique ids. But as we plan to support elasticity (se...
triaged,module: rpc
low
Minor
669,338,439
pytorch
An error occurred deploying CRNN using libtorch
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: I trained the model on Pytorch and deployed it on libtorch, which I tried in both versions 1.1 and 1.4. They all run successfully in CPU mode, but in GPU mode, the model can be loaded into...
oncall: jit,module: rnn,module: cuda,triaged
low
Critical
669,382,667
TypeScript
Keep TSServer alive longer for initialization performance
<!-- ⚠️⚠️ 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. --> Hello! First off, thank you for your work on V...
Suggestion,In Discussion,Domain: TSServer
low
Major
669,426,041
go
cmd/cgo: cgo allows creating values of incomplete struct/union type
This program builds, but fails at runtime: ``` // x.go package main // struct s; // union u; // extern void f(struct s *, union u *); import "C" func main() { C.f(new(C.struct_s), new(C.union_u)) } ``` ``` // x.c #include <assert.h> struct s { int x; }; union u { long x; }; void f(struct s...
NeedsDecision,compiler/runtime
low
Critical
669,446,514
go
regexp: RuneReader-related functions treat non-EOF errors the same as EOF
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.14.6 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes, go1.14.6. ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Outp...
NeedsInvestigation
low
Critical
669,447,573
rust
Make `pub` in a binary equivalent to `pub(crate)` for diagnostics
<sup>(copy-pasting from [IRLO](https://internals.rust-lang.org/t/should-pub-in-a-binary-be-equivalent-to-pub-crate/12821))</sup> Consider the code snippet ```rust pub fn foo() { // unused function! } fn main() {} ``` `cargo check` reports no errors or warnings. However, the same snippet using `pub(c...
A-lints,T-lang,C-feature-request
medium
Critical
669,455,045
ant-design
Upload 分片上传
- [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. ### What problem does this feature solve? 请问Upload 有计划支持分片上传吗?现在上传文件要是太大了的话会超时,导致文件上传失败。 ### What does the proposed API look like? ### 添加如下属性 ##### ` chunked {boolea...
help wanted,Inactive
low
Major
669,484,047
vscode
Git - SSH error Permission denied in WSL2 + Remote Containers
Issue Type: <b>Bug</b> When using a remote container within WSL2 that has ssh-agent (in this case using keychain) setup to cache credentials I can use git fine from my terminal. However trying to use the Source Control tools with Git results in an error: ```> git pull --tags origin develop git@my-redacted-hos...
bug,help wanted,git
medium
Critical
669,497,549
go
net/http: the http.ServeTLS() docstring shouldn't ask for the root CA certificate
Both `http.ServeTLS()` and `http.ListenAndServeTLS()` currently have the following [docstring](https://github.com/golang/go/blob/master/src/net/http/server.go#L2501) regarding the `certFile` argument: _"If the certificate is signed by a certificate authority, the certFile should be the concatenation of the server's ...
Documentation,NeedsInvestigation
low
Major
669,504,200
pytorch
Error while trying to install pytorch on pycharm
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> Correct way of installation is torch. This should be removed as it is misleading. ERROR: Command errored out with exit status 1: ## To Reproduce Steps to reproduce the behavior: 1.Install Pycharm 2.Select Preferences 3.Python ...
module: build,triaged
low
Critical
669,517,335
pytorch
nn::Sequential Link error in Android version
#NDK 21C Build ok cd pytorch export ANDROID_NDK=/opt/android-ndk export ANDROID_ABI=arm64-v8a export ANDROID_NATIVE_API_LEVEL=28 ./scripts/build_android.sh ///////////////// build link ok at::Tensor ref_res = at::zeros({23, 23}); build link error nn::Linear actor = nn::Linear(8, 64); #error messag...
module: android,oncall: mobile
low
Critical
669,567,699
godot
Editor freeze when running scene during reimport
**Godot version:** 3.2.3.rc.custom_build. fe4aa393f **OS/device including version:** Ubuntu 20.04 **Issue description:** When running scene multiple times, then sometimes editor completelly freeze. **Steps to reproduce:** 1. Run scene over and over again ![jfile](https://user-images.githubusercontent....
bug,topic:editor,topic:import
low
Minor
669,628,860
godot
Polygon2D doesn't render when there are crossed lines
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.2 (Steam) <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Ubuntu 20.04, Intel HD 3000, GLES2 <!-- Sp...
topic:rendering
low
Major
669,754,712
pytorch
libpytorch_jni is not provided in conda builds
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. `conda create -n tmp -y python=3.6` 1. `conda install -c pytorch pytorch -y` 1. `find "$CONDA_PREFIX" -name "libpytorch_jni.*"` ## Expected behavior The conda artifact should in...
module: build,triaged
low
Critical
669,801,030
TypeScript
ThisType would disturb Generics' inferring type when assign an expression to a type variable
**TypeScript Version:** 3.9.2, and it does exist in 'Nightly' version, too. **Search Terms:** ThisType, Generics, Inferring problem **Code** ```ts type customFunc = (...args: any) => any declare function SimpleVue< D, C extends { [K in string]: customFunc }, M = { [K in string]: customFunc }, ...
Needs Investigation
low
Critical
669,877,599
TypeScript
Need a dummy overload to improve inference
**TypeScript Version:** 3.x, 4.0.0-beta, nightly **Search Terms:** dummy fake overload infer **Code** ```ts class FieldEvent<T extends Field> { constructor(readonly field: T, readonly message: string) { } } class Field { listen<T extends FieldEvent<Field>>(type: new (...args: any[]) => T, listene...
Bug
low
Critical
669,930,010
flutter
[google_maps_flutter] CameraUpdate.newLatLngBounds moves map camera to North Pacific Region.
## Steps to Reproduce Just run this file. main.dart ```dart import 'package:flutter/material.dart'; import "package:flutter/cupertino.dart"; import 'package:google_maps_flutter/google_maps_flutter.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget bui...
platform-android,p: maps,package,has reproducible steps,P3,found in release: 1.20,found in release: 2.0,found in release: 2.3,team-android,triaged-android
medium
Critical
669,932,650
pytorch
Stop implementing JIT stack as a std::vector
@zou3519 in https://github.com/pytorch/pytorch/pull/41943 reported an unexpected interaction, where references to value on the stack (which had not been popped) because invalidated when he pushed further arguments on the stack. The reason for this is, of course, that when pushing new arguments onto the stack, it trigge...
oncall: jit,triaged,weeks
low
Major
669,956,921
pytorch
RFC: torch.vmap
TL;DR: We’re implementing a prototype torch.vmap (inspired by jax.vmap) for PyTorch and are looking for early adopters! Please go to https://github.com/pytorch/functorch and follow installation instructions there. JAX provides jax.vmap, a program transformation that automatically “vectorizes” a function. What this m...
triaged,module: vmap
high
Critical
669,987,136
go
x/tools/gopls: story for custom codelens providers
`gopls` started to offer [test/benchmark codelenses](https://github.com/golang/go/issues/36787) for test and benchmark functions that work with the `testing` package. The VS Code Go extension that has offered this feature for a while in its own way received multiple feature requests to support various testing fram...
FeatureRequest,gopls,Tools
low
Minor
670,023,866
PowerToys
[Colour Picker] Allow to zoom with touchpad two finger gesture
## 📝 Provide a description of the new feature It's not possible to use two finger gesture on touchpad to zoom in colour picker. Please add this feature. --- If you'd like to see this feature implemented, add a 👍 reaction to this post.
Idea-Enhancement,Product-Color Picker
low
Major
670,069,808
kubernetes
test/integration/master package tests are slow, package times out
**Which jobs are flaking**: pull-kubernetes-integration **Which test(s) are flaking**: test/integration/master **Testgrid link**: **Reason for failure**: There are ~5 tests that average more than 30 seconds each. https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-integration&gra...
kind/bug,priority/important-soon,kind/flake,sig/auth,help wanted,lifecycle/frozen,needs-triage
medium
Critical
670,088,320
go
runtime: merge workarounds to false deadlocks
In #40368, I avoided false deadlocks from `startm` in `sysmon` by reserving M ids in advance to make it look like the new M is already running to `checkdead`. Later, I discovered that @dvyukov fixed a nearly identical issue in #6070 by temporarily decrementing the number of idle locked M's, to make checkdead see an ...
NeedsFix,compiler/runtime
low
Minor
670,091,520
go
cmd/go, cmd/go/internal/modfetch: update tests not to rely on external domains that only an individual maintainer has access to
(Factoring out comment https://github.com/golang/go/issues/28856#issuecomment-665252612 into a separate issue, since it's slightly different than #28856 and out of scope for that issue.) Some of `cmd/go` and `cmd/go/internal/modfetch` tests currently rely on content hosted on `rsc.io`, `swtch.com`, and `insecure.go-...
Testing,NeedsInvestigation,GoCommand
low
Critical
670,112,788
PowerToys
Animated GIF thumbnails/icons in windows explorer.
With a toggleable option, GIFs that normally show up as an image preview in explorer would be animated. A nice touch would be to specify the quality of the preview, the framerate, and an option to only animate it if it is selected in windows explorer. This would not be in the preview area, this would be the actua...
Idea-New PowerToy,Product-File Explorer
medium
Major
670,131,723
rust
Tracking Issue for slice::array_chunks
The feature gate for the issue is `#![feature(array_chunks)]`. Also tracks `as_(r)chunks(_mut)` in `#![feature(slice_as_chunks)]`. ### About tracking issues Tracking issues are used to record the overall progress of implementation. They are also uses as hubs connecting to other relevant issues, e.g., bugs or ...
T-libs-api,C-tracking-issue,A-const-generics,A-slice,Libs-Tracked,F-generic_const_exprs,A-array
high
Critical
670,135,288
go
proposal: crypto/tls: support TLS 1.3 post-handshake authentication
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.14.5 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</summary><...
Proposal,Proposal-Hold,Proposal-Crypto
medium
Critical
670,143,817
pytorch
TensorBoard Summaries Written with `SummaryWriter.add_scalars()` are not Purged
## 🐛 Bug When writing TensorBoard summaries, `SummaryWriter` does not purge summaries written with `SummaryWritter.add_scalars()`. However, summaries written with `SummaryWriter.add_scalar()` are purged correctly. ## To Reproduce Steps to reproduce the behavior: 1. Save metrics using `SummaryWriter.add_sca...
module: tensorboard,oncall: visualization
low
Critical
670,166,623
PowerToys
[Run] Touchpad scrolling is too sensitive
<!-- **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. --> ## ℹ Computer information - Windows build number: 19042.421 - PowerToys version: 0.20.0 - PowerToy ...
Issue-Bug,Product-PowerToys Run,External Dependency,Area-User Interface,Status-Blocked
medium
Major
670,173,967
flutter
adding textDirection property to ThemeData class
shouldn't `textDirection` be added to `ThemeData` so we can just change it once and not in every single `Text` widget, i know about the [Directionality](https://api.flutter.dev/flutter/widgets/Directionality-class.html) widget but it doesn't work like `textDirection` property inside the `Text` widget.
c: new feature,framework,f: material design,a: typography,team-design,triaged-design
low
Minor
670,199,074
go
x/tools/gopls: unexpected line/character calculations in certain diagnostics
#### What did you do? I've run into a situation where gopls was consistently returning a diagnostic with range data that was inconsistent with the editor state. Critically, it was producing a range with a character that was past the end of the line. While I uncovered the issue interacting with gopls via the LSP i...
gopls,Tools,gopls/parsing
low
Critical
670,532,483
rust
Error messages confusing trying to return errors across threads
Compiling: ```rust fn main() -> Result<(), Box<dyn std::error::Error>> { std::thread::spawn(|| -> Result<(), Box<dyn std::error::Error>> { Ok(()) }); Ok(()) } ``` Gives: ``` Compiling playground v0.0.1 (/playground) error[E0277]: `dyn std::error::Error` cannot be sent between...
C-enhancement,A-diagnostics,T-compiler,D-confusing,D-newcomer-roadblock
low
Critical
670,556,764
PowerToys
[KBM] Automatically deactivate warning tone (Caps Lock Windows setting)
Hello everyone 👋 I like to use the Keyboard Manager. This makes reassign _Caps Lock_ to _Shift left_ easy for me. In order not to accidentally activate Caps Lock, I activated the warning tone in the Windows settings. (This sound is still present although key reassigned.) It would be great if this warning tone...
Idea-Enhancement,Product-Keyboard Shortcut Manager
low
Minor
670,593,637
pytorch
Reading data speed slower than tensorflow
I tried two version code for iterating MNIST data to compare the elapsed time. Pytorch version ``` import os os.environ["CUDA_VISIBLE_DEVICES"] = "0" import torch from torchvision import datasets, transforms import matplotlib.pyplot as plt import time train_loader = torch.utils.data.DataLoader( datasets...
module: performance,module: dataloader,triaged
low
Major
670,679,094
PowerToys
[Shortcut Guide] Remove "Open Dictation Bar" for unsupported Languages
Not every Language in Windows supports the dictation bar. When you press then win + h nothing happen. So it could be removed for non supported languages. --- If you'd like to see this feature implemented, add a 👍 reaction to this post.
Idea-Enhancement,Product-Shortcut Guide
low
Minor
670,831,574
pytorch
slow data loading in VisionDataset - need to allow batch loading.
## 🚀 Feature VisionDataset is slow in loading large batches. This happens because of data being loaded and transformed by single item in regular Python cycle. ## Motivation I have a bit of frustration when seeing slower Pytorch code vs TF in data loading functions. ## Pitch 1) fix `__getitem__()` for `Visi...
module: performance,feature,module: dataloader,triaged,module: vision
low
Major
670,889,491
pytorch
torch.distributions.multinomial.Multinomial cannot be used in batch
torch.distributions.multinomial.Multinomial(total_count=1, probs=None, logits=None, validate_args=None) the total_count is must be int, but not tensor, so I can't use this function in a batch scenario. It's quite inconvenient. ![image](https://user-images.githubusercontent.com/30493522/89102992-f7e1fe80-d440-11ea-...
module: distributions,feature,triaged
low
Major
671,008,381
godot
Material transparency bug over far blured environnement
**Godot version:** Observed since 3.2.2 (not tested earlier) -> 3.2.3RC3 **OS/device including version:** Tested in Linux / MacOs and Windows environnements **Issue description:** When far blur is activated in environnement, Transparent material meshes don't deal correctly (i think) with depth. Either t...
topic:rendering,confirmed,documentation,topic:3d
low
Critical
671,015,819
PowerToys
[Run][New Plugin] Quick Reminder notifications
## 📝 Add quick reminds with Windows notifications. ![image](https://user-images.githubusercontent.com/228802/89106021-6f129500-d437-11ea-9dc2-2a3d20bfbddc.png) Type reminder command in specific language like on screenshot, and then show Windows notifications on time. Purpose is to not forget to do important s...
Idea-Enhancement,Product-PowerToys Run,Run-Plugin
low
Major
671,060,721
godot
Script button in remove mode on custom class nodes
**Godot version:** 3.2.2.stable.official **OS/device including version:** Windows 10, AMD 2600X (x86_64), Nvidia GTX 1660TI **Issue description:** When using `add_custom_type()`, and selecting a custom node that has been added to the scene, the "add/remove script" button at the top of the scenetree pane is in ...
bug,topic:editor
low
Critical
671,077,986
PowerToys
[Run] Show 'drives are not indexed' warning messages as first result
## 📝 Provide a description of the new feature Warning messages (like "Not all drives are indexed") should be shown every time as first result and not between the other results. You can see what I mean in the image in issue [5451](https://github.com/microsoft/PowerToys/issues/5451#issue-671056893) posted by @christia...
Idea-Enhancement,Product-PowerToys Run,Area-Quality,Planning-Consideration
low
Major
671,080,302
vscode
Snap: Wrong icons in file picker
<!-- ⚠️⚠️ 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,linux,workbench-os-integration,snap
low
Critical
671,134,483
rust
panic_bounds_check with for on an interval closed on the right
This bug report is similar to others but in my opinion sufficiently different. This code: ```rust pub fn e76() -> u32 { const N: usize = 100; let mut ways = [0_u32; N + 1]; ways[0] = 1; for j in 1 .. N { for i in j ..= N { ways[i] += ways[i - j]; } } ways[N...
I-slow,C-bug
low
Critical
671,184,123
rust
Tracking Issue for slice::array_windows
The feature gate for the issue is `#![feature(array_windows)]`. ### About tracking issues Tracking issues are used to record the overall progress of implementation. They are also uses as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however *not* meant for la...
T-libs-api,C-tracking-issue,A-const-generics,A-slice,Libs-Tracked,F-generic_const_exprs,A-array
medium
Critical
671,262,610
godot
Calling godot::String::ascii() or utf8() causes memory corruption if the string originated from GDScript.
**Godot version:** 3.2-stable. Also tried with 3.2 built locally (23b553ba06) **OS/device including version:** Windows 10 **Issue description:** Passing a String into a GDNative c++ plugin and then simply calling `ascii()` on it and doing nothing else seems to cause some kind of memory corruption (WinDbg will ...
bug,topic:gdextension
low
Critical
671,482,814
TypeScript
Support either type asserting `self` in classes, or properly ignoring workaround
I currently have a scenario very similar to https://github.com/microsoft/TypeScript/issues/2000#issuecomment-546929745. While it would be fixed it TS natively supported overriding class methods (see that issue), I followed the outline of the linked comment, but am running into a small issue. This is not a huge blocker ...
Bug,Help Wanted,PursuitFellowship
low
Critical
671,501,832
ant-design
select dropdown malfunctions when nested inside radio
- [ ] 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/stupefied-clarke-dh6n3?file=/package.json:4...
🐛 Bug,Inactive,❓FAQ
low
Major
671,533,413
PowerToys
Add the ability to turn off Window decorations
## 📝 Provide a description of the new feature _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ 1. Add an option to turn off **window decorations**, i.e. ability to toggle minimize, maximize and close buttons on the top bar. This feature would complement the exist...
Idea-New PowerToy,Product-Tweak UI Design
low
Minor
671,542,207
TypeScript
Suggestion: Allow ES6 export syntax in namespaces
**TypeScript Version:** typescript@4.0.0-dev.20200801 **Search Terms:** namespace, import, export, re-export, module **Code** ```ts import { Point } from "./Point"; export type Line = { readonly p1: Point; readonly p2: Point; readonly points?: readonly [Point, ...(readonly Point[])]; }; expor...
Suggestion,Awaiting More Feedback
medium
Critical
671,550,283
ant-design
Tree titleRender virtual list dont render when resizing
- [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-4pctr?file=/inde...
🐛 Bug,Inactive
low
Minor
671,561,664
flutter
Background Audio capability in video player
<!-- 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,p: video_player,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
medium
Critical
671,568,794
PowerToys
New PowerToy idea: DesktopManager
I had a idea for a new PowerToy: The DesktopManager I'm made some concept arts on the computer to show you what I imagine. # <img src="https://user-images.githubusercontent.com/58633848/89117634-b896ca80-d49f-11ea-827e-a607aa8c24cb.png" width="48">DesktopManager ## Functions The DesktopManager had two functions...
Idea-New PowerToy
low
Minor
671,585,883
rust
[ER] Possible basic panic_bounds_check left after Vec::resize_with
I don't understand this situation much. This code: ```rust pub fn foo() -> Vec<usize> { let mut arr: Vec<usize> = vec![]; arr.resize_with(100, || Default::default()); for i in 0 .. 100 { arr[i] = i; } arr } pub fn foo2() -> Vec<usize> { let mut arr: Vec<usize> = vec![]; ...
A-LLVM,I-slow,C-enhancement,A-codegen,T-compiler,I-heavy
low
Minor
671,619,720
godot
C# constructors appear to be called twice
**Godot version:** v3.2.2 stable mono **OS/device including version:** Windows 10 GLES3 Nvidia GTX1050 **Issue description:** Not really sure if this is a bug as my game seems to run just fine but seemed like odd behaviour. I was doing some testing to check on order of loading/creation by adding some lo...
bug,confirmed,topic:dotnet
low
Critical
671,619,916
rust
Wrapper/glue functions such as std::fs::FileType::is_file are not always inlined
This function should compile to the exact same assembly as `FileType::is_file` itself, but doesn't: ([godbolt.org link](https://godbolt.org/z/E9Kocv)) ```rust pub fn is_file(x: std::fs::FileType) -> bool { x.is_file() } ``` ```asm example::is_file: push rax mov dword ptr [rsp + 4], e...
I-slow,C-bug
low
Critical
671,678,087
pytorch
./scripts/build_android.sh need support nn::module nn::Functional nn::Linear
hope build_android can support nn::module nn::Functional nn::Linear want to train in android app also refer to https://github.com/pytorch/pytorch/issues/42355
feature,triaged,module: android,oncall: mobile
low
Minor
671,683,578
pytorch
KeyError: xxxxxxxxxx when calling optimizer.state_dict()
## 🐛 Bug When calling optimizer.state_dict() it raises a KeyError: ``` /root/module/class.py in save_model_parameters(self, model_parameters_path, epoch, optimizer) 254 'state_dict': self.state_dict()} 255 if optimizer: --> 256 model_dict['optimizer'] = optim...
module: optimizer,triaged
low
Critical
671,687,475
rust
building on arm64 hardware under armv7 qemu emulation want to use wrong platform
I use arm64 hardware to make armv7 and aarch64 platform docker containers with rust project inside. To get armv7 on aarch64 platform used qemu emulation via docker buildx. rust 1.44 works as should. Started from 1.45 it brokes: ```dockerfile FROM rust:1.45 as rust RUN USER=root cargo new app WORKDIR /app RUN m...
O-Arm,P-medium,T-compiler,regression-from-stable-to-stable,C-bug,O-AArch64
low
Critical
671,697,373
rust
There is no cross-platform way to use `include_*!`
Build scripts place their output in a folder created by Cargo. The path to it is passed in the environment variable `OUT_DIR` both to the build script and the main code. Since the file is placed in the directory, we need to add the path separator and then the name of the file. There seems to be no way to call `include_...
A-cross,T-lang,T-compiler
medium
Critical
671,768,100
create-react-app
Add compilerOptions.paths support
### 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..." --> React scripts can not build app with custom relative paths as `compilerOptions: { "baseUrl": "./", "paths": { "@/*": ["src/*"],...
issue: proposal,needs triage
medium
Critical
671,822,966
pytorch
How to use libtorch on Jetson TX2
Refer to https://forums.developer.nvidia.com/t/pytorch-for-jetson-nano-version-1-5-0-now-available/72048,I successfully installed Pytorch 1.0.0 and torchvision0.2.2 on jetpack4.3.According to the authentication method, I also succeeded in authentication: python–>import torch… However,I want to call a scriptModel by li...
module: binaries,triaged,module: arm
low
Critical
671,848,319
rust
staticlib for wasm32 targets have missing dependencies
``` ~ $ rustc --version --verbose rustc 1.46.0-nightly (346aec9b0 2020-07-11) binary: rustc commit-hash: 346aec9b02f3c74f3fce97fd6bda24709d220e49 commit-date: 2020-07-11 host: x86_64-unknown-linux-gnu release: 1.46.0-nightly LLVM version: 10.0 ~ $ cargo --version --verbose cargo 1.46.0-nightly (4f74d9b2a 20...
A-linkage,T-compiler,O-wasm,C-bug
low
Critical
671,868,145
rust
Tracking Issue for [*const T|*mut T]::with_metadata_of
<!-- 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...
T-libs-api,B-unstable,C-tracking-issue,Libs-Tracked,A-raw-pointers
medium
Major
671,912,957
pytorch
[feature request].Time Series Algorithms
Want to develop Time series algorithms Holt Winter under pyTorch.
feature,triaged
low
Minor
671,949,041
pytorch
torch.random.randperm stuck in multiprocess
## 🐛 Bug torch.random.randperm() will hung in multiprocess running, (which results in DataLoader hung as well) I managed to reproduce it in a few lines of code <!-- A clear and concise description of what the bug is. --> ## To Reproduce run the sample code below: ``` import multiprocessing as mp imp...
module: multiprocessing,triaged,module: random
low
Critical
671,979,422
pytorch
OneCycleLR argument `pct_start` used as a proportion not percentage
## 📚 Documentation The documentation for the `OneCycleLR` learning rate schedule refers to the argument `pct_start` as being a percentage [0,100], whereas it actually used as a proportion [0,1] in the code. > pct_start (float) – The percentage of the cycle (in number of steps) spent increasing the learning rate....
module: docs,module: optimizer,triaged
low
Minor
672,020,052
youtube-dl
luna radio player support
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request
low
Critical
672,060,752
flutter
Videoplayer not rendering video but sound is playing.
Hi, I'm facing some issues with the videoplayer plugin. Sometimes a video is not rendered but the sound is playing. The only error message I receive is the following: _`flutter: Failed to load video: Operation Stopped`_. Even the videoplayer example is not working with the same video... It seems this is an iOS issue...
platform-ios,p: video_player,package,has reproducible steps,P2,found in release: 2.2,found in release: 2.3,team-ios,triaged-ios
low
Critical
672,062,244
pytorch
`device-side assert triggered` - when probability > 1.0
## 🐛 Bug When using CUDA, getting non-descriptive runtime error, which makes any future calls to CUDA fail, and requires runtime restart. When not using CUDA, error is nice and descriptive, and doesn't break the runtime. ## To Reproduce Steps to reproduce the behavior: ``` import torch prob = torch.tensor(...
module: crash,module: cuda,triaged,better-engineering
low
Critical
672,128,860
rust
Check submodule commit provenance in CI
Currently, when any changes are made to a submodule in the Rust repository, rustbot adds a warning comment but it's up to the reviewer to check all the changes. One of the things that should always be true of a submodule commit (at merge time in the Rust repo) is that it should already be merged in an upstream branc...
C-enhancement,T-infra
low
Minor
672,154,412
opencv
cv.cuda.createMorphologyFilter does not support 3-channel images
##### System information (version) - OpenCV => 4.4.0 - Operating System / Platform => Linux - Compiler => gcc ##### Detailed description `cv.cuda.createMorphologyFilter` does not support a `srcType` of `CV_8UC3`. I would expect that most OpenCV APIs would support 3-channel images (RGB or BGR). ##### Steps...
feature,category: gpu/cuda (contrib)
low
Critical
672,165,787
pytorch
[JIT] Runtime error when backpropagating through input gradient
## 🐛 Bug I cannot backpropagate through the grads of one of the inputs of a module that combines two inputs by **concatenating** then. ## To Reproduce ```python import torch, torch.nn as nn from torch.autograd import grad # The following function tests backpropagating through the gradients of one of the ...
oncall: jit,triaged
low
Critical
672,171,943
pytorch
Training with AMP gives overflow warning
## 🐛 Bug WARNING:root:NaN or Inf found in input tensor while using AMP but no such warning without AMP AMP gives the following warning ``` /lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: overflow encountered in reduce return ufunc.reduce(obj, axis, dtype, out, **passkwargs) WAR...
module: cuda,triaged,module: amp (automated mixed precision)
low
Critical
672,178,265
ant-design
Ability to check if a form is valid without having to display the errors/feedback on the UI (leveraging formInstance.validateFields)
- [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. ### What problem does this feature solve? The FormInstance has a method `validateFields: (nameList?: NamePath[]) => Promise` which can be used to check if a field/all fiel...
Inactive
low
Critical
672,186,290
node
dns.resolveSoa returns EBADRESP if hostname has a CNAME record
<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` P...
confirmed-bug,dns,cares
low
Critical
672,207,472
TypeScript
Add typed overloads to `Object.create`
## Search Terms - object.create - object create - typed object.create - typed object create ## Suggestion Change the signatures of `Object.create` to: ```ts interface ObjectConstructor { create<P extends object | null>(proto: P): null extends P ? {} : P; create< P extends object | null, M exte...
Suggestion,Awaiting More Feedback
medium
Major
672,237,511
storybook
Props not showing in the DocsPage when they're imported from another file into the component (Vue)
**Describe the bug** I have a component where the props are in a different JavaScript file because it's used for multiple button components but the props aren't rendered in the docs, am i doing something wrong? **To Reproduce** Steps to reproduce the behavior: 1. Run storybook with the 3 example files below **...
question / support,vue,has workaround,block: props
medium
Critical
672,272,454
opencv
Python cv.cuda.multiply does not support scalars
##### System information (version) - OpenCV => 4.4.0 - Operating System / Platform => Linux - Compiler => gcc ##### Detailed description `cv::cuda::multiply` says that one of the arguments could be a scalar, but it does not work in Python. ##### Steps to reproduce ``` import cv2 a = cv2.cuda_GpuMat(1...
bug,category: python bindings,category: gpu/cuda (contrib)
low
Critical
672,284,754
pytorch
Using hooks with `DataParallel` gets `autograd` error
## 🐛 Bug Using hooks with `DataParallel` gets `autograd` error ## To Reproduce Steps to reproduce the behavior: 1. Run the following code 2. This bug is very wired. The first 2 iterations just work without any error. However, after the first 2 iterations, you can see this bug forever. Code to reproduc...
triaged,module: data parallel
low
Critical
672,291,064
flutter
flutter build appbundle/apk --release should warn if x86 is supported
Currently, if a plugin brings an x86 native library, AGP would produce an app bundle that supports this ABI. However, running Flutter in an x86 environment would produce a crash (`couldn't find "libflutter.so"`) as it's not supported. We could add a check that warns users if the app bundle can be expanded to an x...
platform-android,tool,t: gradle,a: build,P3,team-android,triaged-android
low
Critical
672,343,278
pytorch
Support recursive data type in TorchScript
## 🚀 Feature It would be really awesome to support recursive data type in TorchScript. For example: ```python import torch from typing import Dict class TypedDataDict(object): def __init__(self): self.str_to_dict: Dict[str, 'TypedDataDict'] = {} def set_str_to_dict(self, value: Dict[str, 'TypedDa...
high priority,oncall: jit,triaged,weeks
low
Critical
672,360,718
godot
Gridmap + BakedLightmap produces huge scene files
**Godot version:** 3.2.2 **OS/device including version:** Windows 10 x64 **Issue description:** When you use a BakedLightmap in conjunction with a Gridmap, a huge amount of data is added to the scene in the form of `baked_meshes` Such as: ``` [node name="GroundGridmap" parent="." index="10"] baked_me...
bug,topic:core
low
Critical
672,383,700
go
x/build/maintner/maintnerd/maintapi/version: support parsing all Go version tags, remove allocations
The current Go tag parser supports only final releases, not betas and not RCs. It would become more useful if it supported all release types. There are some places in x/build where we've wanted to use it, but couldn't do so because of this limitation. Historically, we've worked around not having a parser by using st...
Builders,NeedsFix
low
Critical
672,386,662
godot
Mysterious FileDialog failure - Open Button doesn't work after Build
<!-- 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:core,confirmed
low
Critical