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
743,150,447
rust
Copying build files to a different drive and then building them
<!-- Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for how to create smaller examples. http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/ --> I took all the build files so, src,...
A-diagnostics,I-ICE,T-compiler,C-bug
low
Critical
743,173,145
opencv
OSX framework: enable testing of Objective-C/Swift bindings
It would be nice to enable OSX framework testing for OpenCV 4.x through `--run_tests` from `osx/build_framework.py` on MacOSX. It **works** in PR with: ``` force_builders=Custom Mac build_image:Custom Mac=osx_framework-test buildworker:Custom Mac=macosx-2 ``` --- <details> <summary>Resolved problem</su...
category: infrastructure,platform: ios/osx,category: swift/objc bindings
low
Critical
743,174,690
flutter
Intl.select "other" case requirement inconsistency
Docs at https://api.flutter.dev/flutter/intl/Intl/select.html say: > We look up the value of choice in cases and return the result, or an empty string if it is not found. However in fact the following exception is thrown when value not matching any case is passed: ``` Invalid argument(s): The 'other' case must ...
framework,a: internationalization,d: api docs,P2,team-framework,triaged-framework
low
Minor
743,204,267
vscode
Missing language IDs for Emmet supported languages
<!-- ⚠️⚠️ 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,emmet
low
Critical
743,220,448
godot
Cannot use translations in editor plugins
**Godot version:** Godot 3.2.3 **OS/device including version:** Ubuntu 20.04 LTS **Issue description:** Translations can't be used in editor plugins, making supporting multiple languages difficult. **Steps to reproduce:** 1. Add a translation file to the project, either through Project Settings or vi...
topic:editor,documentation,topic:plugin
low
Major
743,221,250
flutter
[Feature Request] Support marker animation as in maps api
Marker animation seems to be a new feature in maps api. Can you please support it too? [Google maps api documentation on marker animation](https://developers.google.com/maps/documentation/javascript/examples/marker-animations) It seems to be a named parameter toggle i.e. animation: google.maps.Animation.DROP,
c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Major
743,226,492
scrcpy
Touchscreen get stuck after few seconds
- [x] I have read the [FAQ](https://github.com/Genymobile/scrcpy/blob/master/FAQ.md). - [x] I have searched in existing [issues](https://github.com/Genymobile/scrcpy/issues). **Environment** - OS: Windows 10 - scrcpy version: 1.16 - installation method: Windows release - device model: Asus ZenFone 6 ZS630...
sdl,multitouch
low
Critical
743,233,541
create-react-app
创建jsconfig.json配置绝对路径url时,需要安装dotenv/types包!建议在文档中注释,或者创建时自动添加此包。
<!-- Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo. If you're in a hurry or don't feel confident, it's fine to report bugs with less details, but this makes it less likely they'll get fixed soon...
stale,needs triage,issue: bug report
low
Critical
743,259,881
godot
Can't open my game anymore
<!-- 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 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (G...
topic:editor
low
Major
743,261,334
opencv
Color space ambiguities
I'm opening this to put all color space-related issues (#15717, #4973, #13066) in one place. The current state of things in the color conversion API is (as far as I know): - [ ] The documentation talks about "RGB" in general without specifying the actual color space used. Some conversions expect sRGB, some e...
feature,category: imgproc,RFC,effort: ∞
low
Major
743,263,691
flutter
Hero don't respect Transform.scale and Stack order
Hello, I'm trying to create a transition between a stacked group of widget with different scale to a ListView where I can scroll etc. The problem is that Hero respect the Stack order only the first time and put the ListView's widget with the same size as the Scaled down one so obviously it don't fit. Take a look at t...
framework,f: material design,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Critical
743,278,904
angular
ci: improve changelog generation tooling
While working on #39704, I noticed some potential improvements to our changelog generation tooling. This issue is for discussing/tracking them. ## Potential fixes - **Summary:** Do not include any URL and issue/PR reference to the "closes" section. **Example:** https://github.com/angular/angular/pull/39704/c...
area: build & ci,area: dev-infra,P3
low
Critical
743,309,059
create-react-app
npx
npx: The term 'npx' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
stale
low
Minor
743,321,231
react-native
Cannot use DynamicColorIOS or PlatformColor with Share tintColor option
## Description Following up with my [previous issue](https://github.com/facebook/react-native/issues/30377) regarding the new PlatformColor and DynamicColorIOS APIs. I like this quest! I've encountered another issue, this time when using these new color APIs with the [Share](https://reactnative.dev/docs/share) API....
Platform: iOS,API: Share,Needs: Triage :mag:,Needs: Repro,Never gets stale
low
Critical
743,326,407
react
Bug: react-hooks/exhaustive-deps false postive when given undefined as deps
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> There's currently a false positive for the `react-hooks/exhaustive-deps` rule as...
Type: Bug,Component: ESLint Rules
low
Critical
743,331,072
PowerToys
Hide Dotfiles (File Explorer)
## 📝Feature Request: Basically what the title says. I was thinking it would be nice if there were some way for File Explorer to automatically hide dotfiles. Surely I'm not the only one whose home directory looks like this: ![image](https://user-images.githubusercontent.com/32886427/99194823-d75f5b00-2736-11eb-83...
Idea-Enhancement,Help Wanted,Needs-Spec,Product-File Explorer
high
Critical
743,346,657
godot
The editor file dialog does not show any thumbnails for images if the folder has .gdignore
Godot 3.2.3 Windows 10 64 bits I have a folder inside my project wich is ignored for import and export, with a `.gdignore` inside. However, it's still possible (and desirable) to be able to browse inside that folder using an editor tool. Problem: images inside such folder don't show any thumbnail. Thumbnails shoul...
bug,topic:editor,topic:import
low
Minor
743,351,265
opencv
Java: use "import static" in samples / tutorials
Ref: https://docs.oracle.com/javase/6/docs/technotes/guides/language/static-import.html Before: ``` import org.opencv.dnn.Dnn; ... Dnn.DNN_TARGET_CPU ... ``` After: ``` import static org.opencv.dnn.Dnn.*; ... DNN_TARGET_CPU ... ```
feature,category: samples,category: java bindings,RFC
medium
Minor
743,357,125
pytorch
Is nn.Conv2d equivalent with Unfold + Matrix Multiplication + Fold ?
## Is nn.Conv2d equivalent with Unfold + Matrix Multiplication + Fold I have implemented a custom convolutional operator with Unfold+matrix multiplication+Fold as described in the pytorch documentation, under Unfold examples [here](https://pytorch.org/docs/stable/generated/torch.nn.Unfold.html): ```py inp = ...
needs reproduction,module: convolution,triaged,module: correctness (silent)
low
Critical
743,394,958
pytorch
build pytorch from source on ubuntu, building error from fbgemm::SparseAdaGradSignature
``` Compiling functions.cu > /data/tseng/toolkit/pytorch/build/nccl/obj/collectives/device/functions.o [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/rebatching_queue.cc.o [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/rebatching_queue_ops.cc.o [ 67%] Buil...
module: build,module: collect_env.py,triaged
medium
Critical
743,401,127
tensorflow
tf.debugging.assert_shapes inconsistent behaviour for scalars
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 18.04 - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: n/a - TensorFlow instal...
stat:awaiting tensorflower,type:bug,comp:ops,TF 2.15
low
Critical
743,406,526
TypeScript
Compile error if I named last array destructuring element.
**TypeScript Version:** v4.0.5 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** destructuring assignment , Object literal may only specify known properties **Code** ```ts repro declare function foo<T extends { dataType: 'a' | 'b'; }>(template...
Bug,Has Repro
low
Critical
743,406,793
tensorflow
Make tf.debugging.assert_shapes support agnostic comparisons
**System information** - TensorFlow version (you are using): 2.3.1 - Are you willing to contribute it (Yes/No): No **Describe the feature and the current behavior/state.** `tf.debugging.assert_shapes` currently states that the tensors must have the shape specified by the constraints e.g. ``` >>> tf.debugging.as...
stat:awaiting tensorflower,type:feature,comp:apis,comp:tfdbg,TF 2.3
low
Critical
743,436,594
pytorch
GPU Vendor-Agnosticism via Vulkan
## Feature PyTorch shipping with ready-to-go GPU-vendor-agnostic functionality via the Vulkan API. The ability to run on Nvidia, AMD, and in the future Intel GPUs without hassle and with good performance. ## Motivation PyTorch (and HPGPU compute in general) is captive to CUDA, and at the moment for good reason...
feature,module: cuda,triaged,module: vulkan
low
Major
743,437,295
PowerToys
Search within PT Settings
## Description of the new feature It would be nice to have a search box to search for options within PT Settings. This isn't immediately necessary, but will be more useful as new tools and options are added. For example, I have trouble focusing on the long list of options in FancyZones settings, it usually takes ...
Idea-Enhancement,Product-Settings
low
Major
743,451,273
rust
Lint against treating `c_char` as `i8` or `u8`, for portability
One common source of portability issues is making assumptions about whether `c_char` is `i8` or `u8`. Code written for one platform may fail to build on another due because of this. I think we could detect this fairly easily: we could add an attribute that means "yes, this is a type alias, but treat it as a slightly...
E-hard,A-lints,O-android,O-Arm,T-lang,O-PowerPC,O-SystemZ
medium
Major
743,471,552
opencv
opencv videocapture memory leakage when it has a bad internet connection
##### System information (version) <!-- Example - OpenCV => 4.4 - Operating System / Platform => Windows 64 Bit - Compiler => pycharm --> - OpenCV => :grey_question:4.4 - Operating System / Platform => :grey_question: ubuntu 18.04 arm nvidia jetson nano arm , x86 ubuntu18.04 - Compiler => :grey_question: ex...
bug,priority: low,category: videoio,incomplete,needs investigation
low
Critical
743,478,714
pytorch
Torch DDP seems not prefer IPv6 over IPv4?
## ❓ Questions and Help It seems that in Torch DDP, when server prepares to listen to the incoming connections, because of setting the [`AI_PASSIVE`](https://github.com/pytorch/pytorch/blob/f07ac6a00498f4671b7fc0f74f9750ef3fb803cd/torch/lib/c10d/Utils.cpp#L84) flag, it would always try to bind the IPv4 address first...
high priority,triage review,oncall: distributed,triaged
low
Major
743,505,133
godot
[Bullet] InputEvent in StaticBody always return index 0
<!-- 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. --> Mono 3.2.3 and 3.2.4 **OS/device including version:** <!-- Specify GPU model, drivers, and...
bug,confirmed,topic:physics
low
Minor
743,507,448
pytorch
Inconsistent complex results with NumPy when computing non-positive power of 0
## 🐛 Bug When calculating non-positive power of complexed 0, the results obtained by PyTorch would inconsistent with NumPy. This phenomenon only occurs with exponent in tensor. ## To Reproduce ``` # Negative exponent >>> np.array(0j)**np.array(-1) (nan+nanj) >>> torch.tensor(0j)**(-1) tensor(nan+nanj) >>>...
triaged,module: complex,module: numpy,module: NaNs and Infs
low
Critical
743,593,560
create-react-app
Retry chunk load without ejecting
Projects built with *create-react-app* `react-scripts build` performs lazy loading without any retry. So, loading failures (e.g. because of slow network) can't be recovered from, without a reload. The [webpack-retry-chunk-load-plugin](https://www.npmjs.com/package/webpack-retry-chunk-load-plugin) resolves this issue...
needs triage
low
Critical
743,680,506
storybook
Default tab is always canvas on first load
**Describe the bug** I'm trying to change the default storybook tab following the method described in #12111 . On initial load of the storybook always land on the canvas page. (locally that would be `http://localhost:6006/?path=/story/<pathToStory>)`. If i click on another story, its defaults to the docs page as inte...
bug,ui
medium
Critical
743,694,406
go
cmd/go: go env output is unstable/non-deterministic
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version devel +7307e86afd Sun Nov 8 12:19:55 2020 +0000 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operati...
NeedsFix,GoCommand
low
Critical
743,700,713
PowerToys
[Run][New Plugin] Start a timer using powertoys run
# 📝 Description of the new feature --- It would be useful to start a timer in powertoys run, e.g. by typing `timer 15:00` to start a 15 minute timer. I don't particularly like the new UWP windows 10 timer app, it seems to have been designed with a touchscreen in mind and does not work well with the keyboard. Setting...
Idea-Enhancement,Product-PowerToys Run,Run-Plugin
medium
Critical
743,733,858
flutter
Adding a flag to disable the shadow on the cupertino page route
In iOS swipe back gesture between screens has no shadow. Now, in Flutter there is an unnecessary shadow file: packages/flutter/lib/src/cupertino/route.dart, lines: 407-410 ``` child: DecoratedBoxTransition( decoration: _primaryShadowAnimation, child: child, ), ``` Can you please remove this shadow, beca...
c: new feature,framework,f: cupertino,f: routes,c: proposal,team-design,triaged-design
medium
Major
743,794,627
go
cmd/gofmt: incorrect alignment for func prototype parameters comments
<!-- 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> 1.15.5 </pre> ### Does this issue reproduce with the latest release? ### Wh...
NeedsInvestigation
low
Minor
743,836,806
godot
Moving the working directory crashes the editor
**Godot version:** 3.2.3-stable **OS/device including version:** ``` $ uname -a Linux pc 4.19.0-12-amd64 #1 SMP Debian 4.19.152-1 (2020-10-18) x86_64 GNU/Linux ``` **Issue description:** The editor crashes if you move the current working directory. I expected the editor to either show an error or to au...
bug,topic:editor,crash
low
Critical
743,896,775
rust
forbid conditional, negative impls
We currently permit negative impls (feature-gated, https://github.com/rust-lang/rust/issues/68318) for both auto- and regular traits. However, the semantics of negative impls are somewhat unresolved. The current trait checker's implementation in particular does not work well with "conditional" negative impls -- in othe...
T-compiler,F-negative_impls
low
Critical
743,902,612
flutter
BottomSheet has nullable animationController but uses it as non-null
Created from b/173042655, the bottom sheet widget throws exceptions if used without an animationController, even though this property is nullable. ## Steps to Reproduce <!-- You must include full steps to reproduce so that we can reproduce the problem. --> 1. Create an app with a `BottomSheet` as the child, so...
framework,f: material design,a: null-safety,P2,team-design,triaged-design
low
Critical
743,903,923
create-react-app
I am not able to start the react application on Mac.
If you have a general question about Create React App or about building an app with Create React App we encourage you to post in GitHub Discussions instead of this issue tracker. The maintainers and other community members can provide help and answer your questions there: https://github.com/facebook/create-react-app/di...
stale,needs triage
low
Critical
743,921,018
TypeScript
Assertion methods (`asserts this is`) are not CFA'd without error
<!-- 🚨 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...
Bug
low
Critical
743,935,034
flutter
[tool_crash] when passing /? as positional argument to flutter create
## Command I think this is not a big issue<br/> ``` flutter create /? ``` ## Steps to Reproduce As usually i do with other cli apps , gave flutter create /? command to see the parameters of new project creation and then , i think flutter accepted /? as project name and tried to create files/folders with th...
tool,a: quality,P3,team-tool,triaged-tool
low
Critical
743,967,920
flutter
Text Selection not working in Webview when showing in pageview
When I am showing webview in Pageview builder, text selection doesn't work in Webview Below is my code to reproduce issue, I am testing it on android device, having android 10 OS <details><summary>my main.dart</summary> ``` import 'dart:io'; import 'package:flutter/material.dart'; import 'package:flutt...
platform-android,p: webview,package,has reproducible steps,P2,found in release: 2.2,found in release: 2.5,team-android,triaged-android
low
Major
743,989,871
youtube-dl
Downloading youtube videos into a NamedTemporaryFile
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
743,997,325
flutter
Reduce GC pauses in CanvasKit-based web apps
After implementing memory management for paths and images the GC pauses increased causing more severe jank when the GC kicks in. The path benchmark caught this right away by showing a regression in web_benchmarks_canvaskit bench_path_recording.canvaskit recordPathConstruction.outlierRatio: https://flutter-flutter-pe...
c: regression,engine,c: performance,platform-web,perf: speed,e: web_canvaskit,team: benchmark,P2,team-web,triaged-web
low
Minor
744,024,373
kubernetes
[Probes] Incorrect application of the initialDelaySeconds
Hello, We are experiencing an issue with pod probes where they are not ran in sync with the configuration, which let suggests that the `initialDelaySeconds` is not correctly applied (or some other random delay is introduced). We have a deployment that contains a `livenessProbe` and a `readinessProbe` configured a...
kind/bug,priority/backlog,sig/scheduling,sig/node,triage/needs-information,needs-triage
medium
Critical
744,080,527
flutter
Dart VM worker threads priority may be too high and embedder cannot change it
See b/171917546 TL;DR is that when you call FlutterEnginePostCallbackOnAllNativeThreads, you don't actually get the Dart worker threads - and Dart might create new threads after you call that anyway. We should be setting this via the --worker-thread-priority argument. While we could expose this to embedders, it'...
c: new feature,engine,c: performance,customer: dream (g3),perf: speed,P3,team-engine,triaged-engine
low
Major
744,081,885
youtube-dl
youtube-dl -U == ERROR: can't find the current version. Please try again later.
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
duplicate
medium
Critical
744,104,494
godot
GDscript OS.get_system_time_*() not changing value when casting to float
**Godot version:** 3.2.3.stable.official **OS/device including version:** Linux 5.9.8-arch1-1 **Issue description:** I noticed that when I cast `OS.get_system_time_secs()` or `OS.get_system_time_msecs()` to a `float` it will not change anymore. I guess that it has something to do with the `const` attribute...
bug,topic:core,topic:gdscript,needs testing
low
Major
744,106,757
storybook
Setting inlineStories to false causes the documentation code snippet to be generated incorrectly
**Describe the bug** Setting `{ docs: { inlineStories: false } }` is causing the code snippet on the component DocsPage to be generated incorrectly. Additionally, if I change anything regarding what the story renders (such as parameters, the shape of the rendered output, etc.), it generates correctly until I refresh t...
bug,addon: docs,block: source
low
Critical
744,137,641
pytorch
Missing -fopenmp when used in torchvision
## 🐛 Bug The issue was originally reported here: - https://github.com/pytorch/vision/issues/2783 Forwarded to PyTorch in case this is an upstream issue about CMake. TorchVision has build warnings about invalid `#pragma omp` used without `-fopenmp`. I'm think if this could be due to pytorch not providing th...
module: build,module: cpp-extensions,triaged,enhancement,module: build warnings,module: openmp
low
Critical
744,145,521
terminal
Add a setting to configure display of auto detected links, normally and on hover
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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-TerminalControl,Product-Terminal,Area-Schema
low
Critical
744,200,505
pytorch
[NNC] Improve "UNSUPPORTED DTYPE" error messages
## 🚀 Feature Throughout the NNC code base there are a number of `unsupported_dtype()` calls, which when run appear as: > RuntimeError: UNSUPPORTED DTYPE These errors are never supposed to be seen by the user, but it would nice to give better error messages for the developer experience. I think all of thes...
oncall: jit,module: bootcamp,NNC
low
Critical
744,200,762
go
x/text/cmd/gotext: help output is non-existent
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.4 darwin/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</summar...
NeedsInvestigation
low
Critical
744,226,237
vscode
Provide an error code for "User did not consent to login" error
<!-- ⚠️⚠️ 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. --> It would be useful to be able to detect the "Use...
feature-request,api-proposal,authentication
low
Critical
744,229,634
flutter
[webview_flutter] MissingPluginException(No implementation found for method evaluateJavascript(), clearCache() and reload()
I've been getting this since using the webview_flutter plugin. I got thousands of this errors reported on Crashlytics. Unfortunately the stacktrace is very limited. I hope this gets resolved soon. <details> <summary>Firebase Crashlytics Logs</summary> ``` Non-fatal Exception: io.flutter.plugins.firebase.cras...
c: crash,platform-android,p: webview,package,a: release,P3,team-android,triaged-android
medium
Critical
744,269,154
opencv
Can't rotate 3D array with #channels > 4
##### System information (version) - OpenCV => 4.4.0 - Numpy => 1.19.1 - Operating System => Windows 64 Bit - Conda Version => 4.8.2 ##### Detailed description Hi, I have a simple 3D numpy array that represents an image: first axis is height, second is width, third is number of channels. When numbers of chan...
feature,category: core
low
Critical
744,275,262
ant-design
New Select component prop "optionSearchLabelProp": describes the search value once an option is selected
- [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? When an option is selected in a <Select mode="combobox" showSearch> component the options' JSON data may describe each option's `...
Inactive
low
Minor
744,278,622
youtube-dl
Add Youvi.ru support
<!-- ###################################################################### 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
744,283,322
flutter
VideoPlayer plugin needs RepaintBoundary
We experienced problems with the performance of VideoPlayer in one customer app, due to the lack of a repaint boundary. VideoPlayer should include RepaintBoundary through an on optional named parameter that is set to true, just like ListView does. There it's called `bool addRepaintBoundaries = true`. /cc @ferhat...
p: video_player,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Major
744,292,897
flutter
Local engine builds should use Fuchsia's goma rbe
This requires downloading different goma binaries than the ones present in depot_tools. @godofredoc Could you add a link here to any relevant docs that we should follow.
team,engine,P2,team-engine,triaged-engine
low
Minor
744,297,862
pytorch
FAILED: test_api/CMakeFiles/test_api.dir/dataloader.cpp.o
## ❓ Questions and Help ### FAILED: test_api/CMakeFiles/test_api.dir/dataloader.cpp.o Snippet of error block below: [4807/4994] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o FAILED: test_api/CMakeFiles/test_api.dir/dataloader.cpp.o /usr/bin/c++ -DHAVE_MALLOC_USABLE_SIZE=1 -DHAVE_MMA...
module: build,triaged
low
Critical
744,299,882
pytorch
[JIT] Saving and Loading JIT Model Does Not Preserve __dir__
## 🐛 Bug `dir()` on newly - scripted module works correctly, but breaks after serialization. ``` import torch class Test(torch.nn.Module): @torch.jit.export def other(self): return torch.tensor([22]) def forward(self): return torch.tensor([20]) s = torch.jit.script(T...
oncall: jit,days
low
Critical
744,310,718
vscode
Allow an output to go into full-screen mode
<!-- ⚠️⚠️ 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. --> Some jupyter notebook renderers support openin...
feature-request,webview,electron,notebook-output
low
Major
744,338,578
storybook
Module not found: Error: Can't resolve mdx file
I got this error ``` ERROR in ./stories/components/atomic/Button.stories.tsx Module not found: Error: Can't resolve './Button.stories.mdx' in '/Users/user/Desktop/plasma/order-seller-fe-npay/packages/common/components/stories/components/atomic' @ ./stories/components/atomic/Button.stories.tsx 110:43-74 @ ./stori...
question / support,addon: docs,mdx
medium
Critical
744,340,205
go
runtime: using AVX-512 instruction without supporting CPUID flag(s) on MacOS hangs the Go runtime
<!-- 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.5 darwin/amd64 </pre> ### Does this issue reproduc...
OS-Darwin,NeedsInvestigation,compiler/runtime
low
Critical
744,340,447
go
net/http: transport closes healthy connections when pool limit is reached
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.5 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
744,362,117
godot
Low speed RigidBody overlaps StaticBody then bounces back when collision happens even with CCD enabled and 0 bounce
**Godot version:** v3.2.3.stable.official **OS/device including version:** Device: Macbook Pro 2016 OS: macOS Big Sur 11.0.1 **Issue description:** Yes, I've searched a lot but none of them works. **1️⃣ Given a scenario**: In 3D world, there's a `StaticBody` as ground, a `RigidBody` with Capsule `Collision...
bug,confirmed,topic:physics
low
Major
744,459,972
godot
Improve error message when attempting to access an object property whose name starts with a number using dot syntax
**Godot version:** 3.2.3 stable and 3.2.4 beta 1 **OS/device including version:** Windows 10 **Issue description:** (Actually, I'm not sure if this is a bug or intended behavior, considering variable names can't begin with a number) Godot will let you create a dictionary with string keys beginning with numb...
enhancement,topic:gdscript,usability
low
Critical
744,464,807
pytorch
Microsoft C++ exception: torch::jit::ErrorReport at memory location 0x0000001C0C3BBB40.
Hi, I try to work with torchvision detection models in c++ to be able to do that I obtain TorchScript models via torch.jit.script of fasterrcnn_resnet50_fpn and retinanet_resnet50_fpn but while I trying to load scripted models in C++ I get "Microsoft C++ exception: torch::jit::ErrorReport at memory location 0x0000001C...
oncall: jit
low
Critical
744,512,060
pytorch
CPU Tensor with Python MP Freezing in Docker Container
## 🐛 Bug This seems so basic that I'm pretty baffled at where the issue could be coming from. - Main process A creates a tensor - Main process A spawns process B - Process B creates a tensor After Process B creates a tensor, it will freeze. No exception, no error, just frozen. If Process A doesn't create a...
module: multiprocessing,triaged,module: docker
low
Critical
744,545,317
go
x/pkgsite: slightly confusing "There are no [...] in this package" placeholders
Look at https://pkg.go.dev/github.com/multiformats/go-multicodec@master, for example. Its API just exposes an enum-like integer type, with some constants of that type, and a method on the type. All in all, the package has a few dozen exported constants, and one exported function - a method on the type. However, t...
NeedsInvestigation,pkgsite,UX,pkgsite/dochtml
low
Major
744,556,488
go
x/pkgsite: search in page is made less useful by hidden content
Steps to reproduce the good godoc.org behavior: 1) Go to https://godoc.org/github.com/dgraph-io/badger 2) Press Ctrl-F (or whichever "search in page" shortcut) 3) Type "NewIterator" 4) Get taken straight to "func (txn *Txn) NewIterator(opt IteratorOptions) *Iterator", its first occurrence - in the index Now, o...
NeedsInvestigation,pkgsite,UX,pkgsite/search
low
Major
744,589,594
vscode
[json] no IntelliSense when all-optional branch matches
E.g. with 3 branches in a `"oneOf"`: ```json { "$schema": "http://json-schema.org/draft-07/schema#", "oneOf": [ { "type": "object", "properties": { "dockerFile": { "type": "string" } }, "required": [ "dockerFile" ], "additionalProperties": false }, { "ty...
feature-request,json
low
Minor
744,592,595
terminal
Updates to ms-terminal terminal type in terminfo to 1.4 from 0.2
In #8291 it was noted that the [`ms-terminal`](https://invisible-island.net/ncurses/terminfo.src.html#tic-ms-terminal) record in the terminfo database dates from version 0.2 of Windows Terminal. We are now on version 1.4. So let's construct a list of _concrete and specific_ amendments to the 0.2 `ms-terminal` record ...
Area-VT,Product-Terminal,Product-Meta,Issue-Task
low
Major
744,593,958
TypeScript
Labeled maps, set and records
## Suggestion Following on the idea of [labeled tuples](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html#labeled-tuple-elements) and parameter names, would it be possible to label `Map`, `Set` and `Record`? ## Use Cases It would help to communicate the intent of the different part...
Suggestion,Awaiting More Feedback
low
Major
744,639,079
pytorch
[dataloader] Worker threads to print the signal they received before they die
Usually, this indicates problems with leaking memory (https://github.com/pytorch/pytorch/issues/13246) or some problems with ulimit and number of open files. If possible, it would be good if they printed something before they die (if possible in Linux): Relevant code locations: https://github.com/pytorch/pytorch/bl...
module: dataloader,triaged,enhancement
low
Minor
744,687,375
pytorch
[JIT] Optimization pass in profiling executor to fold away conditional branches
## 🚀 Feature With profiling information, we should be able to remove conditional branches based on profiling information, including tensor ranks, device and boolean ivalue, e.t.c.. ## Motivation Conditional branches creates hierarchies that prevents us to exploit fusion opportunities, because currently fusion...
oncall: jit
low
Minor
744,706,812
pytorch
[JIT] Constant folding on no-op `aten::mul`
## 🚀 Feature We are seeing the following pattern in optimized graphs: ``` %73 : int = prim::Constant[value=1]() %86 : Tensor = aten::mul(%0, %73) ``` We should be able to realize that this is an no-op and fold away `%86` when it's safe to do so. ## Motivation The issue showed up when we were comparin...
oncall: jit
low
Minor
744,718,504
go
cmd/link: segfault due to nil pointer on FreeBSD/amd64
<!-- 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.5 freebsd/amd64 </pre> ### Does this issue reproduce with the...
OS-FreeBSD,NeedsInvestigation,compiler/runtime
low
Critical
744,743,834
pytorch
[JIT][PE] Profiling Executor should re-profile `DifferentiableGraph`
## 🚀 Feature Profiling Executor should re-profile the forward graph of `DifferentiableGraph` ## Motivation `differentiate` pass modifies the profiled graph into forward graph in `DifferentiableGraph`. This resulted in missing profiling information in the new graph. This is causing issue in codegen, which requ...
oncall: jit
low
Minor
744,743,924
youtube-dl
Youtube thumbnails get converted from webp to jpeg, make it optional please
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
744,813,510
go
x/build: consider opting-in to longtest builders by default for cmd/go changes, if/when they're under 15 min
(I have a feeling @bcmills may have already filed an issue for this, but I couldn't find it. Maybe it was a comment instead.) With the progress made on https://github.com/golang/go/issues/37439#issuecomment-723413000 recently, it seems we can speed up longtest SlowBots to run in under 15 minutes or so. If that can b...
Builders,NeedsInvestigation,GoCommand
low
Major
744,813,724
godot
Antialiasing only works via plugin draw overlays in GLES3, doesn't work in other cases (neither at run-time nor editor)
**Godot version:** 3.2.4 beta 8dde60d13 Somewhat similar to #38872. **OS/device including version:** Windows 10 NVIDIA GeForce GTX 750 Ti (driver version 26.21.14.3648) GLES3 **Issue description:** This seems to happen with any kind of geometry drawing where `antialiasing` property/parameter is exposed: ...
bug,topic:rendering,topic:2d
low
Major
744,823,167
go
runtime: work.cycles should consider integer overflow
<!-- 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 devel +13f59a65 Sat Nov 7 10:28:10 2020 +0800 linux/amd64 </...
NeedsDecision,compiler/runtime
low
Critical
744,830,442
vue
Enable performance measuring in production, at the user's request
### What problem does this feature solve? Similar to devtools, `Vue.config.devtools` is enabled by default for development and disabled by default for production. However, the developer can choose to override that behavior (for example, for debugging) by manually setting `Vue.config.devtools = true`. However, this s...
feature request
medium
Critical
744,864,776
godot
.global_transform.basis.get_euler() returns data not useable for .rotation
**Godot version:** 3.2.3.stable (Steam) **Issue description:** I ask meshinstance for .global_transform.basis.get_euler() to use for rotation while spawning new mesh with fading material The current mesh (cube) seems return proper data. But his nearby-translated child (the stick) returns incorrect data. ![ezgif-...
discussion,topic:core
low
Major
744,936,758
pytorch
quantization - document get_default_qconfig
## 📚 Documentation See https://discuss.pytorch.org/t/get-default-qconfig-appears-in-docs-but-not-in-api-reference/103010. We should make sure this is documented and easy to discover. cc @jerryzh168 @jianyuh @raghuramank100 @jamesr66a @jgong5 @Xia-Weiwen @leslie-fang-intel @dzhulgakov @vkuzo
oncall: quantization,triaged
low
Minor
744,944,457
TypeScript
Add compiler option to allow module types to be checked in non module output files
**Search Terms:** `import type`, `export {}` ## Suggestion In #41513 and #41562 projects are broken by a design change to always include `export {};` in the JS output if `import` or `import type` is in the TS source, regardless of whether it is in the JS output. This is a breaking change for a lot of developers ...
Suggestion,In Discussion
medium
Critical
744,958,869
flutter
Retry Xcode build on "unable to attach DB: unable to initialize database (database is locked)"
``` ** BUILD FAILED ** Xcode's output: ↳ error: unable to attach DB: unable to initialize database (database is locked) note: Using new build system note: Building targets in parallel note: Planning build note: Constructing build description Could not build the precompiled application for the device. Er...
tool,t: xcode,P2,team-tool,triaged-tool
low
Critical
744,967,945
pytorch
JIT should not force users to write ugly code
Writing code for JIT is currently incredibly unpleasant, because it inherently wants you to split logic that belongs to the same function/module to different places. For example, take a look at the following two extremely common patterns: 1. Jittable parts of a (partially jittable) function has to be broken into a s...
oncall: jit,TSUsability
low
Critical
744,972,591
go
cmd/compile: missed add+load combination opportunity
``` func f(a []int) int { s := 0 for _, x := range a { s += x } return s } ``` Generates for the inner loop ``` MOVQ (AX)(DX*8), SI INCQ DX ADDQ SI, BX CMPQ CX, DX JGT 16 ``` There's no reason we couldn't do `ADDQ (AX)(DX*8), BX` instead of the MOVQ/ADDQ combo. There's actually code ...
Performance,NeedsInvestigation,compiler/runtime
low
Minor
744,993,140
flutter
ButtonStyle merge does not merge
In my example, https://gist.github.com/NebulaFox/172e7ac344370935b3d12b8aa5fc0400, I have defined a default/base style for `ElevatedButton`, which is styled based on the `_toggle` property of the state class. When using the `merge` method to change the base style, it appears the style is not being merged in. **Expec...
framework,f: material design,has reproducible steps,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Major
745,039,057
godot
HeightmapShape gets KinematicBody stuck, unlike BoxShape or ConcavePolygonShape
Godot 3.2.3 Windows 10 64 bits Bullet physics From initial report at https://github.com/Zylann/godot_heightmap_plugin/issues/217 Heightmap shapes seem to cause trouble with kinematic bodies in particular (using sphere shape). When `move_and_slide` is used, bodies tend to just stop their motion abruptly and remain...
bug,confirmed,topic:physics
low
Minor
745,041,086
kubernetes
Add migration of ownerReferences that refer to deprecated/no-longer-served Kubernetes API versions
**What would you like to be added**: Migrate ownerReferences that refer to deprecated/no-longer-served Kubernetes API versions to current apiVersions **Why is this needed**: Objects can be created with ownerReferences pointing at apiVersion/kind combinations which are no longer served and/or have moved API gro...
sig/api-machinery,kind/feature,lifecycle/frozen,triage/accepted
low
Major
745,050,954
go
x/build: support trybot/slowbot runs with GOEXPERIMENT=...
The slowbots feature (e.g. setting "TRY=<builder selection>") is extremely helpful for developers who want to get expanded test coverage for their CLs (particularly with the more obscure GOOS/GOARCH combos). This was a big help for the team when rewriting the linker this last year. Another feature that would make...
Builders,NeedsInvestigation
low
Major
745,052,542
flutter
Can't call static method _WidgetAppState.basicLocaleListResolution due private class _WidgetAppState
I want to use _WidgetAppState.basicLocaleListResolution as fallback in localeListResolutionCallback ( MaterailApp parameter )
framework,a: internationalization,c: proposal,P3,team-framework,triaged-framework
low
Minor
745,069,891
neovim
syntax sync slow even in non-executing conditional branch
### Issue Consider the following three ex-mode commands: 1. `:syntax sync fromstart` 2. `:if 0 | syntax sync fromstart | endif` 3. `:if 0 | execute 'syntax sync fromstart' | endif` I would expect that command (1) would sometimes be slow, but commands (2) and (3) should never be slow, since the conditional br...
bug-vim,syntax
low
Critical
745,091,479
material-ui
[Pagination] clicking on disabled arrows autoselects unrelated things
https://material-ui.com/ru/components/pagination/ Fast clicking on `>` on first line in screenshot autoselects `...` on next line: ![image](https://user-images.githubusercontent.com/1157412/99451108-87091880-2943-11eb-80e1-518f71a9b933.png)
bug 🐛,component: pagination
low
Major
745,097,909
go
x/sys/windows: clarify safety of Proc.Call, LazyProc.Call
https://godoc.org/golang.org/x/sys/windows#LazyProc.Call and https://godoc.org/golang.org/x/sys/windows#Proc.Call are syscall.SysCall wrappers but take a bunch of uintptrs. I assume that those wrappers are not covered by the uintptr(unsafe.Pointer) conversion exception number (4) from https://golang.org/pkg/unsafe/#...
Documentation,NeedsFix,compiler/runtime
low
Major