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
684,173,947
rust
Tracking Issue for the #[cmse_nonsecure_entry] attribute
This is a tracking issue for the PR #75810. It was deemed in that PR that a RFC was not necessary because the changes were small. The feature gate for the issue is `#![feature(cmse_nonsecure_entry)]`. ## Description The `cmse_nonsecure_entry` attribute is a target-dependent attribute available for `thumbv8m` tar...
A-attributes,A-codegen,O-Arm,T-lang,T-compiler,B-unstable,C-tracking-issue,F-cmse_nonsecure_entry,S-tracking-design-concerns
low
Major
684,174,505
flutter
[tool_crash] FileSystemException: Deletion failed, OS Error: Directory not empty, errno = 66
## Command ``` flutter build ios --release ``` ## Steps to Reproduce 1. ... 2. ... 3. ... ## Logs FileSystemException: Deletion failed, OS Error: Directory not empty, errno = 66 ``` #0 _Directory._deleteSync (dart:io/directory_impl.dart:201:7) #1 FileSystemEntity.deleteSync (dart:io/file_syste...
c: crash,tool,P2,team-tool,triaged-tool
low
Critical
684,178,785
flutter
Documentation for debugging Flutter Web on mobile
How can I run the code on a mobile browser? The only way I know is deploying the code, but even then I can't deploy a debug version. I can't even see logs.
d: api docs,a: debugging,platform-web,d: devtools,P2,team-web,triaged-web
low
Critical
684,197,470
rust
llvm lint: 0-div in flatmappy code: issue-49685
<!-- 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. --> This code from `src/test/ui/issues/issue-49685.rs` ```rust // run-pass // Regression test for #49685: drop elaboration was not revealing the // value of ...
A-LLVM,T-compiler,C-bug
low
Critical
684,200,532
flutter
[google_maps_flutter] Jitter when rendering from animator
## Steps to Reproduce <!-- You must include full steps to reproduce so that we can reproduce the problem. --> 1. Created app from template : https://github.com/mmcc007/google_maps_flutter_jitter. 2. Update the files as follows: https://github.com/mmcc007/google_maps_flutter_jitter/commits/master 3. Click on...
platform-android,a: animation,c: performance,p: maps,package,has reproducible steps,P2,found in release: 2.2,team-android,triaged-android
low
Critical
684,213,167
godot
RichTextLabel: alignment and indentation breaks table
**Godot version:** 3.2.2 **OS/device including version:** Linux **Issue description:** Adding both alignment and indentation into a cell breaks the table layout and push a cell into the next row. It does not happen with only one of them and works as it supposed. You can see in the below image, In the first cell,...
bug,confirmed,topic:gui
low
Minor
684,219,777
create-react-app
Host the eject form on a separate platform
### 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..." --> Currently, when using the `eject` script, the following is emitted by the script: ``` Please consider sharing why you ejected in this survey: ...
issue: proposal,needs triage
low
Minor
684,219,858
rust
bootstrap/dist.rs hard-coded pathways
When installing with a --prefix, the bootstrap/dist.rs seems to set hardcoded paths that do not include the set --prefix: ``` // Prepare the image directory builder.create_dir(&image.join("share/zsh/site-functions")); builder.create_dir(&image.join("etc/bash_completion.d")); let car...
T-compiler,T-bootstrap,C-bug
low
Critical
684,245,968
flutter
Dark theme overrides primarySwatch
<!-- 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,has reproducible steps,found in release: 2.5,found in release: 2.6,team-design,triaged-design
low
Critical
684,254,448
rust
Stdlib proposal: AsPtr, IntoRawPtr, FromRawPtr
I'd like to propose some new conversion traits for `core::convert`: `AsPtr`, `IntoRawPtr`, `FromRawPtr`. These would be defined like so: ```rust trait AsPtr { type Inner: ?Sized; fn as_ptr(&self) -> *const Self::Inner; } trait IntoRawPtr: Sized { type Inner: ?Sized; fn into_raw(self) -> *mut...
T-libs-api,C-feature-request
low
Minor
684,262,874
youtube-dl
New format selection operator that requires all operands to be available
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
684,268,185
flutter
Flavors with Xcode scheme `Release-targetname` do not build a release mode version on archive
While submitting release version of App to AppStore I am getting the following update from Apple ``` ITMS-90338: Non-public API usage - The app references non-public symbols in Frameworks/Flutter.framework/Flutter: _IOIteratorNext, _IOObjectRelease, _IORegistryEntryCreateCFProperties, _IORegistryEntryGetChildIterato...
platform-ios,tool,d: api docs,t: xcode,a: build,a: release,P3,team-ios,triaged-ios
medium
Major
684,277,713
rust
Polonius performance problem on nix and libc
Version: `rustc 1.47.0-nightly (663d2f5cd 2020-08-22)` To reproduce, create a new binary crate, add `nix = "0.18.0"` to the `[dependencies]` section, and then run `cargo check` on it, followed by `RUSTFLAGS=-Zpolonius cargo check`. Without polonius, this took `5.56s` for me. With polonius, this took `55.95s`, an ...
I-slow,T-compiler,C-bug,NLL-performant,NLL-polonius
low
Major
684,289,350
TypeScript
Wrong function parameters length computing
<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps before lo...
Bug
low
Critical
684,313,277
youtube-dl
BisaCast support
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request
low
Critical
684,327,905
pytorch
pybind11_object_dealloc error
## πŸ› Bug when I use pytorch1.6 to train resnet50-imagenet, I get the following error: 09:43:47 2020[1,0]<stderr>:terminate called after throwing an instance of 'std::runtime_error' Mon Aug 24 09:43:47 2020[1,0]<stderr>: what(): pybind11_object_dealloc(): Tried to deallocate unregistered instance! Mon Aug 24...
module: crash,triaged,module: pybind
low
Critical
684,343,350
angular
Better typings for router package
# πŸš€ feature request ### Relevant Package `@angular/router` ### Description I'd want propose better typing for routes. I've summarized it all below: [**`ExtraOptions`**](https://angular.io/api/router/ExtraOptions): | Member | Current type | Proposed type | Reason |-|-|-|- | preloadingStrategy | any | Type...
feature,area: router,cross-cutting: types,feature: under consideration
medium
Critical
684,367,290
flutter
[video_player android] video skipped first seconds for some .mp4 file
<!-- 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-android,a: video,p: video_player,package,has reproducible steps,P2,found in release: 3.10,found in release: 3.11,team-android,triaged-android
low
Critical
684,417,127
godot
The ' Set Index ' Visual script box creates errors in arrays . .
**Godot version:** Godot 3.2.2, latest stable, or so . . **OS/device including version:** Windows 10 . . **Issue description:** I made an array, with some variables, or so . . Using the ' Get Index ' visual script box, I can fast find, the right stuff, in the array, the numbers . . But, when I try to use ' S...
bug,topic:visualscript
low
Critical
684,419,452
TypeScript
Refactor/Quickfix: Convert parameter property into property declaration
<!-- 🚨 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
low
Critical
684,438,994
youtube-dl
UN Audiovisual Library
- [x] I'm reporting a new site support request - [x] I've verified that I'm running youtube-dl version **2020.07.28** - [x] I've checked that all provided URLs are alive and playable in a browser - [x] I've checked that none of provided URLs violate any copyrights - [x] I've searched the bugtracker for similar site...
site-support-request
low
Critical
684,446,644
rust
Target spec JSON files are not checked for unknown keys
Target JSON files are currently not checked for unknown keys, so typos can easily lead to bugs. For example, [a `"panic_strategy": "abort"` key is silently ignored](https://github.com/phil-opp/blog_os/issues/591#issuecomment-678824560) because the correct key name is `panic-strategy` (`-` instead of `_`). This is no...
A-target-specs,C-bug
low
Critical
684,446,947
pytorch
scatter not place inputs into every device
## πŸ› Bug scatter not place inputs into every device ## To Reproduce Steps to reproduce the behavior: import torch x = [[[3, 2, 3],[1, 3, 4]], [[3, 1, 2],[3, 2, 4]], [[3, 1, 2],[3, 2, 4]], [[3, 1, 2],[3, 2, 4]], [[3, 1, 2],[3, 2, 4]], [[3, 1, 2],[3, 2, 4]], [[3, 1, 2],[3, 2...
triaged
low
Critical
684,472,675
tensorflow
Memory leak when using MultiWorkerMirroredStrategy for distributed training
**System information** - Have I written custom code: YES - OS Platform and Distribution: CentOS 7.3 - TensorFlow installed from: pip - TensorFlow version: 2.3.0 - Python version:3.7.7 - CPU ONLY **Describe the current behavior** When I use `MultiWorkerMirroredStrategy` for distributed training, as the num...
stat:awaiting tensorflower,type:bug,comp:dist-strat
medium
Critical
684,489,466
pytorch
c10::Error: Couldn’t find an operator for aten::dropout(Tensor input, float p, bool train)
I got an error with `c10::Error: Couldn't find an operator for aten::dropout(Tensor input, float p, bool train)` when I tried to load a torchscript model by libtorch c++ api. The linking libtorch library is compiled with `script/build_pytorch_android.sh` script. ``` target platform: android arm64-v8a pytorch tag: v1...
oncall: mobile
low
Critical
684,492,905
TypeScript
'h' (Preact JSX factory) is not imported when '<>...</>' is used with no other JSX tags
<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps before lo...
Bug
low
Critical
684,580,748
godot
Paused buttons still show hover effects
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.2 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (G...
discussion,topic:gui
low
Minor
684,635,159
pytorch
Implement a set_printoptions method in libtorch
## πŸš€ Feature Currently the lack of such function is really felt. for example, when displaying the results on screen, it comes up a lot that you face something like : ``` offsets.shape: [1, 4, 46, 85] probs.shape: [46, 85] offsets: (1,1,.,.) = 0.01 * 0.1006 1.2322 -2.9587 -2.2280 (1,2,.,.) = 0.01 * ...
module: cpp,triaged,enhancement
low
Minor
684,635,613
flutter
package(google_sign_in): for sign in, use redirect instead of popup
For Web Sign in with google_sign_in, I want to start login process with redirect instead of popup, same as signInWithRedirect instead of signInWithPopup. I can't find a method or config for that? Let me know what all are possible solutions.
c: new feature,platform-web,p: google_sign_in,package,P2,team-web,triaged-web
low
Critical
684,676,562
excalidraw
Align alt-drag with cmd-D duplication behavior
Currently, Cmd-D duplicates right on top of the duplicated element (z-index wise). Alt-drag puts the element on top of the stack. I'd argue that 1) we should align, and 2) we should adopt the Cmd-D behavior. In any case, I'll need to at least constrain the z-index to editing group, with respect to #1656 EDIT: ...
bug
low
Minor
684,704,450
flutter
InkWell doesn't perform onTap in positioned component out the dialog
``` ... @override Widget build(BuildContext context) { return Container( child: Stack( overflow: Overflow.visible, children: [ Positioned( right: -40.0, top: -40.0, child: InkWell( onTap: () => print('Hello world'), ...
c: new feature,framework,f: material design,f: gestures,has reproducible steps,P3,found in release: 3.3,workaround available,found in release: 3.7,team-design,triaged-design
medium
Major
684,711,882
opencv
error: (-2:Unspecified error) Input layer not found: functional_1/lstm_1/zeros_1/packed/1 in function 'cv::dnn::dnn4_v20200609::`anonymous-namespace'::TFImporter::connect'
##### System information (version) <!-- Example - OpenCV => 4.4 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> - OpenCV => 4.4 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 ##### Detailed description <!-- your description --> I t...
feature,category: dnn
low
Critical
684,739,123
godot
Properties of inherited nodes in open sub-inherited scenes do not update
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.2.stable <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Dell Inspiron 13-7378, Windows 10 Home v1903...
bug,topic:core,topic:editor
low
Critical
684,751,963
storybook
Custom navigation trees
The problem: we have a lot of components (~1000, and ~10 000 stories). It is hard to navigate easily for different people (dev, qa, analytics, managers...). Say, we have two packages: componentA, and componentB. It is clear that tree view should be something like that: ``` components/ componentA/ - story...
feature request,ui
low
Minor
684,756,045
TypeScript
"Delete all unused declarations" deletes code with side-effects
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been...
Bug,Domain: Refactorings
low
Critical
684,779,288
vscode
[html] Add value proposals for rel attribute
<!-- ⚠️⚠️ 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. --> VSCode doesn't provide any support for autocom...
feature-request,html
low
Minor
684,786,045
vscode
Add ability to change Custom Editor title
<!-- ⚠️⚠️ 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. --> The webview API allows setting a title programma...
feature-request,api,custom-editors
low
Major
684,792,100
pytorch
[jit] Shape hints for TorchScript
## πŸš€ Feature If I understand the [neurips presentation on TorchScripts](https://program-transformations.github.io/slides/pytorch_neurips.pdf) correctly, you use profile guided optimization to generate many possible optimized code paths depending on the shape/size of the tensors. It might be helpful if TorchScript ...
oncall: jit
low
Major
684,800,020
pytorch
Useless Exception traces when DataSet timing out
Steps to reproduce: 1) Install pytorch master 2) Install torchvision master 3) Install https://github.com/pytorch/examples 4) Modify torchvision to introduce random timeouts inside of ImageFolder class (and reinstall) ``` diff --git a/torchvision/datasets/folder.py b/torchvision/datasets/folder.py index dffa0a9....
module: bootcamp,module: dataloader,triaged
low
Critical
684,807,826
pytorch
torch.quantization.quantize_dynamic document refers `module` as a parameter
## πŸ“š Documentation #### Link https://pytorch.org/docs/stable/quantization.html#torch.quantization.quantize_dynamic #### API `torch.quantization.quantize_dynamic` #### Issue In the "Parameters" section, there is an input `module` , but it is not in the signature, and it is not accepted by the function...
module: docs,triaged
low
Minor
684,809,072
TypeScript
Proposal: allow ambient property declarations to override accessors as well
Currently, this pattern gives an error, but arguably shouldn't: ```ts class B { get p() { return B.s } // inferred p: {} static get s() { return {} } } class C extends B { declare readonly p: { x: 1 } } ``` **Expected behavior:** No error, and `C.p: { x: 1 }` (but is still an accessor for emit an...
Suggestion,In Discussion
low
Critical
684,838,142
vscode
Hover not showing on inline decorations
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been...
bug,editor-hover,editor-rendering
low
Critical
684,846,233
terminal
"vintage" cursor shape + blinking with an escape sequence?
In Windows Terminal, can I get the "vintage" cursor (~30% blinking horizontal bar) with an escape sequence? Both of these (below) give a non-blinking cursor of the desired size. Other similar pairs suggest that 7 should be blinking? ESC[7 q ESC[8 q - Vince
Product-Conhost,Area-VT,Issue-Task
medium
Major
684,858,519
rust
Accepted convention for incurring dependencies on external files in macro expansion hurts reproducibility
According to this thread https://internals.rust-lang.org/t/pre-rfc-add-a-builtin-macro-to-indicate-build-dependency-to-file/9242/2 and a few other sources I found online, the common way to force a module with a proc-macro to be rebuilt based on external changes (for example, an HTML template) is to generate an expansio...
A-macros,T-compiler,O-NixOS,A-reproducibility
low
Minor
684,868,883
PowerToys
Fully customize taskbar
This feature will allow PowerToys users to customize their taskbar to their liking **What is the expected behavior of the proposed feature?** When enabled, an option for a taskbar editor would appear. The taskbar editor would have an app drawer to allow the user to pick and choose apps pinned on the taskbar. Other...
Idea-New PowerToy
low
Major
684,876,244
flutter
Migrate the rest of macrobenchmarks performance test to the host independent solution
This is the issue to track the migration. These issues are breakdowns of #62171. - [x] `animated_placeholder_perf` #64478 - [x] `backdrop_filter_perf` #64482 - [x] `color_filter_and_fade_perf` #64484 - [x] `cubic_bezier_perf` #64487 - [ ] `fading_child_animation_perf` #64490 - [ ] `imagefiltered_transform_ani...
team
low
Major
684,907,310
pytorch
Make busy waiting time in DDP (kSynchronizeBusyWaitMillis) a configurable environment variable
## πŸš€ Feature Make busy waiting time in DDP (kSynchronizeBusyWaitMillis) a configurable environment variable, so users can customize the checking interval via environment variable. https://github.com/pytorch/pytorch/blob/6e1127ea3f64034329062ca9ad6c60a553809566/torch/lib/c10d/ProcessGroupNCCL.cpp#L232 ## Motiv...
oncall: distributed,triaged
low
Major
684,937,763
go
runtime: TestPreemptionAfterSyscall is flaky on Plan 9
[2020-08-24T16:53:02-fb5c3ea/plan9-386-0intro](https://build.golang.org/log/38c700bea05aa70fab749566da192d6d5999138d) [2020-08-20T15:14:12-c57c021/plan9-386-0intro](https://build.golang.org/log/2d4995df2af8e3284eb55cdd7d809f8a11c7063c) [2020-08-15T05:58:24-c0dded0/plan9-386-0intro](https://build.golang.org/log/4604fe...
Testing,OS-Plan9,NeedsInvestigation
medium
Major
684,963,300
flutter
flutter run -d macos shows a crash when there is a locked iPhone attached
Steps: 1. Attach an iPhone to your computer and make sure it is locked. 1. flutter run -d macos Output: ``` Launching lib/main.dart on macOS in debug mode... 2020-08-24 14:00:07.792 xcodebuild[26465:11718714] DTDeviceKit: Failed to mount DDI from '<DVTFilePath:0x7f8a236f4660:'/Applications/Xcode.app/Conten...
c: regression,tool,platform-mac,P2,team-tool,triaged-tool
low
Critical
684,983,983
pytorch
[jit] cannot use functools.partial with TorchScript
## πŸ› Bug TorchScript wants to derive a name from a function using `__name__`. `functools.partial` does not have `__name__` but has `name`. ## To Reproduce ```py from functools import partial import torch def sum_fun(x: torch.Tensor, dim: int = 0) -> torch.Tensor: return torch.sum(x, dim=dim) ...
oncall: jit,months
low
Critical
685,046,253
TypeScript
Treatment of recursive tuples that utilize type spread.
**TypeScript Version:** 4.0.2 **Search Terms:** spread tuple in recursive tuple type **Code** I'm trying to model a type that could evaluate to any of the following: ```ts ["list", "of", "Post"]; ["list", "of", "list", "of", "Post"]; ["list", "of", "list", "of", "list", "of", "Post"]; // ... could go o...
Needs Investigation
low
Critical
685,049,698
flutter
FlutterErrorDetails context should be renamed to reason
`FlutterErrorDetails` has a parameter named `context`, this is misleading because `context` in Flutter usually means a `BuildContext`, whereas here's diagnostic data. I suggest this be renamed to `reason` as the `DiagnosticsNode` is supposed to be converted to English for an explanation of the error.
framework,c: API break,c: proposal,P3,team-framework,triaged-framework
low
Critical
685,128,792
pytorch
How do I debug "RuntimeError: trying to initialize the default process group twice!"
## πŸ› Bug When triggering distributed training in pytorch, the error `RuntimeError: trying to initialize the default process group twice!` occurs. How would one debug it? ## To Reproduce Steps to reproduce the behavior: 1. on master node ip 10.163.60.19, run `local_rank=0; master_port=1303; python -m torch....
oncall: distributed,triaged
low
Critical
685,140,591
rust
compiletest: Way to bless pretty testsuite
Currently, compiletest have no way to bless tests in `src/test/pretty`. I use ``` rustc +stage1 -Z unpretty=hir,typed src/test/pretty/issue-4264.rs > src/test/pretty/issue-4264.pp ``` to manually bless a test. @rustbot modify labels: T-compiler
A-testsuite,C-enhancement,T-bootstrap,E-medium,A-compiletest
low
Minor
685,266,202
youtube-dl
maybe a new quick config switch option like -c preconf1 to read from preconf1.conf or a abbreviate of --ignore-config like -ic
- [X] I'm reporting a feature request - [X] I've verified that I'm running youtube-dl version **2020.07.28** - [X] I've searched the bugtracker for similar feature requests including closed ones ## Description `--proxy` and `--write-sub` and `--sub-lang eng` and etc. is used by many users every time using you...
request
low
Critical
685,286,543
kubernetes
late binding volume binding + multiple volumes
**What happened**: The `WaitForFirstConsumer` (= late binding) volume binding mode is supposed to ensure that volumes get created in a topology that is accessible by the node on which a pod is about to start. This can fail when there are multiple volumes involved: - first volume gets created - second volume creati...
kind/bug,sig/storage,lifecycle/frozen
low
Major
685,296,559
flutter
Support adding a Flutter add-to-app module to a Flutter-created app
## Use case I have been working on a SDK project which is written with flutter. We implement our common business logic with flutter, and then provide Android/iOS native interfaces which just forward API request from native to flutter to work. Then we build and assemble all the things together(generated libapp.so, f...
c: new feature,tool,engine,c: proposal,P3,team-engine,triaged-engine
medium
Critical
685,320,960
godot
Cannot reimport atlas texture on Mac OS 10.15
<!-- 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 Engine v3.2.2.stable.official **OS/device including version:** <!-- Specify GPU mo...
topic:import
low
Critical
685,324,692
PowerToys
[PowerRename] Add settings option to choose a default date field
Reference https://github.com/microsoft/PowerToys/issues/909 for this feature improvement Currently, the `File Created` date is used and there is no option to use a different date field (`Date modified`, `Date taken` etc.). Proposal: add an option in the PowerRename Settings to select the default date field. When ...
Idea-Enhancement,Help Wanted,Product-PowerRename,Priority-2,Cost-Medium
medium
Critical
685,327,004
rust
Naked functions don't produce an active frame for asm! .seh_* directives on Windows
I'm trying to port some Unix `asm!` code, using the `.cfi_*` directives inside naked functions to provide information to the unwinder/debugger about call frames, to Windows. The following code compiles on MacOs and Linux under ` rustc 1.47.0-nightly (f44c6e4e2 2020-08-24)`: ```rust #[naked] unsafe extern "C" f...
A-naked,C-bug,requires-nightly,F-asm
low
Critical
685,329,277
pytorch
AMP much worse performance with groupped Conv2d than fp32
It seems automatic mix precision on conv2d with groups>1 is significantly slower than fp32 This result is more obvious on machines with Volta GPUs with Tensor cores. ``` import torch import torch.nn as nn from torch.cuda.amp import autocast import time class amp_net(nn.Module): def __init__(self, amp,...
module: dependency bug,module: performance,module: cuda,triaged,module: amp (automated mixed precision)
low
Major
685,372,631
pytorch
NCCL WARN Your program may be hanging, this may be caused by a collective mismatch around rank 2. Please check your collective calls at and around this rank. You can use NCCL_DEBUG=INFO and NCCL_DEBUG_SUBSYS=COLL to see the collective logs
## πŸ› Bug Training hangs at .backward() call. I am using a multi-stream network in which I have two backbones and concatenate their outputs. I face the problem that NCCL hangs, when I use a single stream network with one backbone, it works. The problem only arises on multiple-gpu training, with single gpu, it works ...
oncall: distributed,module: cuda,triaged,module: nccl
low
Critical
685,376,525
TypeScript
Folding function calls folds closing parenthesis
<!-- 🚨 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,Experience Enhancement
low
Critical
685,408,355
pytorch
JIT tracing incorrectly records some slice bounds
```python import torch class TestModule(torch.nn.Module): def forward(self, features, features_len): # assumes batch_size == 1 eos_mask = torch.arange(features.shape[1]).eq(features_len).float() features[:,:,2] = eos_mask.unsqueeze(0) return features features = torch.tens...
high priority,triage review,oncall: jit
low
Critical
685,437,646
kubernetes
App Containers can't inherit Init Containers CPUs - CPU Manager Static Policy
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**:. CPU Manager...
kind/bug,priority/backlog,area/kubelet,sig/node,triage/accepted
medium
Critical
685,441,826
go
x/tools/cmd/present: Presenter notes closer to the webcam
<!-- 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.14.7 linux/amd64 </pre> ### Does this issue reproduce...
help wanted,NeedsInvestigation,Tools
low
Critical
685,459,572
flutter
Show suffix/prefix text in TextField even when it is not in focus and empty.
Closed related issue: https://github.com/flutter/flutter/issues/19488 @willlarche has closed the issue on 21 Aug 2018 because it was impossible to support both the floating animation behaviour and keeping the suffix/prefix at all times. Since flutter v.1.13.2 in 2020 the floating behaviour got smarter and I believe ...
a: text input,c: new feature,framework,f: material design,c: proposal,P2,team-text-input,triaged-text-input
low
Critical
685,484,954
create-react-app
Module resolution: direct dependencies should take precedence
### Is your proposal related to a problem? In a Yarn workspace, a typically layout might be: ``` workspace/ - component_library - app1 - app2 ``` Where `app1` and `app2` are dependent on `component_library`, which is a library of common components with a _peer dependency_ on React. This is fi...
issue: proposal,needs triage
low
Minor
685,485,229
rust
tidy on NTFS spuriously warns about executable bit
When I run `./x.py tidy`, I get a lot of errors: ``` $ ./x.py test tidy Updating only changed submodules Submodules updated in 0.02 seconds Finished dev [unoptimized + debuginfo] target(s) in 0.15s Building stage0 tool tidy (x86_64-unknown-linux-gnu) Finished release [optimized + debuginfo] target(s) i...
T-infra,C-bug
low
Critical
685,492,529
terminal
Add an action to gracefully upgrade a connection to a debug tap connection
/cc @DHowett The debug tap is _great_. Really helpful for figuring out what we're getting from conpty. However, sometimes it's hard to get the terminal into a bugged state (see #6901, #6987), and if you didn't already have the debug tap open, then you can't use it. I think it would be _awesome_ if we could add a...
Area-TerminalConnection,Product-Terminal,Issue-Task
low
Critical
685,505,840
go
x/pkgsite: document how to add experiments locally
We should add a `doc/experiment.md` file which describes how to add experiments when running locally, including: - Running `go run devtools/cmd/experiment/experiment.go create <experiment> <rollout>` - Where to find existing experiments - How to add a new experiment to the codebase
Documentation,NeedsFix,pkgsite
low
Minor
685,507,078
godot
FileDialog always ask to override file even at creation if register_text_center is used with get_line_edit
**Godot version:** 3.2.2-stable **OS/device including version:** Linux Manjaro KDE 20.0.3 **Issue description:** Hi, I'm creating a dialogue editor application. To gain time, I wanted to improve the user's workflow with FileDialog. If the user tries to save a new file with ctrl+s, the FileDialog is displ...
bug,confirmed,topic:gui
low
Critical
685,591,799
flutter
[test] pumpAndSettle() deadlocks unless there is some random runAsyc() call
<!-- 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: tests,framework,d: api docs,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-framework,triaged-framework
low
Critical
685,630,498
pytorch
FP16 gives NaN loss when using pre-trained model
I tried the new fp16 in native torch. However, when I continue my model training for my segmentation task I get loss as NaNs. With the same script, if I initialize the same model architecture from scratch then it works fine. I set adam's 'ep' to 1e-4 as well but it made no difference. I get NaN loss from the first bat...
module: cuda,triaged,module: amp (automated mixed precision)
low
Minor
685,689,864
pytorch
[RFC] RPC BENCHMARK
## Background This will allow potential users to see what kind of throughput they can expect if they use RPC for their use case. Also so the throughput effects of changes made to RPC can be measured. Users of the benchmark can invoke a script, passing multiple arguments to specify what kind of environment they w...
triaged,module: rpc
low
Minor
685,724,237
pytorch
`torch.svd()` CUDA gives incorrect results when input contains `nan`
## πŸ› Bug In at least one case, `torch.svd()`'s CUDA implementation gives an incorrect result when the input contains a `nan` value. This issue shows up when the input is `torch.tensor([[float('nan'), 1.0]])`. ## To Reproduce ``` >>> import torch >>> torch.svd(torch.tensor([[float('nan'), 1.0]])) torch.r...
triaged,module: NaNs and Infs,module: linear algebra
low
Critical
685,737,400
TypeScript
Strange intersection/variance behavior
**TypeScript Version:** Nightly (d6dda230bce0828144e5f17539d6e3f9bf4c4f3b) <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** variance, intersection **Code** ```ts interface BaseEvent { type: string; } interface DerivedEvent extends BaseE...
Needs Investigation
low
Critical
685,763,988
flutter
Create a clear ownership model for `Layer`s, `Picture`s, and `RenderObject`s.
In Flutter, `Image` objects are underpinned by `SkImage`s, which are immutable refcounted objects. An SkImage cannot release its underlying image data until its refcount drops to zero. The same is true for `Path`s, `Vertices`, and other things we draw into `Pictures`, but it's especially important for `Image`s since th...
c: new feature,framework,c: API break,P3,team-framework,triaged-framework
low
Minor
685,797,145
youtube-dl
Site Support http://www.qimizb.com/v/69396.html
<!-- ###################################################################### 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
685,852,528
vscode
Allow snippets to target standard token types
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been...
feature-request,snippets
low
Critical
685,853,702
pytorch
For the same complex dtype and same value, comparing a PyTorch tensor with a NumPy array results in False
## πŸ› Bug For the same complex dtype and same value, comparing a PyTorch tensor with a NumPy array results in False. Note [5] and [10] in the example below. The issue is gone if `complex64` is replaced with `float32` (i.e., both [5] and [10] output True for `float32`). ```python In [1]: import numpy as np In ...
triaged,module: complex
low
Critical
685,913,350
godot
Behavior of ctrl-click to open docs in-editor (Go-to definition)
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.2.stable.official **Issue description:** there's an issue with the way that opening a doc in-editor with ctrl + left click works that i hope wi...
discussion,topic:editor,usability
low
Major
685,930,442
pytorch
ImportError: libtorch_cpu.so: cannot open shared object file: No such file or directory
Issue description Attempting to run Detectron 2, getting the above error Code example python demo.py –config-file ../configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml --webcam \ --opts MODEL.WEIGHTS detectron2://COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x/137849600/model_final_f10217.pkl Ubuntu 2...
module: build,triaged
low
Critical
685,934,921
rust
Confusing borrow check error when function argument doesn't match type signature
```rust struct Db<'a>(&'a str); impl<'a> Db<'a> { fn new(x: &'a str) -> Self { Self(x) } } fn foo<'a>(buf: &'a mut str) -> Db<'a> { Db::new(&buf) } ``` gives ``` error[E0515]: cannot return value referencing function parameter `buf` --> src/lib.rs:9:5 | 9 | Db::new(&buf)...
C-enhancement,A-diagnostics,T-compiler,E-help-wanted,D-confusing
low
Critical
685,986,896
vscode
Git - Use the git submodule's name in source control view
Issue Type: <b>Feature Request</b> Currently, git submodules are listed as individual repositories in the source control view. This makes it hard to identify the submodules. Using https://github.com/tlemo/darwin for example, the list of submodules is not very helpful: ![image](https://user-images.githubuserconten...
help wanted,feature-request,git
low
Major
686,051,840
rust
slice::iter() does not preserve number of iterations information for optimizer causing unneeded bounds checks
Godbolt link to the code below: https://rust.godbolt.org/z/aKf3Wq ```rust pub fn foo1(x: &[u32], y: &[u32]) -> u32 { let mut sum = 0; let chunk_size = y.len(); for (c, y) in y.iter().enumerate() { for chunk in x.chunks_exact(chunk_size) { sum += chunk[c] + y; } } ...
I-slow,T-compiler,A-iterators,A-slice
medium
Critical
686,092,557
pytorch
Type hints from _VariableFunctions and elsewhere clash
## πŸ› Bug PR #43339 fixes the type checking guards, so that the stubs for `_VariableFunctions.py` are pulled into `torch/__init__.py`. After fixing these guards [the mypy tests reveal](https://github.com/pytorch/pytorch/blob/3d46e02ea1f8951bcef167c33bad0217ec9da980/test/test_type_hints.py#L181) that [some of the stu...
module: typing,triaged
low
Critical
686,134,002
go
x/arch: incorrect disassembly for x86 FMA instruction
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summary>...
NeedsInvestigation
low
Critical
686,160,571
godot
This Particles2D (GLES3) shows nothing on iOS devices
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.2 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend ...
bug,platform:ios,topic:rendering,confirmed,topic:2d,topic:particles
low
Major
686,235,523
pytorch
[FR] Raise an exception when constructing non-empty index and empty values sparse tensor
## πŸš€ Feature When constructing a non-empty index and empty values sparse tensor it can be considered as an invalid user input and raise an exception. ```python t = torch.sparse_coo_tensor( indices=torch.zeros([1, 5]), values=torch.zeros([5, 6, 0]), size=[5, 6, 0], device="cpu" ) > tensor(...
module: sparse,module: cuda,triaged
low
Critical
686,254,688
material-ui
[BottomNavigation] onClick does not fire if tapped while scrolling
<!-- Provide a general summary of the issue in the Title above --> When i try to tap (touch click) on a BottomNavigationAction while the page is currently scrolling, the `onClick` event handler is never called. The TouchRipple effect however runs flawlessly, which makes me believe that this is an issue with how touch ...
new feature,component: bottom navigation,ready to take
medium
Critical
686,279,385
excalidraw
Service worker doesn't always update
ERROR: type should be string, got "https://github.com/excalidraw/excalidraw/pull/1588 didn't completely fix the SW caching issue. It still often happens the latest isn't fetched (e.g. https://github.com/excalidraw/excalidraw/issues/2061). No idea what are the conditions for the update to not work.\r\n\r\nWe need to figure out a 100% reliable solution.\r\n\r\n/cc @tomayac"
bug,blocked-upstream
low
Major
686,287,313
node
http2: `socket.remoteAddress` undefined during "finish" event
* **Version**: v14.8.0 * **Platform**: macOS 10.15.6 * **Subsystem**: http2 ### What steps will reproduce the bug? ````js const cert = `-----BEGIN CERTIFICATE----- MIIBtTCCAVugAwIBAgIUH0XFx/3Z45cPbceJL2ROh32MaeIwCgYIKoZIzj0EAwIw DTELMAkGA1UEAwwCc3MwIBcNMjAwODIwMTI1MDAyWhgPMjEyMDA3MjcxMjUwMDJa MA0xCzAJBgNVBA...
http2
low
Critical
686,350,137
rust
Documentation for `std::fs::set_permissions` doesn't cover symlink behavior
The [documentation for `std::fs::set_permissions`](https://doc.rust-lang.org/std/fs/fn.set_permissions.html) doesn't say what it does if the given path names a symlink. Experimentally, it seems that on Unix-family platforms it follows symlinks, while on Windows it does not. Though surprising, it's likely just a resu...
A-docs,C-bug
low
Minor
686,357,481
go
go/types: improve error messages by using compact package names
What I'm going to talk about is probably related to Go compiler or something else at the lower level that VSCode, but I'm not sure. It would be great if someone could answer me and maybe move this issue to project where it should be. Today I saw this message (from my working project): ``` cannot use &(controller...
NeedsInvestigation,Tools
low
Critical
686,460,656
go
proposal: net/http: add support for the upcoming "Structured Field Values for HTTP" RFC
[Structured Field Values for HTTP](https://httpwg.org/http-extensions/draft-ietf-httpbis-header-structure.html) is an upcoming RFC from the HTTP Wording Group defining a set of well-defined data types to use in HTTP headers and trailers. This new format will improve the interoperability and the safety of HTTP by al...
Proposal,Proposal-Hold
medium
Major
686,481,482
flutter
Per-screen orientation configuration
## Use case Currently the API only allows `SystemChrome.setPreferredOrientations` as a method to force the application to be rendered in a given screen orientation. This gets cumbersome if there are lots of screens requiring different screen orientations. And this gets particularly cumbersome if we are using a `Ta...
c: new feature,framework,c: proposal,a: layout,P3,team-framework,triaged-framework
low
Minor
686,486,368
opencv
Error importing cv2, recursion detected, problem getting PYTHON_EXTENSIONS_PATHS
##### System information (version) - OpenCV == 3.4.10 (built from source) - Operating System / Platform => Ubuntu 20.04 - Compiler => gcc ##### Detailed description Hitting "ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation." While importing cv2, but only wh...
category: python bindings,needs investigation,category: 3rdparty
low
Critical
686,510,909
TypeScript
Tuple + Record Intersection Assignment Compatibility Inconsistency
**TypeScript Version:** 4.1.0-dev.20200824 **Search Terms:** tuple, object, intersection, type, assignment, coercion **Code** Here is the type that I'd like to use in an assignment: ```ts type X = {example: "Field"} & number[]; ``` The following produces TS error 2322. ```ts const x: X = { ...[...
Needs Investigation
low
Critical
686,511,584
pytorch
[FR] hub uses default github branch
Currently hub uses the master branch always. But on repos with a custom default branch, wouldn't it be nicer if we use that? cc @ailzhang
triaged,enhancement,module: hub
low
Major