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
737,095,515
pytorch
thread blocked when moving a tensor from GPU to CPU, by calling the function .cpu() in pytorch. This kind of block can be stop by any window event like mouse moving/clicking or keyboard pressing.
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> The thread blocked or the process was hanging when moving a tensor's memory access from GPU to CPU, by calling the function .cpu() or to('cpu') in pytorch. This kind of block can be stop by any window event like mouse moving/clicking or keyboard...
module: cuda,module: cpu,triaged
low
Critical
737,112,011
flutter
Refactor external_view_embedder related tests out of shell_unittests.cc
shell_unittests.cc includes some tests that are testing external_view_embedder. Although these tests do need to have the shell set up to work, it would be nice and clean to separate those tests out to a different file so the tests are more organized. Suggestion: external_view_embedder_shell_unittests.cc
engine,a: platform-views,P2,team-engine,triaged-engine
low
Minor
737,115,288
godot
SpinBox does not receive "focus_entered" Event
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** v3.2.3.stable.official **Issue description:** While trying to implement the Inspector UI in gdscript I was unable to listen for the SpinBox focus to ...
bug,topic:gui
low
Minor
737,125,447
PowerToys
[FZ Editor] Adjust zone size/position via context menu
## πŸ“ Provide a description of the new feature When in the FancyZones Editor, I would like to see a right-click context menu with options as noted below: _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ Right-click Context Menu: - **Center Horizontally** - the...
Idea-Enhancement,FancyZones-Editor,Product-FancyZones,Planning-Consideration
low
Major
737,137,634
flutter
flake in long running web tests
``` Running "flutter pub get" in flutter_gallery... 865ms Launching test_driver/transitions_perf_e2e.dart on Web Server in release mode... Compiling test_driver/transitions_perf_e2e.dart for the Web... 50.9s test_driver/transitions_perf_e2e.dart is being served at http://localhost:42655 T...
platform-web,P2,c: flake,team-web,triaged-web
low
Critical
737,171,381
flutter
Problems compiling flutter engine for x86 embedded linux environment (with target-sysroot option)
I can not compile flutter engine for x86 (i386) architecture for external rootfs The error is the following: ``` In file included from ../../third_party/dart/runtime/vm/cpu_ia32.cc:11: ../../third_party/dart/runtime/vm/compiler/assembler/assembler.h:9:2: error: "AOT runtime should not use compiler sources (incl...
engine,platform-linux,P2,team-engine,triaged-engine
low
Critical
737,183,585
flutter
ExternalViewEmbedder should be solely owned by Rasterizer
Currently this component is shared among: 1. Surface 2. PlatformViews 3. Rasterizer "1" will be removed by: https://github.com/flutter/engine/pull/22272. We need to remove "2" and then we should be able to make rasterizer be the sole owner. See: https://github.com/flutter/engine/pull/22214#pullrequestreview-...
team,engine,P2,team-engine,triaged-engine
low
Minor
737,189,506
flutter
Material text selection menu overflow slot
This is just a cleanup of private code that I noticed we (I) should do. It shouldn't affect performance or end users. In Cupertino's text selection menu code, it utilizes a slick RenderObjectWidget that has custom slots for special widgets like the next/previous buttons, in addition to the normal children slots. M...
framework,f: material design,P2,team-design,triaged-design
low
Critical
737,237,521
storybook
Add toolbar to --docs mode
**Is your feature request related to a problem? Please describe** I want to be able to write docs that use controls. But this adds a lot of sub-menus to components in the sidebar navigation in storybook. **Describe the solution you'd like** A way to write docs pages where ArgsTable can use controls. But without adding...
feature request,help wanted,ui,addon: docs
low
Minor
737,307,258
rust
Incorrect hints for E0401
Errors for [E0401](https://doc.rust-lang.org/stable/error-index.html#E0401) supply incorrect or otherwise lacking hints in many cases. Some examples follow. All exploration was done via the playground stable channel v1.47.0. #### Example 1 [Inner `fn`](https://play.rust-lang.org/?version=stable&mode=debug&edition...
T-compiler,C-bug,A-suggestion-diagnostics
low
Critical
737,323,161
transformers
Adding kNN language modeling and Machine Translation
# 🌟 Adding the kNN-LM and kNN-MT models ## Model description The kNN [Language Model](https://arxiv.org/pdf/1911.00172.pdf) and [Machine Translation](https://arxiv.org/pdf/2010.00710.pdf) leverage additional data at test time by looking up examples in the data store that are similar to the test example and using...
New model,Feature request
low
Major
737,335,508
godot
Darker textures on Android devices with Mali graphics when using Mipmaps (GLES3 only)
**Godot version:** v3.2.4.beta.custom_build.d3ffff3ad **OS/device including version:** Likely any Android device with Mali graphics. Tested on: - Samsung Galaxy A8 (Mali G71), A51 (Mali G72 MP3) - Huawei Honor 10 (Mali G72 MP12) - Huawei P30 lite (Mali G51 MP4) - Motorola OneAction (Mali G72 MP3) (all devi...
bug,platform:android,topic:rendering,confirmed,topic:thirdparty
medium
Major
737,351,694
flutter
[animations] OpenContainer does not support state restoration
Currently, OpenContainer pushes a new route, but does not support state restoration APIs. On a related note, the OpenContainer needs to support starting from the "open" state, since that's necessary for state restoration to work correctly. See https://github.com/flutter/flutter/issues/62916 for parent issue containi...
package,p: animations,team-ecosystem,P3,a: state restoration,triaged-ecosystem
low
Minor
737,360,069
pytorch
Reciprocal and reciprocal square root instructions are too inaccurate on ARM64
This happens because `vrecpeq_f32 ` used in https://github.com/pytorch/pytorch/blob/c2d4a5b137ca5903e713a83c4a3c48849a5a61a3/aten/src/ATen/cpu/vec256/vec256_float_neon.h#L446-L450 does not do actual division, but simply runs a few steps of Newton's method, which results to a pretty bad results as following code demon...
triaged,module: correctness (silent),module: arm
low
Minor
737,369,212
create-react-app
tsconf and "jsx": "react-jsxdev"
### Is your proposal related to a problem? Some options for Typescript you want for production and some for development. The one that will need support soon is "jsx": "react-jsxdev" compiler option for React 17. You want "react-jsx" for production though. ### Describe the solution you'd like One solution is to...
issue: proposal,needs triage
low
Major
737,372,643
pytorch
[fx] scripting a model with tensor list as input fails
Running a scripted symbolically traced model that expects tensor list as input fails. It works on the symbolically traced model Repro ```py class M(torch.nn.Module): def __init__(self): super().__init__() def forward(self, x): # type: (List[Tensor]) -> Tensor return x[0] + x[...
triaged,module: fx
low
Critical
737,373,191
deno
[Suggestion] Function to get v8 heap information
The suggestion is to get the heap information from v8, this would behave slightly similar to NodeJS api. https://nodejs.org/api/v8.html#v8_v8_getheapsnapshot . It would be good to have - [ ] `Deno.getHeapSpaceStatistics()` - [ ] `Deno.getHeapSnapshot()` - [ ] `Deno.getHeapStatistics()` - [ ] `Deno.getHeapC...
suggestion,debugger
low
Minor
737,397,130
flutter
iOS platform views throws thread checker error on hot restart with local unopt engine
Error: (This is all the information that shows, couldn't get an engine stack trace) ``` [VERBOSE-2:thread_checker.h(61)] IsCreationThreadCurrent expected thread: '`\M^BU\^A' actual thread:'io.flutter.1.raster' [VERBOSE-3:weak_ptr.h(122)] Check failed: (checker_.checker).IsCreationThreadCurrent(). ``` device: iPh...
platform-ios,waiting for customer response,engine,a: platform-views,P2,c: fatal crash,team-ios,triaged-ios
low
Critical
737,397,885
TypeScript
Add typed return for Object.defineProperties
## Search Terms `Object.defineProperties` `typed` ## Suggestion const newObject = Object.defineProperties(o, map); ## Use Cases Creating extensions of certain properties while still being able to type-check them ## Examples ````js /** @type {NodeList} */ const nodeListObject = Object.defineProp...
Suggestion,Awaiting More Feedback
low
Major
737,403,450
godot
KinematicBody2D doesn't collide with group of one way collision bodies
<!-- 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.3 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (G...
bug,topic:physics
low
Minor
737,414,685
TypeScript
Suggestion: making exports visible only to the same directory with JSDoc @package tag
## Search Terms JSDoc package directory package-private ## Suggestion If an export is annotated with `@package`, that export is visible only to files in the same directory. I can think of two levels of `@package` support: a soft one would remove these exports from auto completion if not visible. A hard one ...
Suggestion,Awaiting More Feedback
high
Critical
737,444,649
node
The rss memory not recall after a lot of file writing
<!-- 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...
memory
low
Critical
737,477,372
rust
Intra-doc links do not resolve associated items for blanket impls
<!-- 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. --> I tried this code: ```rust pub trait Trait { fn f(); } impl<T> Trait for T { fn f() {} } pub mod inner { use crate::Trait; //...
T-rustdoc,A-trait-system,C-bug,A-intra-doc-links
low
Critical
737,525,216
create-react-app
fast refresh not working when using some babel macro
### Describe the bug I'm using `autobg.macro` in my project, which works fine in `react-scripts@3`, but when using it with v4, the fast refresh feature does not work. I have to reload my page every time to get the update. `src/App.js` ```js import styled from 'styled-components/macro'; import autobg from 'au...
stale,needs triage,issue: bug report
low
Critical
737,609,997
godot
Very slow project/editor opening in Godot 4
**Godot version:** 4.0.dev.custom_build. 494bf38c7 GLES 2 - tested 14.01.2020 **OS/device including version:** Ubuntu 20.04 Nvidia 970 440.83, i7 4770 4/8 Hotspot -v1.3.0-27-g61f1314 **Issue description:** Opening and closing empty project in editor with command `godot -e -q` take a lot of more time than...
bug,topic:rendering,confirmed,regression,performance
medium
Critical
737,636,395
vscode
Implement Debugger Modules View
<!-- ⚠️⚠️ 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. --> Like in VS: [![VS Modules View](https://docs.microsoft.com/en-us/visualstudio/debugger/med...
feature-request,debug
low
Critical
737,649,045
excalidraw
Significant frame rate drops in dark mode
Has anyone else experienced any significant drops in frame rate while performing actions in dark mode? I really noticed this when dragging selections on a blank canvas. in light mode: ![image](https://user-images.githubusercontent.com/34794189/98356016-de8db700-201a-11eb-95bf-82ff1191abc0.png) in dark mode: ...
performance ⚑️
low
Major
737,666,178
three.js
controls end event broken for mousewheel
**Describe the bug** Currently mousewheel is treated like this in controls: ```jsx function onMouseWheel(event) { if ( scope.enabled === false || scope.enableZoom === false || ( state !== STATE.NONE && state !== STATE.ROTATE ) ) return event.preventDefault() event.stopPropagation() scope.dispatchEven...
Enhancement
medium
Critical
737,666,620
vscode
Suggestion details shown on the left of suggestion list hide text and cursor
Issue Type: <b>Bug</b> Trigger suggestion on a small enough VS Code window, and it renders suggestion details on the left of suggestion list, completely hiding code snippet and cursor. Suggestion details can be resized, but since its bottom right corner is glued to the suggestion list, it still hides the input unles...
suggest,under-discussion
low
Critical
737,672,976
create-react-app
Improve Documentation on adding-images-fonts-and-files.md
### Is your proposal related to a problem? When looking at the documentation here: https://create-react-app.dev/docs/adding-images-fonts-and-files/ It talks about adding in images, fonts and files. However all examples/info is about Images and SVGs. ### Describe the solution you'd like I'd like to see mo...
issue: proposal,needs triage
low
Minor
737,677,264
flutter
[doc] Explain how hot-restart works and why deactivate (dispose) not called on hot restart
In my flutter web app I use websocket which is connects when user is logged in. Websocket is connecting in `initState` of Home widget and disconnects in `dispose`: `main.dart`: ```dart ... MaterialApp( home: isLoggedIn ? Home() : Login(), ), ``` `home.dart`: ```dart @override void dispose() { super.di...
tool,t: hot reload,d: api docs,P3,team-tool,triaged-tool
medium
Critical
737,706,294
flutter
[WebView] after some interaction it gets freezed and does not show errors or debug logs on iOS
I load this url https://my.matterport.com/show/?m=383WDThzmTN&brand=0 inside of and it loads but when I click some buttons in the bottom of it (check the screenshot) it stops responding and stays like blocked. ![image](https://user-images.githubusercontent.com/76348/98364617-1b4bb500-1fff-11eb-8f9e-8d9f927a00e2.png)...
platform-ios,c: performance,p: webview,package,e: OS-version specific,P2,team-ios,triaged-ios
low
Critical
737,709,124
godot
Cannot reinterpret_cast from member pointer type to member pointer type of different size [Clang on Windows]
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** master 494bf38c76d3070c548a104d56d9f7e164226f1c **OS/device including version:** Windows 10 2004 (May 2020) **Issue description:** Compiling on W...
bug,platform:windows,topic:core,topic:buildsystem,regression
low
Critical
737,733,130
terminal
Local Echo: Predict the display of remote characters
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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-Output,Product-Terminal
low
Critical
737,747,333
flutter
Flutter activity is not finished after all routes are popped
I'm adding a few new screens built with Flutter onto an exiting Android app with a pre-warmed engine. Everything works so smoothly until I tried to close the UI from the flutter side. In stand-alone flutter app, when all routes popped from the root Navigator, the app is closed automatically. But in this app, the app...
platform-android,engine,f: routes,a: existing-apps,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-android,triaged-android
low
Critical
737,770,190
rust
Error on deriving PartialEq on Foo and then implementing it for dyn Foo
I tried this code: ```rust trait Foo {} impl PartialEq for dyn Foo { fn eq (self: &'_ Self, _: &'_ Self) -> bool { false } } #[derive(PartialEq)] struct Bar { __: ::std::rc::Rc<dyn Foo>, } fn main () {} ``` I expected to see this happen: A working `PartialEq` derived implementation for `B...
A-macros,T-compiler,A-MIR,C-bug
low
Critical
737,882,931
PowerToys
Unzip multiple compressed files at once
## Add the ability to extract the contents of multiple zip files at the same time and into the same location _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ Consider downloading multiple zip files. To get at the contents of all of them, each must be individually ...
Idea-New PowerToy
low
Minor
737,892,660
pytorch
Hackable python-only autograd engine
## πŸš€ Feature Create an autograd engine from scratch only in pytorch for easy experimentation and interoperability with other python-only features. It should follow the current design very closely to simplify implementation. It requires: - An execution engine to run a given graph - A basic Tensor sub-classing to cr...
module: autograd,triaged
low
Major
737,909,914
PowerToys
Define keyboard shortcut to foreground a window running in a zone.
My use case is that I have several programs running and assigned one per FancyZone. I want to assign keyboard shortcuts to FancyZones, that when pressed, bring the window running in that zone to the foreground to receive input. This allows much faster swapping between programs without removing my hands from the keyboar...
Idea-Enhancement,FancyZones-Editor,Product-FancyZones
low
Minor
737,922,489
godot
Unable to load plugin when using minifyEnabled
**Godot version:** 3.2.3-stable-mono **Issue description:** Godot Google Play Billing plugin not loaded when using minifyEnabled in build.gradle **Steps to reproduce:** 1. Install Android build template for "Dodge the Creeps" 2. Edit build.gradle file like so: ` buildTypes.all { buildType -> ...
bug,platform:android,topic:buildsystem,topic:plugin
low
Major
737,925,593
flutter
[ios] Ownership of FlutterPlatformViewsController is not very clear
On initial glance it seems to be owned by the engine but the shared refs are passed around a bunch. We should refactor to remove the shared_ptr usage of the FlutterPlatformViewsController. Right now its shared between: 1. Engine 2. PlatformViewsIOS 3. A11y bridge 4. Gesture recognizers 5. IOSExternalViewEmbedde...
team,platform-ios,engine,P3,c: tech-debt,team-ios,triaged-ios
low
Minor
737,932,161
tensorflow
tf.linalg.pinv also for complex matrices
<em>Please make sure that this is a feature request. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:feature_template</em> **System information** - TensorFlo...
stat:awaiting tensorflower,type:feature,comp:ops
low
Critical
737,970,655
kubernetes
Find a better place to initialize volume manager informers
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Background: https://github.com/kubernetes/kubernetes/pull/93130#discussion_r516888787 Right now `WaitForCacheSync` for csi informers is called right before we need to read from it, which is well after ...
sig/storage,kind/feature,lifecycle/frozen,needs-triage
low
Major
737,975,756
flutter
Move verification script in flutter_tools/test/general.shard/android/gradle_test.dart to integration.shard
team,tool,P3,team-tool,triaged-tool
low
Minor
737,995,162
pytorch
ReduceLROnPlateau fails for negative input
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> The formula in `torch.optim.lr_scheduler.ReduceLROnPlateau` ([documentation](https://pytorch.org/docs/stable/optim.html#torch.optim.lr_scheduler.ReduceLROnPlateau)) that measures improvement is wrong for a negative metric in relative mode. Thi...
module: docs,module: optimizer,triaged
low
Critical
737,997,088
go
runtime: GC pacer problems meta-issue
# Problems with the GC pacer Updated: 2020-11-06 The Go GC's pacer has had a number of problems accumulate over the years since it was originally unveiled in [Go 1.5](https://docs.google.com/document/d/1wmjrocXIWTr1JxU-3EQBI6BK6KgtiFArkG47XK73xIQ/edit#). The pacer has also changed somewhat since then. This issue ...
Performance,NeedsInvestigation,umbrella,compiler/runtime
medium
Critical
738,069,052
godot
Godot 3.2.3 move_and_slide_with_snap() doesn't function correctly at 144fps.
**Godot version:** <!-- Specify commit hash if using non-official build. --> v3.2.3 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. --> GTX 980ti, Windows 10 64 bit **Issue description:** <!-- What happened, and what was expec...
topic:physics
low
Major
738,069,448
create-react-app
Add `--watchAll=false` to coverage docs
### Is your proposal related to a problem? Yes, when I follow the instructions on https://create-react-app.dev/docs/running-tests/#coverage-reporting to run coverage reporting, I get an empty report. Others have reported this in #6888 #7838 #9322 #9876. ### Describe the solution you'd like Until this changes, ...
issue: proposal,needs triage
low
Major
738,083,914
vscode
Column-view (Miller columns) for the breadcrumbs
<!-- ⚠️⚠️ 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 would like to have the other alternatives for ...
feature-request,breadcrumbs
medium
Major
738,101,550
pytorch
per channel observer to work for weights of groupwise conv transpose
Currently per channel observer only works with weights of group size 1, but ideally it should work with group > 1 as well. the layout of the weight of groupwise convolution before and after quantization should be: OC/G IC HW (float) --> G (OC/G)(IC/G) HW (int) with quantization parameters for each output channel. ...
oncall: quantization,low priority,triaged
low
Minor
738,144,429
PowerToys
Define a Foreground Zone which always contains the Foregrounded Window
I want to define a specific Fancy Zone as the Foreground Zone (for my multi-monitor setup this would be a zone spanning my entire primary monitor). The Foreground Zone contains only a single window. Whenever a new window is foregrounded while Foreground Zone is enabled, it snaps to the Foreground Zone. When a new foreg...
Idea-Enhancement,FancyZones-Layouts,Product-FancyZones
low
Minor
738,153,446
rust
Linking a static C library does not include all symbols
This relates to #15460. On 1.47 stable and 1.48 nightly, when using cc/cbindgen, if a symbol in the C file is not used by the .rs file, then it is not in the resulting cdylib. It is possible to force the symbol to be included by "calling" it as show in https://github.com/rust-lang/rust/issues/19321 . The linked repo...
A-linkage,P-low,T-lang
low
Major
738,155,842
flutter
Suggestion: Ability to check if asset exists without loading
<!-- 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: images,c: proposal,P3,team-design,triaged-design
medium
Critical
738,169,704
pytorch
Whats Pytorch's policy on adding support for a wider range of hardwares for training and inference?
I was going to ask for DML support for Pytorch, but I noticed there are other frameworks which Pytorch seemingly completely ignored/s and as time goes by the options available to technologies built on top of Pytorch shrink more and more. Pytorch has been stagnant in this area for a long time, and the best option tha...
triaged,module: backend
low
Critical
738,180,206
opencv
Calling cv2.merge() on a UMat triggers a Null error.
##### System information (version) - OpenCV => 4.5 - Operating System / Platform => Windows 64 Bit - Compiler => Clang 11.0.0 for MSVC ##### Detailed description Calling cv2.merge() on a UMat triggers a Null System error, calling ```.get()``` on the UMat works but incurs an unneeded penalty. If this is not how...
bug,duplicate,category: python bindings
low
Critical
738,182,979
go
strconv: ParseFloat seems not working correctly with a large exponent
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.4 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</summary><...
NeedsInvestigation
low
Critical
738,190,388
tensorflow
BUG: Keras SaveModel does not properly save optimizer state
EDIT: looks like this is a dupe of #42749, I'll leave this up for now in case since that issue does not have as reproducible high level example, but feel free to close. This happens at least for Adam (does not apply to SGD for example, did not test with others). Tested on `tf-nightly` and `tf==2.3.0`. TL;DR: r...
type:bug,comp:keras,TF 2.3
low
Critical
738,192,621
flutter
TextField is "shifting" when the fontSize is bigger than its constrained height.
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
a: text input,framework,f: material design,has reproducible steps,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Critical
738,237,299
pytorch
Ninja-built CUDAExtension build process ignores changed #include dependencies
## πŸ› Bug I discovered that if a file specified in a CUDAExtension sources directive (a compilable file that goes into the extension) have #include directives, and the pointed to files change, the next build does not recompile the dependencies. This is of course necessary. I'm wondering if something is missing in th...
module: build,triaged
low
Critical
738,242,811
godot
AudioStreamPlayer not emitting signal when AudioStreamGeneratorPlayback audio frames are consumed.
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2 branch at commit be625f67ee4c233a6f8836a3b9af5ab14b1b0fcf **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (GL...
bug,confirmed,topic:audio
low
Minor
738,256,422
tensorflow
Bad performance of tf.data.Dataset API when dealing with windowed inputs / timeseries problems / 3D arrays
<em>Please make sure that this is an issue related to performance of TensorFlow. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:performance_template</em> *...
stat:awaiting tensorflower,comp:data,type:performance,TF 2.4
medium
Critical
738,264,792
pytorch
Minumul LR is never reached in
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> The learning rate in `CosineAnnealingWarmRestarts` is calculated as follows: `self.eta_min + (base_lr - self.eta_min) * (1 + math.cos(math.pi * self.T_cur / self.T_i)) / 2` ([lr_scheduler.py#L974](https://github.com/pytorch/pytorch/blob/5b...
module: optimizer,triaged
low
Critical
738,271,361
storybook
Controls addon does not detect propTypes correctly
**Description** controls addon seems not to detect propTypes correctly in some cases **To Reproduce** 1. install prop-types and storybook and setup controls addon 2. create `Button` component like this: ```js import PropTypes from 'prop-types'; import React from 'react'; const Button = (...props) => <butt...
bug,react,block: argstable
low
Major
738,274,482
flutter
ANR: Input dispatching timed out from production app
I keep getting this ANR on my Android app. Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 60. Wait queue head age: 20510.8ms.) ``` "main" prio=5 tid=1 Native #00...
platform-android,engine,a: production,P2,c: fatal crash,team-android,triaged-android
low
Critical
738,297,371
PowerToys
Folder watch dog to auto-move files
What I have in mind is a deamon/watch dog which will act on behalf of the user and **auto sort files into folders**. E.g. the most common usage is that I download files and I want to move those files later (of course). The deamon would move the files in the specified folder to another destination based on certain cri...
Idea-New PowerToy
low
Major
738,298,000
go
gollvm: supporting i386/i686 builds (Intel)
I am creating this issue for a future patch (and others should be expected, for the same purpose), observable on/threw Gerrit. It would be referenced (a bit) later. This is about compiling & running 32bit userspace Go applications on (under?) 32bit CPU/hardware/OS kernel (system-on-board). Something for 32bit AMD...
NeedsInvestigation,FeatureRequest
medium
Critical
738,299,453
pytorch
Handling multiple large-scale datasets efficiently
Hi I have multiple large-scale datasets and I need to write a dataloader for them with distributed sampler so it can be handled on TPUs and be used with pytorch XLA. could you guide me to any existing sample, showing how to handle mutliple large-scale datasets, where you cannot load them in memory in pytorch? thanks ...
module: dataloader,triaged
low
Major
738,316,658
flutter
[Request] Custom icons are inconsistent. Better document how they should work.
I've done a brief research today, and this is the state of icons in Flutter: ### Material Icons - Last updated: Jul 18, 2020 (almost two years later) - The [instructions and code](https://github.com/flutter/flutter/wiki/Updating-Material-Design-Fonts) on how to generate them are exclusive for Google employees. -...
framework,f: material design,d: api docs,a: quality,c: proposal,P3,team-design,triaged-design
low
Critical
738,319,654
rust
Tracking Issue for `#![feature(pub_macro_rules)]`
This is a tracking issue for ```rust pub macro_rules! foo { ... } ``` `pub` (or `pub(...)`) here makes the macro use regular module scoping (with specified visibility) used by all other non-macro items instead of the traditional `macro_rules` scoping. ~~Implemented in https://github.com/rust-...
A-visibility,A-macros,C-tracking-issue,F-pub_macro_rules
low
Major
738,337,266
rust
Compiler suggests #[derive((DeriveMacro).try_into().unwrap())]
Today I encountered a rather unhelpful suggestion from the compiler (1.47.0): ``` error[E0308]: mismatched types ...
T-compiler,A-suggestion-diagnostics,D-invalid-suggestion,A-proc-macros
low
Critical
738,347,431
flutter
DateTime not working with localizationsDelegates
## Steps to Reproduce ``` import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:intl/intl.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override ...
framework,f: material design,a: internationalization,dependency: dart,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Critical
738,351,550
pytorch
Keyword-only function not allowed with TorchScript
## πŸ› Bug TorchScript does not support keyword-only functions. ## To Reproduce ```py from typing import Optional import torch print(torch.__version__) def test(*, x: Optional[torch.Tensor] = None) -> Optional[torch.Tensor]: return x torch.jit.script(test) ``` ``` 1.6.0+cu101 ~/.ca...
oncall: jit,module: bootcamp,OSS contribution wanted,days
low
Critical
738,366,515
electron
Copy/Paste Files from Desktop into Electron render window (as an alternative to drag-and-drop)
<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]-...
enhancement :sparkles:
low
Minor
738,414,910
pytorch
Failed to get generated_cpp list
Hmmm... **NEVER** successfully installed pytorch from source ... I was trying to build **pytorch** using **CMake** but failed with the following **ERROR** messages: ```console disabling ROCM because NOT USE_ROCM is set CMake Error at cmake/Codegen.cmake:199 (message): Failed to get generated_cpp list Ca...
module: build,triaged
low
Critical
738,433,296
godot
event.is_action_pressed with nonexistent InputMap action disrupts other actions
<!-- 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. --> Godot_v3.2.3-stable_x11.64 **OS/device including version:** Linux (ubuntu 20.04), 5700XT ...
bug,topic:input
low
Critical
738,443,038
material-ui
[RFC] Links vs Buttons
Opening this to be filled with arguments why or why not buttons should look like anchors. We accidentally merged a change that enforced the distinction partially. Any decision we do make should be applied consistently. The button vs anchor discussion is already hard to follow. We shouldn't make it more complicated ...
docs,discussion,umbrella,RFC
low
Minor
738,444,824
go
cmd/go: unclear what ImportMap in "list -json" means
``` $ go version go version devel +974def803e Tue Nov 3 04:11:02 2020 +0000 linux/amd64 $ go help list | grep ImportMap ImportMap map[string]string // map from source import to ImportPath (identity entries omitted) ``` I've been writing Go tools and using Go modules for years, and I can't understand ...
Documentation,NeedsFix,GoCommand
low
Major
738,543,693
pytorch
torch.nn.Module.apply cyclical references unbounded
## πŸ› Bug When there's a cycle in module references, torch.nn.Module.apply has no cycle detection/breaking which results in infinite recursion ## To Reproduce ``` import torch class Net(torch.nn.Module): def __init__(self): super(Net, self).__init__() self.module = self module = Net() module.ap...
module: nn,triaged
low
Critical
738,566,934
deno
Allow a script to kill itself without run permissions
If this has already been discussed in another issue I'm sorry, I haven't found one. I'am working on cliffy and we are trying to improve the sigint handling of the prompt module, if a user hit's `ctrl+c`. The problem is, deno doesn't trigger the sigint signal automaticly, because we need to enable the raw mode with `...
cli,permissions,suggestion
low
Minor
738,568,372
godot
Input.is_action_just_released() not Passed to Parent if Child is removed/invisible
**Godot version:** Godot 3.2.3.stable **OS/device including version:** Windows 10 _Let me preface this with that I am not 100% sure that this is not intended behaviour. However, if it is intended behaviour, it is still odd to me, and worthy of a possible feature request._ **Issue description:** While work...
discussion,topic:input
low
Critical
738,596,462
vscode
Add option to hide the "suggestion window" when press key left or right [old pattern]
<!-- ⚠️⚠️ 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. --> VS code version: 1.50.0, Linux Ubuntu <!-- Describe the feature you'd like. --> I would l...
suggest,under-discussion
low
Major
738,621,193
godot
Quantum Bug: Exported variables reset without notice if type is changed in gdscript
<!-- 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.3stable official **OS/device including version:** <!-- Specify GPU model, drivers, and...
bug,topic:gdscript,topic:editor
low
Critical
738,639,539
pytorch
Can we apply Weight normalization hook to a method other than `forward`?
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> Weight normalization, as implemented in pytorch, is a forward hook for `nn.Module`. It is called before every call to the `forward` method of the module. But I think it's common for a module to have more computation methods other than `forward...
module: nn,triaged,enhancement,module: norms and normalization
low
Critical
738,668,995
opencv
Getting the error when loading the .pb file using cv2.dnn.readNetFromTensorflow
##### System information (version) < - OpenCV => 4.3.0 - Operating System / Platform => Ubuntu 64 Bit - Compiler => g++ > ##### Detailed description < My model has dsnt(Numerical Coordinate Regression with Convolutional Neural Networks) custom layer on top of keras functional model. I have generated .pb fil...
feature,category: dnn
low
Critical
738,736,454
pytorch
PyTorch1.3.1 Can not using namespace torch::indexing
pytorch is installed with command ```sh pip install pytorch==1.3.1 ``` When using c++ api ```python torch::Tensor cc = torch::randn({64, 432*496}, torch::requires_grad(false).dtype(at::kFloat)).cuda(); torch::Tensor indices = torch::randn({581}, torch::requires_grad(false).dtype(at::kLong)).cuda(); torch::Ten...
module: cpp,triaged
low
Critical
738,783,060
neovim
how to let putty read directories in vim
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`:0.5.0-746 - `vim -u DEFAULTS` (version: ) behaves differently? no - Operating system/version: Windows 10 - Terminal name/version: N/A - `$TERM`: N/A ### Steps to reproduce using `nvim -u NORC` init.vim ``` let g:netrw_c...
bug-vim,netrw
low
Critical
738,900,468
node
REPL: _ and _error variables are not available by default in a repl instance with a modified context
* **Version**: 15.1.0 * **Platform**: 19.6.0 Darwin Kernel Version 19.6.0: Mon Aug 31 22:12:52 PDT 2020; root:xnu-6153.141.2~1/RELEASE_X86_64 x86_64 * **Subsystem**: repl ### What steps will reproduce the bug? Start an application that imports `repl` and modifies the context. For example: [https://github.com/sj...
doc,repl
low
Critical
738,903,775
vue
when use key in Object.prototype carelessly as prop, it will work wrong way
### Version 2.6.12 ### Steps to reproduce ```html <div></div> <script> new Vue({ el: 'main', template: '<MyDatetime :value="datetime" />', data: { datetime: Date.now(), }, components: { MyDatetime: { template: ` <div> expect undefined: {{ toString + "" }}<br /...
feature request,discussion
medium
Minor
738,906,975
vscode
Make it possible to disable editors following the highlighted entry in the problems list
Currently, when I have problems shown in the problems view, navigating through the error list with just arrows immediately moves the cursor to their location, and opens new editors if needed. However this poses some problems related to accessibility, so I would like to suggest a feature allowing this behavior to be di...
feature-request,accessibility,error-list
low
Critical
738,945,082
godot
Vector2 angle inconsistency due to negative zero
**Godot version:** 3.2.3-stable **OS/device including version:** Windows 10 **Issue description:** ```GDscript var zv = Vector2(0,0) print("Zero vector angle: ", zv.angle()) print("Negated zero vector angle: ", (-zv).angle()) ``` > Zero vector angle: 0 > Negated zero vector angle: -3.141593 I don't kn...
discussion,topic:core
low
Major
738,953,827
vscode
Allow extensions to contribute dynamic submenus
<!-- ⚠️⚠️ 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. --> Currently an extension's menu and submenu cont...
feature-request,menus
medium
Critical
738,978,883
react
Bug: eslint-plugin-react-hooks doesn't report conditional typescript "?." hooks
**React plugin version:** eslint-plugin-react: "^7.19.0" typescript: 4.0+ (must include ?. operator) ## Steps To Reproduce ```tsx // Just a demonstration example, obviously this is not ideal use of classes class Dog { public useDogWoof() { useEffect(() => { console.log("woof") }]) } } const...
Type: Bug,Component: ESLint Rules
low
Critical
738,988,054
excalidraw
Add regression tests for WS server
We can start with: - [ ] test we establish a connection (to the live server) and can exchange data. Later we may wanna add tests for each event and payload schema
test
low
Minor
738,991,788
godot
VehicleWheel material not rendered correctly at runtime
**Godot version: 3.2.*** **OS/device: Linux Mint 19 cinnamon, GLES 3, Nvidia GeForce GTX 1060 6GB** **Issue description:** Materials on imported mesh that are children of VehicleWheel are not rendered correctly when the scene is lauchned. While they do render while editing the scene in the editor, they don't at ...
bug,topic:rendering
low
Major
739,005,696
rust
No error reported when a generic parameter doesn't meet the requirement of an associated type
### Code I tried this code: ```rust trait A { type T: Iterator<Item = i32>; } trait B { fn x(_: impl A<T = impl Send>); } ``` #### I expected to see this happen: ``` error[E0277]: `impl Send` is not an iterator ``` #### Instead, this happened: Code compiles ### Version it worked...
A-trait-system,E-needs-test,A-associated-items,T-compiler,regression-from-stable-to-stable,C-bug,T-types
medium
Critical
739,032,202
TypeScript
Incomplete infer for generic types
<!-- 🚨 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 b...
Bug
low
Critical
739,070,846
go
x/net/html: parsed HTML cannot be rendered
This bug was found by fuzzing. See master issue #27848 ### What version of Go are you using (`go version`)? 1.15 ### Does this issue reproduce with the latest release? Yes ### What did you do? [Playground](https://play.golang.org/p/DI9kx_Ifx-g) Code: ```go package main import ( "bytes" "fmt" "...
NeedsInvestigation
low
Critical
739,095,350
angular
fix(common): support consistent locale and ISO formatting
Combining the following issues and PRs into this one for tracking: #38826, #31130, #25380, #25451. Since the work to solve these issues is not trivial, I have created a [project proposal](https://docs.google.com/document/d/1hMRO_xTCcnXIZIbM58_2sHj7ON5Hz4jsDdIP14wcO0w), which will go through our prioritisation proces...
area: common,area: i18n,state: needs eng input,P4
low
Minor
739,095,862
PowerToys
[Run] "Open with" feature in PowerToys Run list
To add an option to open with (choose the program) to open a file when you search for it with Power Toys Run.
Idea-Enhancement,Product-PowerToys Run
low
Major
739,115,450
node
Stream emitting same error twice under certain circomstances
* **Version**: 12.18.1 and newer * **Platform**: Darwin watson 19.6.0 Darwin Kernel Version 19.6.0: Mon Aug 31 22:12:52 PDT 2020; root:xnu-6153.141.2~1/RELEASE_X86_64 x86_64 * **Subsystem**: stream ### What steps will reproduce the bug? Run this code on Node.js 12.18.1 or newer and notice how the error is emitt...
stream
low
Critical