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
334,698,487
flutter
Problems with API docs, specifically for native pages
**tl;dr** - Search doesn't work for native docs. - Native docs are very hard to find. (Right now, the `PLATFORM_INTEGRATI...` entries are several pages down (buried) in the side nav.) - The native content is not great. - Native docs look very different than our Dart docs. --- Ben K gave me a demonstration of ...
engine,d: api docs,P2,team-engine,triaged-engine
low
Minor
334,885,773
go
x/review/git-codereview: Documentation and tool behavior don't match for 'git codereview change'
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? `go version go1.10.3 linux/amd64` ### What version of git-codereview are you using? https://github.com/golang/review/commit/3faf27076323fb8383c9b24e875f37a630b2f213 ### Does this issue...
Documentation,NeedsInvestigation
low
Critical
334,918,682
opencv
Possible cv::erode() and cv::dilate() optimisation trick
##### System information (version) - OpenCV => 4.0 (but every version I tested so far really) - Operating System / Platform => iOS - Compiler => Xcode ##### Detailed description Performance of ```cv::erode()``` and ```cv::dilate()``` is pretty much terrible on iOS, if kernel size is greater than 3-5 and stru...
RFC
low
Major
334,960,537
vscode
Git - Support submodule management
### **Feature Request** Add support for the git submodule commands from within VS Code. Currently submodules are supported, but only if the submodules are created via git cli. Examples: git submodule init git submodule update git submodule summary etc... I think the most important ones would be add, ...
help wanted,feature-request,git
medium
Major
334,981,118
react
Add support for hydrating portals
<!-- Note: if the issue is about documentation or the website, please file it at: https://github.com/reactjs/reactjs.org/issues/new --> **Do you want to request a *feature* or report a *bug*?** Probably bug, but arguably a feature request, I suppose. **What is the current behavior?** I've attempted m...
Type: Feature Request
high
Critical
335,053,421
TypeScript
Type declaration on property access not checked
See `jsdocPrototypePropertyAccessWithType.ts` as of #25170. The test should have an error because `false` is not a number.
Bug,Domain: JavaScript
low
Critical
335,060,161
pytorch
MPI causing job to hang --- unresponsive to external (termination) signals
## Issue description When running `torch.distributed` with the MPI backend in a cluster, the job fails to exit and hangs unresponsively --- essentially any node in the cluster that the runs the script becomes unresponsive when you try to terminate the job. This varies from run to run, but it happens often enough that ...
oncall: distributed
low
Critical
335,068,044
youtube-dl
Add support for independent.bbvms.com
Apologies. I left all the verbosity in your template due to uncertainty in submission process. This URL works in the browser: https://independent.bbvms.com/view/embed/2957075.html [] Add the `-v` flag to **your command line** you run youtube-dl with (`youtube-dl -v <your command line>`), copy the **whole** output an...
site-support-request
low
Critical
335,087,054
go
go/ast: provide test for Filter func
### What version of Go are you using (`go version`)? go version go1.9.2 linux/amd64 ### What operating system and processor architecture are you using (`go env`)? GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/srv/go" GORACE="" GOROOT="/usr/local/go" GOTOOLDIR="...
NeedsInvestigation
low
Critical
335,103,898
pytorch
Storages still use legacy printing
A minor issue reported by @francoisfleuret ```py In [1]: x = torch.randn(2) In [2]: x Out[2]: tensor([-0.2241, -0.8273]) In [3]: x.storage() Out[3]: -0.2240564078092575 -0.8272911906242371 [torch.FloatStorage of size 2] ```
module: printing,triaged
low
Minor
335,110,843
godot
shader on gui element is applied to geometry and text - probably missing z value
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.0.3 <!-- Specify commit hash if non-official. --> **OS/device including version:** Windows, 7, 32-bit, Intel HD graphics (coming with Lenovo L570)...
enhancement,discussion,topic:rendering,documentation
low
Critical
335,115,235
opencv
opencv built successfully but almost all tests failed??!
opecv version : Tried 3.4.0, 3.4.1, master all similar results: opencv builds without a hitch (cmake .. make ) but run "make test -j8" almost all tests failed. Matching versions of opencv_extra and opencv_contrib were used in all cases. OS : Ubuntu 16.04.4 64 bit, CUDA 9.1 on GTX1070 I configured with ``` ...
bug,priority: low,category: gpu/cuda (contrib)
low
Critical
335,120,301
TypeScript
simply logic predicate code fix or suggestion
<!-- 🚨 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 logic, predicate, quickfix <!-- List of keywords you searched for...
Suggestion,Help Wanted,Domain: Refactorings
low
Critical
335,125,554
flutter
Not possible to add custom labels to images using TalkBack
Using talkback it is possible to apply labels to unlabeled images. Currently an unlabeled image cannot be labeled with a Flutter app. See https://support.google.com/accessibility/android/answer/6007066?hl=en
c: new feature,platform-android,framework,a: accessibility,P3,team-android,triaged-android
low
Minor
335,127,142
flutter
Support for a11y link traits on iOS
This will probably require a new flag On Android, TalkBack can pull links into the navigation menu: https://support.google.com/accessibility/android/answer/6378148?hl=en https://developer.apple.com/documentation/uikit/uiaccessibilitytraitlink?language=objc filed b/141771449
c: new feature,platform-ios,framework,a: accessibility,P2,team-ios,triaged-ios
low
Minor
335,127,485
godot
Framerate/FPS jumps to 110, wasting CPU, when game is minimized
v3.0.2.stable.official Windows 10 Monitor shows the fps going straight for double the normal when minimized. Happens even when `OS.set_low_processor_usage_mode(true)`
bug,topic:porting,confirmed
low
Major
335,155,326
neovim
API: nvim_buf_attach not returning
When testing the new buffer API functions through `nvim --embed`, I noticed that `nvim_buf_attach` never returns, but an event is fired. Also, when calling for instance `nvim_buf_set_lines`, it often returns, but not always.
bug,api,channels-rpc
medium
Critical
335,160,852
rust
Bug: a macro never hit recursion limit, `cargo build` run... forever!
I know what is my mistake, ~but I think there is a bug in Rust!~ **Edit**: We just need a **better help** from the compiler to easily spot out mistake like this. *Edit: the problem seems just involve only the first rule. So the new minimal buggy code is:* ```rust macro_rules! there_is_a_bug { ( $id:ident: $(...
I-compiletime,A-macros,T-compiler,C-bug,I-hang
medium
Critical
335,167,513
godot
SSAO doesn't work when the camera is in orthogonal mode
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.X.X branch **OS/device including version:** Windows, but probably it's global issue **Issue description:** Ssao is not working with camera ...
bug,topic:rendering,confirmed,topic:3d
low
Major
335,172,333
go
time: time.Parse unable to parse timestamps with unusual UTC offsets
``` $ gotip version go version devel +d6a27e8edc Sat Jun 23 00:16:14 2018 +0000 linux/amd64 ``` I dumped the time for each of the 425 timezones in my system's tz database in a file and tried to parse the timestamps. I got 17 errors, all caused by `time.Parse` inability to parse unusual offsets like `+0545` (used ...
NeedsFix
low
Critical
335,214,547
react
add support for SyntheticKeyboardEvent#isComposing
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Synthetic keyboard events do not contain `isComposing`. They should if the value is true, per the w3 spec 4.7.5: https://www.w3.org/TR/uievents/#events-compositionevents **What is the expected behavior?** `event.i...
Type: Feature Request,Component: DOM
medium
Critical
335,237,115
pytorch
Inconsistency in implementation of _LRScheduler
I've noticed an odd behavior when attempting to write my own scheduler based on `torch.optim.lr_scheduler._LRScheduler`. If you write a custom get_lr() to work based on self.last_epoch, its impossible to differentiate the 0th and the 1st epoch. Here is a minimal working example: ```python def mwe(): ...
module: nn,module: optimizer,triaged,needs research
low
Minor
335,269,335
vscode
[HTML] Auto tag-closing doesn't work with undo/redo and programmatic changes
We had a user [report an issue](https://github.com/MicrosoftDocs/live-share/issues/610) with Visual Studio Live Share, where their HTML tag-closing behavior would insert duplicate closing tags as soon as a guest connected to their session. ![doubleaddingendtags](https://user-images.githubusercontent.com/1142313/4182...
html,debt,undo-redo
medium
Major
335,299,795
rust
ambiguous type-dependent name resolution
Currently ([playground](https://play.rust-lang.org/?gist=005ffda13df3190067c4f7189856d22a&version=stable&mode=debug)): ```rust pub struct A<T>(T); impl A<u32> { fn new(x: u32) -> Self { A(0) } } impl A<f32> { fn new(x: f32) -> Self { A(0.) } } fn main() { let _ : A<f32> = A::new(0.); // ERROR ...
A-trait-system,A-associated-items,T-lang,C-feature-request,T-types
low
Critical
335,323,345
rust
Mutually exclusive traits still cause conflict in blancket implementation
The following code ```rust #![crate_type="rlib"] #![feature(optin_builtin_traits)] trait Simple {} trait Complicated {} impl<T : Simple> !Complicated for T {} impl<T : Complicated> !Simple for T {} trait MyTrait {} impl<T : Simple> MyTrait for T {} impl<T : Complicated> MyTrait for T {} ``` refu...
A-trait-system,T-lang,C-feature-request
low
Critical
335,334,864
vue
Computed Watchers Not Firing
### Version 2.5.16 ### Reproduction link [https://vuejs.org/v2/guide/computed.html#Watchers](https://vuejs.org/v2/guide/computed.html#Watchers) ### Steps to reproduce Use the demo for entering a question on the Docs page using a Amazon Kindle 7'' or Android Tablet (I used a Lenovo Tab 3 7'' version) https://v...
browser quirks,help wanted
medium
Critical
335,363,509
rust
Support for running the src/ci/docker/run.sh with user namespace
Hello When struggling to run the complete build and tests, I decided to try the bundled docker runner. However, I run docker under user namespace, which disables support for `--privileged`. The run script fails: ``` ./src/ci/docker/run.sh x86_64-gnu ... <A lot of output> ... Successfully built 2a8488e739aa Su...
T-bootstrap,C-feature-request
low
Critical
335,429,663
vscode
Add settings editor commands to focus next and previous settings
Issue Type: <b>Bug</b> 1) When the cursor in the search box, <kbd>DownArrow</kbd> moves the keyboard focus to the list of settings. However, <kbd>UpArrow</kbd> does not bring me back to the search box. 2) When the keyboard focus in the TOC, <kbd>RightArrow</kbd> should move the keyboard focus to the closest item ...
help wanted,feature-request,settings-editor
low
Critical
335,486,111
rust
Re-export from external crate not documented
c.f. https://docs.rs/hyper/0.12.2/hyper/index.html and https://docs.rs/hyper/0.12.2/hyper/struct.Response.html Based on that documentation, it appears that `Response` is part of the `hyper` crate, when it's definition there is https://github.com/hyperium/hyper/blob/master/src/lib.rs#L39-L48 (pub use from `http`). ...
T-rustdoc,C-enhancement
low
Minor
335,487,826
rust
Confusing behavior around unsized return values in traits
The following traits are accepted, ~~but not object safe~~: ```rust pub trait MyTrait { fn deserialize(input: u32) -> Self; } pub trait YourTrait { type Output: ?Sized; fn deserialize(&self, input: u32) -> Self::Output; } ``` On the other hand, the following traits are rejected saying `the trait b...
C-enhancement,A-trait-system,A-DSTs,T-lang
low
Critical
335,491,933
go
proposal: os: API to detect that the read end of a pipe was closed
Currently there is no API in Go to detect that the read end of a pipe was closed without writing to the pipe a non-empty slice. This prevents, for example, to write in a safe Go a version of GNU tail utility that exits immediately when it detects that the read end of its stdout was closed even when it waits for more in...
Proposal
medium
Major
335,497,470
pytorch
Todo functions and autograd supports for Sparse Tensor
Here summarizes a list of requested Sparse Tensor functions and autograd supports from previous PRs. Please feel free to comment on functions that should be added also. ## Functions - [x] `sum()` with autograd https://github.com/pytorch/pytorch/pull/12430 - [ ] `max()` with autograd - [x] `log1p()` https://github...
module: sparse,triaged
medium
Critical
335,512,674
go
x/build: add js/wasm Chrome/Firefox capable trybot
Follow on from https://github.com/golang/go/issues/26015#issuecomment-400029578 With a Chrome and/or Firefox capable trybot we'd be able to do more interesting WASM tests in a headless browser-based JS VM, and so have access to the DOM etc. This issue is to decide whether or not such a trybot would be useful and ...
Builders,NeedsFix,FeatureRequest,arch-wasm,new-builder
medium
Major
335,550,724
flutter
SeekControl action support for TalkBack
On Android you can select a SeekControl (Slider in Flutter) and open the local context menu to select an exact value. Unclear currently if we need to support this with our own local context action or with some additional hooks in the accessibility bridge
c: new feature,platform-android,framework,engine,a: accessibility,P2,team-android,triaged-android
low
Minor
335,580,058
pytorch
Use target_compile_options to set warning flags
They are currently set via `CMAKE_CXX_FLAGS` in root `CMakeList.txt`. Just opening an issue to track this. It isn't high-pri. cc @malfet @seemethere @walterddr @goldsborough @orionr
module: build,triaged
low
Minor
335,583,244
vscode
Safe File Delete
Add a "safe delete" option for files that gives option to check for file usage in comments/strings **and/or** text occurrences. If usages found, it will display an additional warning before deleting the file. [Feature example](https://www.jetbrains.com/help/phpstorm/safe-delete.html) exists in WebStorm.
feature-request,api,editor-code-actions
medium
Major
335,589,118
pytorch
Issues with dynamically created grad_fn for views
Currently the dynamically created `grad_fn` to point to `base`. When a view is created via ```py base = torch.randn(3, requires_grad=True) view1 = base[:2] my_view = view1[:] ``` Then, if `base` is modified in-place, the `grad_fn` of `my_view` will be created to just point to `base`. Then the `retain_grad` and b...
module: autograd,triaged,module: viewing and reshaping
low
Minor
335,616,819
opencv
make install doesn't create bin/ after platforms/js/build_js.py
``` git clone https://github.com/opencv/opencv cd opencv mkdir build cd build pwd #prints: /Users/username/opencv/build python ../platforms/js/build_js.py . --build_wasm DESTDIR=/tmp/build make install ls /tmp/build/Users/username/opencv/build/install/ include lib share ``` error: no bin/ created (that'...
priority: low,category: build/install,RFC,category: javascript (js)
low
Critical
335,617,535
godot
Keyboard interrupt no longer stops the command line debugger
Godot master ff01fd57bc19d9f4cb3929dbee87cdd9eda578e1 Windows 10 64 bits Powershell In Godot 3.0.4, I used to debug my plugin by using the command line debugger (`-e -d command line options`), and using Ctrl+C (keyboard interrupt) to break out of a script error and close Godot straight away. This was fast and also...
bug,enhancement,topic:editor,topic:porting,confirmed
low
Critical
335,619,802
flutter
SwitchListTile's constructor's leading element param should be named "leading" to be consistent with ListTile
This use case came up in our app and there's no way to accomplish this. We'll use `ListTile` for now.
framework,f: material design,c: API break,a: quality,P3,team-design,triaged-design
low
Major
335,625,826
vscode
VS Code was lost on shutdown with pending update
It was the second time ,it happend. I download VScode's update patch when I was coding , and then shut down the computer and forgot to update it. Next day I turn the computer on and can't find VScode anywhere , all the file was empty. - OS Version : Windows 10 Home
bug,install-update,windows
high
Critical
335,629,288
go
proposal: spec: permit goto over declaration if variable is not used after goto label
Right now you get this error: ` goto SKIP jumps over declaration of queryArgs` ``` if len(s.standardDays) == 0 { goto SKIP } queryArgs := []interface{}{} //Do stuff with queryArgs SKIP: //Do stuff here BUT queryArgs is not used ANYWHERE from SKIP onwards ``` Currently I have to refactor all my code li...
LanguageChange,Proposal,LanguageChangeReview
medium
Critical
335,629,861
go
runtime: use wrappers for op= map operations
CL 120255 made mapdelete zero the value all the time, to make sure op= map operations work correctly. Probably we should do wrapper functions for op= operations so we don't need to zero during all map deletes. @vkuzmin-uber @martisch
Performance,NeedsInvestigation,compiler/runtime
low
Major
335,630,091
go
runtime: g0 stack.lo is sometimes too low
In cgo mode for UNIX platforms, we compute the g0 stack bounds by querying the stack size from `pthread_get_stacksize`, subtracting that from the current SP in `mstart`, and adding a 1k buffer. However, on my Linux laptop, over 4k of the stack has already been consumed by the time we reach `mstart`, so the runtime sets...
NeedsFix,compiler/runtime
low
Minor
335,631,520
pytorch
[Caffe2] Dose caffe2 support the function similar to itersize of caffe
I don't want to decrease the batch size with limited gpus, so does caffe2 support itersize? The caffe2 doc is incomplete. And I have googled some keywords, but got nothing. I hope you can give me a hand! thanks for your help!
caffe2
low
Minor
335,669,588
flutter
Template for flutter create cupertino
A flutter create template that doesn't import material
c: new feature,framework,f: cupertino,P2,team-design,triaged-design
low
Major
335,697,398
vscode
Dragging files and folders onto an empty explorer ignores the files
re #52292 * in the finder select a file and a folder * drop them onto an empty explorer * πŸ› only the folder is opened, the file is being ignored
bug,file-explorer
low
Minor
335,727,668
opencv
Unable to Play rtsp stream using cv::cudacodec::VideoReader
I am using Opencv 3.1.0, ffmpeg gpu, and nvidia video codec sdk 8.2.15. ffmpeg version N-91329-g830695b Copyright (c) 2000-2018 the FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.6) 20160609 configuration: --enable-cuda --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp --extra-cflag...
priority: low,category: gpu/cuda (contrib)
low
Critical
335,774,874
vue
Transitions classes are added after `before-enter` or `before-leave`
### Version 2.5.16 ### Reproduction link [https://codesandbox.io/s/zq5mw2zk9x](https://codesandbox.io/s/zq5mw2zk9x) ### Steps to reproduce 1. Open browser console (to trigger the debugger) 2. Click on "Page 2" 3. Inspect elements inside `<main`>` ### What is expected? The two children `<sections>` are su...
transition
medium
Critical
335,826,860
rust
s390x intrinsic has incorrect return type - stdsimd cross-link
On `s390x-unknown-linux-gnu` `coresimd` fails to compile due to errors in the following floating-point vector functions: abs, cos, fma, sin, sqrt. The errors are all of the form: ```shell Intrinsic has incorrect return type! void (<16 x float>*, <16 x float>*, <16 x float>*, <16 x float>*)* @llvm.fma.v16f32 LL...
O-SystemZ
low
Critical
335,893,501
go
x/mobile: unexpected fault address 0x30ad1040
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.10.3 linux/amd64 ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? linux amd64 and...
OS-Android,NeedsInvestigation,mobile
low
Critical
335,917,260
neovim
API: nvim_buf_lines_event after checktime ?
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: NVIM v0.3.1-96-g883858269 - Vim (version: ) behaves differently? No - Operating system/version: MacOS - Terminal name/version: ITerm2 - `$TERM`: xterm-256color ### Steps to reproduce using `nvim -u NORC` ``` vim asy...
api,needs:design
low
Critical
335,929,875
pytorch
[Caffe 2] Does caffe2 support Galaxy 5S with Android 6?
I convert the detectron model to .PB format, and it runs on Google Pixel Android 7 & 8, but not Galaxy 5S with Android 6. Has anyone had experience with it?
caffe2
low
Minor
335,946,057
TypeScript
Allow Program#getSemanticDiagnostics to ignore @ts-ignore
<!-- 🚨 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 `ts-ignore` ## Suggestion Add a parameter to `program.getS...
Suggestion,In Discussion,API
low
Critical
335,972,673
vue
Style bindings with !important don't work properly in IE 11.540
### Version 2.5.16 ### Reproduction link [https://codepen.io/anon/pen/QxVRyW?editors=1010](https://codepen.io/anon/pen/QxVRyW?editors=1010) ### Steps to reproduce I've only seen this occur in IE 11.540 (through BrowserStack). The issue is not present in IE 11.0. 1. Click "toggle" button 2. "Surprise!!" sho...
browser quirks
medium
Minor
335,973,122
TypeScript
navigateTo: special property assignment should have containerName set
See `navigationItemsSpecialPropertyAssignment.ts` as of #25239 -- `Cls.prototype.instanceMethod` should have `containerName` of `Cls`.
Suggestion,Awaiting More Feedback
low
Minor
335,988,570
pytorch
Multiprocessing Self Test Error
Getting this error in multi processing self test. The bug surfaces when I issue the `run_test` command like two more times one after another. System: Pytorch (cca24763), CUDA 9, V100 ``` Running test_multiprocessing ... s..........FTraceback (most recent call last): File "/opt/conda/envs/pytorch-py3.6/lib/p...
todo,module: multiprocessing,triaged
low
Critical
336,000,054
rust
Lint warnings for "unused #[must_use]" should be emitted even if typeck fails.
In a situation like this (feel free to suggest less contrived examples): ```rust #[must_use] struct Foo<T> { text: String, children: Vec<T>, } impl<T> Foo<T> { fn combine(mut self, other: Self) -> Self { self.text.push_str(&other.text); self.children.extend(other.children); ...
C-enhancement,A-lints,T-compiler
low
Critical
336,002,823
flutter
Examples on moving large structured data between Java/Obj-C and Dart
This comes up when authoring plugins, or using existing 3rd party frameworks. Sometimes one wants to move large amounts of structured data in/out of Dart. I've heard at least anecdotal reports that this is slow (I've not personally benchmarked this). I believe lack of documentation/direction here is also part of...
engine,c: performance,d: api docs,P2,a: plugins,team-engine,triaged-engine
low
Major
336,010,606
TypeScript
In JS, typedef tags are not bound on non-expression statements
```js /** @typedef {number} A */ var ok; /** @typedef {number} B */ ok = 1; // also ok /** @typedef {number} C not ok */ ; /** @typedef {number} D not ok */ if (ok) { } /** @type {[A, B, C, D]} */ var t = [1,2,3,4] ``` **Expected behavior:** All of A, B, C, and D are type aliases for number. **Actual...
Suggestion,Awaiting More Feedback,Domain: JavaScript
low
Minor
336,013,179
three.js
Changing RenderTarget's texture parameters on the fly
Sometimes, when we want to save some memory, it happens that we have to reuse a render target, by just changing some possible parameters on the fly. I am talking about wrapping and filtering, obviously not format and type. Changing these parameters is (generally) fast enough (depending on the drivers). However, it i...
Suggestion
low
Major
336,014,853
rust
NLL: `if let` not detecting proper lifetime
Hello, I have recently been pointed to [this example](https://play.rust-lang.org/?gist=289c6fe73106c3fee425f1d50062076a&version=nightly&mode=debug): ```rust #![feature(nll)] fn find_best(vec: &mut Vec<i32>) -> Option<&mut i32> { vec.get_mut(0) } fn foo(vec: &mut Vec<i32>) -> &mut i32 { if let Some...
T-compiler,A-NLL,NLL-polonius
low
Critical
336,014,886
pytorch
[feature request] More methods for PackedSequence
As a person who works a lot with recurrent networks and sequences, I wish it was easier to work with `PackedSequence`. I frequently find myself packing/unpacking sequence to perform some simple operation such as ``` sequence, lengths = pad_packed_sequence(input, batch_first=True) sequence = elementwise_function(sequ...
feature,module: nn,triaged
low
Critical
336,042,182
TypeScript
refactoring for turning // comments to /**
<!-- 🚨 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 https://github.com/Microsoft/TypeScript/search?q=refactoring+com...
Suggestion,In Discussion,Domain: Refactorings
low
Critical
336,073,494
go
proposal: cmd/link: by default, do not write out DWARF
This is not as radical as it sounds. At the very least, we need to understand what the default should be when building the Go installation: write out DWARF, or not? The costs and benefits are more subtle than some realize. Update: As demonstrated below, dropping DWARF also causes a significant improvement in buil...
Proposal,Proposal-Hold
high
Critical
336,099,024
opencv
expose 'cv::partition' function to python
can expose 'cv::partition' function to python? - OpenCV => 3.4.1(python-opencv) - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2015
wontfix,category: python bindings,RFC
low
Minor
336,186,555
awesome-mac
Awesome Mac application sharing recommendation - Awesome Mac
http://wangchujiang.com/awesome-mac/ A curated list of awesome applications, softwares, tools and shiny things for Mac osx. - Awesome Mac
Gitalk,/awesome-mac/
low
Minor
336,201,836
vscode
Snippet transform leaves conditional operator
``` "fffff": { "prefix": "ffff", "body": [ "- (${1:void})${2:methodName}{", "${1/void$|(.+)/(?1:\n\treturn nil;)/}", "}" ] }, ``` * have the snippet above * type number for the first placeholder * press tab * πŸ› there `?1:` in the editor...
feature-request,snippets
low
Minor
336,231,688
pytorch
[caffe2] Is there any method to implement learning rate scheduler?
Hello, everyone. since tensorflow or pytorch can adjust learning rate easily by using a scheduler function. ```python epochs = 200 def step_decay_scheduler(epoch): if epoch < 81: return 0.1 if epoch < 122: return 0.01 return 0.001 def step_decay_scheduler2(epoch): if ep...
caffe2
low
Minor
336,315,471
pytorch
[caffe2] UnicodeDecodeError when running LeNet
## Issue description I am getting the following error [UnicodeDecodeError: 'ascii' codec can't decode byte 0x90 in position 131: ordinal not in range(128)] when following similar code to this: https://caffe2.ai/docs/tutorial-MNIST.html ## Code example workspace.ResetWorkspace() device_opts = core.D...
caffe2
low
Critical
336,395,916
vscode
Show 'Source' actions in file explorer context menu
**Feature request** Show source actions in the file explorer context menu. This would allow triggering actions such as `organize imports` on file I believe this would require a new activation event and a new way to present source actions (instead of using the editor right click context menu) **Alternatives** - ...
help wanted,feature-request,editor-code-actions
low
Minor
336,398,245
go
go/types: string(1 << s) should be an error
```Go package main func main() { var s uint _ = string(1 << s) } ``` (https://play.golang.org/p/owHsmdZd32v) is an error: The `1` in `1 << s` assumes the type it would have without the shift, which is `string`. Both cm/compile and gccgo correct report an error. go/types appears to accept it.
NeedsFix
low
Critical
336,487,026
neovim
Switch (Python) provider(s) dynamically
Currently `g:python3_host_prog` is used to initialize the given provider lazily once. It would be nice if there was a way to change this during runtime, e.g. a command or a function, that would update the global variable and handle setting up the new version.
enhancement,provider
low
Major
336,494,531
flutter
Scan folders for font files similar to asset scan
Continuing work on #4890, but adding folder scan for folders. It would be nice to make it seamless to download font packages from Google font pages, which would make it slightly different from asset scan. I'd lean into doing a recursive scan here, which is a big problem for regular assets because of variant handling...
c: new feature,tool,a: assets,P3,team-tool,triaged-tool
low
Minor
336,494,794
flutter
Generate dart file containing references to all assets and fonts available to app
Inspired on `R.drawable.image_logo` on native android platform. Based on top of work done on #4890, it's independent of #18897 but highly related.
c: new feature,tool,a: assets,P3,team-tool,triaged-tool
medium
Critical
336,494,832
vue
<transition-group> not working as expected on page scroll
### Version 2.5.16 ### Reproduction link [https://codesandbox.io/s/kxkmp9mov3](https://codesandbox.io/s/kxkmp9mov3) ### Steps to reproduce 1. Create a list using `<transition-group>`. 2. Put the list at the end of a long page. 3. Scroll to the bottom of the page. 4. Trigger some change so that the page heig...
has PR,transition
low
Major
336,509,540
pytorch
Check failed: error == cudaSuccess unspecified launch failure [caffe2]
When I tried to resume training the maskrcnn using Detectron. The training progress goes well at the begining, but alone with the training continues, the training time for each iter grows progressly, after handreds or thousands of iterations, the training broke down with the cuda error below: > *** Check failure sta...
caffe2
low
Critical
336,616,686
flutter
Sample code of saving an image from an ImageStream
Community, this should goes in stackoverflow but I have searched some similliar question just got no useful solutions. Here is my demands: **Saving an image from ImageProvider** I have knowing that we have `resolve` methods to achieve this. But I just don't get how to using ImageStream an got the bytes write int...
framework,d: api docs,d: examples,c: proposal,P2,team-framework,triaged-framework
low
Minor
336,623,199
pytorch
parallelize_bmuf_distributed_test intermittently hangs
Example: https://ci.pytorch.org/jenkins/job/caffe2-builds/job/py2-gcc5-ubuntu16.04-test/6806/console ``` 23:45:38 lib/python2.7/dist-packages/caffe2/python/parallelize_bmuf_distributed_test.py::DistributedTest::test_bmuf_distributed Build timed out (after 45 minutes). Marking the build as failed. 00:27:43 Build wa...
caffe2
low
Critical
336,625,843
flutter
iOS/MacOS – Flutter does not respect SF Pro breakpoints
Flutter does not appear to respect Apple's breakpoints for transitioning from SF Pro Text to SF Pro Display. https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/typography/
platform-ios,framework,engine,platform-mac,a: fidelity,a: typography,P2,team-ios,triaged-ios
low
Minor
336,654,596
pytorch
[Caffe2] segmentation fault
Hi, I am following the installation guide for Caffe2 from https://caffe2.ai/docs/getting-started.html?platform=ubuntu&configuration=compile When I get to the step where I have to test the Caffe2 install (by running cd ~ && python -c 'from caffe2.python import core' 2>/dev/null && echo "Success" || echo "Failure")...
caffe2
low
Critical
336,746,661
TypeScript
@typedef tags appearing in the next declaration quick info in VSCode
**TypeScript Version:** 2.9.2 / 3.0.0-dev.20180628 **Search Terms:** jsdoc esdoc typedef vscode quick info function variable next description I am experiencing an issue in Visual Studio Code where @typedef tags in .js files all get added to the next declaration, whether it be a function, a variable etc. I searc...
Bug,Help Wanted,Domain: JSDoc
low
Critical
336,754,467
flutter
Extend Textformfield validation - programatical interaction is missing
I noticed there seems to be no way to interact with Textformfield validation programatically. This is quite limiting. At least there should be mehtods to set or clear the errors of a Formfield. But I suggest to rework the validation as a whole and add for example a structure like: 1. To TextFormField or the Text...
a: text input,c: new feature,framework,f: material design,P2,team-design,triaged-design
low
Critical
336,783,419
rust
strange rust_2018_idioms warning on code comment in clippy codebase
```` git clone http://github.com/rust-lang-nursery/rust-clippy/ cd rust-clippy git checkout 656b26ea4f2b330ea5b9cb3cb38545587eac8f7f cargo check --all-targets --all-features ```` => ```` .... warning: `extern crate` is not idiomatic in the new edition --> src/lib.rs:1:1 | 1 | // error-pattern:cargo-clip...
A-lints,T-compiler,C-bug,F-rust_2018_preview,A-edition-2018
low
Critical
336,793,606
pytorch
cmake error
building caffe2 with gpu exits with the following log output System Info : > PyTorch version: 0.4.0 Is debug build: No CUDA used to build PyTorch: 9.0.176 OS: Ubuntu 18.04 LTS GCC version: (Ubuntu 7.3.0-16ubuntu3) 7.3.0 CMake version: version 3.10.2 Python version: 3.6 Is CUDA available: Yes CUDA runtime ...
caffe2
low
Critical
336,812,289
flutter
Create ModuleApp and MaterialModuleApp widgets
We should have variants of WidgetsApp and MaterialApp for add-to-app scenarios. They would avoid doing things like Title, but still do things like Navigator and Theme.
customer: fuchsia,framework,f: material design,a: existing-apps,customer: dream (g3),P3,team-design,triaged-design
low
Major
336,816,982
godot
Moving a scene in file browser breaks an instance of it in current edited scene
Godot 3.0.4 Windows 10 64 bits Repro steps: 1) Create scene A with stuff in it and save it 2) Save a part of that scene as scene B (right-click, "save branch as scene") 3) In the file browser, move scene B into another folder 4) Save scene A again: you get this error ![image](https://user-images.githubusercont...
bug,topic:editor,confirmed
low
Critical
336,825,010
flutter
Handle possible keyboard open/close failures in TextInputPlugin on Android
The TextInputPlugin on Android communicates with Android's InputMethodManager to show and hide the keyboard. The corresponding methods in TextInputPlugin are `showTextInput()` and `hideTextInput()`. According to the InputMethodManager contract, calls to show and hide the keyboard can fail, but TextInputPlugin's metho...
a: text input,platform-android,engine,P2,team-android,triaged-android
low
Critical
336,856,711
pytorch
SimpleMetaNetDefInitializer intermittently hangs
Sample run: ``` 04:47:39 [ RUN ] PredictorMetaNetDefTest.SimpleMetaNetDefInitializer 04:47:39 I0626 04:47:39.810371 469 net_dag_utils.cc:102] Operator graph pruning prior to chain compute took: 3.133e-06 secs 04:47:39 I0626 04:47:39.810408 469 net_async_base.cc:416] Using estimated CPU pool size: 32; NUM...
caffe2
low
Critical
336,878,344
neovim
API: async rpcrequest() ("callback for RPC requests")
Since vimscript is single-threaded, there're cases we don't want to wait for the result but still need to be called when it's done or error is thrown. Is it possible to implement `rpcrequest_async` that could be used like this? ```vim let context = {} call rpcrequest_async(channel, 'Callback', context, method, ...
enhancement,api,channels-rpc,async
low
Critical
336,915,074
godot
External Editor is not started when clicking on the Stack Frames in Debugging panel
**Godot version:** 3.0.4 **OS/device including version:** Windows 8.1 **Issue description:** When setting Godot to use a external editor for editing scripts it won't run the external editor when clicking on the Stack Frames in the Debugger/Debugger tab. It does run the editor when clicking on the entrie...
bug,topic:editor,confirmed
low
Critical
336,939,264
go
bytes, strings: Compare tests do not modify input alignments
I can't see any tests varying the alignment of `Compare` arguments. Since `Compare` is written in assembly on most platforms (in `internal/bytealg`) we should probably be checking that it works even if the inputs are unaligned.
Testing,help wanted,NeedsFix
low
Major
336,941,322
pytorch
cmake error:Could NOT find IDEEP (missing: /usr/local/include)
- PyTorch or Caffe2: PyTorch - Build command you used: cmake -DUSE_NATIVE_ARCH=ON -DUSE_FFMPEG=ON -DUSE_ATEN=ON -D USE_TENSORRT=ON -D USE_OPENMP=ON -DUSE_MKL=ON -DUSE_IDEEP=ON .. - OS: ubuntu 16.04 64bit - PyTorch version: 00b5d397aef410f5926cb50e7d6e4e676aef71a8 ...
caffe2
low
Critical
336,966,002
pytorch
(CAFFE_ENFORCE_EQ_WITH_CALLER tensor.h) caffe2 C++ windows10 runtime error!
## Issue description I have successfully build and install caffe2 on windows 10 and while i am testing my below code in visual studio 2017, i got an run-time error when Creating a tensor (TensorCPU), and filling its contents with the given values from my script. I have compiled and test this code on ubuntu and it i...
caffe2
low
Critical
337,001,450
pytorch
[caffe2]build problem, can not find caffe2_pybind11_state_hip
## Issue description I build the caffe2 with anaconda following the [page](https://caffe2.ai/docs/getting-started.html?platform=mac&configuration=compile#anaconda-install-path). In the server with a single titanx, has cudnn7 and cuda9 but do not have nccl, so I download the nccl2 from nvidia and extract it to path/...
awaiting response (this tag is deprecated),caffe2
low
Critical
337,005,449
pytorch
DataWorkersTest::testRNNInput timeout
``` 06:58:12 lib/python2.7/dist-packages/caffe2/python/data_workers_test.py::DataWorkersTest::testRNNInput Build timed out (after 45 minutes). Marking the build as failed. 07:41:54 Build was aborted ``` logs: https://ci.pytorch.org/jenkins/job/caffe2-builds/job/py2-gcc4.8-ubuntu14.04-trigger-test/8507/
caffe2
low
Critical
337,025,630
go
cmd/go: private repos on hard-coded hosting providers require special configuration
### What version of Go are you using (`go version`)? ``` $ go get -u golang.org/x/vgo $ vgo version go version go1.10 darwin/amd64 vgo:2018-02-20.1 ``` ### Does this issue reproduce with the latest release? yes (coming from https://github.com/golang/go/issues/25590) ### What operating system and process...
NeedsInvestigation,modules
medium
Critical
337,027,240
pytorch
Lint check for non-Unicode characters in diffs / Unicode characters without coding
I noticed a PR which was only failing internal tests, and not external tests, due to a Unicode (or Latin-1?) apostrophe inside the source code. Our lint check should catch this. CC @yf225
module: lint,triaged,better-engineering
low
Minor
337,033,536
electron
Better documentation and examples for protocol.registerX and protocol.interceptX methods
**Is your feature request related to a problem? Please describe.** Yes. I'm trying to intercept HTTP requests and provide responses and none of my initial examples work and the documentation is very sparse. **Describe the solution you'd like** Would love better documentation and examples of working code. The...
enhancement :sparkles:,documentation :notebook:
low
Critical
337,047,454
flutter
`flutter packages upgrade` should run `pod install`
There are lots of issues like #18945, #17943, #17469, ... that are fixed by running `pod install` in `ios/` I think it would be a good idea to run that with `flutter packages get` and `flutter packages upgrade` automatically. See for example https://github.com/flutter/flutter/issues/18945#issuecomment-401389388
platform-ios,tool,P3,a: plugins,team-ios,triaged-ios
low
Major