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
665,471,474
flutter
[integration_test] readme about Android device testing out-of-date
https://github.com/flutter/plugins/tree/master/packages/e2e#android-device-testing Following this guide to a newly created (by `flutter create`) will result in fail: ``` + ./gradlew app:assembleAndroidTest > Task :app:compileDebugAndroidTestJavaWithJavac FAILED /Users/minglyu/tmp/ftl_dev/android/app/src/andro...
a: tests,platform-android,t: gradle,d: examples,f: integration_test,P2,team-android,triaged-android
low
Critical
665,491,986
TypeScript
Suggestion: allow `infer T` in type parameter constraint of `type` statement
## Search Terms suggestion infer extends type parameter constraint <!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily --> ## Suggestion Allow `infer T` in the right of `extends` of a `type` statement. ## Examples ...
Suggestion,Awaiting More Feedback
low
Minor
665,494,796
godot
Tooltip renders link but it is impossible to click (fixed in `master` thanks to DisplayServer)
<!-- 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:** Linux Mint 20, kernel 5.3.0, i3wm, Gles3 ...
discussion,topic:editor
low
Major
665,510,012
go
runtime: unexpected return pc for runtime.
<!-- Please answer these questions before submitting your issue. Thanks! For questions please use one of our forums: https://github.com/golang/go/wiki/Questions --> When installing minio which, I guess, is dependent on Go environment, with the command $minio.exe server /data it throws out the exception. By the...
OS-Windows,NeedsInvestigation,compiler/runtime
low
Critical
665,517,071
rust
metadata: Span data and `SourceFile`s for macro-only dependencies can be inlined
Some crates are only used for their macros (which are only expanded, but not reexported), but are still required to be loaded (for their spans) when loading non-macro library crates that were produced using those macros. (It doesn't matter whether the macros are declarative or procedural.) https://github.com/rust-l...
C-enhancement,A-metadata,A-macros,T-compiler
low
Minor
665,520,485
pytorch
Code hangs when using `set_start_method('spawn', force=True)` in `torch.multiprocessing.pool`
## πŸ› Bug I am trying to parallelize over multiple GPU using `torch.multiprocessing.pool`. The code below hangs or keeps running forever without any errors when using `set_start_method('spawn', force=True)` in `torch.multiprocessing.pool`. ## To Reproduce Code: ``` import numpy as np import torch from torc...
module: multiprocessing,triaged
low
Critical
665,534,139
pytorch
Function request: np.copy (alias of clone?)
## πŸš€ Feature Add aliases for functions which are present in Numpy and perform similar (same?) functionality to PyTorch. ## Motivation Too often one ends up jumping between PyTorch and Numpy (for plotting purposes, but also for scipy and other things). It's more than frequent that one encounters `AttributeError:...
triaged,module: numpy,function request
low
Critical
665,538,316
terminal
Multiple "Open in Windows Terminal" opes multiple Windows Terminals rather than tabs
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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...
Area-Settings,Product-Terminal,Issue-Task,Area-ShellExtension
low
Critical
665,550,640
material-ui
[Button] Is the 'type' prop really removed from ButtonBase?
According to the docs, `ButtonBase` no longer has a `type` prop (which had values `submit`, `reset`, and `button`). Is this a deliberate change, or a documentation bug? I'm asking because I'm generating MUI bindings from the docs. ButtonBase props are inherited by many other components, so I don't want to remove it ...
docs,component: button,component: ButtonBase
medium
Critical
665,552,174
PowerToys
[FancyZones] New Windows Fill Empty Zones
**Add an option to make new windows automatically fill the first empty zone.** If the option is selected, than on window creation the new window will automatically move to and fill the first empty zone. **Compelling Example** The canonical example is I have my desktop split into two zones with a browser open i...
Idea-Enhancement,Product-FancyZones
low
Major
665,554,111
godot
Resources get saved despite not belonging to the scene
**Godot version:** Godot_v3.2.2-stable_x11.64 **Issue description:** A node, which does not have an owner, has a variable; heightmap, which is not exported. On load an ImageTexture resource file is loaded to the hightmap. An EditorPlugin I'm working on uses heightmap.create_from_image(img) to change the ImageTextu...
discussion,topic:core,topic:editor,topic:plugin
low
Critical
665,561,863
java-design-patterns
Domain-Oriented Microservice Architecture (DOMA)
**Description:** The Domain-Oriented Microservice Architecture (DOMA) design pattern focuses on organizing microservices around business domains to improve scalability, flexibility, and maintainability. This pattern leverages domain-driven design principles to ensure that each microservice is aligned with a specific bu...
info: help wanted,epic: pattern,epic: architecture,type: feature
low
Major
665,578,964
PowerToys
Feature Idea: Enhance Windows 10's Control Panel
One of the bits that (opinion) has regressed _for power users_ in Windows 10 is the control panel ("Settings"). There is so much wasted space and less info available to the user. Anecdotally, this bothers most power users I'm aware of and they're quite glad you can still get to the old control panel. Are there areas...
Idea-Enhancement,Idea-New PowerToy
medium
Major
665,596,672
opencv
dnn: fusion does not respect output blob requirements
##### System information (version) - OpenCV => 4.4.0, 3.4.11 ##### Detailed description Consider the following network: ``` Convolution BatchNorm ReLU ``` ReLU should not be fused with Convolution (after BatchNorm) if the output blob of BatchNorm layer is required. But it's being fused! I think t...
bug,category: dnn,category: dnn (onnx)
low
Critical
665,596,980
PowerToys
[Settings] Right-clicking on Settings in taskbar shows the incorrect title
Minor nit: right-clicking the Settings process shows the project name (Microsoft.PowerToys.Settings.UI.Runner) instead of just 'PowerToys Settings'. ![Settings context menu](https://user-images.githubusercontent.com/9866362/88459454-f9865200-ce95-11ea-80d3-042b9def4e6a.gif)
Product-Settings,Area-User Interface,Priority-2
low
Minor
665,606,550
flutter
How to effectively implement a feed of Video Players in Flutter
Hi, I have been trying to implement a feed of Videos like the one fond in TikTok for a while now. I'm trying to achieve the above with the best possible performance without Jank and lags. I have tried using a vertical PageView builder with each page initializing a network video controller (Video_Player packag...
d: examples,a: video,p: video_player,package,team-ecosystem,P3,triaged-ecosystem
high
Critical
665,608,371
godot
Rpc attributes do not work correctly with overloaded methods in C#
**Godot version:** 3.2.2 Stable **OS/device including version:** Windows 10 64-bit **Issue description:** I have an overloaded method in my C# code that I tried to send an RPC message to, I had only the overloaded method with two parameters tagged for rpc. ```csharp // With a [Remote] keyword here it...
bug,topic:network,topic:dotnet,topic:multiplayer
low
Critical
665,632,362
rust
Empty drop() causes cross-language LTO LLVM segfault
This is a little esoteric, but on Debian testing (LLVM 9, rustc 1.43, obviously can't use rustup since clang's LLVM has to match rustc's LLVM for cross-language LTO), when doing cross-language LTO compilations, if a Rust struct has an `impl Drop` with an empty body in `drop()`, LLVM segfaults doing cross-language LTO. ...
I-crash,A-LLVM,T-compiler,C-bug,A-LTO
low
Major
665,633,295
rust
Uninformative error message when casting usize to pointer to generic `?Sized` type
Trying to compile this code ```rust pub fn bogus_ptr<U: ?Sized>() -> *const U { 0usize as *const U } ``` produces this error message ``` error[E0606]: casting `usize` as `*const U` is invalid --> <source>:2:5 | 2 | 0usize as *const U | ^^^^^^^^^^^^^^^^^^ ``` It would be better if the err...
C-enhancement,A-diagnostics,T-compiler,D-papercut,D-terse
low
Critical
665,649,081
ant-design
<Antd.Typography.Text editable> autofocus
- [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? there's no way currently to autoFocus an editable Antd.Typography.Text ### What does the proposed API look like? add autoFoc...
πŸ’‘ Feature Request,Inactive
low
Minor
665,653,943
rust
Consider different page layouts for rustdoc
@willcrichton and I were discussing this [on discord](https://discordapp.com/channels/442252698964721669/459149231702278154/736669443844734978): > wcrichto: auto-generated docs tend to have a single, immutable structure. But most effective data visualization tools present multiple views on the same data, depending o...
T-rustdoc,E-hard,C-enhancement,E-help-wanted,A-rustdoc-ui,T-rustdoc-frontend
low
Critical
665,656,298
vscode
Improve debug actions for multi-target debugging
<!-- ⚠️⚠️ 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. --> # Problem I want to debug an application that r...
feature-request,debug
low
Critical
665,657,442
youtube-dl
9tsu.net
<!-- ###################################################################### 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
665,665,217
flutter
PageView starts UNDER SliverAppBar in a NestedScrollView rather than BELOW it
<!-- 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,f: scrolling,a: quality,has reproducible steps,P2,found in release: 3.3,found in release: 3.5,team-design,triaged-design
low
Critical
665,667,725
godot
Exported Projects with References to EditorPlugin Crash
**Godot version:** 3.2.2.stable.official **OS/device including version:** Windows 7, 64-bit. **Issue description:** Exporting a project that references EditorPlugin, even if that code branch isn't used, will fail to run. **Steps to reproduce:** Create a project which references an EditorPlugin via GD...
bug,topic:editor,topic:plugin,crash
low
Critical
665,674,932
TypeScript
Specialize JSX error messages for missing properties
```tsx import React from "react"; function Foo(props: { count: number }) { return <div>{props.count}</div>; } <Foo /> function Bar(props: { a: any, b: any }) { return <div />; } <Bar /> function Baz(props: { a: any, b: any, c: any, d: any, e: any, f: any }) { return <div /> } <Baz /...
Help Wanted,Effort: Moderate,Domain: JSX/TSX,Domain: Error Messages,Experience Enhancement,Fix Available,Rescheduled
low
Critical
665,689,469
rust
Filter out `Debug` note on E0277 in type context
[Given](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=4d5d66cff30ed477af01f69b11d42115) ```rust trait T { type A: Display; } impl T for () { type A = (); } ``` we shouldn't include the last `note` as that is only useful when dealing with expressions: ``` error[E0277...
C-enhancement,A-diagnostics,P-low,T-compiler,F-on_unimplemented,D-papercut
low
Critical
665,691,126
pytorch
Memory usage of torch.nn.functional.interpolate increased with v1.5.0 when run on numpy input
## πŸ› Bug The code below, which downscales an image by 2x, used to use 1GB of GPU memory with pytorch-1.3.0. Switching to 1.5.0, it now uses 5GB to do the same job, which makes it run out of memory on smaller GPUs. ## To Reproduce Run the test below using pytest (`pytest -v -s test_downscale_plain.py`) ...
module: nn,module: cuda,module: memory usage,triaged,module: numpy
low
Critical
665,694,737
flutter
Error when creating an unsigned APK, despite being built correctly
I need to create an unsigned APK. However, when you create an unsigned APK, an error is raised, even though the APK is created successfully. ## Steps to Reproduce 1. Run `flutter create bug`. 2. Update the files as follows: **app.build.gradle** ``` ... buildTypes { release { // sign...
tool,t: gradle,P2,team-tool,triaged-tool
low
Critical
665,695,433
node
Improve documentation on Dual Module Packages
* **Version**: `v14.4.0` * **Platform**: Windows 10 * **Subsystem**: Windows ### What steps will reproduce the bug? ``` git clone git@github.com:MicahZoltu/dual-module-package-repro.git cd dual-module-package-repro/app-package npm install node index.mjs # notice it works node index.cjs # notice it does not...
doc,module
medium
Critical
665,716,706
rust
Proposal: Mismatching parameter name lint
This lint detects when the implementation of a trait names a function parameter differently from the name in the source declaration. Exceptions to this are prefixing the name with `_` or replacing the name with `_` to suppress the `unused-variable` lint. Some example code that triggers this lint: ``` trait Foo { ...
A-lints,A-trait-system,T-compiler,C-feature-request,T-types
low
Major
665,733,929
vscode
Extension API: QuickPick fuzzy search not finding results
Hi, I use QuickPick component for opening daily notes in [my extension](https://github.com/svsool/vscode-memo/). Example: ![image](https://user-images.githubusercontent.com/1452141/88474541-3141d800-cf30-11ea-9371-7f7937dfe3d0.png) When I type `-2d` or `-2 d` I expect `-2 days | Friday, July 24, 2020 Exists` ...
feature-request,quick-pick
low
Major
665,737,324
godot
part of import panel area turn black when switching position in dock
**Godot version:** <!-- Specify commit hash if using non-official build. --> Godot 3.2.3 RC1 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. --> 2013 MacBook Pro 13 inch, MacOS 10.13.6 **Issue description:** <!-- What happened,...
bug,topic:editor
low
Minor
665,740,592
rust
Function references missing from __unwind_info on OS X
I tried this code: ```rust fn main() {} ``` In the `__TEXT,__unwind_info` section of the resulting binary, I expected to find an entry for every single routine. Instead, of the 368 routines in the binary, only 217 (~59%) have entries in the `__TEXT,__unwind_info` section. There does not appear to be any obv...
A-runtime,O-macos,C-bug
low
Critical
665,752,557
flutter
Running for the iOS simulator with flavor-specific app name fails with "Could not find the built application bundle at"
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
platform-ios,tool,t: xcode,e: OS-version specific,P2,team-ios,triaged-ios
low
Critical
665,758,027
go
net/http/cookie: readSetCookies does not strip whitespace for key/value pair received
<!-- 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.6 windows/amd64 </pre> ### Does this issue reprodu...
NeedsInvestigation
low
Critical
665,758,711
ant-design
Transfer component need to custom props like loading of operations
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? to display the progress of handling onChange func ### What does the proposed API look like? operationsProps={[{ loading: load...
help wanted,Inactive
low
Minor
665,762,127
pytorch
To have single cuda context across multiple processes
Presently, as far I have digged around, pytorch doesn't seem to use single cuda context across multiple processes. If training the network in multiple processes the 557 MB per cuda context in each process is quite expensive. It would be nice to enable pytorch to use single cuda context. FYI: - The multiple process...
module: cuda,triaged
medium
Minor
665,772,688
TypeScript
Mixin abstract class: union of abstract propeties is not abstract.
**TypeScript Version:** 3.9.2 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** mixin abstract union **Expected behavior:** Union of abstract propeties is abstract property. **Actual behavior:** Union of abstract propeties is not abstract. ...
Bug
low
Critical
665,775,067
pytorch
Document optimizations enabled by JIT scripting and tracing (TorchScript)
## πŸ“š Documentation Current documentation is vague about what optimizations are possible with TorchScript. E.g. - https://pytorch.org/docs/stable/jit.html?highlight=jit%20script#module-torch.jit - https://pytorch.org/tutorials/beginner/Intro_to_TorchScript_tutorial.html Documenting optimizations is risky busine...
oncall: jit,days
low
Critical
665,827,924
rust
sysroot spans still not printed, when remap-path-prefix is set with a custom path
The fix at the end of #53081 talks about `remap-debuginfo` in `config.toml` and `/rustc/$hash`, however in Debian we use `--remap-path-prefix` in `RUSTFLAGS` and `/usr/src/rustc-$VERSION`. Results in 64 failing tests in `[ui]`, in [1.44.1](https://buildd.debian.org/status/fetch.php?pkg=rustc&arch=amd64&ver=1.44.1%2B...
A-testsuite,T-compiler,C-bug,A-reproducibility,A-path-remapping
low
Critical
665,831,992
rust
`overflow evaluating the requirement` with `impl`s those seem to be right
<!-- 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 #![recursion_limit="5"] // without it the error is the same, but much bigger struct Nil; struct Cons<H, T>(H, T); pub t...
A-associated-items,T-compiler,C-bug
low
Critical
665,854,466
rust
CString does not preserve capacity
Simplest repro: ```rust use std::ffi::CString; let vec = Vec::with_capacity(87); let cstring = CString::new(vec); let vec = cstring.into_bytes(); assert_eq!(vec.capacity(), 87); ``` I expected `CString` to behave like `String`, preserving capacity from the `Vec` it was created. Instead, [the `CString` impleme...
T-libs-api,C-bug
low
Minor
665,862,946
transformers
Test BART's memory consumption
- this can run on GPU only and be marked `@slow` - check how much memory bart is using at `__init__` - assert that it doesn't use more than 110% of that. - check how much memory bart uses on a single forward pass. (optionally test this in fp16). - assert that it doesn't use more than 110% of that. - check how much...
Help wanted,Tests,Benchmarks,WIP
low
Major
665,867,138
godot
Progress bar incorrectly sets minimum vertical size to 14 when its position is modified from an external node
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.2 stable **OS/device including version:** <!-- Specify GPU model, drivers, and the b...
bug,confirmed,topic:gui
low
Critical
665,867,424
flutter
[Web] Clickable cursor shown on video player when hovered from clickable items to the video_player
I have a `Stack` with a `VideoPlayer` sitting behind various other UI elements. It appears that the `VideoPlayer` prevents the expected hand cursor for any button shown on top of the `VideoPlayer`. It also prevents direct usage of a `MouseRegion`, too. If I comment out the `VideoPlayer`, the buttons correctly show the ...
platform-web,p: video_player,package,has reproducible steps,P2,workaround available,found in release: 3.10,found in release: 3.11,team-web,triaged-web
low
Major
665,905,679
rust
rustbuild: --no-fail-fast tries to compile rustc 40+ times (due to crossbeam-utils failure) before eventually failing
See for example https://buildd.debian.org/status/fetch.php?pkg=rustc&arch=amd64&ver=1.44.1%2Bdfsg1-1%7Eexp1&stamp=1594606550&raw=0 (warning, 30MB HTML), [raw text 25MB](https://buildd.debian.org/status/fetch.php?pkg=rustc&arch=amd64&ver=1.44.1%2Bdfsg1-1%7Eexp1&stamp=1594606550&raw=1) where the error message "cannot fin...
T-bootstrap,C-bug
low
Critical
665,914,711
rust
Proposal: Split `unused-variables` lint into `unused-variables`, `unused-function-parameters`, and `unused-trait-function-parameters`
Per my own style preferences, I would like to disable `unused-variables` warnings on trait function implementations for unused parameters (related https://github.com/rust-lang/rust/issues/26487#issuecomment-169828205), while still being warned if non-trait functions have unused parameters, or if any of my function bodi...
C-enhancement,A-lints,T-compiler
low
Minor
665,958,409
pytorch
Setting threads number to the number of default by torch.set_num_threads is faster than not setting it
## πŸ› Bug On CPU and Linux machines, setting the default number of threads is faster than not setting it. But in theory, it should be as fast. After experimentation, it seems that this problem only occurs in the LSTM layer. My computer has 8 cores. This is my code ``` # coding=utf-8 import torch impor...
triaged,module: multithreading
low
Critical
665,967,252
rust
Error in specialization type checking when using trait aliases
So I seem to have found an error in the type checking for specialization impls when using trait alias bounds Specifically, this code: ```rust #![feature(specialization)] #![feature(trait_alias)] pub trait Marker1<T> {} pub trait Marker2 {} pub trait CombinedMarker<T> = Marker1<T> + Marker2; pub struct...
A-specialization,C-bug,F-trait_alias,requires-nightly,F-specialization
low
Critical
665,972,610
pytorch
[RFC] Add Windows support to torch.distributed package
## πŸš€ Feature Enable torch.distributed package supported on windows platform, this feature is only the first step, limited features supported compare to linux platform. 1. Function broadcast and all_reduce supported on CPU and GPU 2. Gloo backend supported only, for Gloo, libuv supported only first 3. torch.nn....
oncall: distributed,module: windows,triaged,windows-triaged
medium
Critical
665,987,731
opencv
Build with Embarcadero Builder C++: Problem with " target feature 'mmx'"
##### System information (version) - OpenCV => 4.4.0 - Operating System / Platform => Windows 10 64 Bit - Compiler => Embarcadero/Idera C++ RAD Studio 10.4, clang compiler bcc32c ##### Detailed description During compiling I got the following (first) error: ``` [ 19%] Building CXX object modules/core/CMakeFi...
priority: low,category: build/install
low
Critical
666,098,383
ant-design
Table scroll to one designated Column
- [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? When edit a editable column, and the table is long enouph, that column can scroll to left, at least scroll to view. ### What d...
πŸ’‘ Feature Request,Inactive
low
Minor
666,139,130
flutter
iOS scrollbars should briefly show when page appears
To match native iOS behaviour, scrollbars should briefly appear to indicate to the user that the content is scrollable. You can see this behaviour in native iOS settings app: <img src="https://user-images.githubusercontent.com/756862/88527120-84d22580-d005-11ea-8c27-cad8fd4e5db2.gif" width="300"> ## Use case ...
platform-ios,framework,a: fidelity,f: scrolling,f: cupertino,c: proposal,P3,team-ios,triaged-ios
low
Minor
666,144,327
react-native
Wrong button position when using KeyboardAvoidingView in combination with SafeAreaView and autofocus
## Description I have an input with autoFocus, a SafeAreaView, and a KeyboardAvoidingView. However the Button which should have his position exactly above the keyboard gets some margin when using SafeAreaView in combination with autoFocus. It is to mention that if I add a delay to autoFocus of around 250ms it is wo...
Component: Button,Component: KeyboardAvoidingView,Component: SafeAreaView,API: Keyboard,Needs: Triage :mag:
medium
Critical
666,150,169
flutter
CupertinoTabBar should pop navigation stack when active tab tapped
## Use case To match native iOS behaviour, when tapping the active tab on a `CupertinoTabBar`, the associated `CupertinoTabView` should pop its navigator back to the root. Here's an example from the App Store, where I tapped the "Apps" tab bar icon to navigate back: <img src="https://user-images.githubusercont...
platform-ios,framework,a: fidelity,f: cupertino,f: routes,c: proposal,P2,team-design,triaged-design
low
Minor
666,153,248
flutter
CupertinoTabBar should scroll root page to top when tapped
## Use case To match native iOS behaviour, when tapping an active `CupertinoTabBar` tab the current page should scroll to the top, as long as the current page is the root in the tab navigation stack. Here's an example from the App Store, where I tapped the "Apps" tab bar icon to navigate back (see #62325), and th...
platform-ios,framework,a: fidelity,f: scrolling,f: cupertino,c: proposal,P3,team-ios,triaged-ios
low
Major
666,171,751
scrcpy
Static build
Hello crew, Is there any plan to make it possible to build a portable archive with all the dependencies for MacOS? that way, `scrcpy` can be integrated to other mac applications easily. (don't have to go steps like `brew install ffmpeg sdl2` to make it work). Thanks,
help wanted,feature request
low
Major
666,178,075
angular
Allow lifecycle hooks to be defined on a directive instance and not only on a prototype
We tend to get repeated requests for Angular to invoke lifecycle hooks defined on a directive / component instance (and not only ones defined on a prototype). Examples of such requests (actually, reported as bugs) would be #38043 or #38087 (but I'm sure that there are more as I've seen similar issues reported in the pa...
feature,area: core,core: lifecycle hooks,P3
low
Critical
666,183,347
go
compress/lzw: improve encoder performance with better hash function
<!-- 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.2 windows/amd64 </pre> ### Does this issue reprodu...
NeedsDecision
low
Major
666,224,010
rust
libtest panics when running `should_panic` tests under QEMU armv7
This currently works on `stable` but now fails on `beta` and `nightly`. I tried this code: ```rust // lib.rs #[cfg(test)] mod tests { #[test] #[should_panic] fn it_works() { panic!("this test should pass"); } } ``` And used `cross v0.2.1` to test it ``` $ cross -v +beta te...
O-Arm,P-medium,T-compiler,regression-from-stable-to-stable,A-libtest,C-bug,ICEBreaker-Cleanup-Crew
medium
Critical
666,242,028
flutter
Current zone changes after 'reassembly'
## Steps to Reproduce Current zone changes after "reassembly" ```dart import 'dart:async'; import 'package:flutter/widgets.dart'; void main() { runZoned( () { runApp(App()); }, zoneSpecification: ZoneSpecification( print: (Zone self, ZoneDelegate parent, Zone zone, String li...
framework,dependency: dart,a: debugging,has reproducible steps,P2,found in release: 3.7,found in release: 3.8,team-framework,triaged-framework
low
Critical
666,250,086
rust
Const functions sometimes don't do overflow checks in release mode
I tried this code in release mode: ```rust const fn foo(arg: i32) -> i32 { arg + i32::MAX } const x: i32 = foo(1); ``` I expected to see this happen: `error: this arithmetic operation will overflow` Instead, code successfully compiled. If I replace `arg` with `1` in function than compilation failin...
T-compiler,C-bug,A-const-eval
low
Critical
666,255,654
flutter
ListView with PageStorageKey with TextField inside not keeping scroll position
<!-- 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,f: scrolling,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Critical
666,266,773
youtube-dl
yespornplease.adult
<!-- ###################################################################### 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
666,277,637
rust
Improve documentation of read_vectored and write_vectored
Apologies if this is a duplicate, but I couldn't find a mention of this anywhere. A simple snippet like the following: ```rust let mut file = File::open("test.txt")?; let buffer = &mut [0u8; 6]; let (mut first, mut second) = buffer.split_at_mut(3); let iovecs = &mut [IoSliceMut::new(&mut fir...
C-enhancement,A-docs,T-libs
low
Major
666,336,923
TypeScript
overload + generic + infer breaks conditional types
**TypeScript Version:** 3.9.2, 4.0.0-beta (playground), 3.9.6, 3.9.7 (locally tested) <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** overload generic conditional **Code** ```ts type Wrap <T> = T & { wrap: T } interface Data { id: number } ...
Bug
low
Critical
666,351,714
godot
DynamicFont render issues when instanced.
**Godot version:** Godot 3.2.2 stable, official. **OS/device including version:** Windows 10 (up to date), AMD Ryzen 3500U with Vega 8 graphics. **Issue description:** I'm building a small administrative "ecosystem", so I made a small "sdk" to share among a couple of projects. I have a base "button.tscn" w...
bug,topic:rendering,topic:gui
low
Critical
666,378,974
pytorch
Slow `index_add_` on `torch.long` tensors
## πŸ› Bug There is a significant performance drop when running `index_add_` on tensors of `torch.long`. ## To Reproduce Run ``` import torch import time def test(dtype, N=60, niter=100): x=torch.zeros(N, device='cuda',dtype=dtype) idx=torch.randint(0,N, (1000000,), device='cuda', dtype=to...
module: performance,module: cuda,triaged
low
Critical
666,394,240
kubernetes
kubectl --request-timeout (or any other client configuration flag) prevents use of in-cluster configuration
<!-- 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**: When running ...
kind/bug,sig/cli,lifecycle/frozen,triage/accepted
medium
Critical
666,400,135
flutter
[web/desktop] TabView is scrolled by more than one tab when swipe gesture is continuing outside of the window
This is probably expected to not drop gesture when cursor is outside of the window. With gesture within the window TabView can be scrolled only on single tab. Proposal: Make TabView to be scrolled only on single tab without dependency how long gesture is. Tried with web and MacOS desktop. ![ezgif com-video-...
framework,f: material design,f: scrolling,c: proposal,a: desktop,has reproducible steps,P3,team-design,triaged-design,found in release: 3.16,found in release: 3.18
low
Minor
666,414,252
pytorch
Function names in title should not be capitalized in documentation
## πŸ“š Documentation In the API docs, the function names should NOT be capitalized. For example, in https://pytorch.org/docs/master/generated/torch.set_flush_denormal.html#torch.set_flush_denormal we should not write ``` TORCH.SET_FLUSH_DENORMAL ``` but ``` torch.set_flush_denormal ``` Python - li...
module: docs,triaged
low
Minor
666,419,393
opencv
could cv::cvtColor support CV_64F ?
I am currently working with CV_32S images (accumulation of CV_16U astronomical images, overflowing the [0;65535] range) When using cv::cvtColor on such images, I have to convert to CV_32F first, but naturally, some accuracy is lost by the CV32S->CV_32F conversion. Is it reasonable that I work on a PR to support CV_64...
category: imgproc,RFC
low
Minor
666,436,305
kubernetes
Allow scaling up to meet PDB constraints
**What would you like to be added**: Currently if you have a PDB spec like `minAvailable: 1`, and a HPA defining minReplicas=1 and maxReplicas=N, you may end up in a scenario where disruptions get "stuck" if the HPA has scaled to 1. At any point an increase in load could cause the HPA to scale up to 2+, allowing the...
sig/node,sig/autoscaling,kind/feature,needs-triage
high
Critical
666,456,812
terminal
Color picker window closes unexpectedly when clicking on the combobox multiple times
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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-UserInterface,Product-Terminal,Priority-3
low
Critical
666,461,265
go
spec: error handling meta issue
This is a meta issue to summarize the current state of proposed changes to the Go language to improve error handling. This issue is intended to be a summary to be updated from time to time. It is not intended for discussion of error handling in Go or ways to improve it. The intent is to provide an overview for peo...
NeedsInvestigation,error-handling,umbrella
low
Critical
666,493,530
PowerToys
Explorer right click copy image to clipboard (not file)
# Summary of the new feature/enhancement Right-click and copy the image, not the file, for pasting into other apps. ## Instructions Explorer right click copy image to clipboard , there should be a "Copy Image" option when right-clicking PNG, JPG or other image files. Ex: [https://github.com/lucent-sea/copy-im...
Idea-New PowerToy,Status-In progress
low
Minor
666,505,844
terminal
Show tab previews when the user hovers over the tab bar
Bring tab previews when hovering terminal tabs. Just in the Legacy Microsoft Edge, tab previews must also be implemented on tabbed based programs like Terminal and Terminal Preview. This feature is accessed by simply hovering the tab then it shows a simple thumbnail of whatever content is on that particular tab and the...
Issue-Feature,Area-UserInterface,Product-Terminal
low
Minor
666,510,611
TypeScript
Enum-specific interfaces enums could implement
<!-- 🚨 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
666,513,301
opencv
Can't parse simple TensorFlow model. Error:Error parsing text-format opencv_tensorflow.GraphDef: 714:5: Unknown enumeration value of "DT_RESOURCE" for field "type"
- OpenCV => 4.3 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 ##### Detailed description Hi, i'm trying to run some simple model, but it gives me an error during parse: `Error parsing text-format opencv_tensorflow.GraphDef: 714:5: Unknown enumeration value of "DT_RESOURCE" ...
feature,category: dnn
low
Critical
666,548,915
go
runtime: fatal error: checkdead: inconsistent counts
_Originally posted by @apmattil in https://github.com/golang/go/issues/40368#issuecomment-664604178_ I used 1.14.4 compiler I do get the sched variable at frame 11: ``` (dlv) frame 11 > runtime.raise() /usr/local/go/src/runtime/sys_linux_amd64.s:165 (PC: 0x465511) Warning: debugging optimized function Frame...
NeedsInvestigation,compiler/runtime
low
Critical
666,577,999
rust
Lints about `unsafe {}` blocks propagate inside macros
Coming from #74200. I used `#![deny(unsafe_op_in_unsafe_fn)]` in `std/panicking.rs`. This raised an error about a missing `unsafe {}` block in `std/thread/local.rs`. Adding it raised a warning about extraneous `unsafe {}` in other parts of the code. This forced me to use `#[allow(unused_unsafe)]`. It was noted th...
C-enhancement,A-lints,A-macros,T-compiler
low
Critical
666,590,418
rust
Creating a raw pointer to an external static requires an unsafe block
I tried this code ([playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=aa3de5e9a5f3c18514232c0baf1b29b6)): ```rust #![feature(raw_ref_op)] extern { static FOO: u32; } mod foo { #[no_mangle] static FOO: u32 = 5; } fn main() { dbg!(core::ptr::addr_of!(F...
A-FFI,T-compiler,C-bug,F-raw_ref_op
low
Critical
666,596,072
go
proposal: net: add MarshalText/UnmarshalText to IPMask
<!-- 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 1.14.6 </pre> ### Does this issue reproduce with the latest release?...
Proposal
low
Critical
666,602,395
rust
libtest should set RUST_TEST_THREADS environment variable
We can configure the test runner concurrency by using either the `--test-threads` parameter, or by setting the environment variable `RUST_TEST_THREADS`: https://github.com/rust-lang/rust/blob/efc02b03d18b0cbaa55b1e421d792f70a39230b2/src/libtest/lib.rs#L245 As some tests might need to read the current concurrency ...
C-feature-request,A-libtest
low
Minor
666,608,418
TypeScript
End tags ignore indentation rules in Javascript React
*TS Template added by @mjbvz* **TypeScript Version**: 4.0.0-dev.20200727 **Search Terms** - jsx - format --- <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid...
Bug,Help Wanted,Domain: Formatter,PursuitFellowship
low
Critical
666,614,168
TypeScript
Auto imports from referenced project not working until already imported once in project
*TS Template added by @mjbvz* **TypeScript Version**: 4.0.0-dev.20200727 **Search Terms** - angular - project references - auto imports --- <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please ...
Suggestion,Experience Enhancement,Cursed?
medium
Critical
666,622,589
rust
debuginfo test hanging on `arm-android`
As part of [this pull request](https://github.com/rust-lang/rust/pull/74105) we wrote a test which is apparently causing `debuginfo` tests to hang when run on `arm-android`. @matthewjasper suggested we decouple the test harness issue from the PR. So this issue serves to track the issue with the test harness problem.
A-debuginfo,O-android,T-compiler,C-bug
low
Critical
666,626,220
react-native
Line height is distributed unevenly when lineHeight <= fontSize
## Description When `lineHeight` is less than the `fontSize`, `Text` shrinks the line's bounding box only by removing space from above the text, rather than distributing the space evenly above and below, as is done with extra line height. Actually, the issue manifests when `lineHeight` is less than `fontSize` plus som...
Resolution: Fixed
medium
Critical
666,627,894
flutter
ScrollController.maxScrollExtent of NestedScrollView limited to header (outer scroll), doesn't allow for inner CustomScrollView scrolling
I have a CustomScrollView inside a NestedScrollView. The NestedScrollView has an attached ScrollController. The maxScrollExtent property of the ScrollController is only 100 pixels or so, which is the height of the header (i.e., the outer scroll). This prevents me from being able to use the ScrollController to scroll th...
framework,f: scrolling,d: examples,has reproducible steps,P2,workaround available,team-framework,triaged-framework,found in release: 3.19,found in release: 3.20
low
Major
666,661,192
pytorch
Support Python type() in TorchScript
## πŸš€ Feature Allow using of type() to get type string of a Python object in TorchScript ## Motivation type() is commonly used when creating meaningful error messages, especially so after we [support raising exception with custom error messages](https://github.com/pytorch/pytorch/pull/41907). ## Pitch type...
oncall: jit
low
Critical
666,665,085
vscode
Git - gutters don't show on filenames that have changed case
<!-- ⚠️⚠️ 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,git,uri
medium
Critical
666,671,584
vscode
[python] Add #region and #endregion to python autocomplete
Issue Type: <b>Feature Request</b> The autocomplete feature does not have #region or #endregion in list VS Code version: Code 1.47.2 (17299e413d5590b14ab0340ea477cdd86ff13daf, 2020-07-15T18:22:06.216Z) OS version: Windows_NT x64 10.0.17763 <!-- generated by issue reporter -->
help wanted,feature-request,languages-basic
low
Minor
666,688,844
rust
`==` expression with unsafe block on left-hand side fails to parse
<!-- 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 ([playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=39b30dc00d04607f620b01220a3aaccb)): ```rust uns...
A-parser,C-bug
low
Critical
666,708,967
vscode
Support metered connections
VS Code, as any Windows application, should respect system-wide settings of metered connections. It's bad experience for people who are on the go and connected via mobile internet. Proposed behavior: 1. VS Code doesn't attempt to update itself or extensions when on metered connection. 2. When user manually clicks...
feature-request
medium
Critical
666,710,864
rust
Inner attributes doesn't work well for clippy since 1.44.0
### Description According to [The Rust Reference](https://doc.rust-lang.org/reference/attributes.html): > Inner attributes, written with a bang (!) after the hash (#), apply to the item that the attribute is declared within. So, I think if I added `#![...]` at the beginning of the `lib.rs` (or `main.rs`, `mod.rs...
A-attributes,A-lints,C-bug
low
Critical
666,763,454
flutter
Allow keyboard to open DropdownButton and DropdownButtonFormField
Traditional text fields within a Flutter form can receive focus, then receive text input, and then move to the next field with a tab key. This allows users to complete forms exclusively using a keyboard. However, if a `DropdownButtonFormField` is in the form, once it receives focus, there doesn't appear to be any keybo...
c: new feature,framework,a: desktop,P2,team-design,triaged-design
low
Minor
666,777,558
PowerToys
[KBM] Add Xinput and/or DirectInput support
## πŸ“ Xinput and/or DirectInput support for Keyboard Manager _What is the expected behavior of the proposed feature? What is the scenario this woudl be used?_ This is a feature present in the software [reWASD](https://www.rewasd.com/advanced-controller-mapping#advanced-mapping). What it does, it enables to use X...
Idea-Enhancement,Product-Keyboard Shortcut Manager
low
Major
666,802,412
storybook
Option to change the language attribute
**Is your feature request related to a problem? Please describe.** I need to test some multilingual sites and always the site is rendered with `<html lang="en">` **Describe the solution you'd like** The storybook `.ejs` template should include a language variable instead of the harcoded option as is it right now. ...
feature request,has workaround,core
low
Major
666,843,377
opencv
G-API : how is serialize/deserialize supposed to be used properly ?
OpenCV 4.4.0, Visual Studio 2019, Windows 7 64b I have no problems running the [G-API tutorial](https://docs.opencv.org/4.3.0/d3/d7a/tutorial_gapi_anisotropic_segmentation.html), but I can't save and reload the GComputation. ``` ...// from https://docs.opencv.org/4.3.0/d3/d7a/tutorial_gapi_anisotropic_segmentation...
category: g-api / gapi
low
Major