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
643,482,669
flutter
[ios][video_player] pip - picture in picture
## Use case I have a customer asking for PIP when the app is playing a video and the user wants multi-tasking. For Android I had to edit the plugin, and use this line of code: `getActivity().enterPictureInPictureMode();` https://developer.android.com/guide/topics/ui/picture-in-picture#java But for iOS, it is...
c: new feature,platform-ios,p: video_player,package,c: proposal,a: layout,P3,team-ios,triaged-ios
high
Critical
643,493,657
flutter
Allow `showDateRangePicker` to scroll horizontal or vertical
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
c: new feature,framework,f: material design,f: date/time picker,c: proposal,P3,team-design,triaged-design
low
Critical
643,517,441
pytorch
Missing explanation in torch.utils.tensorboard.add_histogram()
This function has an input parameter add_histogram(), what does it mean? There is no documentation about this parameter. Documentation link https://pytorch.org/docs/stable/tensorboard.html#torch.utils.tensorboard.writer.SummaryWriter.add_histogram cc @jlin27
module: docs,triaged,module: tensorboard
low
Minor
643,517,685
TypeScript
Running a type through a mapped type loses polymorphic `this` type
**TypeScript Version:** 4.0.0-dev.20200622 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** polymorphic this mapped type **Expected behavior:** `b.foo()` returns `B` **Actual behavior:** `b.foo()` returns `A` even though the tooltip on `foo`...
Bug
low
Critical
643,523,290
godot
Bitmap font format extension discrepancy through editor
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2 branch - a662b853dd5de7d47a8c5ebee3ae35cf66490d3f **OS/device including version:** Arch Linux **Issue description:** I was using [Hiero...
bug,topic:editor,confirmed,usability,topic:gui
low
Critical
643,527,712
terminal
Add a "remember my decision" checkbox to our confirmation dialogs
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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,Area-UserInterface,Product-Terminal,Issue-Task,Priority-2
low
Critical
643,537,964
pytorch
Add a `like` argument to creation ops
## 🚀 Feature Add a `like` argument to all the creation ops such that, given a tensor `x`, `torch.eye(3, like=x)` has the same semantics as `torch.eye(3, dtype=x.dtype, device=x.device)`. ## Motivation In many cases, you want to create a tensor with a matching `dtype` and `device` as some input to do computation...
triaged,module: tensor creation,function request
low
Major
643,546,316
flutter
Integration testing: more realistic behaviour, taps and scrolls visualization.
As far as I can see, integration tests (driver tests) are good for running on a device and see how my program behaves. The problem is that it runs too fast and I can't see anything. I'd like to look it more as if the application is being used by a real person. I came up with solution to set artificial delays such a...
a: tests,c: new feature,framework,t: flutter driver,c: proposal,f: integration_test,P3,team-framework,triaged-framework
low
Major
643,572,342
flutter
[web] support offline PWA
I would like to create a PWA app that's offline available. To test this feature I have enabled web support `flutter config --enable-web`, created a default demo app using `flutter create pwatest` and made it available on my phone through my local network with `flutter run -d chrome web-hostname=192.168.43.59 --web-...
c: new feature,engine,customer: crowd,platform-web,c: proposal,P2,team-web,triaged-web
low
Critical
643,592,475
excalidraw
Excalidraw does not work with a lot of users
First of all, thank you for this awesome project! We just tried it in a lecture, but with 43 people on one board, users had different amounts of lag between 0-5min each, making the real-time update collaboration pretty much unusable. When looking at the websocket connection used to make this all possible, it seem...
performance ⚡️,collaboration
low
Major
643,593,167
realworld
JavaScript Attack
It is possible to **inject JavaScript** through the image url, see below: `"image":"https://www.gettyimagcadsaes.com/gi-resources/images/500px/983794168.jpg\"onerror=\"javascript:alert(document.cookie)"` ![image](https://user-images.githubusercontent.com/10768924/85372071-966d6c80-b531-11ea-9b16-82a9b7dbc499.png)...
suggestion,v2
low
Critical
643,650,470
pytorch
Segment Fault after use cusolverDnDestroy() with torch1.5
## 🐛 Bug I am using cusolverDn in c++ and import it to python with pybind11. Segment Fault after use cusolverDnCreate() and cusolverDnDestroy() with torch. NOTE: ###**1: When the demo run with Torch1.2,it run success, the SegFault disappear, does it mean Torch 1.5 has some bug?** ###**2: This SegFault only ap...
module: dependency bug,needs reproduction,module: crash,module: cuda,triaged
low
Critical
643,712,073
pytorch
Can we make torch.inverse FP16? - RuntimeError: "inverse_cuda" not implemented for 'Half'
## 🚀 Feature Can we make torch.inverse FP16? ## Motivation RuntimeError: "inverse_cuda" not implemented for 'Half' cc @ngimel @jianyuh @nikitaved @pearu @mruberry @heitorschueroff @walterddr @IvanYashchuk @xwang233 @Lezcano @mcarilli @ptrblck
module: cuda,triaged,enhancement,has workaround,module: linear algebra,module: amp (automated mixed precision)
low
Critical
643,732,579
flutter
google_maps is not drawing customized Polyline on iOS
I'm using the following style of Polyline to draw one the google_maps ``` Polyline( polylineId: PolylineId("${polylineId++}"), width: 4, points: points, patterns: isWalking ? path .map( (_) => PatternItem.dot, ...
platform-ios,p: maps,package,has reproducible steps,P2,found in release: 1.22,found in release: 1.26,found in release: 2.0,found in release: 2.3,team-ios,triaged-ios
low
Critical
643,762,288
rust
Error converting from i32 to f64 when type parameter implements From<f64>
I tried this code: ```rust fn foo<T>(x: T, y: i32) -> f64 where f64: From<T> { f64::from(y) } ``` I expected to see this happen: should compile and do the right thing. Instead, this happened: ```rust error[E0308]: mismatched types --> src/lib.rs:2:15 | 1 | fn foo<T>(x: T, y: i32) -> f64 where...
A-type-system,T-compiler,C-bug,T-types
low
Critical
643,908,729
vscode
Extension doesn't activate after install
Windows 10 Steps: - install extension https://marketplace.visualstudio.com/items?itemName=ban.spellright - Run any SpellRight command Observe: you get an error - Run command `Show Running extension` Observe: Spell Right is not running Inspect the spell right package.json. It has ``` "activatio...
feature-request,extension-host
low
Critical
643,909,064
flutter
Chrome doesn't offer to translate https://sharezone.net
https://sharezone.net is one such site. Since it's in a language I don't speak (German) and I'm interested in the content, that's a problem for me. However, if Chrome can't translate Flutter web apps in general, that's a general-purpose problem. In this case, the site is using CanvasKit, which I suspect is the root of ...
engine,customer: crowd,platform-web,e: web_canvaskit,P3,team-web,triaged-web
low
Major
643,925,861
rust
Segfault of binary produced with `relocation-model=static` for `x86_64-unknown-linux-musl`
<!-- 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 fn main() { println!("main = {:#x}", &main as *const _ as usize); } ``` I expected to see this happen: ```console...
P-medium,T-compiler,O-musl,C-bug
low
Critical
643,926,176
rust
Tracking Issue for `core::mem::variant_count`
The feature gate for the issue is `#![feature(variant_count)]`. ### Steps - [x] Implement the intrinsic - [ ] Adjust documentation ([see instructions on rustc-dev-guide][doc-guide]) - [ ] Stabilization PR ([see instructions on rustc-dev-guide][stabilization-guide]) [stabilization-guide]: https://rustc-dev-gu...
T-lang,T-libs-api,B-unstable,C-tracking-issue,F-variant_count,S-tracking-design-concerns
medium
Critical
643,933,838
go
x/pkgsite: add statistics about module usage
Thanks for the great work on `go.dev` website! A given package has a ["Imports"](https://pkg.go.dev/github.com/golang/protobuf/proto?tab=imports) and ["Imported By"](https://pkg.go.dev/github.com/golang/protobuf/proto?tab=importedby) tab, which allows you to get a sense of the dependency graph for a single package. ...
NeedsInvestigation,FeatureRequest,pkgsite,UX
low
Minor
643,989,319
godot
Some shortcuts for switching scripts in the editor don't work
**Godot version:** 3.2.2.rc **OS/device including version:** Debian Buster amd64, Radeon RX550 **Issue description:** I'm trying to map a good shortcut to "Next Script"/"Previous Script" actions. I want to switch scripts with Ctrl+PgUp/Ctrl+PgDn, like it has been in Gnome Terminal and other places from time...
bug,topic:editor
low
Minor
643,990,070
vscode
Debug console: introduce ctrl + up / down to focus output
To be consistent with the terminal the debug console could also navigte to output using ctrl + up / down. The current functionality of Shit + Tab, and up / down would still work as it is today, and ctrl + up / down would behave like an alias of sort.
feature-request,debug,accessibility
low
Critical
644,009,730
pytorch
[feature request] batch_apply, a general-purpose device-agnostic batch iterator
## 🚀 Feature `batch_apply`, a general-purpose device-agnostic batch iterator that applies some function to each element in a batch for efficient kernels. ## Motivation & Pitch Sometimes each element in a batch might require specific processing, for example, imagine raising matrices to powers, or any other input...
triaged,module: batching
low
Major
644,029,672
godot
KinematicBody2D slides across screen when C# script is added.
**Godot version:** <!-- Specify commit hash if using non-official build. --> Godot Version 3.2 Stable Mono **OS/device including version:** Microsoft Windows 10 Pro N Version 10.0.18362 Build 18362 **Issue description:** When generating a Kinematic2D body with a sprite and a collision2d child, if a c# ...
topic:dotnet
low
Minor
644,036,720
terminal
Add a setting to display Command Palette ActionMode entries in MRU order
Omitted from initial implementation in #6635. It would be a neat idea to allow display command-palette entries either heavily weighted towards MRU items, or specifically start the empty list with the MRU items, followed by everything else. We might as well stick this behind a setting.
Area-UserInterface,Area-Settings,Product-Terminal,Issue-Task,Priority-3,Area-CmdPal
low
Minor
644,073,979
go
x/net/trace: data race when freeing traces
This bug is on `go version go1.14.4 linux/amd64` with x/net from master (techincally 627f9648deb96c27737b83199d44bb5c1010cbcf). There is a race condition between event recycling and trace clearing when the trace has a recycler set with `SetRecycler` and the number of events in tr.events is <= 4 (`len(tr.eventBuf)`)....
NeedsInvestigation
low
Critical
644,085,191
pytorch
Print values (but not strings) when STRIP_ERROR_MESSAGES is defined
Currently, to save binary size on mobile builds, we completely remove all error message strings. This can make it difficult to debug problems as some parts of the error output (namely various runtime values which would have been incorporated into the error message string) get suppressed entirely. It is not so convenien...
module: internals,module: bootcamp,triaged
low
Critical
644,085,204
godot
Label text glitches with resized custom project font
https://github.com/godotengine/godot/issues/15023 text glitch by creating font during _draw() https://github.com/godotengine/godot/issues/19309 text glitch by resizing font during _draw() **Godot version:** 3.2.1.stable **OS/device including version:** Arch linux **Issue description:** Label text appears as...
bug,topic:gui
low
Minor
644,095,714
pytorch
DataParallel with Torch 1.5
## 🐛 Bug I tried to leverage multi-gpu using nn.DataParallel. I got an error with torch 1.5, but the same code work will work with torch 1.4. ## To Reproduce I tested it with the code in this [tutorial](https://pytorch.org/tutorials/beginner/blitz/data_parallel_tutorial.html) from PyTorch.org Following...
high priority,triaged,module: regression,module: data parallel
low
Critical
644,096,481
flutter
Engine builds for Fuchsia have tons of warnings for icu
Multiple icu libraries causing problems for Fuchsia roll. Repro steps: From `engine/src` run: `./flutter/tools/gn --fuchsia`. We get: ``` ninja: warning: multiple rules generate obj/third_party/icu/source/common/icuuc_cr.uvectr32.o. builds involving this target will not be correct; continuing anyway [-w du...
engine,dependency: dart,platform-fuchsia,P2,team-engine,triaged-engine
low
Minor
644,121,415
tensorflow
tf.nn.ctc_beam_search_decoder does not pick path with highest probability at next time step
<em>Please make sure that this is a bug. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em> **System information** - Have I written custom co...
stat:awaiting tensorflower,type:bug,comp:apis,TF 2.4
low
Critical
644,153,527
flutter
web engine: _applyParagraphStyleToElement doesn't always use _effectiveFontFamily
The below doesn't look right and could be a source of unexpected font changes: ``` if (previousStyle == null) { cssStyle.fontFamily = canonicalizeFontFamily(style._effectiveFontFamily); } else { if (style._fontFamily != previousStyle._fontFamily) { cssStyle.fontFamily = canonicalizeFontFamily(...
framework,engine,a: typography,platform-web,c: rendering,e: web_html,P2,team-web,triaged-web
low
Minor
644,159,445
PowerToys
[KBM] Exporting and loading Key remap file / presets
# Summary of the new feature/enhancement A feature that allows groups of remapped keys to be activated or deactivated quickly. # Proposed technical implementation details (optional) I would like to either have a save and load button that allows me to save the remapped keys to a file and then load them back in....
Idea-Enhancement,Product-Keyboard Shortcut Manager
medium
Major
644,184,264
flutter
web engine: review nullness of colorToCssString
`colorToCssString` currently accents and returns null, but does it really need to? We might want to convert it to non-null.
engine,platform-web,has reproducible steps,a: null-safety,P2,found in release: 3.3,found in release: 3.6,team-web,triaged-web
low
Minor
644,198,257
pytorch
jit's default dtype is different in sandcastle and test_jit.py
Reproduction: Script and run `torch.full((2, 2), 1.)` in test_jit (discovered in test_save_load.py, in particular) and review the dtype, compare with the dtype in Sandcastle. cc @suo @gmagogsfm @mruberry
oncall: jit,module: tests,triaged
low
Minor
644,198,619
pytorch
please add 'tensor.astype(dtype_string)' syntax for numpy interoperability
## 🚀 Feature to maximize interoperability with existing numpy code, users can write strings for dtypes `dtype='uint8'` ## Motivation to make helper function code work as much as possible across numpy and torch, sometimes we have to convert stuff to different dtype. if torch.tensor had `x.astype('float32')` then...
triaged,enhancement,module: numpy
low
Critical
644,206,316
angular
Forms: refactor min/max and minLength/maxLength validators to share the code
Currently the min/max and minLength/maxLength validators in the `packages/forms/src/validators.ts` file have their own implementations. We should consider generating these validators using common factory functions (one for min/max and another one for minLength/maxLength). The benefits of this approach: unification of v...
refactoring,area: forms,forms: validators,P4
low
Minor
644,208,354
go
net/http: add support for creating proxied TLS connections
`DialTLSContext` is [documented](https://github.com/golang/go/blob/9f33108dfa22946622a8a78b5cd3f64cd3e455dd/src/net/http/transport.go#L145-L146) as only being used for non-proxied requests. This is problematic because it means HTTPS CONNECT requests [always](https://github.com/golang/go/blob/9f33108dfa22946622a8a78b...
NeedsInvestigation,FeatureRequest
low
Critical
644,253,028
pytorch
torch.autograd.functional.* for models
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> ## 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 another GitHub issue, please link here too --> Sometimes, ...
module: autograd,triaged,enhancement
low
Minor
644,272,771
flutter
Image.memory retains the Uint8List
Reported by internal user If you use `Image.memory`, the Uint8List backing the image is retained. We should probably rework the key structure there so that the Uint8List backing the image is not part of the key.
framework,c: performance,customer: google,a: images,perf: memory,P2,team-framework,triaged-framework
low
Major
644,300,370
flutter
Trailing whitespace in android/app/src/main/res/values/styles.xml
If I do `flutter create blah`, create a git repo, add everything then temporarily move `.git` to parent directory, and run this expression I found on the internet: ~~find . -type f -name "*" -exec perl -p -i -e "s/[ \t]$//g" {} \;~~ EDIT: I'm not sure if that will bork your repo, so maybe this report is safer: ...
tool,a: quality,dependency: android,P3,found in release: 1.22,found in release: 1.27,team-tool,triaged-tool
low
Minor
644,308,364
go
x/tools/internal/invoke/gocommand: tests are timing out
Seems like a lot of tests are timing out on the builders ([example failure](https://build.golang.org/log/c8c8eee5d06746ddf7f1bc8900be313d051d2b77)). From the logs, my guess is that a serial `go` command invocation isn't returning in a reasonable amount of time, and it is blocking all the other go commands from running....
OS-Darwin,Builders,NeedsInvestigation,Tools
low
Critical
644,330,864
pytorch
Learning rate change is not applied at designated iteration with a scheduler
## 🐛 Bug With a scheduler, the learning rate changes at the designated iteration, but it seems the same iteration still applies the learning rate before change. ## To Reproduce A minimal example is attached: [test_lr.zip](https://github.com/pytorch/pytorch/files/4823279/test_lr.zip) Steps to reproduce the...
module: optimizer,triaged
low
Critical
644,339,386
go
x/tools/gopls: convert 'gofumpt' from formatter to code action provider
Add an analyzer that produces suggested fixes using https://pkg.go.dev/mvdan.cc/gofumpt/format?tab=doc. The tricky part is that the dependency will have to live in the `gopls` module, since it's not a `golang.org/x/...` dependency. That means the analyzer will have to be in that module, and we won't be able to have an...
Thinking,FeatureRequest,gopls,Tools
low
Major
644,340,801
excalidraw
Lines of text change line spacing between OSes
**Problem Summary/Recreation** - Chrome 83.0.4103.116 on macOS 10.15.5 Catalina - Chrome 83.0.4103.116 on Windows 10 v1909 I've been working on a project for a little while, and I switch between the two above computers to do work. One is a Windows OS and the other is macOS. I use a lot of new lines for multi-line ...
bug
low
Major
644,401,194
vue-element-admin
第一次安装然后npm run dev 就报错了
<!-- 注意:为更好的解决你的问题,请参考模板提供完整信息,准确描述问题,信息不全的 issue 将被关闭。 Note: In order to better solve your problem, please refer to the template to provide complete information, accurately describe the problem, and the incomplete information issue will be closed. --> `> vue-element-admin@4.4.0 dev /mnt/d/h5/vue-element-...
not vue-element-admin bug
low
Critical
644,466,955
pytorch
Mixed precision causes NaN loss
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> I'm using autocast with GradScaler to train on mixed precision. For small dataset, it works fine. But when I trained on bigger dataset, after few epochs (3-4), the loss turns to nan. It is seq2seq, transformer model, using Adam optimizer, cros...
triaged,module: NaNs and Infs,module: amp (automated mixed precision)
high
Critical
644,503,925
youtube-dl
educative site support
Hello, Please can you add support for this children educative site lumni.fr. i can't dowload video from the following url : https://www.lumni.fr/video/lutilisation-de-plusieurs-droites-graduees-24-juin#containerType=serie&containerSlug=la-maison-lumni-primaire thanks. the verbose output of youtube-dl " sc@PC-IP0...
site-support-request,duplicate
low
Critical
644,510,720
PowerToys
Task Switcher vim navigation shortcuts
# Summary of the new feature/enhancement When having your hands on the keyboard and pressing Alt-Tab to switch windows, it is a bit inconvenient to reach for the arrow keys to navigate the windows open. It would be very cool that we could use HJKL (vim style) navigation keys to move arround the currently open windows....
Idea-New PowerToy
low
Major
644,517,282
electron
support Chromium's 'memlog' command-line switch
### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have sea...
enhancement :sparkles:,platform/all,9-x-y
low
Critical
644,535,299
pytorch
Not able to launch tensorboard using pytorch
I have installed tensorboard (pip install tensoboard) but while launching it I am getting below error folder_path_for_runs> tensorboard --logdir=runs Traceback (most recent call last): File "c:\users\srava\anaconda3\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "c:\users\sra...
module: tensorboard,oncall: visualization
low
Critical
644,574,198
flutter
Android: Sharing Flutter Engine between foreground and background isolates
## Use case We want to start the app based on a background trigger on Android. We have a long running _foreground service_ which is started based on the Bluetooth connection state. Since the service can be started when the app is not running, the service needs to get the information from the Flutter (e.g. access to...
c: new feature,platform-android,engine,c: proposal,customer: vroom,P2,team-android,triaged-android
low
Critical
644,586,290
godot
Game randomly crashing about 2 times per hour when exported to HTML5 (wasm Uncaught RuntimeError)
**Godot version:** 3.2.1.stable **OS/device including version:** Nvidia GeForce GTX 1060 6GB (driver version 26.21.14.4141), Backend GLES2 Vivaldi 3.1.1929.34 **Issue description:** When playing the game in the browser (HTML5 export) the game randomly crashes about every 30 minutes. I cannot make out why, but...
bug,platform:web,topic:core,crash
low
Critical
644,589,376
godot
Texture added to Tilemap does not persist after the saved project has reloaded
**Godot version:** 3.2.1 on Windows 10, 64-bit Standard Build **OS/device including version:** Windows 10 Build 2004 **Issue description:** Texture added to a Tilemap after saving a project and reloading the editor does not persist. Added textures to a tilemap should persist after reloading the editor (on s...
discussion,topic:editor,usability
low
Critical
644,600,582
terminal
Bring "Open in Windows Terminal" for Right Click on Drive Letter
# Description of the new feature/enhancement Bring "Open in Windows Terminal" for right click on drive letter. In Windows Terminal 1.1.1671.0 I am able to do this on a folder but it does not work on a drive letter.
Help Wanted,Issue-Bug,Product-Terminal,Priority-2,Area-ShellExtension
medium
Major
644,611,770
go
go/doc,x/pkgsite: rethink order for factory functions
For my package: https://godoc.org/github.com/rocketlaunchr/dataframe-go/forecast I have a function: `func Forecast(ctx context.Context, sdf interface{}, r *dataframe.Range, alg ForecastingAlgorithm, cfg interface{}, n uint, evalFunc EvaluationFunc) (interface{}, []Confidence, float64, error)` which returns an `inte...
NeedsInvestigation,pkgsite,pkgsite/dochtml
low
Critical
644,618,753
create-react-app
CRA --template not picking up github url from a nested folder.
<!-- Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo. If you're in a hurry or don't feel confident, it's fine to report bugs with less details, but this makes it less likely they'll get fixed soon...
issue: bug report
low
Critical
644,634,254
go
cmd/compile: panic: runtime error: floating point error when building on FreeBSD armv6 on RPi-B
<!-- 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`)? go1.4 bootstrap ### Does this issue reproduce with the latest release? Yes ### Wha...
OS-FreeBSD,NeedsInvestigation,arch-arm,compiler/runtime
low
Critical
644,647,108
TypeScript
Suggestion: "emitDts" option for exporting handwritten declarations
# `"emitDts": true` for exporting handwritten declarations ## Search Terms emit .d.ts, handwritten declaration files, Project References, outDir ## Suggestion Introduce a tsconfig option `"emitDts": true` that will emit `.d.ts` source files into the `outDir`, taking precedence over any `.js`-generated `.d....
Suggestion,Awaiting More Feedback
low
Critical
644,654,225
svelte
bind:checked with bind:indeterminate erroneously updates checked state to false
**Describe the bug** using `bind:checked` and `bind:indeterminate` together erroneously updates the checked value **To Reproduce** Use something like `<input type="checked" bind:checked bind:indeterminate>` Ensure the initial value of `checked` is `undefined` and the initial value of `indeterminate` is true. Not...
stale-bot,temp-stale
low
Critical
644,657,664
go
path/filepath: EvalSymlinks fails to follow symlink when root entry is a symlink
## What version of Go are you using (`go version`)? <pre> $ go version go version go1.13.6 linux/amd64 </pre> ### Does this issue reproduce with the latest release? yes ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summary>...
NeedsInvestigation
low
Critical
644,701,895
rust
Break the infinite loop in declarative macros
<!-- 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 macro_rules! run { ($($expr:tt)*) => { run!($($expr),*; echo = true) }; ($($expr:tt)* ; echo = $echo...
A-macros,T-compiler,C-bug
low
Critical
644,703,385
pytorch
SyncBatchNorm for JIT and a list of not supported operations
## 🚀 Feature Make SyncBatchNorm support by JIT. Besides, is it possible to mark if it is JIT-supported in each API document? ## Motivation `Detectron2`, a widely used detection framework uses `SyncBatchNorm`, but it is difficult to convert it to JIT. Reference this [issue](https://github.com/facebookresearch/de...
oncall: jit,triaged,enhancement
low
Minor
644,751,020
go
x/pkgsite: self hosting - tracking issue
This is an umbrella issue that tracks all the possible blockers for having users self host the pkgsite codebase. ### Issues: - [x] Make LICENSE detection optional in pkgsite codebase: https://github.com/golang/go/issues/39602 - [ ] Write self-hosting specific documentation: i.e. deployment steps, things to be a...
NeedsInvestigation,FeatureRequest,pkgsite
medium
Critical
644,754,562
rust
Using `-Z macro-backtrace` breaks 'unreachable statement' with macro call
The following code: ```rust fn main() { panic!("{}", 25); return (); } ``` prints the following warning on nightly: ``` warning: unreachable statement --> panic_unreachable.rs:3:5 | 2 | panic!("{}", 25); | ----------------- any code following this expression is unreachable 3 |...
A-diagnostics,A-macros,T-compiler,C-bug,requires-nightly
low
Minor
644,771,944
terminal
[Product-Conhost] Scrollbar issue using SetConsoleWindowInfo()
While using SetConsoleWindowInfo() function of console API to scroll console window, when console window is opened in full screen i.e. maximum window mode - window scrolls but the scroll bar doesn't update, it kind of freezes. Whereas, using same function in normal window mode (not full screen) everything works fin...
Product-Conhost,Area-Server,Issue-Bug,Priority-3
low
Critical
644,802,706
rust
bug: Inproper dead code warning
<!-- 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: main.rs: ```rust mod lib; fn main() { let mut v = 79; lib::double2(&mut v); println!("Hello, world! {}", v); } ``...
C-enhancement,A-diagnostics,T-compiler
low
Critical
644,802,883
opencv
DNN OPENCL is not working on AMD GPU
I want to use GPU as DNN backend to save CPU power. It works for Intel GPU. But there is problem on AMD GPU. The following are some log. [ INFO:0] global D:\work\opencv\opencv\modules\core\src\ocl.cpp (891) cv::ocl::haveOpenCL Initialize OpenCL runtime... OpenCV(ocl4dnn): consider to specify kernel configuration ...
category: ocl,category: dnn
low
Minor
644,843,534
material-ui
[Popover] Height and width animations are not working as expected due to top and left properties
<!-- Provide a general summary of the issue in the Title above --> Popover always positions itself using top and left properties. But if we change the height or width of the content, popover always grow vertically downwards in case of height or towards the right in case of width. <!-- Thank you very much for cont...
bug 🐛,component: Popover
low
Critical
644,867,566
vscode
API for custom editors handling some menu actions
<!-- ⚠️⚠️ 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. --> Considering a custom editor that does not necess...
feature-request,api,custom-editors
low
Minor
644,896,049
terminal
Figure out how to handle drag-drop in an elevated session
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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,Issue-Task,Priority-2,External-Blocked-WinUI3
medium
Critical
644,897,071
flutter
Allow configuring package path in re-entrant build rules
There isn't really a use for this right now, but we should allow configuring --packages for all of the assemble rules via an input. Currently the globalPackagesPath is used, which is always .packages on a re-entrant run.
c: new feature,tool,a: quality,P2,team-tool,triaged-tool
low
Minor
644,939,249
flutter
Huge untracked gap in timeline for E2EWidgetsFlutterBinding
I'm verifying the overhead of e2e and WidgetTester and find a weird timeline scheduling: With e2e binding, the timeline looks like: <img width="1508" alt="e2etimeline" src="https://user-images.githubusercontent.com/11715538/85623547-92774280-b636-11ea-8223-3dcc94420a74.png"> while normally it looks like (profi...
a: tests,framework,d: api docs,f: integration_test,P3,team-framework,triaged-framework
low
Critical
644,943,488
flutter
HttpRequest.getString() throws ProgressEvent instead of Error or Exception (dart:html)
**dart:html** <!-- 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 ...
framework,c: API break,dependency: dart,platform-web,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-web,triaged-web
low
Critical
644,946,954
flutter
Make it easier to upload Android native debug symbols for release builds
When i want to release a new flutter app bundle to the play store. I get this error: "This App Bundle contains native code, and you've not uploaded debug symbols. We recommend you upload a symbol file to make your crashes and ANRs easier to analyze and debug." I can't find any way to fix this. I'm new with flutter a...
platform-android,tool,engine,c: proposal,a: build,a: release,P1,team-android,triaged-android,:hourglass_flowing_sand:
medium
Critical
645,017,569
go
go/build: Default does not honor `go env -w GOPATH`
`go/build` has no logic for reading the `GOENV` file, so it will ignore any `GOPATH` setting there. https://github.com/golang/go/blob/7eb5941b95a588a23f18fa4c22fe42ff0119c311/src/go/build/build.go#L275-L292
NeedsInvestigation
low
Minor
645,049,930
flutter
A11y semantics for some Material Chips should be "checkable"
Issue #58010 pointed out that `InputChip` was missing the `button: true` semantics. PR #60141 applies the `button: true` semantics to all Material Chips (excluding the plain [info Chip](https://api.flutter.dev/flutter/material/Chip-class.html) which is non-interactive). That PR unblocks `customer: money (g3)` and br...
framework,f: material design,a: accessibility,customer: money (g3),P2,team-design,triaged-design
low
Minor
645,050,114
TypeScript
Expose isTypeReference function in public API
<!-- 🚨 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,In Discussion
low
Critical
645,078,560
pytorch
Embedding with DataParallel can return "incomplete" results
## 🐛 Bug I have only a functional description of the bug. Still trying to make a MWE. Sometimes when using an `Embedding` in a model with `DataParallel` I hit errors where, for example: ```py x = ... # shape: [400, 2000] y = self.embed(x) # shape: [11, 2000, 512] #^ the return value of the Embedding is "in...
module: cuda,triaged,module: data parallel
low
Critical
645,098,082
rust
Support for the armv7l-unknown-linux-gnueabi platform
Hello, I am on the Raspberry Pi 4 board with the Slackware ARM 14.2 operating system. This platform is: ```armv7l-unknown-linux-gnueabi```. So, I downloaded: - https://static.rust-lang.org/dist/rustc-1.43.1-src.tar.xz - https://static.rust-lang.org/dist/rustc-1.43.1-arm-unknown-linux-gnueabi.tar.xz - https://st...
O-Arm,C-bug
low
Critical
645,103,731
pytorch
RemoteModule enhancements
We probably need the following enhancements on top of our current [RemoteModule](https://github.com/pytorch/pytorch/blob/master/torch/distributed/nn/api/remote_module.py#L147) implementation in terms of usability: 1. ~~TorchScript support~~ 2. ~~RemoteModule currently inherits from nn.Module and it's not clear how ...
module: bootcamp,triaged,enhancement,module: rpc,pt_distributed_rampup
low
Minor
645,174,380
create-react-app
Build output in "versioned folder" (build/static/<versioned-hash-folder>/) instead of "build/static/"
### Problem When CRA app is served over a CDN, the Cache headers suggested by the docs are as follows: ``` index.html Cache-Control: no-cache js/css/img Cache-Control: max-age: 31536000 ``` Doing this way, the problem is that whenever browser fetches `index.html`, it would need to validate with the origin serve...
issue: proposal,needs triage
low
Minor
645,327,131
TypeScript
Infer const-ness of local let bindings that aren't assigned to
## Search Terms let const infer assignment ## Suggestion In some cases, type narrowing for `const` bindings is more effective than for `let` bindings. Specifically, using such bindings from a function that closes over them will keep the narrowed type, which doesn't happen for `let` binding, presumably on the a...
Suggestion,Awaiting More Feedback
low
Major
645,494,161
PowerToys
[Run] Open with a touchpad / touchscreen gesture
would be nice if I could launch using the Touchpad settings for Taps with Three-finger gestures.
Idea-Enhancement,Product-PowerToys Run
low
Major
645,508,700
godot
Child 2D gizmo does not update with animation
<!-- 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 rc2 **Issue description:** <!-- What happened, and what was expected. --> ![Ln86S...
bug,topic:editor,confirmed,usability,topic:2d
low
Minor
645,547,554
godot
Focus (f, 3D) doesn't reset/recalibrate zoom range
**Godot version:** 3.2.2.rc4.mono.official **Issue description:** When zooming in, currently there's a limit that gets hit quite easily. In other engines this range is much greater, but if one hits the limit there refocusing on an object usually resets the range. But in godot it does not, the range stays at the li...
enhancement,discussion,topic:editor,topic:3d
low
Minor
645,565,651
flutter
[Flutter Web] How to prefix project path with URL "fweb/assets/fontmanifest.json . Inside main.dart.js - nodejs server
Hi. I am facing a problem when I try to integrate the flutter generated build file to a nodejs server. The icon does not show. The error console is present in the image itself. ![error_log_4](https://user-images.githubusercontent.com/56631153/85728523-4ab8ef80-b6f8-11ea-9de4-ed64a55d86fe.png) The above image is when...
framework,d: api docs,platform-web,a: release,P3,team-web,triaged-web
low
Critical
645,579,852
PowerToys
[Image Resizer] Option to set the DPI for each size format
I have 600 DPI images that need to be resized to specific px but also have the DPI change to 300 DPI as well. My request is adding some sort of advance options to set the DPI for each Image Size item.
Idea-Enhancement,Product-Image Resizer
low
Major
645,608,973
pytorch
Cannot manually assign a tensor to .grad from TorchScript
## 🐛 Bug When a module is compiled via `torch.jit.script()`, it is not possible to bypass Autograd and manually assign a tensor to the `.grad` attribute of another tensor. This is necessary in specific situations where a gradient must be computed independently from the actual computation graph. ## To Reproduce ...
triage review,oncall: jit,days
low
Critical
645,664,581
TypeScript
Split the "lib.dom.d.ts" definition file apart
<!-- 🚨 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,Needs Proposal
low
Critical
645,667,398
rust
Simple code won't compile. Both stable and nightly.
<!-- Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for how to create smaller examples. http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/ --> ### Code Please see the file [li...
T-compiler,I-compilemem,C-bug
medium
Critical
645,672,605
pytorch
Compiling PyTorch with 11.0, V11.0.167
## 🐛 Bug My CUDA driver is 11.0 but it seems cudatoolkit only goes up to version 10.2. This causes there to be a mismatch when I try to install apex. Here is the stack trace from installing apex with the command `pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./` ...
module: build,triaged
low
Critical
645,699,140
pytorch
Stop registering kernels that use DispatchStub as catch all
A kernel should only be registered as catch-all if it would work for ANY backend. Kernels that use DispatchStub do NOT fall in this category: DispatchStub is specialized to only work for CPU and CUDA. If you incorrectly register a kernel that uses DispatchStub as catchall, it will seemingly work for PyTorch, but if ...
module: internals,triaged
low
Minor
645,713,767
pytorch
If all parameters are unused by forward pass in a process, backward will not work with DDP.
We realized that if the `forward` pass produces empty `list(_find_tensors(output))` - referring the code below - in some processes with `find_unused_parameters = True`, the backward() will not work for DDP. https://github.com/pytorch/pytorch/blob/e490352dc4ad4f61c795bfdae968954c7d916861/torch/nn/parallel/distributed...
oncall: distributed,triaged
low
Minor
645,728,763
pytorch
Converting NumPy dtype to Torch dtype when using `as_tensor`
## 🚀 Feature Let the `dtype` keyword argument of [`torch.as_tensor`](https://pytorch.org/docs/master/generated/torch.as_tensor.html#torch.as_tensor) be either a `np.dtype` or `torch.dtype`. ## Motivation Suppose I have two numpy arrays with different types and I want to convert one of them to a torch tensor wi...
triaged,module: numpy
low
Critical
645,735,211
pytorch
Generalized CPU vector reductions
## 🚀 Feature Generalize `binary_kernel_reduce_vec` to support the more advanced reductions that can't be vectorized currently, e.g. `torch.norm`. ## Motivation As mentioned by @ngimel in https://github.com/pytorch/pytorch/pull/39516#issuecomment-644236374, non-vectorized reductions are much slower than their ...
module: performance,module: cpu,triaged,module: reductions
low
Major
645,754,251
flutter
Pull-Down Menus for iOS 14
On iOS 14, Pull-Down Menus have been added. > Menus offer several advantages over action sheets, context menus, and popovers. For example: > > A menu opens very near the button that reveals it, so people can instantly understand the relationship between the menu's items and the action they're performing. > > In ...
c: new feature,framework,a: fidelity,f: cupertino,customer: crowd,P1,team-design,triaged-design
medium
Critical
645,808,230
pytorch
Libtorch C++ multiple GPU performance slower than single GPU
## 🐛 Bug Using the data_parallel C++ interface results in code that is much slower on multiple GPUs than on a single GPU. In addition, the GPU utilization is less than 10% with muliple GPUs compared to over 96% with a single GPU. ## To Reproduce Steps to reproduce the behavior: Implement a non-trivial mo...
module: performance,module: cpp,triaged,module: data parallel
medium
Critical
645,817,626
flutter
DraggableScrollableSheet with reverse CustomScrollView inside cause "reversed" behaviour for modal bottom sheet
Simplified code: ``` showModalBottomSheet( context: context, isScrollControlled: true, isDismissible: true, backgroundColor: Colors.transparent, builder: (context) => DraggableScrollableSheet( expand: false, initialChildSize: 1, minChildSize: 0.6, maxChildS...
c: new feature,framework,f: scrolling,c: proposal,P3,team-framework,triaged-framework
low
Minor
645,824,675
flutter
bench_mouse_region_grid_hover too sensitive to Zone changes
There was a change to the benchmark harness (https://github.com/flutter/flutter/pull/57576), which caused the numbers in bench_mouse_region_grid_hover to move up: <img width="269" alt="Screen Shot 2020-06-25 at 1 11 18 PM" src="https://user-images.githubusercontent.com/211513/85790755-9e6e0d80-b6e5-11ea-9f78-bd3f303...
framework,platform-web,a: mouse,team: benchmark,P3,team-web,triaged-web
low
Minor