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
418,795,298
pytorch
Feature Request: deterministic CUDA torch.nn.CTCLoss
Updated again. The inclusion of the CTC loss function in pytorch is great. However, the loss may be deterministic or non-deterministic under some conditions. In typical speech training scenarios, it could actually happen that for some batches the CUDNN algorithm is used (which can be set to deterministic or non-dete...
feature,module: nn,module: loss,triaged,module: determinism
low
Major
418,809,502
pytorch
[Caffe2] cudnn mismatch
## ❓ Questions and Help ### Hi, Everyone. This is my system config: ### cuda: 8.0 cudnn: 6.0.21 ### Environment : A virtual environment, with ### python2.7 in Anaconda2, cudatoolkit: 8.0, cudnn: 7.1.3 ### When I install caffe2 from **source code**, and run codes based o...
caffe2
low
Major
418,816,272
godot
Android export should give clear error on Release export when matching keystore is not configured
**Godot version:** 3.1 b11 **OS/device including version:** Windows 10 x64 **Issue description:** As related [here](https://godotengine.org/qa/41815/android-export-generates-error-export-with-debug-option-godot), Android export generates an error when "Export With Debug" option os off **Steps to repr...
enhancement,platform:android,topic:editor,usability
low
Critical
418,847,087
TypeScript
JSDoc: Typescript is interpreting varargs in function signature as required argument if jsdoc function notation is used in typedef.
**TypeScript Version:** typescript@3.4.0-dev.20190308 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** jsdoc, varargs, typedef, **Code** ```js // if I want to use typescript format // this format is not supported by WebStorm /** @typedef...
Suggestion,Awaiting More Feedback
low
Critical
418,869,988
nvm
installation of nvm with XDG variables sets doesn't seem to use a subdirectory
Hey, I tried to install nvm according to the README and my environment contains a few XDG variables, like ``` declare -x XDG_CACHE_HOME="$HOME/.cache" declare -x XDG_CONFIG_HOME="$HOME/.config" declare -x XDG_DATA_HOME="$HOME/.local/share" ``` The installation (using bash) took place inside of the `.config...
bugs,pull request wanted,installing nvm
low
Major
418,908,450
rust
Allow lints to declare that they're pure
Clippy and rustc both have a bunch of allow by default lints. Due to the way lint passes work, these have to be run even if never enabled, since lint passes may store state between `check_foo` calls. Most lints don't do this, most lints are zero-sized. It would be nice to allow LintPasses to declare that they are...
C-enhancement,A-lints,T-compiler
low
Major
418,939,990
react
Can an error boundary prevent React's error logging?
I noticed [this unconditional `console.error`](https://github.com/facebook/react/blob/d0289c7e3a2dfc349dcce7f9eb3dee22464e97bd/packages/react-reconciler/src/ReactFiberErrorLogger.js#L86) which I'd like to prevent to keep the console clean from errors that are already "caught" in an error boundary. Maybe a condition ...
Type: Feature Request
high
Critical
418,976,684
youtube-dl
Add Atlantic Broadband to the MSO list.
## 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 ...
tv-provider-account-needed
low
Critical
419,019,169
flutter
Explore making State loss more obvious in widgets tests
Make it easier for users to notice States are being disposed. One way is to make all State disposes need to be expected in widgets tests. Test: https://github.com/flutter/flutter/pull/29076 By blinding adding it in, 601 out of 3,804 (16%) of existing tests fail. By filtering some common states such as _Autom...
a: tests,framework,a: quality,c: proposal,P3,team-framework,triaged-framework
low
Critical
419,020,425
flutter
Add a State create/dispose debug rainbow
Similar to #15550. Though rather than asserting for performance, this should help checking for functional correctness.
c: new feature,framework,a: debugging,customer: google,P3,team-framework,triaged-framework
low
Critical
419,024,321
godot
TextureRegion doesn't update to new copy of AtlasTexture
<!-- 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 86d6a72c9745bd15e3217d63b2cc5ba73fe4ad34 both GLES3 and GLES2 **OS/device including version:** ...
bug,topic:editor,confirmed
low
Major
419,027,824
flutter
[Discussion] A communication channel between an isolate and platform code on an arbitrary thread
Filing this to start and track a discussion. Currently the only mechanism that Flutter plugins can use for communication between the Dart code and the platform specific code on Android and iOS are platform channels. Platform channels enforce a single cross-thread flow: messages from the main Dart isolate(running on...
engine,customer: google,c: proposal,P3,a: plugins,team-engine,triaged-engine
low
Major
419,041,038
rust
Resolve intra-doc-links on Self type implicitly
With intra-doc-links, the following works: ```rust /// [Self::bar] pub struct Foo; impl Foo { /// [Self::bar] fn bar() {} } ``` but this does not: ``` /// [bar] pub struct Foo; impl Foo { /// [bar] fn bar() {} } ``` For structs and impls we should try resolving things aga...
T-rustdoc,C-enhancement,A-intra-doc-links
medium
Major
419,043,482
rust
Rust ppc64 requires AltiVec, which is not available on PowerPC e5500
rustc -Vv rustc 1.35.0-nightly (88f755f8a 2019-03-07) binary: rustc commit-hash: 88f755f8a84df1d9e6b17cf10c96ae8b93481b2e commit-date: 2019-03-07 host: x86_64-unknown-linux-gnu release: 1.35.0-nightly LLVM version: 8.0 strace log: munmap(0x3fffa2913000, 14223) = 0 set_tid_address(0x3fffa290c0d0) ...
T-compiler,O-PowerPC,C-bug
low
Critical
419,048,216
pytorch
PyPy support
## πŸš€ Feature Support pytorch from PyPy -- a fast, compliant alternative implementation of the Python language (http://pypy.org) ## Motivation While pytorch itself probably won't benefit much from PyPy JIT, but often pytorch is used as a part of larger application, where using PyPy can have speed benefits, e.g. ...
module: binaries,feature,triaged
high
Critical
419,048,627
opencv
cv2.imread error when read a jp2 image with 7 channel
- OpenCV => 4.0.1 - Operating System / Platform => Windows 10 64 Bit Python 3.6 - .pyd Compiler => Visual Studio 2015 Get a NoneType when read jp2 image with 7 channel. image url:http://www.usable-programming.com/zb_users/upload/2019/03/bavaria_north_7_channels.zip
priority: low,category: imgcodecs
low
Critical
419,057,565
vscode
default run task
It would be nice if there was a default run task (build + execute), similar to the existing default build and test tasks.
feature-request,tasks
low
Major
419,058,570
go
x/image/font/sfnt: read more glyph metrics
Aligning text (left/right) requires access to more glyph metrics then AdvanceX. The side bearings (LSB/RSB) are required to know how much "whitespace" there is left/right of a glyph. I'd like to propose a GlyphMetrics method which calculates and returns the LSB, RSB, Width and AdvanceX. CL with working prototype ...
NeedsDecision
low
Minor
419,074,540
godot
The Audio bottom panel goes under the taskbar on small displays (also SpriteFrames editor, shader editor, etc.)
**Godot version:** v3.1.rc1 **OS/device including version:** windows 10 x64 **Issue description:** When click on "Audio" tab, the bottom side of godot goes under the taskbar, until toggle full screen and change to other tab (output, debugger, ..) ![image](https://user-images.githubusercontent.com/41632592/5...
bug,topic:editor,confirmed
medium
Critical
419,097,871
TypeScript
[BUG] Comments between export and import modules are removed
<!-- 🚨 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: Comment Emit
low
Critical
419,103,075
vue
Pass component instance as second argument in computed setters
### What problem does this feature solve? Allow the usage of arrow functions in copmuted setters From #7688 ```js computed: { value: { get: vm => vm.someValue, set: (val, vm) => vm.someValue = val } } ``` ### What does the proposed API look like? ```js computed: { value: { get: vm...
feature request,has PR
low
Major
419,120,694
vscode
Git - Pull and Sync fails when name of tracking branch differs from name of tracked branch on remote
Issue Type: <b>Bug</b> I have several branches that have another name, or rather path, in the upstream repository, e.g. local branch `foo` pushes to and fetches from branch `path/to/foo` in the upstream repository. But the tracking branch is `upstream/foo`, so the tracking branch path doesn't reflect the upstream ...
bug,git
low
Critical
419,138,911
TypeScript
Provide .ts developer experience for .js modules (with a .d.ts without JSDoc)
<!-- 🚨 STOP 🚨 𝗦𝗧𝗒𝗣 🚨 𝑺𝑻𝑢𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section. --> ## Search Terms checking .js files with declared types reference types in .js f...
Suggestion,Awaiting More Feedback
medium
Critical
419,174,455
pytorch
Tensor::options() returns false for requires_grad when it is true
## πŸ› Bug ? Hello, I have very simple c++ function: ```cpp #include <torch/extension.h> #include <iostream> void print_options(torch::Tensor x) { std::cout << x.options() << "\n"; } PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) { m.def("print_options", &print_options, ""); } ``` which I use via ...
module: cpp-extensions,triaged
low
Critical
419,176,323
youtube-dl
[TeachableCourse] unable to extract course title
### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2019.03.09*. If it's not, read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) and update. Issues with outdated version will be rejected. - [X] I've **verified**...
account-needed
low
Critical
419,179,062
vue
Vue should not cause execution of content within <noscript> tags
### Version 2.6.8 ### Reproduction link [https://jsfiddle.net/ncwuvekm/1/](https://jsfiddle.net/ncwuvekm/1/) ### Steps to reproduce Check the "network" tab. You can see that Vue causes a request to the content within the `<noscript>` ### What is expected? Vue should not cause execution of `<noscript>`co...
has workaround
low
Major
419,187,649
flutter
Points of Path not Accessible
I am using the Path class from the painting.dart file to draw lines with a CustomPainter. There is no way for me to access the contained points. This is critical as the amount of points stored in the Path object can get huge (around 100k) which will lead to bad performance or I simply cannot work with these point...
c: new feature,engine,P3,team-engine,triaged-engine
high
Major
419,203,274
go
cmd/go: go mod why fails for replacement modules
<pre> $ go version go version devel +ce7534ff06 Fri Mar 8 13:46:43 2019 +0000 linux/amd64 </pre> When one module is replaced by another, `go mod why` does not acknowledge the replacement module. Here's an example (https://godoc.org/github.com/rogpeppe/go-internal/cmd/testscript on the below file to reproduce):...
NeedsInvestigation,modules
low
Minor
419,203,756
go
cmd/go: go mod why exit status should be non-zero if module is not used
<pre> $ go version go version devel +ce7534ff06 Fri Mar 8 13:46:43 2019 +0000 linux/amd64 </pre> When `go mod why` is asked to show a module that isn't a dependency, it prints a "main module does not need" line, but it succeeds regardless. Perhaps it should be changed so that the exit status reflects whether t...
NeedsFix,modules
low
Minor
419,206,760
pytorch
Build fails for caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o; possibly MKL-DNN issue
## πŸ› Bug PyTorch fails to build with an issue related to MKL-DNN. I previously built MKL-DNN by `cmake`ing from their GitHub repo. Error trace is below: ```bash [91mIn file included from /opt/pytorch/aten/src/ATen/native/mkldnn/Conv.cpp:37: /opt/pytorch/aten/src/ATen/mkldnn/Runtime.h: In constructor β€˜at::na...
caffe2
low
Critical
419,215,975
flutter
Gifs play faster than expected
## Steps to Reproduce ```dart Image.network('https://github.githubassets.com/images/spinners/octocat-spinner-128.gif') ``` Flutter version: ```sh Flutter 1.3.9 β€’ channel dev β€’ https://github.com/flutter/flutter.git Framework β€’ revision f91df4abe1 (16 hours ago) β€’ 2019-03-09 21:19:28 -0500 Engine β€’ revisio...
engine,a: quality,a: images,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-engine,triaged-engine
low
Critical
419,218,807
godot
macOS: Mission Control window focus issue
___ ***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.* ___ **Godot version:** <!-- Specify commit hash if non-official. --> Godot_v3.1-rc1_osx.64 **OS/device including version:** <!-- Specify GPU model and drivers if graphics-related. --> macOS Mojav...
bug,platform:macos,topic:porting,confirmed
medium
Critical
419,231,156
angular
Why are angular elements swallowing error?
I have the simplest possible angular element within an angular project. I throw error in component belonging to angular element as follows: [dashboard-tile.component.ts:](https://github.com/goodmite/angular-element-starter/blob/master/src/app/dashboard/dashboard-tile/dashboard-tile.component.ts) (_referenced in ...
type: bug/fix,workaround1: obvious,freq1: low,area: core,state: confirmed,P4
low
Critical
419,253,755
go
x/tools/astutil: strange comment placement with AddNamedImport
Using `00c44ba9c14f88ffdd4fb5bfae57fe8dd6d6afb1` Consider the following snippet: ```go package main import ( "go/parser" "go/printer" "go/token" "os" "golang.org/x/tools/go/ast/astutil" ) const source = `package comments// // X comment var X int ` func main() { fset := token.NewFileSet...
NeedsInvestigation,Tools
low
Major
419,269,538
node
setTimeout Calling Callback Too Early
* **Version**: v8.15.1 * **Platform**: Darwin Charlies-MacBook-Pro.local 18.2.0 Darwin Kernel Version 18.2.0: Thu Dec 20 20:46:53 PST 2018; root:xnu-4903.241.1~1/RELEASE_X86_64 x86_64 --- I have the following code in Node.js. ```js const timeout = (ms) => new Promise((resolve) => setTimeout(resolve, ms)); `...
help wanted,timers
medium
Critical
419,298,620
TypeScript
Type aliases not being resolved for some functions types
**TypeScript Version:** 3.4.0-dev.20190310 **Search Terms:** Resolve / flatten / simplify type aliases for function calls resolve type aliases **Code** ```ts let subject = {a:1,b:2,c:3,d:4} type thisResolves = Pick<typeof subject, 'a' | 'b'> let thisDoesnt = pick(subject, ['a', 'b']) declare f...
Suggestion,Awaiting More Feedback
low
Critical
419,310,052
rust
Generator size: borrowed variables are assumed live across following yield points
Maybe a duplicate of #52924, but maybe also something else. I observed that the sizes of `Future`s generated by async fns can grow exponentially. The following code shows an async fn, which produces a 1kB future. Each layering in another async fn doubles it's size: ```rust #![feature(async_await)] async fn i...
C-enhancement,T-compiler,A-coroutines,I-heavy,A-async-await,AsyncAwait-Triaged,C-optimization
medium
Major
419,335,364
godot
ARVR image shakes when Multithreaded and ARVROrigin is attached to RigidBody
**Godot version:** Godot 3.1RC1 **OS/device including version:** Windows 10, NVIDIA GT610 **Issue description:** If Thread Model "Multithreaded" is selected and the ARVR Origin is attached to a RigidBody/VehicleBody then this Body shakes back and forth in the left or right view. (Doesn't matter if GLES2 or GLE...
bug,topic:physics,topic:xr
low
Major
419,343,356
You-Dont-Know-JS
Proposal: add a paragraph about WebAssembly
Even though WebAssembly is not tightly bound to JS, it can relief its performance in any environment that has a JS engine (among others). So: would it make sense to include a mention of WebAssembly? Especially since there's already a paragraph on asm.js, one of Wasm's "ancestors". Chapter 5 of Async & Performan...
for second edition
low
Major
419,380,453
godot
Texture loading/exporting bug when overriding driver_name for mobile
**Godot version:** 3.1 RC1 **Issue description:** I have a game that is supposed to use GLES3 by default, but GLES2 for mobile. So I override the renderer_name option in the project settings, for mobile, while the default remains GLES3. When I do that, the exported build crashes immediately - the debug output sho...
enhancement,topic:editor
low
Critical
419,389,847
godot
Godot physics performance issue when colliding with a ConvexPolygonShape generated from a SphereMesh
**Godot version:** 3.1 RC2 **OS/device including version:** Windows 10 64-bit, Intel I7 920 @ 2.67GHz, 2668 Mhz, 4 Cores, 8 Logical Processors, NVIDIA GeForce GTX 750 Ti **Issue description:** When calling `KinematicBody::move_and_slide` multiple times per frame using Godot Physics and colliding with a ...
bug,confirmed,topic:physics
low
Critical
419,402,907
go
x/net/html/charset: BOM cannot be processed correctly
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go1.12 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? ### What operating system and processor architecture are you using (`...
NeedsInvestigation
low
Critical
419,418,724
angular
Navigation with custom Animation and :Increment :decrement does not work as expected
# 🐞 bug report ### Description We try to create a lazy loaded wizzard/stepper using router and custom navigation. We register a custom animation named **loginRouteSlideInAnimation** which has an `:increment` and `:decrement` transition What we do, when we go to next page we would like to slide in new page fro...
type: bug/fix,area: animations,freq2: medium,state: needs more investigation,P3
low
Critical
419,429,651
TypeScript
Multiple issues with import quick fixes and project references
<!-- 🚨 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
419,443,453
opencv
cv::findTransformECC produce CV_error() when cannot align images.
Some times `findTransfromECC()` cannot align images. I think that producing `CV_Error()` is not usable. So I just change `CV_Error` line to `return rho;` and checking in my code is return of `findTransformECC()` greater than zero to know that align complete successfully. Is that change suitable. Would you accept my...
incomplete
low
Critical
419,448,082
rust
rustc: remove unnecessary extern_prelude logic from ty::item_path
From #56655 : > The checks added in 02357e4 effectively turned crate::std into std, but they were too general (affecting any crate::foo where foo was in the extern prelude, not just extern crates), and unnecessary, as only the extern crates created by "std injection" need any special-casing. Since this only affects ...
C-cleanup,T-compiler
low
Minor
419,449,466
angular
writeValue gets called before ngOnInit
<!--πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”… Oh hi there! πŸ˜„ To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates. πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…...
type: bug/fix,freq2: medium,area: forms,state: confirmed,P4
medium
Critical
419,518,413
rust
Highlight when errors have automatically applicable suggestions
With `tool_only_span_diagnostics` having landed, some suggestions that can be automatically applied aren't shown to the user as labels with `help: ...` messages, so users who look for that to know they can automatically apply the fix won't know about those suggestions. We should add some indicator that tells the us...
C-enhancement,T-compiler,A-suggestion-diagnostics
medium
Critical
419,562,532
godot
Crash after splashscreen on Android with GLES2 if default_env.tres is present [Samsung Galaxy S4]
<!-- 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. --> Tested on 3.1 RC1 and RC2 **OS/device including version:** <!-- Specify GPU model and drivers if graph...
bug,platform:android,topic:rendering,confirmed,crash
high
Critical
419,574,007
pytorch
Linking Caffe2 with sequential MKL but still calling multi-threaded mkl
I turned off the openmp feature when building caffe2 and link caffe2 with the sequential version of mkl (libmkl_sequential.so). ldd caffe2.so also displays that caffe2 is linked with the sequential mkl (see first attached picture) . ![1](https://user-images.githubusercontent.com/10581411/54141016-3a91d980-43fb-11e9-8...
caffe2
low
Minor
419,611,447
flutter
Initial routes with parameters
It would be useful to be able to set the parameters of the initial routes, not just the names. Something like: ``` MaterialApp( initialRoutes: [ RouteSettings(name: "MainPage"), RouteSettings(name: "AlbumPage", arguments: albumId), RouteSettings(name: "SongPage", arguments: songId) ...
c: new feature,framework,f: material design,f: routes,P3,workaround available,team-design,triaged-design
medium
Major
419,636,300
TypeScript
feature request: change indentation of multi-line variable declarations
<!-- 🚨 STOP 🚨 𝗦𝗧𝗒𝗣 🚨 𝑺𝑻𝑢𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section. --> ## Search Terms format code indent tsserver <!-- List of keywords you searched ...
Suggestion,Awaiting More Feedback
low
Critical
419,640,948
TypeScript
Result of unknown indexing explicitly cast to `any` incorrectly reported as implicit any
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** typescript@3.4.0-dev.20190311 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** "Element implicitly has an 'any' type" " index ...
Suggestion,In Discussion
low
Critical
419,662,763
pytorch
C++ nn::Sequential push_back() copies module if the module is concrete type
## πŸ› Bug In https://github.com/pytorch/pytorch/blob/3f1d0ee5d5f48bb0fbef433a61cef0be9ad40a76/test/cpp/api/sequential.cpp#L37-L48, if we delete the copy constructor of `M` by adding `M(const M&) = delete;`, this test will fail to compile, because in https://github.com/pytorch/pytorch/blob/3f1d0ee5d5f48bb0fbef433a61c...
module: cpp,module: nn,triaged
low
Critical
419,679,994
godot
Slight delay when looping .ogg file
**Godot version:** 3.1 RC2 (Also happening on 3.0.6) **OS/device including version:** Windows 8.1 Pro 64-bit and Windows 7 Pro 64-bit **Issue description:** When an ogg file loops, there is a slight delay before looping the sample back to the beginning. **Steps to reproduce:** Create a project with an empt...
bug,topic:audio
low
Major
419,693,148
pytorch
Caffe2 building failure
If I uninstall mkl-include in anaconda, this issue will disappear. But if caffe2 is compiled with mkl-include, it gives error as below. Error: "regexec" is not declared in this scope. ![image](https://user-images.githubusercontent.com/10581411/54159463-688b1400-4423-11e9-8cbf-5a8582f621bf.png)
caffe2
low
Critical
419,695,521
flutter
Google Maps initialCameraPosition with bounding
I am using the google-maps package for flutter and I need to fit multiple markers. I tried to fix it by calculating the bounding box and the zoom level by myself, but this didn't quite work as expected. Sometimes, the camera is too far out. Since a few versions, there is the ability to animate to a `LatLngBounds`, w...
customer: crowd,p: maps,package,team-ecosystem,P2,triaged-ecosystem
low
Critical
419,717,477
godot
Editor crash in EditorResourcePreview when assigned as fallback bitmap font
**Godot version:** Godot 3.1 RC 2 **OS/device including version:** Linux Mint 19 **Issue description:** When assigning fallback of fallback to root BitmapFont or next pass in Material, then editor crash. EDIT: It happens also with Atlas Texture and probably others, but for now I don't know how to fix this...
bug,topic:editor,crash
low
Critical
419,717,942
go
runtime: killed threads do not crash whole process
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12 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,compiler/runtime
low
Critical
419,723,409
rust
Add function to make paths absolute, which is different from canonicalization
Many users want to turn relative paths into absolute paths, but the only tool that libstd currently offers is `canonicalize` which is bad because it has to hit the filesystem which has several downsides: 1. It takes time to hit the filesystem. 2. The path has to actually exist. 3. It fails on certain types of driv...
T-libs-api,C-feature-request
medium
Critical
419,733,825
pytorch
CUDA large matrix-vector product (torch.mv) causes illegal memory access
## πŸ› Bug `torch.mv` causes an "illegal memory access" when multiplying a matrix with more than 2^31-1 elements. Note that each dim of the first matrix can fit in an `int`. This is likely a bug in cuBLAS. Either cuBLAS should be fixed or PyTorch should issue multiple calls to `cublasSgemv`. ## To Reproduce ...
module: dependency bug,module: cuda,triaged,module: 64-bit,module: cublas
low
Critical
419,739,355
go
cmd/compile: add consistency check that local variables are associated with Curfn
[CL 153841](https://golang.org/cl/153841/) needed to create local temporaries in "init" to handle when f(g()) appears in a package-scope initialization statement. But the concurrently developed [CL 159717](https://golang.org/cl/159717/) moved initialization statements to run in "init.ializer" instead of "init." T...
NeedsInvestigation,compiler/runtime
low
Minor
419,773,969
go
cmd/go: should `go list -json` imply `-e`?
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go 1.12 darwin </pre> ### Does this issue reproduce with the latest release? Yes ### What did you do? `GO111MODULE=on go list -m -versions -json github...
NeedsInvestigation,GoCommand,modules
low
Critical
419,780,220
angular
Add to Schematics API documentation
# πŸ“š Docs or angular.io bug report ### Description Hello. I just spend some time creating my first schematics. Have to say it's awesome! Unfortunately, I had to spend much of my time reading throughout the angular @schematics code to see examples of how it works and articles on Medium by other people about how to...
state: blocked,effort3: weeks,freq3: high,state: needs eng input,P4,area: docs
medium
Critical
419,786,510
pytorch
should disable AVX on 32bit x86 / refine AVX availability tests
On desktop systems like Windows and some Linux distributions (e.g. Ubuntu), the PyTorch / Caffe2 library doesn't work under 32-bit systems, mainly for the reason that some AVX functions for 64 bit are lost, like `_mm256_extract_epi64`. According to @t-vi, the disabling of AVX enables the 32-bit build on ARM(Android). S...
module: build,triaged
low
Major
419,787,694
go
crypto/x509, encoding/asn1: ObjectIdentifier and ParseCertificate do not support int > 31 bits, preventing support of OID 2.25 (/UUID) (follow-up on #19933)
[Commit 40436](https://go-review.googlesource.com/c/go/+/40436/) extends support for OIDs from original 28 bits to 31 bits as a result of #19933 . But this is insufficient to support the [2.25 OID subtree](http://oid-info.com/cgi-bin/display?oid=2.25&action=display), which is AFAIK the only place in the tree one can ge...
NeedsInvestigation
low
Minor
419,787,779
pytorch
Conjugate gradient method
## πŸš€ Feature I want to add batch preconditioned conjugate gradient (including its gradient) to the torch api. ## Motivation This feature exists in as scipy, as scipy.linalg.cg. I'd like a torch equivalent that can handle batches. ## Pitch Add a torch function cg(A, B) that returns X^(-1) B by running CG...
feature,triaged,module: derivatives,function request
low
Minor
419,802,862
vscode
errors in dependsOn background tasks do not prevent subsequent tasks from executing
<!-- 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 fixed: https://code.visualstudio.com/insiders/ --> <!-- Use Help > Report Issue to prefill these. --> - VSCode Version: 1.32.1 - OS Version: 18309...
feature-request,tasks
medium
Critical
419,854,082
pytorch
[caffe2] resnet_trainer example fails with MNIST dataset, when parameter num_channels=1 is provided
## πŸ› Bug The resnet_50 trainer fails when parameter num_channels 1 is provided: ``` python resnet50_trainer.py --train_data ~/mnist_train_lmdb --num_gpus 4 --batch_size 64 --num_channels 1 ... ... INFO:ResNe(X)t_trainer:Starting epoch 0/1 [E net_async_base.cc:377] [enforce fail at conv_op_cudnn.cc:555] filter.d...
caffe2
low
Critical
419,910,995
flutter
Allow iOS project to access flutter_assets in App.framework as bundle resource
In the latest version of Flutter, flutter_assets'folder reference is removed in iOS project, but our project uses webview to show local web page, thus we can't read the web assets correctly. The web assets are placed in ${FLUTTER_PROJECT}/web, and added to pubspec.yaml correctly, The reason is that iOS required add...
platform-ios,tool,d: api docs,t: xcode,P3,team-ios,triaged-ios
low
Minor
419,960,661
node
Debug worker_threads
There is no possible to debug worker threads, only through event messages to main thread You can't step into this worker in the chrome dev tools ```js const worker = new Worker('./worker.js', {}); ``` `debugger` statements also don't work inside thread
inspector,worker
medium
Critical
420,010,444
go
x/net/html: unexpected whitespace rendering of html
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12 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</summary>...
NeedsInvestigation
medium
Critical
420,017,651
opencv
some 4.0.0.1 examples show grey empty blank highgui GTK 2 and GTK 3 windows on armhf Debian Stretch
- OpenCV => 4.0.0.1 - Operating System / Platform => armhf Linux 32 Bit kernel (Raspberry pi3B+) - Compiler => gcc - OpenCV => :grey_question: GTK window renders no example content, but opengl example does - Operating System / Platform => :grey_question: window blips content if moved - Compiler => :grey_question...
priority: low,category: highgui-gui,platform: arm
low
Critical
420,055,284
rust
Tracking issue for `FromStr` trait usage in const fn
Because Rust already have macros that evaluate on compile time to strings I think converting them to ints in a `const fn` is a very nice feature. e.g. `env!("SOMETHING").parse::<usize>().unwrap()` ---------------------- I opened this Issue as part of: https://github.com/rust-lang/rust/issues/57563 Interested to...
T-libs-api,C-tracking-issue,A-const-eval
medium
Major
420,056,307
go
go/packages: add to standard library
We made go/build.Import keep working kind of for modules in Go 1.11, but as we move toward modules on by default, we should be planning to have go/packages available in the standard library as a replacement. This will require making sure we are happy with the API freezing. /cc @ianthehat @matloob
NeedsDecision,early-in-cycle
low
Major
420,058,823
go
net/http/httptest: clarify that Server.Client is only good for Server.URL
The docs don't make it clear that the http.Client returned by httptest.Server.Client is only good for hitting httptest.Server.URL. That is, the http.Client's Transport doesn't redirect all dials of any hostname to the test server. (Maybe it should? Would that break existing users?) /cc @Capstan
Documentation,NeedsFix
low
Minor
420,069,306
youtube-dl
[linkedin:learning]Β can't download second section
## 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 ...
account-needed
medium
Critical
420,072,833
TypeScript
Undocumented = operator syntax in Generic Constraining
In the declaration file for Fastify (https://github.com/fastify/fastify/blob/master/fastify.d.ts) there is some TypeScript code I do not recognize and cannot find another example of in the TypeScript documentation: ```typescript declare function fastify< HttpServer extends (http.Server | http2.Http2Server) = http....
Docs
low
Minor
420,073,098
pytorch
Build compact libtorch from source with cmake
Hi. I am currently working with the PyTorch C++ API and I'm really enjoying the flexibility so far. However, for my use case, I would like the libraries to be as small as possible. When building libtorch from source (using build_libtorch.py), what can be done to minimize the final package size? I have searched aroun...
module: build,module: cpp,triaged
medium
Major
420,076,607
flutter
Explore splitting foundation to a separate package without strict dependency on dart:ui
Internal: b/128283067 See https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/foundation/README.md We have a customer request to consume parts of Flutter's foundation pacage in a Dart isolate that isn't using Flutter - specifically to use ValueNotifier/ChangeNotifier. Today there are only a s...
framework,customer: dream (g3),c: proposal,P2,team-framework,triaged-framework
low
Critical
420,085,163
go
x/build/cmd/coordinator: support builders that only run on subrepos
It's currently not possible to configure a builder that only builds a subrepo(s) and not the "go" repo. This is affecting `linux-amd64-androidemu` and `darwin-amd64-wikofever` which aren't building the `mobile` repo currently, despite being configured to do so. Two reasons why they aren't: * subrepos always wa...
Builders,NeedsFix,mobile
low
Minor
420,086,453
go
time: Parse behaves inconsistently when parsing numerical timezones with an "MST" format string
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? Local machine: <pre> $ go version go version go1.12 darwin/amd64 </pre> Docker container: <pre> $ go version go version go1.12 linux/amd64 </pre> ### Does this issue repr...
NeedsDecision
medium
Critical
420,101,812
flutter
We've introduced new dependencies on dart:ui in foundation
https://github.com/flutter/flutter/pull/25594 and https://github.com/flutter/flutter/pull/27389 introduced new dependencies on `dart:ui` into `flutter/foundation`. We need to either update https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/foundation/README.md if this is really ok, or move that ...
framework,dependency: dart,P2,team-framework,triaged-framework
low
Minor
420,108,124
TypeScript
Adjacent .d.ts file stops working when using import path aliases
<!-- 🚨 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
420,133,925
react-native
`View.getGlobalVisibleRect()` is broken in some use cases
## πŸ› Bug Report With respect to the list of these commits - all of which involve child-views clipping on Android (AKA the _overflow_ functionality): https://github.com/facebook/react-native/commit/b81c8b, https://github.com/facebook/react-native/commit/6110a4c, https://github.com/facebook/react-native/commit/bbdc12e,...
Stale,Platform: Android,Bug
high
Critical
420,158,276
TypeScript
Allow type assertions to consider typed index signatures
## Search Terms interface, index, signature, typed, assertion, conversion, partial, ## Suggestion Currently type assertions do not seem to respect typed index signatures `[key: string]: any;` in interfaces or test for compatibility before attempting to convert. I am proposing that type assertions would be a...
Suggestion,In Discussion
low
Critical
420,161,031
pytorch
JIT torch.ones_like with dtype starts failing on master
## πŸ› Bug Similar symptom to #15478, when using `torch.jit.script`, calling `torch.ones_like()` with dtype starts to give errors while previously it works. ## To Reproduce ```python import torch @torch.jit.script def test_ones_like(x): return torch.ones_like(x, dtype=torch.int64) test_ones_like(to...
oncall: jit
low
Critical
420,200,107
pytorch
[caffe2] resize_op_test.py::TestResize::test_nearest FAILED
## πŸ› Bug resize_op_test.py::TestResize::test_nearest FAILED ## To Reproduce Steps to reproduce the behavior: Decorate the function test_nearest in resize_op_test.py with: ``` @reproduce_failure('3.59.1', 'AAMBGgDn8sXqhzzgA2trGwBu+/hbaVU5') ``` ``` example: from hypothesis import reproduce_failure ...
caffe2
low
Critical
420,204,681
godot
Implement additional indentation for line breaking when word wrap is on
**Godot version:** 3.1 rc2 **OS/device including version:** Windows 10 x64 **Issue description:** When word wrap option in on, the line breaking put the broken part left aligned with the starting line: ![image](https://user-images.githubusercontent.com/11199752/54235851-f5e86a00-44f0-11e9-9979-f5c4d2d0ef83.pn...
enhancement,usability,topic:gui
low
Critical
420,314,250
rust
E0587 error on packed and aligned structures from C
When converting C structures that are both packed and aligned using either C2Rust or bindgen, such as: ```C struct xregs_state { struct fxregs_state i387; struct xstate_header header; u8 extended_state_area[0]; } __attribute__ ((packed, aligned (64))); ``` the code that either tool produces looks someth...
C-enhancement,A-diagnostics,A-FFI,T-lang,T-compiler,A-repr-packed
medium
Critical
420,316,379
vue
Performance: Include/Use uid in the name when using performance.measure
### What problem does this feature solve? This is in regards when Vue.config.performance is set to true. When there is multiple components of the same name, it is difficult to distinguish which component coincide to which performance information. One simple use case is rendering components inside a v-for. ### ...
improvement
medium
Major
420,346,531
flutter
Feature Request : Google Map Navigation & Best Route Package/Plug-in
I wonder if flutter support google map navigation and also best route? If it can be integrate into Flutter, I looking forward for that package/plug-in and tutorial. Thank you :)
c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Major
420,346,837
flutter
No documentation for uninstalling Flutter on Windows
I want to remove or uninstall flutter from my windows 10 system
tool,platform-windows,d: api docs,P3,team-tool,triaged-tool
low
Major
420,366,620
pytorch
torch.cuda.is_available() returns misleading value
Using pytorch version 1.0.0 on python 3.6.8 on a machine with a NVIDIA GF108 GeForce GT630 GPU. On this machine torch.cuda.is_available() returns True, but then a warning is shown ("PyTorch no longer supports this GPU because it is too old.") and eventually the attempt to use it generates an exception: ``` r...
module: cuda,triaged,module: ux
low
Critical
420,403,229
flutter
Navigator.pushNamedAndRemoveUntil ,The phone may have a black screen
I am using MOTO Phone to test , when I use Navigator.pushNamedAndRemoveUntil api to remove all the routes , and then new screen use Navigator.pop or backspace key , The phone went black screen. flow: 1. screen_1 => Navigator.of(context).pushNamed("/screen_1"); 2. screen_2 => Navigator.of(context).pushNamed("/scre...
c: new feature,framework,f: material design,f: routes,c: proposal,P3,team-design,triaged-design
low
Minor
420,427,947
TypeScript
`importHelpers` generates code, that is incompatible with browsers
Currently enabling `importHelpers` adds ``` import * as tslib_1 from "tslib"; ``` at the top of every source file. Such notation is not compatible with browsers. Nowadays, all modern browsers supports Ecma modules, there's no reason for writing code that assumes Node.js environment + bundler build. Code should a...
Suggestion,Awaiting More Feedback
low
Minor
420,442,628
pytorch
Binary not operator causes crash when Jit module is executed on different device
## πŸ› Bug When the binary not operator `~` is used in a module, which is then Jit traced, it causes a crash when the resulting Jit module is moved to and executed on a different device type (e.g. CPU -> GPU). This crash only occurs in the Jit module, but not in eager mode. Using `1-tensor` to negate the ByteTens...
oncall: jit,triaged
low
Critical
420,504,220
opencv
VideoCapture::read() returns success when camera disconnected
##### System information (version) - OpenCV => 4.0.1 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 ##### Detailed description The app is reading camera and camera is unplugged during the run of the app, the first time it returns false and empty frame, but the second time it...
bug,category: videoio(camera),incomplete,platform: win32,needs investigation
low
Major
420,600,056
TypeScript
Pipe/flow/chain type support
<!-- 🚨 STOP 🚨 𝗦𝗧𝗒𝗣 🚨 𝑺𝑻𝑢𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section. --> ## Search Terms recursive, flow, pipe, chain <!-- List of keywords you searched f...
Suggestion,Needs Proposal
medium
Critical
420,623,975
three.js
feature request: transform origin (or "pivot point")
##### Description of the problem As an example, Babylon has this feature built in, called [pivot points](https://doc.babylonjs.com/how_to/pivots). CSS has it in the form of the [`transform-origin` property](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin). These features enable rotation about a ...
Enhancement
high
Critical