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
544,397,660
flutter
PageController should be ValueListenable<double>
PageController used in PageView widget, should implement ValueListenable, so it could be used in concert with ValueListenableBuilder to synchronize page switching with other "animations" on the screen. Workaround is straightforward, but it shouldn't be necessary at all. ``` class ListenableController extends Val...
c: new feature,framework,f: scrolling,c: proposal,P3,team-framework,triaged-framework
low
Major
544,403,532
rust
Macro expansion of rental! macro using --pretty=expanded generates uncompilable code
I filed a `cbindgen` bug on this issue [here](https://github.com/eqrion/cbindgen/issues/444), but I believe this is an underlying rustc issue with macro expansion. What appears to be happening is that the `rental!` macro is generating a number of type bounds via `quote_spanned!` that successfully compile, but cannot...
A-pretty,C-bug
low
Critical
544,408,158
flutter
flutter_driver - Capture Native UI Elements in Screenshots
## Use case I am using the `screenshots` library which uses the `flutter_driver`'s screenshot method to capture screenshots which will be used on the app stores. On iOS, when the on-screen keyboard is displayed on the device and a screenshot is captured, the area where the keyboard appears displays as a black box (e...
c: new feature,framework,t: flutter driver,c: proposal,P3,team-framework,triaged-framework
low
Major
544,408,505
flutter
Expose ImplicitlyAnimatedWidget's onEnd callback on Material
**Use case**: Responding to Material's implicit animations as in `AnimatedContainer`, etc **Proposal**: `Material` wraps `_MaterialInterior` which `extends ImplicitlyAnimatedWidget`, so I believe all we need to do is add the `VoidCallback onEnd` argument to `Material` and pass it through
framework,a: animation,f: material design,c: proposal,team-design,triaged-design
low
Major
544,410,363
go
proposal: encoding/gob: allow override type marshaling
This is the equivalent change to `encoding/gob` as what's proposed in #5901 for `encoding/json`. I propose adding the following methods: ```go // RegisterFunc registers a custom encoder to use for specialized types. // The input f must be a function of the type func(T) ([]byte, error). // // When marshaling a v...
Proposal
low
Critical
544,416,304
rust
Tracking issue for RFC 2632, `impl const Trait for Ty` and `~const` (tilde const) syntax (`const_trait_impl`)
**NOTE: See #110395, which tracks a planned rewrite of this feature's implementation** This is the primary tracking issue for rust-lang/rfcs#2632. The current RFC text can be found at https://internals.rust-lang.org/t/pre-rfc-revamped-const-trait-impl-aka-rfc-2632/15192 This RFC has not yet been accepted. It is bein...
A-trait-system,T-lang,C-tracking-issue,A-const-eval,F-const_trait_impl,S-tracking-perma-unstable
high
Critical
544,421,218
electron
Open On Correct Display (X11, Multiple logins, different X servers) or Always respect $DISPLAY
### 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 ha...
enhancement :sparkles:,x11
low
Major
544,427,622
flutter
CompositedTransformFollower expands infinitely in some cases
`CompositedTransformFollower` does not respect the box constraints of it's children. Other users seemto have encountered this as well, but haven't raised issues - [this medium post](https://medium.com/saugo360/https-medium-com-saugo360-flutter-using-overlay-to-display-floating-widgets-2e6d0e8decb9) notes that "`fol...
framework,d: api docs,has reproducible steps,P2,found in release: 3.3,found in release: 3.5,team-framework,triaged-framework
low
Major
544,429,208
godot
Transform notifications (NOTIFICATION_TRANSFORM_CHANGED) are no longer received once a Tween has been used
**Godot version:** 3.1.2 (Mono) **OS/device including version:** Windows 10 **Issue description:** If a Tween is used to translate a node (or a parent of that node), then notifications of type `NOTIFICATION_TRANSFORM_CHANGED` stop being sent for that node. I am unsure if other notifications are also interfe...
bug,confirmed,documentation,topic:2d
low
Major
544,459,003
react-native
[Android] skew transform not working
## Steps To Reproduce 1. Try to set `skewX` for View component: `transforms: [{ skewX: '45deg' }}` 3. Doesn't change the skew of View on Android (works on iOS) ### Describe what you expected to happen: Basically `skewX` doesn't apply any skew on the view on Android. Here is comparison between iOS/Android: > a...
Platform: Android,Bug
high
Critical
544,490,959
rust
Add a rustdoc flag to show the source code externally
One of the features of docs.rs is [to show the source code in its UI](https://docs.rs/crate/lazy_static/1.4.0/source/src/lib.rs), but rustdoc [provides its own view of the source](https://docs.rs/lazy_static/1.4.0/src/lazy_static/lib.rs.html) as well. This duplication is both confusing for the user, but also duplicates...
T-rustdoc,C-feature-request
medium
Major
544,515,004
youtube-dl
https://coursehunter.net/
- [x] I'm reporting a new site support request - [x] I've verified that I'm running youtube-dl version **2020.01.01** - [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
544,519,911
vue
Should `fill` and `copyWithIn` methods be intercepted (observed) now ?
### What problem does this feature solve? `fill` and `copyWithIn` methods are also mutating methods and has Standard status currently [ECMAScript 2015 Language Specification โ€“ ECMA-262 6th Edition - copywithin](https://www.ecma-international.org/ecma-262/6.0/#sec-array.prototype.copywithin) , but they aren't being int...
feature request,discussion
low
Minor
544,527,453
neovim
Opening more than one file of an sshfs mount fails on windows
I mounted a remote directory via SSHFS-Win (V2.7.17334) and WinFsp (2019.2). Now when i open the first file in the mounted directory everything i tried worked as expected. Opening, writing, ... all work fine. The problem arises when I try to open a second file on the same sshfs mount. On `:edit second-file` neovi...
bug,platform:windows,filesystem,network
low
Major
544,555,173
TypeScript
Extend createMethodSignature and updateMethodSignature with 'modifiers' argument
## Search Terms <!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily --> updateMethodSignature, createMethodSignature ## Suggestion <!-- A summary of what you'd like to see added or changed --> It should be possible to pro...
Suggestion,In Discussion,API
low
Minor
544,583,335
godot
Crash when connecting or disconnecting a signal from multiple threads
**Godot version:** v3.2.beta.custom_build. 318c69351 **OS/device including version:** Arch Linux, 64 bit, updated around mid-December. **Issue description:** When connecting to an object from multiple threads, its `slot_map` can get corrupted, leading to missing entries or crashes. I feel something similar mig...
bug,topic:core,confirmed,crash
medium
Critical
544,596,525
pytorch
Support Python builtins on iterators in JIT
## ๐Ÿš€ Feature The exact example I stumbled upon, but there must be others: ```py x: List[Tensor] xrev = list(reversed(x)) # Fails because `reversed` expects only a Tensor in TorchScript ``` ## Motivation Lists of Tensors are somewhat supported in TorchScript and they do have their uses. But some builtins c...
oncall: jit,triaged
low
Minor
544,624,529
angular
incorrect component passed to canDeactivate guard
<!--๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”… Oh hi there! ๐Ÿ˜„ To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates. ๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…๐Ÿ”…...
type: bug/fix,freq1: low,area: router,state: confirmed,router: guards/resolvers,P3
low
Critical
544,624,933
opencv
TypeError: Not a cmessage converting tensorflow model from .pb to .pbtxt
<!-- If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses. If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute). Please: * Read the documentation to test with the latest de...
category: dnn
low
Critical
544,630,008
rust
UdpSocket is missing the dissolve method
According to [connect](http://man7.org/linux/man-pages/man2/connect.2.html) > `UdpSocket` can dissolve the association by connecting to an address with the `sa_family` member of `sockaddr` set to `AF_UNSPEC` (supported on Linux since kernel 2.2). `FreeBSD` supports as well. > Datagram sockets may dissolve the as...
T-libs-api,C-feature-request
low
Minor
544,646,993
pytorch
Documentation for `scatter` incorrectly states that index values must be unique
## ๐Ÿ“š Documentation Documentation for `scatter_` and `scatter_add_` incorrectly states that "Moreover, as for gather(), the values of index must be between 0 and self.size(dim) - 1 inclusive, and all values in a row along the specified dimension dim must be unique." https://pytorch.org/docs/stable/tensors.html?hig...
module: bc-breaking,module: docs,triaged,module: scatter & gather ops
low
Major
544,654,773
create-react-app
Extracting "scripts/test.js" so it's usable by other non-react projects
### 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..." --> I'm always frustrated when I have to configure Jest for projects that do not use CRA (Babel, TS, CSS/images imports, ...) as the CRA setup is real...
issue: proposal,needs triage
low
Minor
544,670,351
pytorch
torch.poisson returns floating point tensor
## ๐Ÿ› Bug The Poisson distribution is a discrete distribution. As is the case with all other discrete distributions: `bernoulli` and `multinomial`, `torch.poisson` should also return a tensor with dtype `long` instead of `float`. ## To Reproduce ```python import torch torch.poisson(torch.rand(10)) # returns...
module: distributions,triaged
low
Critical
544,713,288
TypeScript
No error for undeclared #private property in `.js` files
```js class Thing { /** * @param prop {string} */ constructor(prop) { this.#prop = prop; } } ``` This class assigns to `#prop`, but it's an error to use `#prop` without declaring it. This is reported as a `SyntaxError`, so this should report an error even outside of `checkJ...
Bug,Help Wanted,Effort: Moderate,Domain: JavaScript
low
Critical
544,720,781
go
flag: improve clarity of "flag provided but not defined" error message
Version: go1.13.5 I have a code snippet with a series of flags: ``` var ( flag1 string flag2 string ) func init() { flag.StringVar(&flag1, "flag1", "", "value for flag 1") flag.StringVar(&flag2, "flag2", "", "value for flag 2") } func main () { ... } ``` After building, if t...
NeedsInvestigation
medium
Critical
544,722,663
TypeScript
Array rest of readonly tuple type incorrectly preserves readonly modifier
<!-- ๐Ÿšจ 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...
Suggestion,In Discussion
low
Critical
544,724,261
go
runtime: clean up async preemption loose ends
Go 1.14 introduces asynchronous preemption so that tight loops can be preempted (#10958). However, there are still several loose ends to tie up. This is a general bug to keep track of remaining work: - [ ] Support on all possible platforms (js/wasm is not currently possible) - [x] windows/arm ([CL 207961](https:/...
NeedsFix,compiler/runtime
medium
Critical
544,750,119
electron
Feature request: safe-area-inset-* variables
### Problem Description <!-- Is your feature request related to a problem? Please add a clear and concise description of what the problem is. --> Sometimes webapp needs to have an extra padding on the sides of the screen. For example, when using `titleBarStyle=hiddenInset` on Mac OS: the window control buttons will o...
enhancement :sparkles:
low
Minor
544,763,454
flutter
All Gradle tests should also run the AAR build mode
The AAR build mode may behave differently than the regular Android build mode. We've been burned by this in #46898 where newly introduced build logic did not apply to the AAR build workflow. We should have all relevant tests in dev/devicelab/bin/tasks/gradle_* run both the regular build mode and the aar build mode....
a: tests,team,platform-android,tool,t: gradle,P2,team-android,triaged-android
low
Minor
544,764,145
godot
Mono - Cannot instance script because the project assembly is not loaded (When using --path)
**Godot version:** 3.2 beta 4 Mono **OS/device including version:** Windows 10 **Issue description:** When the project is run directly using `--path` It cannot load any c# scripts **Steps to reproduce:** Run the project using a command like `.\GodotMono.exe --path C:\Users\You\Documents\Test\ -v` Log: ...
bug,topic:dotnet
low
Critical
544,774,840
pytorch
Inaccurate ValueError reporting in nn/functional.py
## ๐Ÿ› Bug Lines 1854-1855 in functional.py report the wrong tensor sizes when raising a ValueError. The target size is reported as the output size, and the output size is reported as the target size. ## Environment Collecting environment information... PyTorch version: 1.3.1 Is debug build: No CUDA used to b...
module: nn,triaged
low
Critical
544,777,009
flutter
Add functions for showing alerts with less ceremony
Other platforms make showing a dialog that just shows a text string much easier. We could do the same by having functions such as the following in our framework: ```dart Future<void> showMessage(BuildContext context, String message) { return showDialog( context: context, builder: (BuildContext context) =...
c: new feature,framework,f: material design,would be a good package,P3,team-design,triaged-design
low
Major
544,783,025
godot
Textures missing on iOS in HTML5 export
**Godot version:** 3.1.2.stable on macOS 14.6 **OS/device including version:** iOS 13.3 (iPhone XR, iPad 2018). Also reported on Android, but I have no details there. **Issue description:** A MeshInstance with a SpatialMaterial and an albedo texture renders fine in desktop browsers, but with a missing texture on ...
bug,platform:web,platform:ios,topic:rendering,confirmed
medium
Major
544,814,922
pytorch
ImportError: /home/xx/anaconda3/lib/python3.7/site-packages/torch/lib/libtorch_python.so: undefined symbol: _ZNK5torch3jit5Graph8toStringE
Hi,I am newer to pytorch, i faced such problem when i import torch after i have installed the pytorch1.3.1 by pip.My environment is ubuntu16.04 pytorch1.3.1 cuda10.1 python3.7.3.Does anyone can help me?tkx. cc @suo
oncall: jit,triaged
low
Critical
544,839,639
pytorch
How to distinguish different layers in hook๏ผŸ
## ๐Ÿš€ Feature <!-- A clear and concise description of the feature proposal --> A way to distinguish different layers in each module itself ## Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to ...
module: nn,triaged
low
Minor
544,850,126
rust
rust compiler bug on borrow/ownership?
```rust struct Node { child: [Option<Box<Node>>; 3] } fn main() { let mut root: [Option<Box<Node>>; 3] = Default::default(); let mut tree = &mut root; for _ in 0..3 { let opt = &mut tree[0]; // line 9 match opt { None => { //break; // ok if uncom...
T-compiler,A-NLL,C-bug,NLL-complete,NLL-polonius
low
Critical
544,856,684
go
cmd/go: dependencies in go.mod of older versions of modules in require cycles affect the current version's build
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13.5 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. 1.13.5 is the latest release at this date. ### What operating system and processor architecture are you using (`go env`)? <details>...
NeedsInvestigation,GoCommand,modules
low
Major
544,875,037
youtube-dl
HUYA 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
544,879,147
godot
"visible_characters" property of Label and RichTextLabel behave differently; discrepancy between whether they acknowledge spaces or not.
**Godot version:** 3.1.1 **OS/device including version:** Ubuntu 16.04 LTS ...I've been too lazy to upgrade :flushed: **Issue description:** The visible_characters property in the node type Label ignores spaces, though the same property on the node type RichTextLabel acknowledges spaces as characters. This is a d...
enhancement,confirmed,topic:gui
low
Critical
544,899,973
flutter
[web] Error loading fonts icons are not shown
When I run the flutter run -d web-server there is a font loading error, icons are not visible after this. Launching lib\main.dart on Web Server in profile mode... Error: unable to locate asset entry in pubspec.yaml: "packages/flutter_gallery_assets/fonts/raleway/Raleway-Regular.ttf". Error: unable to locate asset...
tool,platform-web,P2,team-web,triaged-web
low
Critical
544,904,869
pytorch
Libtorch's files conflict with glog's file?
Hi,guys, i am use libtorch and glog in the same codes in c++,but there are indices some files conflict between each other. The libtorch's logging_is_not_google_glog.h(#define LOG(n)) is conflict with glog's logging.h(#define LOG(severity) COMPACT_GOOGLE_LOG_ ## severity.stream()).The details problem is: In file includ...
module: build,triaged
low
Minor
545,004,190
excalidraw
Investigate Cypress for UI tests
Preliminary tests show promise. I'll try to write a few tests and make a PR if it feels good.
test
low
Major
545,039,813
go
x/tools/gopls: respect staticcheck config file
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? govim is using commit `f13409bb`, which is pretty new, and it reproduces ### What operating system and processor architecture are you using ...
FeatureRequest,gopls,Tools
medium
Critical
545,073,764
godot
Image texture is not displayed in exported project untile window is resized
**Godot version:** 3.1.2 **OS/device including version:** Linux **Issue description:** I am working with color splatter effect in godot and found some wierd bug. It works fine while game is launched from IDE but in exported project it doest show the overlay image untile window is resized. See gif ![ezgif com-v...
bug,topic:rendering
low
Critical
545,102,873
TypeScript
Mapped types shouldn't transform any type
@ahejlsberg Can you remember #29793 and this? <!-- Please try to reproduce the issue with the latest published version. It may have already been fixed. For npm: `typescript@next` This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly --> **TypeScript Version:** 3.7...
Suggestion,In Discussion
low
Minor
545,134,206
pytorch
logsumexp: two little-impact perf suggestions
https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/ReduceOps.cpp#L372 1. Could probably do exp in-place? 2. Hopefully `torch.isinf` could be made to not allocate a full copy with abs call (currently [same](https://github.com/pytorch/pytorch/blob/bcb0bb7e0e03b386ad837015faba6b4b16e3bfb9/torch/functi...
module: performance,module: cpu,triaged,module: reductions
low
Major
545,144,139
pytorch
Support rpc/remote torch script call with script class/module name and class/module method name
Current rpc torch script call only supports annotated global torch script function defined by users, ideally we should support torch script call with script class/module name and class/module method name as well. This is follow up on PR #30063 cc @suo @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen...
oncall: jit,triaged,module: rpc
low
Minor
545,163,998
TypeScript
Allow accessors to support inline generics for this
<!-- ๐Ÿšจ STOP ๐Ÿšจ ๐—ฆ๐—ง๐—ข๐—ฃ ๐Ÿšจ ๐‘บ๐‘ป๐‘ถ๐‘ท ๐Ÿšจ Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please help us by doing the following steps before logging an issue: * Search: https://github.com/Microsoft/TypeScript/search?type=Issues * Read the FAQ, especia...
Suggestion,Awaiting More Feedback
medium
Critical
545,198,100
TypeScript
Insert semicolon on typing fails after typing function block
<!-- Please try to reproduce the issue with the latest published version. It may have already been fixed. For npm: `typescript@next` This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly --> **TypeScript Version:** 3.8.0-20200.103 Observed in Visual Studio and VSC...
Bug
low
Minor
545,205,863
rust
const simd_extract/insert are no longer usable in latest nightly (2020-01-02)
A few months ago #64738 introduced `const` `simd_insert`/`simd_extract`, which I then integrated into my application via a fork of `packed_simd`. However, upon upgrading to the latest nightly (`rustc 1.42.0-nightly (0a58f5864 2020-01-02)`), it was suddenly non-const. Furthermore, It seems the ability to make it ...
T-compiler,B-unstable,A-SIMD,A-const-eval,requires-nightly
low
Minor
545,214,592
TypeScript
Updating Windows contributor requirements to run Windows 10
We recently ran into a situation where git errored during a `checkout` due to a file path that was too long. https://github.com/microsoft/TypeScript/pull/35711#issuecomment-570730960 To get around this, we can run ``` git config core.longpaths true ``` However, it seems that this option requires Windows u...
Discussion,Infrastructure
low
Critical
545,234,126
flutter
Allow Embedder API to pass ICU data as buffer
As an embedder of the flutter engine it seems to be a recurring error to crash because of missing ICU data. Typically this is the embedder's own fault, maybe the path was wrong, or maybe s/he passed the wrong version of it. There is however another way to pass this data to the engine, embedded in an object file. Thi...
engine,e: embedder,c: proposal,P2,team-engine,triaged-engine
low
Critical
545,238,825
rust
rustdoc: provide more context for parse errors in code blocks
Split from #67563. Currently, the bad_codeblock_syntax_pass in rustdoc provides error messages like the following: ``` warning: could not parse code block as Rust code --> $DIR/invalid-syntax.rs:3:5 | LL | /// ``` | _____^ LL | | /// \__________pkt->size___________/ \_result->size_/ \__p...
T-rustdoc,C-enhancement,A-diagnostics,A-parser
low
Critical
545,243,084
godot
Text exceeds item boundary with custom font
**Godot version:** v3.2.beta.custom_build.34c71157f **OS/device including version:** macOS Catalina 10.15.2 / MacBook Pro (Retina, 13-inch, Early 2015) **Issue description:** When using [NotoSansCJKsc-Regular.otf](https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJKsc-hinted.zip) ([Site](https://www.go...
bug,topic:editor,confirmed,topic:gui
low
Major
545,280,060
godot
Selecting and edit tilemap issues
**Godot version:** 3.2 beta 5 **OS/device including version:** windows 10, 64 **Issue description:** Issues when selecting a tilemap: - mode is always changed to "Select Mode" - right click to delete tile triggers panning instead
bug,topic:editor,topic:2d
low
Minor
545,302,712
pytorch
Fix softplus clampling issues using logsigmoid
Softplus (torch.nn.functional.softplus) requires a threshold for numerical reasons. However this threshold can be removed by using the Logsigmoid (torch.nn.functional.logsigmoid) implementation. Softplus is a non-linear activation function, with parameter beta, defined by `softplus(x) = (1/beta) log(1+exp(beta * ...
module: nn,triaged
low
Minor
545,307,317
go
spec: don't say that 0123i == 123i is for backward-compatibility
The Go Language Specification in https://golang.org/ref/spec#Imaginary_literals has the example ``` 0123i // == 123i for backward-compatibility ``` With the new number literal proposal implemented in `Go 1.13`, I think the comment should be changed, since now it is `0123 == 0o123` that should be conside...
NeedsDecision
low
Major
545,317,342
react
SuspenseList tail property not working on re-renders
<!-- Note: if the issue is about documentation or the website, please file it at: https://github.com/reactjs/reactjs.org/issues/new --> **Do you want to request a *feature* or report a *bug*?** I am reporting a possible bug or otherwise requesting clarification. **What is the current behavior?** When...
Type: Discussion,Component: Suspense,Component: Concurrent Features
low
Critical
545,327,695
TypeScript
this type in conditional type false clause is incorrectly typed
**TypeScript Version:** 3.7.3 **Search Terms:** generic type this widening incorrect **Code** ```ts type Option1 = { run(this: { b: 1 }): void } function f1(options: Option1) { return options } // `this` is correctly typed as `{ b: 1 }` f1({ run() { this.b } }) type Option2<Config> = Config extend...
Bug
low
Minor
545,332,640
youtube-dl
How can I download UHD content from iPlayer
I'm trying to download Dracula from iPlayer, but the highest resolution youtube-dl is showing me is 720p. Sorry if it's something that should be easy to do, I'm new to this and have previously used get_iplayer for iPlayer downloads, but the forum there said to use youtube-dl. Here's what I got for episode 1. yout...
question
low
Critical
545,342,480
go
proposal: spec: exhaustive switching for enum type-safety
- **Would you consider yourself a novice, intermediate, or experienced Go programmer?** Intermediate, multiple projects, plenty of learning - **What other languages do you have experience with?** JS/TS, Swift, Python, C#, C++ - **Has this idea, or one like it, been proposed before?** Yes, the enums...
LanguageChange,Proposal,LanguageChangeReview
high
Critical
545,362,708
flutter
ThemeData.from ignore colorPrimary when brightness is dark
## Steps to Reproduce 1. create a colorscheme: ```dart const ColorScheme.dark( primary: Color(0xFFf8fa93), primaryVariant: Color(0xFFc4c763), onPrimary: Color(0x8C000000), secondary: Color(0xFF9593fa), secondaryVariant: Color(0xFF6265c6), onSecondary: Color(0xA8000000), ...
framework,f: material design,a: quality,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design
medium
Minor
545,365,029
pytorch
Negative indices in chunk could cause Out of Range access on loss.backward in JIT
## ๐Ÿ› Bug This's the error message: ``` File "~/exp/foo/train.py", line 114, in train loss_.backward() File "~/.local/lib/python3.6/site-packages/torch/tensor.py", line 166, in backward torch.autograd.backward(self, gradient, retain_graph, create_graph) File "~/.local/lib/python3.6/site-package...
oncall: jit,triaged
low
Critical
545,373,860
pytorch
The model training time is increasing between runs if the same DataLoader reused to train multiple models.
[torch-dataloader-issues.ipynb.zip](https://github.com/pytorch/pytorch/files/4022924/torch-dataloader-issues.ipynb.zip) ## ๐Ÿ› Bug The model training time is increasing between runs if the same `DataLoader` reused to train multiple models. This problem was initially observed when we benchmarked fast.ai model, so w...
module: dataloader,triaged
low
Critical
545,389,598
rust
Compile code is very slow in debug mode
Compile code is very slow in My hardware configuration. ``` CPU : Core i7 8700 3.2GHz(6 core) MEM: 16GB Samsung SSD 500GB solid state drive ``` Compilation is very slow. every time Compilation use more than 10 second Can the new version speed up compilation? Because the compilation is slow and the coding e...
I-compiletime,T-compiler,A-incr-comp
low
Critical
545,395,467
flutter
Add screen shot capabilities to webview
<!-- 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,p: webview,package,team-ecosystem,P3,triaged-ecosystem
low
Critical
545,395,687
storybook
Create an official template for CRA
**Is your feature request related to a problem? Please describe.** Since CRA now supports [custom template](https://create-react-app.dev/docs/custom-templates), I think it makes sense for us to create official template for CRA. It would make new comers easier to get started with storybook and CRA. **Describe the so...
feature request,cli,cra
medium
Minor
545,399,358
ant-design
Timeline็ป„ไปถ่ƒฝๅฆๆ”ฏๆŒๆฐดๅนณ๏ผˆhorizontal๏ผ‰ๅ’Œ็ซ–็›ด๏ผˆvertical๏ผ‰ไธค็งๆ–นๅ‘
- [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? ๅพˆๅคšๆ•ฐๆฎๅฏ่ง†ๅŒ–้œ€่ฆไธ€็งๆฐดๅนณๆ˜พ็คบ๏ผŒๆฏ”ๅฆ‚ไธ€็ง้‡ๅค็š„ๅ‘จๆœŸๆ€ง็š„ๆ—ฅๆœŸ ### What does the proposed API look like? ๅฐฑๅƒSteps็ป„ไปถไธ€ๆ ท ๆไพ›directionๅ‚ๆ•ฐๅฐฑ่กŒ <!-- generated by an...
Inactive
low
Major
545,402,375
rust
Type inference can't resolve through Result::map_err
I would expect all 4 of these functions to compile, but the second one apparently doesn't have enough type information, despite it looking logically equivalent to the first (to me anyways). https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=1d3fa8810715f720dd3f6c09e8db534f
C-enhancement,T-lang,T-compiler,A-inference
low
Critical
545,425,044
flutter
path_provider plugin's getExternalStorageDirectory() method
<!-- 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,p: path_provider,package,P2,team-android,triaged-android
low
Critical
545,430,996
flutter
Support named routes redirects
## Use case For Flutter web, the page URL shown on the browser's address bar corresponds to the named routes. However, there is very little control as to what URL to show to the user. And there is no way to define a route redirect in the `routes` (which takes a `WidgetBuilder`). For example, we can do the follow...
c: new feature,framework,f: routes,platform-web,c: proposal,P3,team-web,triaged-web
low
Major
545,432,002
TypeScript
Include new features in handbook instead of referencing "What's new".
While reading through the handbook I find something like this: "From TypeScript 3.7 and onwards, you can use optional chaining to simplify working with nullable types." Where "optional chaining" links to the "What's new" page for version 3.7. Why not include this in the handbook but put references - in the handbo...
Docs
low
Minor
545,433,063
create-react-app
Allow independent versioning for custom react-scripts forks
### Is your proposal related to a problem? Yes. I'm currently working on a custom version of react-scripts for my company to use so that we can build new react-apps with our own webpack configs & pre-installed dependencies. However, the problem is that in `createReactApp.js` line 436, `const templatesVersionMinim...
issue: proposal,needs triage
low
Minor
545,439,441
scrcpy
Long press action for BACK, HOME, APP_SWITCH
Android (9 Pie) allow you to define "long press" and "double tap" actions for BACK, HOME, APP_SWITCH (in Settings/Buttons/Buttons). "Long press" is not working. For example "long press Middle-Click" is NOT working like "long press HOME" on device. And "long press Right-Click" is NOT working like "long press BACK...
feature request
low
Major
545,443,604
TypeScript
Property '[Symbol.iterator]' is missing in type 'PartialTuple<ConstructorParams<T>>
<!-- ๐Ÿšจ 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...
Needs Investigation
low
Critical
545,453,092
godot
Inspector unresponsive when expanding array with a dictionary value while game running
**Godot version:** v3.2.beta5 **OS/device including version:** Windows 10 **Issue description:** If you place dictionaries into an array, then it can be unresponsive to open and close the dictionary in the inspector while the game is running. https://gyazo.com/939fb3800e04dafccdfbea764dfc31cc **Steps to re...
bug,topic:editor
low
Critical
545,459,000
flutter
Animate changes to IndexedStack
Hi. ## Use case This is about two very useful widgets: * [`AnimatedSwitcher`](https://api.flutter.dev/flutter/widgets/AnimatedSwitcher-class.html) * [`IndexedStack`](https://api.flutter.dev/flutter/widgets/IndexedStack-class.html) Intuitively, it seems they could be combined in order to preserve the state be...
c: new feature,framework,a: animation,P3,team-framework,triaged-framework
medium
Critical
545,480,237
rust
Please add `try_lock` to `Stdin`, `Stdout`, and `Stderror`
Currently, you can `lock` the three handles but you cannot `try_lock` them. It would be better if users had the option of using `try_lock`.
T-libs-api,C-feature-request
low
Critical
545,506,556
flutter
add darkMode as named constructor argument to CupertinoApp
## Use case as developer developing for iOS and Android, I want to be able to set a dark theme, which will, like MaterialApp already supports, automatically apply the dark theme. Good example for what I want to do can be seen with the darkTheme argument when using MaterialApp ## Proposal I have a code example...
c: new feature,framework,f: cupertino,P2,team-design,triaged-design
low
Major
545,507,961
TypeScript
Refactor option: Convert Object <-> Map
## Search Terms Refactor Maps to Objects Refactor Objects to Maps Convert objects convert maps <!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily --> ## Suggestion I would like to see the ability to right click on a map...
Suggestion,Awaiting More Feedback
low
Minor
545,517,154
pytorch
[Feature Request] reduce CUDA runtime size by selectively compiling PyTorch GPU kernels
## ๐Ÿš€ Feature <!-- .--> pytorch massive initial memory overhead GPU,we need a way to control the memory and gpu memory during pytorch to cuda() function initialization. ## Motivation <!-- --> According to this [discussion](https://github.com/pytorch/pytorch/issues/12873),we kown that there is a way to [reduce py...
high priority,module: binaries,module: build,module: cuda,triaged
medium
Major
545,529,262
youtube-dl
"The Roku Channel" site support request
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request,geo-restricted,account-needed
low
Critical
545,561,742
pytorch
Example cmakelists for custom cuda operator?
I follow the tutorial to extend torchscript with a custom c++ operator. https://pytorch.org/tutorials/advanced/torch_script_custom_ops.html But in our project, we have a custom cuda operator defined in a .cc, .cu, .cuh file. The kernel function is defined in the .cu and .cuh file. We call the kernel function and...
oncall: jit,triaged
low
Minor
545,571,659
rust
Specialization works only if type annotation is provided
Playground link: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=a26a9e2af3acda5b9911458a6f54a72d This trait implementation ```rust impl<T, V, O, E> Validate<[T]> for V where Self: Validate<T, Output = Result<O, E>>, { type Output = Result<Vec<O>, E>; fn validate(&mu...
F-specialization
low
Critical
545,571,695
flutter
flutter analyze a specific file throws `not a directory` error
I want to analyze a specific file `flutter analyze ./lib/main.dart` but I got a error `/lib/main.dart' is not a directory` how can I analyze a specific file?
tool,a: quality,has reproducible steps,P3,found in release: 2.3,team-tool,triaged-tool
low
Critical
545,579,477
go
gccgo: implement plugin package
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.2 gccgo (Debian 9.2.1-21) 9.2.1 20191130 linux/amd64 </pre> ### Does this issue reproduce with the latest release? ### What operating system and processor architecture are you using (`go env`)? <details><summary><...
NeedsFix,FeatureRequest
low
Critical
545,608,080
flutter
Reactivate a timer after navigator.push and navigator.pop
I have a timer that updates a counter when a widget is visible. I want to cancel the timer with a navigator.push. init state is only called at startup. As espected. deactivate is called on navigator.push (this is where I can cancel my timer) dispose is never called How can reactivate after a navigate.pop. beca...
framework,dependency: dart,c: proposal,P3,team-framework,triaged-framework
low
Major
545,622,054
flutter
Build APK with local engine using multiple architectures
I tried to build an APK with multiple architectures but failed. The --local-engine does not accept multiple values. My scenario: There's a crash issue https://github.com/flutter/flutter/issues/47804 that could be resolved by reverting a commit in the flutter engine, it's not fixed yet, so I have to use a local engi...
c: new feature,tool,engine,P3,team-engine,triaged-engine
low
Critical
545,623,223
godot
Godot create tilemap fill preview only when moving mouse
**Godot version:** 3.2 beta 5 **OS/device including version:** Ubuntu 19.10 **Issue description:** Godot create fill preview of big tilemap with parts, but only when mouse is moving. **Steps to reproduce:** ![jfile](https://user-images.githubusercontent.com/41945903/71807301-48d87280-306b-11ea-8689-cd3ef48...
discussion,topic:editor,usability
low
Minor
545,661,409
godot
[Bullet] Wrong physics when accelerating and braking using VehicleWheel
The spring physics of the vehicle wheel or body is wrong. When accelerating and braking, the vehicle tilts forward or backward. However this is done in the opposite direction from what is natural. Using a simple setup with a vehicle body and 4 wheels and a static ground plane. - When applying an engine force to the...
bug,confirmed,topic:physics,topic:3d
low
Major
545,705,775
scrcpy
Feature request: APP_SWITCH with middle-click
I think, "APP_SWITCH" is more important than "HOME". For example, if I want to drink beer and work with one hand, I need APP_SWITCH much more than HOME. I would like to suggest a command line parameter for "APP_SWITCH with middle-click". (And keyboard for "HOME"). Currently I found one good (not bad) workaround ...
feature request
low
Major
545,717,932
pytorch
The dependency target "nccl_external" of target "gloo_cuda" does not exist.
## ๐Ÿ› Bug Found this in my cmake log. Is it expected? ``` #7 581.0 -- Configuring done #7 581.8 CMake Warning (dev) at cmake/Dependencies.cmake:1068 (add_dependencies): #7 581.8 Policy CMP0046 is not set: Error on non-existent dependency in #7 581.8 add_dependencies. Run "cmake --help-policy CMP0046" fo...
oncall: distributed,module: build,triaged
low
Critical
545,778,477
opencv
Any intention to add interoperability with DLPACK or mpi4py?
Given OpenCV's amazing toolkit for image processing, its ability to run on the GPU, and the growing use of image processing for Deep Learning, I'm curious whether anyone has the intention of adding interoperability with [DLPACK](https://github.com/dmlc/dlpack) or [mpi4py ](https://mpi4py.readthedocs.io/en/latest/) so ...
feature,RFC
low
Minor
545,785,142
TypeScript
Allow creating contantly typed Map which has immutable defined set of keys
## Search Terms map, const, es6 ## Suggestion Currently you can create objects and arrays with the `as const` assertion, which tells the compiler to, for example, type `["apple", "banana", "pear"]` as `["apple", "banana", "pear"]` rather than as `string[]`. This is useful for instances where the array is const...
Suggestion,Awaiting More Feedback
low
Critical
545,798,582
rust
thread_id_value tracking issue
This is the tracking issue for the `ThreadId::as_u64` method, which casts a thread ID to the underlying `u64`. There are currently no known blockers to stabilization beyond making sure that the API indeed works for intended use cases. Implemented originally in https://github.com/rust-lang/rust/pull/67566.
A-concurrency,T-libs-api,B-unstable,C-tracking-issue,Libs-Tracked,Libs-Small
high
Critical
545,814,515
PowerToys
Grep for Windows
It would be great if PowerToys can include a tool to grep files such as [GrepWin](https://tools.stefankueng.com/grepWin.html) having a context menu option to Grep files in the selected folders.
Idea-New PowerToy
medium
Major
545,825,372
flutter
[webview_flutter] Provide callback/error for unsupported content types (e.g., PDF)
<!-- 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,customer: crowd,p: webview,package,has reproducible steps,P2,found in release: 2.2,found in release: 2.5,team-android,triaged-android
low
Critical
545,836,478
node
tap2junit/build/python nightly failed with unicode problem
``` 00:21:52 File "/usr/local/lib/python2.7/site-packages/yaml/reader.py", line 144, in check_printable 00:21:52 'unicode', "special characters are not allowed") 00:21:52 yaml.reader.ReaderError: unacceptable character #x001b: special characters are not allowed ``` Nightly build from 2 days ago: - https:/...
build,test,python
low
Critical
545,847,084
opencv
Feature request: eigenNonSymmetric() with complex eigenvalues
Current `eigenNonSymmetric()` function does not seem to support real square matrix with complex eigenvalues. Checking that a real matrix has complex eigenvalues seems to be not trivial, [see](https://math.stackexchange.com/questions/1195350/is-there-any-way-we-can-check-if-a-real-matrix-has-complex-eigenvalues). Ex...
feature,RFC
low
Major
545,848,334
material-ui
[Drawer] nested menu in minified form
- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate. ## Summary ๐Ÿ’ก I have not found such design on [material design](https://material.io/) but I think it would be nice to be able to use the [mini variant drawer](https://mate...
new feature,component: drawer
low
Major