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
627,940,534
godot
Quick Open Script search should show exact matches on top
**Godot version:** 3.2.1-stable_win64 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. --> Windows 10 64 **Issue description:** Searching in the Quick Open Script window is not sorting the scripts properly. It should prioritize ex...
topic:editor
low
Minor
627,947,474
rust
Confusing Error for writeln! and write!
```rust let test = 0; writeln!("{}", test); ``` Gives the error ``` error: format argument must be a string literal --> src/main.rs:3:20 | 3 | writeln!("{}", test); | ^^^^ | help: you might be missing a string literal to format with | 3 | writeln!("{}", "{}", test); ...
A-diagnostics,P-low,T-compiler,D-papercut
low
Critical
627,949,334
electron
setIgnoreMouseEvents for BrowserView
### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]--> * [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/...
enhancement :sparkles:
medium
Major
627,960,322
pytorch
[JIT] nn.ModuleList loses None objects inside it after scripting
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Executing torch.jit.script over my model is working however it returns a model that fails at runtime. Looking deeply the nn.ModuleList is loosing None elements from the Modulelist. Here, above I attach a code for repro...
triage review,oncall: jit
low
Critical
627,975,492
pytorch
Make torch.cross `dim` parameter work intuitively
Hi PyTorch team, Thanks a lot for maintaining such a great library. **Problem** `torch.cross` has `dim` arg, and by default `dim=-1`. However, it turns out, that if `dim` is not set, that dim is chosen to be the first dimension of size 3. This is very weird for me as a user and I spent half a day looking for...
module: bc-breaking,triaged,module: numpy,topic: bc breaking
low
Critical
627,976,545
node
Inconsistent http stream behavior
Hey there, * **Version**: 14.3.0 * **Platform**: MacOS Catalina * **Subsystem**: ### What steps will reproduce the bug? We have web-server and we want to limit the amount of data that can be sent by the client. In the code below, I've tried to implement such a server (it counts the number of chunks) and clie...
http,macos
low
Critical
627,986,092
ant-design
Antd 4.x Tree When virtual scroll true and height prop set, when updated with new data brings scrollbar to the bottom
- [ ] 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? The selected Treenode should stay as is i.e in selected state while the other nodes not in view port get added and user doesn't f...
πŸ› Bug,Inactive
low
Major
627,986,457
godot
[TRACKER] C++ modules related issues
**Godot version:** 3.2, 4.0 **Issue description:** There are some existing issues related to module dependencies which may cause run-time and compile-time errors, or need better user-friendly interface to ensure that certain modules cannot be disabled, or whether the usage of modules may reveal hidden built-in b...
bug,topic:core,documentation,tracker
low
Critical
627,989,222
godot
instances_cull_ray not reliable when scene translated, rotated and/or scaled.
Windows 10 Pro (10.0.18362) Godot v3.2 stable GPU: NVidia GTX 1660 Super <!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. --> The problem is that instances_cull_ray does not return expected results consistently when scene has been translated, rotated and/or scaled. ...
bug,topic:rendering,topic:3d
low
Minor
627,994,366
PowerToys
[FZ Editor] Hotkey to quickly edit current layout
# Summary of the new feature/enhancement I often find myself doing just small adjustments to a layout, i.e. changing the ratio between two zones. Because #1193 is not implemented yet, this can be achieved right now by using a custom grid layout and editing it whenever I need to make an adjustment along with the "win...
Idea-Enhancement,Help Wanted,FancyZones-Editor,FancyZones-Hotkeys,Product-FancyZones
low
Major
628,006,049
rust
Tracking Issue for `string_remove_matches`
<!-- Thank you for creating a tracking issue! πŸ“œ Tracking issues are for tracking a feature from implementation to stabilisation. Make sure to include the relevant RFC for the feature if it has one. Otherwise provide a short summary of the feature and link any relevant PRs or issues, and remove any sections that ar...
T-libs-api,B-unstable,C-tracking-issue,A-str,Libs-Tracked
low
Critical
628,011,283
PowerToys
[Run] Return recent items in results
# Summary of the new feature/enhancement When opening files or other items in applications, those recent items are right-clickable from the taskbar from the applications' icons. For example, for PuTTY the recently used saved hosts are listed. **PowerToys Run** should be able to search from those as well when applic...
Idea-Enhancement,Product-PowerToys Run
low
Minor
628,048,711
PowerToys
[Run] Add common used programs above search bar
It would be nice if one could add program icons or common used program above the search bar for power toys ?
Idea-Enhancement,Product-PowerToys Run
low
Minor
628,060,395
flutter
Flutter tool crashes when you type Ctrl-\
Steps to reproduce: * `flutter analyze --watch` ~~or `flutter run`~~ * Press ^\ (Ctrl Backslash). Tool crashes.
c: crash,tool,a: quality,has reproducible steps,P2,found in release: 3.7,found in release: 3.11,team-tool,triaged-tool
low
Critical
628,074,515
godot
Strange error messages for AnimationPlayer that works completely fine
Godot Version: 3.2.1 I have an AnimationPlayer node for my player character. It works just fine, but every time I launch the game, I get this spam in the output: https://imgur.com/a/R8iv5rH scene/animation/animation_player.cpp:887 - Failed setting key at time 0 in Animation '' at Node '/root/EditorNode/@@585/...
bug,topic:core,confirmed,needs testing
low
Critical
628,120,516
create-react-app
Extract jest-preset-react
CRA separately released eslint-config-react-app, babel-preset-react-app. It would be great if cra could release a jest-preset-react package separately for everyone to reuse.
issue: proposal,needs triage
low
Minor
628,122,779
bitcoin
Implement ASN-based banning
It would be useful if it were possible to ban IP ranges not just by netmask, but also by ASN number (as provided by asmap). Suggested by @gmaxwell.
Feature,P2P
low
Minor
628,149,766
pytorch
send a Tensor to Cuda very slow
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> if I call cuda() func after init cuda immediately, the time 'send a tensor to cuda' is a very small value but If I call cuda()func after sleep(30s), the time 'send a tensor to cuda' taken is very large. ## To Reproduce Steps to reproduce ...
module: performance,module: cuda,triaged
low
Critical
628,181,182
excalidraw
Exporting a rectangle has artifacts
Not really sure what's going on. It only showed up like this for a single rectangle of my scene. ![image](https://user-images.githubusercontent.com/197597/83380852-e70b0300-a393-11ea-96dd-892b9d64c067.png) https://excalidraw.com/#json=5657069742981120,_yDCE1snJ6GYCVSk-wpLWA
bug
low
Minor
628,182,419
electron
Support inAppPurchase.restoreCompletedPurchases() in Electron 8 and 7
<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]-...
enhancement :sparkles:
low
Minor
628,306,262
godot
WARNING: cleanup: ObjectDB Instances still exist! when using GetWorld2d().DirectSpaceState
**Godot version:** v3.2.2 beta3 mono Also tried it on v3.2.1 stable mono with the same result. **OS/device including version:** Windows10 **Issue description:** When using GetWorld2d().DirectSpaceState this error is shown when quitting the application. `WARNING: cleanup: ObjectDB Instances still exist! At:...
bug,platform:windows,confirmed,topic:physics,topic:dotnet
low
Critical
628,335,145
PowerToys
[FancyZones] Investigate GUID change for applied template layout
## Summary Any template modification including changing space around zones changes layout id. We should investigate if it would make sense to keep the same guid in an **applied** template . We need to make sure it won't affect other desktops as well.
FancyZones-Editor,Product-FancyZones,Area-Quality
low
Minor
628,342,260
go
os/exec: LookPath() doesn't consider chroot
<!-- 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.3 linux/amd64 </pre> ### Does this issue reproduce...
help wanted,NeedsInvestigation
low
Critical
628,346,892
TypeScript
JSDoc missing syntax for `new Map<string, string>()`
**TypeScript Version:** 3.7.x-dev.201xxxxx **Search Terms:** JSDoc Map generics assignment any unsafe **Code** ```js class MyServer { constructor () { // new Map is Map<any, any>; cannot call Map constructor with new Map<string, string[]> /** @type {Map<string, string[]>} */ this.functions ...
Suggestion,In Discussion
low
Minor
628,347,789
PowerToys
[Image Resizer] Explorer shell context submenu
I have the idea to turn the "Resize with Image Resizer" _item_ (in the shell context menu) into a _menu_ of its own. Also, maybe it would be an extra idea to be able to individually show/hide the sizes. Thinking of a "Show in context menu" check box or a toggle switch in the Settings window. If none of the presets a...
Idea-Enhancement,Product-Image Resizer
low
Minor
628,358,551
PowerToys
Powertoys Menu Bar Idea
Hi , I have an idea for a new powertoy / feature, something like a menu bar on top, It will look something like this, ![image](https://user-images.githubusercontent.com/63150826/83403977-5c73e380-a427-11ea-9244-40da82b2a24f.png) It can have themes like this image, ![image](https://user-images.githubuserc...
Idea-New PowerToy
low
Major
628,386,533
nvm
Installed using the script instructions on SailfishOS, but "env: can't execute `node`: No such file or directory"
<!-- Thank you for being interested in nvm! Please help us by filling out the following form if youβ€˜re having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! --> #### Operating system and version: Sailfish OS 3.3.0.16 #### `nvm debug` output: <deta...
needs followup
low
Critical
628,409,500
PowerToys
[Run] Support press the same key twice to open Run
Idea-Enhancement,Product-PowerToys Run
medium
Major
628,427,274
godot
Grabbing and moving Godot window is laggy on Linux (NVIDIA with Allow Flipping enabled)
___ ***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.* ___ **Godot version:** Godot mono 64 bit 3.x and higher. **OS/device including version:** Ubuntu Linux 18.04 with XFCE window manager. GeForce GTX 750 Ti, NVIDIA driver 435.21, GLES3 and GLES2. ...
bug,platform:linuxbsd,topic:rendering,confirmed,topic:thirdparty,performance
medium
Critical
628,475,261
create-react-app
Typescript template dependencies
I saw that using cra with typescript template adds the dev dependencies to the `dependencies` property in `package.json` instead of `devdepdencies` I see it here: [packages/cra-template-typescript/template.json](https://github.com/facebook/create-react-app/blob/master/packages/cra-template-typescript/template.json) ...
issue: proposal,needs triage
low
Minor
628,535,799
node
stream: end(callback) does not propagate write after end to callback
```js w.end(); w.end('asd', (err) => { assert.strictEqual(err.code, 'ERR_STREAM_WRITE_AFTER_END'); // Fails }); ```
confirmed-bug,http,stream
low
Major
628,545,452
terminal
Offer information about the key commands for copy/paste the first time you press ctrl c/v
# Description of the new feature/enhancement Have some kind of popup which lets you know that you can use ctrl + shift + c/v the first time a user presses either of those key commands. I'm a fresh convert from macOS and eventually found out you could right click to paste, but it too searching and finding https://git...
Issue-Feature,Help Wanted,Area-UserInterface,Product-Terminal
low
Minor
628,552,165
TypeScript
Contextual typing fails to throw error with function return type on left side of equals sign
<!-- 🚨 STOP 🚨 𝗦𝗧𝗒𝗣 🚨 𝑺𝑻𝑢𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps b...
Bug
low
Critical
628,581,136
electron
showItemInFolder doesn't work on Windows if . is in the path
<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]-...
platform/windows,bug :beetle:,8-x-y,7-3-x,11-x-y
medium
Critical
628,582,024
flutter
Change Highlight Shape of the Tab component
Is there some property to modify the shape ? ![Screenshot from 2020-06-01 18-36-14](https://user-images.githubusercontent.com/19750893/83430976-dbbce380-a436-11ea-9ac2-560b4b2ed9b0.png) Or maybe hide the default tab's highlight and add a new one. I have tried using InkWell but it doesn't work.
framework,f: material design,a: quality,c: proposal,P3,team-design,triaged-design
low
Minor
628,605,867
TypeScript
Add getMappedTypeParameters to TypeChecker
## Search Terms TypeMapper, mapper, mapper1, mapper2 ## Suggestion To help transformer developers: Add a helper on `TypeChecker` to provide (and expose) the inferred (mapped) types of a source function call. i.e. given the source: ```ts function foo<C>(ctor: C)... foo(Bar); ``` provide transformer ...
Suggestion,In Discussion
low
Minor
628,623,020
flutter
RenderOpacity sometimes omits its layer during animations which breaks caching performance
The RenderOpacity object will not emit a layer when the opacity is 0 or 255. If that is the static opacity then it might make sense, but when it is the value during an animation, this causes the layer tree to drastically change configuration on each frame. While this could potentially result in a hit if the tree nee...
framework,a: animation,P2,team-framework,triaged-framework
low
Major
628,628,373
flutter
Implement scene builder ops when an Android view is involved
These are the operations that should be applied to the `android.view.View` corresponding to the `fluter::PlatformViewLayer` instance. - [x] `pushTransform` P0 - [x] `pushClipRect` P0 - [x] `pushOpacity` - [x] `pushClipPath` - [x] `pushClipRRect` p2 - [ ] `pushBackdropFilter` - [ ] `pushColorFilter` - [ ] `pu...
platform-android,engine,a: platform-views,customer: product,customer: money (g3),P2,team-android,triaged-android
low
Major
628,638,798
TypeScript
JS global variable suggestion
*TS Template added by @mjbvz* **TypeScript Version**: 4.0.0-dev.20200601 **Search Terms** - global - javascript - suggestions - intellisense --- Issue Type: <b>Feature Request</b> In WebStorm, if I write ```js global.abc = 123; ``` and then type `a` at anywhere I will get suggestion `abc`, but ...
Suggestion,Awaiting More Feedback
low
Minor
628,656,491
rust
Abort from malloc on arm-unknown-linux-gnueabihf
<!-- 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 joshua@arm:~/libc $ rustc build.rs --crate-type bin -C opt-level=1 malloc(): invalid size (unsorted) Aborted (core dumped)...
I-crash,A-LLVM,O-Arm,T-compiler,C-bug
low
Critical
628,691,610
tensorflow
tf.io.gfile / GCS fails to work on OpenSUSE
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux OpenSUSE Tumbleweed - TensorFlow installed from (source or binary): Binary (conda) - TensorFlow version (use command below): u...
type:bug,comp:core,TF 2.11
medium
Critical
628,699,951
rust
Investigation into ASCII ctype inherent methods performance with lookup table
Prompted by https://github.com/rust-lang/rust/issues/68983#issuecomment-613753557, I started looking into whether the performance of methods like `is_ascii_alphabetic` could be improved by using a lookup table. The full list of methods: - `is_ascii_alphabetic` - `is_ascii_alphanumeric` - `is_ascii_control` - `is...
I-slow,C-enhancement,T-libs
low
Major
628,706,149
TypeScript
[lib.dom.d.ts] Include well-known KeyboardEvent.key values
## Search Terms - `keyCode` - `KeyboardEvent` - `KeyboardEvent.key` - `KeyboardEvent.keyCode` ## Suggestion Include `KeyboardEvent.key` values in the `KeyboardEvent` interface. The [current implementation](https://github.com/microsoft/TypeScript/blob/master/lib/lib.dom.d.ts#L9639) is: ```ts interface K...
Suggestion,Experience Enhancement
medium
Critical
628,708,295
pytorch
Clean up RPC request callback implementation
`request_callback_impl.cpp` is gradually becoming a lengthy and overly complicated file with a lot of branches and ugly unwraps. #39216 #39267 and #38748 are adding more complexities into this file. If we keep doing this, that file will be very hard to maintain and debug. We can decompose it by letting each message ha...
high priority,triage review,oncall: distributed,triaged,better-engineering,module: rpc
low
Critical
628,708,927
terminal
Add support for syntax highlighting
# Description of the new feature/enhancement <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> Add support for syntax highlighting specific words like MobaXterm has: ![image](https:...
Issue-Feature,Area-TerminalControl,Area-Extensibility,Product-Terminal
medium
Critical
628,743,369
pytorch
Clean up GIL that used to guard deleted RRef destructions
As RRef now holds IValues instead of `py::object` and `python_ivalue.h` has its own GIL to guard the `py::object` destruction, we no long need additional GILs to guard deleted RRefs. cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen @aazzolini @rohan-varma @xush6528 @jjlilley @osalpekar
triaged,better-engineering,module: rpc
low
Minor
628,749,962
pytorch
Torch script to support dictionary with keys of type tuple
## πŸš€ Feature I'm seeing the following error in torch script when scripting an nn.Module that contains a dictionary of tuple (or list) data type as keys. RuntimeError: Cannot create dict for key type '(int)', only int, float, Tensor and string keys are supported. I'm looking into scripting a model that uses dict...
oncall: jit,triaged
low
Critical
628,753,982
pytorch
Enable scripting modules with recursive functions
## πŸš€ Feature Scripting modules with recursive function calls. torch script currently does not support this case. Current behavior: During scripting the module below, I see an exception: RuntimeError: method 'get_value_' is called recursively. Recursive calls are not supported ## Pitch To enable scriptin...
oncall: jit,feature,triaged
low
Critical
628,755,255
pytorch
SyncBatchNorm doesn't scale well across multiple nodes on large data sizes
See internal details in https://fb.workplace.com/groups/1482616798564458/permalink/1520747598084711/?comment_id=1525863900906414&reply_comment_id=1537231383102999 The issue in general is that there was a reported 2x slowdown (compared to ideal scaling) for SyncBatchNorm on large data sizes while scaling across multi...
module: performance,oncall: distributed,triaged
low
Major
628,774,457
pytorch
The conversion of Inplace aten::append to outplace is incomplete, creating incorrect subgraphs
# Description aten::append is inplace. This creates issues for downstream torchscript users that do not have the inplace semantics, such as ONNX. For example, when used inside a loop, the output of aten::append is not captured in the loop output. Another example is that wherever the appended list is used as input, i...
oncall: jit,triaged
low
Major
628,775,458
TypeScript
Enable node typings if file starts with node shebang
<!-- ⚠️⚠️ 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...
Suggestion,Awaiting More Feedback
low
Critical
628,777,953
pytorch
Attributes not removed by freeze module
## Description There are still `SetAttr` and `GetAttr` remaining in the graph. Why is freeze module pass not removing them? ## To Reproduce ```python class AttrMod(torch.nn.Module): def __init__(self, x): super().__init__() self.x = x def forward(self, x, y): self.x = x ...
oncall: jit,triaged
low
Minor
628,796,181
pytorch
Draw quantized tensors in tensorboard
Hi, I'd like to visualize the quantized model weights with TensorBoard: ``` for k, v in model.state_dict().items(): writer.add_histogram(k, v) ``` and got the error `TypeError: Got unsupported ScalarType QInt8`. Is there a way to add the tensor to TensorBoard please? Thank you!
triaged,enhancement,module: tensorboard
low
Critical
628,817,265
kubernetes
Cron job staggering / randomization / concurrency limiting
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: CronJobs should have fields allowing for their start time to be randomized (as systemd's Timers have), or even distributed within a range to spread out in equal intervals with other CronJobs of a set. At t...
kind/feature,sig/apps,area/workload-api/cronjob,needs-triage
high
Critical
628,830,640
flutter
Prompt does not return when exiting desktop app in release mode
Thank you for supporting release mode. ## Steps to Reproduce 1. $ git clone https://github.com/google/flutter-desktop-embedding.git 2. $ cd flutter-desktop-embedding/testbed 3. $ flutter run -d linux --release **Expected results:** <!-- what did you want to see? --> The prompt should be returned when you ...
tool,platform-mac,platform-windows,platform-linux,a: desktop,P3,team-tool,triaged-tool
low
Critical
628,831,561
pytorch
Pickling a Tensor or a Storage is not deterministic
## πŸ› Bug When calling pickle.dump on a Tensor, Storage, or a module, the resulting bytes change between two runs. I was unable to get byte for byte reproducibility. ## To Reproduce Steps to reproduce the behavior: 1. Run `python -c "import torch, pickle; print(pickle.dumps(torch.IntTensor([1])))"` 1. Re-r...
module: pickle,triaged
low
Critical
628,856,579
deno
add flag to enable deterministic execution
This consists of 1. Setting the random number generator seed. We have this already. 2. Disabling all I/O - so turn off allow-read, allow-write, allow-net, allow-run, allow-plugin - etc. 3. Controlling the Date object 4. need a custom v8::Platform which will allow us to control the date precisely. Then we can add s...
feat,cli
low
Minor
628,865,350
pytorch
RuntimeError: NCCL error in: /pytorch/torch/lib/c10d/ProcessGroupNCCL.cpp:514, unhandled system error, NCCL version 2.4.8
I met an error when I use DDP for multi node (two node, two GPUs each) training and 'nccl' backend (It runs perfect when I use 'gloo'). The environment is Ubuntu 16.04+python3.5+pytorch1.5.0+cuda10.1. My code is based on the demo code on the offical website to test distributed training. ``` def setup(rank, world_siz...
module: crash,triaged,module: nccl
medium
Critical
628,878,578
TypeScript
TS: Option to not show imports in references search
*TS Template added by @mjbvz* **TypeScript Version**: 3.9.4 **Search Terms** - references - imports - f12 --- Often I do a find references search and if the item is only used in one place, cmd+click on it will take me straight to it. However if the item is imported and used, I need to navigate the peek w...
Suggestion,Awaiting More Feedback
low
Minor
628,900,265
next.js
Scrolling happens when user returns to a page with hash using browser back button
# Bug report ## Describe the bug When user returns to a page which have url with hash (e.g. `http://localhost:3000/test#anchor`) from another page, unexpected scrolling to the anchor element happen. It seems `componentDidUpdate` of Container triggers `scrollToHash` even when one returns by clicking browser back ...
good first issue
low
Critical
628,973,799
neovim
UI protocol: scrolling up sent as grid_line events instead of grid_scroll
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: NVIM v0.5.0-519-g74fed7d50 - UI extensions: ext_linegrid=true, ext_multigrid=false, ext_messages=false, rgb=true ### Steps to reproduce using `nvim -u NORC` Create a 20 lines x 80 columns UI showing a buffer containing ...
bug,ui-extensibility
low
Critical
628,996,598
scrcpy
Remote connection via VS Code
VS Code offers a very handy feature named [Shared servers](https://docs.microsoft.com/en-us/visualstudio/liveshare/use/vscode#share-a-server) essentially allowing anyone participating in my Live Share session to access ports that I choose to expose. I tried exposing ports 5037 and 27183 and the participant partially...
feature request
low
Critical
629,038,867
opencv
Wrong eroding 3 pixels in seamlessclone
##### System information (version) <!-- Example - OpenCV => 3.4 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> - OpenCV => 3.4 - Operating System / Platform => :grey_question: - Compiler => :grey_question: ##### Detailed description https://github.com/opencv/opencv/...
bug,category: photo,Hackathon
low
Minor
629,070,679
flutter
Creating a paragraph is expensive, which makes animating the color of many individual glyphs prohibitively expensive
## Use case I need to draw some complicated text on a Canvas, in Flutter. I have an external C library that calculates the positioning of all of the characters in the text, which I call with dart:ffi, and which then performs callbacks into Flutter with the data `(character_to_draw, x, y, font/style)`. Currently I c...
c: new feature,engine,c: performance,a: typography,c: proposal,perf: speed,P2,team-engine,triaged-engine
low
Major
629,108,006
PowerToys
[Preview Pane] HEIC, WEBP File Explorer support
# Summary of the new feature/enhancement Since native SVG support is now part of this (YES!), would love to see a few other common non-supported image types added as well. HEIC and WEBP. # Proposed technical implementation details (optional) I believe there are already Explorer apps that can render WEBP. Unsure of...
Idea-Enhancement,Help Wanted,Product-File Explorer
medium
Major
629,116,439
pytorch
Morphological operations
## πŸš€ Feature Basic morphological operations (e.g. dilation and erosion) ## Motivation Many pytorch applications deal with images. It would therefore be great if pytorch would natively support basic morphological operations, so that the user does not have to resort to other libraries (e.g. scipy) to carry them out...
feature,triaged
low
Major
629,136,039
vscode
Full view title isn't shown when a contextual title is defined
Issue Type: <b>Bug</b> Found while testing: https://github.com/microsoft/vscode/issues/98996 Create a view with a contextual title Move the view from activity bar to horizontal panel Note that the contextual title is shown but full title is not Click on view Notice now that full view name is shown Click on...
bug,workbench-views
low
Critical
629,149,584
angular
ServiceWorker doesn't update `index.html` when headers (e.g. CSP) change
<!--πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”… 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. πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…...
freq1: low,workaround2: non-obvious,area: service-worker,state: confirmed,type: use-case,P3
medium
Critical
629,175,481
vscode
Settings sync - Cannot dismiss "Configure..." quick pick dialog
Testing #98962 * Click `Configure...` action in the `Preferences sync` toolbar * Click anywhere else in the workbench Expected: Quick pick dialog should hide (same as the command palette) Actual: Only way to dismiss the quick pick dialog is using the `Ok` button
quick-pick,under-discussion
medium
Major
629,253,023
flutter
showDatePicker ignore ThemeData.primaryColor
## Steps to Reproduce 1. Update flutter from 1.12 to 1.17 channel stable 2. Our widget with showDatePicker does no more work as before Code : ``` Future<DateTime> _getDate(BuildContext context, [DateTime firstDate, DateTime lastDate, DateTime initialDate]) async{ DateTime fDate = firstDate != nu...
framework,f: material design,f: date/time picker,a: annoyance,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Critical
629,256,822
flutter
Flutter web dropdown not suggesting item when i type keyboard keys
On web, it is expected that when you are filling a form and there is a dropdown, that you can type and get the item that matches what you type. This issue was already created at #55438 but it was wrongly closed as a duplicate of #46824 That issue is talking about providing a text autocomplete widget, which is not...
c: new feature,framework,f: material design,a: fidelity,P3,team-design,triaged-design
low
Major
629,278,958
pytorch
Update RPC doc to recommend async user functions for non-blocking server execution
When the PR that enables async user function for `rpc.remote` is added to the stack started from #39216, update the master `rpc.rst` doc to mention it in `rpc.rpc_sync`, `rpc.rpc_async`, and `rpc.remote` APIs. cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen @aazzolini @rohan-varma @xush6528 @jjlil...
module: docs,triaged,module: rpc
low
Minor
629,305,906
vscode
Custom menus should absorb keystrokes and dismiss if not mnemonic (letter)
Testing #97801 Choose the step into targets command See a list of targets appear Ignore list and press F10 List of targets remains in view Expected: list of targets to close
bug,menus
low
Minor
629,317,801
flutter
[web] Textfield 'autofocus: true' doesn't show up the keyboard
It only gets in the focused mode which I know by changing the TextField `focusedBorder` property that it's being listened to but no keyboard there. <details> <summary>doctor</summary> ``` [βœ“] Flutter (Channel dev, 1.19.0-2.0.pre, on Mac OS X 10.15.5 19F101, locale es-ES) β€’ Flutter version 1.19.0-2.0.pre ...
a: text input,framework,customer: crowd,platform-web,f: focus,has reproducible steps,P3,browser: safari-ios,browser: chrome-android,workaround available,team-web,triaged-web,found in release: 3.19,found in release: 3.20
high
Critical
629,362,037
vscode
Find all references is not highlighting the match
Testing #98821 Sorry that I did not look for dups, if it is please close it. <img width="1049" alt="image" src="https://user-images.githubusercontent.com/10746682/83547731-f0ff4400-a502-11ea-8295-4a70faa07508.png">
feature-request,under-discussion,references-viewlet,notebook-workbench-integration
low
Minor
629,367,397
flutter
Fuchsia debug .build-id archive expects to only have the unstripped binaries
Currently we have `1e/1317a6715a2639ed43e257e258c754cf514a08` (stripped) and `1e/1317a6715a2639ed43e257e258c754cf514a08.debug` (unstripped). Fuchsia expects to only have `1e/1317a6715a2639ed43e257e258c754cf514a08.debug`. cc: @joshuaseaton
customer: fuchsia,engine,P3,team-engine,triaged-engine
low
Critical
629,370,907
PowerToys
[FancyZones] window must resist dragging
# Summary of the new feature/enhancement The feature should work like (or replace) Windows Snap in every single way. So, when a window is opened inside a FancyZone it remains static unless considerable dragging happens (just like Windows Snap) # Proposed technical implementation details (optional) Just make it li...
Idea-Enhancement,FancyZones-Dragging&UI,Product-FancyZones
low
Minor
629,373,173
vscode
Problems view do not show markers when Show Active File filter is on
Testing #98821 - Enable the filter `Show Active File Only` in Problems view using the filter dropdown in filter input box - Open any notebook with problems πŸ› Problems are not shown <img width="1346" alt="image" src="https://user-images.githubusercontent.com/10746682/83549389-8e5b7780-a505-11ea-9682-894c69534...
feature-request,under-discussion,languages-diagnostics,notebook-workbench-integration
low
Minor
629,379,401
vscode
Partial cross-file undo if a file is changed in the meantime
Testing #98987 Repro: 1. Rename symbol to update 3+ files 2. Edit one file on disk 3. Undo on another file :bug: => cross-file undo does not work at all. Could we fix a majority of the files that don't have this issue?
feature-request,undo-redo
low
Critical
629,394,618
TypeScript
Export Typescript libraries as individual interfaces as well
## Search Terms export library interface ## Suggestion Right now Typescript declares it's libraries using `d.ts` (e.g. `lib.dom.d.ts`) so if you include this in your project you get the entire DOM library and it's interfaces. This is great however it makes development of isomorphic code harder. Your only op...
Suggestion,Awaiting More Feedback
low
Critical
629,398,464
PowerToys
Tool to redo file organization
# Invert the order of a directory tree Windows Explorer is frequently used as an archive system for files. After years of using a specific system sometimes the method becomes cumbersome or the access patterns change. It would be nice if PowerRename could change the organizational method of a directory tree and r...
Idea-New PowerToy,Product-File Explorer,Product-File Actions Menu
low
Minor
629,423,342
godot
Massive visual bug (pink screen) with ssao and blur on Android
**Godot version:** 3.2 from Steam **OS/device including version:** iPhone 11 iPhone 7 Samsung Galaxy a51 **Issue description:** On Android I get a pink screen whenever I turn ssao or blur on in my Environment. This does not happen on iOS. I have no idea what causes this since I only have experience with ...
bug,topic:rendering
low
Critical
629,436,233
godot
macOS crash when press play button to build the game [Mono]
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> Godot_mono_3.2.2 Beta 3, using C# **OS/device including version:** <!-- Specify GPU mode...
bug,platform:macos,topic:dotnet,crash
low
Critical
629,494,349
rust
Add an attribute for asserting variance of generic parameters
Currently, we don't have any kind of programmatic way of ensuring that we don't accidentally change the variances of any `libcore`/`libstd` types. While some types do have explicit tests for variance (e.g. [here](https://github.com/rust-lang/rust/commit/bf592cefde313aed68bccc91c053f5912350249b#diff-f9e71018920a56a1532d...
C-enhancement
low
Critical
629,495,755
pytorch
Allow to_here to interrupt blocking wait in the case of rpc.remote timeout
## πŸš€ Feature https://github.com/pytorch/pytorch/pull/38590/files is adding support for RRef timeouts, although, this can be improved in the case of `to_here`. Right now, we only check if the rpc.remote call for `to_here` timed out before making a blocking call on waiting on the corresponding future for `to_here`. How...
feature,triaged,module: rpc,pt_distributed_rampup
low
Critical
629,523,448
rust
Recursive diagnostics when using consts in arrays
<!-- 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 trait A { const N: usize; const ARRAY: [u8; Self::N]; } trait B<T: A> { fn f() -> [u8; <T as A>::N]; } ...
A-diagnostics,A-trait-system,A-associated-items,T-compiler,D-papercut
low
Critical
629,528,880
rust
Refactor `non_ssa_locals` to remove `LocalAnalyzer::process_place`
While doing an initial implementation of rust-lang/compiler-team#300, I began replacing all uses of `{Non,}MutatingUseContext::Projection`. One user was [`rustc_codegen_ssa::mir::analyze::LocalAnalyzer`](https://github.com/rust-lang/rust/blob/fe10f1a49f5ca46e57261b95f46f519523f418fe/src/librustc_codegen_ssa/mir/analyze...
C-cleanup,A-codegen,T-compiler
low
Critical
629,559,409
electron
Crash on start leaves orphaned processes
### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have sea...
platform/windows,bug :beetle:,8-x-y,9-x-y,10-x-y
medium
Critical
629,567,196
electron
Implement BrowserWindow.setOpacity on Linux
<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]-...
enhancement :sparkles:,platform/linux
low
Minor
629,574,330
electron
Implement electron.DesktopCapturer.SetSkipCursor(DesktopCapturerSource.id)
<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]-...
enhancement :sparkles:
low
Critical
629,577,888
bitcoin
Implement PayJoin / Pay-to-EndPoint
PayJoin (also called pay-to-end-point or P2EP) is a special type of CoinJoin between two parties where one party pays the other. This coinjoin type has different (probably better) privacy properties. The transaction then doesn't have the distinctive multiple outputs with the same value, and so is not obviously visible ...
Feature
low
Major
629,584,426
pytorch
torch::jit::script::Module::to(torch::kDouble) also casts buffers
## πŸ“š Documentation The C++ API documentation for ``torch::jit::script::Module::to(at::Device, at::ScalarType, bool)`` indicates that the function casts all Parameters to ``at::ScalarType``, however, the function also casts the Module's buffers. The documentation in question is in: https://pytorch.org/cppdocs/...
oncall: jit,triaged
low
Critical
629,584,468
flutter
When front end server unexpectedly exits "the Dart compiler exited unexpectedly", no additional crash info
Copied from https://github.com/flutter/flutter/issues/58468 ``` [ +19 ms] "flutter run" took 9,975,116ms. the Dart compiler exited unexpectedly. [ +49 ms] Running shutdown hooks ``` No info about what the exit was or post-exit stdout/err draining before the `throwToolExit`.
team,tool,P2,team-tool,triaged-tool
low
Critical
629,598,308
neovim
Keep command-line pop-up menu open while typing
- `nvim --version`: <details> <summary> output </summary> <p> NVIM v0.4.3 Build type: Release LuaJIT 2.0.5 Compilation: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes...
enhancement,completion,cmdline-mode
low
Critical
629,617,927
flutter
[web]: filter/blur incorrectly rendered by the HTML backend
To produce the effect on the red waves (that actually slowly continuously animate like waves when run) a MaskFilter.blur(BlurStyle.outer, 10) is used, I suspect it is the culprit that looks bad on DomCanvas, but until I isolate it and demonstrate it in a stand-alone example I’m not 100% sure. Expected (Canvaskit ren...
engine,platform-web,c: rendering,e: web_html,has reproducible steps,customer: web10,P2,customer: house,found in release: 3.3,found in release: 3.6,team-web,triaged-web
low
Major
629,632,826
pytorch
Format issue in `torch.quantization.add_quant_dequant` documentation parameter section
## πŸ“š Documentation #### Link https://pytorch.org/docs/stable/quantization.html#torch.quantization.add_quant_dequant #### API `torch.quantization.add_quant_dequant` #### Issue In the "Parameters" section, there is an input : **we want to quantize** (*that*) – which should be part of the descrip...
module: docs,triaged
low
Minor
629,643,303
godot
ViewportTexture flashes when mapped into emission
<!-- 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. --> v3.2.1.stable.official **OS/device including version:** <!-- Specify GPU model, drivers,...
bug,topic:rendering,confirmed
low
Minor
629,672,570
TypeScript
import type from from "./specifier" fails to parse correctly
**TypeScript Version:** 4.0.0-dev20200616 **Search Terms:** import type declaration from name parsing **Code** ```ts import type from from "./a" ``` **Expected behavior:** Should parse as `import from from "./a"` parses fine. **Actual behavior:** Parses as an import declaration and expression statemen...
Bug
low
Minor
629,691,698
godot
the game suddently crash without error
Godot version: Godot v3.2.1.stable.official download from weisbite Mono binding including version: Running platform: pc windows 10 Language: C# Issue description: I followed a tutorial on youtube to make a terraria like tile light system, and found out when I tried to use SetShaderParam to enable the sh...
bug,topic:dotnet,crash
low
Critical
629,711,183
go
x/build/maintner: GitHubIssue.ID field is never populated
Similarly to #28745, the `ID` field of a `GitHubIssue` is always zero: ```Go corpus, err := godata.Get(context.Background()) if err != nil { log.Fatal(err) } num := 0 corpus.GitHub().ForeachRepo(func(gr *maintner.GitHubRepo) error { return gr.ForeachIssue(func(gi *maintner.GitHubIssue) error { if gi.ID !...
Builders,NeedsInvestigation
low
Critical