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
503,642,043
opencv
Prepare a guideline for universal intrinsics development
##### Detailed description There is an active extension of Universal Intrinsics utilization by the library and as a result active development of new UI functionality. Also there are ongoing efforts to extend UI support to new architectures. All that leads to discussion on UI API and structure that fits everyone. So i...
category: documentation,RFC
low
Minor
503,654,715
flutter
Let's teach GN to build the final bucket artifacts for the engine
Today, the recipes need to know details of output files of the build. We should just have GN build targets produce the zip files we want, along with some kind of file showing the paths to the outputs we want the recipe to upload. That way, the recipe would be able to just take those outputs and not need to be updat...
team,engine,P2,team-engine,triaged-engine
low
Minor
503,669,929
flutter
testReleaseFlutterViewController - Engine failed to release
I saw this on a PR I was working on: ``` Running add-to-app iOS integration tests... β–Œ12:11:26▐ RUNNING: cd dev/integration_tests/ios_add2app; ../../../build_and_test.sh /private/tmp/flutter sdk/dev/integration_tests/ios_add2app/flutterapp /private/tmp/flutter sdk/dev/integration_tests/ios_add2app Downloading i...
a: tests,c: regression,team,engine,a: existing-apps,P2,team-engine,triaged-engine
low
Critical
503,692,466
go
cmd/doc: load packages with golang.org/x/tools/go/packages
cmd/doc currently uses `go/build.Import` to locate and import packages. It should use `golang.org/x/tools/go/packages`. This may be a little complicated because cmd/doc supports a number of shorthand formats for specifying the package to display documentation for, so we may not have the full package path. However, `...
NeedsFix,GoCommand,Tools
low
Minor
503,696,277
pytorch
TSAN failure related to mkldnn
## πŸ› Bug When running tsan on test/cpp/jit:jit -- 'JitTest\.LiteInterpreterConv', there's failure because of data race. ## To Reproduce Steps to reproduce the behavior: FB internal build The output trace is below: ``` > WARNING: ThreadSanitizer: data race (pid=3218388) > Write of size 8 at 0x7b...
oncall: jit,triaged,module: mkldnn
low
Critical
503,710,824
electron
BrowserWindow.isFocused() can return true when it's not (Windows only)
### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have sea...
platform/windows,bug :beetle:,8-x-y,6-1-x,11-x-y
medium
Critical
503,712,792
pytorch
[JIT] List Comprehensions With Ifs not Supported
## πŸ› Bug ## To Reproduce ``` def func(): return [v for k, v in x.items() if k {"1": 1, "2": 2} in ["1"]] torch.jit.script(func) ``` cc @suo
oncall: jit,triaged
low
Critical
503,715,506
pytorch
[JIT] ndimension not supported
## πŸ› Bug ``` def fn(x) return x.ndimension() torch.jit.script(fn) ``` cc @suo
oncall: jit,triaged
low
Critical
503,720,803
youtube-dl
www.thesportschronicle.com (Blue Billywig Video player)
<!-- ###################################################################### 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
503,741,497
flutter
SkSurfaces from Embedder backing stores may not be collected on engine shutdown.
Caught by Leak Sanitizer in the `embedder_unittests` target. ``` Direct leak of 48 byte(s) in 3 object(s) allocated from: #0 0x113a5b522 in wrap__Znwm (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x66522) #1 0x10600595d in std::__1::__unique_if<MakeSkSurfaceFromBackingStore(GrContext*, FlutterBackingStoreCo...
engine,from: sanitizer,P2,team-engine,triaged-engine
low
Minor
503,743,631
flutter
Message loops in TLS slots may not be collected.
As written, these should be collected when the thread dies, however, leak sanitizer seems to indicate that these are not collected. Possible false positive. ``` Indirect leak of 24 byte(s) in 1 object(s) allocated from: #0 0x11a77f522 in wrap__Znwm (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x66522) #1 0x...
engine,from: sanitizer,P2,team-engine,triaged-engine
low
Minor
503,744,124
flutter
CFRunLoopSource in MessageLoopDarwin not being collected.
A source added to the CFRunLoop is indicated as being leaked by leak sanitizer. The message loop itself is being released though. Possible false positive. ``` Indirect leak of 32 byte(s) in 1 object(s) allocated from: #0 0x11a772393 in wrap_malloc (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x59393) #1 0x7...
engine,from: sanitizer,P2,team-engine,triaged-engine
low
Minor
503,745,395
flutter
Dispatched platform message that are not handled due to isolate death are leaked.
Caught by leak sanitizer in the `embedder_unittests` harness. ``` Direct leak of 8 byte(s) in 1 object(s) allocated from: #0 0x1169f3522 in wrap__Znwm (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x66522) #1 0x1090252b4 in FlutterEngineRun::$_36::operator()(fml::RefPtr<flutter::PlatformMessage>) const embed...
engine,from: sanitizer,P2,team-engine,triaged-engine
low
Minor
503,745,954
godot
Multiple debug errors when breakpoint set in loaded script using `SceneTree`
**Godot version:** 3.2.alpha1.official **OS/device including version:** Mac OS X Mojave **Issue description:** Multiple debug errors when breakpoint set in a loaded script from the main scene. ``` E 0:00:01:0044 is_refusing_new_network_connections: No network peer is assigned. Unable to get 'refuse_new_con...
bug,topic:editor,confirmed,topic:network
low
Critical
503,747,388
flutter
Service ID platform message is leaked in case the isolate dies before the message is received by the the same.
Caught by leak sanitizer in the `embedder_unittests` harness. ``` Indirect leak of 75 byte(s) in 3 object(s) allocated from: #0 0x11574e522 in wrap__Znwm (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x66522) #1 0x1078e52d6 in std::__1::__libcpp_allocate(unsigned long, unsigned long) new:259 #2 0x1079308a...
engine,from: sanitizer,P2,team-engine,triaged-engine
low
Minor
503,748,225
flutter
Typography related objects on are leaked on shell launch.
Caught by leak sanitizer in the `shell_unittests` harness. Leak of the CoreText object. ``` Direct leak of 8192 byte(s) in 8 object(s) allocated from: #0 0x1188a4393 in wrap_malloc (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x59393) #1 0x7fff4efd4616 in SetUpProgramPtrs(fsg_SplineKey*) (libTrueTypeScaler...
engine,from: sanitizer,P2,team-engine,triaged-engine
low
Critical
503,758,833
flutter
Dart isolate group create callback called with incorrect signature.
Caught by undefined behavior sanitizer in the `shell_unittests` harness: ``` ../../third_party/dart/runtime/lib/isolate.cc:164:44: runtime error: call to function flutter::DartIsolate::DartIsolateGroupCreateCallback(char const*, char const*, char const*, char const*, Dart_IsolateFlags*, std::__1::shared_ptr<flutter...
engine,from: sanitizer,P2,team-engine,triaged-engine
low
Critical
503,759,376
terminal
Terminal touch screen scrolling stops immediately once you lift your finger off the screen (touch scrolling is not inertial)
<!-- The "core team" sounds really douchey. I know better because I work with them personally, though. --> ### Environment _Windows build number:_ Windows 10 version 1903 [[Version 10.0.18362.388](https://support.microsoft.com/en-us/help/4524147)] _Windows Terminal version:_ [0.5.2762.0](https://github.com/mi...
Help Wanted,Area-TerminalControl,Product-Terminal,Issue-Task,Priority-3
low
Major
503,762,215
flutter
Data race on animator begin frame when the engine is shutting down.
Caught by thread sanitizer in `embedder_unittest` on shell shutdown. ``` WARNING: ThreadSanitizer: data race (pid=57738) Write of size 8 at 0x7b6c0002eb58 by thread T13 (mutexes: write M396035296755253640): #0 std::__1::unique_ptr<flutter::Engine, std::__1::default_delete<flutter::Engine> >::release() memory:...
engine,from: sanitizer,P2,team-engine,triaged-engine
low
Minor
503,763,350
flutter
Data race in MessageLoopTaskQueues disposal.
Caught by thread sanitizer in `embedder_unittests`. ``` WARNING: ThreadSanitizer: data race (pid=58113) Write of size 8 at 0x7b0c00006e90 by main thread (mutexes: write M976290527882352256): #0 operator delete(void*) <null> (libclang_rt.tsan_osx_dynamic.dylib:x86_64+0x6cbd5) #1 std::__1::_DeallocateCal...
engine,from: sanitizer,P2,team-engine,triaged-engine
low
Minor
503,764,642
flutter
ShellTest::InitializeWithDifferentThread causes thread sanitizer crash.
Caught by thread sanitizer in the `shell_unittests` target. This may be a false positive. ``` FATAL: ThreadSanitizer CHECK failed: /b/s/w/ir/kitchen-workdir/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_proc.cc:48 "((thr->proc1)) == ((nullptr))" (0x4b40000000000000, 0x0) FATAL: ThreadSanitizer CHECK failed: /b/s/...
engine,from: sanitizer,P2,team-engine,triaged-engine
low
Critical
503,764,697
pytorch
Allow explicit gradients in torch.distributed.autograd.backward() API
The [torch.distributed.autograd.backward](https://github.com/pytorch/pytorch/blob/master/torch/csrc/distributed/autograd/init.cpp#L108) API only allows scalars as the roots and doesn't allow explicit gradient tensors. Similar to the [torch.autograd.backward](https://pytorch.org/docs/stable/autograd.html#torch.autograd....
triaged,module: rpc
low
Minor
503,770,410
flutter
Use of uninitialized value while accessing the pending tasks heap in the embedder task runner.
Caught by memory sanitizer while running `embedder_unittests` harness. ``` ./third_party/libcxx/include/__hash_table:2137 ./third_party/libcxx/include/unordered_map:1633 ./flutter/shell/platform/embedder/embedder_task_runner.cc:39 ./flutter/shell/platform/embedder/embedder_task_runner.cc:24 ./flutter/runtime/da...
engine,from: sanitizer,P2,team-engine,triaged-engine
low
Minor
503,781,066
TypeScript
Add types for window.performance.getEntriesByType
<!-- 🚨 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...
Bug,Help Wanted,Domain: lib.d.ts
low
Critical
503,785,651
godot
Disabling Script Editor removes the attach scripts option from contextual menu when right clicking nodes
**Godot version:** 3.2 alpha 1 **OS/device including version:** windows 10 **Issue description:** If you disable the Script Editor from the settings menu it completely disables the ability attaching scripts from the contextual menu. **Steps to reproduce:** 1. Disable script editor from editor profiles 2. ...
bug,topic:editor,confirmed
low
Major
503,798,734
pytorch
[feature request] Reduction (torch.add / torch.logaddexp / torch.max / torch.min / torch.mean) of several tensors without extra copies/allocations / memory accesses } TensorList inputs support
If I understand correctly `sum(tensor_list)` will allocate and keep O(N) intermediate tensors (same with a for loop) where N is number of tensors, which can be quite large in the case of big DenseNet. I propose to maybe generalize `torch.add` to support more than two tensors as input. Currently one can do: `functool...
triaged,function request
medium
Critical
503,809,713
tensorflow
how to assign value to a EagerTensor slice? ----'tensorflow.python.framework.ops.EagerTensor' object does not support item assignment
as in numpy or pytorch ,we can do someting like this, but how to do it with tf2.0. the following code will raise exception as : `'tensorflow.python.framework.ops.EagerTensor' object does not support item assignment` prediction[:,:,0]=tf.math.sigmoid(prediction[:,:,0])
stat:awaiting tensorflower,type:feature,comp:ops,TF 2.11
high
Critical
503,896,649
vscode
Scrollbar in editor is off
Steps to Reproduce: 1. use web (fullscreen) 2. have problems panel open with problems (e.g. strict init issues) 3. open a file with problem 4. click on the error in the scrollbar to navigate to => the position seems off, it does not reveal in center Click here: ![image](https://user-images.githubuserconten...
bug,editor-scrollbar
low
Critical
504,025,654
pytorch
CTCLoss cuda backend large batch handling takes up to 1.8x more memory
## πŸ› Bug The special large batch / alphabet handling, although can provide up to 2.5x speedup sometimes, it comes at the cost of up to 1.8x more memory. For large targets, this can be a significant amount of increased memory usage (in the order of multiple GBs). I think if the memory consumption can't be put down,...
module: loss,module: cuda,module: memory usage,triaged,enhancement
low
Critical
504,055,077
pytorch
Make topk sort stable
## πŸ› Bug torch.topk with sorted=True doesn't return a result that is consistent across different values of k when dealing with duplicates values. The position of duplicated values in the returned sorted indices varies with k. The behavior varies between CPU and CUDA, and it's inconsistent both between and within th...
triaged,enhancement,module: determinism,OSS contribution wanted,module: sorting and selection
medium
Critical
504,056,117
rust
custom_test_frameworks doesn't work with plain functions
The following code: ```rust #![feature(custom_test_frameworks)] #![test_runner(my_test_runner)] fn my_test_runner(tests: &[&fn() -> ()]) { for test in tests { test(); } } #[test_case] fn test_1() {} #[test_case] fn test_2() {} ``` results in ``` 11 | fn test_1() {} | ^^^^^^^^^^...
A-libtest,C-bug,requires-nightly,F-custom_test_frameworks
low
Minor
504,059,021
TypeScript
API: expose getOptionalType and getNonOptionalType
## Suggestion As API user I need to distinguish the `optionalType` and the real `undefined` type when handling optional chaining. `getOptionalType` and `getNonOptionalType` are already present on `TypeChecker`, but not exposed in the public API. /cc @rbuckton
Suggestion,In Discussion,API
low
Minor
504,183,237
flutter
iOS VoiceOver gets into buggy state when animating elevation to 0
The following code will produce a buggy state of iOS VoiceOver when run on a real iOS device. Not reproducible on Android. 1. Open the app on a real iOS 2. Turn on VoiceOver 3. Tap the FAB 4. Observe it getting into this strange state where swiping does not go to the next element: ![Screenshot 2019-10-08 a...
platform-ios,framework,a: accessibility,customer: google,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-ios,triaged-ios
low
Critical
504,198,812
TypeScript
Narrowing doesn't recognize string constant as truthy
<!-- 🚨 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
504,217,142
rust
Confusing MaybeUninit documentation
The [as_ptr](https://doc.rust-lang.org/std/mem/union.MaybeUninit.html#method.as_ptr]) method on a `MaybeUninit<T>` perhaps could use some better wording, or at least an example. The docs say: "Writing to memory that this pointer (non-transitively) points to is undefined behavior (except inside an UnsafeCell<T>)." ...
C-enhancement,T-libs-api,A-docs
low
Minor
504,222,835
rust
feature request: test binaries should support repeating runs
The ability to repeat tests in-process is useful when attempting to reproduce flaky test failures. Go's testing package has the `-count` flag (https://golang.org/cmd/go/#hdr-Testing_flags), googletest has `--gtest_repeat` (https://github.com/google/googletest/blob/master/googletest/docs/advanced.md#repeating-the-tests)...
T-compiler,T-dev-tools,C-feature-request,A-libtest
low
Critical
504,228,901
go
cmd/link/internal/ld: TestRuntimeTypeAttrInternal flaky on Windows
``` #!watchflakes post <- pkg == "cmd/link/internal/ld" && `This version of %1 is not compatible` ``` Seen on the `windows-amd64-2016` builder in https://storage.googleapis.com/go-build-log/4a655811/windows-amd64-2016_5d978c1a.log: ``` --- FAIL: TestRuntimeTypeAttrInternal (0.73s) dwarf_test.go:973: coul...
OS-Windows,NeedsInvestigation,compiler/runtime
low
Major
504,261,269
terminal
Enhance shell autocompletion with a cool new user interface and shell completion protocol
Hello! Thank you for the new interesting project! I just want to let you know about [πŸš€ Upterm](https://github.com/railsware/upterm) β€” really great proof of concept but it stopped because maintainer was gone. This terminal looks like 21st century terminal. Very sad that it isn't supported. ![image](https://user-i...
Issue-Feature,Area-Interop,Area-UserInterface,Area-Extensibility,Product-Terminal,InclusionBacklog,InclusionBacklog-Windows TerminalWin32,A11yMAS,Disability-All
high
Critical
504,273,941
flutter
XcodeProjectInterpreter violates our "no timeouts" rule
If these processes are idempotent, then I suggest that we change this to not kill the first process, but to show a message after a few seconds saying "This seems to be taking longer than usual" and then start a second process in parallel, to see if it returns faster, and if it does, kill the first one. If the second ta...
c: regression,team,tool,P2,c: flake,team-tool,triaged-tool
low
Major
504,299,808
terminal
Now that FontInfo supports >32 characters, make the property sheet and settings support it too
branch reference: 49691f891aeabf02dba506d4c5080c49eac3aaba followup to #602 To give conhost support for font names greater than 32 characters in length, we need to: * Fix the registry deserializer to not blat data directly into memory * Consideration: Make the registry value setter a lambda/function pointer,...
Product-Conhost,Area-Settings,Issue-Task,Priority-3
low
Minor
504,301,416
rust
Tracking issue for `#![feature(entry_insert)]`
This is a tracking issue for the `Entry::insert_entry` method on HashMap and BTreeMap introduced in https://github.com/rust-lang/rust/pull/60142#issuecomment-487416553. - [x] Implementation for HashMap: #64656 - [x] ~~Stabilised in 1.59: #90345~~ Re-stabilised in 1.83: #130290 - ~~De-stabilized in #94105~~ ```ru...
A-collections,T-libs-api,B-unstable,C-tracking-issue,disposition-merge,finished-final-comment-period,Libs-Tracked
medium
Critical
504,306,994
flutter
Update the Flutter template plugin to use the new embedding and refactor MethodCallHandler to a separate class
As part of the migration to the new plugin embedding, we are refactoring many of the plugins into separate `FlutterPlugin` and `MethodCallHandler` classes. Once we're ready to start pushing all plugin developers to the new embedding, we should update the template plugin to do so as well. Having the template plugin u...
platform-android,tool,P3,a: plugins,team-android,triaged-android
low
Minor
504,309,796
flutter
Test with Voiceover on on a real iOS device
We should be doing some integration testing on iOS with voiceover on, to make sure that certain things get selected or tha twe don't crash etc. when certain gestures/etc. are used. For example, it would enable a better regression test for https://github.com/flutter/engine/pull/12990. AFAICT, this will require a dedi...
a: tests,platform-ios,a: accessibility,P2,team-ios,triaged-ios
low
Critical
504,321,324
pytorch
Support Anomaly detection for distributed autograd.
The local autograd engine has a very useful anomaly detection mode which provides detailed traces of why the backward pass might've failed: https://pytorch.org/docs/stable/autograd.html#anomaly-detection. We should figure out what anomaly detection would look like for distributed autograd. cc @ezyang @SsnL @albanD @zo...
module: autograd,triaged,module: rpc
low
Critical
504,329,270
godot
VCS does not push changes?
**Godot version:** 3.2 alpha **OS/device including version:** windows 10 **Issue description:** i have to manually push changes done and commited in godot's new VCS system Is this supposed to be this way or am i missing the push / pull button ? ![er1](https://user-images.githubusercontent.com/13393087/66...
enhancement,topic:editor
low
Major
504,330,767
TypeScript
[Array.prototype.reduce] TS infers accumulator type as any[]
**TypeScript Version:** 3.7-Beta, "noImplicitAny" compiler mode **Search Terms:** Array.prototype.reduce, reduce type inference, reduce implicit any **Code** ```ts const result = [1].reduce((acc, item) => { acc.push(item) return acc }, []) result[0].toLowerCase() ``` **Expected behavior:**...
Suggestion,In Discussion
low
Critical
504,341,126
flutter
DefaultCupertinoLocalizations.delegate should fallback to English, always.
DefaultCupertinoLocalizations.delegate is only English, which is Ok. But then, for other languages it should always fallback to English. It should never throw, because there will always be untranslated languages. So you will always need to have a fallback. ``` The following NoSuchMethodError was thrown buildi...
c: crash,framework,a: internationalization,f: cupertino,c: proposal,P2,team-design,triaged-design
low
Critical
504,374,969
pytorch
RuntimeError: cuDNN error: CUDNN_STATUS_MAPPING_ERROR
I am using pytorch 1.2.0 via CUDA 10 on ubuntu 16.04 and titan XP GPU. When my batch size is 20 i get the mentioned error: ``` File "/home/alireza/anaconda3/lib/python3.6/site-packages/torch/tensor.py", line 118, in backward torch.autograd.backward(self, gradient, retain_graph, create_graph) File "/h...
module: cudnn,module: cuda,triaged
medium
Critical
504,420,099
TypeScript
Strict Reflect.apply Reflect.construct and Function.prototype.apply/call/bind
## Search Terms [Reflect.apply](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/apply) [Reflect.construct](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/construct) [Function.prototype.apply](https://developer.mozilla.org/en-US/docs...
Suggestion,Awaiting More Feedback
low
Major
504,472,502
TypeScript
Allow specifying interface implements clauses for the static side of classes
## Search Terms class static side syntax interface type expression ## Suggestion Currently, you can only specify the static side interface of a class with a declaration. From [the handbook](https://www.typescriptlang.org/docs/handbook/interfaces.html#difference-between-the-static-and-instance-sides-of-classes)...
Suggestion,In Discussion
high
Critical
504,686,568
rust
Occasional "cannot move out" error (E0505) when adding a match guard
Given the following snippet: ```rust struct State { val: u8, xy: bool, } struct Test { vec: Vec<State>, } impl Test { fn new() -> Self { Test { vec: Vec::new() } } fn get_mut(&mut self, id: usize) -> Result<&mut u8, Option<&mut State>> { match self.vec.get...
C-enhancement,A-borrow-checker,T-compiler,A-NLL,NLL-polonius
low
Critical
504,688,933
opencv
Support I/O functionality through std::istream/ostream
## OE-XX Support I/O functionality through std::istream/ostream * Status: Draft ## Introduction and Rationale OpenCV library includes functionality for I/O. Currently it is file-name based. Current approach has several issues: - lack of cross-platform Unicode symbols support (only UTF-8 file paths may work) ...
evolution
low
Minor
504,705,861
rust
Adding imports (or even crates) to suggestions
Sometimes we (as in Rust errors or clippy lints) may suggest things that require adding a `use` somewhere, or even adding a crate to the dependencies. I'd like to see support for this from the compiler, e.g. extend `Suggestion` with a structured way of adding or removing an import or crate dependency.
C-enhancement,T-compiler,A-suggestion-diagnostics,D-diagnostic-infra
low
Critical
504,728,208
angular
elements: too many change detection runs during initialization
# 🐞 bug report ### Affected Package The issue is caused by package @angular/elements. ### Is this a regression? No. ### Description During custom element initialization (i.e. [initializeComponent()][1]), the default `NgElementStrategy`, [ComponentNgElementStrategy][2], (transitively) may call [se...
type: bug/fix,area: performance,area: elements,state: confirmed,P4
low
Critical
504,737,652
angular
elements: no coalescing of change detection invocations across instances
# 🐞 bug report ### Affected Package The issue is caused by package @angular/elements. ### Is this a regression? No. ### Description While Angular custom elements do coalesce change detection invocations per element instance (see [scheduleDetectChanges()][1]), there is no coalescing across other i...
type: bug/fix,area: performance,area: elements,state: confirmed,P4
low
Critical
504,756,611
pytorch
Unify warning logging mechanism
We have `TORCH_WARN` macro, and glog also provides `LOG(WARNING)` macro. To recount the differences between these macros: * `TORCH_WARN` integrates with Python warning mechanism, when the relevant C++ code was invoked from Python. Warnings reported this way can be handled using regular facilities for capturing an...
module: internals,triaged,enhancement,better-engineering
low
Minor
504,760,715
pytorch
[FR][RFC] Build a serving framework to host and serve trained PyTorch models
## πŸš€ Feature **Document: https://torchserve-docs.s3-us-west-2.amazonaws.com/docs/torchserve_architecture_v0.pdf** **NOTE: The above document is a draft and subject to change** Request to build a Serving framework to host and serve trained PyTorch models. @alexwong ## Motivation PyTorch provides an exc...
feature,triaged
high
Critical
504,764,087
flutter
Support golden widget tests in Fuchsia tree
a: tests,customer: fuchsia,framework,dependency: fuchsia,platform-fuchsia,P2,team-framework,triaged-framework
low
Minor
504,788,788
create-react-app
Make font size of error overlay configurable
### 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..." --> [The error overlay font size is too small ](https://github.com/facebook/create-react-app/blob/68f95d41334f65fd1dc12c329fda12c719e18b3f/packages/re...
issue: proposal
low
Critical
504,789,712
opencv
cv::magnitudeSqr and cv::magnitude(InputArray xy,...) ?
OpenCV 4.1: cv::cuda::magnitude... functions have more options than cv::magnitude..., because : -there is a cv::cuda::magnitudeSqr() -cv::cuda::magnitude(...) can accept x and y as interleaved rather than two planes. -cv::magnitudeSqr() would require the use of ippsPowerSpectr() rather than ippsMagnitude() -cv...
feature,category: core
low
Minor
504,790,822
pytorch
scatter_add allows index tensor that doesn't match input size in forward pass but fails on backward pass
## πŸ› Bug If you have an index tensor whose shape does not match the other tensor's shape but is broadcast-compatible, the forward pass of `torch.scatter_add()` will succeed but the backward pass will throw a RuntimeError saying that the shapes do not match exactly on the non-indexed dimension. ## To Reproduce ...
high priority,module: crash,triaged
medium
Critical
504,801,917
pytorch
[feature request] [dataloader] Pad variable-sized tensors in default_collate
It's more and more frequent to deal with variable-sized inputs (with max size being determined at collation time). Currently one deals with those by writing a custom `collate_fn`, but it adds some boilerplate. I propose to evaluate the idea of putting this into the default `collate_fn`. Some ideas: 0) frequent case...
module: dataloader,triaged,enhancement
low
Minor
504,918,259
godot
CLI debugger (--debug) does not work with standalone scripts (--script)
**Godot version:** 3.2.alpha1.official **OS/device including version:** Mac OS X Mojave **Issue description:** As per documentation from godot -h: ``` Debug options: -d, --debug Debug (local stdout debugger). -b, --breakpoints Breakpoint list as source::line comma-se...
bug,topic:core,confirmed
low
Critical
504,923,782
flutter
"Dart compiler exited unexpectedly" running `flutter test` on a non-Flutter package
## Steps to Reproduce I accidentally ran `flutter test` on a non-Flutter package and got "Dart compiler exited unexpectedly". While I do not expect `flutter test` to succeed running my tests in this package, I'd expect a more useful error message. Currently this is reproducible by running `flutter test` on https:...
c: new feature,tool,P3,team-tool,triaged-tool
low
Critical
504,940,614
pytorch
torch.distributed.autograd.backward() should populate .grad field on Tensors by default.
In the implementation for the backward pass in https://github.com/pytorch/pytorch/pull/27022, we accumulate the gradients in the autograd context by default. In order to have symmetry with `torch.autograd.backwards`, the API should be something like this: ``` torch.distributed.autograd.backward(tensors, grads, accu...
module: autograd,triaged,module: rpc
low
Minor
504,941,122
pytorch
Test re-entrant backward works with torch.distributed.autograd.backward()
Need to add a unit test to ensure re-entrant backward works with the distributed backward pass. cc @ezyang @SsnL @albanD @zou3519 @gqchen @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @aazzolini @xush6528
module: autograd,triaged,module: rpc
low
Minor
504,944,051
pytorch
πŸš€ Graceful RPCAgent termination in multi-driver scenario
# Problem * Currently, `sync()`, `join()` interface is implemented in and only for `ProcessGroupAgent`. * Other `RPCAgent`s also need it, but it shouldn’t implement it again. * What stops the current solution from being reused is that `ProcessGroupAgent` uses collective communication to achieve it, while by defaul...
high priority,triaged,better-engineering,module: rpc
low
Critical
504,965,655
pytorch
Avoid RTTI in DistEngine
As mentioned in the comment here: https://github.com/pytorch/pytorch/pull/27022#discussion_r332294507, we should try and avoid RTTI in DistEngine. cc @ezyang @gchanan @zou3519 @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen @aazzolini @rohan-varma @xush6528
triaged,better-engineering,module: rpc
low
Minor
504,973,823
rust
Verify trait impls’ signatures before checking dyn compatibility
Given a code like this: ```rust mod obj_unsafe { pub trait Serialize { fn serialize<T>(&self, t: T); } } mod obj_safe { pub trait Serialize { fn serialize(&self); } } trait DoSomething { fn foo(&self) -> Box<dyn obj_safe::Serialize>; } impl DoSomething for () {...
C-enhancement,A-diagnostics,A-trait-system,T-compiler,A-trait-objects,A-dyn-compatibility
low
Critical
504,980,062
PowerToys
[FancyZones] Map keyboard shortcuts to zones directly to zone windows quicker
I want to hit a user definable shortcut and the focused window should resize to the zone which is mapped to this shortcut . I would map some keys e.g. on the numpad to my e.g. 4 zones. Now I can just press one of these keys and my windows is resized to the chosen zone. Cycling with WIN + arrow is nice, but just...
Idea-Enhancement,FancyZones-Dragging&UI,FancyZones-Hotkeys,Product-FancyZones
high
Critical
504,984,858
PowerToys
PowerToys: very fast switching between apps with Alt + Tab should not show the window overview (like on linux/mac) to be less distracting
In Windows Alt+Tab shows immediately the overview. So regardless how fast you switch between apps, you see the overview flickering a short moment. In macOS and Ubuntu the overview is only shown when you don't release the key very fast. Please have a look at an actual machine and get a feeling how it works there. ...
Idea-New PowerToy
medium
Major
505,024,974
terminal
Support for OpenType Contextual Alternates Fonts to Allow e.g. Sparklines
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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-Rendering,Product-Terminal
low
Critical
505,034,122
neovim
wait(): timeout may occur, before condition is eval'd timeout/interval times
- `nvim --version`: NVIM v0.5.0-164-g3b3a40978 - `vim -u DEFAULTS` (version: ) behaves differently? N/A - Operating system/version: N/A - Terminal name/version: N/A - `$TERM`: N/A ### Steps to reproduce using `nvim -u NORC` Create the following test.vim. ```vim function! Count() let g:counter += 1 retur...
documentation,event-loop
low
Major
505,037,215
flutter
Android Javadoc emits lots of warnings and errors
For some reason, this passes on CI but not locally. Even on CI, many warning and errors can be seen, e.g. https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket.appspot.com/8900017607924747344/+/steps/build_javadoc/0/stdout Most of these are due to missing documentation for parameters/returns. /cc @ma...
platform-android,engine,d: api docs,P2,team-android,triaged-android
low
Critical
505,059,422
pytorch
I can't set gpu is 1 it always use gpu 0
here is my code torch::Device deviceInfo(torch::kCUDA, 1); module->to(deviceInfo); but i got this error terminate called after throwing an instance of 'c10::Error' what(): CUDA out of memory. Tried to allocate 240.00 MiB (GPU 0; 10.92 GiB total capacity; 74.36 MiB already allocated; 147.50 MiB free; 1...
needs reproduction,module: cpp,module: cuda,low priority,triaged
low
Critical
505,065,653
go
runtime: manual instrumentation of KeepAlive is fraught
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Likely, yes. ### What operating system and processor architec...
NeedsInvestigation
medium
Critical
505,087,740
TypeScript
module resolution with @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...
Docs
low
Critical
505,100,764
pytorch
`nn.Sequential.__setattr__` appends to the execution list
## πŸ› Bug Assigning `nn.Module`s as attributes of an `nn.Sequential` will append them to the "execution list" and therefore automatically call in `forward`, instead of merely registering them for inclusion in `nn.Sequential.parameters()`. This is not mentioned in the documentation. ## To Reproduce Running the fo...
module: docs,low priority,triaged
low
Critical
505,106,613
vscode
Clarify that proxy settings are only applied to extensions
So for me to be able to get access to the extension library I need to use the command code --proxy-server="192.168.80.3:8080;" My settings.xml does not seem to apply anything but includes the following just to make my case. That proxy settings in the xml do not apply. my settings.xml { "http.systemCertif...
bug,proxy
low
Major
505,107,827
create-react-app
Create React App inside a non-empty folder
I use `create-react-app` to create a react app **inside an existing backend project** which will serve the react application. And I have to run the `eject` command to: - change the target directory - change the build logic and directories - add `.less` support with some extra configuration and so on... To auto...
issue: proposal,needs triage
low
Major
505,122,218
flutter
Flutter doesn't recognise external USB camera
<!-- 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,platform-android,p: camera,package,team-ecosystem,P3,triaged-ecosystem
high
Critical
505,124,184
flutter
Include inherited widgets on new pushed routes
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
c: new feature,framework,f: routes,P3,team-framework,triaged-framework
low
Critical
505,173,137
go
cmd/compile: unneeded bounds checks
### What version of Go are you using (`go version`)? <pre> $ go version go version devel +2197321 Tue Oct 8 23:53:55 2019 +0000 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. ### What did you do? I compiled the following functions to check if there were any bounds checks: htt...
Performance,NeedsInvestigation,compiler/runtime
low
Minor
505,182,268
vscode
Completion should be able to retrigger completions when accepted
re https://github.com/microsoft/vscode/issues/74054 HTML/CSS completion item sometimes retrigger completions upon insertion. We should make that an editor concept with (1) proper API and (2) a setting to enable/disable this.
feature-request,api,suggest
low
Minor
505,188,995
pytorch
Deployment training model at C + + end
When the model does not contain a custom layer, it can be deployed directly on the C + + side using JIT mechanism and libtorch library. But my model contains a custom c++ and CUDA layer. Now that I'm deploying the model on the c++ side, do I need to compile the custom c++ and CUDA layers into the libtorch library? ...
needs reproduction,oncall: jit,module: docs,module: cpp,triaged
low
Major
505,265,129
flutter
Remove an assertion from CupertinoTabBar widget
<!-- 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: cupertino,c: proposal,a: error message,P3,team-design,triaged-design
low
Critical
505,279,608
flutter
Flutter driver timeout cause test to fail
Flutter driver timeout cause test to fail on linux emulator, docker android emulator and macos mojave android emulator and real android device ## Steps to Reproduce Follow the steps on https://flutter.dev/docs/cookbook/testing/integration/introduction **Target Platform: Android ** **Target OS version/browser: 2...
framework,t: flutter driver,P2,team-framework,triaged-framework
low
Critical
505,305,206
godot
Command-line debugger does not allow editing debug commands once written
**Godot version:** 3.2.alpha1.official **OS/device including version:** Mac OS X Mojave **Issue description:** CLI --debug option does not allow editing of debug commands except backspace. The debugger does not allow command line editing while in debug mode. You can only backspace over a command as you are...
bug,topic:editor,confirmed
low
Critical
505,316,674
TypeScript
TS2377 reported for constructors that unconditionally throw orΒ useΒ returnΒ override
## TypeScript Version: 3.7.0-dev.2019-10-10 ## Search Terms: - TS2377 - TS 2377 - TS2377 throw - TS 2377 throw ## Code Code like this isΒ also generated byΒ [`webidl2js`](https://www.npmjs.com/package/webidl2js): ```ts class Foo extends Object { constructor () { throw new TypeError("Illegal constru...
Suggestion,Awaiting More Feedback
low
Critical
505,373,823
flutter
[webview_flutter] Allow programmatic scroll control
Per https://github.com/flutter/plugins/pull/2107 users are interested in programmatically scrolling webviews and listening to current scroll positions.
c: new feature,customer: crowd,p: webview,package,team-ecosystem,P3,triaged-ecosystem
low
Major
505,374,694
vue
when <select> model and the option list changed at the same time, model may incorrectly set to `undefined`
### Version 2.6.10 ### Reproduction link [https://jsfiddle.net/4fyrj95L/](https://jsfiddle.net/4fyrj95L/) ### Steps to reproduce set model binded to select element and the array that iterated the option list at the same time make sure the new model value do not match any of the new options th...
bug,has workaround
low
Critical
505,414,994
pytorch
Documentation makefile should include torchvision
We should ideally be able to build all the docs in a single command. Right now we build the docs for pytorch and torchvision separately and "copy and paste" the docs for torchvision into pytorch. This is not very efficient and it's easy to forget this last step. cc @ezyang
module: docs,triaged,module: doc infra
low
Minor
505,418,894
flutter
[google_maps_flutter] Sometimes requires the WAKE_LOCK permission
This was uncovered as part of debugging #42349. Occasionally Maps requests the WAKE_LOCK permission when the virtual display is resized with a default `GoogleMap`. It's most likely coming from the Google Maps SDK, but there isn't any obvious reason why this should be. There are a few cases I could find in maps that...
c: crash,platform-android,p: maps,package,dependency: android,e: OS-version specific,P2,team-android,triaged-android
low
Critical
505,427,143
TypeScript
Poor error recovery when `enum` is used as a parameter name
<!-- 🚨 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,Domain: Error Messages
low
Critical
505,486,712
rust
Formatting of std::backtrace::Backtrace
I'd like to propose some changes to formatting of the `Backtrace` type introduced in https://github.com/rust-lang/rust/issues/53487. - Don't include newlines in the default `Debug` output. I personally find it pretty jarring when looking at the debug output of an error where everything is on the same line except the...
C-enhancement,T-libs-api,E-medium,PG-error-handling
medium
Critical
505,487,334
thefuck
Support `source ~/.bashrc` when installing
When you first install thefuck, you get this nice message. ``` $ fuck Seems like fuck alias isn't configured! Please put eval "$(thefuck --alias)" in your ~/.bashrc and apply changes with source ~/.bashrc or restart your shell. Or run fuck second time for configuring it automatically. More details - https://git...
enhancement,help wanted,hacktoberfest
low
Major
505,505,177
youtube-dl
FranceTV: hlsnative corrupts soundtrack in videos with separate "audio only" HLS playlist
In several videos from www.france.tv, including all recent from "Passion Outremer" but also some others, there are several video only files and an audio only file. But the other video files are video+audio. This audio file triggers an error of ffmpeg after 10 seconds when merging, thus the video+audio merged file doesn...
geo-restricted
medium
Critical
505,505,412
terminal
Touch Zoom with two fingers don't work on Touch screen (but it works on Touch Pad)
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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...
Help Wanted,Issue-Bug,Area-TerminalControl,Product-Terminal,Priority-2
low
Critical
505,516,293
godot
Script editor minimap is not exactly aligned when dragging the region
Godot 3.2 alpha1 When the edited script is long enough to make the minimap scroll while dragging it, the dragged area will actually drift away from the mouse. Note: turning off "scroll past end of file" doesn't affect this. ![image](https://user-images.githubusercontent.com/1311555/66607283-c0e9e600-ebab-11e9-97...
bug,topic:editor,confirmed
low
Minor
505,527,112
flutter
Reland "Test child isolates are terminated when root is shutdown" after test fix.
This patch was reverted in https://github.com/flutter/engine/pull/13067 due to LUCI failures.
team,engine,P2,team-engine,triaged-engine
low
Critical