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
660,128,846
rust
compilation time (of volatile array read?) is super-quadratic in array size
<!-- Thank you for filing a bug report! ๐Ÿ› Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> ### Hi. I tried this code: ### ```rust const COUNT : usize = 40000; fn main () { let mut vol_buffer = [ 0u64; COUNT ]; let mut input = unsa...
A-LLVM,C-enhancement,I-compiletime,T-compiler
low
Critical
660,151,356
excalidraw
Free drawing is buggy on iPad: missing inputs and too sensitive to double-taps
It's difficult to do actual handwriting on the iPad. The two main issues seem to be: - sometimes missing some inputs - too sensitive to double-tapping (wants to bring up the iPad keyboard) See example video: https://photos.app.goo.gl/XRgwqB3pEu6QoQJP8
bug
low
Critical
660,159,955
nvm
NVM is not installing npm
I'm using nvm on linux mint ulyana and npm it not installed with node. I'm running `nvm install` and after installation, my node -v output is `v10.9.0` even when I force install nvm install 14.5.0.
needs followup
low
Minor
660,178,830
vscode
CodeLens messes up page scrolling via cursorPageUp / cursorPageDown
IMHO, normally page scrolling should act like this: When you press PageDown and it actually scrolls the window, the new top line of the window is the old bottom line and vice versa for PageUp. This works great when CodeLens is disabled. But when CodeLens is enabled, it seems to be miscalculating what the "old botto...
feature-request,editor-core,code-lens
low
Minor
660,231,299
rust
Figure out a way to link to downstream crates
After #73101 there is no way to link to items in downstream crates. This is fairly common to try; `futures` does this extensively (#64193), as does `core`/`std` (#73423). On one hand, this clearly breaks rust's scoping rules: inner crates can't refer to the types of their dependencies because it causes a cyclic depe...
T-rustdoc,E-hard,C-enhancement,A-intra-doc-links
medium
Critical
660,250,714
godot
RigidBody2D and moving platforms
**Godot version:** Godot 3.2.2 (also tested in 3.2.1) **OS/device including version:** Windows 10 (Tested with both 2D physics engines) **Issue description:** I'm trying to make a 2D platformer that is very physics dependent (so I need to use a RigidBody2D), when the player jumps I use `apply_central_impulse()...
bug,topic:physics
low
Critical
660,265,773
godot
Erroneous Error: The signal is declared but never emitted. UNUSED_SIGNAL
**Godot version:** 3.2.1 **OS/device including version:** Win 10, PC **Issue description:** Erroneous Error indicating unused signal: > W 0:00:00.755 The signal 'something' is declared but never emitted. > <C++ Error> UNUSED_SIGNAL > <Source> Node2D.gd:3 > **Steps to reproduce:** Indica...
bug,discussion,topic:gdscript,topic:editor
low
Critical
660,323,208
godot
Children of TouchScreenButton don't inherit its visibility on desktop
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.2 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. --> Windows ...
bug,confirmed,topic:gui
low
Minor
660,406,216
flutter
Improve Form autovalidation API
This is a follow up on https://github.com/flutter/flutter/pull/59766. The API for auto validation introduced in https://github.com/flutter/flutter/pull/59766 has some preformance considerations in the `Form` widget that need to be fixed. This issue exist to keep track of that. The actual issue is that the `Form` ...
a: text input,framework,f: material design,c: performance,c: proposal,team-text-input
low
Minor
660,422,274
youtube-dl
How should I download and get an m4a audio file from youtube video ?
- [x] I'm asking a question - [x] I've looked through the README and FAQ for similar questions - [x] I've searched the bugtracker for similar questions including closed ones ## Question How can I download a youtube video to extract an audio to m4a container ? I have written this python code ``` fr...
question
low
Critical
660,457,450
pytorch
Error with minimal hogwild test (multiprocessing shared memory)
## ๐Ÿ› Bug I've encountered a mysterious bug while trying to implement Hogwild with `torch.multiprocessing`. In particular, one version of the code runs fine, but when I add in a seemingly unrelated bit of code before the multiprocessing step, this somehow causes an error during the multiprocessing step: `RuntimeErro...
module: multiprocessing,triaged
low
Critical
660,512,759
godot
GDNative variable exports do not update in Remote Inspector when game isn't focused (Linux)
<!-- 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.official **OS/device including version:** <!-- Specify GPU model, drivers, ...
bug,platform:linuxbsd,topic:editor,topic:gdextension
low
Critical
660,548,453
rust
Unclear lifetime error in closure producing a future
[Code](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=a24e79e957d04226ea4bc496cecf98bd): ```rust use std::future::Future; pub async fn bar() { foo(|x| baz(x)).await; } pub async fn baz(x: &u8) -> bool { if *x == 1 { false } else { true } } pub async fn foo<F,...
A-diagnostics,A-lifetimes,T-compiler,C-bug,A-async-await,AsyncAwait-Polish,AsyncAwait-Triaged
medium
Critical
660,558,766
rust
A to_int_checked fn to cast floats to integers
At the moment there are two ways to cast floats: `as` and `to_int_unchecked`. I am curious if there are plans to add more ways to cast floats to integers. Integer arithmetic has explicit methods like `checked_add`, `overflowing_add`, etc. The compiler chooses appropriate operator to use instead of implicit `+` accor...
T-libs-api,C-feature-request
low
Critical
660,590,628
go
x/mobile/cmd/gomobile: the test TestWriter is flaky on the trybots
I often see the test failure on the try bots: ``` --- FAIL: TestWriter (0.02s) writer_test.go:75: unexpected output from aapt writer_test.go:80: --- /workdir/tmp/gofmt496954462 2020-07-19 04:40:24.154982542 +0000 +++ /workdir/tmp/gofmt618424357 2020-07-19 04:40:24.154982542 +0000 @@ -1,3...
NeedsInvestigation,mobile
low
Critical
660,620,308
go
gccgo: fails to reject unsafe.Offsetof(*&(s.f))
This source code is rejected by cmd/compile and go/types, but prints 0 when run using gccgo: ``` package main import "unsafe" var s struct{ f float64 } func main() { println(unsafe.Offsetof(*&(s.f))) } ``` It seems like gccgo is optimizing `*&(s.f)` to `(s.f)` before checking that the argument to `u...
NeedsInvestigation
low
Minor
660,667,923
godot
Editor Inspector Plugin can_handle() can pass uninitialized objects.
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.2 Stable **OS/device including version:** <!-- Specify GPU model, drivers, and the...
bug,topic:core
low
Critical
660,814,075
flutter
[proposal] allow to detect programmatically what flutter version the app was compiled under
Sometimes bugs in a Flutter app are dependent on which version of Flutter the code was compiled with. For this reason, it would be nice to have (or is there a way already) to find out programmatically what version of Flutter my app was compiled with. Question on SO here: https://stackoverflow.com/questions/62958749
c: new feature,tool,framework,c: proposal,P3,team-framework,triaged-framework
medium
Critical
660,933,260
rust
macros by example: cannot expand non-nested repetitions inside of each other
I don't know if this should be considered a bug or not, but I find it highly unintuitive behavior, which is potentially difficult to work around. It's also kind of difficult to describe, as I'm not completely sure what the *root* cause is. In my code I have a macro by example with two separate repetitions, one `$(.....
A-macros,C-feature-request
low
Critical
660,936,113
godot
Cutout 2D animation bones not saved when using instanced nodes
**Godot version:** Godot 3.2.1 stable **OS/device including version:** Macos Mojave 10.14.3 (18D42) MacBook Pro 13-inch, 2018 **Issue description:** When creating bones from nodes as outlined [here](https://docs.godotengine.org/en/stable/tutorials/animation/cutout_animation.html#completing-the-skeleton)...
bug,topic:editor
low
Critical
660,999,785
godot
Script does not close when deleted from FileSystem
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.2 **OS/device including version:** Windows 10, **Issue description:** If you delete a script file from the FileSystem tab, it will rem...
bug,topic:editor
low
Minor
661,006,804
flutter
[google_sign_in] Add Linux support
I am using the plugin google_sign_in. I am able to run the flutter application in ubuntu but I am getting below sign-in error. Please help me to solve this issue? ``` #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:159:7) <asynchronous suspension> #1 MethodChannel.invo...
c: new feature,platform-linux,p: google_sign_in,package,a: desktop,P3,team-linux,triaged-linux
low
Critical
661,066,009
PowerToys
[Run] Option to keep PT Run open permanently
I'd like to have the powertoys run search bar open centrally on the desktop wall paper permanently. it works fine for me and i love it, want more of it, and want to stop explaining the hotkey to family.
Idea-Enhancement,Product-PowerToys Run
low
Minor
661,197,800
godot
RigidBody2D isn't detecting every collision
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** v3.2.2 <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Arch Linux <!-- Specify GPU model, drivers, an...
bug,topic:physics
low
Major
661,283,757
pytorch
Potential bug in net_printer
## ๐Ÿ› Bug <!-- A clear and concise description of what the bug is. --> Hi, we are developing some tools to help detect bugs for Python automatically. Our tool finds a potential bug below. ## To Reproduce Definition for print_op: https://github.com/pytorch/pytorch/blob/a69a2628109a55f7f965bb79eca8967fce...
caffe2
low
Critical
661,297,113
scrcpy
Copy from mobile to compute doesn't work
- [x] I have searched in existing [issues](https://github.com/Genymobile/scrcpy/issues). - [x] I have read the [FAQ](https://github.com/Genymobile/scrcpy/blob/master/FAQ.md). **Environment** - OS: Ubuntu20.04 - scrcpy version: 1.14 - installation method: Manual Build with prebuild server - device model: X...
copy_paste,root
low
Critical
661,321,695
pytorch
libgcc_s.so.1 must be installed for pthread_cancel to work
## ๐Ÿ› Bug Only get error with nightly, 1.5.1 works fine. (Edit: I saw this at other places. The main problem of getting this error is I can't see the original error trace.) ## How to reproduce ``` >>> import torchvision >>> x = torchvision.models.resnet.resnet50(True) Downloading: "https://download.pytor...
high priority,module: binaries,triaged
medium
Critical
661,340,813
TypeScript
jsdoc @type is not working properly for some class method variant
<!-- ๐Ÿšจ STOP ๐Ÿšจ STOP ๐Ÿšจ STOP ๐Ÿšจ Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps before lo...
Suggestion,Awaiting More Feedback
low
Critical
661,342,176
godot
[Mono] 3.2.2 Android Plugin - Mono: Core API hash mismatch.
<!-- 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.mono.official **OS/device including version:** <!-- Specify GPU model, dr...
bug,platform:android,topic:porting,topic:dotnet
low
Critical
661,521,836
pytorch
[Feature Request] named tensor support for `tensordot`(tensor contract)
## ๐Ÿš€ Feature `tensordot` use name to specify which rank to contract ## Motivation when tensor rank is high, `tensordot`(contract) is not easy to specify the contract rank ## Pitch eg: there is two rank-2 tensor a and b `torch.tensordot(a, b, dims=(["first name of a", "second name of a"], ["second name of...
triaged,enhancement,module: named tensor
low
Minor
661,613,501
node
debug code run inside vm doesn't support inline sourcemaps
<!-- 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...
inspector
low
Critical
661,615,340
terminal
Feature: Set text to display in the background of a terminal instead of just an image
<!-- ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ 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-Extensibility,Area-Settings,Product-Terminal
low
Critical
661,621,973
godot
Parameter Hints for Functions defined in Singletons not showing up
**Godot version:** 3.2.2.stable.official **OS/device including version:** Both Windows 10 1909 and Fedora 31 **Issue description:** When typing functions from a custom singleton script, no parameter hints are shown, makes it hard to fill out real big functions. Then poor ol' me is left stranded to remember w...
bug,topic:gdscript,topic:editor
low
Major
661,700,161
opencv
I got "CONFIGURATION IS NOT SUPPORTED: validate setupvars script in install directory" when I cmake opencv4.4,win10
##### System information (version) <!-- Example - OpenCV => 4.2 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> - OpenCV => :4.4: - Operating System / Platform => :Windows 10: - Compiler => :vs 2017: ##### Detailed description When I install OpenCV 4.4 on Windows 10 by...
priority: low,category: build/install
low
Critical
661,707,989
rust
error: could not compile `gkrust` since Rust 1.43 on SPARC Solaris
When I build Firefox on Solaris SPARC it fails with: ``` Compiling gkrust v0.1.0 (/builds/psumbera/userland-ff-68.10.0/components/desktop/firefox/firefox-68.10.0/toolkit/library/rust) Running `CARGO=/builds/psumbera/rustc-1.44.1/bin/cargo CARGO_MANIFEST_DIR=/builds/psumbera/userland-ff-68.10.0/components/d...
I-crash,A-LLVM,P-medium,T-compiler,regression-from-stable-to-stable,I-unsound,O-SPARC,O-solaris,C-bug,E-needs-mcve
medium
Critical
661,748,110
PowerToys
[Run] Exclude unwanted file extensions
# Summary of the new feature/enhancement I use phpstorm for web development and when I search for a project or a file from that project it's show some unusual file extension from recentFiles folder # Proposed technical implementation details (optional) An option where you can exclude a specific folder OR a specifi...
Idea-Enhancement,Product-PowerToys Run
low
Major
661,787,098
react
Should act() warnings be deduplicated by component stack?
React version: `16.13.1` (latest) and `0.0.0-7f28234f8` (next) ## Steps To Reproduce 1. Create component that has multiple effects (i.e. `useEffect` calls) 2. Render component in a jest test Link to code example: https://codesandbox.io/s/long-sound-xhe5w?file=/package.json ## The current behavior A er...
Type: Discussion,Component: Reconciler
medium
Critical
661,826,637
rust
asm!: `push offset` causes `unexpected token!`
<!-- Thank you for filing a bug report! ๐Ÿ› Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> ### Code ```rust #![feature(asm)] fn main() { unsafe { asm!( " push offset 1f 1: "...
A-inline-assembly,C-bug,F-asm
low
Critical
661,844,013
pytorch
../caffe2/perfkernels/common_avx2.cc:17:2: error: #error ( "You found a build system error: __AVX2__ is defined (via e.g. -mavx2) " "but CAFFE2_PERF_WITH_AVX2 is not defined.");
## ๐Ÿ› Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. git clone -v -b master --recurse-submodules https://github.com/pytorch/pytorch.git 1. cd pytorch && python3 setup.py bdist_wheel <!-- If you have a code sample, error messages, st...
module: build,triaged
low
Critical
661,949,624
PowerToys
[Settings] Design a mechanism to propagate specific system settings to the Settings app
Some modules may need to check system settings to decide when turn on/off some module's feature. FancyZones needs to check animation settings, PT Run needs to check the enhanced search mode and so on. Those settings can be retrieved by the modules, but may also also effect the Settings UI. Since those values shoul...
Idea-Enhancement,Product-Settings
low
Minor
661,950,707
rust
Handle fully-qualified syntax in intra doc links
Related: https://github.com/rust-lang/rust/issues/62834 https://github.com/rust-lang/rust/pull/74489 makes it so that `Type::Item` works for trait items. There currently is anchor ambiguity between multiple traits that share an item, so it's not worth disambiguating further, however if we can fix that It would be ni...
T-rustdoc,C-enhancement,P-low,A-intra-doc-links
medium
Major
661,977,328
go
x/tools/go/expect: test fails when run from the module cache
The test for `golang.org/x/tools/go/expect` fails when run from another module. A `go.mod` file was added to the package's `testdata` directory in [CL 216838](https://golang.org/cl/216838). However, that cuts off the `testdata` directory from the rest of the module: there is no special handling for `go.mod` files in...
Testing,NeedsFix,Tools
low
Minor
661,987,195
pytorch
TypeError: cannot create 'generator' instances
My code works fine with one gpu but I am getting the below error on running with multiple gpu's (While using gpu's, I am using torch.nn.DataParallel also) ``` TypeError Traceback (most recent call last) <ipython-input-22-4eff65f3db67> in <module> ----> 1 model_trainer.train() ...
triaged,module: data parallel
low
Critical
661,989,180
flutter
TestGesture does not have API for TestPointer.scroll
`TestGesture` are wrapping almost all `TestPointer` methods to send the events generated to dispatcher, however, `TestPointer.scroll` is an exception. As a result, `WidgetTester` and `TestGesture` will not be able to be used to test mouse scrolling behavior.
a: tests,framework,f: gestures,a: desktop,P3,team-framework,triaged-framework
low
Minor
662,009,933
material-ui
[RFC] Avoid or "prefer not to use" default exports
## Introduction This discussion was initiated during the migration of eslint configs of `material-ui/pickers` and convention and code style consolidation. (https://github.com/mui-org/material-ui-pickers/pull/2004) # The problem The core repository is using `export default` everywhere as a primary way to expo...
discussion,v6.x,RFC
medium
Minor
662,011,137
pytorch
'torch::jit::script::ErrorReport' from 'torch::jit::load('modelpath') in Visual Studio 2017
## ๐Ÿ› Bug <!-- A clear and concise description of what the bug is. --> I exported one model([StructureFlow](https://github.com/RenYurui/StructureFlow)) via torch.jit.script or torch.jit.trace. When I try to import it in C++(VS2017) an error occurs during loading model. The model was trained & exported in python o...
oncall: jit
low
Critical
662,015,590
go
x/pkgsite: search doesn't recognise some well-known tools
<p>The search on the website sometimes doesn't show well-known tools as the first results. Here are some cases where it doesn't:</p> <ul> <li><p><a href="https://pkg.go.dev/search?q=errcheck">https://pkg.go.dev/search?q=errcheck</a></p></li> <li><p><a href="https://pkg.go.dev/search?q=gopls">https://pkg.go.dev/s...
NeedsInvestigation,pkgsite,pkgsite/search
low
Minor
662,061,289
react
Bug: MouseEnter does not fire when coming _from_ disabled elements
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: 16.13.1 ## Steps To Reproduce https://codesandbox.io/s/eage...
Type: Bug,Component: DOM
low
Critical
662,061,878
flutter
Weird splash/ripple animation on BottomNavigationBar tap
Is this effect intended? ![Screen Recording 2020-07-20 at 20 12 16](https://user-images.githubusercontent.com/2883524/87966386-e0605880-cac5-11ea-9ccb-7b6c6e3d098e.gif) Quite different from Material Design Guidelines (see examples of behavior here: https://material.io/components/bottom-navigation#behavior) <...
framework,f: material design,has reproducible steps,P3,found in release: 3.3,found in release: 3.5,team-design,triaged-design
low
Major
662,128,010
terminal
Move u8State from WriteConsoleAImpl to SCREEN_INFORMATION
<!-- ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ๐Ÿšจ 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...
Product-Conhost,Help Wanted,Issue-Task,Area-CodeHealth,Priority-3
low
Critical
662,149,614
godot
PhysicalBones break after saving and reloading the scene
**Godot version:** steam stable 3.2 **OS/device including version:** windows 10 **Issue description:** Physboxes broke themselves **Steps to reproduce:** no idea, I've been doing my game and now all physboxes are broken ![image](https://user-images.githubusercontent.com/46406204/87974818-4f907980-c...
bug,confirmed,topic:physics,topic:3d
medium
Critical
662,234,498
go
x/net: Implement PacketConn.JoinSourceSpecificGroup() and PacketConn.LeaveSourceSpecificGroup for Windows
### What version of Go are you using (`go version`)? <pre> go1.12.6 windows/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><br><pre> set GOARC...
OS-Windows,NeedsInvestigation
low
Critical
662,276,519
pytorch
Torch.multiprocessing.spawn can deadlock
## ๐Ÿ› Bug Currently, when the error occurs on one of the child processes, torch.mp.spawn tries to terminate all alive processes and then waits for them to finish: https://github.com/pytorch/pytorch/blob/master/torch/multiprocessing/spawn.py#L99 The code can be stuck on this line, even when the user passes the tim...
module: multiprocessing,triaged
low
Critical
662,282,132
go
html: UnescapeString unescapes HTML character references without a final semicolon in an attribute
<!-- 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.12.5 linux/amd64 </pre> ### Does this issue reproduce...
NeedsInvestigation
low
Minor
662,282,838
pytorch
Improve overload resolution order rules for `invokeOperatorFromPython`
Today, if you do: ``` add_op = torch._C._jit_get_operation(torch.jit._builtins._find_builtin(torch.add)) add_op(torch.tensor(1), torch.tensor(1)) ``` - We try overloaded operators in the order that they are registered. So if you register `add.Tensor` before `add.int`, we will try `add.Tensor` first. - 0-d tensors...
high priority,oncall: jit
low
Minor
662,342,209
godot
SHADOWED_VARIABLE Warning Applied to Static Functions
**Godot version:** 3.2.2.stable.official **OS/device including version:** Windows 10 x64 **Issue description:** Static functions generate SHADOWED_VARIABLE warnings for variables that they're not actually shadowing due to their static nature. **Steps to reproduce:** Add the following code to any clas...
discussion,topic:gdscript
low
Minor
662,394,496
flutter
gen_l10n_test.dart depends on implementation details of prefix.loadLibrary
gen_l10n_test.dart began failing at dart-lang/sdk@c5a94db091048a7152a7c1ce5a364eadfa774bff, and is expected to pass with https://dart-review.googlesource.com/c/sdk/+/155101. This means the test depends on the delay between calling loadLibrary the resulting future completing, which is undefined and could be fast or slow...
a: tests,engine,a: internationalization,P2,team-engine,triaged-engine
low
Major
662,399,831
TypeScript
Promise rejection type.
<!-- ๐Ÿšจ STOP ๐Ÿšจ ๐—ฆ๐—ง๐—ข๐—ฃ ๐Ÿšจ ๐‘บ๐‘ป๐‘ถ๐‘ท ๐Ÿšจ Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please help us by doing the following steps before logging an issue: * Search: https://github.com/Microsoft/TypeScript/search?type=Issues * Read the FAQ, especia...
Suggestion,Awaiting More Feedback
medium
Critical
662,438,430
go
unsafe: Sizeof documentation should be more explicit
This is a documentation issue. Therefore I have not attempted to use the standard template. In C, sizeof() applied to a type actually returns its stride length, e.g. including any trailing padding required so that the start address of each element in an array of the type has legal alignment. The difference can be ...
Documentation,help wanted,NeedsDecision
low
Major
662,513,519
kubernetes
Presubmit tests for Windows and release blocking tests
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Presubmit tests for windows in 1.20 and to see windows tests in release blocking [dashboard like 1.19](https://k8s-testgrid.appspot.com/sig-release-1.19-blocking) for 1.20 **Why is this needed**: The...
kind/feature,sig/windows,sig/testing,sig/release,lifecycle/frozen
medium
Critical
662,667,850
kubernetes
Defrag on etcd node causing API 500s
On one of our large clusters (k8s 1.16) under a steady load of write calls, there was a brief period of ~1 min when all write requests were being heavily stalled. Meaning, the write call latencies spiked to upwards of 5s and many of those API calls got back HTTP 500 failures due to kube-apiserver seeing โ€œtimed outโ€ or ...
kind/bug,sig/scalability,lifecycle/rotten,needs-triage,sig/etcd
medium
Critical
662,768,764
opencv
connectedComponents function reports two components for input filled with the same non-zero values
##### System information (version) - OpenCV => 4.2 - Operating System / Platform => Ubuntu 16.04 - Compiler => gcc ##### Detailed description I'm using opencv-python. number of components is wrong when the targeted image is all of the same values. expected number is 1, but the output is 2. Wierdly, if the value ...
category: imgproc,confirmed
low
Critical
662,796,984
TypeScript
Provide way to configure default compiler options for TS Server Inferred Project
<!-- ๐Ÿšจ 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
662,800,241
TypeScript
If autoimporting import that is commented out - uncomment it instead of adding new one
## Search Terms autoimport commented uncomment import ## Suggestion Consider we have such imports already in some file: ```tsx import React, { useState, // useEffect, } from 'react'; ``` Then - if you write `useEffect` - TS will suggest auto importing it - which is cool. If you choose to auto im...
Suggestion,Awaiting More Feedback
low
Minor
662,806,132
pytorch
General reduction mode selection for in-place and out-variants for wider range (hopefully all) of ops
Some useful reduction modes: For general ops: +=, -=, *=, logaddexp For binary ops: It would also be cool to have various reduction modes for out-of-place ops: |=, &=, ^= etc. Currently only copy_ is done. scatter_ is already getting reduction mode choice: #22378 There is also an angle that currently autogr...
triaged,function request,module: reductions
low
Minor
662,915,458
flutter
[Material] Multiline SnackBar
<!-- 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,a: fidelity,c: proposal,P2,team-design,triaged-design
low
Critical
662,915,982
rust
-Clink-dead-code doesn't generate dead non-generic items appearing within (instantiated) generic impl blocks
I tried this code: ```rust struct Foo<T>(T); impl<T> Foo<T> { fn foo(&self) {} fn bar(&self) {} } fn main() { let foo = Foo( () ); foo.foo(); } ``` When compiled with `-Clink-dead-code`, I expected to see `Foo::<()>::bar` in the resulting binary. Instead, it is omitted. ### Met...
A-codegen,T-compiler,C-bug,link-dead-code
low
Critical
662,977,835
go
regexp: Expand rules are confusing
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.14.4 darwin/amd64 Also tested on Go docker containers: 1.2, 1.10 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? <d...
Documentation,help wanted,NeedsFix
low
Critical
663,000,658
pytorch
[C++] Libtorch error in Release build only
## ๐Ÿ› Bug <!-- A clear and concise description of what the bug is. --> Hi! The following program works fine using Debug build. But on Release build it gives the runtime error: ``` Unhandled exception thrown: read access violation: _Right was 0x10. ``` I tried to compile the program with different compiler...
module: abi,triaged
low
Critical
663,103,997
godot
When a mesh or a CSG enters the viewport the game crashes on Android
**Godot version:** 3.2.2 **OS/device including version:** LG G5 (H850) Android 7.0 **Issue description:** When a mesh or a CSG enters the viewport the game crashes. I believe my phone uses Adreno. **Steps to reproduce:** 1. Create a project; 2. Add a Spatial node; 3. Add a Camera as child of that ...
bug,platform:android,topic:core,crash
low
Critical
663,110,074
godot
Immediate closure of a project in the editor sometimes results its freeze
**Godot version:** Godot 3.2.3 beta 1 **OS/device including version:** Ubuntu 20.04 **Issue description:** When closing too fast Godot with specific projects then sometimes editor just freeze in EditorResourcePreview::stop ![Zrzut ekranu z 2020-07-21 17-23-32](https://user-images.githubusercontent.com/41945...
bug,topic:editor
low
Minor
663,114,214
flutter
Automatically adjust frame budget from the device refresh rate
This is a follow up of #61509. We are using a hard coded 16ms `kBuildBudget` in `timeline_summary.dart` as well as in #61509 Potentially we can use https://github.com/flutter/flutter/wiki/Engine-specific-Service-Protocol-extensions#get-the-display-refresh-rate-_fluttergetdisplayrefreshrate to get the refresh rate...
a: tests,engine,team: benchmark,P2,team-engine,triaged-engine
low
Minor
663,130,525
pytorch
Caffe2 GPU Inference not working on pytorch nightly version
## ๐Ÿ› Bug I have exported detectron2 FRCNN model to caffe2 format(model_init.pb,model.pb) on GPU, then trying to infer on GPU using exported model. But it's not working. Inference is working with stable version of Pytorch but not on nightly version. CPU Inference is also working ## To Reproduce Steps to reprod...
caffe2,triaged
low
Critical
663,130,859
rust
Importing name that shadows glob twice results in confusing error
I encountered this error when accidentally duplicating an import from inside a glob. ```rust mod foo { pub mod bar { pub mod bar {} } } use foo::*; use bar::bar; use bar::bar; ``` I had expected this would error due to blantly defining the same name twice but instead it says something a...
C-enhancement,A-diagnostics,A-resolve,T-compiler,D-confusing,D-verbose
low
Critical
663,141,454
flutter
Provide an accessor for bundled application resource paths
When using FFI, Dart code needs a way to get the path to bundled libraries in order to open them; see https://github.com/flutter/flutter/issues/59515 (Windows) and https://github.com/flutter/flutter/issues/61950 (macOS) as examples for background. There are two obvious options for this, IMO: 1. Add `path_provider` ...
c: new feature,tool,a: desktop,P2,team-tool,triaged-tool
low
Major
663,142,225
pytorch
out-variant for tensor.bitwise_and (exists for torch.bitwise_and) + bitwise_friends
For consistency, this out-variant would be great to have (context: https://github.com/pytorch/pytorch/issues/41624). Possibly, other `tensor.bitwise_*` functions also miss the out-variant. ```python import torch a = torch.zeros(3, 4, dtype = torch.int32) b = torch.zeros(3, 4, dtype = torch.int32) torch.bitwi...
triaged,enhancement,module: numpy,needs research,module: ux,function request
low
Critical
663,154,194
godot
Clicking OptionButton sometimes focuses the main window and closes immediately
**Godot version:** f6b6d5105 **OS/device including version:** Linux Mint 20 Desktop Environment: Metacity - Interestingly, only reproducible using Metacity and not XFWM or Compiz. However, it is unlikely to be a Metacity issue since XFWM and Compiz both have short lag spikes when showing the popup **Issue d...
bug,platform:linuxbsd,topic:editor
low
Minor
663,194,417
rust
Explain elision when it is relevant to lifetime errors
```rust #![feature(nll)] fn mutate_while_borrowed(x: &mut i32) -> &i32 { let y = &*x; *x += 1; y } struct S; impl S { fn wrong_elided_lifetime(&self, x: &i32) -> &i32 { x } } ``` Gives these errors ``` error[E0506]: cannot assign to `*x` because it is borrowed --> s...
C-enhancement,A-diagnostics,A-lifetimes,T-compiler
low
Critical
663,221,438
opencv
cv2.cuda.merge returns host memory, not device memory
##### System information (version) - OpenCV => 4.4.0-dev - Operating System / Platform => macOS 10.15.6 - Compiler => gcc 6.5.0 ##### Detailed description `cv::cuda::split` and `cv::cuda::merge` seem to be complementary functions. The documentation for the analogous `cv::merge` says "The function `cv::split ...
feature,category: gpu/cuda (contrib)
low
Critical
663,253,403
godot
Engine prints "Unicode error (invalid skip)" when running a project with a Mono build
**Godot version:3.21** <!-- Specify commit hash if using non-official build. --> Windows 10 Nvidia gtx1050ti GLES3, Vulkan Basicly i get a Unicode errors (invalid skip) error when trying to compile a programm that can run outside of the engine! i yust compile something all the files that the log says t...
bug,topic:dotnet
low
Critical
663,266,358
opencv
Disparity between CUDA and core morphology APIs
##### System information (version) <!-- Example - OpenCV => 4.2 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> - OpenCV => 4.4.0-dev - Operating System / Platform => macOS 10.15.6 - Compiler => gcc 6.5.0 ##### Detailed description The core API provides `cv::getStruc...
category: imgproc,RFC
low
Critical
663,271,540
TypeScript
for-of loop with intersection of array types produces a union of element types
**TypeScript Version:** 3.9.2, 4.0.0-beta **Search Terms:** intersection, for-of, union, iterable, iterator, iterate, array **Expected behavior:** When you use a `for..of` loop to iterate over the elements of an intersection of arrays (or maybe other iterables), what type should the elements be? I would expect...
Suggestion,In Discussion,Fix Available
low
Critical
663,279,765
opencv
Why is there no cv::mulAdd() ?
Considering the performance of fma instructions, why is there no cv::mulAdd() function in OpenCV ? convertTo() is an option thanks to alpha and beta parameters, but does not support cv::Mat/cv::Scalar operands, while functions of the family of cv::add() do
feature
low
Major
663,319,744
pytorch
install path can set prefix install dir
python3 ./tools/build_libtorch.py the install dir can not set by user ~/pytorch/tools/setup_helpers/cmake.py install_dir = os.path.join(base_dir, "torch") cmake__options = { 'CMAKE_INSTALL_PREFIX': install_dir, } Can not manual assign install dir. It always install to torch python3 ./too...
module: build,triaged
low
Minor
663,329,141
godot
Tilemap - unexpected high memory usage per Tile
### **Godot version:** - 3.2.2 (stable) - 64 Bit Windows Client ### **OS/device including version:** - Windows 10 (64 Bit) ### **Issue description:** In case of big Tilemaps the memory usage (static) is getting unexpected high (i. e. 2k x 2k = 700 MiB). This is a problem especially for big maps based on proce...
discussion,topic:core
low
Major
663,339,774
flutter
Utilize new ImageDescriptor logic to allow for aspect ratio maintaining ResizeImages
See https://github.com/flutter/flutter/issues/59578 See https://github.com/flutter/engine/pull/19537 It is now possible for the framework to reason about the dimensions of the image before decoding. This should be reflected in ResizeImage so that aspect ratio can be maintained when resizing an image, particularly...
framework,a: images,P2,team-framework,triaged-framework
low
Major
663,340,624
electron
[Discussion] Documentation misses examples for electron remote and non-main process executions for Node 12
Hi everyone, I read a lot about the main/renderer processes in Electron and for my problem it seems neither of them is the right place for my heavy I/O based task, so I am considering to use an **additional** helper process. Is that correct? AFAIU, I can either put my I/O operations to the main process or use an add...
discussion
low
Minor
663,352,965
pytorch
bitwise_or / bitwise_and /... reductions across dim (+ multidim / keepdim for consistency)
This is useful for aggregating a final binary representation of some tensor (when every dim corresponds to some nibbles, so the reduced dimension in this usecase is small, up to 8 (for uint8) or up to 64 (for int64)) and that in the best case, sequential block reads could be leveraged Same for logical_or / logical_a...
triaged,enhancement
low
Minor
663,357,175
go
crypto/dsa: deprecate and remove from crypto/x509 and x/crypto/ssh
DSA is an obsolete, fragile, insecure, and mostly unused signature scheme. I'm proposing that we deprecate (but **not** remove) the `crypto/dsa` package, recommending a modern alternative such as `crypto/ed25519`, and drop support for DSA keys in the `crypto/x509` and `golang.org/x/crypto/ssh` packages. ## The probl...
Proposal,Proposal-Accepted,NeedsFix,Proposal-Crypto
medium
Critical
663,357,836
rust
Provide suggestion when argument that should be a closure is any other type
Given ```rust fn foo() -> Result<(), ()> { Ok(bar().map_err(())?) } ``` [we currently emit](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=450e191d7a7e171f1e616993d03bcf9b) ``` error[E0277]: expected a `std::ops::FnOnce<((),)>` closure, found `()` --> src/main.rs:2:22 | ...
C-enhancement,A-diagnostics,A-closures,T-compiler,A-suggestion-diagnostics,D-papercut
low
Critical
663,359,060
flutter
ForwardingGestureRecognizer blocked by other gesture recognizers on iOS
If there is a gesture recognizer on the platform view, which implements `- (BOOL)gestureRecognizer:(UIGestureRecognizer*)gestureRecognizer shouldBeRequiredToFailByGestureRecognizer:(UIGestureRecognizer*)otherGestureRecognizer` and returns YES, the ForwardingGestureRecognizer will be blocked, which broke the pointe...
platform-ios,engine,a: platform-views,P3,a: plugins,team-ios,triaged-ios
medium
Critical
663,395,574
godot
Unlimited error reporting for CSharp project
**Godot version:** 3.2.2 (stable) - 64 Bit Windows Client **OS/device including version:** Windows 10 (64 Bit) **Issue description:** my.cs The script has been deleted, but errors are always reported, and the same error is still displayed when the project is rebuilt. I think there is a problem with the su...
topic:editor,topic:dotnet
low
Critical
663,405,930
go
proposal: x/text: add replace package
The `bytes`, `strings`, and `regexp` packages provide functions for replacing text in strings and byte slices. These only operate on strings and byte slices that are in memory. I propose a new `golang.org/x/text/replace` package which implements `golang.org/x/text/transform.Transformer`'s for replacing text. These woul...
Proposal
low
Minor
663,415,146
flutter
Advise user to add Flutter SDK, app project, pub cache, etc to antivirus allowlist
Antivirus apps have been known to delete/disable/make un-executable different subcomponents of Flutter. Warn the user when common manifestations of this happen. - `FileSystemException: Failed to set file modification time` https://github.com/flutter/flutter/issues/47134#issuecomment-617848767 - `FileSystemExceptio...
tool,a: accessibility,a: first hour,customer: product,a: annoyance,a: triage improvements,P2,team-tool,triaged-tool
low
Critical
663,428,035
godot
Inconsistent base class detection
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2 branch commit 7b4b83e9dcb91b44b39e8cc87df3ddecdb29b689 **OS/device including version:** Arch Linux **Issue description:** Attempting to...
bug,topic:gdscript,confirmed
low
Major
663,442,177
godot
[Bullet] Raycasts sometimes go through convex shapes and hit the far side when BT_USE_DOUBLE_PRECISION is enabled.
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.2.rc.custom_build.d69b856a4 <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Windows 8.1 <!-- Speci...
bug,topic:thirdparty,topic:physics
low
Minor
663,465,056
rust
Performance regression from Rust 1.37 to 1.38 when using unreachable_unchecked
I tried this code when looking at the issue #73015. ```rust use std::num::FpCategory; fn conv(input: usize) -> FpCategory { match input { 0b10000000 | 0b00000001 => FpCategory::Infinite, 0b01000000 | 0b00000010 => FpCategory::Normal, 0b00100000 | 0b00000100 => FpCategory::Subnorma...
A-LLVM,I-slow,A-codegen,E-needs-test,P-medium,T-compiler,regression-from-stable-to-stable,I-heavy
low
Major
663,466,473
flutter
[iOS][macOS] Mathematic symbols not rendering when FontWeight.w500+
<!-- 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...
platform-ios,engine,platform-mac,a: typography,c: rendering,has reproducible steps,P2,found in release: 2.2,found in release: 2.5,team-ios,triaged-ios
low
Critical
663,468,475
rust
Remove `NtIdent` hack for regressed crates
## What is this issue? If you're a crate author who's been linked here, this issue tracks removing a backwards-compatibility hack in Rust. Rust has a longstanding issue https://github.com/rust-lang/rust/issues/43081, which causes procedural macros to lose location and hygiene information (known as a "Span") under...
T-compiler,C-future-incompatibility,A-proc-macros,A-proc-macro-back-compat
low
Critical
663,470,295
rust
Error message suggests using `&` and `mut` when matching on fields behind a `&mut`, rather than `&mut` or `ref mut`
When compiling this code, which attempts to match a field behind a mutable reference against a moving pattern: ```rust struct S { field: Option<String>, } fn f(arg: &mut S) { match arg.field { Some(s) => s.push('a'), None => {} } } fn main() { let mut s = S { f...
T-compiler,C-bug,A-suggestion-diagnostics,D-invalid-suggestion
low
Critical