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
393,784,722
TypeScript
missing 'used before declaration' error within computed name of accessor or method
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps b...
Bug
low
Critical
393,789,561
flutter
SliverAppBar with FlexibleSpaceBar and TabBar
## Steps to Reproduce https://docs.flutter.io/flutter/widgets/NestedScrollView-class.html Just use the same code in this example it have SliverAppBar with the TabBar and also SliverList as a content.In this example SliverAppBar doesnt have flexibleSpace i'm trying to use flexibleSpace with background there is no erro...
framework,f: scrolling,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-framework,triaged-framework
low
Critical
393,797,520
TypeScript
TS2409 is an invalid error.
**TypeScript Version:** 3.3.0-dev.20181222 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** TS2409 **Code** ```ts class A { constructor() { // return an arrow function return message => { this._message = message; r...
Suggestion,Awaiting More Feedback
low
Critical
393,811,059
rust
Remove first instance of item that matches predicate
There is currently no method on `Vec<T>` to remove the first item that matches a given predicate (closure). `retain` can of course be used remove *all* items that match a predicate, and `remove_item` to remove the first item *equal* to a given value, but that's it. What I'd like to see is something like the followin...
A-collections,T-libs-api,C-feature-request
low
Major
393,845,047
go
proposal: net/http: support for digest authentication
I tried to add Digest access authentication support in http.Transport today. currently it is available for proxy servers. (compatible with basic auth,but not tested.) I hope the official can integrate it. After all, this is a base library. **Reference: https://github.com/delphinus/go-digest-request** *Mainly mod...
Proposal
low
Critical
393,851,350
TypeScript
Autocomplete: Prefer matches with the same capitalisation
## Suggestion When there are autocomplete matches with the same or similar name but different capitalisation, the matching capitalisation should be preferred. Or the match should be at least consistent - currently, there is no clear behavior. ## Examples How it looks when it doesn't work: ![unbenannt](http...
Suggestion,In Discussion,Domain: Completion Lists
low
Minor
393,909,732
rust
sparc64: passing structures with floats in registers should use floating point registers
`librustc_target/abi/call/sparc64.rs` passes structures as `Uniform`, which get allocated to stack or "promoted" to integer registers by LLVM. According to the SPARC v9 64 Bit ABI definition in the SPARC Compliance Definition, floating point members should be promoted into floating point registers instead of integer re...
T-compiler,O-SPARC,C-bug
low
Major
393,915,843
vscode
RTL layout for paragraphs starting with
#11770 is so vague that I can't even understand what is the requested feature... a clear and achievable change to VSCode for RTL is I believe starts from this, please make a paragraph RTL if it starts with RTL text. Steps to reproduce: Put this on gedit: ``` متن متن متن متن text text text text ``` ![imag...
feature-request,editor-RTL
medium
Critical
393,938,487
TypeScript
Typecast for generic hashes not works as expected
**TypeScript Version:** 3.2.2 **Search Terms:** * object generic **Code** ```ts type Scope = { $scan: () => void; } type HashItemAsFunction<S> = <S extends Scope>(element: HTMLElement, scope: S) => void; type HashItemAsObject<S extends Scope> = { link?: HashItemAsFunction<S>; }; type Ha...
Bug,Domain: Contextual Types
low
Critical
393,943,270
rust
Bad mask behavior with pcmp + pblendvb
```rust pub unsafe fn foo(y: __m128i, mut x: __m128i) { let mut mask = _mm_cmplt_epi32(x, y); while _mm_extract_epi32(mask, 0) == 0 { x = _mm_blendv_epi8(y, x, mask); mask = _mm_cmplt_epi32(x, y); } } ``` I would expect something like this as the loop: ```asm LBB0_1: movdqa %xmm...
A-LLVM,I-slow,T-compiler
low
Major
393,947,978
flutter
[video_player plugin]: Handle multiple calls to initialize better.
<!-- 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.io/ * https://docs.flutter.io/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you have...
c: new feature,a: quality,p: video_player,package,c: proposal,team-ecosystem,P2,triaged-ecosystem
low
Critical
393,957,464
godot
Button is not pressed by InputEventScreenTouch when Emulate Mouse From Touch is disabled in the Project Settings
**Godot version:** 3.0.6 **OS/device including version:** windows 10 pro / GT 1030 gpu **Issue description:** In the script extending button, when using _gui_input() and InputEventScreenTouch, it does not cause the button to be pressed down. Visually also the button does not go button_down. **Steps to r...
enhancement,confirmed,topic:input
medium
Critical
393,961,705
opencv
imwrite/imencode Python binding fails with SystemError when using Numpy int type in params
##### System information (version) - OpenCV => 4.0.1 - Operating System / Platform => Arch Linux x86_64 - Compiler => I don't know. Installed from repo. ##### Detailed description The following code: ```py import cv2 import numpy as np orig = np.random.randint(0, 256, size=(512, 512, 3), dtype=np.uint8) ...
bug,category: python bindings,priority: low
low
Critical
393,963,340
gin
Reverse Proxy issues
- With issues: ### router ```go apiv1.GET("/videos/:vid-id", ProxyVideoHandler) apiv1.POST("/upload/:vid-id", ProxyVideoHandler) ``` ### handler ```go func ProxyVideoHandler(c *gin.Context) { u, err := url.Parse(setting.AppSetting.ProxyURL) if err != nil { logging.Info(err) c.String(http.StatusInter...
bug
low
Critical
393,991,713
vscode
Temporarily Set Configuration For Save Operation
I'm maintaining the [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) extension and am in dire need of a feature that would eliminate some issues with respect to the following settings and potentially more in the future (e.g., end of line setting): - `files.insertFinalNewl...
feature-request,api
medium
Critical
393,996,676
flutter
Logspam when decoding invalid image
If you try to decode an image using instantiateImageCodec but the data is invalid, instead of (or in addition to?) throwing an exception, it prints `Shell: [ERROR:flutter/lib/ui/painting/codec.cc(97)] Failed decoding image. Data is either invalid, or it is encoded using an unsupported format.` to the console.
engine,P2,team-engine,triaged-engine
low
Critical
394,007,196
gin
why donot support fcgi method to serve?
- With issues: why donot support fcgi method to serve? - go version: 1.11.2 - gin version (or commit ref): 1.30 - operating system: centos ## Description see the rel issue #673 , the reason is much slower than unix http proxy. But, in go 1.11.2, unix http is slower than unix fcgi go: ```go // f...
feature
low
Critical
394,011,555
opencv
Documentation calib3d. R - same name for different matrix.
Perhaps renaming the matrix of rectification transformations will make [this formula](https://github.com/opencv/opencv/blob/4.1.2/modules/calib3d/include/opencv2/calib3d.hpp#L2887) more readable. Also, [extra (]( https://github.com/opencv/opencv/blob/4.1.2/modules/calib3d/include/opencv2/calib3d.hpp#L2896)
category: documentation,category: calib3d
low
Minor
394,034,516
godot
Mouse selection exist, even if no mouse button is pressed.
**Godot version:** 3.1 10e9221 **OS/device including version:** Ubuntu 18.04.1 **Issue description:** When I create selection and then click outside editor and back to it, then selection still exist without any mouse button pressed. **Steps to reproduce:** 1. Select some area in viewport 2. Move mou...
bug,topic:editor,confirmed
low
Minor
394,151,924
opencv
compile error Mat.hpp
have a persistent issue compiling opencv 401. it all comes down to a few modules with mat.hpp. ##### System information (version) - OpenCV => 4.0.1 - Operating System / Platform => Windows 10 64 Bit - Compiler => Visual Studio 2015 -Cmake => 3.12.4 ##### Detailed description OpenCV => module opencv_gapi_S...
bug,priority: low,category: build/install,platform: win32,category: g-api / gapi
low
Critical
394,174,022
godot
Creating a new EditorSettings variable then run in a visual script reports SOCKET ERROR
**Godot version:** Godot3.1 Aplha4 **OS/device including version:** manjaro gnome x64 Intel® Core™ i3-2350M CPU @ 2.30GHz × 4 Intel® Sandybridge Mobile OpenGL ES 3.0 Renderer: Mesa DRI Intel(R) Sandybridge Mobile intel hd 3000 **Issue description:** ![2018-12-26 21-41-14](https://user-images.githubuser...
bug,topic:editor,confirmed,topic:visualscript
low
Critical
394,221,224
kubernetes
Investigate cleanup of orphaned pod volumes
<!-- 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!--> **What happened**: TODO from https://github.com/kubernetes/kubernetes/pull/72291#discussion_r243855759. The getMountedVolumePathListFrom...
kind/bug,priority/important-soon,sig/storage,lifecycle/frozen
low
Critical
394,221,771
go
x/tools/go/packages: Unusably slow when there are packages using cgo in the list
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.11.4 windows/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor architecture a...
Performance,GoCommand
low
Critical
394,290,826
gin
Why gin.Context.Cookie has to do url.QueryUnescape?
- go version: go1.11.2 darwin/amd64 - gin version (or commit ref): v1.3.0 - operating system: macos/linux ## Description Gin replace + sign with whitespace (probably) due to url.QueryUnescape. We need to replace it back to original + sign and then encode to make it back to original value. The code in ques...
bug
low
Major
394,298,424
flutter
Scrollbars and Safearea on iOS
Looking at an iOS native Scrollview (e.g. Safari or Mailbox in Mail) in landscape on an iPhone Xs you will see the following behavior: * When the notch is on the left, the scrollbar is drawn all the way at the right edge of the screen (the content of the scrollview does not go all the way to the right to avoid poten...
platform-ios,framework,a: fidelity,f: scrolling,f: cupertino,good first issue,a: layout,P2,team-ios,triaged-ios
low
Major
394,305,128
rust
Improve error message for struct element borrow by closure
Consider [this small example](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018). The code: ```rust struct S { x: f32, y: f32 } fn main() { let mut s = S { x: 1.0, y: 2.0 }; let eval = |x| { x + s.y }; s.x = eval(s.x); s.x = eval(s.x); println!("{} {}", s....
C-enhancement,A-diagnostics,P-low,A-borrow-checker,T-compiler,D-edition
low
Critical
394,392,645
rust
`--logfile` for libtest doesn't respect `--format`.
**Observed behaviour** When using for example `cargo bench -- -Z unstable-options --format json --logfile bench.json`, `bench.json` has the usual human output format. Stdout prints JSON correctly though. **Expected behaviour** I expect to see JSON output in the file, exactly like in stdout. **Notes** I know at...
T-dev-tools,A-libtest,C-bug
low
Critical
394,424,807
vue
Support Array subclassing
### Version 2.5.21 ### Reproduction link [https://codepen.io/AmrIKhudair/pen/NevxML](https://codepen.io/AmrIKhudair/pen/NevxML) ### Steps to reproduce 1- create a class extending Array and add a custom method 2- instantiate a new instance of the class and add it to data 3- try to call the method ...
feature request
low
Critical
394,529,897
flutter
【Platform View】Why not abstract and unify AndroidView and UIKitView to a single PlatformView widget?
Currently we need to write some platform specific code if using platform view. ```dart if (defaultTargetPlatform == TargetPlatform.android) { return AndroidView(...) } else if (defaultTargetPlatform == TargetPlatform.iOS) { return UIKitView(...) } ```
c: new feature,engine,customer: crowd,a: platform-views,P2,team-engine,triaged-engine
low
Major
394,540,027
TypeScript
Inferred missing properties use resolved generic types rather than staying generic
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 3.3.0-dev.20181212 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** declare property generic missing member **Code** ```...
Suggestion,Domain: Quick Fixes,Experience Enhancement
low
Critical
394,560,157
godot
Update script classes when editor enters focus (for external editors)
**Godot version:** Godot 3.1 alpha 4 **Issue description:** According to [this Reddit post](https://www.reddit.com/r/godot/comments/a96zu6/better_alternative_to_extend_a_custom_class/), users are becoming confused when script class names defined in an external text editor do not subsequently become active in the e...
bug,topic:gdscript,topic:editor,confirmed
medium
Major
394,578,323
ant-design
Menu组件在collapse模式下,需要展示一级菜单名;二级菜单和一级菜单title的区分度建议增强
- [ ] 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? 我们的产品只能用collapse模式。发现在这个模式下一级菜单有几个问题: 1. 有子菜单的一级菜单,永远不会显示title 2. 无子菜单的一级菜单,其title的浮层 和 有子菜单的展示子菜单的浮层,区分度非常低,容易误操作 3. 无子菜单的主操作...
💄 Design,Inactive
low
Minor
394,591,775
rust
rustdoc: proposal to tame gutter affordances
I have a few small proposals to reduce the visual clutter of rustdoc pages: 1. Move all toggle buttons to the right. Benefits: consistency (sometimes they are already on the right), and moves element clutter to a part of the page that doesn't have the reader's initial focus. 2. Similarly, move the ⓘ link to the rig...
T-rustdoc
low
Minor
394,599,931
rust
Borrow checker doesn't accept certain valid case when branch involves
The compiler currently rejects the following code: ```rust struct X { next: Option<Box<X>>, } fn main() { let mut b = Some(Box::new(X { next: None })); let mut p = &mut b; while let Some(now) = p { if true { p = &mut now.next; } } } ``` It complains tha...
T-compiler,A-NLL,NLL-polonius
low
Critical
394,609,507
rust
Rust fails to optimize away useless unwrap check
See the following code: ```rust pub struct ListNode { next: Option<Box<ListNode>> } pub fn foo(mut head: Box<ListNode>) -> Box<ListNode> { let mut cur = &mut head; while let Some(next) = std::mem::replace(&mut cur.next, None) { cur.next = Some(next); cur = cur.next.as_mut().unwrap...
A-LLVM,I-slow,T-compiler,C-optimization
low
Major
394,644,738
flutter
Add a way to detect keyboard language
Can you please add a way to detect the keyboard language and a way to detect when the uses switches to another language? This is needed for setting TextInput direction to RTL / LTR based on the currently selected keyboard language.
a: text input,c: new feature,framework,engine,P2,team-engine,triaged-engine
low
Critical
394,646,396
create-react-app
Build fails after eject: Cannot find module '@babel/plugin-transform-react-jsx'
### Is this a bug report? Yes ### Environment ``` Environment Info: System: OS: Linux 4.18 Fedora 29 (Workstation Edition) 29 (Workstation Edition) CPU: x64 Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz Binaries: Node: 10.13.0 - /usr/bin/node Yarn: 1.12.3 - ~/.npm-packages/bin/yarn ...
issue: needs investigation
high
Critical
394,662,927
TypeScript
Conditional type does not narrow union type
**TypeScript Version:** 3.2.2 **Search Terms:** conditional types, unions, narrowing **Code** ```ts interface A<T> { value: T; } interface Specification { [key: string]: Array<any> | Specification; } type Mapping<S extends Specification> = { [key in keyo...
Bug,Domain: Conditional Types
low
Critical
394,674,659
go
doc: runtime/pprof documentation needs clarification
The documentation is not clear regarding what exactly pprof shows. Here are a few examples. ``` go tool pprof -http=":8081" http://localhost:8080/debug/pprof/profile?seconds=30 ``` Let's open the flamegraph. There are at least two possibilities: 1. The flamegraph shows the clock time spent with given stacktrac...
Documentation,NeedsInvestigation
low
Critical
394,686,718
opencv
Cannot open video file and IP camera and Compile warning with OpenCV 4.0.1
<!-- If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses. If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute). Please: * Read the documentation to test with the latest de...
priority: low,category: videoio,incomplete
low
Critical
394,719,617
TypeScript
JS type-checking suggested refactoring produces maximum possible redundant relative module path
I'm trying to use JavaScript type-checking (which obviously is powered by TypeScript) in my project, and am noticing that it seems unable to correctly produce minimal relative paths when executing the "Infer parameter types from usage" refactoring. <!-- Please try to reproduce the issue with `typescript@next`. It ma...
Bug,Domain: Quick Fixes
low
Critical
394,748,773
vscode
workbench.editor.closeEmptyGroups not showing up when searching "pane"
i usually set up 2 equal width,,horizontally split-ed panes and 1 full width under them . currently i found no way to create editor-width pane at bottom, if you have at least 2 column ones (like was possible in VS) . ~~add to this a fact of that the full width panel auto closes with it's last tab, and it becomes an...
bug,settings-editor,confirmed,settings-search
low
Minor
394,756,931
terminal
Console ReadFile canceled by Ctrl+C fails to set ERROR_OPERATION_ABORTED
In Windows 8+, a [`ReadFile`](https://docs.microsoft.com/en-us/windows/desktop/api/fileapi/nf-fileapi-readfile) call on a console input handle that's interrupted by Ctrl+C or Ctrl+Break doesn't set the last error to `ERROR_OPERATION_ABORTED` (995). It used to do this in previous versions, and it's documented as such. (...
Product-Conhost,Area-Server,Issue-Bug,Impact-Compatibility
low
Critical
394,761,358
terminal
GenerateConsoleCtrlEvent should not succeed when dwProcessGroupId is not a group ID
The `dwProcessGroupId` parameter of `GenerateConsoleCtrlEvent` should be limited to process groups or the special group 0 that means all process attached to the console. If no process belongs to the given group ID, the call should fail with `ERROR_INVALID_PARAMETER`. This used to be the case (and the code I've read in ...
Product-Conhost,Help Wanted,Area-Server,Issue-Bug,Priority-2,Impact-Correctness
low
Critical
394,770,500
pytorch
documentation for adding a new type via C++ extensions
## 📚 Documentation @soumyarooproy writes: ----------------------------------------------------- I wrote this tutorial — https://github.com/soumyarooproy/scratchpad/blob/master/PyTorchNewTensorType.md — for steps to add a new scalar/tensor type. I used `bfloat16` as an example. Could one of you please take a l...
module: docs,triaged,module: complex,module: bfloat16
low
Major
394,779,358
pytorch
[Caffe2] How to switch to test phase?
Hi, I just spent 1 hour looking at the documentation and some tutorials on the website, and googling ; but I cannot figure out how I can put a net in testing phase. I would like an equivalent in Caffe2 of `net.set_phase_test()`.
caffe2
low
Minor
394,786,573
TypeScript
TS2739: Type is missing the following properties from type
<!-- 🚨 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: Contextual Types
low
Critical
394,814,726
pytorch
Feature request: transposed locally connected layer
## 🚀 Feature transposed version of locally connected layer, similar to the transposed version of convolution layer but without weight sharing. ## Motivation Similar to the necessity of the transposed convolution layer, the locally connected layer (issue #499, PR #1583) should also have a transposed version. ...
todo,module: nn,triaged,enhancement
low
Minor
394,820,260
go
math: Pow(x,y) optimization for cases: constant integer `y`.
math.Pow(x,y) optimization for cases: constant integer `y`. For example: * `... math.Pow(length, 2)...` * `... math.Pow(length, 3.0)...` ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.11.4 linux/amd64 </pre> ### Does this issue reproduce with the latest release? ye...
NeedsDecision
low
Critical
394,821,629
opencv
Error to build OpenCV 4.0.1 in Debug mode from source
##### System information (version) - OpenCV => 4.0.1 - Operating System / Platform => Windows 10 64 Bit - Compiler => MinGW 7.3.0 x64 (from last Qt 5.12) - CMake => 3.13.2 -Build Type => Source (4.0.1 from https://github.com/opencv/opencv/releases) ##### Detailed description Can not to build OpenCV 4.0.1 in ...
priority: low,category: build/install
low
Critical
394,831,746
go
crypto/tls: safely shutdown
<pre> $ go version go version go1.11.2 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes Safely and reliably shutting down an SSL transport while keeping the underlying connection still open is not supported by the API in an intuitive way. I have posted this question on stackoverfl...
NeedsInvestigation
low
Critical
394,839,699
TypeScript
Should warn against invalid typeof expression
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 3.2.2 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** typeof undefined **Code** ```ts // This condition will always re...
Suggestion,Awaiting More Feedback
low
Critical
394,844,835
godot
Unexpected behavior when setting negative scale in KinematicBody2D
**Godot version:** 3.1-4a mono **OS/device including version:** Linux Mint 19.1 **Issue description:** You try to set the scale.x < 0 for KinematicBody2D, RigidBody2D, and (possibly) StaticBody2D from code, scale changes sign to opposite (-1, 1) -> (1, -1); (-1, -1) -> (1, 1). In this case, the scale actually ...
discussion,topic:physics
low
Major
394,867,034
javascript-algorithms
Translate to PT-PT
Hello You have PT-BR translations. Would you like one PR with PT-PT ?
enhancement
medium
Minor
394,872,623
pytorch
[Caffe2] Internal compiler error for CUDA.
## Bug Internal compiler error on Windows with CUDA build. ``` Error: Internal Compiler Error (codegen): "there was an error in verifying the lgenfe output!" cross_entropy_op.cu CMake Error at caffe2_gpu_generated_cross_entropy_op.cu.obj.RelWithDebInfo.cmake:279 (message): Error generating file C:/Use...
caffe2
low
Critical
394,907,715
terminal
Recognise Left and Right Shift in KEY_EVENT_RECORD.dwControlKeyState
https://docs.microsoft.com/en-us/windows/console/key-event-record-str wincon.h: ```C++ #define RIGHT_ALT_PRESSED 0x0001 // the right alt key is pressed. #define LEFT_ALT_PRESSED 0x0002 // the left alt key is pressed. #define RIGHT_CTRL_PRESSED 0x0004 // the right ctrl key is pressed. #define LEFT_CT...
Issue-Feature,Product-Conhost,Area-Input
low
Minor
394,913,546
create-react-app
Code coverage comments like `/* istanbul ignore file */` are ignored for jsx files
### Is this a bug report? Yes ### Did you try recovering your dependencies? Yes - I have a minimum repo to reproduce. ### Which terms did you search for in User Guide? istanbul comment coverage comment ### Environment System: OS: Windows 10 CPU: x64 Intel(R) Core(TM) i7-8550U CPU @ 1.80...
issue: needs investigation
medium
Critical
394,922,870
rust
Rework `char::eq_ignore_ascii_case` parameter type
Right now: pub fn eq_ignore_ascii_case(&self, other: &char) -> bool { self.to_ascii_lowercase() == other.to_ascii_lowercase() } This means that `'a'.eq_ignore_ascii_case('b')` doesn't compile. Instead the user must type `'a'.eq_ignore_ascii_case(&'b')`. I would like to allow for both *without ...
C-enhancement,T-libs-api,A-str
low
Major
394,935,635
youtube-dl
Site support request: play.cine.ar
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2018.12.17** ### Before submitting an *issue* make sure you have: - [x] At least skimmed through the [README](https://github.com/rg3/youtube-dl/blob/master/README.md), **most notably** the [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](...
account-needed
low
Critical
394,958,555
opencv
build failed using mingw dshow module in master
<!-- If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses. If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute). Please: * Read the documentation to test with the latest de...
category: build/install,incomplete,platform: other
low
Critical
394,974,535
TypeScript
grammar errors should be reported as syntactic diagnostics
<!-- 🚨 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...
Suggestion,In Discussion
low
Critical
395,001,323
rust
Adding --emit=asm speeds up generated code because of codegen units
With the following rust code: ```rust pub fn main() { print_triples(); println!("hello"); } fn print_triples() { let mut i = 0 as i32; for z in 1.. { for x in 1..=z { for y in x..=z { if x*x + y*y == z*z { i = i + 1; ...
A-driver,T-compiler,C-bug
low
Major
395,012,216
neovim
UI extension work (tracking issue)
Tracking/discussion issue for planned UI enhancements. NB: being mentioned on the list below is not a guarantee for being done at any specific time scale, nor is the order necessarily indicative of readiness/priority (except perhaps for the smaller follow-up items for multigrid, which I hope to get done pretty soon). F...
enhancement,ui,ui-extensibility
high
Critical
395,015,209
neovim
Comments autoformatted even without formatoptions 'c' flag
<!-- Before reporting: search existing issues and check the FAQ. --> Note: I also filed this as a vim issue [here](https://github.com/vim/vim/issues/3746). - `nvim --version`: 0.3.1 - Vim (version: 8.1.146) behaves differently? no - Operating system/version: NixOS 18.09 - Terminal name/version: st-0.8.1 - `$T...
bug-vim,needs:vim-patch
low
Minor
395,040,780
TypeScript
Lots of async-specific code in computeSuggestionDiagnostics
There's lots of async-specific code in computeSuggestionDiagnostics. It should probably be in the async codefix.
Bug,Domain: Refactorings
low
Minor
395,048,539
puppeteer
Feature: Simpler way to handle pages created on clicking a[target="_blank"]; wait for loading and include timeouts
# Overview I'm looking for a simpler way to handle clicking on links which open new pages (like target="_blank" anchor tags). Here handle means: - get the new page object - wait for the new tab to load (with timeout) <!-- STEP 1: Are you in the right place? - For general technical questions or "how to" gu...
feature,chromium
low
Critical
395,051,915
vscode
Overriding the default 'type' command and then calling the default 'type' command results in significantly slower execution time
- VSCode Version: 1.27.1 - OS Version: Windows 10 1809 - Machine processor: AMD A8-4555M APU Quad core clocked at 1.6GHz - Graphics card: AMD Radeon HD 7600G Does this issue occur when all extensions are disabled?: Yes (Aside from VSCodeVim - where the potential problem in the extensions API has been detected) ...
feature-request,VIM,extension-host,perf
high
Major
395,069,413
TypeScript
"is not a constructor" should be detected in compile time as "used before its declaration."
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 3.2.2 This repository demonstrates that I run in to the issue in ts@next. https://github.com/qballer/tsbug <!-- Search terms you tried before logging this (so others can find this issue mor...
Suggestion,Awaiting More Feedback,Experience Enhancement
low
Critical
395,075,146
You-Dont-Know-JS
"abc".match( RegExp.prototype ) gives an error
When you call `"abc".match( RegExp.prototype )` the console will give an error: Method RegExp.prototype.exec called on incompatible receiver [object Object] To avoid this, you need to convert RegExp.prototype to a String, like this: `"abc".match( RegExp.prototype.toString() ); \\null` which returns `null` be...
for second edition
medium
Critical
395,089,443
TypeScript
Optional fields affecting keyof operator in generic class decorators
**TypeScript Version:** 3.2.2 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** class decorator keyof typescript **Code** ```ts function View<T>(name: string, fields: (keyof T)[]) { return (target: new(...args: any[]) => T) => { // Do...
Suggestion,In Discussion,Domain: Mapped Types
low
Critical
395,098,879
go
cmd/go: document different ways go.sum is populated
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.11.4 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? 1.11.4 is the latest release ### What operating system and...
Documentation,NeedsFix
low
Critical
395,102,537
flutter
Add boxShadow to ClipPath
Hi there, I'm trying to add a boxShadow to a clipped container, but I can't find any docs or way to do it. The closest thing I could find is this stackoverflow answer, but it seems a bit too low level https://stackoverflow.com/questions/51232532/how-to-add-a-border-to-a-clipped-image I assume this show could be expa...
c: new feature,framework,P2,team-framework,triaged-framework
low
Major
395,109,885
godot
Nothing gets printed in release build
Godot 3.1 ee6f1fa3f8a7aa48ed9becb0039f39e1c7f395cc Windows 10 64 bits I made a release build of the engine to test a change I'm working on, but nothing gets printed in the console. I need to `print()` from GDScript, but even this outputs nothing. Is there something I'm missing? I also launched Godot with the `-v` ...
bug,topic:core
low
Major
395,110,436
godot
Godot crashes on window resize on NVIDIA graphics cards (fixed in `master`)
___ ***Bugsquad edit:** This issue has been confirmed several times already. No need to confirm it further.* ___ **Godot version:** v3.0.6 (About page lists Godot Engine v3.0.6.stable.official.8314054) **OS/device including version:** Windows 10 Pro, NVIDIA Display Driver v417.35 Godot executable console...
bug,platform:windows,topic:rendering,topic:porting,confirmed,crash
medium
Critical
395,126,994
flutter
AnimatedCrossFade clips CircularProgressIndicator
## Steps to Reproduce 1. Create a Text widget. 2. Create a `CircularProgressIndicator` widget, Increase `strokeWidth` to 10 _to better see the issue_. 3. Use `AnimatedCrossFade` widget to toggle between the two. 4. Check out the CircularProgressIndicator sides you will find that it's clipped Note: Adding paddi...
framework,a: animation,f: material design,has reproducible steps,P2,found in release: 3.3,found in release: 3.5,team-design,triaged-design
low
Major
395,138,250
rust
Clarify docs around what libcore users must declare
I find [the documentation about what libcore depends on](https://github.com/rust-lang/rust/blob/7a0911528058e87d22ea305695f4047572c5e067/src/libcore/lib.rs#L21-L39) a bit confusing right now. I'm trying to make my `#[no_std]` crate compile after a year on inactivity for context. Now firstly, this section describes s...
C-enhancement,T-libs-api,A-docs
low
Critical
395,142,529
vue-element-admin
tags-view 的使用问题
怎么将列表页面和详情页面都使用一个 tags?也就是 tags 处于 active 状态 列表: ![image](https://user-images.githubusercontent.com/16145443/50579762-0d68fe00-0e83-11e9-93e2-e05ae08495bf.png) 详情: ![image](https://user-images.githubusercontent.com/16145443/50579770-1954c000-0e83-11e9-96b8-6fbc6f3d962f.png)
feature
low
Major
395,159,662
rust
Unused symbol breaks Profiled Guided Optimization (PGO)
My crate is structured to build both a `bin` and a `dylib` that is loaded by a 3rd-party program. The stand-alone `bin` part doesn't actually use any of the external symbols, so despite it sharing code with the `lib` part, it runs fine without the symbols being defined. However, when I turn on PGO, these undefined ...
A-linkage,C-bug
low
Critical
395,164,444
opencv
Feature Request : Image stitcher to use Lat Lon of image (if available) so as to speed up stitching of drone Images
<!-- If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses. If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute). Please: * Read the documentation to test with the latest de...
feature,category: stitching,incomplete
low
Critical
395,166,076
flutter
cameraController operations block the UI thread for up to ~500ms at a time on iOS
`CameraController` operations return `async`/`await` Futures, but many of them run synchronously. For example, `CameraController.initalize()` calls `AVCaptureSession.addInput()`, `addOutput()`, `startRunning()` etc all of which freeze the UI thread momentarily. As an alternative, it's recommended that `AVCaptureS...
platform-ios,c: performance,p: camera,package,P2,team-ios,triaged-ios
low
Major
395,168,255
TypeScript
Re-exporting a default export that doesn't exist with allowSyntheticDefaultExports true causes assert failures in getDefaultExportInfoWorker
<!-- 🚨 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: Completion Lists,Crash
low
Critical
395,176,907
flutter
API docs are missing the overview for all package docs
The lower part of the sidenav on https://docs.flutter.io/ contains links to API docs for a number of packages exposed by Flutter. For those docs, there seems to be no way to get to the overview page of the package docs. For example, the sidenav contains `term_glyph`. The overview page of that package is [shown here on ...
framework,d: api docs,P2,team-framework,triaged-framework
low
Major
395,196,424
rust
const fn: Missing tracking issue and feature gate name in stability error messages
In rustc 1.33.0-nightly (a2b0f247b 2018-12-30), compare for example: ```rust error: function pointers in const fn are unstable --> a.rs:1:26 | 1 | const fn foo(x: fn()) -> fn() { x } | ^^^^ error: aborting due to previous error ``` … with the error message for some other uns...
C-enhancement,A-diagnostics,T-compiler,A-const-eval
low
Critical
395,219,355
godot
Typing in Transform/Matrix Section Makes Linux Freeze
**Godot version:** Version 3.1 Alpha 4 (This bug also happens in Godot Version 3.1 Alpha 3) **OS/device including version:** Fedora Workstation 29 Silverblue **Issue description:** Sometimes when I typing in Transform/Matrix section in the Inspector to change their values, my computer becomes freezing. Wh...
bug,platform:linuxbsd,confirmed,topic:input
low
Critical
395,235,471
vscode
Emmet dollar sign $ being automatically escaped within abbreviation text when no star * operator
- VSCode Version: 1.30.1 - OS Version: windows 10 No numeration in custom emmnet snippets with syntext +. Steps to Reproduce: 1. build custom snippet "test":"(div>div.aaa{$}+div.bbb{$})". 2. run custom snippet test*2 3. output ``` <div> <div class="aaa">$</div> <div class="bbb">1</div> </div> <div> ...
bug,upstream,emmet,upstream-issue-linked
low
Critical
395,235,997
kubernetes
Rethink pod affinity/anti-affinity
Pod Affinity/AntiAffinity is causing us a bunch of pain from performance/scalability perspective. Although scheduling SIG has done tremendous effort to improve it, it's still the very significant (most?) factor for scheduling throughput. The reason why this is so painful, is that it is cluster-wide function, i.e....
priority/important-soon,sig/scalability,sig/scheduling,kind/feature,lifecycle/frozen
medium
Critical
395,236,455
flutter
[google_maps_flutter] Maps Inside ListView with TextField is unable detect pinch/movie gestures, only double tap works
```dart import 'package:flutter/material.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; class MapIssue extends StatefulWidget { @override _MapIssueState createState() => _MapIssueState(); } class _MapIssueState extends State<MapIssue> { GoogleMapController mapController; @o...
a: text input,framework,f: scrolling,f: gestures,p: maps,package,team-ecosystem,has reproducible steps,P2,found in release: 1.20,found in release: 2.0,found in release: 2.2,triaged-ecosystem
low
Major
395,246,226
flutter
Hot Reload for tests
Hot Reload is one of the biggest selling points of Flutter. It makes development fast. At least when writing user interfaces. Unit tests don't support Hot Reload. With Dart2, spawning a new Isolate for each test file, tests became rather slow (multiple seconds until seeing first results). It would be great when Hot ...
a: tests,c: new feature,tool,t: hot reload,P2,team-tool,triaged-tool
low
Major
395,251,704
opencv
OpenCV Lanczos5 interpolation request
Detailed description This is a feature request instead of a bug report. I need to use Lanczos5 as interpolation and at this moment the only Lanczos supported is Lanczos4. I have asked here http://answers.opencv.org/question/206261/lanczos5-instead-of-lanczos4/ if is it possible to use Lanczos5 instead of Lanczos4,...
feature,category: imgproc
low
Critical
395,256,272
angular
Service Worker Push requestSubscription error on SAFARI 12
# 🐞 bug report ### Affected Package The issue is caused by package @angular/service-worker ### Is this a regression? I don't know ### Description The swPush requestSubscription break on SAFARI browser ## 🔬 Minimal Reproduction ```javascript import { Optional, Injectable } from '@angular/core'; imp...
type: bug/fix,area: service-worker,state: confirmed,browser: safari,P3
medium
Critical
395,304,802
TypeScript
Compile module to a cache directory. Reuse cached output if inputs the same
## Suggestion It would be great if typescript had support for caching to a cache directory and reusing the cached compiler output if the input is the same. This would happen on a per-module basis ## Search Terms output cache, cache directory ## Use Cases This would be extremely useful for monorepos, espe...
Suggestion,In Discussion,Scenario: Monorepos & Cross-Project References
medium
Major
395,335,857
rust
2018: fix lint on unused dependencies
Quoting from https://github.com/rust-lang/rust/issues/53128#issuecomment-450008852 > Previously `warn(unused_extern_crates)` was a way to detect unused dependencies. How can I: > > 1. declare dependencies in the root module > 2. be warned when those dependencies are not used > > As it is now, cargo builds all...
A-lints
medium
Critical
395,343,276
rust
ICE in object_safety.rs due to method receiver not having a layout
The following code causes an ICE, ``Error: the type `T` has an unknown layout``: ```rust #![feature(arbitrary_self_types, dispatch_from_dyn)] use std::ops::{Deref, DispatchFromDyn}; trait Trait<T: Deref<Target=Self> + DispatchFromDyn<T>> { fn foo(self: T) -> dyn Trait<T>; } ``` Similar to #56806, `r...
I-ICE,T-compiler,C-bug,F-arbitrary_self_types,requires-nightly,F-dispatch_from_dyn,glacier,S-bug-has-test
low
Critical
395,343,296
go
runtime: GDB tests fail on freebsd/arm builder
From https://github.com/golang/go/issues/28679#issuecomment-450915013 ... > This is still failing freebsd-arm-paulzhol builds. > Latest failure: https://build.golang.org/log/d9278491818714d74a9190557d6107f737d48612 > > Is it feasible to disable this test, as @bradfitz suggested earlier? Or is there something else...
help wanted,OS-FreeBSD,NeedsFix,compiler/runtime
low
Critical
395,352,243
flutter
Android ShowLayoutBounds does not work with Flutter
https://twitter.com/ibhavikmakwana/status/1038838562836242432 I'm not sure that it should work. :) But we may want to at least document why, or what alternatives to use (e.g. Flutter's own debug options) in the coming-to-flutter-from-android docs. Thoughts?
c: new feature,platform-android,framework,engine,P2,team-android,triaged-android
low
Critical
395,371,169
go
image/jpeg: support for yuvj444p jpeg images
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> go version go1.11.2 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (...
NeedsDecision,FeatureRequest
low
Critical
395,374,748
rust
error E0283 "type annotations required" in where clause
The following code (generated by a macro) does not compile: ``` fn test<'a, 'b>(a: &'a i32, b: &'b i32) where &'a i32: Copy, &'b i32: Copy {} ``` ([playground link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=038030d9efb49c8b2ccb6c5555758f2e)) Output: ``` error[E0283]: type a...
A-type-system,A-trait-system,T-compiler,C-bug,T-types
low
Critical
395,389,234
flutter
Material library needs a CustomScrollView compatible RefreshIndicator
Attempting to re-use the existing RefreshIndicator by wrapping a CustomScrollView results in the indicator showing above the app bar and scrolling with the view. We likely need a sliver-based RefreshIndicator. cc @HansMuller
c: new feature,framework,f: material design,f: scrolling,P2,team-design,triaged-design
low
Major
395,390,406
rust
Don't require `extern crate`
Breaking out from #53128 Currently, `extern crate` is still required for sysroot crates, like `test`, `proc_macro`, `core` or `std`. One needs to `extern crate` them ~for use in `no_std` crates~ unless they are implicitly imported (like `std` is without `#![no_std]`, or `core` with it). * proc_macro today is auto...
T-lang
medium
Major
395,391,388
flutter
AnnotatedRegion sized logic is not flexible enough
Currently, the `AnnotatedRegionLayer` has a single configuration - a `Size` object which is used to clip hit testing. Passing `sized: false` allows a layer to be hit even if it is outside of the clip. However, there is no way to short circuit hit detection (I mistakenly thought there was), such that a child layer wi...
c: new feature,framework,P2,team-framework,triaged-framework
low
Minor