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
591,028,254
vscode
Add option `editor.lineDecorationsWidth` as official
<!-- ⚠️⚠️ 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. --> Is there any chance that the setting of `editor....
feature-request,editor-core
high
Critical
591,041,244
go
x/mobile: key events not fired for predictive keyboards
On a Samsing Galaxy S10, running Android 10 (this was not an issue with the keyboard they shipped in Android 9) key events are no longer fired when the (default) predictive text is turned on. Some other apps, such as Termux (https://github.com/termux/termux-app/issues/686) report that words appear after space/enter et...
NeedsInvestigation,mobile
low
Minor
591,067,121
go
spec: extend `Type assertions` section
Today I stubled upon [this](https://polyfloyd.net/post/golang-subtle-pitfalls/#2-type-assertions-of-value-types-vs-pointer-types) issue and I was hoping to find, in the reference doc, more examples of type assertions on pointer types but, unfortunately, there seems to be none. Would it make sense to extend the curre...
Documentation,NeedsFix
low
Minor
591,084,836
godot
Exported variables don't update in real-time
**Godot version:** 3.2 mono **OS/device including version:** ubuntu 19.10 **Issue description:** If you export variady read the bles using tool, and change their value, it is only updated when you click another node and the click back to the changed node. **Steps to reproduce:** * Create 2 nodes: A and B * ...
enhancement,topic:editor,documentation
low
Major
591,180,300
pytorch
UserRRef should store error if it sees any and prevent subsequent usage
@jjlilley brought this up in #35331. Currently, if `UserRRef` encountered an error internally or when running user-facing APIs, it would report the error but nothing prevents the application from using the `UserRRef` again. However, as some error could have messed up RRef internal states, especially for the ones that h...
feature,triaged,module: rpc
low
Critical
591,200,979
pytorch
how to do 3d data augmentation in parallel on the gpu?
I have a lot of 3d data and need to do various data augmentation. I want to do data augmentation in parallel on the gpu, but it seems that pytorch does not allow gpu operation in the dataloader. Is there any good way? cc @ngimel @SsnL
module: dataloader,module: cuda,triaged
low
Minor
591,201,932
TypeScript
Add a stable module target for top-level await
**TypeScript Version:** 3.9-beta <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** top level await es2020 module **tsconfig.json** "target":"es2020" "module":"es2020" **Code** ```ts await 1; ``` **Expected behavior:** OK if "modul...
Needs Investigation
low
Minor
591,228,451
godot
Drag Drop on TextureButton does not pass on to parent container
**Godot version:** 3.2.1 **OS/device including version:** Win 10 **Issue description:** Drag and drop events are not passed from a TextureBbutton to a parent container **Minimal reproduction project:** [DragDropExample.zip](https://github.com/godotengine/godot/files/4410145/DragDropExample.zip) In the e...
bug,topic:gui
low
Minor
591,240,897
opencv
OpenCV 4.2.0 installation for Python 3 on Ubuntu 16.04.04 / ARM
I am trying to install OpenCV for further usage with both Python 2.7 and Python 3.5 on Ubuntu 16.04.4 running on OrangePI. It compiles succesfully, but installation directory of `cv2-xxx.so` is incorrect in case of Python 3.5. Configuration: - OpenCV => 4.2.0 - Operating System / Platform => Ubuntu 16.04.4 / ARM ...
question (invalid tracker)
low
Minor
591,241,345
rust
No error code for "union patterns should have exactly one field"
It would be nice to have a specific error code for `union patterns should have exactly one field` [error](https://github.com/rust-lang/rust-gha/blob/master/src/librustc_typeck/check/pat.rs#L948). Currently, there is [no such code](https://doc.rust-lang.org/error-index.html).
C-enhancement,A-diagnostics,T-compiler
low
Critical
591,292,532
opencv
videoio: MSMF: Doesn't save convertFormat property, no way to read raw video
##### System information (version) - OpenCV => 4.2, 4.3-pre (master) - Operating System / Platform => Windows 10 64 Bit - Compiler => Visual Studio 2019 ##### Detailed description I am trying to read a video from an uncompressed grayscale 8-bit AVI file without changing the color format. In OpenCV 3.4 this was...
priority: low,category: videoio(camera),platform: win32
low
Critical
591,296,972
pytorch
Clarify tensor storage communication behavior in RPC
For now, RPC could either send tensor data or tensor **storage** data to the destination depending on the sparsity of the tensor. Say, if the tensor is just a view of the 1st row of another tensor that contains 100 rows, RPC would clone the tensor and just send the data in the 1st row. If, however, if the tensor is a v...
module: docs,feature,triaged,module: rpc
low
Minor
591,321,890
angular
Angular binding DOM property instead of web component property
### Description Currently when we use web components in angular 8, with module schema set to CUSTOM_ELEMENTS_SCHEMA. Angular sets and update DOM properties, instead of web component properties when property name is similar to a attribute which has a corresponding DOM property. For example: If the web component h...
type: bug/fix,freq1: low,area: core,state: confirmed,core: binding & interpolation,cross-cutting: custom elements,P3
low
Minor
591,329,327
pytorch
BatchNormFuncOptions object cant be printed in C++
Repro: ``` auto options = F::BatchNormFuncOptions().weight(w).bias(b).momentum(m).eps(e).training(t); std::cout << options << std::endl; ``` Expected result: Print value for each property. Actual Result: ``` ‘torch::nn::functional::BatchNormFuncOptions’ is not derived from ‘const torch::ExpandingArray<D, ...
module: cpp,module: nn,triaged
low
Minor
591,349,194
godot
OS.alert() called multiple times when used in a FileDialog file selection signal.
**Godot version:** 3.2.1 Official **OS/device including version:** Windows 10 64-bit Not sure yet if this is exclusive to Windows, perhaps others can confirm or deny on Linux/Mac. **Issue description:** I've found when double clicking a FileDialog file to open it, if there is an OS.alert() in that signa...
bug,topic:porting
low
Major
591,349,341
vscode
Search for ignored sync settings or extensions
Testing https://github.com/microsoft/vscode/issues/93801 Changing extensions and settings that have been ignored to being synced again was smooth, but could we making searching for which extensions and settings easier? Like being able to search for "@ sync: ignored" in extensions view or in settings search ![ima...
feature-request,settings-editor
low
Major
591,352,427
TypeScript
Partial Semantic Editing Operations
# Background We've heard from many TypeScript and JavaScript developers that large codebases suffer from massive startup delays in the editor. This is often due to program construction time. Before any semantic operation can be triggered, TypeScript has to effectively do the following: 1. Find out which project a...
Suggestion,In Discussion,Domain: Completion Lists,Domain: Symbol Navigation
medium
Major
591,374,253
flutter
AsyncSnapshot should support null as data
Dart's `Stream`s can contain `null` as data and listeners get still notified. With Flutter's `StreamBuilder` though, users have no way of finding out which of the following states an `AsyncSnapshot` with `null` as `data` represents: - A `Stream` that contains `null` as data. - A `Stream` without an event. ## Us...
framework,c: proposal,P2,team-framework,triaged-framework
low
Minor
591,380,256
TypeScript
VSCode ignores JSDoc's @property when specify @typedef type in 1.43.2 and 1.44.0-insider
<!-- ⚠️⚠️ 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...
Needs Investigation
low
Critical
591,401,031
nvm
Ability to configure what rc/profile file nvm installs into
<!-- 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: Debian/unstable. #### How did you install `nvm`? ...
feature requests,installing nvm
low
Minor
591,404,717
PowerToys
[Run][WindowWalker Plugin] Search parent window names
# Summary 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). --> Trying it out for the first time, I wanted to switch to 'RoyalTS'. The issue is that depending ...
Idea-Enhancement,Product-PowerToys Run,Run-Plugin
low
Minor
591,414,091
pytorch
Unexpected behaviour for affine_grid and grid_sample with 3D inputs
## 🐛 Bug When performing affine transformations on 3D tensors I’ve noticed some unexpected behaviour which does not occur for 2D tensors. Specifically, suppose we perform two 3D rotations with two rotation matrices `A` and `B`. Given a 3D input tensor `x`, we can first rotate it with `B` to get the rotated tens...
module: numerical-stability,module: nn,triaged
low
Critical
591,416,511
kubernetes
Propagate context deadline in TokenReview REST handler
The TokenReview REST handler constructs a new request and passes it through the authentication handler. Any deadline associated with the original context is not passed down. We should propagate the original context deadline/cancellation, either by wrapping the parent context, or by extracting/propagating the deadlin...
kind/bug,priority/important-soon,sig/auth,lifecycle/frozen
low
Minor
591,421,844
TypeScript
Function expressions in a property assignment of a prototype object should be methods, not nested classes
```js /** @class */ module.exports.C = function() { this.x = 1 } module.exports.C.prototype = { m1() { this.a = 1 }, m2: function() { this.b = 2 } } var c = new module.exports.C() c.a c.b ``` **Expected behavior:** `c.a` and `c.b` both work. **Actual behavior:** Only `c.a` work...
Bug
low
Critical
591,422,729
flutter
[web] add chrome android support for web installers repo
[web_drivers](https://github.com/flutter/web_installers/tree/master/packages/web_drivers) libraries should be able to, more info on: https://chromedriver.chromium.org/getting-started/getting-started---android - [ ] create an emulator - [ ] run the emulator - [ ] run the bridge (adb) - [ ] find the version of chr...
a: tests,framework,platform-web,c: proposal,P2,team-web,triaged-web
low
Minor
591,440,380
flutter
Handle the UITouchPhaseRegion enum values.
The following enum values were added to `UITouchPhase` in iOS 13.4: * `UITouchPhaseRegionEntered` * `UITouchPhaseRegionExited` * `UITouchPhaseRegionMoved` These [don't seem to be documented](https://developer.apple.com/documentation/uikit/uitouchphase/uitouchphaseregionentered?language=objc) currently. This issue...
platform-ios,engine,t: xcode,P2,team-ios,triaged-ios
low
Minor
591,442,658
flutter
Handle the UITouchTypeIndirectPointer enum value.
The following enum value was added to the `UITouchType` enum in iOS 13.4: * `UITouchTypeIndirectPointer` This [doesn't seem to be documented](https://developer.apple.com/documentation/uikit/uitouchtype/uitouchtypeindirectpointer?language=objc) currently. This issue tracks the handling of this new enum value. Xcode ...
platform-ios,engine,t: xcode,P2,team-ios,triaged-ios
low
Minor
591,449,019
godot
Light2D-tracking code (also occluders, likely others) depends on undefined behavior
**Godot version:** master` **OS/device including version:** n/a **Issue description:** While trying to track down some strange behavior involving the interaction of a moving light and a stationary one, I discovered that the light-tracking code unwittingly relies on undefined behavior -- i.e. it performs operat...
bug,topic:core,topic:rendering,topic:2d
low
Critical
591,490,122
vscode
Confusion about how EnvironmentVariableCollection handles multiple extensions changing the same variable
Refs #93601 **Repro** 1. In Extension 1, create a persisted `EnvironmentVariableCollection` that calls `.replace('TEST', 'replace')` 1. In extension 2, create a non persisted `EnvironmentVariableCollection` that calls `.append('TEST', 'append')` 1. Install both extensions 1. Activate extension 1. 1. Then r...
bug,terminal-process
low
Minor
591,530,337
pytorch
[jit] Structural typing shouldn't work
This example runs but should throw an error since `SomethingElse` and `Point` should be different types ```python import torch @torch.jit.script class Point(object): def __init__(self, x: int, y: int): self.x = x self.y = y def some_method(self): return self.x + self.y class SomethingElse(obje...
oncall: jit,triaged
low
Critical
591,591,650
pytorch
Python 3 build PyTorch got core dump
## ❓ Questions and Help ![pytorch_python3_core_dump_henry_wu](https://user-images.githubusercontent.com/47995124/78096245-f965c200-738d-11ea-8334-1f06978790d3.gif) ### Please note that this issue tracker is not a help form and this issue will be closed. We have a set of [listed resources available on the websi...
needs reproduction,module: crash,triaged
low
Minor
591,630,428
flutter
Patch ICU to not violate -W-implicit-int-float-conversion
Specifically, https://fuchsia.googlesource.com/third_party/icu/+/refs/heads/master/source/i18n/plurrule.cpp#1664 /cc @chinmaygarde
engine,P2,team-engine,triaged-engine
low
Minor
591,631,330
flutter
Patch wuffs to not violate -Wnon-c-typedef-for-linkage"
Multiple places in //third_party/wuffs/release/c/wuffs-v0.2.c /cc @chinmaygarde
engine,P2,team-engine,triaged-engine
low
Minor
591,658,649
pytorch
Backward function causes device error in C++ when changing module's device repeatly.
# 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. Compile & Run code below. ```C++ #include <torch/torch.h> // Define a new Module. struct Net : torch::nn::Module { Net() { // Construct and register two Linear submodules...
module: cpp,module: autograd,triaged
low
Critical
591,660,456
pytorch
Dropout on sparse tensors
## ❓ Questions and Help I‘d like to know if there is a dropout layer that i can use it on sparse tensor. I will be appreciate it if you can show me the name? Just like the sparse_dropout in tensorflow! We have a set of [listed resources available on the website](https://pytorch.org/resources). Our primary means ...
module: sparse,module: nn,triaged,enhancement
low
Minor
591,663,131
TypeScript
Suggestion: Reference expression type during cast
## Search Terms cast reference expression type ## Suggestion I would like to be able to reference original type of the expression during cast. For example: ```typescript const o = { x: { a: 1 } as typeof & { b?: number } } // type of o.x is now { a: number; b?: number } ``` I am not attached to...
Suggestion,Awaiting More Feedback
low
Major
591,753,841
PowerToys
Feature request: stretch and resize windows
Three different feature: 1. Stretch windows: Allows the user to double click (example) a window edge, that will stretch (resize) the window up to the next window adjacent to the edge clicked. ![snap](https://user-images.githubusercontent.com/50175382/78119396-08da1f00-7411-11ea-92cd-0bc0717ac21c.gif) 2. ~Mag...
Idea-Enhancement,Product-Window Manager
low
Major
591,769,208
godot
Some InputEvents aren't received by custom viewports
**Godot version:** Godot 3.2.1 **OS/device including version:** Windows 10 **Issue description:** Custom viewports doesn't receive some input events (like keypresses). **Steps to reproduce:** Add a Viewport, a TextureRect with a ViewportTexture attached to it, add a node inside of the viewport wit...
bug,documentation,topic:input
low
Major
591,781,699
rust
Add option to set global `no_run` for doc test
As this [issue](https://github.com/GuillaumeGomez/doc-comment/issues/20). I want to guarantee all examples in external files can pass compiling, but I would not like to run them. The main reason not to add no_run for each block is many markdown renders cannot correctly recognize a "rust,no_run" block. So, coul...
T-rustdoc,C-feature-request,A-doctests
low
Minor
591,783,476
rust
Associated types expansion issue
Adding an bound on an associated type (`where T::BarOutput: TraitFoo`) causes the compiler to erroneously complain about the original bound: `the trait bound ``T: TraitBar<u64>`` is not satisfied` The compiler is able to expand the associated type `BazOutput` enough to generate that error, but not enough to reali...
A-trait-system,A-associated-items,T-compiler,C-bug,A-lazy-normalization,T-types,fixed-by-next-solver
low
Critical
591,794,246
pytorch
Add KFAC optimizer
## 🚀 Feature Add the [Kronecker-factored Approximate Curvature (KFAC)](https://arxiv.org/abs/1503.05671) optimizer and/or [E-KFAC](https://arxiv.org/abs/1806.03884). ## Motivation These are both approximate second order methods with promising results in terms of convergence rate. KFAC uses an block-diagonal appro...
module: optimizer,triaged,needs research
low
Minor
591,806,185
create-react-app
Expose env vars both with and without the REACT_APP_ prefix
### 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..." --> A third party library I'm using leverages a certain env variable, say `XYZ`. Currently there's no way for me to supply that. ### Describe the sol...
issue: proposal,needs triage
low
Minor
591,825,325
pytorch
Hook on input tensor not called when using autograd.grad()
## 🐛 Bug A backward hook registered on the input Tensor of the output expression is called when gradients are calculated by running `autograd.backward(output)` but not when running `autograd.grad(output, input)`. In both cases the gradients are calculated and are the same except that `grad()` returns a tuple. Th...
module: autograd,triaged,actionable
low
Critical
591,831,766
PowerToys
[Run] Vim (j,k) feature or other keys combinations to navigate items
# Summary 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). --> Many Vim users would love to have `j` and `k` keys to navigate listed items after focusing it w...
Idea-Enhancement,Help Wanted,Product-PowerToys Run,Area-User Interface,Area-Accessibility
low
Major
591,863,406
vscode
Investigate setting Electron's proxy from user setting
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been...
bug,proxy
low
Critical
591,866,589
flutter
[web] Uncaught (in promise) TypeError: Failed to fetch ( Actual Error message not shown because service worker exception is not handled)
In the flutter web app , if error occurs when the service worker makes a fetch call ( because the resource was not found in cache) , if the fetch call gives an error , its not handled. It doesn't give the same error message as would have been given by the browser if we didn't use service worker. It just gives thi...
tool,platform-web,a: error message,P2,team-web,triaged-web
low
Critical
591,910,193
flutter
ReorderableTableView
## Use case I'm trying to create a set of columns, like a table, where i can drag and reorder items both within columns and from one column to another. I'm using `Draggable` and `DragTarget` but i find it difficult to keep the data in sync with the views and draggables. Maybe someone else have this problem and a gen...
c: new feature,framework,f: scrolling,would be a good package,c: proposal,P3,team-framework,triaged-framework
low
Minor
591,912,965
PowerToys
Markdown Preview: Show images
Iit would be nice if the images referred to in Markdown files could be shown. This may be a security issue though. > Note: I am the author of [MarkdownPreview](https://github.com/Atrejoe/MarkdownPreview), a Windows Explorer preview pane extension looking forward to drop support, already announcing people to switch t...
Idea-Enhancement,Product-File Explorer
medium
Critical
591,943,011
PowerToys
Syntax highlighting for Markdown preview
Markdown preview does not do any syntax highlighting. Please enable syntax highlighting. This will prevent me from opening vscode for every README that I come across.
Idea-Enhancement,Product-File Explorer
low
Major
591,952,138
TypeScript
Support non-constructor JSX factory functions
**TypeScript Version:** 3.3.3 to 3.8.3 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** jsx factory function constructor component ElementClass **Expected behavior:** I'm trying to pass a factory function instead of a class component as a JSX ...
Suggestion,Awaiting More Feedback
low
Critical
592,008,620
rust
Cargotest enhancements
The Infra team recently made some decisions around the future of cargotest - and there is more to decided and implemented. This issue tracks this work. Reference: https://paper.dropbox.com/doc/The-future-of-cargotest--AxQ6EFIbNcslFkGPv4Kbr8yhAg-KuqIf3UWJnfrfrukx8o4G
A-testsuite,P-low,T-bootstrap,T-infra,C-tracking-issue
low
Minor
592,009,951
TypeScript
Making isServer() and isClient() checks work in TypeScript
## Search Terms React, Isomorphic, Client/Server, Frontend, Backend, process, server, window <!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily --> ## Suggestion Add a typing mechanism for narrowing down global variable dec...
Suggestion,Awaiting More Feedback
low
Minor
592,029,837
create-react-app
Support incremental transition from flow to typescript
### Is your proposal related to a problem? If you have a codebase written in Flow but want to transition to TypeScript, it would be useful for Create React App to support doing this incrementally without additional config. At the moment, when following the ['Adding Flow'](https://create-react-app.dev/docs/adding-...
issue: proposal,needs triage
low
Critical
592,050,722
flutter
[gen_l10n] Checking for unused messages
Currently, there is no way to tell if there is a message that isn't being used in the Flutter application. It would be nice to be able to use the tool to check what messages aren't being used in the application so that they can be removed, edited, properly used, etc. /cc @HansMuller
c: new feature,framework,a: internationalization,c: proposal,P3,team-framework,triaged-framework
low
Minor
592,067,506
godot
Godot project manager not responding
**Godot version:** Godot_v3.2.1-stable_win64 but any other vesion of godot seems to be not working too (I tried with 3.2 and 3.1, win32 and win 64). **OS/device including version:** Windows 10 Version 10.0.18363 CPU Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz, 2712 MHz, 2 core(s), 4 logical processors(s) GPU ch...
topic:editor,confirmed
medium
Major
592,097,387
flutter
[gen_l10n] Automatically handle unimplemented messages
We want developers to be able to say AppLocalizations.foo or AppLocalizations.bar("arg1", "arg2"), before foo or bar have been defined in the template arb file. This will allow Flutter developers using the tool to continue writing their applications without requiring that the methods and/or getters are available to the...
c: new feature,framework,a: internationalization,c: proposal,P3,team-framework,triaged-framework
low
Minor
592,100,047
pytorch
[JIT] Tracer bakes List[Tensor] attribute as constant
``` class TryTracingListClass(torch.nn.Module): def __init__(self): super().__init__() self.classes = [ torch.rand(3, 4) for _ in range(3)] def forward(self): # return torch.ops._TorchScriptTesting.take_a_list2(self.classes) return torch.cat(self.classes) ...
oncall: jit,triaged
low
Minor
592,133,187
vscode
Display Language doesn't update automatically
- Open argv file and change the display language. - No restart notification is shown Re #93771 * Change Display Language in one instance, it requires restarting the app * The second instance doesn't show any notification after sync update * Restart the second instance uses the new display language
feature-request
low
Minor
592,151,861
rust
rustdoc: Indicate that an item is in the prelude
**Describe the problem you are trying to solve** It sucks when you have been importing an item manually your whole life and then you find out that it's in the prelude. **Describe the solution you'd like** It would be very nice if there was like a little check next to the item's name that says "_✓prelude_", when it...
T-rustdoc,A-resolve,C-feature-request
low
Minor
592,152,082
create-react-app
Support worker-loader and report errors in child loaders
### Is your proposal related to a problem? If you try to use `worker-loader` in your webpack config, either by ejecting or by patching it into `react-scripts/config/webpack.conf.js` by other means, and there are any eslint errors in your worker files, your build will pretend to succeed but it will produce no build f...
issue: proposal,needs triage
low
Critical
592,162,843
pytorch
Linking error after marking an op `manual_kernel_registration: True`
## 🐛 Bug If you specify `manual_kernel_registration: True` for an operator in `native_functions.yaml`, libtorch won't build unless you expose implementation of your operator for exactly one backend, arbitrarily chosen. ## To Reproduce 1. checkout https://github.com/pytorch/pytorch/pull/35829 1. `python setup...
module: build,triaged
low
Critical
592,178,223
PowerToys
Synchronize taskbar icon order
There should be a way to enable/disable as part of my profile synchronization of the taskbar settings. I have this issue because I use multiple machines, and my winkey+number shortcuts don't always work properly; because the taskbar shortcuts aren't in the same order on both my machines. If it could only sync the f...
Idea-New PowerToy
low
Minor
592,192,600
flutter
Add option to avoid pod install during "flutter build ios"
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
platform-ios,tool,a: build,P3,team-ios,triaged-ios
medium
Critical
592,192,990
flutter
Clang 6e00e3fcb082c3f19309ebc6f184ab326eec3328 fails on Android x86 builds
Rolling to https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang/mac-amd64/+/git_revision:6e00e3fcb082c3f19309ebc6f184ab326eec3328 (the latest GOMA enabled toolchain as of this writing) fails on lld for Android x86 (and maybe x64) targets, with errors like: > contains a compressed section, but zlib i...
platform-android,engine,P2,team-android,triaged-android
low
Critical
592,196,061
go
cmd/gofmt: allow same level indent for block comments
Given the following code: ```go /* someDisabledCode() */ ``` It will be reformatted as: ```go /* someDisabledCode() */ ``` (notice the indent it injects) This is frustrating for users who need to maintain patches since it means that there is now a potentially massive diff when trying to comment large ...
NeedsInvestigation
low
Major
592,202,619
flutter
Support golden tests in C++ unit tests for the engine
Right now, engine unit tests do not have a good way to run golden file tests on multiple platforms, particularly when there are features like text/gradients/shadows/etc. that differ slightly across platforms. It seems like the ideal solution would be to make the gtest fixtures use Skia gold if possible. /cc @piinks...
a: tests,engine,c: proposal,P2,team-engine,triaged-engine
low
Minor
592,262,073
godot
.fnt reload doesn't clear removed kerning pairs
**Godot version:** 3.2.0 **OS/device including version:** Windows 10, Alienware Aurora 15(?) **Issue description:** When editing a .fnt file, Godot will normally detect the change and reload the font data. If you remove a kerning pair, the old values for that pair will remain. **Steps to reproduce:** 1. Gen...
bug,topic:import
low
Minor
592,289,240
flutter
SelectableText inside InkWell absorbs Tap and nothing happens
Placing a `SelectableText` inside `InkWell` makes the `onTap` callback stop working. The ink splash is very minimal and the `SelectableText` selects all the text if I long press for a while. The expected behavior would be that a tap would execute the `onTap` callback, the ink splash would be wide and visible as norm...
a: text input,framework,f: material design,f: gestures,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Major
592,298,089
flutter
3 point arc in custom painter
Not a bug report, my flutter works just fine. ## Use case Trying to create the below shape with custom painter https://rive.app/a/Pshah/files/flare/suggestion/preview //https://dribbble.com/shots/10853019-Youtube-Music-Player: Notice the swipe gestures, trying to right a package for that I was trying to form ...
framework,c: proposal,P3,team-framework,triaged-framework
low
Critical
592,312,592
material-ui
Theme interoperability with styled-components and emotion
<!-- Provide a general summary of the issue in the Title above --> Here is the type: ``` export interface CSSProperties extends BaseCSSProperties { // Allow pseudo selectors and media queries // `unknown` is used since TS does not allow assigning an interface without // an index signature to one with an...
breaking change,typescript
low
Critical
592,327,044
flutter
Retain canvas state for high performance drawing
Hi, I would like to be able to continuously draw to a canvas and be able to reflect the canvas state on the screen. Currently with CustomPainter the paint callback receives a canvas that cannot be set, therefore many developers in the community are relying on passing a points array as state to the custom painter,...
engine,c: performance,c: proposal,perf: speed,P2,team-engine,triaged-engine
low
Major
592,352,768
opencv
null-pointer-dereference and buffer overflow: OpenCV 3.4
##### System information (version) - OpenCV => 3.4.9 - Operating System / Platform => Win64 ##### Detailed description There appear to be several places where a nullptr dereference can occur in core(persistence). These have been listed as security vulnerabilities in https://nvd.nist.gov/vuln/detail/CVE-2019-1...
priority: low,category: core,affected: 3.4
low
Critical
592,401,308
youtube-dl
Support https://www.lumni.fr
- [x ] I'm reporting a new site support request - [x ] I've verified that I'm running youtube-dl version **2020.03.24** - [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-support-request
low
Critical
592,416,784
pytorch
CUDNN_STATUS_INTERNAL_ERROR with GPU RTX 8000
Bug:🐛 cuDNN error: CUDNN_STATUS_INTERNAL_ERROR ## To Reproduce Steps to reproduce the behavior: Python crnn.py <!-- If you have a code sample, error messages, stack traces, please provide it here as well --> ## Expected behavior It works fine on GPU RTX6000,V100 So it should works fine on RTX8000 to...
needs reproduction,module: cudnn,module: cuda,triaged
medium
Critical
592,422,129
flutter
[espresso] : Unable to run espresso test locally
I followed all the steps mentioned in `readme` to run a simple espresso test to check text of a button and then click on it, but getting below error : ``` > Task :app:compileDebugAndroidTestJavaWithJavac FAILED /Users/deeptibelsare/Documents/DarshanUdacity/Flutter/flutter_app_demo/android/app/src/androidTest/java/...
package,team-ecosystem,P2,p: espresso,triaged-ecosystem
low
Critical
592,439,572
TypeScript
Provide a ReadonlyRegExp type
## Search Terms readonlyregexp readonly regexp ## Suggestion Provide a new `ReadonlyRegExp` type that represents a read only `RegExp`. ## Use Cases This is similar to other readonly types, e.g. `ReadonlyArray` -- I prefer my code to be immutable by default. I have a `DeepReadonly` helper that could map `...
Suggestion,Awaiting More Feedback
low
Critical
592,470,744
pytorch
torch.autograd.set_detect_anomaly(True) does not exist in C++?
## 🐛 Bug I got the following error when calling `optimizer.backward()`. `one of the variables needed for gradient computation has been modified by an inplace operation: [CPUFloatType [50, 40]], which is output 0 of TBackward, is at version 2; expected version 1 instead. Hint: enable anomaly detection to find the o...
module: cpp,triaged
low
Critical
592,508,188
vscode
[semantic tokens] provide code assist for tokenModifiers
refs #93804: no code assist for tokenModifiers: <img width="672" alt="2020-04-02_11-59-20" src="https://user-images.githubusercontent.com/1898161/78236003-b6b10080-74d9-11ea-8103-cec53834ae19.png"> I did get code assist in other cases: <img width="803" alt="2020-04-02_11-59-50" src="https://user-images.githubus...
feature-request,themes
low
Minor
592,556,408
godot
Weird Light2D mask behaviour when using `light()` in shader
**Godot version:** 3.2.1 **OS/device including version:** Linux 5.5.13-1-MANJARO **Issue description:** When using a Light2D as a mask and modifying its appearance in a shader using `light()` the colors are off. ![Screenshot_20200402_132050](https://user-images.githubusercontent.com/30960698/78243842-caae2f80-7...
discussion,topic:rendering,documentation
low
Minor
592,560,721
opencv
OpenCV4.2.0 VideoCapture bug
##### System information (version) - OpenCV => 4.2.0 - Operating System / Platform => Windows 10 64 Bit (One virtual machine) - Compiler => Visual Studio 2019 when i use 2.4.9, everything works fine. but if i use opencv4.2.0, i got the following image. ```.cpp #include <iostream> #include "opencv2/opencv.h...
priority: low,category: videoio(camera),incomplete,platform: win32,needs investigation
low
Critical
592,617,700
electron
session option to do not cache authentications
### 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:
low
Minor
592,636,753
PowerToys
Current monitor sinalyzer
Hi! # Summary of the new feature/enhancement There's something which annoys me on using multiple monitors: sometimes, I start to type on the wrong one and mess with code or trigger an unintended keyboard shortcut. Is it possible to change the color of the toolbar of the current monitor? I need a way to easily ...
Idea-New PowerToy,Product-Window Manager
low
Minor
592,688,876
TypeScript
Include CompilerHost in TransformationContext
## Search Terms compiler host, CompilerHost, transformation context, TransformationContext, transformer, custom transformer ## Suggestion I'd like to access the `CompilerHost` instance from my custom transformers (via `TransformationContext`). As far as I can see this wouldn't expose any "risky" patterns like...
Suggestion,In Discussion
low
Minor
592,693,030
pytorch
Error when loading jit traced FasterRCNN model in C++
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> I used the torch.jit.trace() in python to trace the fasterrcnn_resnet50_fpn model provided in the latest torchvision (I installed the torchvision from source). However, an unhandled exception occured when I used libtorch API to load this model. ...
oncall: jit,triaged
medium
Critical
592,755,683
PowerToys
Profiles in Keyboard Manager
Have both predefined profiles (e.g. mac/linux/etc) available to user, and also allow the user to create custom profiles. Provide a quick way to switch between profiles.
Idea-Enhancement,Product-Keyboard Shortcut Manager
high
Critical
592,768,287
vscode
Timeline providers that don't need URI's should be able to render on empty workbench
#84297 Currently when the workbench has no ActiveTextEditor, the timeline view won't load anything. But there is a category of "workspace timeline" events that should be able to work without any active editor. For instance: Timeline of past/future sprints/iterations Timeline counting down days till code freeze/...
feature-request,timeline
low
Minor
592,799,758
vscode
Better support for case sensitive macOS
Issue Type: <b>Bug</b> I have found a case where a GIT repo has two folders with different casing. but VSCode only shows one directory related to https://github.com/microsoft/vscode/issues/90983 VS Code version: Code - Insiders 1.44.0-insider (20b88fa0694cae8e46ffd305a1450ba58ae6065b, 2020-04-01T08:34:11.08...
feature-request,file-explorer,macos,file-io
high
Critical
592,807,484
TypeScript
JSDoc Object.<key, value> Syntax doesn't suport uppercase key type
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been...
Bug,Domain: JSDoc
low
Critical
592,828,281
TypeScript
Parsing issue for call expression with type arguments following left-shift
**TypeScript Version:** 3.8.3 **Search Terms:** left shift, type parameter **Expected behavior:** Syntax highlighting stays intact. **Actual behavior:** Syntax highlighting breaks, even with ts-ignore. **Code** ```ts function alignof<T>(): number { return 1; } // works function foo<T>(): number {...
Bug,Help Wanted,PursuitFellowship
low
Minor
592,832,627
PowerToys
[FancyZones] Priority grid zone positions are not consistent
<!-- **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. --> # Environment ``` Windows build number: 19041.172 PowerToys version: Master/0.16.0 PowerToy module f...
Issue-Bug,FancyZones-Dragging&UI,Product-FancyZones,Priority-3
low
Critical
592,855,090
rust
An std::fmt syntax to propagate formatting parameters
When implementing custom `fmt::Debug`/`Display` formatters for simple types such as in the following example, the straightforward implementation does not propagate formatting parameters: ```rust pub struct Rectangle { pub origin: Point, pub size: Size, } impl fmt::Display for Rectangle { fn fmt(&...
T-libs-api,C-feature-request
low
Critical
592,859,694
flutter
Deprecate legacy release tag parsing logic
Once it's safe to (full audit of the code would be necessary to determine this), remove the legacy flutter release tag parsing logic introduced in https://github.com/flutter/flutter/pull/53715.
team,tool,P3,c: tech-debt,team-tool,triaged-tool
low
Minor
592,881,895
flutter
Support adding certain widgets inside CustomScrollViews aka, loosen Sliver requirements.
I have a CustomScrollView and I want to wrap my widgets with certain widgets that are not slivers, but don't really affect the rendering of the widgets, e.g. `GestureDetector`. I know it's not a sliver, but its child is. I have to then wrap it with a `SliverToBoxAdaptor` and then change its child to a non-sliver compon...
c: new feature,framework,f: scrolling,c: proposal,P3,team-framework,triaged-framework
low
Major
592,889,941
angular
Inline CSS from Angular Animations lost when reattaching Route Snapshot
# 🐞 bug report ### Affected Package @angular/animations @angular/router ### Is this a regression? Behavior started with angular 9 ### Description When using a Custom Route Reuse strategy the css that had been applied via an angular animation disappears leaving the element in neither "animation state" ...
type: bug/fix,area: animations,freq2: medium,area: router,state: needs more investigation,P3
low
Critical
592,898,860
rust
Cloned sockets are inherited by child processes on windows
Given this test code running on Windows 10 compiled with rustc 1.41.0: ```rust use std::{net::UdpSocket, os::windows::io::AsRawSocket, process::Command}; use winapi::{ shared::minwindef::DWORD, um::{handleapi, winbase, winnt}, }; fn main() -> std::io::Result<()> { let socket1 = UdpSocket::bind("...
O-windows,T-libs-api,C-bug,A-io,A-process
low
Minor
592,925,509
flutter
[gen_l10n] Allow developer to select subset of localizations to add to application
Currently, all localizations files are generated in a Flutter application using the `gen_l10n` tool. We should consider including ways that the Flutter developer can select which localizations to include in their application. The only way right now is to manually modify the lookup method in the localizations delegate c...
c: new feature,framework,a: internationalization,c: proposal,P3,team-framework,triaged-framework
low
Minor
592,937,970
go
cmd/go: poor error message when resolving an import path that is missing from the main module
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.14 windows/amd64 </pre> ### Does this issue reproduce with the latest release? Yes, as of 1.14 ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Out...
NeedsFix,modules
low
Critical
592,946,376
flutter
[web] add other locales to a11y enable button
The button to enable a11y only has aria-label in english. We should internationalize the aria-label to make sure that a11y instruction is understandable.
c: new feature,engine,a: accessibility,platform-web,P2,team-web,triaged-web
low
Minor
592,952,013
godot
5.1 AudioStreams not playing all channels
**Godot version:** b0eca5828 **OS/device including version:** Windows/Linux **Issue description:** Trying to play a 5.1 ogg file in godot causes it to only play a few channels, this results in the audio playback not being what it should be. **Steps to reproduce:** Use a 5.1 ogg audio file and try to play i...
bug,topic:audio
low
Minor
592,970,142
flutter
CanvasKit backend should collect "text_layout" benchmark data
We currently track this for the DOM backend. We should do the same for CanvasKit. /cc @mdebbar @hterkelsen
engine,platform-web,e: web_canvaskit,P3,team-web,triaged-web
low
Minor