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
287,317,489
pytorch
`from` keyword in `random_` gives error
In `tensor.random_(from=foo)`, `from` cannot be used because it's reserved for imports. Trying to call that function using the keyword gives a `SyntaxError`. cc @vincentqb @fritzo @neerajprad @alicanb @vishwakftw
module: distributions,triaged
low
Critical
287,418,628
youtube-dl
Error with Simpsonsworld.com / FXNetworks
I used youtube-dl to successfully download one episode from simpsonsworld.com yesterday afternoon. However, by yesterday evening, the same exact command was yielding the following error. Thank you for your consideration. ~/Desktop/temp/Simpsons$ youtube-dl -U youtube-dl is up-to-date (2018.01.07) ~/Desktop/tem...
tv-provider-account-needed
low
Critical
287,487,481
flutter
request: better tools for notifying form changes
## Feature request Taken from some samples and a gitter chat question, there is no proper way to see if a user has made any changes to a form. I was told to use a boolean _saveNeeded flag to track changes within the validator of the field. Now, that does not kick in until form.validate() is called. The [TextFormF...
c: new feature,framework,f: material design,customer: crowd,c: proposal,P2,team-design,triaged-design
low
Major
287,531,011
flutter
Request sample code for *Transition widgets and subclasses of ImplicitlyAnimatedWidget
As requested in #13932, we'd like to introduce *Transition widgets and subclasses of ImplicitlyAnimatedWidget for building simple animations before the tween animation tutorial. This issue requests adding sample code to these widgets' API docs, so users can understand how to use them after being referred to them by the...
framework,a: animation,from: study,d: api docs,c: proposal,P2,team-framework,triaged-framework
low
Minor
287,536,611
flutter
Consider renaming vsync in AnimationController to tickerProvider
From the Animation API UX study, developers had trouble understanding what `vsync` meant and how it was related to TickerProvider, when they were defining an AnimationController object. It would be clearer to rename the `vsync` property to `tickerProvider`, so Flutter only introduces one new concept instead of two to d...
framework,a: animation,c: API break,from: study,c: proposal,P3,team-framework,triaged-framework
low
Major
287,545,539
TypeScript
Formatter: Place JSX closing tag on new line
<!-- BUGS: Please use this template. --> <!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript --> <!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md --> <!-- Please try to reproduce the issue...
Suggestion,Help Wanted,Domain: Formatter
low
Critical
287,706,728
opencv
CUDA ORB ROI boundary conditions should be modefied in "void ORB_Impl::detectAndComputeAsync"
##### System information (version) - OpenCV => 3.3: - Operating System / Platform => Ubuntu16.04 Linux 4.10.0-42-generic x86_64 - Compiler => codeblocks 13.12 ##### Detailed description In CUDA ORB, if the size of the picture input is too small, detectAndComputeAsync will report > OpenCV Error: Assertion fai...
priority: low,category: gpu/cuda (contrib)
low
Critical
287,751,994
rust
[Nightly Regression] False positive warning with constants in conditional
This is modified code from a real regression in my code: ``` #![allow(unused_variables)] fn main() { const N: usize = 1_000; const M: usize = 4; const V: [u32; M] = [1, 2, 3, 4]; let x = if N <= M { V[N - 1] } else { 0 }; } ``` ``` warning: this expression ...
T-compiler,C-bug,A-const-eval
low
Critical
287,758,388
youtube-dl
rec-tube.com
[x] Site support request (request for adding support for a new site) https://rec-tube.com/watch/2017101813010487/?2
site-support-request,nsfw
low
Minor
287,783,314
kubernetes
System-wide performance benchmarks & setting up CI-testing for them
This has been under discussion for a while now and it's time to finally do it. Opening this issue as an umbrella for benchmarks across the system. FMU there seem to be 2 kinds of those in the codebase atm: - benchmark unit tests (e.g `BenchmarkQuantityMarshalJSON`, `BenchmarkWatchHTTP`, `BenchmarkRandomStringGenerati...
sig/scalability,sig/scheduling,sig/testing,lifecycle/frozen
medium
Major
287,834,558
go
plugin: using coverpkg when testing results in plugin version mismatch
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? 1.9.2 ### Does this issue reproduce with the latest release? yes - 1.9.2 is the latest, stable release ### What operating system and processor architecture are you using (`go env`)? GOA...
help wanted,NeedsFix
low
Critical
287,873,236
rust
Audit set of bundled MinGW import libraries
The set of import libraries that Rust bundles should strictly be what is needed to link against the libraries that come with the Rust distribution. Missing an import library causes link errors while including unnecessary import libraries bloats the distribution. | Library | Necessary | |--|--| | libadvapi32.a | Ye...
A-linkage,C-enhancement,T-compiler,O-windows-gnu,T-bootstrap
low
Critical
287,888,746
flutter
Let flutter be installable via homebrew
Latest update: https://github.com/flutter/flutter/issues/14050#issuecomment-1012647917 A description of the desired user experience: https://github.com/flutter/flutter/issues/14050#issuecomment-446712064 ---- Didn't find any existing issues on this. Opening for tracking. Let flutter be `brew install flutter...
c: new feature,tool,platform-mac,a: first hour,customer: crowd,P3,team-tool,triaged-tool
high
Critical
287,913,897
TypeScript
Destructing assignments with initializers do not affect control flow correctly in strictNullChecks
<!-- BUGS: Please use this template. --> <!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript --> <!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md --> <!-- Please try to reproduce the issue...
Bug
low
Critical
287,915,620
flutter
Service protocol extensions for screenshotting need to be able to handle multiple Flutter views.
The service protocol extensions "_flutter.screenshot" and "_flutter.screenshotSkp" return a single item. This involves choosing a random view when mutliple Flutter views are present. These calls must be modified to return an array of resources.
customer: fuchsia,tool,engine,a: desktop,P3,team-macos,triaged-macos
low
Minor
287,924,700
TypeScript
Provide lib for modern DOM
This is basically a re-opening of #2910, which @mhegazy asked me to do. Nowadays TS has the `lib` compiler option that allow users to selectively choose which core definitions to include or not based on their target. It would be nice to add a new option similar to `dom` and `dom.iterable` for users targetting a m...
Suggestion,Help Wanted,Domain: lib.d.ts,Experience Enhancement
low
Major
287,933,302
TypeScript
Suggestion for readonly interface
Avoid duplicating "readonly" for each property by applying it to the interface definition itself. This is to reduce boilerplate code defining immutable objects. Having interface where ALL properties are read only: ```ts interface State { readonly prop1: string; readonly prop2: string; ... read...
Suggestion,Awaiting More Feedback
medium
Major
287,963,197
react-native
Inverted FlatList displays activity indicator at the bottom
### Is this a bug report? yes ### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)? yes ### Environment Environment: all newer environments Packages: any packages Target Platform: any platform Version: 0.53.0 and all other versions of RN tha...
Good first issue,Help Wanted :octocat:,Type: Enhancement,Component: FlatList,Bug
medium
Critical
287,980,447
pytorch
Protect user from No module named _C import error
After installing pytorch, I tried to test that it worked by firing up python and import torch. I get the error ImportError: No module named _C I was sitting in the root of the pytorch git tree. Moving out of the tree solves the problem, but it's mysterious until you find someone else on the web who had it. Pl...
module: error checking,triaged,module: pybind
low
Critical
288,046,199
pytorch
CUDNN_STATUS_INTERNAL_ERROR when training with conv3d
i am trying to do a training with inflated 3d network replacing the model with different one will not casue error. setting up torch.backends.cudnn.enabled to False also fixes the problem, which is quite inefficiency. here are some info about the enviroment cudnn version 7003, pytorch 0.3 i tried with differe...
module: cudnn,module: convolution,triaged
low
Critical
288,057,844
angular
Angular - Form Validation (duplicate trigger function custom validate)
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
type: bug/fix,area: forms,state: confirmed,P4
low
Critical
288,089,899
go
net/http: make Transport's idle connection management aware of DNS changes?
### What version of Go are you using (`go version`)? go version go1.9 linux/amd64 and go version go1.9.2 linux/amd64 ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? % go env ...
NeedsFix
high
Critical
288,161,838
pytorch
Better header hygiene in ATen
Steps to reproduce: 1. Edit `native_functions.yaml` to add a single new function 2. Rebuild Expected result: Quick rebuild Actual result: Everything in the universe rebuilds This is because a good portion of our C++ functions include `ATen/ATen.h`, which includes the autogenerated (very long) header file, whic...
module: internals,triaged
low
Minor
288,170,934
vscode
[folding] "Select all Occurrences" bug
- VSCode Version: 1.19.2 - OS Version: Win 10 Steps to Reproduce: - Open a new document and paste the following content ``` abc abc def ghi abc abc def ghi ``` - Place the cursor in the first line and execute Fold (`Ctrl + Shift + [`) - Select "abc" in the 3rd line - Select all occu...
bug,editor-folding
low
Critical
288,180,837
youtube-dl
Support request for Family Channel websites (Family, CHRGD, Family Jr., Telemagino)
## Please follow the guide below - You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`) - Use the *Preview* tab to see what your issue will actually look like ...
geo-restricted
low
Critical
288,188,812
rust
incr.comp.: Improve caching efficiency by handling spans in a more robust way
The Problem ----------- Source location information (which, for simplicity, I'll just call "spans" from here on out) are the bane of incremental compilation's existence. Why is that? Unlike most other kinds of frequent changes done to source code, changing spans has (seemingly) non-local effects. As an exa...
C-enhancement,T-compiler,A-incr-comp,C-optimization
medium
Critical
288,231,272
svelte
Whole-app optimisation
I keep bringing this up as a thing-we-should-do but it's probably time we had an issue for it with specific ideas about *what* it means and *how* to get there. I'll kick things off with a few ideas of things we could do: ### Static properties ```html <!-- App.html --> <Greeting name='world'/> <!-- Greetin...
feature request,popular,compiler
medium
Major
288,315,071
vscode
Git - Detect git repositories under ignored paths
This is a feature request. I work in several projects, mostly Docker-related, where I need to edit code inside git repositories that are ignored inside the main one. Example file tree: ``` main-repo/ .git/ .gitignore # <-- Here we ignore the `external_sources` folder src/ [files] external_sou...
bug,help wanted,git
medium
Critical
288,324,579
godot
Allow specifying C# class name instead of source file path as node's script
**Godot version:** `master` / 30d7943311cdf4efbc6794a52df0e298f5e6d975 **OS/device including version:** _Manjaro Linux 17.1-rc2_ **Issue description:** Currently, C# is treated in the same manner as GDScript, in that it is assumed the code would be reused in its source code form. However, it is not ideal for C...
enhancement,discussion,topic:dotnet
high
Critical
288,326,892
go
cmd/go: default GOBIN to GOPATH[0]/bin when outside of GOPATH?
### What version of Go are you using (`go version`)? 1.9.2 ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? Linux, amd64 ### What did you do? ``` $ docker run -it --rm --name test golang:1 bash $ go get github.com/...
NeedsFix,GoCommand
medium
Critical
288,334,589
youtube-dl
support for http://new-play.tudou.com
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2018.01.07** - [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](https://github.com/rg3/youtube-dl#bugs) sections - [x] ...
request
low
Critical
288,341,812
vscode
Can we get a few more pixels for clicking the cursor at the beginning of a line?
Hello! I'm routinely frustrated when trying to click on the beginning of a line of text to place the cursor or start a selection - I aim for it but it is very narrow (first half of the first character) and I miss and either hit the code-folding vertical or I get text-column two instead. Can that be made a little w...
bug,editor-rendering
low
Major
288,348,823
godot
Building the summator module from docs as shared module results in error
<!-- 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 non-official. --> Master Branch from today (1/13/2018) **OS/device including version:** <!-- Specify GPU model and driv...
bug,platform:windows,topic:buildsystem,documentation
low
Critical
288,357,737
create-react-app
Look into simplifying post-ejected projects
Webpack has been landing some improvements and adding sane defaults—perhaps we can revisit some of the configuration and try to remove it? Alternatively, we could try hiding more code into `react-dev-utils`.
tag: enhancement
low
Minor
288,376,719
pytorch
[Feature proposal] Add MC-derived optimizers
Recent papers have proposed SGD variants based on stochastic gradient MCMC algorithms that can complete with SOTA optimizers like Adam. Would anyone be interested in an implementation of Santa ([Chen et al. 2016](http://people.ee.duke.edu/~lcarin/Santa_aistats16.pdf)) and relativistic stochastic gradient descent ([Lu, ...
feature,module: optimizer,triaged,needs research
low
Minor
288,407,363
youtube-dl
[raywenderlich] Site support request
## Please follow the guide below - You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`) - Use the *Preview* tab to see what your issue will actually look like ...
site-support-request,account-needed
low
Critical
288,450,846
create-react-app
Follow up about Jest issues
Before cutting 2.0 final I'd like to have a good understanding of these: - [ ] https://github.com/facebook/jest/issues/3251#issuecomment-337032314 (potential regression in Jest 21+) - [ ] https://github.com/facebook/jest/issues/5311 (just a weird warning)
tag: underlying tools
low
Minor
288,461,284
create-react-app
Automatically install dependencies on yarn start?
Developers less familiar with modern JavaScript likely have trouble understanding why an error message like this comes up after running `yarn start`: ![image](https://user-images.githubusercontent.com/709451/34923695-006f3462-f953-11e7-8884-31d51df72b41.png) Would `create-react-app` benefit from adding a check on...
issue: proposal
low
Critical
288,531,409
rust
Implement method suggestions for associated functions
This doesn't suggest `bar` but IMO should ([see it live](https://play.rust-lang.org/?gist=107b9a29435251c232c81653d97290c3&version=stable)): ```rust struct A { } impl A { fn foo() -> Self { /*Self::*/bar() } fn bar() -> Self { A { } } } fn main() { let v = A::foo(); } ``` ...
C-enhancement,A-diagnostics,A-associated-items,T-compiler,A-suggestion-diagnostics,D-papercut
low
Critical
288,535,226
rust
rustc should suggest using `move` for closures where a variable is `Copy` and does not live long enough
I was trying to get [this code snippet](https://play.rust-lang.org/?gist=34a9759c0547866af2d02a57658f5a63&version=stable) to work earlier: ```rust [1, 2, 4, 7].iter() .flat_map(|num| { (0 .. 5).map(|x| (x, num)) }) .for_each(|(x, num)| println!("{} {}", x, num)); ``` Where `rustc` gives ...
C-enhancement,A-diagnostics,T-compiler
low
Critical
288,590,954
rust
macro_rules: "no syntax variables matched as repeating at this depth" fires before "unknown macro variable"
Consider the following code: ```rust macro_rules! a { (begin $ard: ident end) => { [$arg] } } macro_rules! b { (begin $($ard: ident),* end) => { [$($arg),*] } } fn main() { let (m, n) = (1, 2); let x = a![begin m end]; let y = b![begin n end]; } ``` ...
C-enhancement,A-diagnostics,A-macros,T-compiler
low
Critical
288,611,985
node
ABI compatibility tool
ABI stability is a hard requirement when upgrading V8 within the same Node branch. This is so that native modules that uses V8 APIs and built for a particular Node branch do not need to be rebuilt. So far, we've been mostly ensured ABI stability through intensive eyeballing of changes to `deps/v8/include/*.h` and by...
help wanted,v8 engine,tools
low
Critical
288,673,242
rust
Inconsistent inlineing of Iterator Adaptors - Missed Optimizations
While profiling some rust code of me, I noticed that the following pattern does not optimize well: ```rust vec![1,2,3,4] .into_iter() .map(|v| ...) .skip_while(|v| ...) ``` `skip_while` is implemented using `find` and `find` is implemented using `try_fold`. The functions `SkipWhile::next()` and `...
I-slow,C-enhancement,T-libs-api,A-iterators
low
Critical
288,694,808
material-ui
Dropdown component
- [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. Stemming from discussion in [this bug](https://github.com/mui-org/material-ui/issues/8202), it would be great to have a "Dropdown" component. I see it as a sort of non-modal ...
new feature,component: menu
high
Critical
288,700,714
godot
Specular aliasing becomes more visible when depth of field or glow is enabled
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** Godot 3.0 rc1 official **OS/device including version:** Ubuntu 16.04 64 bit GeForce GTX 750 Ti, NVidia driver 384.111 **Issue description:** ...
enhancement,topic:rendering,confirmed,topic:3d
low
Critical
288,709,776
neovim
Timer callback is not called in inputlist()
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: 0.2.3-dev - Vim (version: 8.0.0107) behaves differently? Yes - Operating system/version: macOS High Sierra - Terminal name/version: zsh - `$TERM`: tmux-256color ### Steps to reproduce using `nvim -u NORC` ```vim " tes...
compatibility,complexity:low,event-loop
low
Critical
288,767,358
rust
Weird behavior with closure lifetime inference
In the code below, I expect everything to compile, including the commented out code. However, the commented out code does not actually compile. In particular, I believe that adding `let foo = foo` should not affect whether the code compiles, and changing a temporary into a variable should not affect whether the code co...
A-lifetimes,A-closures,T-compiler,A-inference,C-bug
low
Minor
288,876,923
rust
missed optimization: enum move of the active variant
This code performs a memcpy of 2064 bytes when 32 bytes would suffice. [See it live @godbolt](https://godbolt.org/g/4A7jmF): ```rust #![feature(test)] #![feature(rustc_private)] extern crate smallvec; extern crate test; use smallvec::SmallVec; #[inline(never)] fn clobber<T>(x: T) { test::black_box(x); } ...
I-slow,C-enhancement,T-compiler,C-optimization
low
Major
288,886,255
godot
There seem to be no way to access Blend Shapes values via code
**Godot version:** 3.0 Beta 2 **Issue description:** Looks like it's impossible to change values of a Blend Shape in a mesh with a script, or at least it's not documented, even though you can change them in the editor.
topic:core,documentation
low
Major
288,946,508
rust
Undefined reference to `_Unwind_Resume`
I tried to compile a no_std project with Rust, but setting the `eh_unwind_resume` lang_item does not seem to work properly. Building in release with cargo or -O with rustc works properly, but a debug build fails with an `undefined reference to '_Unwind_Resume'`. [Here](https://gist.github.com/jefftime/d7e96461138b5a...
A-linkage,A-LLVM,T-compiler,C-bug
medium
Critical
288,978,876
godot
RigidBody gravity affected if CollisionShape attached is rotated/translated when using Bullet physics
**Godot version:** v3.0-rc1_x11.64 **OS/device including version:** Debian 9 64-bit **Issue description:** Rotating/translating CollisionShape node attached to RigidBody affects physics (gravity) on rigid body when Bullet engine is used. GodotPhysics is unaffected. Basically, rigid body either is not falling d...
bug,confirmed,topic:physics
low
Critical
288,985,153
vscode
Feature Request: Contribute commands with additional arguments
Hello, I'm creating an extension to provide easily accessible documentation shortcuts from the command palette in the editor. Currently it does not seem possible to do something like this (where `otherArg` would be an arbitrary argument in package.json): ``` "contributes": { "commands": [ { ...
feature-request,api,menus
medium
Major
289,029,735
angular
Forms: State that setErrors() will make status === INVALID regardless of value passed for key
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
feature,state: Needs Design,breaking changes,area: forms,feature: under consideration
medium
Critical
289,074,499
go
runtime/pprof: labels are not added to profiles
### What version of Go are you using (`go version`)? I have tested on: go version go1.9.2 darwin/amd64 go version go1.9.2 linux/amd64 ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor architecture are you using (`go env`)? darwin: GOARCH=amd64 GOOS=darwin li...
help wanted,NeedsFix,FeatureRequest,compiler/runtime
medium
Critical
289,077,268
rust
Assert well-formedness of spans
`rustc` currently has peppered throughout the codebase some checks for "backwards spans", spans where their end is earlier than their start. I believe that the current approach of actively checking for this and not fail is very reasonable in beta and stable `rustc`, but in nightly builds I would like to have an asserti...
C-enhancement,A-diagnostics,T-compiler
low
Critical
289,105,206
rust
Should unit tests spawn new processes instead of threads?
Imagine a (contrived) piece of code like this: ``` lazy_static!(Q: Mutex<Vec<u32>> = Mutex::new(Vec::new())); #[test] fn test_a() { { Q.lock().unwrap().push(5); } assert_eq!(Q.lock().unwrap().len(), 1); } fn test_b() { { Q.lock().unwrap().clear(); } assert_eq!(Q.lock().un...
T-libs-api,C-feature-request,A-libtest,A-process
medium
Critical
289,118,999
flutter
Add an option to "flutter test/drive/analyze" to make output more machine readable
Let's make flutter analysis and testing output easier to parse for automation and CI systems. Adding an option to the flutter test/drive/analyze commands to produce parsable output like JSON would be ideal, e.g. 'flutter test --json'.
a: tests,c: new feature,tool,t: flutter driver,customer: alibaba,c: proposal,P3,team-tool,triaged-tool
medium
Major
289,174,580
pytorch
Very slow on CPU
my model was really slow with pytorch so I tried one of your examples and saw it is slow as well ([seq2seq](http://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html)). It takes a long time...: 27m 55s (- 390m 53s) (5000 6%) 2.8939 56m 31s (- 367m 27s) (10000 13%) 2.3238 85m 20s (- 341m 23s) (15...
module: performance,module: rnn,module: cpu,triaged
medium
Major
289,208,824
opencv
Semantic conflicts in cv::InputArray for std::array, float[] and std::vector
<!-- 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). This is a template helping you to create an issue which can be...
category: core,RFC,future
low
Critical
289,233,820
opencv
Conflicts of cv::InputArray::size() and cv::InputArray::getSz() for std::array<cv::Mat, N>
<!-- 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). This is a template helping you to create an issue which can be...
bug,category: core,RFC
low
Critical
289,240,072
opencv
Request to enable CV_Assert for cv::Mat::size()
<!-- 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). This is a template helping you to create an issue which can be...
category: core,RFC
low
Critical
289,274,210
go
go/types/gotype: build tags not supported
### What version of Go are you using (`go version`)? `go version go1.9.2 linux/amd64` ### Does this issue reproduce with the latest release? Already using latest release, so yes ### What operating system and processor architecture are you using (`go env`)? GOARCH="amd64" GOOS="linux" ### What did you do? ...
NeedsFix
low
Major
289,323,728
create-react-app
Set 'currentScript' as default 'PUBLIC_URL'
Like I suggested in [#3708 (comment)](https://github.com/facebookincubator/create-react-app/issues/3708#issuecomment-358298289), `currentScript` could be a possible default for `PUBLIC_URL`. Right now **all** asset paths are relative (ie `/static/media/logo.2e151009.png`) to the root of the app. When setting the [`...
issue: proposal
low
Minor
289,385,274
go
x/tools/go/buildutil: split TagsFlagDoc into multiple lines?
### What version of Go are you using (`go version`)? go version devel +7e054553ad Tue Jan 16 15:11:05 2018 +0000 linux/amd64 ### Does this issue reproduce with the latest release? Yes. ### What did you do? Add a `-tags` flag to a static analysis tool of mine: ``` func init() { flag.Var((...
NeedsDecision,Tools
low
Major
289,422,373
rust
Panic related strings are still in binary with custom panic_fmt
It seems that custom `panic_fmt` that doesn't touches `Arguments` doesnt not help to strip all panic-related strings from final binary while compiling to wasm (either emscripten or wasm32-unknown-unknown) ```rust #![feature(lang_items)] #![no_std] #![no_main] extern "C" { fn halt(); } #[no_mangle] #[...
A-LLVM,C-enhancement,T-compiler,WG-embedded,I-heavy
low
Major
289,452,162
angular
ICU messages don't work on attributes
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
feature,area: i18n,hotlist: error messages,freq2: medium,P4,feature: under consideration,area: docs
medium
Critical
289,464,698
go
cmd/cgo: don't use syscall.Errno type as errno return on Windows
Apologies in advance If I'm explaining anything poorly. #### What did you do? I made an Go binding library for a static C lib, then wrote a go application to use that. During the course of developing that application, I managed to trigger the following error: `The process cannot access the file because another...
help wanted,OS-Windows,NeedsFix
low
Critical
289,465,814
pytorch
Compilation issue: problem with GPU capability check
cudnn 7.0.3, cuda 8.0, gcc 5.4, ubuntu 16.04 The machine has three GPUs: two Pascal ones, and one simple old one. When I don't set CUDA_VISIBLE_DEVICES prior to compilation, automatic GPU capability discovery picks on a wrong GPU and fails with `__shfl_xor` undefined. The pytorch repo README doesn't mention the ...
module: build,module: cuda,triaged
low
Critical
289,501,862
godot
Unable to interact with titlebar or window chrome of editor
**Godot version:** ff59c56 mono x64 **OS/device including version:** Windows 10 x64 **Issue description:** The titlebar and window chrome (including the close/minimize/maximize buttons and the edges of the window used to resize the window) are sometimes impossible to interact with. When this situation happ...
bug,platform:windows,topic:editor,topic:porting,confirmed
medium
Major
289,520,289
TypeScript
'utilities.ts' is an API surface hazard
`utilities.ts` consists of 4 different namespaces: * one which seems to be entirely internal * one which is entirely exposed * one which is entirely exposed *and* is entirely type predicate functions * one which is a random assortment of internal and exposed functions that have no consistent usage Just from my...
Infrastructure
low
Minor
289,530,865
flutter
The 'Pods-Runner' target has transitive dependencies
## Steps to Reproduce Install my [appcenter plugin](https://pub.dartlang.org/packages/appcenter) and add initialisation code in your app : ```dart @override initState() { super.initState(); initPlatformState(); } Future initPlatformState() async { await AppCenter.start("<_app_secret>"...
platform-ios,tool,platform-mac,t: xcode,P3,team-ios,triaged-ios
medium
Critical
289,589,935
opencv
Missing documentation for choosing inliers in LMeDS estimation
<!-- 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). This is a template helping you to create an issue which can be...
bug,category: documentation,category: calib3d
low
Critical
289,593,002
opencv
Missing estimation method, maxIteration and refinement option in cv::estimateAffine3D
<!-- 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). This is a template helping you to create an issue which can be...
category: documentation,category: calib3d,RFC,future
low
Critical
289,594,197
opencv
Fixed outlier ratio in LMeDS estimation
<!-- 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). This is a template helping you to create an issue which can be...
feature,category: calib3d,future
low
Critical
289,604,777
create-react-app
Option not to include hash to file names
First of all thanks for this tool! It was really helpful for me to get started. I read all available how-to's and materials and really understand the purpose of this tool BUT... If this app is agnostic of the backend, and just produces static HTML/JS/CSS bundles there should be an option to leave filenames as is, as so...
issue: proposal
medium
Critical
289,658,870
go
x/perf/cmd/benchstat: tips or quickstart for newcomers
`benchstat` is a very useful tool, but if you're not familiar with what it does, it can be very confusing to use for the first time. One such example is "how many times should my benchmarks run". If one has used `benchcmp` before, running each benchmark before and after exactly once, trying to use `benchstat` will r...
Documentation,NeedsInvestigation
high
Critical
289,660,948
rust
Type inference do not take bounds from `impl` into account
In the example below I get the following error. ``` error[E0284]: type annotations required: cannot resolve `<_ as Stream>::Item == char` --> src/main.rs:60:49 | 60 | let _: (char, &str) = satisfy(|c| c != 'a').map(|c| c).parse("").unwrap(); | ^^^ ...
C-enhancement,T-lang,T-compiler,A-inference
low
Critical
289,690,841
create-react-app
Document Babel macros support and common uses
Need to keep track: * Relay https://github.com/facebook/relay/pull/2171 * Apollo https://github.com/facebookincubator/create-react-app/issues/3856#issuecomment-358696916 * Css-in-js like Emotion * Maybe some i18n libs? * SVG https://github.com/facebookincubator/create-react-app/issues/3856#issuecomment-358696916...
contributions: up for grabs!,tag: documentation,difficulty: medium
medium
Major
289,783,003
pytorch
Consider disallowing Variables that require grad in NCCL/comm functions
The NCCL bindings and torch.cuda.comm functions now operate on Tensors or Variables, but they're not differentiable functions. We may want to raise an exception if the arguments require grad and `torch.is_grad_enabled()` is `True`. See #4730 cc @ezyang @albanD @zou3519 @gqchen @pearu @nikitaved @soulitzer @SsnL
module: autograd,triaged,module: nccl,actionable
low
Minor
289,788,353
go
runtime: Windows service timeout during system startup
### What version of Go are you using (`go version`)? go version go1.9.2 windows/amd64 ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor architecture are you using (`go env`)? ``` set GOARCH=amd64 set GOBIN= set GOEXE=.exe set GOHOSTARCH=amd64 set GOHOSTOS=...
help wanted,OS-Windows,NeedsInvestigation,compiler/runtime
high
Critical
289,790,396
kubernetes
`kubectl apply` (client-side) removes all entries when attempting to remove a single duplicated entry in a persisted object
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug Lists in API objects can define a named property that should act as a "merge key". The value of that property is expected to be unique for each item in the list. However, gaps in API validation allow some types to be persisted with multiple items in the list s...
kind/bug,priority/backlog,sig/api-machinery,lifecycle/frozen
high
Critical
289,826,964
rust
Performance regressions of compiled code over the last year
Started on an update to https://github.com/Marwes/combine after it being dormant for a while. When I ran the benchmarks to check that my changes hadn't regressed the performance I noticed that performance had regressed by ~28% (~116% with incremental compilation!) since the last time ran benchmarks (somewhere around Se...
A-LLVM,I-slow,C-enhancement,P-medium,T-compiler,regression-from-stable-to-stable,A-libtest
medium
Major
289,876,633
rust
rustc hangs when compiling a certain broken codebase, rather than emit an error message
Let my start by saying that I'm NOT asking for help with my project, and I KNOW my code is broken. I just want rustc to give me an error message instead of deadlocking. :) I found this while trying to make a version of Servo without JavaScript. I started by deleting all references to mozjs from .toml files and delet...
A-diagnostics,T-compiler,C-bug,I-hang
low
Critical
289,890,718
vue
Double value appear in textarea when using render function to create in .vue file.
### Version 2.5.13 ### Reproduction link [https://jsfiddle.net/SunnyLyu/ntoboxev/](https://jsfiddle.net/SunnyLyu/ntoboxev/) ### Steps to reproduce 1. sorry for things that it could not use .vue file definition in jsfiddle, please follow the steps below. 2. to create a textarea component like this: e...
browser quirks
low
Major
289,898,217
rust
False positive: "struct is never used", but it is used via associated constant from a trait
```Rust trait X { const X: usize; } struct A; struct B; impl X for A { const X: usize = 0; } impl X for B { const X: usize = 1; } fn main() { let x = 1; match x { A::X => println!("A"), B::X => println!("B"), _ => println!("?"), } } ``` ``` λ rustc main.rs ...
C-enhancement,A-lints,T-compiler
low
Minor
289,925,274
vscode
Allow to "Scope to this" in explorer
I'd like to have the "scope" feature in the tree view to "isolate" a directory in order to have a "cleaner" view. For example, if my project root directory has 2 main sub-directories: "public" and "admin": main-dir \___ admin \___ public and I want to work only to the "public" d...
feature-request,file-explorer
high
Critical
289,944,321
kubernetes
Improve kubectl cp, so it doesn't require the tar binary in the container
> Uncomment only one, leave it on its own line: > /kind feature **What happened**: Kubectl cp currently requires the container we're copying into to include the tar binary. This is problematic when the container image is minimal and only includes the main binary run in the container and nothing else. **Wh...
sig/node,kind/feature,sig/cli,lifecycle/frozen
high
Critical
289,966,029
go
runtime: stack grow panic tracing back through sigpanic from signal handler
From https://build.golang.org/log/6864350004c318139a5516a5b65d5099a88a0272: ```` panic: runtime: unexpected return pc for runtime.exitsyscall called from 0x0 fatal error: unknown caller pc panic during panic runtime stack: runtime.startpanic_m() /private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir...
NeedsInvestigation
low
Critical
290,123,620
go
x/net/html: Parse() adds duplicate elements
### What version of Go are you using (`go version`)? go version go1.9.2 darwin/amd64 ### Does this issue reproduce with the latest release? yes ### What operating system and processor architecture are you using (`go env`)? GOARCH="amd64" GOOS="darwin" ### What did you do? https://play.golang.org/p/M3PUK90...
NeedsInvestigation
low
Critical
290,143,939
flutter
CocoaPods might not work if there are multiple targets or the target name changed
https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/ios/xcodeproj.dart#L67 is hardcoded. Discover all the target names and dynamically insert them all into Generated.xcconfig
tool,platform-mac,customer: posse (eap),P3,a: plugins,team-tool,triaged-tool
low
Minor
290,151,038
rust
who tests the tester?
So, by and large, compiletest is untested, as far as I know. That is -- there are no 'self tests' to make sure that it's acting as it should, invoking revisions the way we expect, and so forth. This could be a bit of a tricky thing to do, but it's definitely worth the effort. For example, an early version of https:/...
A-testsuite,E-hard,C-enhancement,T-compiler,T-bootstrap,T-infra,A-compiletest,E-needs-design
low
Critical
290,167,954
rust
Poor error message when user forgets derive that has attributes
```rust #[macro_use] extern crate serde_derive; #[serde(untagged)] enum CellIndex { Auto, Index(u32), } ``` ``` error[E0658]: The attribute `serde` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) --> src/main.rs:4:1 | 4 | #[serde(untagge...
C-enhancement,A-diagnostics,A-macros,T-compiler,D-newcomer-roadblock,A-proc-macros
medium
Critical
290,188,886
youtube-dl
SOCKS proxy mechanism does not support IPv6
## Please follow the guide below - You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`) - Use the *Preview* tab to see what your issue will actually look like ...
bug
low
Critical
290,200,268
vscode
Provide API to access and change editor tab labels
Feature Request The Atom has the ability to customize the tabs, it's so powerful for some requirements. For example, there is an extension [nice-index](https://github.com/joshwcomeau/nice-index) in Atom that could be able to rename tabs of many opened editors have same name `index.js`, rename them to the names of th...
feature-request,api,workbench-tabs
high
Critical
290,205,988
angular
Bug (?) - ReactiveForms > FormArray, trackBy index > removeAt & subscriptions
Hi Angular, I think i found a [x] bug, but I'm not sure. I have a large Reactive Form, with a FormArray.. and I trackBy index. Each FormGroup in the array has subscriptions like: ``` // get the rides so we can iterate over them get myRides(): FormArray { return this.ridesForm.get('rides') as FormArr...
freq2: medium,area: forms,type: confusing,forms: Controls API,P3,core: control flow
medium
Critical
290,209,375
godot
RID::is_valid missing from GDNative C API
Godot 3.0 master As I progress porting my module, I found that `godot_rid_is_valid()` is missing from the C API of RID. Should it be added?
enhancement,topic:gdextension
low
Minor
290,217,408
pytorch
Clang color diagnostics don't work with ninja
We seem to be hit by this problem: https://github.com/ninja-build/ninja/issues/174 Workaround: add `CFLAGS="-Xclang -fcolor-diagnostics"` to your environment. cc @malfet
module: build,triaged
low
Minor
290,220,055
create-react-app
Reduce installed size in 2.x
I noticed 2.x has regressed on the installed size Before: * 109,142,603 bytes (172.7 MB on disk) for 23,707 items After: * 135,452,954 bytes (216.4 MB on disk) for 29,913 items You can check by creating a project with 2.0 alpha: https://github.com/facebookincubator/create-react-app/issues/3815. @wtgty...
tag: enhancement
low
Major
290,233,949
go
cmd/gofmt: extend column alignment to include assignments and declarations
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? Should apply to any version of go. ### Does this issue reproduce with the latest release? Yep. It's a formatting enhancement. ### What operating system and processor architecture ...
NeedsFix
medium
Major
290,241,176
godot
Cannot register enums and constants with GDNative
Godot 3.0 master RC2 You can register classes, tool classes, signals, properties, methods, but no enums and no constants. I need them so I'm not forced to write raw numbers when an enum is expected.
enhancement,topic:core
low
Major