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
645,845,268
vscode
Allow us to change the font type and size of find-replace widget
<!-- ⚠️⚠️ 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. --> Hi, and please! It's unreadable for my limited e...
feature-request,editor-find
high
Critical
645,867,788
rust
Typecheck error in body of async fn reported at point-of-use
<!-- 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 use std::marker::PhantomData; use std::io; use tokio; // 0.2.21 use tokio_util; // 0.3.1 use tokio::io::{AsyncRead, ...
T-compiler,C-bug,A-async-await,AsyncAwait-Triaged
low
Critical
645,869,229
pytorch
Inconsistent behavior between numpy.exp and torch.exp on CPU for complex numbers
## 🐛 Bug numpy.exp and torch.exp on CPU behave inconsistently for complex numbers in some cases. ## To Reproduce Steps to reproduce the behavior: ``` In [2]: torch.exp(torch.tensor(complex(float('inf'), float('nan')))) Out[2]: tensor((nan+nanj)) In [5]: np.exp(complex(float('inf'), float('nan'))) Out[5...
triaged,module: complex,module: numpy
low
Critical
645,875,445
TypeScript
Inconsistent type hover information
<!-- 🚨 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,Domain: Quick Info
low
Critical
645,879,224
vscode
Crash on startup with remote X server
Just downloaded the latest version of VScode (https://az764295.vo.msecnd.net/insider/9b620b291e120caab8292cab38cad10c2b22dffe/code-insider-1593112949.tar.gz") and found it still shows a blank window after launch. ![code_bad2](https://user-images.githubusercontent.com/49961658/85800160-16e4c680-b706-11ea-9074-8172082...
bug,freeze-slow-crash-leak,linux,gpu,upstream-issue-linked,chromium,mitigated
medium
Critical
645,902,731
godot
Slow editor startup with large number of opened scripts in the script editor
**Godot version:** 3.2.2.stable, 4.0-dev **OS/device including version:** Windows 10 **Issue description:** Starting a project with over 100 scripts opened in the script editor negatively affects the startup times. ![Annotation 2020-06-26 012913](https://user-images.githubusercontent.com/17108460/85801969-9...
bug,topic:editor,performance
low
Major
645,910,872
youtube-dl
How can I download paid content from Vlive + (Plus)?
<!-- Please i need a code to download videos from Vlive+ Thank you. -->
request
low
Minor
645,915,820
PowerToys
Implement popular 7+ Taskbar Tweaker features
Implement some popular features of [7+ Taskbar Tweaker (7tt)](https://rammichael.com/7-taskbar-tweaker), like: * don't group pinned items (in taskbar) * associate an action to middle-clic on an item (close, etc.) * change action when hovering an item (show thumbnail, do nothing...) etc. 7tt needs work every-time...
Idea-New PowerToy
low
Major
645,944,199
terminal
Scenario: "toolbar" (the space next to the tab bar) customization/bindings
There are a couple feature requests that came in that suggest that we need to be able to customize what shows up to the right of the tab strip. * [ ] #445 - More discussion in #11337 * [ ] #6608 "I'd like to remove the <kbd>+</kbd>" - note: this is: I want to get rid of the <kbd>+</kbd>, but NOT the <kbd>v</k...
Area-UserInterface,Area-Settings,Product-Terminal,Issue-Scenario
low
Minor
645,951,807
node
Benchmark CI run error: benchmark/_test-double-benchmarker
<!-- Thank you for reporting a flaky test. Flaky tests are tests that fail occasionally in the Node.js CI, but not consistently enough to block PRs from landing, or that are failing in CI jobs or test modes that are not run for every PR. Please fill in as much of the template below as you're able. Test: The...
flaky-test
low
Critical
645,953,752
godot
Can't run EditorScript when external text editor is enabled
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2 branch commit 5079bea66073e369f687a668fe4582da9a55c2cb **OS/device including version:** Arch Linux **Issue description:** Attempted to run ...
bug,topic:editor,confirmed
low
Major
645,989,552
flutter
iOS Context Menus incorrectly moves to the center between screens
The current context menu will always move to the center between the screens, so it is difficult to use it in lists or other places. like: ![](https://camo.githubusercontent.com/5d5f31be5fe51f3e43a9494ce134d3307ad6b80e/68747470733a2f2f7062732e7477696d672e636f6d2f6d656469612f455056696d7452555541413756336a3f666f726d617...
c: new feature,framework,f: cupertino,P2,team-design,triaged-design
low
Major
646,003,784
scrcpy
do i need a dedicated GPU to run scrcpy??
hi, i'm buying a new laptop and scrcpy MUST be my TOP priority because i'm severely disabled and scrcpy is my only way to access my phone. i believe [am i wrong?] scrcpy is using OpenGL and hardware acceleration when i open it on my mackbook because it won't allow me to switch to my low power integrated graphics...
question
low
Major
646,063,298
terminal
Command line argument to start up using a specified configuration file
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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,Area-Settings,Product-Terminal,Area-Commandline
medium
Critical
646,071,870
flutter
[web] Dart DevTools for Flutter web
The Flutter DevTools _still_ seem to be entirely unsupported for Flutter web. ## Use case Performance debugging and more and fairly important components of the development workflow. However on Flutter web, we can still not use any of the DevTools. ![](https://i.imgur.com/AIbTDym.png) More unsupported featur...
c: new feature,tool,platform-web,c: proposal,d: devtools,P3,team-web,triaged-web
low
Critical
646,093,519
pytorch
Suppress scientific notation in libtorch
## 🚀 Feature The ability to turn off scientific notation (standard form) using the C++ API. ## Motivation It would be useful to turn off the scientific notation used to display tensors. Sometimes I will often get numbers like: 9.9999e-01 which - in the common tongue - is more frequently known as 0.9999 or 1.0...
module: cpp,feature,triaged
low
Minor
646,123,511
PowerToys
[FancyZones] Snap all open Windows to zones
# Summary of the new feature/enhancement I would like a shortcut to snap all open windows on a monitor to fancy zones. This could be either to the last known zone for that application, or the closest zone to the window. I often have too many windows open that aren't assigned to their correct zone, and want an ea...
Idea-Enhancement,Product-FancyZones
low
Major
646,127,042
opencv
Passing cv2.dnn.net object to another module causes forward propagation to crash.
##### System information (version) - OpenCV => 4.2.0 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2019 - Runtime Environment: Anaconda Python 3.7 I initialized a dnn net object in my main module and then passed it into a submodule. When I run the program, the program crashes at t...
category: gpu/cuda (contrib),category: dnn
low
Critical
646,127,063
material-ui
[Modal] Marking large trees as aria-hidden causes slowdown in Chrome on Android
- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate. ## Current Behavior 😯 Currently when opening a Select (or any other Dialog/Modal) aria-hidden=true is added to all sibl...
performance,accessibility,component: modal
low
Critical
646,127,489
angular
Class requires Angular annotation even when abstract.
Angular 10.0.0 build yields > NG2007: Class is using Angular features but is not decorated while class is marked as abstract. ``` export abstract class B {} @Injectable({...}) export class A extends B {} ``` CLI should be able to compile, as did earlier versions.
area: compiler,type: confusing,P4
high
Critical
646,136,942
go
regexp: fast path for prefix/suffix literals matching on anchored regexps
To my understanding, currently there's no fast path for anchored regular expressions starting/ending with a literal, like `^something.*$` or `^.*something$`. I'm wondering if you have considered adding a specific optimisation for this use case. ## Use case I'm raising this issue, because in Prometheus we do a lar...
Performance,NeedsInvestigation
low
Minor
646,140,418
godot
Properties duplicated in Remote SceneTree inspector
**Godot version:** 3.2.2.rc4.mono.official **Issue description:** In playmode the Scenetree displays properties of nodes twice in different subsections: ![grafik](https://user-images.githubusercontent.com/8841352/85843167-1b11f200-b7a1-11ea-8364-674b4268381a.png) **Steps to reproduce:** Attach a script (c# in...
bug,topic:editor,topic:dotnet
low
Major
646,170,985
create-react-app
Yarn 2 "portal:" local components import compilation failure because of ModuleScopePlugin
### Describe the bug Description here: https://stackoverflow.com/questions/61530712/module-not-found-error-using-yarn-2-to-link-react-components TLDR: When adding ```"MyExternalComponent": "portal:../MyExternalComponent"``` dependencies to package.json, and importing the component with ```import Mycomponent from ...
issue: needs investigation,issue: bug report
low
Critical
646,216,709
youtube-dl
need help about Gaia
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
646,228,092
youtube-dl
Site support request for noodlemagazine.com
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request
low
Critical
646,230,903
neovim
Lua: store metatables on vim.b/vim.w/vim.t/vim.v scopes
### Actual behaviour ```vim let g:var = {} lua vim.g.x = 1 echo g:var " Result: {} ``` ### Expected behaviour ```vim let g:var = {} lua vim.g.x = 1 echo g:var " Result: {'x': 1} ``` It's confusing that it doesn't do this currently I think for people. Either we should do it automatically or find so...
enhancement,performance,vimscript,lua,has:plan
medium
Critical
646,283,020
vscode
Support FilesDirectories for file systems
<!-- ⚠️⚠️ 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. --> Applications like [Notion](https://notion.so) su...
feature-request,file-io
medium
Major
646,290,179
flutter
New flutter plugin won't compile
I'm trying to get a flutter plugin project to compile. Having tried a number of things with no success I decided to create a new project using the following steps: ``` flutter create --template=plugin -a java -i objc here All done! [✓] Flutter: is fully installed. (Channel stable, v1.17.4, on Linux, locale ...
platform-android,tool,t: gradle,a: build,P2,a: plugins,team-android,triaged-android
low
Critical
646,299,973
neovim
Delete a Terminal Buffer where the process has exited, nomodified and bufhidden=wipe
- `nvim --version`: NVIM v0.4.3 Build type: RelWithDebInfo LuaJIT 2.0.5 - Operating system/version: windows 10 - Terminal name/version: cmd.exe ### Steps to reproduce using `nvim -u NORC` ``` nvim -u NORC :terminal ls :setlocal bufhidden=wipe :setlocal nomodified :e some-...
enhancement,terminal
low
Critical
646,341,359
godot
TileMap NormalMap behaves incorrectly for transposed tiles
**Godot version:** v3.2.2.stable.official **OS/device including version:** Ubuntu 18.04.4.LTS **Issue description:** When using a TileMap with a normal map and a Light2D, transposed cells do not take the light correctly. Using the following cell texture, normal map, and Light2D: ![tile](https://user-imag...
bug,topic:core,topic:rendering
low
Critical
646,394,080
terminal
Redrawing / flickering issues while using Magnifier
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl...
Help Wanted,Issue-Bug,Area-Accessibility,Product-Terminal,Priority-1
low
Critical
646,403,520
terminal
Command Palette search algorithm needs to prioritize "longest substring" match, may need multiple passes
I have two commands: 1. Split Pane, split: horizontal 2. Split Pane, split: horizontal, profile: SSH: Antares If I search for `sp anta`, I expect 2 to weight higher than 1. I'm getting the opposite, though: ![image](https://user-images.githubusercontent.com/189190/85883518-f8c6a700-b795-11ea-85d6-ff84b4c4918d...
Issue-Bug,Area-UserInterface,Product-Terminal,Priority-2,Area-CmdPal
low
Major
646,434,269
pytorch
RuntimeError: broken pipe from NCCL
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. Run this script: ``` import os import torch world_size = 2 def _do_useless_allreduce(group): # doing this seems to avoid "RuntimeError: Broken pipe" when using a group wit...
oncall: distributed,triaged,module: nccl
low
Critical
646,454,179
pytorch
[JIT] Recursive compilation doesn't apply for types used in type expressions but not value expressions
See description in PR here: https://github.com/pytorch/pytorch/pull/40598 The solution in that PR breaks other stuff, so we need someone to look into how to systematically fix this cc @suo @gmagogsfm
oncall: jit,triaged
low
Minor
646,509,120
TypeScript
Make executeCommandLine a public compiler API
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please help us by doing the following steps before logging an issue: * Search: https://github.com/Microsoft/TypeScript/search?type=Issues * Read the FAQ, especia...
Suggestion,In Discussion
low
Critical
646,528,256
go
cmd/go: several commands require the build cache but don't use it
Steps to repro: ``` docker run -i golang:1.15beta1 <<-SCRIPT set -ex go version go env mkdir /tmp/foo cd /tmp/foo go mod init test go mod edit -go=1.13 HOME= GOCACHE= go mod edit -go=1.14 SCRIPT ``` I think this should succeed. `...
help wanted,NeedsFix,GoCommand
low
Major
646,539,459
go
x/pkgsite/internal/fetch/dochtml: complete iteration and development, ensure the API can be used effectively in other contexts, then move the package out of "internal"
This is a high level tracking issue for the task of completing the documentation rendering API and being able to move that package out from an "internal" package. The package started out as an internal copy of [CL 72890](golang.org/cl/72890), and it was iterated on and developed as part of pkgsite. Being an internal...
NeedsInvestigation,pkgsite,pkgsite/dochtml
low
Minor
646,558,128
go
fmt: Shouldn't %q (and %s) treat nil as a valid value?
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.14.4 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summary><...
NeedsInvestigation
low
Critical
646,568,139
vscode
Add several basic predefined variables for use in launch.json - e.g. ${uid}, ${gid}, ${user}, ${home}
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> Please expose several basic predefined variables for use in `launch.json` like `${uid}`, `${gid}`, `${user}`, `${home}` (and potentially in `settings.json` too, as per https://github.com/microsoft/vscode/issues/2809). Example use cases: 1. Extreme...
feature-request
low
Critical
646,573,176
TypeScript
Inline tsdoc comment support
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please help us by doing the following steps before logging an issue: * Search: https://github.com/Microsoft/TypeScript/search?type=Issues * Read the FAQ, especia...
Suggestion,Awaiting More Feedback
low
Critical
646,609,681
pytorch
[typing] overly restrictive List[int]
In many type annotations we have `List[int]` yet in real code users often use just `Sequence[int]` like tuples, `torch.Size`, etc. just to name a few, https://github.com/pytorch/pytorch/blob/0309f6a4bb2b739adcec6bc36eb151d7ddb27e14/torch/nn/functional.pyi.in#L196 https://github.com/pytorch/pytorch/blob/0309f6...
module: typing,triaged
low
Major
646,611,975
rust
HashSet and BTreeSet difference() method argument lifetime overconstrained
Consider this code. ```rust use std::collections::HashSet as Set; use std::ops::Deref; fn exclude_set<'a>(given: &Set<&'a str>, to_exclude: &Set<&str>) -> Set<&'a str> { given.difference(to_exclude).cloned().collect() } fn main() { let given: Set<&str> = vec!["a", "b", "c"].into_iter().collect(); ...
A-collections,T-libs-api,C-bug
low
Critical
646,630,218
react-native
LineHeight is working weird on specific fonts (Android Only)
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description Multiline texts don't have same line height on specific fonts. ([NotoSansCJK](https://www.google.com/get/noto/help/cjk/)= Source Hans Sans, [NotoSerifCJK](https://www.google.com/get/noto/help/cjk/...
Platform: Android
high
Critical
646,663,178
TypeScript
Deprecated should support contextual type with signature resolution
<!-- 🚨 STOP 🚨 STOP 🚨 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 before lo...
Help Wanted,Effort: Moderate,Experience Enhancement
low
Critical
646,663,533
godot
Vulkan: SSAO debug draw mode freezes after disabling SSAO
**Godot version:** Git 175d43738ac58afcf2d0531177eefeb260c4f296 **OS/device including version:** Fedora 31, GeForce GTX 1080 (NVIDIA 440.82) **Issue description:** After enabling SSAO and switching to the SSAO debug draw mode in the 3D viewport, disabling SSAO in WorldEnvironment will cause the viewport to fre...
bug,topic:rendering,topic:editor,topic:3d
low
Critical
646,667,447
godot
[TRACKER] Ray casting related issues
**Godot version:** 3.2, 4.0+ **Issue description:** I've been seeing various raycast issues popping up here recently, some of them share a lot of similarities so it's worth to track and potentially discuss those issues in a holistic way, and perhaps pin-point some duplicates. ```[tasklist] - [x] #39859 - [x...
bug,tracker,topic:physics
low
Minor
646,668,791
terminal
[Scenario] Progress Bar Follow-ups
##### [Original issue: #3004] [Initial PR: #8055] [Display the progress in the tab: #8133] This is a list of tasks, bugs, etc, related to the "taskbar progress indicator", as first implemented in #8055. While not all of them are immediately relevant for the _taskbar_ indicator, they're all related to the showing of ...
Area-VT,Area-UserInterface,Product-Terminal,Issue-Scenario
medium
Critical
646,671,788
youtube-dl
Site Support Request viddsee
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request
low
Critical
646,677,144
godot
Godot can't use Mono DLL file
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.2 <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Windows 10 <!-- Specify GPU model, driver...
topic:dotnet
low
Critical
646,683,924
godot
get_path() for ImageTexture return null
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue -->.get_path() for ImageTexture return "" **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.2 **OS/device including version:** <!-- Spec...
bug,topic:core,confirmed
medium
Major
646,688,686
vscode
app.clearRecentDocuments does not clear files from the recent entries list
Issue Type: <b>Bug</b> Even if I clear recently opened files they still show up in the (live) Tile in the Windows Start menu. I don't want them to show up, especially because this is a very long list. It takes 3/4 of the screen. Steps to reproduce: 1. open some files in different locations 2. clear opened recen...
bug,upstream,windows,electron,confirmed
low
Critical
646,691,943
opencv
conflict on mac
##### System information (version) <!-- Example - OpenCV => 4.3 - Operating System / Platform => mac os x homebrew version --> ``` In file included from /usr/local/include/opencv4/opencv2/opencv.hpp:52: In file included from /usr/local/include/opencv4/opencv2/core.hpp:60: /usr/local/include/opencv4/opencv2...
category: build/install,platform: ios/osx,future,category: 3rdparty
low
Critical
646,705,958
flutter
customColorSet (Map<String, Color>) inside ColorScheme as 14.th property
## Use case ​When we change the theme dynamically, we need a customColorSet (Map<String, Color>) inside ColorScheme as 14.th property, so that we can utilize the custom color set that ColorScheme doesn't cover throughout the app. Sometimes, we need a specific color that the ColorScheme doesn't cover and is want...
waiting for customer response,framework,f: material design,c: proposal,P3,team-design,triaged-design,f: theming
low
Major
646,707,900
godot
Simple GLES3 project can't run on android.
**Godot version:** Godot 3.2.2 stable mono **OS/device including version:** Android 6 arm64, Mali 450 Android 9 armv7 PowerVR GE8320 **Issue description:** On one device the MRP freezes and on the other one it freezes some times and some times the screen flashes and the app closes. When the material on the...
bug,platform:android,topic:rendering,confirmed,documentation
low
Minor
646,711,307
youtube-dl
Add support: SBTV.com (local news livestreams)
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request
low
Critical
646,712,669
go
x/net/icmp: bind fails SOCK_DGRAM IPPROTO_ICMP
<!-- 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.2 linux/amd64 </pre> ### Does this issue reproduce...
NeedsInvestigation
low
Critical
646,718,493
godot
Scene doesn't update sub-scene position
**Godot version:** 3.2.2-stable **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. --> Linux Manjaro 20.0.3 ``` System: Host: luc-xps139300 Kernel: 5.6.16-1-MANJARO x86_64 bits: 64 compiler: gcc v: 10.1.0 Desktop: KDE Plasma 5.18....
topic:core
low
Minor
646,725,242
PowerToys
[Run] Allow for indexing of network drives
# Summary of the new feature/enhancement I store most of my media files on my SMB-attached server, it would be nice if I could search for those files via PowerToys Run. Somewhat related to #3976.
Idea-Enhancement,Product-PowerToys Run
low
Major
646,725,472
deno
Support opening raw file descriptors
The ability to read and write to file descriptors other than stdin, stdout and stderr. See the example of nodejs below to get a better idea. Node.js example: ```js const file = fs.createWriteStream(null, { fd: 3, encoding: "utf8" }) ```
cli,suggestion
medium
Critical
646,729,003
rust
Contrived type-outlives code does not compile
The following code (based on https://github.com/rust-lang/rust/pull/67911#issuecomment-576029184): ```rust fn g<'a, T: 'a>(t: &T) -> &'a i32 { &0 } fn f<'a, 'b, T: 'a + 'b>(x: T) -> (&'a i32, &'b i32) { // compare with returning (&'a i32, &'a i32) let y = g(&x); (y, y) } ``` produces the fo...
A-lifetimes,T-compiler,C-bug
low
Critical
646,744,908
PowerToys
xrandr for Windows
xrandr is a command line tool to manage your monitors (which is present in Ubuntu). The usual thing I do with xrandr is to shrink my entire screen to create more desktop space. I have already read why it is impossible to implement this on Windows. Shrinking the monitor will cause pixels not to render properly, by sa...
Idea-New PowerToy
low
Major
646,756,697
rust
Inefficient code generated for state machine
<!-- 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. --> While trying to implement a parser using a state machine, I found that it isn't optimised very well. I've made a comparison on godbolt: https://godbolt.org...
I-slow,C-enhancement,A-codegen,T-compiler
low
Critical
646,757,399
electron
Support notification buttons on Linux through libnotify
<!-- 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
Major
646,764,254
deno
Allow wildcards in --allow-net allow lists.
It will be good to allow wildcards in the `--allow-net` allow lists. For example, this code throws errors: ```deno //Import the server module await fetch('https://facebook.com') ``` `deno run --allow-net=facebook.com server.js` Because **https://facebook.com** redirects to **https://www.facebook.com** Thi...
cli,suggestion
medium
Critical
646,766,234
rust
xabort incorrect argument
### I tried this code: [godbolt link](https://rust.godbolt.org/z/BS2vYu), you need to pass platform features. ```rust #![no_std] #![feature(stdsimd)] use core::arch::x86_64::{_xabort, _xtest}; pub fn abort(x: i8) { unsafe { if _xtest() { _xabort(x); } } } ``` ##...
O-x86_64,T-libs-api,C-bug
low
Critical
646,776,310
godot
GDScript: nearest_po2 has wonky behaviour for non-positive inputs
**Godot version:** ff0583770a8152cd63265e26e2529a170c179f68 **OS/device including version:** Linux **Issue description:** The builtin function `nearest_po2` returns `0` rather than `1` for inputs less than 1 see also #39898 which clarifies this behaviour it seems to be implemented here and used in a lot ...
discussion,topic:core
low
Minor
646,777,848
pytorch
Segmentation fault in forward pass using DataParallel and multiple GPUs
## 🐛 Bug When I want to use DataParallel to run my model on multiple GPUs I encounter a segmentation fault. A small snippet reproducing the error is below. Running the model on only 1 GPU works. ## To Reproduce The following fails for me: ``` # SegmentationFault.py import torch import torch.nn as nn im...
module: cuda,triaged,module: data parallel
low
Critical
646,804,337
rust
Errors from trait incompatability for cfg(test) vs. non-cfg(test) very confusing
If there's a set of interconnected crates, it can be useful to have a crate take a `[dev-dependency]` on something that depends on the crate. Well, it seems useful. But it's very easy to get into a situation where you're using versions of structs or traits compiled with the "regular" crate and are trying to use them...
C-enhancement,A-diagnostics,A-trait-system,T-compiler
low
Critical
646,841,331
TypeScript
wrong comment in emit js
<!-- 🚨 STOP 🚨 STOP 🚨 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 before lo...
Needs Investigation
low
Critical
646,862,851
flutter
Setting CupertinoDatePicker minuteInterval: throws an exception. Flutter
I'm having trouble setting `CupertinoDatePicker`'s `minuteInterval:` property to 30. It should be an integer factor of 60, so 30 should be fine. But I'm only able to set it to 1 or 2, any other value throws this exception: ``` ════════ Exception caught by widgets library ═════════════════════════════════════════════...
framework,f: date/time picker,f: cupertino,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,workaround available,team-design,triaged-design
low
Critical
646,877,759
flutter
Image does not fully cover card
In the following example the red card background can be seen: <img width="800" alt="Screenshot 2020-06-28 at 11 03 30" src="https://user-images.githubusercontent.com/814785/85943294-7245cd00-b92f-11ea-8585-1a78f978fa24.png"> ```dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); clas...
framework,engine,a: images,c: rendering,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-engine,triaged-engine
low
Major
646,879,238
rust
MIR sanity check improvements
This issue collect various proposals for improvements to the MIR sanity check so that they do not get lost: * Function calls and `DropAndReplace` could test that given and expected type match (https://github.com/rust-lang/rust/pull/72796#discussion_r446527001) * `SetDiscriminant` could have some invariants checked ...
T-compiler,A-MIR
low
Major
646,890,840
pytorch
[JIT] Tracing BCE loss throws error when using weight
## 🐛 Bug When tracing BCELoss with the optional weight parameter (see https://pytorch.org/docs/master/generated/torch.nn.BCELoss.html) it throws: ```Traceback (most recent call last): File "repro.py", line 13, in <module> c = torch.jit.trace(model, [input, target]) File "/usr/local/lib/python3.7/site...
oncall: jit,triaged
low
Critical
646,892,617
flutter
Exception: Gradle task assembleDebug failed with exit code -1
whenever I try to run my flutter project they show, Exception: Gradle task assembleDebug failed with exit code -1 I have tried all possible ways to solve this error.I have solved all issues related to issues..but still I can not overcome from this error. I have even reinstalled my androidstudio and flutter.. ...
c: crash,platform-android,tool,t: gradle,P2,team-android,triaged-android
low
Critical
646,940,054
TypeScript
Make tsc --init generate default target to ES6 or higher
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please help us by doing the following steps before logging an issue: * Search: https://github.com/Microsoft/TypeScript/search?type=Issues * Read the FAQ, especia...
Suggestion,In Discussion
low
Critical
646,949,399
neovim
Displaying colored escape characters in command mode
## Displaying colored escape characters in command mode The terminals have been supporting colored characters for some time now and are used by many programs, but vi, vim and neovim do not print these characters correctly in their command mode. Example : `:!echo -e " \033[0;31m RED"`. output is: `^[[0;31m RED`. ...
enhancement
low
Minor
646,970,371
youtube-dl
sexlikereal.com site support
## Checklist - [x] I'm reporting a new site support request - [x] I've verified that I'm running youtube-dl version **2020.06.16.1** - [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 bugtracke...
site-support-request,nsfw
low
Critical
646,972,397
go
x/image/tiff: Missing raw stream read/write
If I understand well the TIFF library only offers encode/decode but not raw read/write methods. As TIFF is an image container that can support multiple encodings, IMO, it could be very useful to have direct read/write access to the encoded data stream. In this way for example a jpeg encoded image can be encapsulated...
NeedsInvestigation,FeatureRequest
low
Minor
646,974,071
godot
Unable to load C# add-on script (even if newly created)
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.2.stable.mono.official **OS/device including version:** Windows 7 service pack 1 **Issue description:** The engine is unable to read pl...
topic:editor,confirmed,topic:plugin,topic:dotnet
medium
Critical
646,980,992
node
Socket setTimeout behavior not working as expected for HTTP requests the timeout is being set but an SSE connection is still closing
<!-- 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...
http
low
Critical
646,999,978
rust
Rust does not optimize register save/restore for early exit (slower than nim)
<!-- 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. --> Note: This is a synthetic benchmark, however I believe it has the potential to improve runtime performance across the board for function calls because the ...
A-LLVM,I-slow,C-enhancement,T-compiler,C-optimization
low
Critical
647,002,682
node
Stream Issues
This is a meta issue of somewhat complex issues to look into: - [ ] `writable.end(chunk, callback)` does not properly propagate `write(chunk, callback)` errors. https://github.com/nodejs/node/issues/33684 - [ ] `writable.end(chunk)` API is ambiguous in relation to optional parameters (i.e. chunk). - [x] docs say `...
stream,meta
low
Critical
647,011,918
pytorch
libtorch: macros in logging_is_not_google_glog.h have very common names like CHECK or LOG
## Feature Rename macros in `logging_is_not_google_glog.h`, since names like `CHECK` or `LOG` are very common, which can lead to conflicts with other libraries that may also define such macros with the same name. ## Pitch Rename macros to include a prefix in order to prevent conflicts ## Alternatives ``` #inc...
module: logging,triaged,better-engineering
low
Major
647,022,869
rust
Towards faster symbol lookup via DT_GNU_HASH
As explains this blog, https://flapenguin.me/elf-dt-gnu-hash ELF has an alternative hashmap for symbol lookup that is up to 50% faster! Therefore, rustc should pass to the linker the following argument: --hash-style SHT_GNU_HASH Also: *This saves a few hundreds bytes to a few kilobytes for typical executables. (...
A-linkage,T-compiler,C-feature-request
medium
Major
647,072,172
go
x/pkgsite/internal/fetch/dochtml/internal/render: leave a sample of values when trimming large string literals and composite literals
In godoc.org: https://godoc.org/github.com/rocketlaunchr/google-search (for example), If you have a map package-level variable with many many predefined values, it doesn't display any of them: ``` var GoogleDomains = map[string]string{ /* 198 elements not displayed */ } ``` It would be more useful if disp...
help wanted,NeedsInvestigation,FeatureRequest,pkgsite,pkgsite/dochtml
low
Minor
647,128,430
node
Building for Android target not working
I'm not sure how to start, the last couple days I've been trying to build node.js as an Android target, but I've gotten not very far with it. I was first trying out the `android-configure` script in this repository which seems heavily outdated, as compiling node `--without-snapshot` isn't possible since a while now....
build,android
low
Critical
647,148,287
opencv
Intel z8350 cpu not to support opencl fp8 & fp16?
##### System information (version) <!-- Example - OpenCV => 4.3 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> Intel z8350、n3150... these cpu not to support dnn opencl fp8 & fp16? it is very important in project, please to support dnn opencl fp8, thanks!
feature,priority: low,category: ocl,category: dnn,effort: ∞
low
Major
647,178,400
godot
Normals appear inverted on materials with cull mode set to Disabled [macOS, Intel driver bug, GLES3]
___ ***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.* ___ **Godot version:** 3.2.2 (was also present in 3.1 if I recall correctly) **OS/device including version:** macOS 10.14.6 Mojave 2017 MacBook Pro 13", 2.3Ghz Core i5 Intel Iris Plus 640 GL...
bug,platform:macos,topic:rendering,confirmed,topic:3d
medium
Critical
647,184,383
go
x/crypto/ssh/test: TestRunCommandStdinError go test fails
### What version of Go are you using (`go version`)? <pre> 1.14 </pre> ### Does this issue reproduce with the latest release? Not sure ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summary><br><pre> debian unstable or tes...
NeedsInvestigation
low
Critical
647,206,759
opencv
recoverPose default arguments
##### System information (version) - OpenCV => 4.1.2 - Operating System / Platform => Ubuntu 18.04 - Python interpretor (3.6.9) ##### Detailed description I am trying to perform ego-motion estimation. Once I have obtained my correspondence points, I use ```cv2.findEssentialMat``` followed by ```cv2.recoverPose...
category: calib3d
low
Critical
647,222,469
flutter
[quick_actions] Support Bitmap icons
## Use case I'm maintaining an app with bookmarks. The most used bookmarks are added as dynamic shortcuts (with quick actions plugin). Each bookmark has a specific icon. I'm drawing them in the app with `CustomPainter` implementations. Currently, I'm limited to Android / iOs ressources to set the icon of the shortcu...
c: new feature,customer: google,p: quick_actions,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Minor
647,231,869
PowerToys
EXIF / metadata data tool (single / batch)
By right clicking on an image, a new menu item 'EXIF Remover' would be useful. This new feature would help to remove EXIF ​​information such as GPS location etc. Very useful paired with 'Image Resizer'! Thanks!
Idea-New PowerToy
low
Major
647,248,912
TypeScript
Enable "useDefineForClassFields" in tsc --init
## Search Terms useDefineForClassFields, tsc --init, tsconfig ## Suggestion `tsc --init`'s generated `tsconfig.json` should include `"useDefineForClassFields": true` ## Use Cases [All major web and non-web engines now ship Define-style semantics.](https://github.com/tc39/proposal-class-fields#implementat...
Suggestion,In Discussion
low
Minor
647,258,817
flutter
ReorderableListView filled with textfield and iconButton is unable to select item for rearranging
I wanted to create a reorderablelistview with textfields and a menu button (demo below). However, I can't get the moving part to work. Using Textfields defaults to getting a popupmenu on longpress, similar with the button. Is there a way to circumvent that? Steps to reproduce: 1. Demo: ``` import 'package:flut...
framework,f: material design,a: quality,f: gestures,has reproducible steps,P2,found in release: 3.0,found in release: 3.1,team-design,triaged-design
low
Major
647,269,235
kubernetes
e2e conformance tests doesn`t cleanup psp and clusterRole 'e2e-test-privileged-psp'
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I executed al...
kind/bug,help wanted,sig/testing,area/conformance,lifecycle/frozen,needs-triage
medium
Critical
647,269,868
godot
Armature transforms break root motion
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.2 <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Windows 10, GLES3 <!-- Specify GPU model, driv...
bug,topic:animation,topic:3d
low
Critical
647,287,007
TypeScript
Cannot use Array.prototype.push.apply with NodeList, even though it works properly in all browsers.
**TypeScript Version:** 3.9.x-dev.20200627 **Search Terms:** strictBindCallApply NodeList **Code** ```ts const bodyChildren = document.body.childNodes; const arr: Node[] = []; arr.push.apply(arr, bodyChildren); ``` **Expected behavior:** Doesn't throw errors. **Actual behavior:** Throws errors on...
Bug
low
Critical
647,309,204
pytorch
Trace model with floor, Inconsistent performance
## 🐛 Bug Traced model perform Inconsistent when floor ## To Reproduce Steps to reproduce the behavior: 1. I have a separate file, you can run it in torch env: ``` import os import numpy as np np.random.seed(0) import torch import torch.nn as nn torch.manual_seed(100) torch.backends.cudnn.benchm...
oncall: jit,days
low
Critical
647,331,084
ant-design
back-top 支持 portals 功能(already submit pr)
- [ ] 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? 解决了 back-top 在 父组件中有 `transform` 不为 `none` 的情况下 `position: fixed;` 失效问题 例如 最外层 有 layout 过渡动画组件包裹的情况下会失效 当然也可以 在使用 back-top 的时...
Inactive
low
Minor
647,338,851
flutter
Time picker UI can be unusable in split-screen mode
From downstream: https://github.com/jifalops/datetime_picker_formfield/issues/96 ![image](https://user-images.githubusercontent.com/826613/86006126-86e39d00-b9e3-11ea-8722-d134a501a4a7.png) Will add `flutter doctor -v` when I have it.
platform-android,framework,f: material design,a: quality,has reproducible steps,P2,found in release: 2.10,found in release: 2.13,team-android,triaged-android
low
Major