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
706,677,403
create-react-app
MultiCompiler (array of webpack configs) causes "Cannot read property 'tap' of undefined" in WebpackDevServerUtils.js at `npm start`
### Describe the bug After turning my webpack into a MultiCompiler (returning an array of configs instead of a single object to webpack), `npm start` would fail with a `Cannot read property 'tap' of undefined` error. ### Did you try recovering your dependencies? yes, did not help ### Which terms did you sea...
needs triage,issue: bug report
low
Critical
706,677,571
node
It's possible to push data to a Readable in mid-destroy state
* **Version**: 15.4.0, 14.11.0 * **Platform**: `Linux solus 5.6.19-158.current #1 SMP PREEMPT Sun Jul 26 14:17:01 UTC 2020 x86_64 GNU/Linux` * **Subsystem**: stream ### What steps will reproduce the bug? ```js const {Readable} = require('stream'); class X extends Readable { constructor() { sup...
stream
medium
Critical
706,684,720
electron
window.focus from webapp does not trigger the focus event of the BrowserWindow
### 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...
bug :beetle:,status/confirmed,component/BrowserWindow,9-x-y,10-x-y,has-repro-gist,11-x-y,12-x-y
medium
Major
706,688,644
flutter
[web][a11y] issues with screenreaders (Narrator and Ocra)
Due to the error happening using the [tab key](https://github.com/flutter/flutter/issues/52106) when screen reader is on, the screen readers which uses `tab` as the main navigator key (such as Narrator), a11y does not work (unless the user explicitly changes the modifier keys).
a: accessibility,platform-web,P2,team-web,triaged-web
low
Critical
706,716,259
TypeScript
DashCase and CamelCase intrinsic string types, or similar
<!-- 🚨 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
medium
Critical
706,731,799
vscode
Support tab completion / custom key handlers in QuickPick
<!-- ⚠️⚠️ 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. --> In https://github.com/jit-y/vscode-advanced-op...
feature-request,quick-pick
low
Major
706,752,469
node
Dynamic import fails in DevTools inspector (invalid host defined options)
<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` P...
inspector
low
Critical
706,885,437
flutter
Failed to attach to the observatory, Connection closed before full header was received
## Steps to Reproduce <!-- Please tell us exactly how to reproduce the problem you are running into. --> 1. `flutter create test_ios14` 2. `flutter run` 3. blank screen ## Logs first run ``` Running Xcode build... └─Compiling, linking and signing... 25.7s Xcode build done. ...
c: crash,platform-ios,tool,t: xcode,e: OS-version specific,P2,team-ios,triaged-ios
low
Critical
707,085,244
youtube-dl
Trying to grab all audio track, all subtitles, and 1920x1080 tracks (some videos have 2 video tracks)
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
707,094,733
godot
Assets will not be imported when added to a project after switching from another project that also contains them
**Godot version:** 3.2.3 **OS/device including version:** Windows 10 2004 **Issue description:** After switching between projects with Quit to Project List, if an asset was in the previous project and is then added to the current project, it won't be imported. **Steps to reproduce:** Install [this plugin](...
bug,topic:editor
low
Minor
707,108,285
create-react-app
disable react/react-in-jsx-scope in eslint-config-react-app
related pr: https://github.com/facebook/create-react-app/pull/9645
issue: proposal,needs triage
low
Minor
707,110,023
gin
FormPost will binding failed of custom type in some case with json.Unmarshal
## Description <!-- Description of a problem --> While the implement of `binding.FormPost` will trying to use`json.Unmarshal` to deal with custom or unknown type. https://github.com/gin-gonic/gin/blob/3100b7cb05a8072b76d31686d8a7b4f9b12df4be/binding/form_mapping.go#L212 But it will failed if the data is represe...
bug
low
Critical
707,152,873
rust
Refactor handling of statics
Our current handling of statics is suboptimal: a use of a static `STATIC` is desugared to `*{const-ptr-to-static}`, which is nice because it means we do not need any special case in the MIR for statics, but causes problems when statics *need* to be treated differently. One example of such special treatment is [const ch...
C-cleanup,T-compiler,A-MIR
low
Critical
707,168,509
go
x/net/http2: RST_STREAM ErrCode=CANCEL sent to a closed stream
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.2 linux/amd64 $ vegeta --version Version: 12.8.3 Commit: d9b795aec8585...
NeedsInvestigation
low
Critical
707,206,134
godot
Linux crash in Mesa when using Iris driver
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.3 **OS/device including version:** Linux 5.4.0-48-generic Ubuntu SMP x86_64 GNU/Linux ``` $ glxinfo | grep -i opengl OpenGL vendor string: I...
bug,platform:linuxbsd,topic:rendering,topic:thirdparty
low
Critical
707,222,634
node
TCP socket emits `error` after `close`
* **Version**: v12.18.0 * **Platform**: Linux 4.15.0-96-generic #97-Ubuntu SMP Wed Apr 1 03:25:46 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux * **Subsystem**: net, streams ### What steps will reproduce the bug? **This might not be a bug itself**, but just some missing details in the documentation. The documentation a...
net
low
Critical
707,235,291
flutter
WebView loads a long HTML display blank
## Steps to Reproduce <details><summary>Sample code</summary> ```dart import 'dart:convert'; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:webview_flutter/webview_flutter.dart'; void main() => runApp(MyApp()); ...
c: crash,e: device-specific,a: platform-views,p: webview,package,team-ecosystem,P3,platform-views: vd,found in release: 2.2,found in release: 2.5,platform-views: tlhc,triaged-ecosystem
low
Critical
707,260,950
pytorch
DataLoader with cv2 and some numpy/cv2 import order causes workers to not work
## 🐛 Bug Dataloader doesn't work when using cv2.resize on Dataset. ## To Reproduce Steps to reproduce the behavior: 1. import torch before numpy 1. create some nn.module and load state_dict 1. resize a image to a larger size using `cv2.resize` in the Dataset Class 1. then DataLoader does not work (This ...
high priority,needs reproduction,module: dataloader,triaged,module: multithreading,module: regression
low
Critical
707,268,361
pytorch
JIT doesn't support rfloordiv with scalars correctly
``` def _wrapped_rfloordiv_scalar(a): return 5 // a scripted = torch.jit.script(_wrapped_rfloordiv_scalar) scripted(torch.tensor(5.)) : RuntimeError: Cannot input a tensor of type Float as an integral argument ``` Note that this works in eager mode: ``` 5 // torch.tensor(5.) : tensor(1.) ``` cc @gma...
oncall: jit,days,TSUsability,TSRootCause:PyTorchParityGap
low
Critical
707,286,210
PowerToys
"Keep windows in their zones when the screen resolution changes" does not work correctly on all Virtual desktops
I use Remote Desktop Connection to connect to a desktop and use a super-ultra-wide monitor locally. When I connect to the remote desktop the resolution goes to my full screen(5120x1440). When I disconnect from it the remote desktop the resolution switches back to default for that computer (2560x1440). On that compute...
Issue-Bug,Product-FancyZones,Priority-3,FancyZones-VirtualDesktop
low
Minor
707,307,341
godot
TargetFramework .NET Standard 2.0+ crashes on launch, can't find assembly System.Text.Json
**Godot version:** - **3.2.3 mono** stable - **4.0 mono** compiled at commit d425cf6fe **OS/device including version:** Ubuntu 20.04 **Issue description:** Godot 3.2.3 was released and includes PR #41408 which, as I understand, should allow me to change the framework to .NET Standard 2.0 or greater. So I tri...
bug,confirmed,topic:dotnet,high priority
medium
Critical
707,312,008
react
FR: Allow displaying debug information for reconcilers in DevTools
React allows to develop custom reconcilers. However, currently it is not possible to display custom debug information about the generated Instances in the react DevTools. Therefore, I propose to introduce two functions into `HostConfig`: ```TypeScript getInstanceDebugInfo?: (instance: Instance) => any; getT...
Type: Discussion,Component: Developer Tools
low
Critical
707,392,057
opencv
Swift Package Manager Support
**Official package**: - no plans to support that **Non-official packages**: - *please left a comment below so we can add a link here* --- With Swift 5.3, the package manager can also deal with precompiled binaries. Is there any plan to support openCV with a Package.swift?
priority: low,category: infrastructure,platform: ios/osx,category: swift/objc bindings
low
Major
707,399,275
create-react-app
Could you provide posible options for 'BROWSER' setting in .env file?
My case - Chrome Developer Edition, unfortunately it's unclear which value is valid? Already tried like: 'chrome dev', 'Google Chrome Developer', ''Google Chrome Developer Edition', 'Chrome Developer Edition'. Thanks
stale
low
Minor
707,420,993
vscode
macOS: System file icons not showing language icons
![image](https://user-images.githubusercontent.com/35271042/94026512-9e29f080-fd6e-11ea-834e-de89fe20c57f.png) Not sure if there were any changes in our build process or the tool we use to build the file icons, but it appears that the system file icons that used to show the language icon when set to open w/ VS Code ...
bug,help wanted,macos,workbench-os-integration
low
Minor
707,430,651
flutter
Flutter tool cannot find/use JDK from Android Studio Flatpak
``` $flutter doctor --android-licenses Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema at com.android.repository.api.SchemaModule$SchemaModuleVersion.<init>(SchemaModule.java:156) at com.android.repository.api.SchemaModule.<init>(SchemaModule.java:75) at com.androi...
tool,P2,team-tool,triaged-tool
low
Critical
707,433,623
pytorch
Staged backend boxed fallback (per-operator precomputation / precompute)
When writing the backend fallback for conjugate views (https://github.com/pytorch/pytorch/pull/44799) I noticed that I needed to do some computation on the function schema to determine what the appropriate course of action. This computation is indifferent to the actual IValues, and could be done once per operator and t...
triaged,module: dispatch
low
Minor
707,439,568
go
x/build/env/android-amd64-emu: fix and rebuild image after addition of ANDROID_SDK_ROOT
In order to unblock [CL 244057](https://golang.org/cl/244057) (which fixes #39945), we need to rebuild the android-amd64-emu builder image given that [CL 247357](https://golang.org/cl/247357) has been submitted. Doing so needs some fixes because a (Debian) package became unavailable due to a security issue. Copied f...
help wanted,Builders,NeedsInvestigation
low
Critical
707,448,399
node
Reloading page bypasses TLS client authentication
<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` P...
tls,doc
low
Critical
707,460,653
excalidraw
Feature request: Minimap
Firstly, thanks so much for building this awesome tool! ❤️ I've been opening some huge diagrams recently and have to zoom right out to make sure that I don't miss any context. It would be great if there was a minimap that showed a primitive version of the whole canvas, it would be even better if you could pan the...
enhancement
low
Major
707,461,466
PowerToys
Windows Server Support
## 📝 Can we get Windows Server 2016/2019 support for this? I would love to install this on all my servers that I use regularly in the lab. If you'd like to see this feature implemented, add a 👍 reaction to this post. **crutkas** We need WinUI 3.1 for multi-window and elevation support. From there we can mig...
Area-Setup/Install,Status-Blocked
medium
Critical
707,465,973
godot
Always on top causes debug window to not respond after runtime error on Mac
**Godot version:** version 3.2.3 stable **OS/device including version:** macOS Mojave 10.14.6 MacBook Pro (Retina, 15-inch, Late 2013) **Issue description:** If `always on top` is enabled and a runtime error occurs, the debug window stops responding. Any time a runtime error occurs you have to force quit the ...
bug,topic:editor,topic:porting,usability
low
Critical
707,487,597
PowerToys
Way to control monitor sleep time if computer is locked
## 📝 Modify Default Lock Console Timeout By default the Windows 10 lock screen times out after 60 seconds. There is no accessible setting that allows a user to change this timeout value. Previously this value was editable via a registry key as described [here](https://www.howtogeek.com/267893/how-to-change-the-wind...
Idea-New PowerToy
low
Major
707,516,391
TypeScript
Do not perform typechecking if files are unchanged when compiling with `-p`
## Search Terms incremental, composite # Chrome DevTools and TypeScript TLDR: integrate/improve incremental build functionality into `-p` **Please see the summary at the bottom for the actual feature request in this issue. The rest of it is (important) background information as to why we are making this fe...
Suggestion,In Discussion,Domain: tsc -b,Domain: --incremental
medium
Critical
707,519,424
electron
contextBridge.exposeInMainWorld does not copy Error details
<!-- 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:,10-x-y
medium
Critical
707,527,179
flutter
Allow for setting --host-vmservice-port and --dds-port via environment variables
It should be possible for users to have a pair of environment variables that can be used to configure the host VM service port and DDS bind port without needing to provide additional flags. This would simplify workflow for developers in google3 (see b/167126043). cc @jonahwilliams
tool,P3,team-tool,triaged-tool
low
Minor
707,539,412
pytorch
Adding @torch.no_grad() to forward () causes undefined value in torch.jit.script()
## 🐛 Bug Adding @torch.no_grad() decorator to forward causes undefined value in torch.jit.script . ``` RuntimeError: undefined value myfunc: File ".../envs/pt16_p36/lib/python3.8/site-packages/torch/autograd/grad_mode.py", line 55 self.python_only_fn(input) output = myfunc(input) ...
oncall: jit
low
Critical
707,549,242
go
x/build/cmd/updatestd: investigate a package-first update strategy, instead of module-first
Patch set 1 of [CL 256357](https://golang.org/cl/256357) implemented a per-module update strategy for golang.org/x dependencies in the std and cmd standard library modules. At a high level: 1. Determine build list (aka list of _modules_ that are in module graph). 2. Invoke a single go get command that selects desir...
Builders,NeedsInvestigation
low
Minor
707,551,156
terminal
Add settings.json option for turning jumplist population on and off
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl...
Area-UserInterface,Product-Terminal,Issue-Task
low
Critical
707,551,670
go
cmd/vet: flag likely incorrect %T usages on reflect.Type
In code that uses Go reflection, it is common that the user prints the type. However, it easy for people (out of habit) to use %T with a `reflect.Type` when they should actually be using `%v` instead. For example: ```go t := reflect.TypeOf(...) if checkValid(t) { panic(fmt.Sprintf("invalid type: %T", t)) // ...
NeedsInvestigation,FeatureRequest,Analysis
low
Minor
707,552,374
tensorflow
einsum for SparseTensors
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Mac - TensorFlow installed from (source or binary): Source - TensorFlow version (or github SHA if from source): 2.2.0 **Provide the text output from tflite_convert** I do not find an 'optimized' way to compute a multiplication betw...
stat:awaiting tensorflower,type:support,comp:ops,TF 2.2
medium
Major
707,554,618
TypeScript
Extract to function in upper scope
<!-- ⚠️⚠️ 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. --> We have `Extract to function in module scope` an...
Suggestion,Awaiting More Feedback,Domain: Refactorings
low
Minor
707,563,751
go
cmd/go: test reported as cached, but not actually cached
<!-- 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.15.2 linux/amd64 </pre> ### Does this issue reproduce...
ToolSpeed,NeedsInvestigation,GoCommand
low
Critical
707,609,870
flutter
Need an option to specify DDS port for FlutterPlatform
When running tests in debug mode on a remote machine, we need to be able to specify the DDS port so that we can connect from an IDE on the local side. Currently we're using the `disableDds` option instead here: https://github.com/flutter/flutter/blob/a17b3309807a2fadabf4482d2705edc841f5fcfa/packages/flutter_tools/lib/s...
a: tests,tool,P3,team-tool,triaged-tool
low
Critical
707,611,207
create-react-app
Don't generate source maps by default as this make production code visible to anyone
### Is your proposal related to a problem? Yes. I just had one of my users linking a screenshot of my code and found out that my entire codebase (not minified) was completely visible to anyone in the `Sources` tab in Chrome dev tools. I found this rather insane. There's a reason people want to open-source their code. ...
issue: proposal,needs triage
low
Major
707,611,573
pytorch
FX should preserve type annotations and not break TorchScript-ability
## 🚀 Feature Right now torch.fx tracing erases all python type annotations (on inputs or intermediate values), it breaks TorchScript that requires static typing. ## Motivation One of the use cases of FX is to do program transformations from Python to Python that change the logic of the program only a little bit...
oncall: jit,triaged,module: fx
low
Minor
707,620,694
PowerToys
[Image Resizer] - command line arguments
This was an open issue before ImageResizer was integrated into Powertoys, I have discovered, and as someone with a use case for automated resizing I'd love to see it implemented. In my perfect world I would be able to reference imageresizer.exe in the middle of a foreach loop in a PS script, running through folders and...
Idea-Enhancement,Help Wanted,Product-Image Resizer
low
Major
707,622,154
opencv
Add Syntax highlighting for opentype.js tutorials
Hi, I see that [Python and C++ tutorials](https://docs.opencv.org/master/db/deb/tutorial_display_image.html) seems to have syntax highlighting, but [JavaScript tutorials](https://docs.opencv.org/master/d0/d84/tutorial_js_usage.html) doesn't seem to have syntax highlighting You could use [highlight.js](https://hig...
category: documentation,category: javascript (js)
low
Minor
707,624,084
PowerToys
[FancyZones] Suggestion - click and hold a non-primary button to select multiple zones
How about being able to click and hold a non-primary mouse button to select multiple zones (similar to holding Ctrl)? It would mean I could position windows without touching the keyboard.
Idea-Enhancement,Product-FancyZones
low
Minor
707,625,394
PowerToys
[FancyZones] Fit window inside multiple selected zones
When selecting multiple zones the window currently resizes to the smallest rectangle that contains all selected zones. That doesn't feel right to me - I think of windows sitting inside zones not zones inside windows. I'd like to have the window resize to the largest rectangle entirely contained within the selected zo...
Idea-Enhancement,Product-FancyZones
low
Minor
707,626,952
angular
Angular Element DOM node is removed from DOM when an Angular Element is readded/reconnected
# 🐞 bug report ### Affected Package @angular/animations ### Is this a regression? No ### Description As described by @kseamon in https://github.com/angular/angular/issues/38778#issuecomment-690715758, when an Angular Element is removed from the DOM then later re-added, the animation engine removes the cu...
area: animations,area: elements,state: has PR,P3
low
Critical
707,640,844
flutter
Delete generated CMake files if build tool paths change
If someone's build tools change paths, the generated CMake files for a project can have sticky references (e.g., in `CMakeCache.txt`), and subsequent builds will fail until the build output directory is removed and regenerated. This happened to someone who switched from snap to non-snap. We could keep a set of thing...
tool,platform-linux,a: desktop,a: build,P3,team-linux,triaged-linux
low
Minor
707,644,612
storybook
@storybook/addon-storysource correct complete __STORY__ but wrong injected storySource source
**Describe the bug** Using `@storybook/addon-storysource` && `@storybook/addon-docs` the `var __STORY__` contains the expected printed string but the injector converts it to a trimmed version. **To Reproduce** not sure, We actually may be missing something in the configuration, will try to gives steps to reproduce...
bug,addon: storysource,addon: docs,source-loader
low
Critical
707,662,470
excalidraw
Imported items from the library should land to the board as a group
When using the library from mobile (If you try the link from #2179) it's quite hard to move the objects around if you miss-click (tap) and the inserted item.
enhancement,discussion
low
Major
707,680,292
storybook
Storybook 6.0 not picking up types from interfaces
**Describe the bug** I'm trying out storybook with an inner-source typescript react library I maintain at work (unfortunately, it is *not* public, but I think I can provide some anonymized examples). Funtionally, storybook is working great, but it doesn't pick up the types for documentation. My "Docs" tab is the sa...
question / support,addon: docs,block: argstable
medium
Critical
707,696,538
neovim
calling vim.fn.jobstop on an id returned by vim.fn.termopen causes a memory leak
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: NVIM v0.5.0-702-g569e75799 - Operating system/version: Windows 10 19041 - Terminal name/version: powershell / my own gui (issue seems unrelated) ### Steps to reproduce The easiest way to reproduce is to install [Telescope]...
bug,platform:windows,terminal
low
Major
707,698,622
godot
[Bullet] Generic6DOFJoint node error
**Godot version:** 3.2.3 stable **OS/device including version:** Windows 10 64-bit **Issue description:** Setting either Node A or Node B throws the warning "set_param: The parameter 2 is deprecated." **Steps to reproduce:** create Generic6DOFJoint and assign either of the two nodes
bug,confirmed,topic:physics
low
Critical
707,729,881
rust
Tracking Issue for `const fn` `type_id`
This is a tracking issue for using `TypeId::of` in constant contexts. The feature gate for the issue is `#![feature(const_type_id)]`. ### About tracking issues Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open ...
T-lang,T-libs-api,B-unstable,C-tracking-issue,A-const-eval,Libs-Tracked,S-tracking-impl-incomplete
high
Critical
707,743,094
pytorch
Functional interface for optimizers
## 🚀 Feature As requested in the context of distributed work in #44715 #44791 (cc @jbschlosser @vincentqb @albanD @wanchaol, [internal doc](https://fb.quip.com/XMLfA0XR4tnp)) and of meta-learning in #39279 (cc @egrefen @seba-1511), we want to refactor the optimizer in order to provide a functional form to them (wit...
module: cpp,module: optimizer,triaged
low
Major
707,763,182
TypeScript
Unnormalized template literal types
## Search Terms template literal types, normalization, string validation ## Suggestion An `unnormalized` keyword that can be applied to template literal types to opt out of normalization. Instead of producing a union representing the cross product of each variable in the template, the original declaration is...
Suggestion,Needs Proposal
low
Critical
707,772,122
electron
showDefinitionAtPosition API
### Problem Description <!-- Is your feature request related to a problem? Please add a clear and concise description of what the problem is. --> Under macOS it's expected to have a context menu item for looking up the definition of selected words, Electron currently provides the [`BrowserWindow#showDefinitionForSe...
enhancement :sparkles:,platform/macOS
low
Minor
707,776,397
flutter
Translate licensesPackageDetailTextZero in Macedonian
Currently does not have a translation, but the recommended string based on https://github.com/flutter/flutter/pull/66177 should be "Нема лиценци". A translation request has already been made in the internal Google translation console. If accepted by the translators, it will be updated and the next translation dump s...
framework,f: material design,a: internationalization,team-design,triaged-design
low
Minor
707,819,477
flutter
[pigeon] Support static constant values
I'm looking to define constant values to represent error codes. I can't find any documentation on what happens to any constants that are defined and where they should be defined. I'm going to try and add them to the class defined for @HostApi . This does seem to suggest that the documentation should cover off ...
d: api docs,package,team-ecosystem,p: pigeon,P3,triaged-ecosystem
low
Critical
707,826,812
ant-design
IE11中点击Select没有使得Textarea解除focus,导致光标展示在Select下拉列表中
- [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/antd-reproduction-template-forked-4ehxt?fil...
Internet Explorer,Inactive
low
Minor
707,842,371
ant-design
Separate validations for nested fields catch errors
- [ V ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/antd-broken-validation-ikzgw?file=/src/Ap...
Inactive
low
Critical
707,857,243
storybook
Incorrect description in args table when using named export for shared object prop type in V6
I'm experiencing an issue when using named exports for a type that is shared among multiple components. The description does not seem to be detected by Storybook and instead displays ```js { 0: undefined, 1: undefined, 2: undefined, ... } ``` If I include the prop type object directly it is display...
bug,addon: docs,block: argstable
low
Minor
707,875,531
terminal
Send Desktop Notification via VT Sequence (OSC777)
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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...
Issue-Feature,Help Wanted,Area-VT,Product-Terminal,In-PR
medium
Critical
707,902,781
godot
Inspector keeps deleted asset displayed
<!-- 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.3.stable.mono.official **OS/device including version:** <!-- Specify GPU model, driver...
topic:editor
low
Minor
707,930,797
TypeScript
Enums should have a null prototype
**TypeScript Version:** 4.0.2 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** - enum - string - prototype **Code** ```ts const userInput = 'hasOwnProperty' as string enum Action { create, update } i...
Suggestion,Awaiting More Feedback
low
Critical
707,931,489
godot
MeshLibrary will not add a new item if the MeshInstance has the same name
(This issue might lean more towards a proposal but also shows undocumented behavior) **Godot version:** 3.2.2.stable **OS/device including version:** N/A **Issue description:** I am working on a project and I desired the ability to change the texture for each side of a cube. I have that working and crea...
topic:editor,documentation
low
Minor
707,945,874
vscode
Asynchronously show completion items from different sources or extensions!
<!-- ⚠️⚠️ 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. --> Currently, completion items from different sourc...
feature-request,suggest
medium
Major
707,953,801
flutter
Middle Mouse Button Scrolling
## Use case In Flutter, you can already scroll using the scroll wheel on a mouse, however, normal **web and desktop** behavior on Windows is to also allow scrolling using the *middle mouse **button***. You can see how that looks in Chrome on Windows: [Middle mouse button scroll example video (Imgur)](https://i.im...
c: new feature,e: device-specific,framework,engine,f: scrolling,platform-windows,c: proposal,a: desktop,a: mouse,P3,team-windows,triaged-windows
medium
Critical
707,979,883
TypeScript
`organizeImports` treatment of file header comments
Currently if the first line(s) of a file is a comment, it is considered a file header and is never moved by `organizeImports`. This is problematic if that comment is really a linter instruction like `// eslint-disable-next-line` or the like. ```ts // comment on top of foo import import foo from "foo"; // comment ...
Bug,Domain: Organize Imports
low
Minor
708,020,961
create-react-app
Add the ability to pass a custom template to SVGR
### Describe the solution you'd like I would like to have a way of passing a custom SVGR template. I usually set the ReactComponent export as default so I don't have to do deal with hairy syntax: ```diff - import { ReactComponent as MyIcon } from "@icons/my-icon.svg"; + import MyIcon from "@icons/my-icon.svg"; ```...
issue: proposal,needs triage
low
Minor
708,045,830
go
database/sql: Ability to pass nil to sql.Row.Scan and sql.Rows.Scan
<!-- 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 go1.15.2 linux/amd64 </pre> I have been working with the `database/sq...
NeedsInvestigation
low
Critical
708,092,563
ant-design
SubStep for Step component
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? Sometimes we'd like to group several steps, so a user can be clear about the relevance of steps. ### What does the proposed AP...
💡 Feature Request,Inactive
low
Minor
708,163,212
flutter
[pigeon] support for multiple input files.
I'm experimenting with pigeon and have created my first interface. I started structuring my code into three dart file. hostapi flutterapi shared classes. When trying to generate the pigeon code I found the --input flag only takes one file. So I tried to run pigeon once for each file. This however didn...
c: new feature,package,c: proposal,team-ecosystem,p: pigeon,P3,triaged-ecosystem
medium
Critical
708,171,483
flutter
Adding an unsupported locale to Flutter is challenging due to NumberFormat and DateFormat symbols and patterns
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
framework,f: material design,a: internationalization,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design
medium
Critical
708,175,828
PowerToys
[FancyZones] Holding CTRL instead of Shift for activating zones while dragging?
My request is pretty simple. Is it possible to choose to hold CTRL instead of Shift for activating zones while dragging? There's quite a lot of actions requiring holding CTRL while using mouse (zooming in browser, map panning etc.) so I've bound CTRL to an extra button on my mouse. It would be neat to use FancyZone...
Idea-Enhancement,Product-FancyZones
low
Minor
708,179,978
opencv
Bug in cv::remap function
##### System information (version) <!-- Example - OpenCV => 4.2 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> - OpenCV => 4.1.0 - Operating System / Platform => debian10 - Compiler => g++-8.3.0 ##### Detailed description Transformation by cv::remap function don't w...
bug,category: imgproc,category: core,RFC
low
Critical
708,221,309
angular
Getting base url from route give different results
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 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,area: router,state: confirmed,type: confusing,P4
low
Critical
708,222,741
vscode
append option for vscode.workspace.fs.writeFile
<!-- ⚠️⚠️ 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. --> Currently `vscode.workspace.fs.writeFile` will...
feature-request,api,file-io
low
Minor
708,228,728
PowerToys
[FancyZones] Open editor does not work for Win+Q (and other) shortcut
<!-- **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. --> ## ℹ Computer information - PowerToys version: v0.20.1 - PowerToy Utility: Fancy Zones - Running Po...
Issue-Bug,FancyZones-Editor,FancyZones-Settings,Product-FancyZones,Priority-3
low
Major
708,255,813
rust
Give a better diagnostic for keywords with incorrect capitalization
Notice the capitalization ([playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=e8c0fc236afa14872d7593172bfc3e1f)): ```rust fn f() { While let Some(x) = vec![].next() { // } } ``` ``` error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, fo...
A-diagnostics,A-parser,T-compiler,A-suggestion-diagnostics,D-confusing,D-newcomer-roadblock
low
Critical
708,259,039
rust
Clean up handling of `WrongNamespace` in `collect_intra_doc_links`
Rustdoc looks in different namespaces for diagnostics: https://github.com/rust-lang/rust/blob/66a9cfadf89439ad3ea1b67b996c0a90ca4763bf/src/librustdoc/passes/collect_intra_doc_links.rs#L1569-L1572 So this is handled properly: ``` warning: unresolved link to `file::into_iter` --> tmp.rs:1:6 | 1 | /// [type@file:...
C-cleanup,T-rustdoc,A-diagnostics,P-low,E-mentor,A-intra-doc-links
low
Critical
708,273,040
pytorch
Training fast with small dataset, slow with large dataset
## 🐛 Bug I'm training a GAN drawing samples from LMDBs. When the number of samples is small - say less than 20K, training speeds are great and consistent. When I increase the number of samples, as high as 65K, I notice much slower training - 5x-10x slower on average per iteration. ## To Reproduce Steps to re...
needs reproduction,module: performance,triaged,module: data parallel,module: amp (automated mixed precision)
low
Critical
708,279,452
transformers
Add new PET Model
# 🌟 New model addition ## Model description A new article just landed on ArXiv: https://arxiv.org/pdf/2009.07118.pdf An implementation will eventually be available at https://github.com/timoschick/pet Authors are @timoschick and Hinrich Schutze. I didn't see any pre-trained models linked on the GitHub REA...
New model,Feature request
low
Major
708,283,991
godot
Rendering driver crashes when using an infinite loop in shader
GoDot 3.2.2 windows 10 Pro Intel Core i7 - 7820HQ 32 GB Ram Nvidia Quadro M620 GLES3 **Issue description:** Godot crashes with the following message: ![image](https://user-images.githubusercontent.com/9749147/94167494-db84a000-fe8c-11ea-9c4e-f13950120d4f.png) When attempting to save invalid shader code...
discussion,confirmed,topic:shaders
low
Critical
708,306,262
angular
ContentChildren query lags in change detection when wrapped by template
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 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. 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅...
area: core,state: confirmed,core: queries,core: change detection,core: content projection,P3
low
Critical
708,319,762
flutter
devfs_test: Add test that shows we do the right thing when an upload fails 10 times
There is no case showing what happens when the retry count is depleted. Relevant files: https://github.com/flutter/flutter/blob/master/packages/flutter_tools/test/general.shard/devfs_test.dart
a: tests,team,tool,P3,team-tool,triaged-tool
low
Minor
708,321,563
ant-design
Form's getFieldError not updated inside pure FormItem with dependencies
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/antd-reproduction-template-forked-puz3e?fil...
Inactive
medium
Critical
708,334,893
opencv
numpy_array.reshape(1,-1,2) is often needed in Python
##### System information (version) - OpenCV => 4.x - Operating System / Platform => any - Compiler => Python 2.x/3.x ##### Detailed description When OpenCV functions that processes point a sequence/point cloud is called from Python, it fails to process it because of unsupported shape of array. And so it need...
category: python bindings
low
Minor
708,347,107
flutter
Add a commit-finder tool
When debugging, we frequently need to answer commit-tracking questions such as: * given a Dart SDK (or Skia) commit, at which commit did it roll to the engine, at which commit did it make it into the framework? * given a commit range in the framework, which engine commits are included? Which Dart commits? Which Skia...
c: new feature,team,tool,P3,team-tool,triaged-tool
low
Critical
708,354,977
storybook
Controls are not generated automatically if the component is not SFC (that is not a .vue file).
**Describe the bug** Controls are generated automatically when a .vue file is used in the story. When an .js file is used (e.g. when a component is just an .js file with render function), no controls are generated. **To Reproduce** Steps to reproduce the behavior: 1. `git clone https://github.com/schoonc/test-s...
question / support,documentation,vue,addon: controls
low
Critical
708,374,331
create-react-app
My Project Stop Loading
![Anotação 2020-09-24 150442](https://user-images.githubusercontent.com/71350840/94182397-50e57600-fe77-11ea-914a-acc5cb1f8075.png) When I create a new react app my prompt end like this image and stop loading. The last message I have was 'Done in 437.30s'. I've try to create 5 different times. Anybody has the s...
stale,needs triage
low
Minor
708,427,342
create-react-app
Unable to delete project created with "npx create-react-app"
On windows 10 if I try to run ```rm -r <dir>``` name ```<dir>``` being the name of the react app created via npx, the command fails with permission denied error. I don't know if its a bug or not, thus asking as question. Node: 14.12.0 npx: 9.6.0
stale,needs triage
low
Critical
708,432,806
pytorch
Adaptive usage of memory during training inference
## 🚀 Feature Better management of GPU and RAM memory to train CNN models with larger image size. ## Motivation Find a way to train the model (CNN) with better frame size (720 * 720) on GPUs like the Nvidia K80 by splitting the inference process. ## Pitch - Save a part, or some parameters of the models o...
feature,module: nn,module: cuda,triaged,needs research
low
Critical
708,449,386
node
doc: crypto.sign and crypto.verify string/buffer keys must be pem
# 📗 API Reference Docs Problem <!-- Thank you for wanting to make nodejs.org better! This template is for issues with the Node.js API reference documentation. For problems with nodejs.org beyond the API reference documentation, please open an issue using the issue tracker for our site repository. h...
crypto,doc
low
Critical
708,464,457
flutter
Add DropdownMenuTheme to make it more customizable and fix background color and border radius issues
## Use case If Flutter currently there are two implementations for very similar things. On one hand we have the `PopupMenuButton` and on the other hand we have the `DropdownButton`. Both have very different stylings and looks even though they should look the same following the [spec](https://material.io/component...
framework,f: material design,c: proposal,team-design,triaged-design
low
Minor
708,472,623
flutter
FocusableActionDetector not able to detect shortcuts after edited text field on Windows
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
a: text input,framework,engine,f: material design,platform-windows,a: desktop,P2,found in release: 1.22,team-windows,triaged-windows
low
Critical